Compare commits

...

11 Commits

Author SHA1 Message Date
wgreenhouse 69d6122858 Deprecate XEP-0065, XEP-0095, and XEP-0096 support. 2021-03-16 20:16:52 -04:00
contrapunctus 02bf4d2378 Move XML functions to the top
`cask build 2>&1 | wc -l` down from 365 to 358
2021-03-16 23:57:23 +05:30
contrapunctus 6982b492fa Add goto-addr as dependency 2021-03-16 23:57:20 +05:30
contrapunctus 0b30484bac Remove conditional definitions
This probably affects XEmacs support, which we intend to remove.

`cask build 2>&1 | wc -l` down from 444 to 365
2021-03-16 23:57:13 +05:30
contrapunctus 7f8e18f3eb Use called-interactively-p instead of interactive-p
`cask build 2>&1 | wc -l` down from 444 to 434
2021-03-16 23:57:05 +05:30
contrapunctus 9483d28284 Rename nonexistent function
`cask build 2>&1 | wc -l` down from 445 to 444
2021-03-16 23:55:45 +05:30
contrapunctus 69f5e9c6f0 Delete missed empty Elisp file 2021-03-15 15:08:31 +05:30
contrapunctus e249bd6ad1 Compress copyright lines 2021-03-15 13:16:47 +05:30
contrapunctus 6d932a8f4a Move all copyright lines from drawers to the library header 2021-03-15 12:58:57 +05:30
contrapunctus 6bb59eadb9 Subsume AUTHORS into Org file 2021-03-15 12:37:31 +05:30
contrapunctus a83731fa6a Change JEP -> XEP 2021-03-15 11:59:53 +05:30
5 changed files with 1869 additions and 3123 deletions

30
AUTHORS
View File

@ -1,30 +0,0 @@
Developers:
Tom Berger
Magnus Henoch
Kirill A. Korinskiy
Detlev Zundel
Evgenii Terechkov
Contributors:
Anthony Chaumas-Pellet
Jérémy Compostella
Mathias Dahl
Mario Domenech Goulart
Nolan Eakins
Ami Fischman
François Fleuret
David Hansen
Rodrigo Lazo
Justin Kirby
Carl Henrik Lunde
Olivier Ramonat
Andrey Slusar
Valery V. Vorotyntsev
Milan Zamazal
Xavier Maillard
Vitaly Mayatskikh
Alexander Solovyov
Demyan Rogozhin
Michael Cardell Widerkrantz
arch-tag: 15700144-3BD9-11D9-871C-000A95C2FCD0

1160
deprecated.org Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +0,0 @@
;; jabber-version.el - version reporting by JEP-0092
;; Copyright (C) 2003, 2004, 2008 - Magnus Henoch - mange@freemail.hu
;; Copyright (C) 2002, 2003, 2004 - tom berger - object@intelectronica.net
;; This file is a part of jabber.el.
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2 of the License, or
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(provide 'jabber-version)
;;; arch-tag: 2051dbe7-01b5-401e-bd8a-fe24afb88e1e

1590
jabber.el

File diff suppressed because it is too large Load Diff

2187
jabber.org

File diff suppressed because it is too large Load Diff