comparison lisp/ChangeLog @ 54614:f60fe8db72a9

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 28 Mar 2004 17:38:17 +0000
parents 9c5d02cd28b1
children 7f0f4acf41c9
comparison
equal deleted inserted replaced
54613:51811f399af0 54614:f60fe8db72a9
1 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4 From lorentey@elte.hu (L,Bu(Brentey K,Ba(Broly).
5
1 2004-03-27 Luc Teirlinck <teirllm@auburn.edu> 6 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
2 7
3 * autorevert.el (auto-revert-handler): Handle auto-revert-mode. 8 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4 Call vc-find-file-hook here instead of in auto-revert-buffers. 9 Call vc-find-file-hook here instead of in auto-revert-buffers.
5 (auto-revert-buffers): Delete call to vc-find-file-hook. 10 (auto-revert-buffers): Delete call to vc-find-file-hook.
16 21
17 * emacs-lisp/rx.el (rx): Doc fix. 22 * emacs-lisp/rx.el (rx): Doc fix.
18 Fix copyright years. 23 Fix copyright years.
19 24
20 * strokes.el (strokes-global-set-stroke-string): New function. 25 * strokes.el (strokes-global-set-stroke-string): New function.
21 (strokes-list-strokes): Cope with strings, not just commands. Set 26 (strokes-list-strokes): Cope with strings, not just commands.
22 foreground colour of image. 27 Set foreground colour of image.
23 (strokes-global-set-stroke): Doc fix. 28 (strokes-global-set-stroke): Doc fix.
24 29
25 2004-03-26 Luc Teirlinck <teirllm@auburn.edu> 30 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
26 31
27 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for 32 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
38 43
39 * autorevert.el (auto-revert-handler): Print revert message 44 * autorevert.el (auto-revert-handler): Print revert message
40 before, rather than after, reverting. 45 before, rather than after, reverting.
41 (buffer-stale-function): Move to files.el. 46 (buffer-stale-function): Move to files.el.
42 47
43 * files.el (buffer-stale-function): Moved here from autorevert.el. 48 * files.el (buffer-stale-function): Move here from autorevert.el.
44 49
45 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 50 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
46 51
47 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user. 52 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
48 53