aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 00a1bc00812..7a1c5082641 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * widget.el (define-widget): Purecopy the docstring.
4 * international/mule-cmds.el (charset): Do not purecopy the
5 docstring here, define-widget does it.
6
7 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8 * textmodes/bibtex-style.el (auto-mode-alist):
9 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10 * progmodes/compile.el (compile-command):
11 * language/korea-util.el (default-korean-keyboard):
12 * international/mule-conf.el (file-coding-system-alist):
13 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14 * tooltip.el (tooltip-frame-parameters):
15 * newcomment.el (comment-end, comment-padding):
16 * dired.el (dired-trivial-filenames):
17 * comint.el (comint-file-name-prefix): Purecopy initial values.
18
12009-11-11 Michael Albinus <michael.albinus@gmx.de> 192009-11-11 Michael Albinus <michael.albinus@gmx.de>
2 20
3 * net/tramp.el (tramp-advice-minibuffer-electric-separator) 21 * net/tramp.el (tramp-advice-minibuffer-electric-separator)