aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-10-10 18:05:22 +0000
committerStefan Monnier2005-10-10 18:05:22 +0000
commit720a5d03f43895d0e5b3750c3aa109a1303e0c4c (patch)
treecb8160043e94977cd51b2ca9936ef31960d8ecfb
parent29878150b2f8783a607a70de0e34d313dafffdd6 (diff)
downloademacs-720a5d03f43895d0e5b3750c3aa109a1303e0c4c.tar.gz
emacs-720a5d03f43895d0e5b3750c3aa109a1303e0c4c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog53
1 files changed, 40 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4f61c1f4625..94ba10803c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,14 +1,37 @@
12005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/etags.el (select-tags-table-mode): Don't use
4 selective-display.
5 (tags-select-tags-table): Pass `button' to the action function.
6 (select-tags-table): Place the side-info on button properties rather
7 than in hidden text. Abbreviate file names.
8 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9 (select-tags-table-select): Add `button' argument.
10 Get side-info from the button property rather than from hidden text.
11
12005-10-11 Nick Roberts <nickrob@snap.net.nz> 122005-10-11 Nick Roberts <nickrob@snap.net.nz>
2 13
3 * progmodes/gud.el (gud-install-speedbar-variables): Add more 14 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4 bindings.
5 (gud-speedbar-buttons): Preserve point if possible. 15 (gud-speedbar-buttons): Preserve point if possible.
6 (gud-sentinel): Restore previous speedbar display type. 16 (gud-sentinel): Restore previous speedbar display type.
7 17
8 * progmodes/gdb-ui.el (gdba): Improve diagram. 18 * progmodes/gdb-ui.el (gdba): Improve diagram.
9 (def-gdb-auto-update-handler, gdb-info-locals-handler) 19 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons): Call 20 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11 get-buffer-window once. 21 Call get-buffer-window once.
22
232005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
26 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
27 (pascal-indent-command): Remove unused var `ind'.
28 (pascal-indent-case): Remove unused var `oldpos'.
29 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
30 since it's now used as a proper minor mode map.
31 (pascal-outline): Rename to pascal-outline-mode.
32 (pascal-outline-mode): Use define-minor-mode.
33 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
34 selective-display.
12 35
132005-10-10 Andreas Schwab <schwab@suse.de> 362005-10-10 Andreas Schwab <schwab@suse.de>
14 37
@@ -37,9 +60,9 @@
37 * font-lock.el (font-lock-syntactic-keywords) 60 * font-lock.el (font-lock-syntactic-keywords)
38 (font-lock-keywords): Doc fixes. 61 (font-lock-keywords): Doc fixes.
39 62
40 * textmodes/flyspell.el (flyspell-external-point-words): Simplify 63 * textmodes/flyspell.el (flyspell-external-point-words):
41 logic, and don't try to check for consecutive appearances of one 64 Simplify logic, and don't try to check for consecutive appearances
42 incorrect word. 65 of one incorrect word.
43 66
442005-10-10 Nick Roberts <nickrob@snap.net.nz> 672005-10-10 Nick Roberts <nickrob@snap.net.nz>
45 68
@@ -71,7 +94,7 @@
71 94
72 * term/x-win.el: Removed -i, --icon-type from comment. 95 * term/x-win.el: Removed -i, --icon-type from comment.
73 96
74 * startup.el (command-line-x-option-alist): Removed options -i, 97 * startup.el (command-line-x-option-alist): Remove options -i,
75 -itype, --icon-type, added -nb, --no-bitmap-icon 98 -itype, --icon-type, added -nb, --no-bitmap-icon
76 99
772005-10-09 Nick Roberts <nickrob@snap.net.nz> 1002005-10-09 Nick Roberts <nickrob@snap.net.nz>
@@ -79,6 +102,10 @@
79 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible 102 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
80 instead of :active. 103 instead of :active.
81 104
1052005-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * calendar/appt.el (appt-check): Use diary-selective-display var.
108
822005-10-08 Eric Hanchrow <offby1@blarg.net> 1092005-10-08 Eric Hanchrow <offby1@blarg.net>
83 110
84 * textmodes/ispell.el (ispell-check-version): 111 * textmodes/ispell.el (ispell-check-version):
@@ -104,8 +131,8 @@
104 131
1052005-10-08 Lars Hansen <larsh@soem.dk> 1322005-10-08 Lars Hansen <larsh@soem.dk>
106 133
107 * net/tramp.el (tramp-perl-directory-files-and-attributes): Add 134 * net/tramp.el (tramp-perl-directory-files-and-attributes):
108 error handling. 135 Add error handling.
109 (tramp-handle-directory-files-and-attributes): Handle perl error msg. 136 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
110 137
1112005-10-08 Michael Albinus <michael.albinus@gmx.de> 1382005-10-08 Michael Albinus <michael.albinus@gmx.de>
@@ -168,9 +195,9 @@
168 195
169 * mh-e/mh-loaddefs.el: Removed. Now generated automatically. 196 * mh-e/mh-loaddefs.el: Removed. Now generated automatically.
170 197
171 * Makefile.in (AUTOGENEL): Added mh-e/mh-loaddefs.el. 198 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
172 (MH-E-SRC): Added. Used by mh-autoloads. 199 (MH-E-SRC): New. Used by mh-autoloads.
173 (mh-autoloads): Added. Builds mh-e/mh-loaddefs.el. Rebuilds if any 200 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
174 files in MH-E-SRC have been updated. 201 files in MH-E-SRC have been updated.
175 (compile, recompile, bootstrap): Depend on mh-autoloads. 202 (compile, recompile, bootstrap): Depend on mh-autoloads.
176 203