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.
Sat, 02 Oct 2010 04:04:20 +0200 Lars Magne Ingebrigtsen Modify url-retrieve and related functions and structures to respect a
Sat, 02 Oct 2010 02:39:15 +0200 Lars Magne Ingebrigtsen Clean up trailing whitespace.
Sat, 02 Oct 2010 02:36:47 +0200 Lars Magne Ingebrigtsen xml.c: Rework the functions to take regions instead of strings,
Fri, 01 Oct 2010 23:14:58 +0000 Katsumi Yamaoka Update ChangeLog.
Fri, 01 Oct 2010 23:08:25 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Fri, 01 Oct 2010 22:18:24 +0200 Eli Zaretskii Fix initial frame dimensions on MS-DOS.
Fri, 01 Oct 2010 21:20:29 +0200 Eli Zaretskii Fix the MSDOS build broken by revno 101631.
Fri, 01 Oct 2010 19:38:36 +0200 Eli Zaretskii Fix bug #6349 with cursor positioning in truncated lines.
Fri, 01 Oct 2010 16:49:14 +0200 Lars Magne Ingebrigtsen Use url-lazy-message for warnings about ignored cookies.
Fri, 01 Oct 2010 16:05:25 +0200 Lars Magne Ingebrigtsen (url-http-async-sentinel): Check that the buffer is still alive before
Fri, 01 Oct 2010 06:56:33 -0700 Dan Nicolaescu Do not include stdlib.h and string.h, config.h does it.
Fri, 01 Oct 2010 13:33:03 +0000 Katsumi Yamaoka gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid regexp backtrace overflows.
Fri, 01 Oct 2010 06:06:44 -0700 Dan Nicolaescu * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
Fri, 01 Oct 2010 06:04:07 -0700 Dan Nicolaescu Small process.c cleanups.
Fri, 01 Oct 2010 12:56:44 +0000 Katsumi Yamaoka Give up on using gnutls-cli for starttls.
Fri, 01 Oct 2010 05:25:21 -0700 Dan Nicolaescu Use intern_c_string instead of intern.
Fri, 01 Oct 2010 05:19:52 -0700 Dan Nicolaescu * src/point.h: Remove, unused.
Fri, 01 Oct 2010 13:52:23 +0200 Eli Zaretskii nt/ChangeLog: Fix last entry.
Fri, 01 Oct 2010 13:45:16 +0200 Eli Zaretskii Support TAGS targets in the w32 build.
Fri, 01 Oct 2010 11:15:10 +0000 Katsumi Yamaoka Florian Ragwitz' stuff removed because of missing paperwork.
Fri, 01 Oct 2010 10:16:39 +0200 Eli Zaretskii Fix bug #7102.
Fri, 01 Oct 2010 00:24:35 -0700 Glenn Morris * lisp/obsolete/sc.el: Remove file.
Fri, 01 Oct 2010 06:56:38 +0000 Katsumi Yamaoka gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read and gnus-ido-completing-read from candidates for XEmacs.
Fri, 01 Oct 2010 05:50:11 +0000 Katsumi Yamaoka gravatar.el (gravatar-create-image): New function.
Thu, 30 Sep 2010 20:57:26 -0700 Glenn Morris Tweak temporary-file-directory on darwin systems.
Fri, 01 Oct 2010 03:28:45 +0200 Juanma Barranquero lisp/server.el (server-start): For compatibility, revert part of revno 101688.
Fri, 01 Oct 2010 00:34:42 +0000 Katsumi Yamaoka Fix previous merge from Gnus trunk.
Fri, 01 Oct 2010 00:25:50 +0000 Katsumi Yamaoka nnimap.el (nnimap-request-accept-article): Get the Message-ID without the \r.
Thu, 30 Sep 2010 16:26:40 -0700 Dan Nicolaescu * src/xml.c (parse_string): Use const.
Thu, 30 Sep 2010 16:28:22 +0200 Lars Magne Ingebrigtsen (Fbacktrace): Don't overwrite print-level on exit.
Thu, 30 Sep 2010 14:44:25 +0200 Eli Zaretskii Fix documentation of VC status indicator in mode line.
Thu, 30 Sep 2010 10:25:45 +0000 Katsumi Yamaoka gnus-agent.el (gnus-agent-add-group): Fix call to gnus-completing-read.
Thu, 30 Sep 2010 08:39:23 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Thu, 30 Sep 2010 04:53:26 +0200 Juanma Barranquero lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.
Wed, 29 Sep 2010 19:23:25 -0700 Glenn Morris etc/NEWS updates.
Wed, 29 Sep 2010 19:18:24 -0700 Glenn Morris Remove some diary-lib function aliases, obsolete since 22.1.
Wed, 29 Sep 2010 19:15:17 -0700 Glenn Morris Remove some obsolete appt.el code.
Wed, 29 Sep 2010 18:20:51 -0700 Dan Nicolaescu * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.
Thu, 30 Sep 2010 02:09:04 +0200 Juanma Barranquero src/w32console.c (vga_stdcolor_name): Remove unused function.
Wed, 29 Sep 2010 20:52:34 +0200 Romain Francoise configure.in: Don't enable ImageMagick unless HAVE_X11.
Wed, 29 Sep 2010 17:07:34 +0200 Juanma Barranquero lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.
Wed, 29 Sep 2010 16:30:45 +0200 Lars Magne Ingebrigtsen Clean up gnutls.c coding style to conform with the Emacs style.
Wed, 29 Sep 2010 15:58:11 +0200 Eli Zaretskii nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h.
Wed, 29 Sep 2010 15:38:27 +0200 Stefan Monnier * lisp/gnus/nnmail.el (group, group-art-list, group-art):
Wed, 29 Sep 2010 15:25:24 +0200 Lars Magne Ingebrigtsen Do the gnutls handshake from the reader loop, instead of looping over
Wed, 29 Sep 2010 14:48:29 +0200 Lars Magne Ingebrigtsen Make sure all reads/writes to gnutls streams go via the gnutls functions.
Wed, 29 Sep 2010 11:52:43 +0200 Eli Zaretskii Fix bug #7128.
Wed, 29 Sep 2010 05:11:58 -0400 Eli Zaretskii xdisp.c (string_buffer_position): Remove unused variables.
Wed, 29 Sep 2010 05:06:53 -0400 Eli Zaretskii Fix int/EMACS_INT use in xdisp.c and print.c.
Wed, 29 Sep 2010 17:36:38 +0900 Daiki Ueno * epa.texi (Bug Reports): New section.
Wed, 29 Sep 2010 10:18:40 +0200 Juanma Barranquero * emacsclient.c (main): Remove unused variables.
Tue, 28 Sep 2010 21:25:59 -0700 Glenn Morris Remove unused variable top_srcdir from doc Makefiles.
Tue, 28 Sep 2010 21:19:30 -0700 Glenn Morris Use temp-buffers when not displaying the diary.
Tue, 28 Sep 2010 21:10:34 -0700 Glenn Morris Minor diary-lib change.
Tue, 28 Sep 2010 21:00:50 -0700 Glenn Morris Minor diary include improvement.
Tue, 28 Sep 2010 20:54:03 -0700 Glenn Morris * lisp/calendar/appt.el (appt-activate): Check diary file.
Wed, 29 Sep 2010 01:09:50 +0000 Katsumi Yamaoka Remove Emacs 21 stuff.
Tue, 28 Sep 2010 23:55:34 +0200 Stefan Monnier * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
Tue, 28 Sep 2010 12:35:18 +0000 Katsumi Yamaoka Fix comments; remove Emacs 21 stuff.
Tue, 28 Sep 2010 11:47:12 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.