diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 915034d4538..42a0a52559e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-12-27 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp, | ||
| 4 | so it doesn't accidentally match an fsf.org mail address. | ||
| 5 | (authors-renamed-files-alist): Add tcover-*.el. | ||
| 6 | |||
| 1 | 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * vc-arch.el (vc-arch-find-version): New function. | 9 | * vc-arch.el (vc-arch-find-version): New function. |
| @@ -75,10 +81,6 @@ | |||
| 75 | (sql-mode-syntax-table): Disable double quoted strings. | 81 | (sql-mode-syntax-table): Disable double quoted strings. |
| 76 | (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY. | 82 | (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY. |
| 77 | 83 | ||
| 78 | 2006-12-25 Kim F. Storm <storm@cua.dk> | ||
| 79 | |||
| 80 | * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el. | ||
| 81 | |||
| 82 | 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 84 | 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 83 | 85 | ||
| 84 | * startup.el (fancy-splash-last-input-event): New variable. | 86 | * startup.el (fancy-splash-last-input-event): New variable. |