diff options
| author | Stefan Monnier | 2008-05-12 17:30:29 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-12 17:30:29 +0000 |
| commit | 6483b8c7937f3c9c2debc2b749293e2adcac0e63 (patch) | |
| tree | a744e7eebd0c9f048c722f331c935a8881897476 /lisp/ChangeLog | |
| parent | f8240abdb871f9e75bf61a6c4eb4864090bd87ad (diff) | |
| download | emacs-6483b8c7937f3c9c2debc2b749293e2adcac0e63.tar.gz emacs-6483b8c7937f3c9c2debc2b749293e2adcac0e63.zip | |
(fast-lock-cache-directories): Remove "." from its
default value and give it the risky-local-variable property.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5889ab5fa81..c815d586692 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-05-12 Simon Marshall <simon@gnu.org> | ||
| 2 | |||
| 3 | * fast-lock.el (fast-lock-cache-directories): Remove "." from its | ||
| 4 | default value and give it the risky-local-variable property. | ||
| 5 | |||
| 1 | 2008-05-10 Reiner Steib <reiner.steib@gmx.de> | 6 | 2008-05-10 Reiner Steib <reiner.steib@gmx.de> |
| 2 | 7 | ||
| 3 | * smerge-mode.el (smerge-command-prefix): Fix custom type. | 8 | * smerge-mode.el (smerge-command-prefix): Fix custom type. |
| @@ -9,8 +14,8 @@ | |||
| 9 | 14 | ||
| 10 | 2008-05-01 Nick Roberts <nickrob@snap.net.nz> | 15 | 2008-05-01 Nick Roberts <nickrob@snap.net.nz> |
| 11 | 16 | ||
| 12 | * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Don't | 17 | * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): |
| 13 | throw error if no file is found. | 18 | Don't throw error if no file is found. |
| 14 | 19 | ||
| 15 | 2008-04-28 Michael Albinus <michael.albinus@gmx.de> | 20 | 2008-04-28 Michael Albinus <michael.albinus@gmx.de> |
| 16 | 21 | ||