log

age author description
Sun, 03 Oct 2010 18:19:56 -0700 Glenn Morris Minor appt.el changes.
Sun, 03 Oct 2010 20:16:00 -0500 Ted Zlatanov Provide GnuTLS API with `gnutls-negotiate' and `open-gnutls-stream'.
Sun, 03 Oct 2010 17:55:42 -0700 Glenn Morris * doc/lispref/Makefile.in ($(infodir)/elisp): Fix -I typo.
Sun, 03 Oct 2010 17:49:20 -0700 Glenn Morris Minor doc Makefile.in clean-up.
Sun, 03 Oct 2010 17:43:11 -0700 Dan Nicolaescu Mention the 'g' binding in VC diff,log, etc.
Sun, 03 Oct 2010 17:26:41 -0700 Dan Nicolaescu Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
Mon, 04 Oct 2010 00:17:16 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Sun, 03 Oct 2010 16:35:22 -0700 Dan Nicolaescu Fix compilation warnings.
Mon, 04 Oct 2010 00:37:37 +0200 Lars Magne Ingebrigtsen Rework the gnutls boot interface.
Sun, 03 Oct 2010 14:37:41 -0700 Glenn Morris Cosmetic changes for some lisp/url files.
Sun, 03 Oct 2010 14:27:04 -0700 Glenn Morris * src/fileio.c (Vdirectory_sep_char): Remove.
Sun, 03 Oct 2010 14:23:13 -0700 Glenn Morris Remove directory-sep-char, obsolete since 21.1.
Sun, 03 Oct 2010 14:05:47 -0700 Glenn Morris Remove vc-header-alist, obsolete since 21.1.
Sun, 03 Oct 2010 15:54:31 -0400 Chong Yidong Avoid using plusp; cl may not be loaded.
Sun, 03 Oct 2010 18:43:22 +0200 Michael Albinus Add user option `remote-file-name-inhibit-cache'.
Sun, 03 Oct 2010 09:21:55 -0700 Dan Nicolaescu * src/termhooks.h: Remove #ifdef CONSP.
Sun, 03 Oct 2010 17:58:09 +0200 Michael Albinus * files.texi (Magic File Names): New defopt remote-file-name-inhibit-cache.
Sun, 03 Oct 2010 08:46:41 -0700 Dan Nicolaescu * lib-src/Makefile.in: Remove ^L, old makes choke on it.
Sun, 03 Oct 2010 08:39:21 -0700 Dan Nicolaescu * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
Sun, 03 Oct 2010 08:19:34 -0700 Dan Nicolaescu Include <fcntl.h> unconditionally.
Sun, 03 Oct 2010 17:09:11 +0200 Michael Albinus * tramp.texi (Frequently Asked Questions): Mention
Sun, 03 Oct 2010 07:48:21 -0700 Dan Nicolaescu * src/process.c: Do not include <sys/wait.h>, syswait.h does it.
Sun, 03 Oct 2010 07:43:17 -0700 Dan Nicolaescu * src/sysdep.c (flush_pending_output): Remove code, does not do
Sun, 03 Oct 2010 07:16:48 -0700 Dan Nicolaescu Remove unused code.
Sun, 03 Oct 2010 06:59:56 -0700 Dan Nicolaescu Remove unused arguments for unexec.
Sun, 03 Oct 2010 14:52:04 +0200 Juanma Barranquero src/gnutls.c: Fix typo in docstring.
Sun, 03 Oct 2010 14:43:12 +0200 Lars Magne Ingebrigtsen url-vars.el (url-mime-charset-string): Changed the default to nil to
Sun, 03 Oct 2010 14:36:19 +0200 Juanma Barranquero src/makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
Sun, 03 Oct 2010 00:31:59 -0400 Chong Yidong Remove obsolete use of binary-overwrite-mode in bytecomp (Bug#7001).
Sun, 03 Oct 2010 06:12:15 +0200 Juanma Barranquero src/gnutls.c: Doc fixes. Make some functions static.
Sat, 02 Oct 2010 19:32:03 -0700 Glenn Morris * lisp/obsolete/x-menu.el: Remove file, obsolete since 21.1
Sat, 02 Oct 2010 19:26:35 -0700 Glenn Morris * textmodes/rst.el (rst-font-lock-keywords-function): Drop Emacs 20 code.
Sat, 02 Oct 2010 19:22:40 -0700 Glenn Morris * lisp/textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
Sat, 02 Oct 2010 19:17:47 -0700 Glenn Morris * lisp/printing.el: Drop Emacs 20 code.
Sat, 02 Oct 2010 19:12:55 -0700 Glenn Morris * lisp/gnus/nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
Sat, 02 Oct 2010 19:09:53 -0700 Glenn Morris * lisp/gnus/smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
Sat, 02 Oct 2010 19:07:11 -0700 Glenn Morris * lisp/gnus/gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
Sat, 02 Oct 2010 19:03:18 -0700 Glenn Morris Tix fypo in previous change.
Sat, 02 Oct 2010 19:01:07 -0700 Glenn Morris * lisp/gnus/gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
Sat, 02 Oct 2010 18:56:11 -0700 Glenn Morris Do not autoload appt-delete.
Sat, 02 Oct 2010 18:53:04 -0700 Glenn Morris * lisp/subr.el (make-local-hook): Remove function obsolete since 21.1.
Sat, 02 Oct 2010 18:35:07 -0700 Glenn Morris Remove some unused ps-def definitions.
Sat, 02 Oct 2010 18:30:51 -0700 Glenn Morris url-http.el comment.
Sat, 02 Oct 2010 21:11:20 -0400 Chong Yidong * subr.el (booleanp): Return t instead of a list (Bug#7086).
Sat, 02 Oct 2010 20:59:02 -0400 Chong Yidong * keyboard.c (command_loop_1): Make sure the mark is really alive
Sun, 03 Oct 2010 00:33:27 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Sat, 02 Oct 2010 20:03:44 -0400 Chong Yidong * lisp/server.el (server-process-filter, server-return-error): Give
Sat, 02 Oct 2010 20:00:01 -0400 Chong Yidong * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an error string
Sat, 02 Oct 2010 19:10:41 -0400 Chong Yidong Add minor comment (Bug#7001).
Sat, 02 Oct 2010 20:31:57 +0200 Juanma Barranquero lisp/gnus/shr.el (shr): Fix typo in provide call.
Sat, 02 Oct 2010 14:07:02 +0000 Katsumi Yamaoka gnus.texi (Splitting Mail): Fix @xref syntax.
Sat, 02 Oct 2010 15:21:43 +0200 Michael Albinus * files.el (remote-file-name-inhibit-cache): New defcustom.
Sat, 02 Oct 2010 14:34:02 +0200 Lars Magne Ingebrigtsen (url-lazy-message): Remove leftover debugging code.
Sat, 02 Oct 2010 14:12:17 +0200 Juanma Barranquero Rework tags targets in Windows makefiles to protect against old/stupid makes.
Sat, 02 Oct 2010 10:35:45 +0000 Katsumi Yamaoka Add lisp/gnus/nnregistry.el.
Sat, 02 Oct 2010 10:30:06 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Sat, 02 Oct 2010 11:08:47 +0200 Eli Zaretskii Improve TAGS target on MS-DOS.
Sat, 02 Oct 2010 10:24:14 +0200 Eli Zaretskii Invoke kill-emacs on SIGINT on Windows as well.
Fri, 01 Oct 2010 19:46:13 -0700 Glenn Morris Remove some functions, variables and aliases obsolete since at least 21.1.
Fri, 01 Oct 2010 19:30:11 -0700 Glenn Morris Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.