emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 20 Sep 2004 12:21:50 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6381 emacs/lisp/ChangeLog:1.6382
*** emacs/lisp/ChangeLog:1.6381 Sun Sep 19 06:07:38 2004
--- emacs/lisp/ChangeLog        Mon Sep 20 16:15:38 2004
***************
*** 1,3 ****
--- 1,31 ----
+ 2004-09-20  Richard M. Stallman  <address@hidden>
+ 
+       * bindings.el (scroll-left): Make it disabled.
+ 
+       * files.el (enable-local-eval): Doc fix.
+ 
+       * indent.el (move-to-left-margin): Special case for minibuffer.
+ 
+       * term.el (term-emulate-terminal): Turn off undo for output.
+       Use with-current-buffer and save-selected-window.
+ 
+       * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
+ 
+       * progmodes/make-mode.el (makefile-fill-paragraph): 
+       Don't insist on spaces when looking for comments.  # is enough.
+       
+       * files.el (hack-local-variables): Copy the variables list
+       to another buffer, strip prefixes and suffixes there, then read.
+       (enable-local-eval): Doc fix.
+       (ignored-local-variables): Initialize to nil.
+       (risky-local-variable-p): Don't check ignored-local-variables here.
+       (hack-one-local-variable): Ignore var if in ignored-local-variables.
+ 
+ 2004-09-20  Dan Nicolaescu  <address@hidden>
+ 
+       * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
+       of = to "." (punctuation).
+ 
  2004-09-19  Stefan  <address@hidden>
  
        * subr.el (event-basic-type): Fix mask (extend to 22bits).
***************
*** 227,232 ****
--- 255,265 ----
        * desktop.el (desktop-clear-preserve-buffers):
        Remove make-obsolete-variable.
  
+ 2004-09-08  Richard M. Stallman  <address@hidden>
+ 
+       * buff-menu.el (list-buffers-noselect): Call format-mode-line
+       with the buffer as argument.
+ 
  2004-09-08  Stefan Monnier  <address@hidden>
  
        * vc-arch.el (vc-arch-state): Fix parsing for `names' method.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]