comparison lisp/ChangeLog @ 45979:87962bf716e3

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 23 Jun 2002 22:15:43 +0000
parents ea7ac7c7747b
children 67f188b516ca
comparison
equal deleted inserted replaced
45978:a8fbafaa31ad 45979:87962bf716e3
1 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
2
3 * subr.el (event-start, event-end, event-click-count):
4 Accept non-mouse events as well.
5 (read-key): New function.
6 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
7
8 * files.el: Rename (and mark as obsolete)
9 find-file-hooks to find-file-hook,
10 find-file-not-found-hooks to find-file-not-found-functions,
11 write-file-hooks to write-file-functions,
12 write-contents-hooks to write-contents-functions.
13 Mark local-write-file-hooks as obsolete.
14 (locate-file-completion): Don't cons uselessly. Use test-completion.
15 (basic-save-buffer): Use (point-min) rather than 1.
16 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
17
18 * help-fns.el (describe-variable): Only use `buffer' is still live.
19 Use `delete-region' instead of save-excursion + delete-char.
20 Document the obsolescence of the variable, if applicable.
21
1 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk> 22 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2 23
3 * progmodes/f90.el (f90-do-auto-fill): Respect the value of 24 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
4 comment-auto-fill-only-comments. 25 comment-auto-fill-only-comments.
5 26