diff options
| author | Kim F. Storm <storm@cua.dk> | 2006-12-27 21:34:38 +0000 |
|---|---|---|
| committer | Kim F. Storm <storm@cua.dk> | 2006-12-27 21:34:38 +0000 |
| commit | 1bb433e7022f5e1da406690de77458d938388c4a (patch) | |
| tree | 3f7874175949f8279adbc9df1f6d738c87e3dd0b | |
| parent | 92158bc3d6a204380eebfbf50dee7c69eac56d9b (diff) | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 8 | ||||
| -rw-r--r-- | lisp/ChangeLog | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index f1ad73abed7..ebc18752216 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -53,7 +53,7 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** Need papers from Rubini for his code in t-mouse.el Sent instructions. -** lennart.borgman.073@student.lu.se, Dec 21: +** lennart.borgman.073@student.lu.se, Dec 21: Saving when the coding system can't code all buffer characters ** Bug in ESHELL that Wiegley is supposed to fix. @@ -66,7 +66,7 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** Delete prematurely applied allout.el changes. -** lennart.borgman.073@student.lu.se, Dec 16: +** lennart.borgman.073@student.lu.se, Dec 16: compilation-previous-error fails if first error is at start of buffer ** CC mode fixes to be installed. @@ -77,13 +77,11 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** bruno@clisp.org's patches for location of Info file directory. -** disumu@x3y2z1.net, Nov 22: +** disumu@x3y2z1.net, Nov 22: URL not following some 302 redirects after recent changes ** dwm@meer.net, Dec 24: etags/ctags v22.0.92 break Linux kernel -** storm@cua.dk: AUTHORS is generated wrong for testcover.el. - ** Give recommendations for redefining window manager keys to avoid interference with Emacs. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 915034d4538..42a0a52559e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-12-27 Kim F. Storm <storm@cua.dk> + + * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp, + so it doesn't accidentally match an fsf.org mail address. + (authors-renamed-files-alist): Add tcover-*.el. + 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca> * vc-arch.el (vc-arch-find-version): New function. @@ -75,10 +81,6 @@ (sql-mode-syntax-table): Disable double quoted strings. (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY. -2006-12-25 Kim F. Storm <storm@cua.dk> - - * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el. - 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * startup.el (fancy-splash-last-input-event): New variable. |
