comparison lisp/ChangeLog @ 83428:d0eee3282e6b

Merged from miles@gnu.org--gnu-2005 (patch 678-680) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-678 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-679 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-680 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-468
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 29 Dec 2005 04:41:02 +0000
parents b64b7e867d0a 0bebcb6fda30
children ec395f552d45
comparison
equal deleted inserted replaced
83427:2afc49c9f0c0 83428:d0eee3282e6b
1 2005-12-25 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4
5 * locate.el (locate-header-face): Allow nil in type.
6
7 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8
9 2005-12-25 Romain Francoise <romain@orebokech.com>
10
11 * battery.el (battery-linux-proc-acpi): Also try
12 `/proc/acpi/thermal_zone/THM0/temperature'.
13
14 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
15
16 * custom.el (custom-push-theme): Fix docstring.
17
18 * cus-edit.el (custom-variable-set, custom-variable-save,
19 custom-variable-save): Custom-quote widget values.
20 (customize-save-variable): Fix custom-push-theme call.
21
22 2005-12-24 Eli Zaretskii <eliz@gnu.org>
23
24 * w32-fns.el (w32-batch-update-autoloads): New function.
25
26 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use
27 w32-batch-update-autoloads, and don't setq generated-autoload-file
28 from the command line.
29
30 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
31
32 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
33 reset means to remove setting from theme entirely. Don't keep
34 expanding theme-settings list; delete old entries if necessary.
35
36 * cus-edit.el (custom-buffer-create-internal): Move "Erase
37 customization" button one line up.
38 (custom-themed): New face.
39 (custom-magic-alist): New value, THEMED, for theme settings.
40 (custom-variable-state-set, custom-face-state-set): Check
41 theme-value instead of saved-value.
42 (custom-variable-reset-standard, custom-face-reset-standard):
43 Remove theme setting entirely. Recalculate new values.
44 (custom-variable-set, custom-variable-set)
45 (custom-variable-reset-saved, custom-variable-reset-backup)
46 (custom-face-set, custom-face-reset-saved): Update `user' theme.
47 (custom-variable-save): Fix typos.
48
49 2005-12-23 Juri Linkov <juri@jurta.org>
50
51 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
52 Add autoload cookies.
53 (edebug-outside-d-c-i-n-s-w): New variable.
54 (edebug-display, edebug-outside-excursion): Use it to save the
55 original value of default-cursor-in-non-selected-windows.
56 Set default-cursor-in-non-selected-windows to t while Edebug
57 is active.
58 (edebug-mode, edebug-eval-mode): Doc fix.
59
60 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
61 with `buffer-substring-no-properties' to remove common substring
62 highlighting.
63
64 * info.el (info-other-window, info): Rename function argument
65 `file' to `file-or-node'.
66 (Info-complete-menu-item): Use local variable `complete-nodes' to
67 keep the global value of `Info-complete-nodes' unchanged for
68 subsequent completions.
69 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
70
71 * simple.el (get-next-valid-buffer, last-buffer)
72 (next-error-buffer-p, next-error-find-buffer)
73 (minibuffer-history-sexp-flag): Doc fix.
74
75 * savehist.el (savehist-mode-hook): Add `:group'.
76
77 * log-view.el: Call autoload for vc-find-version.
78 (log-view-current-file): Adjust subgroup numbers.
79 (log-view-current-tag): Add `length'.
80
81 2005-12-23 Richard M. Stallman <rms@gnu.org>
82
83 * vc.el (vc-annotate-car-last-cons): Defn moved up.
84
85 2005-12-23 Juri Linkov <juri@jurta.org>
86
87 * hi-lock.el (hi-lock-archaic-interface-message-used)
88 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
89 (hi-lock-mode): Display "Hi" in the mode line only when
90 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
91 (hi-lock-write-interactive-patterns):
92 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
93 (hi-lock-set-pattern, hi-lock-set-file-patterns)
94 (hi-lock-font-lock-hook): Set 3rd arg `how' of
95 font-lock-add-keywords to t.
96
97 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
98
99 * hi-lock.el (hi-lock-highlight-range): New variable.
100 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
101 only if font-lock-fontified is non-nil. Remove overlays.
102 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
103 font-lock-fontified is non-nil, otherwise use overlays (instead of
104 text properties).
105 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
106 New variables.
107 (hi-lock-string-serialize) New function.
108
109 2005-12-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
110
111 * menu-bar.el (menu-find-file-existing): New function.
112 (menu-bar-file-menu): Use menu-find-file-existing for Open.
113
114 * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
115
116 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * vc.el: Remove unnecessary leading * in docstrings.
119 (vc-annotate-mode-map): Move initialization into declaration.
120 (vc-static-header-alist): Nitpick on the regexp.
121 (vc-default-init-version): New fun.
122 (vc-register): Use it.
123 (vc-insert-headers): Use dolist.
124 (vc-annotate-get-backend): Remove unused function.
125 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
126 (vc-annotate-mode): Remove corresponding call.
127 (vc-annotate-car-last-cons): Simplify.
128 (vc-annotate-buffers): Remove var.
129 (vc-annotate-backend): Make it buffer-local.
130 (vc-annotate): Move the interaction to the interactive spec.
131 Add a `buf' argument.
132 (vc-annotate-warp-version): Use this new `buf' argument to avoid
133 killing&creating a vc-annotate buffer, which is very disruptive when
134 the buffers are shown in dedicated frames.
135
136 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
137
138 * descr-text.el: Add FSF as maintainer.
139 (describe-text-mode, describe-text-mode-map)
140 (describe-text-mode-hook, describe-text-done): Delete. Use normal
141 help-mode.
142 (describe-text-widget, describe-text-sexp)
143 (describe-property-list, describe-text-category)
144 (describe-text-properties, describe-text-properties-1)
145 (describe-char): Use help buttons instead of widgets.
146 (describe-char-unicodedata-file): Make URL link in doc string.
147
148 2005-12-22 Richard M. Stallman <rms@gnu.org>
149
150 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
151 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
152 Don't include buttons that write a file when there's no file.
153 (custom-variable-menu, custom-face-menu, custom-group-menu):
154 Don't include commands that write a file when there's no file.
155 (customize-browse): Reword the top-of-buffer help intro.
156 (custom-buffer-create-internal): Fix previous change.
157 (customize-changed-options-previous-release): Prev release is 21.1.
158 (customize-changed-options): Doc fix.
159 (customize-changed): New alias.
160 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
161 Say "standard values".
162 (Custom-reset-standard): Doc fix.
163 (custom-face-reset-standard): Doc fix.
164
165 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
168 even if font-lock-mode is non-nil since it may be t without having
169 turned on font-lock-mode-internal.
170 (font-lock-choose-keywords): Minor optimization.
171 (font-lock-add-keywords, font-lock-remove-keywords)
172 (font-lock-set-defaults): Don't call make-local-variable on a variable
173 that we know to already be local.
174
175 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
176
177 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
178 messages if in the minibuffer.
179
180 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
183 (tex-mode-flyspell-verify, flyspell-get-word)
184 (flyspell-external-point-words): Don't use point-min/max uselessly.
185
186 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
187 by Kevin Rodgers. Instead, just hide the completions buffer if we
188 don't need to show it.
189
190 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
191
192 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
193
194 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
197 delete-windows-on with an inexistent buffer.
198
199 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
200
201 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
202 Delete defcustom variable :tag names.
203
1 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca> 204 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 205
3 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups. 206 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4 (log-view-font-lock-keywords): Ajust subgroup numbers. 207 (log-view-font-lock-keywords): Ajust subgroup numbers.
5 (log-view-current-tag): Don't hard code the number of subgroups. 208 (log-view-current-tag): Don't hard code the number of subgroups.
5504 2005-10-09 Nick Roberts <nickrob@snap.net.nz> 5707 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
5505 5708
5506 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible 5709 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5507 instead of :active. 5710 instead of :active.
5508 5711
5509 2005-10-08 Eric Hanchrow <offby1@blarg.net> 5712 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
5510 5713
5511 * textmodes/ispell.el (ispell-check-version): 5714 * textmodes/ispell.el (ispell-check-version):
5512 Ignore hyphen, and all that follows, in aspell's version text. 5715 Ignore hyphen, and all that follows, in aspell's version text.
5513 5716
5514 2005-10-08 Jay Belanger <belanger@truman.edu> 5717 2005-10-08 Jay Belanger <belanger@truman.edu>