aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-09-21 16:13:02 +0000
committerRichard M. Stallman2006-09-21 16:13:02 +0000
commit3e7678c825f4760d93f55e4a0923880ebd7ca2b5 (patch)
tree43aab1b56cb9909a5a6da2c1fe6dbb42612f4eaf
parentd96c45c82758024871dd721873e3457872008f9b (diff)
downloademacs-3e7678c825f4760d93f55e4a0923880ebd7ca2b5.tar.gz
emacs-3e7678c825f4760d93f55e4a0923880ebd7ca2b5.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE4
-rw-r--r--lisp/ChangeLog12
2 files changed, 3 insertions, 13 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index b16fa3cfd44..038c82c9dac 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -48,8 +48,6 @@ Windows only bug.
48 48
49** david.hansen@physik.fu-berlin.de: WoMan Bug, Sep 13. 49** david.hansen@physik.fu-berlin.de: WoMan Bug, Sep 13.
50 50
51** run-with-idle-timer change causes problem for Semantic.
52
53** iampure@gmail.com's Sep 15 bug report about View Changes In File. 51** iampure@gmail.com's Sep 15 bug report about View Changes In File.
54 52
55** Peter_Dyballa@Web.DE's Sep 17 bug report about i-search and non-ASCII chars 53** Peter_Dyballa@Web.DE's Sep 17 bug report about i-search and non-ASCII chars
@@ -58,6 +56,8 @@ Windows only bug.
58 56
59** end-of-line doc doesn't match field behavior; which one to change? 57** end-of-line doc doesn't match field behavior; which one to change?
60 58
59** Drew Adams Sep 21: single-key-description no good for Japanese and Chinese
60
61* DOCUMENTATION 61* DOCUMENTATION
62 62
63** Check the Emacs Tutorial. 63** Check the Emacs Tutorial.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 31c4ccab181..387a30b8ca8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -27,19 +27,9 @@
27 27
282006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br> 282006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29 29
30 * delim-col.el : Fix X-URL comment.
31
32 * printing.el : Fix X-URL comment.
33
34 * ps-print.el : Fix X-URL comment.
35
36 * progmodes/ebnf2ps.el : Fix X-URL comment.
37
38 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of comment 30 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of comment
39 to become an option. 31 to become an option.
40 32
41 * subr.el (version-regexp-alist): Adjust comment.
42
432006-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 332006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
44 34
45 * files.el (find-buffer-visiting): Don't get fooled by a nil inode. 35 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
@@ -62,7 +52,7 @@
62 * menu-bar.el (clipboard-yank): Bomb out in interactive use if 52 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
63 buffer is read-only. 53 buffer is read-only.
64 54
652006-09-18 Ken Manheimer <ken.manheimer@gmail.com> 552006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
66 56
67 * allout.el (allout-unprotected): Let inhibit-read-only only when 57 * allout.el (allout-unprotected): Let inhibit-read-only only when
68 buffer-read-only isn't set. 58 buffer-read-only isn't set.