diff options
| author | Kim F. Storm | 2006-09-29 12:25:23 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-09-29 12:25:23 +0000 |
| commit | f45b66b9783d9dd689f7b1f6840b88c0ba73667d (patch) | |
| tree | 57b2948db0ac4b378246437e89acc7e9b4c8d5d7 | |
| parent | 969ef2b7b64a2eabb524b0327e6163c7703f3641 (diff) | |
| download | emacs-f45b66b9783d9dd689f7b1f6840b88c0ba73667d.tar.gz emacs-f45b66b9783d9dd689f7b1f6840b88c0ba73667d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 67d3caaeac2..0fd306e10f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-09-29 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name | ||
| 4 | to t while calling ido-read-internal. | ||
| 5 | |||
| 1 | 2006-09-29 Carsten Dominik <dominik@science.uva.nl> | 6 | 2006-09-29 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 7 | ||
| 3 | * textmodes/org.el (org-file-remote-p): Get regexp from list. | 8 | * textmodes/org.el (org-file-remote-p): Get regexp from list. |
| @@ -66,10 +71,10 @@ | |||
| 66 | 71 | ||
| 67 | * emacs-lisp/timer.el (timer-max-repeats): Doc fix. | 72 | * emacs-lisp/timer.el (timer-max-repeats): Doc fix. |
| 68 | 73 | ||
| 69 | * startup.el (fancy-splash-screens, normal-splash-screen): | 74 | * startup.el (fancy-splash-screens, normal-splash-screen): |
| 70 | Call the splash buffer *About GNU Emacs*. | 75 | Call the splash buffer *About GNU Emacs*. |
| 71 | 76 | ||
| 72 | * simple.el (next-error-highlight, next-error-highlight-no-select): | 77 | * simple.el (next-error-highlight, next-error-highlight-no-select): |
| 73 | Default to 0.5. | 78 | Default to 0.5. |
| 74 | (yank-excluded-properties): Add `fontified'. | 79 | (yank-excluded-properties): Add `fontified'. |
| 75 | 80 | ||