diff options
| author | Glenn Morris | 2007-04-21 19:48:15 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-04-21 19:48:15 +0000 |
| commit | b1e6882f002f148a0d46482a44ae6e4039d95a26 (patch) | |
| tree | 5fc030a426b000dfaa363c571fb7689715f5afaa | |
| parent | 01681a4152261d9f0219526d904031e69a6a29f7 (diff) | |
| download | emacs-b1e6882f002f148a0d46482a44ae6e4039d95a26.tar.gz emacs-b1e6882f002f148a0d46482a44ae6e4039d95a26.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 13 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6e3e7b4acfb..9a7b54db411 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-21 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | ||
| 2 | |||
| 3 | * dired-x.el (dired-virtual-mode): Doc fix. | ||
| 4 | |||
| 1 | 2007-04-21 Richard Stallman <rms@gnu.org> | 5 | 2007-04-21 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * font-lock.el (font-lock-keywords-alist): Mark as risky. | 7 | * font-lock.el (font-lock-keywords-alist): Mark as risky. |
| @@ -311,7 +315,7 @@ | |||
| 311 | 315 | ||
| 312 | * cus-start.el <scroll-preserve-screen-position>: Add choices. | 316 | * cus-start.el <scroll-preserve-screen-position>: Add choices. |
| 313 | 317 | ||
| 314 | 2007-04-08 Johan Bockg,Ae(Brd <bojohan+news@dd.chalmers.se> | 318 | 2007-04-08 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 315 | 319 | ||
| 316 | * term/xterm.el (terminal-init-xterm): Fix key definitions. | 320 | * term/xterm.el (terminal-init-xterm): Fix key definitions. |
| 317 | Add binding for C-M-SPC. | 321 | Add binding for C-M-SPC. |
| @@ -669,7 +673,7 @@ | |||
| 669 | * textmodes/flyspell.el (flyspell-large-region): | 673 | * textmodes/flyspell.el (flyspell-large-region): |
| 670 | Use ispell-call-process-region. | 674 | Use ispell-call-process-region. |
| 671 | 675 | ||
| 672 | 2007-03-26 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> | 676 | 2007-03-26 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 673 | 677 | ||
| 674 | * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): | 678 | * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): |
| 675 | Use prin1 instead of princ. | 679 | Use prin1 instead of princ. |
| @@ -5629,7 +5633,7 @@ | |||
| 5629 | 5633 | ||
| 5630 | * dired.el (dired-build-subdir-alist): Fix previous change. | 5634 | * dired.el (dired-build-subdir-alist): Fix previous change. |
| 5631 | 5635 | ||
| 5632 | 2006-10-01 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> | 5636 | 2006-10-01 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 5633 | 5637 | ||
| 5634 | * simple.el (undo-elt-crosses-region): Fix the inequalities. | 5638 | * simple.el (undo-elt-crosses-region): Fix the inequalities. |
| 5635 | 5639 | ||
| @@ -21329,7 +21333,7 @@ | |||
| 21329 | 21333 | ||
| 21330 | * net/newsticker.el: Get rid of CVS keyword. | 21334 | * net/newsticker.el: Get rid of CVS keyword. |
| 21331 | 21335 | ||
| 21332 | 2005-09-19 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> | 21336 | 2005-09-19 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 21333 | 21337 | ||
| 21334 | * dired-aux.el (dired-handle-overwrite): Don't use `format' here. | 21338 | * dired-aux.el (dired-handle-overwrite): Don't use `format' here. |
| 21335 | The prompt is formatted later. | 21339 | The prompt is formatted later. |
| @@ -30412,7 +30416,7 @@ | |||
| 30412 | (mail-directory-process defvar): Doc fix. | 30416 | (mail-directory-process defvar): Doc fix. |
| 30413 | (mail-names): Doc fix. | 30417 | (mail-names): Doc fix. |
| 30414 | 30418 | ||
| 30415 | 2005-03-25 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> (tiny change) | 30419 | 2005-03-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> (tiny change) |
| 30416 | 30420 | ||
| 30417 | * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax. | 30421 | * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax. |
| 30418 | 30422 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index d0e76a84106..9053c993b5b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * keymap.c (Fdefine_key): Fix info ref in doc string. | ||
| 4 | |||
| 1 | 2007-04-20 Glenn Morris <rgm@gnu.org> | 5 | 2007-04-20 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * sysdep.c (init_system_name): Don't accept localhost.localdomain. | 7 | * sysdep.c (init_system_name): Don't accept localhost.localdomain. |