From: Richard M. Stallman Date: Thu, 10 May 2007 16:39:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.990~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd5983667ceb93fca27b7990641c49e342caa7c6;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f751e6787c4..302179843b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,10 +1,28 @@ 2007-05-10 Richard Stallman + * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments. + (iso-cvt-write-only): Likewise. + + * emacs-lisp/easy-mmode.el (define-minor-mode): + Fix generated doc string. + + * startup.el (fancy-splash-text): Add URL of guided tour. + Adjust horizontal and vertical whitespace. + + * progmodes/compile.el (compilation-handle-exit): + Use run-hook-with-args to run compilation-finish-functions. + * files.el (file-start-mode-alist): New variable. (magic-mode-regexp-match-limit): Doc fix. (set-auto-mode): Handle file-start-mode-alist. A little cleanup of structure. +2007-05-10 Davis Herring + + * calendar/timeclock.el (timeclock-in): Fix non-interactive + workday specifications. + (timeclock-log): Don't kill the log buffer if it already existed. + 2007-05-08 Richard Stallman * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): @@ -42,12 +60,6 @@ * find-dired.el (find-dired-filter): Propertize all text down to eob. -2007-04-29 Davis Herring - - * calendar/timeclock.el (timeclock-in): Fix non-interactive - workday specifications. - (timeclock-log): Don't kill the log buffer if it already existed. - 2007-04-29 Richard Stallman * international/mule.el (auto-coding-alist): Add pdf => no-conversion. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 59430c5a82e..5659c4354f1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,12 @@ 2007-05-10 Richard Stallman + * keymaps.texi (Scanning Keymaps): Update where-is-internal example. + + * help.texi (Keys in Documentation): Add reference to + Documentation Tips. + + * files.texi (Format Conversion): TO-FN gets three arguments. + * modes.texi (Auto Major Mode): Document file-start-mode-alist. 2007-05-06 Richard Stallman