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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 23 Jun 2002 18:15:43 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4025 emacs/lisp/ChangeLog:1.4026
*** emacs/lisp/ChangeLog:1.4025 Sun Jun 23 15:07:39 2002
--- emacs/lisp/ChangeLog        Sun Jun 23 18:15:43 2002
***************
*** 1,3 ****
--- 1,24 ----
+ 2002-06-23  Stefan Monnier  <address@hidden>
+ 
+       * subr.el (event-start, event-end, event-click-count):
+       Accept non-mouse events as well.
+       (read-key): New function.
+       (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
+ 
+       * files.el: Rename (and mark as obsolete)
+       find-file-hooks to find-file-hook,
+       find-file-not-found-hooks to find-file-not-found-functions,
+       write-file-hooks to write-file-functions,
+       write-contents-hooks to write-contents-functions.
+       Mark local-write-file-hooks as obsolete.
+       (locate-file-completion): Don't cons uselessly.  Use test-completion.
+       (basic-save-buffer): Use (point-min) rather than 1.
+       (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
+ 
+       * help-fns.el (describe-variable): Only use `buffer' is still live.
+       Use `delete-region' instead of save-excursion + delete-char.
+       Document the obsolescence of the variable, if applicable.
+ 
  2002-06-23  Glenn Morris  <address@hidden>
  
        * progmodes/f90.el (f90-do-auto-fill): Respect the value of



reply via email to

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