Commit Graph

22 Commits

Author SHA1 Message Date
Magnus Henoch c335fc5b6a configure.ac to read version number from jabber-ourversion.el
...instead of the other way around.  This should make it possible to
build an ELPA-style package straight out of Git without running
autoconf, while we'd still be able to build tarballs through automake.
2013-07-27 20:00:50 +01:00
Magnus Henoch 2999f58619 Version 0.8.92 2013-05-08 01:23:31 +01:00
Magnus Henoch 2ac3550da7 Bump Automake required version to 1.11 for dist-xz option 2013-02-26 23:58:49 +00:00
Magnus Henoch 60ef84029b Improve treatment of hexrgb for ELPA package
Include hexrgb.el in jabber-fallback-lib subdirectory, in order not to
override any already installed version.
2013-02-26 10:48:07 +00:00
Magnus Henoch 2171eb029a Remove sha1.el and hex-util.el; fix hexrgb compilation
sha1.el was included in Emacs 22.1 (released in 2007) and has since
been replaced by native functions; there's no point in us including it
anymore.  hex-util.el was only used by sha1.el.

Newer versions of Automake (since 1.13) treat Emacs Lisp files in
subdirectories differently, which causes problems with hexrgb.el.  I
made it copy hexrgb.el into the top directory, and it seems to work
for me.

Update README.  New minimum version is 23.1, which is when dns.el
started supporting SRV queries.  (Still need to update TLS section.)
2013-01-28 01:34:04 +00:00
Evgenii Terechkov 9f8ef893f3 Fix build with automake > 1.11.4 2012-04-13 00:00:49 +08:00
magnus.henoch@gmail.com a98bbc4da6 Version 0.8.91 2012-02-03 13:29:41 +00:00
Magnus Henoch a1bdfc5bb1 Version 0.8.90
* configure.ac: Bump version to 0.8.90.

* NEWS: Mention namespace prefix handling.
2011-08-21 15:51:17 +01:00
Kirill A. Korinskiy 8afa0c4b5f Remove hard required gconf 2010-01-27 19:02:48 +07:00
Evgenii Terechkov e29b4e5a43 New feature: MUC's nick coloring. For HSV-based color generation,
http://www.emacswiki.org/emacs/hexrgb.el required (bundled version used, if not found).
Use assoc.el for alist handing (we use it in j-presence anyway).
2010-01-27 14:11:02 +03:00
Magnus Henoch ec6ee27f1f Use build-aux dir, to unclutter main directory. 2009-11-23 02:37:43 +00:00
Evgenii Terechkov aa37ed6bae Cleanup upstream's master from ALT-specific files and revert alt-patch 2009-04-12 15:00:18 +08:00
Evgenii Terechkov 884a9fe486 0.8-alt1.20090323
- git-20090323
2009-03-23 23:04:34 +07:00
Magnus Henoch 77c652409f Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-612
Creator:  Magnus Henoch <mange@freemail.hu>

Install GConf schema for XMPP URI handler
2008-10-23 01:23:49 +00:00
Magnus Henoch 16bf05ca04 Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-602
Creator:  Magnus Henoch <mange@freemail.hu>

Create bzip2 and LZMA tarballs too
2008-09-30 12:02:51 +00:00
Magnus Henoch 15b1d6304c Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-521
Creator:  Magnus Henoch <mange@freemail.hu>

Abort configure script if emacs not found
2008-06-02 21:55:11 +00:00
Magnus Henoch cef10e6a93 Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-520
Creator:  Magnus Henoch <mange@freemail.hu>

Explicitly require automake 1.9
2008-06-01 22:54:45 +00:00
Magnus Henoch 8b1147e3fa Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-514
Creator:  Magnus Henoch <mange@freemail.hu>

Put jabber-version variable in separate, automatically updated file
2008-05-30 21:56:56 +00:00
Magnus Henoch 32323089a1 Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-490
Creator:  Magnus Henoch <mange@freemail.hu>

_Really_ add jabber-pkg.el.in.  Don't distribute jabber-pkg.el in non-ELPA builds.
2008-04-25 18:52:09 +00:00
Magnus Henoch 2224da87da Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-484
Creator:  Magnus Henoch <mange@freemail.hu>

Rename jabber-autoload to jabber-autoloads.  Add elpa target.
2008-04-24 02:19:18 +00:00
Magnus Henoch 3897ddf044 Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-480
Creator:  Magnus Henoch <mange@freemail.hu>

Check for presence of elisp libraries, and include them if missing.  Make it compile with Emacs 21 and 22.
2008-04-20 11:44:07 +00:00
Magnus Henoch f2405e37e6 Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-479
Creator:  Magnus Henoch <mange@freemail.hu>

Merge autotools and test suite

Patches applied:

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--base-0
   tag of mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-477

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-1
   Add Makefile.am and configure.ac

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-2
   Don't require jabber-muc-nick-completion from jabber-alert, but add an autoload

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-3
   Require external notifiers from jabber.el, not jabber-alert.el

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-4
   External notifiers require jabber-alert when compiling

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-5
   Build autoloads

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-6
   Break lines in Makefile.am

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-7
   Rearrange Makefile.am to avoid circular dependency

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-8
   Remove unnecessary BUILT_SOURCES

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-9
   Add jabber.texi to Makefile.am

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-10
   Maintainer-clean jabber-autoload.el

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-11
   Distribute and install xmppuri.sh

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-12
   Create zip file too

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-13
   Remove explicit autoloads from jabber.el; add corresponding cookies

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-14
   Merge CDATA fix

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-15
   Add comment explaining double-compilation

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-16
   Add test suite

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-17
   Use subdirectory makefile for tests

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-18
   Distribute tests

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-19
   -Wall and -Werror for automake

 * mange@freemail.hu--2005/emacs-jabber--autotools--0--patch-20
   Use makefile variables instead of autoconf ones
2008-04-20 06:21:40 +00:00