aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-12-27 21:34:38 +0000
committerKim F. Storm2006-12-27 21:34:38 +0000
commit1bb433e7022f5e1da406690de77458d938388c4a (patch)
tree3f7874175949f8279adbc9df1f6d738c87e3dd0b
parent92158bc3d6a204380eebfbf50dee7c69eac56d9b (diff)
downloademacs-1bb433e7022f5e1da406690de77458d938388c4a.tar.gz
emacs-1bb433e7022f5e1da406690de77458d938388c4a.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE8
-rw-r--r--lisp/ChangeLog10
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.
53** Need papers from Rubini for his code in t-mouse.el 53** Need papers from Rubini for his code in t-mouse.el
54 Sent instructions. 54 Sent instructions.
55 55
56** lennart.borgman.073@student.lu.se, Dec 21: 56** lennart.borgman.073@student.lu.se, Dec 21:
57 Saving when the coding system can't code all buffer characters 57 Saving when the coding system can't code all buffer characters
58 58
59** Bug in ESHELL that Wiegley is supposed to fix. 59** 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.
66 66
67** Delete prematurely applied allout.el changes. 67** Delete prematurely applied allout.el changes.
68 68
69** lennart.borgman.073@student.lu.se, Dec 16: 69** lennart.borgman.073@student.lu.se, Dec 16:
70 compilation-previous-error fails if first error is at start of buffer 70 compilation-previous-error fails if first error is at start of buffer
71 71
72** CC mode fixes to be installed. 72** CC mode fixes to be installed.
@@ -77,13 +77,11 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
77 77
78** bruno@clisp.org's patches for location of Info file directory. 78** bruno@clisp.org's patches for location of Info file directory.
79 79
80** disumu@x3y2z1.net, Nov 22: 80** disumu@x3y2z1.net, Nov 22:
81 URL not following some 302 redirects after recent changes 81 URL not following some 302 redirects after recent changes
82 82
83** dwm@meer.net, Dec 24: etags/ctags v22.0.92 break Linux kernel 83** dwm@meer.net, Dec 24: etags/ctags v22.0.92 break Linux kernel
84 84
85** storm@cua.dk: AUTHORS is generated wrong for testcover.el.
86
87** Give recommendations for redefining window manager keys 85** Give recommendations for redefining window manager keys
88 to avoid interference with Emacs. 86 to avoid interference with Emacs.
89 87
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 915034d4538..42a0a52559e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-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
12006-12-27 Stefan Monnier <monnier@iro.umontreal.ca> 72006-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
782006-12-25 Kim F. Storm <storm@cua.dk>
79
80 * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el.
81
822006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 842006-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.