aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog67
1 files changed, 63 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9fc26846057..b42647a61bf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,56 @@
12007-04-19 Kevin Ryde <user42@zip.com.au>
2
3 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
4 (archive-lzh-summarize): Add optional start arg for where to start
5 looking at the archive.
6 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
7
8 * international/mule.el (auto-coding-alist): no-conversion for .exe
9 and .EXE.
10
112007-04-19 Alan Mackenzie <acm@muc.de>
12
13 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
14 function return type contains "struct", "union", etc.
15 c-end-of-defun goes too far forward.
16
172007-04-19 Chong Yidong <cyd@stupidchicken.com>
18
19 * paren.el (show-paren-function): Reset window-start to avoid
20 recentering.
21
222007-04-19 Glenn Morris <rgm@gnu.org>
23
24 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
25
262007-04-18 Glenn Morris <rgm@gnu.org>
27
28 * calendar/diary-lib.el (diary-header-line-format): Add a custom
29 :set function.
30 (diary-list-entries): Only switch to diary-mode from
31 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
32 diary-mode set header-line-format, in case of any customization.
33
342007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
35
36 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
37 is less than the length of parse-time-syntax.
38
392007-04-17 David Kastrup <dak@gnu.org>
40
41 * replace.el (query-replace-regexp-eval): Deprecate.
42
432007-04-17 Alan Mackenzie <acm@muc.de>
44
45 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
46 point too close to EOB, leave point at EOB rather than last `}'.
47
482007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
49
50 * textmodes/bibtex.el (bibtex-include-OPTkey)
51 (bibtex-user-optional-fields, bibtex-entry-field-alist):
52 Fix defcustom.
53
12007-04-17 Glenn Morris <rgm@gnu.org> 542007-04-17 Glenn Morris <rgm@gnu.org>
2 55
3 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot 56 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
@@ -66,8 +119,7 @@
66 119
672007-04-13 Chong Yidong <cyd@stupidchicken.com> 1202007-04-13 Chong Yidong <cyd@stupidchicken.com>
68 121
69 * progmodes/compile.el (compilation-start): Revert 2007-03-25 122 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
70 change.
71 123
72 * files.el: Ditto. 124 * files.el: Ditto.
73 125
@@ -135,8 +187,8 @@
135 187
1362007-04-11 Stefan Monnier <monnier@iro.umontreal.ca> 1882007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
137 189
138 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar with 190 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
139 dolist. 191 with dolist.
140 (after-init-hook): Don't quote lambda. 192 (after-init-hook): Don't quote lambda.
141 (desktop-first-buffer): Don't wrap it in eval-when-compile. 193 (desktop-first-buffer): Don't wrap it in eval-when-compile.
142 (desktop-internal-v2s): Remove unused var `el'. 194 (desktop-internal-v2s): Remove unused var `el'.
@@ -715,6 +767,13 @@
715 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. 767 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
716 (diary-list-entries): Always run diary-mode. 768 (diary-list-entries): Always run diary-mode.
717 769
7702007-03-20 Kenichi Handa <handa@m17n.org>
771
772 * international/quail.el (quail-setup-completion-buf): Make the
773 completion buffer read-only.
774 (quail-completion): Adjusted for the above change. Leave the
775 modified flag nil.
776
7182007-03-20 David Kastrup <dak@gnu.org> 7772007-03-20 David Kastrup <dak@gnu.org>
719 778
720 * files.el (magic-mode-alist): Require literal "%!PS" string for 779 * files.el (magic-mode-alist): Require literal "%!PS" string for