aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-10-31 11:13:40 -0700
committerGlenn Morris2010-10-31 11:13:40 -0700
commit35fcc05c0e4f0ee9312c422e10ab14b4d34bb884 (patch)
treecb1df2951e914d434577d4d8f8da9ed70a9576f5
parent04e6379658b7d4ac14fc829064be879a8c4f82e9 (diff)
downloademacs-35fcc05c0e4f0ee9312c422e10ab14b4d34bb884.tar.gz
emacs-35fcc05c0e4f0ee9312c422e10ab14b4d34bb884.zip
* lisp/ChangeLog: Merge fixes.
-rw-r--r--lisp/ChangeLog9
1 files changed, 1 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9b812b00d66..2b878c57e7f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,7 +8,7 @@
8 * net/tramp.el (tramp-handle-insert-file-contents): For root, 8 * net/tramp.el (tramp-handle-insert-file-contents): For root,
9 preserve owner and group when editing files. (Bug#7289) 9 preserve owner and group when editing files. (Bug#7289)
10 10
112010-10-31 Stefan Monnier <monnier@iro.umontreal.ca> 112010-10-31 Glenn Morris <rgm@gnu.org>
12 12
13 * speedbar.el (speedbar-mode): 13 * speedbar.el (speedbar-mode):
14 * play/fortune.el (fortune-in-buffer, fortune): 14 * play/fortune.el (fortune-in-buffer, fortune):
@@ -17,8 +17,6 @@
17 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally): 17 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18 Replace inappropriate uses of toggle-read-only. (Bug#7292) 18 Replace inappropriate uses of toggle-read-only. (Bug#7292)
19 19
202010-10-31 Glenn Morris <rgm@gnu.org>
21
22 * select.el (x-selection): Mark it as an obsolete alias. 20 * select.el (x-selection): Mark it as an obsolete alias.
23 21
242010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com> 222010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
@@ -31,11 +29,6 @@
31 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias, 29 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
32 rather than just an unused variable that inherits from the real one. 30 rather than just an unused variable that inherits from the real one.
33 31
342010-10-31 Glenn Morris <rgm@gnu.org>
35
36 * comint.el (comint-password-prompt-regexp):
37 Match "enter the password". (Bug#7224)
38
392010-10-31 Alan Mackenzie <acm@muc.de> 322010-10-31 Alan Mackenzie <acm@muc.de>
40 33
41 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error. 34 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.