]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Jan 2007 23:49:40 +0000 (23:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Jan 2007 23:49:40 +0000 (23:49 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
src/ChangeLog

index 590d7ebf0245eb5fe3a2e88d64d4617d65423307..105e61f4ebc1d985b9fc9c090e78799ad26d4735 100644 (file)
@@ -78,6 +78,8 @@ through the custom mechanism.
 ** ZTHJWSQQAFHV@spammotel.com, Jan 12:
   Color-theme problems in Emacs 22+ (Ubuntu, Windows)
 
+** Install newsticker.el patch.
+
 * DOCUMENTATION
 
 ** Check the Emacs Tutorial.
index d553f10b4966685f17cdf173de431f871768ad3d..71fa85c789afb57f897bf2260ceeaea2ac44c216 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-30  Richard Stallman  <rms@gnu.org>
+
+       * tutorial.el (tutorial--detailed-help): Make the list of
+       changed keys look nicer.
+
 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
index 27730b620360da43fa976fe754cca06bed0a67d9..d00778eb61a40e172d3c51af14662319c3418ebe 100644 (file)
@@ -1,3 +1,13 @@
+2007-01-30  Richard Stallman  <rms@gnu.org>
+
+       * minibuf.c (read_minibuf):
+       Save and clear Vminibuffer_completing_file_name.
+       (read_minibuf_unwind): Restore it.
+       (Vminibuffer_completion_table, Qminibuffer_completion_table)
+       (Vminibuffer_completion_predicate, Qminibuffer_completion_predicate)
+       (Vminibuffer_completion_confirm, Qminibuffer_completion_confirm)
+       (Vminibuffer_completing_file_name): Definitions moved up.
+
 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * m/hp800.h: Restore, removing HP-UX support.