diff options
| author | Richard M. Stallman | 2007-01-28 07:20:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-01-28 07:20:47 +0000 |
| commit | d9380425737b3f16ed4766b7b696776d83d62691 (patch) | |
| tree | 026ee43fd15f7c7eecc1b52b5b03c357658462af /lisp | |
| parent | c446b0d3a97d0351d0ced2423e795b66ee4101b6 (diff) | |
| download | emacs-d9380425737b3f16ed4766b7b696776d83d62691.tar.gz emacs-d9380425737b3f16ed4766b7b696776d83d62691.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42302ff9d38..5e5e22ce4da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2007-01-28 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/fill.el (fill-paragraph-function): Doc fix. | ||
| 4 | (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion. | ||
| 5 | |||
| 6 | * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here. | ||
| 7 | |||
| 8 | * image.el (image-type-header-regexps): Make GIF regex more specific. | ||
| 9 | |||
| 10 | * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'. | ||
| 11 | Don't check `backspace'. | ||
| 12 | (tutorial--find-changed-keys): Look up bindings in a temp buffer | ||
| 13 | in Fundamental mode. | ||
| 14 | |||
| 15 | * startup.el (fancy-splash-text, normal-splash-screen): | ||
| 16 | Mention C-g. | ||
| 17 | |||
| 18 | * simple.el (eval-expression): Don't use eval-last-sexp-print-value | ||
| 19 | when inserting in buffer. | ||
| 20 | |||
| 21 | * vc-arch.el (vc-arch-file-id): Move with-current-buffer | ||
| 22 | inside the if. | ||
| 23 | |||
| 1 | 2007-01-27 Richard Stallman <rms@gnu.org> | 24 | 2007-01-27 Richard Stallman <rms@gnu.org> |
| 2 | 25 | ||
| 3 | * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do". | 26 | * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do". |