log

age author description
Tue, 14 Sep 2010 19:34:39 -0700 Glenn Morris * lisp/calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
Fri, 24 Sep 2010 00:38:10 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Thu, 23 Sep 2010 23:14:02 +0000 Katsumi Yamaoka Merge changes made in Gnus trunk.
Thu, 23 Sep 2010 22:57:48 +0200 Lars Magne Ingebrigtsen Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.
Thu, 23 Sep 2010 22:16:55 +0200 Lars Magne Ingebrigtsen Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.
Thu, 23 Sep 2010 21:53:46 +0200 Lars Magne Ingebrigtsen Clean up EMACS_INT/int usage in doc.c and doprnt.c.
Thu, 23 Sep 2010 15:18:30 -0400 Eli Zaretskii Fix last changes in editfns.c and intervals.c.
Thu, 23 Sep 2010 21:12:18 +0200 Lars Magne Ingebrigtsen Fix EMACS_INT/int conversion errors in marker.c.
Thu, 23 Sep 2010 14:54:49 -0400 Eli Zaretskii Use EMACS_INT instead of EMACS_UINT in intervals.c.
Thu, 23 Sep 2010 14:50:57 -0400 Chong Yidong Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.
Thu, 23 Sep 2010 14:37:54 -0400 Eli Zaretskii Fix src/ChangeLog of the last commit.
Thu, 23 Sep 2010 14:35:11 -0400 Eli Zaretskii Fix use of int instead of EMACS_INT in search.c and region-cache.c.
Thu, 23 Sep 2010 13:10:21 -0400 Eli Zaretskii Fix use of int instead of EMACS_INT in editfns.c.
Thu, 23 Sep 2010 11:46:54 -0400 Eli Zaretskii Fix uses of int instead of EMACS_INT in intervals.c.
Thu, 23 Sep 2010 10:32:38 -0400 Eli Zaretskii Fix more uses of int instead of EMACS_INT.
Thu, 23 Sep 2010 08:09:12 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Thu, 23 Sep 2010 07:59:12 +0000 Katsumi Yamaoka gnus-group.el (gnus-group-update-hook): Add missing version.
Thu, 23 Sep 2010 00:55:01 -0700 Glenn Morris Trivial bytecomp.el change.
Thu, 23 Sep 2010 00:40:11 -0700 Glenn Morris * lisp/files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
Thu, 23 Sep 2010 00:34:40 -0700 Glenn Morris * lisp/files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
Thu, 23 Sep 2010 00:26:10 -0700 Glenn Morris Define ld-script auto-mode-alist entries in the standard place.
Thu, 23 Sep 2010 00:17:08 -0700 Glenn Morris Cosmetic changes for add-log.el.
Thu, 23 Sep 2010 00:09:24 -0700 Glenn Morris Tiny comint.el change.
Wed, 22 Sep 2010 23:48:13 -0700 Glenn Morris Remove timestamp and related local variables from table.el.
Wed, 22 Sep 2010 23:42:45 -0700 Glenn Morris Remove leading `*' from docs of some defcustoms etc.
Wed, 22 Sep 2010 23:08:57 -0700 Glenn Morris * lisp/url/url-cache.el (url-cache-expire-time): Doc fix.
Wed, 22 Sep 2010 23:04:01 -0700 Glenn Morris Fix previous url-cache fix.
Wed, 22 Sep 2010 22:59:20 -0700 Glenn Morris * url-cache.el (url-cache-expired): Don't autoload. Tweak previous change.
Wed, 22 Sep 2010 22:56:17 -0700 Glenn Morris Small url-cache update.
Thu, 23 Sep 2010 03:57:10 +0000 Katsumi Yamaoka netrc.el (netrc-parse): Remove encrypt.el mentions.