comparison lisp/ChangeLog @ 83383:2a679c81f552

Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-551 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-552 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-554 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555 Remove CVS keywords from newsticker files * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-556 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-557 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-558 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-559 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-560 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-561 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-562 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-563 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-564 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-565 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-567 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-568 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-569 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-570 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-571 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-572 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-573 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-574 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-575 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-576 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-577 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-118 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-119 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-120 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-121 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-122 Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-123 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-124 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-125 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-126 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-127 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-128 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-129 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-130 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-131 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-132 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-423
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 09 Oct 2005 20:00:17 +0000
parents d84f940244dc 97ab21c68453
children 08b4dd6a6e87
comparison
equal deleted inserted replaced
83382:7a3090aca393 83383:2a679c81f552
1 2005-10-06 Masatake YAMATO <jet@gyve.org>
2
3 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Put
4 `font-lock-function-name-face'.
5 (gdb-info-frames-custom): Put `font-lock-function-name-face'
6 and `font-lock-variable-name-face'
7 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
11 (gdb-local-font-lock-keywords): New font lock keywords definition.
12 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
15
16 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
19 also the second char of a comment-start sequence.
20 (scheme-sexp-comment-syntax-table): New var.
21 (lambda, define): Set their scheme-doc-string-elt property.
22 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23 Use lisp-font-lock-syntactic-face-function now that it properly
24 handles |...| symbols.
25 (scheme-mode-variables): Set lisp-doc-string-elt-property,
26 parse-sexp-lookup-properties and font-lock-extra-managed-props.
27
28 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
29 bit from # to |.
30 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
31
32 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
33 (lisp-doc-string-elt-property): New var.
34 (lisp-font-lock-syntactic-face-function): Use it.
35 Rewrite to recognize docstrings even for forms not at toplevel.
36
37 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
38 annotation on the | part of #| rather than on the # part.
39 (scheme-font-lock-syntactic-face-function): New function, to
40 distinguish strings from |...| symbols.
41 (scheme-mode-variables): Use it. Also fix up the font-lock-time
42 syntax-table so that #|...|# is properly highlighted.
43
44 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
45 Don't mark as docstring the 3rd elem of an unknown toplevel form.
46
47 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
50 and C-e.
51
52 * emacs-lisp/eldoc.el: Move comments into docstrings.
53 (eldoc-message-commands): Initialize in its declaration.
54 Add move-beginning-of-line and move-end-of-line.
55 (eldoc-add-command, eldoc-add-command-completions)
56 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
57
58 * outline.el (outline-mark-subtree): Activate the mark.
59
60 * calendar/appt.el (appt-time-regexp): New var.
61 (appt-add, appt-make-list): Use it.
62 (appt-convert-time): Clean up.
63
64 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
65 Don't set any syntax-table property here.
66 (tex-font-lock-verb): New function. Do it here.
67 (tex-font-lock-syntactic-keywords): Use it.
68
69 2005-10-04 Richard M. Stallman <rms@gnu.org>
70
71 * wid-edit.el (widget-file-complete): Get the widget start point
72 the right way. Default directory to `/' if file has none.
73
74 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
75
76 * textmodes/flyspell.el (flyspell-mode-on):
77 Call ispell-maybe-find-aspell-dictionaries.
78
79 * textmodes/ispell.el (ispell-word, ispell-region):
80 Call ispell-maybe-find-aspell-dictionaries.
81 (ispell-accept-buffer-local-defs):
82 Don't call ispell-maybe-find-aspell-dictionaries
83
84 2005-10-04 Richard M. Stallman <rms@gnu.org>
85
86 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
87
88 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
89
90 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
91 instead of `fboundp' in order to allow for anonymous functions.
92
93 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
94
95 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
96 case the user clicks on the link while another window is selected.
97 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
98
99 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
100 functionality.
101 (dframe-help-echo): Save point in case mouse tracking is off.
102
103 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
104
105 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
106
107 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
110 not change the global value of those vars.
111
112 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
113 make-local-variable which we do not need any more.
114
115 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
116
117 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
118 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
119 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
120 (speedbar-path-line): Define obsolete aliases.
121 (speedbar-line-directory): Doc fix.
122
123 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
124 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
125 instead of speedbar-line-path.
126
127 2005-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
128
129 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
130 to nil if dropping on a window. Handle dropping on a minibuffer window
131 like dropping on a non-window part of Emacs.
132
133 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * net/ange-ftp.el: Use with-current-buffer.
136 (ange-ftp-insert-directory): Do not follow symlinks any more.
137
138 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
139 Remove interactive spec.
140
141 2005-10-03 Kim F. Storm <storm@cua.dk>
142
143 * ido.el (ido-mode): Use custom-initialize-set.
144
145 2005-10-02 Richard M. Stallman <rms@gnu.org>
146
147 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
148 Use insert-buffer-substring.
149
150 * net/tramp.el: Pacify byte compiler warnings in pacification code.
151 (tramp-handle-file-local-copy): Use insert-buffer-substring.
152
153 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
156 in last change.
157 (ange-ftp-insert-directory): Fix up the search for the case where
158 `file' is absolute.
159
160 2005-10-02 Romain Francoise <romain@orebokech.com>
161
162 * progmodes/compile.el (compile-goto-error): Delete extra paren.
163
164 2005-10-02 Andreas Schwab <schwab@suse.de>
165
166 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
167 directory component in the session info.
168
169 2005-10-01 Richard M. Stallman <rms@gnu.org>
170
171 * comint.el (comint-redirect-subvert-readonly): Doc fix.
172
173 * simple.el (next-error-internal): New function.
174
175 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
176 (compilation-start): Pass new arg to compilation-buffer-name.
177 (compile-goto-error): Use next-error-internal.
178
179 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
180
181 * speedbar.el: Remove RCS tag.
182 (speedbar-check-read-only): Handle non-existent files.
183
184 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
185
186 * info.el (Info-speedbar-hierarchy-buttons)
187 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
188
189 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
190
191 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
192 Do not match newline.
193 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
194 (bibtex-summary): Remove unnecessary save-excursion.
195 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
196
197 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
198
199 * term/mac-win.el: Add charset info for "iso10646-1".
200 Modify default fontset to use ATSUI-compatible fonts for some charsets
201 if available.
202
203 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
204
205 * speedbar.el: Re-apply arch tag.
206 (speedbar-version): Rename to version 1.0. Suggested by Eric
207 M. Ludlam.
208 Reapply two changes from Emacs CVS' version of speedbar lost
209 during the merge:
210 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
211 (speedbar-frame-parameters): Improve customize type.
212
213 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
216 (ange-ftp-file-directory-p): Fix the symlink case.
217 (ange-ftp-insert-directory): When listing a single file, get a list of
218 the parent buffer and extract the relevant line. Inspired from a patch
219 by Katsumi Yamaoka <yamaoka@jpl.org>.
220 (ange-ftp-file-name-sans-versions): Simplify.
221
222 2005-09-30 Bill Wohler <wohler@newt.com>
223
224 Move MH-E image files from toolbar and mail directories into
225 etc/images.
226
227 * mail/reply2.*: Move to etc/images/mail/reply*.
228
229 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
230 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
231 etc/images.
232
233 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
234 * toolbar/reply*: Move to etc/images/mail.
235
236 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
237
238 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
239
240 * speedbar.el: New version 1.0pre3.
241
242 Frame management code (including timer, and mouse click specifics)
243 moved to dframe.el:
244 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
245 (speedbar-timer): Removed. Use dframe-timer.
246 (speedbar-close-frame): Removed. Use dframe-close-frame.
247 (speedbar-activity-change-focus-flag): Removed. Use
248 dframe-activity-change-focus-flag.
249 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
250 dframe-update-speed.
251
252 (speedbar-current-frame): New macro. Use this instead of the
253 variable speedbar-frame.
254
255 (speedbar-use-images, speedbar-expand-image-button-alist)
256 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
257
258 (speedbar-find-image-on-load-path): Removed. Replaced by
259 defezimage in ezimage.el.
260 (speedbar-expand-image-button-alist): Removed. Replaced by
261 ezimage-expand-image-button-alist in ezimage.el.
262
263 (speedbar-ignored-directory-regexp)
264 (speedbar-add-ignored-directory-regexp)
265 (speedbar-ignored-directory-expressions)
266 (speedbar-line-directory, speedbar-buffers-line-directory)
267 (speedbar-directory-line, speedbar-buffers-line-directory):
268 Renamed, replacing `path' with `directory'.
269
270 (speedbar-create-directory, speedbar-expand-line-descendants)
271 (speedbar-toggle-line-expansion)
272 (speedbar-contract-line-descendants): New commands.
273
274 (speedbar-query-confirmation-method, speedbar-select-frame-method)
275 (speedbar-use-tool-tips-flag): New options.
276
277 (speedbar-check-read-only, speedbar-require-version)
278 (speedbar-insert-separator, speedbar-buffers-tail-notes)
279 (speedbar-handle-delete-frame, speedbar-try-completion)
280 (speedbar-update-localized-contents): New functions.
281
282 (speedbar-incompatible-version, speedbar-ro-to-do-point)
283 (speedbar-object-read-only-indicator): New variables.
284
285 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
286 New hooks.
287
288 (speedbar-separator-face): New face.
289
290 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
291 (speedbar-ignored-modes): Add fundamental-mode.
292 (speedbar-directory-unshown-regexp): Add . directories.
293
294 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
295 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
296 `]' for full expand/close.
297 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
298
299 (speedbar-check-vc): Support hidden files.
300 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
301 (speedbar-this-file-in-vc): Use vc-state if available. If VC
302 state is nil, it is not checked out.
303
304 (speedbar-line-text, speedbar-line-token): Support expand buttons
305 with no text.
306 (speedbar-refresh): Universal argument acts as power-click.
307 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
308 that buffer to get variable values.
309
310 And many other bugfixes.
311
312 * dframe.el, ezimage.el, sb-image.el: New files.
313
314 * sb-*.xpm: Remove files. New image files installed into
315 etc/images/ezimage.
316
317 2005-09-30 Kenichi Handa <handa@m17n.org>
318
319 * ps-mule.el (ps-mule-show-warning): If a character is in
320 ps-print-translation-table, don't treat it as non-printable.
321
322 2005-09-30 David Ponce <david@dponce.com>
323
324 * tree-widget.el (tree-widget-themes-load-path): New variable.
325 (tree-widget-themes-directory): Doc fix.
326 (tree-widget-image-formats) [Emacs]: Doc fix.
327 (tree-widget--locate-sub-directory): New function.
328 (tree-widget-themes-directory): Use it.
329
330 * recentf.el (recentf-filename-handlers): Rename from
331 `recentf-filename-handler'. Allow a list of functions.
332 (recentf-menu-items-for-commands): Fix :help strings.
333 (recentf-apply-filename-handlers): New function.
334 (recentf-expand-file-name): Use it.
335 (recentf-cleanup): Remove duplicates too.
336
337 2005-09-29 Juri Linkov <juri@jurta.org>
338
339 * faces.el: Rearrange face definitions to be in the same order as
340 their face descriptions in "(emacs)Standard Faces".
341
342 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
343
344 * tooltip.el (tooltip): Add group `basic-faces'.
345
346 * buff-menu.el (Buffer-menu-buffer): Remove group
347 `font-lock-highlighting-faces'.
348
349 * progmodes/compile.el (compilation-error, compilation-warning)
350 (compilation-info, compilation-line-number, compilation-column-number):
351 Change group from `font-lock-highlighting-faces' to `compilation'.
352
353 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
354 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
355 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
356 (vhdl-font-lock-reserved-words-face)
357 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
358 `font-lock-highlighting-faces'.
359
360 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
361
362 2005-09-28 Kim F. Storm <storm@cua.dk>
363
364 * emulation/cua-base.el: Set CUA move property on additional commands:
365 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
366 forward-sexp, backward-sexp, forward-list, backward-list.
367
368 2005-09-28 Romain Francoise <romain@orebokech.com>
369
370 * comint.el (comint-show-output): Really set point at the
371 beginning of the output when not using `comint-use-prompt-regexp'.
372
373 2005-09-27 Jay Belanger <belanger@truman.edu>
374
375 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
376 in TeX mode.
377
378 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
379
380 * textmodes/org.el (org-table-sum): Fix format string.
381
382 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
383 Quote face names.
384
385 2005-09-26 Romain Francoise <romain@orebokech.com>
386
387 * isearch.el (isearch-forward-regexp): Close doc string.
388
389 2005-09-25 Richard M. Stallman <rms@gnu.org>
390
391 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
392
393 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
394
395 * progmodes/compile.el (compilation-error-properties):
396 When getting the file from the previous error message,
397 correctly decode the new data format.
398
399 * progmodes/cc-cmds.el (c-electric-paren):
400 Call old-blink-paren only for close-paren.
401
402 2005-09-24 Andreas Schwab <schwab@suse.de>
403
404 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
405 condition.
406
407 2005-09-25 Romain Francoise <romain@orebokech.com>
408
409 * dired-aux.el (dired-copy-file-recursive):
410 * dired.el (dired-delete-file):
411 * ediff-mult.el (ediff-dir-diff-copy-file):
412 * ediff-util.el (ediff-test-save-region):
413 * forms.el (forms-mode):
414 * ido.el (ido-file-internal, ido-delete-file-at-head):
415 * log-edit.el (log-edit-done):
416 * ses.el (ses-yank-resize):
417 * play/gomoku.el (gomoku-human-plays, gomoku)
418 (gomoku-human-resigns, gomoku-prompt-for-other-game)
419 (gomoku-offer-a-draw):
420 * play/landmark.el (lm-human-resigns, lm):
421 * net/eudcb-ldap.el (eudc-ldap-check-base):
422 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
423 * progmodes/ebrowse.el (ebrowse-find-pattern):
424 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
425 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
426 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
427
428 * vc.el (vc-delete-file):
429 * play/gomoku.el (gomoku-terminate-game, gomoku)
430 (gomoku-prompt-for-move, gomoku-human-takes-back):
431 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
432 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
433
434 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
435
436 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
437 color rxvt terminals by using the code xterm.el used to use before
438 2005-04-09 in order to match the colors used by rxvt.
439
440 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
441
442 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
443 colors rxvt-unicode terminals by using the same code as xterm.el.
444
445 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * textmodes/tex-mode.el (tex-font-lock-append-prop)
448 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
449 new symbol used for the tex-verbatim face.
450
451 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
452
453 * woman.el (woman-file-name):
454 * wid-edit.el (widget-file-prompt-value)
455 (widget-coding-system-prompt-value):
456 * w32-fns.el (set-w32-system-coding-system):
457 * vc.el (vc-version-diff, vc-annotate):
458 * textmodes/reftex-auc.el (reftex-arg-cite)
459 (reftex-arg-index-tag):
460 * textmodes/refer.el (refer-get-bib-files):
461 * textmodes/artist.el (artist-figlet-choose-font):
462 * terminal.el (terminal-emulator):
463 * replace.el (occur-read-primary-args):
464 * rect.el (string-rectangle, string-insert-rectangle):
465 * ps-print.el (ps-print-preprint):
466 * progmodes/pascal.el (pascal-goto-defun):
467 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
468 * progmodes/compile.el (compilation-find-file):
469 * printing.el (pr-interactive-n-up):
470 * play/animate.el (animate-birthday-present):
471 * net/rcompile.el (remote-compile):
472 * man.el (man, Man-goto-section, Man-follow-manual-reference):
473 * mail/rmailsum.el (rmail-summary-search-backward)
474 (rmail-summary-search):
475 * mail/rmailout.el (rmail-output-read-rmail-file-name)
476 (rmail-output-read-file-name):
477 * mail/rmail.el (rmail-search, rmail-search-backwards):
478 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
479 * locate.el (locate):
480 * international/quail.el (quail-show-keyboard-layout):
481 * international/mule.el (set-buffer-file-coding-system)
482 (revert-buffer-with-coding-system, set-file-name-coding-system)
483 (set-terminal-coding-system, set-keyboard-coding-system)
484 (set-next-selection-coding-system):
485 * international/mule-diag.el (describe-coding-system)
486 (describe-font, describe-fontset):
487 * international/mule-cmds.el (universal-coding-system-argument)
488 (search-unencodable-char, describe-input-method)
489 (set-language-environment, describe-language-environment):
490 * international/codepage.el (codepage-setup):
491 * international/code-pages.el (codepage-setup):
492 * info.el (Info-search, Info-follow-reference)
493 (Info-search-backward):
494 * emacs-lisp/advice.el (ad-read-advised-function)
495 (ad-read-advice-class, ad-clear-cache, ad-activate)
496 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
497 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
498 (ad-read-regexp):
499 * ediff-util.el (ediff-toggle-regexp-match):
500 * ediff-ptch.el (ediff-prompt-for-patch-file):
501 * dired-aux.el (dired-diff):
502 * diff.el (diff):
503 * cus-edit.el (custom-variable-prompt):
504 * calendar/timeclock.el (timeclock-ask-for-project):
505 * calc/calcalg3.el (calc-get-fit-variables):
506 * calc/calc-store.el (calc-edit-variable)
507 (calc-permanent-variable):
508 * vc-mcvs.el (vc-mcvs-register):
509 * shadowfile.el (shadow-define-literal-group):
510 * woman.el (woman-file-name):
511 * vc.el (vc-version-diff, vc-merge):
512 * textmodes/reftex-index.el (reftex-index-complete-tag):
513 * format.el (format-decode-buffer, format-decode-region):
514 * emulation/viper-cmd.el (viper-read-string-with-history):
515 * emacs-lisp/debug.el (cancel-debug-on-entry):
516 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
517 * ediff.el (ediff-merge-revisions)
518 (ediff-merge-revisions-with-ancestor, ediff-revision):
519 * completion.el (interactive-completion-string-reader):
520 * calc/calc-prog.el (calc-user-define-formula):
521 Follow convention for reading with the minibuffer.
522
523 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
524
525 * progmodes/python.el (python-describe-symbol): Add globals() and
526 locals() to the arguments of emacs.ehelp.
527
528 2005-09-24 Magnus Henoch <mange@freemail.hu>
529
530 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
531 New function, code extracted from ispell-valid-dictionary-list.
532 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
533 Call it.
534
535 2005-09-24 Eli Zaretskii <eliz@gnu.org>
536
537 * subr.el (version-regexp-alist): Extend valid syntax for version
538 strings: allow any of the characters -,_,+ to separate the
539 alpha/beta/rc part from the version part. Doc fix.
540 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
541
542 2005-09-23 David Reitter <david.reitter@gmail.com>
543
544 * mail/mailclient.el: New file.
545
546 2005-09-23 Richard M. Stallman <rms@gnu.org>
547
548 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
549 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
550 Doc fixes.
551
552 * progmodes/cc-mode.el (c-font-lock-init):
553 Specify font-lock-lines-before.
554
555 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
556
557 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
558 whole conflict.
559
560 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
561
562 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
563 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
564 of `remap' feature when available. Additional key bindings for
565 better tty support.
566 (org-mode-restart, org-force-self-insert): New commands.
567 (org-time-stamp-inactive): New command.
568 (org-remap): New function.
569 (org-table-auto-blank-field, org-level-color-stars-only): New options.
570 (org-enable-fixed-width-editor): Move to `org-structure'
571 customization group.
572 (org-self-insert-command, orgtbl-self-insert-command): Modify to
573 blank field after field motion commands.
574
575 2005-09-23 Kenichi Handa <handa@m17n.org>
576
577 * international/mule-cmds.el (set-language-environment):
578 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
579 have to call utf-translate-cjk-load-tables.
580
581 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * mouse.el (mouse-move-drag-overlay): Fix last change.
584
585 2005-09-22 David Ponce <david@dponce.com>
586
587 * tree-widget.el (tree-widget-value-create): Fix previous change.
588
589 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
590
591 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
592
593 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * mouse.el (mouse-move-drag-overlay): New function.
596 (mouse-drag-region-1): Use it.
597 Try to simplify a bit the state handling. Handle clicks on links
598 inside intangible areas.
599 (mouse-save-then-kill): Minor simplification.
600 (mouse-secondary-overlay): Make it always non-nil instead of
601 recreating it each time.
602 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
603 (mouse-kill-secondary, mouse-secondary-save-then-kill):
604 Simplify accordingly.
605
606 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
607
608 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
609
610 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
611
612 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
613 (ediff-file-name-sans-prefix): Treat nil as an empty string.
614 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
615 to patch.
616
617 * ediff-util.el: Use insert-buffer-substring.
618
619 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
620
621 * emulation/viper-cmd.el (viper-change-state): Don't move over the
622 field boundaries in the minibuffer.
623 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
624 (viper-minibuffer-post-command-hook): New hook.
625 (viper-line): Don't move cursor at bolp.
626
627 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
628
629 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
630 avoid compiler warnings.
631
632 * emulation/viper-macs.el (ex-map): Better messages.
633
634 * emulation/viper-utils.el (viper-beginning-of-field): New function.
635
636 * emulation/viper.el: Replace make-variable-buffer-local with
637 viper-make-variable-buffer-local everywhere, to avoid warnings.
638
639 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
642 Delete unused var `old-selected-window'.
643 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
644 (mouse-drag-secondary): Delete unused var `start-frame'.
645
646 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
647
648 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
649
650 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
653 Re-indent within 80 columns. Use inhibit-read-only.
654
655 2005-09-19 Romain Francoise <romain@orebokech.com>
656
657 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
658
659 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * font-lock.el (font-lock-default-fontify-region): Don't add a line
662 unconditionally, since the after-change-function already did it.
663
664 2005-09-19 Miles Bader <miles@gnu.org>
665
666 * net/newsticker.el: Get rid of CVS keyword.
667
668 2005-09-19 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se>
669
670 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
671 The prompt is formatted later.
672
673 2005-09-19 David Ponce <david@dponce.com>
674
675 * tree-widget.el (tree-widget-value-create): Save the converted
676 tree :node widget.
677
678 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
679
680 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
681 variable `message'.
682
683 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
684
685 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
686 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
687 <slawomir.nowaczyk.847@student.lu.se>.
688
689 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
690
691 * image.el (image-load-path): Use symbol `data-directory' instead
692 of its value, for backward compatibility with packages that bind
693 it during `find-image'. Suggested by Katsumi Yamaoka.
694 (image-search-load-path): Handle symbols whose values are strings.
695
696 2005-09-18 Romain Francoise <romain@orebokech.com>
697
698 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
699 with-current-buffer form in save-excursion.
700
701 2005-09-18 D Goel <deego@gnufans.org>
702
703 * apropos.el (apropos-command): Fix `message' call: first arg
704 should be a format spec. In this and all other cases that appear
705 below and elsewhere in the source code, I made a change only when
706 two conditions were satisfied: [1] I can think of a possibility
707 that the arguments would cause an error, for example, the code in
708 question relies on external variables such as filenames. [2] I
709 was sure that the arg to `message' could not have been nil in the code.
710
711 * textmodes/tildify.el (tildify-region): Ditto.
712
713 * textmodes/reftex-index.el (reftex-index-change-entry)
714 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
715 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
716 * textmodes/org.el (org-complete, org-deadline, org-schedule)
717 (org-priority, org-table-sum):
718 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
719 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
720 (flyspell-word, flyspell-display-next-corrections):
721 * textmodes/bibtex.el (bibtex-print-help-message):
722 * textmodes/artist.el (artist-key-set-point-poly):
723 * term/mac-win.el (mac-services-insert-text):
724 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
725 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
726 (vhdl-port-paste-testbench, vhdl-compose-new-component)
727 (vhdl-compose-configuration):
728 * progmodes/sh-script.el (sh-blink, sh-show-indent)
729 (sh-set-indent, sh-learn-line-indent):
730 * progmodes/ps-mode.el (ps-mode-target-column):
731 * progmodes/idlwave.el (idlwave-make-tags)
732 (idlwave-scan-library-catalogs):
733 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
734 * progmodes/gud.el (gud-jdb-analyze-source):
735 * progmodes/flymake.el (flymake-log):
736 * progmodes/ebnf2ps.el (ebnf-generate-region):
737 * progmodes/cmacexp.el (c-macro-expansion):
738 * progmodes/ada-xref.el (ada-treat-cmd-string):
739 * progmodes/ada-mode.el (ada-create-case-exception-substring)
740 (ada-justified-indent-current, ada-batch-reformat):
741 * play/zone.el (zone):
742 * play/landmark.el (lm-move):
743 * play/decipher.el (decipher-show-alphabet):
744 * net/newsticker.el (newsticker--display-jump)
745 (newsticker--display-scroll):
746 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
747 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
748 * mail/feedmail.el (feedmail-dump-message-to-queue):
749 * eshell/esh-proc.el (eshell-remove-process-entry):
750 * emulation/ws-mode.el (ws-last-error):
751 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
752 (viper-record-kbd-macro):
753 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
754 * emacs-lisp/lisp-mnt.el (lm-report-bug):
755 * emacs-lisp/find-func.el (find-function-noselect):
756 * calendar/timeclock.el (timeclock-status-string)
757 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
758 (timeclock-when-to-leave-string):
759 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
760 * calc/calc-units.el (calc-enter-units-table):
761 * calc/calc-mode.el (calc-mode-record-mode):
762 * woman.el (woman-mini-help):
763 * wdired.el (wdired-change-to-wdired-mode):
764 * vc.el (vc-retrieve-snapshot):
765 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
766 * startup.el (display-startup-echo-area-message):
767 * simple.el (set-goal-column):
768 * ses.el (ses-command-hook, ses-recalculate-cell):
769 * server.el (server-process-filter):
770 * printing.el (pr-interface-txt-print, pr-interface-printify)
771 (pr-interface-ps):
772 * pcvs.el (cvs-help):
773 * log-edit.el (log-edit, log-edit-mode-help):
774 * iswitchb.el (iswitchb-possible-new-buffer):
775 * isearch.el (isearch-edit-string):
776 * image-mode.el (image-mode, image-minor-mode):
777 * ibuf-macs.el (define-ibuffer-filter):
778 * hi-lock.el (hi-lock-find-patterns):
779 * files.el (toggle-read-only):
780 * ediff-util.el (ediff-copy-diff)
781 (ediff-write-merge-buffer-and-maybe-kill):
782 * echistory.el (Electric-history-undefined):
783 * dnd.el (dnd-insert-text):
784 * dired-aux.el (dired-query):
785 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
786 * bookmark.el (bookmark-bmenu-locate):
787 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
788 Fix `message' calls to ensure first arg is a format string.
789 The change was made only when these two conditions were satisfied:
790 [1] when there is a possibility that the arguments would cause an error
791 for example, if the code in question relies on external variables
792 such as filenames, and
793 [2] if the arg to `message' could not have been nil in the code.
794
795 * pcomplete.el (pcomplete--help): Fix `message' format spec.
796 Not having a %s would be weird, though not technically wrong.
797
798 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
799
800 * term/mac-win.el (mac-add-charset-info): Doc fix.
801
802 2005-09-17 Romain Francoise <romain@orebokech.com>
803
804 * shell.el (shell-resync-dirs): Handle echoing processes more
805 reliably. Don't insert resync command if `comint-process-echoes'
806 is non-nil.
807
808 2005-09-17 Magnus Henoch <mange@freemail.hu>
809
810 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
811 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
812 aspell versions >= 0.60.
813 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
814 only if ispell-aspell-supports-utf8 is non-nil.
815
816 2005-09-17 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
817
818 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
819 buffer-local value to lisp-indent-function.
820
821 2005-09-17 Milan Zamazal <pdm@zamazal.org>
822
823 * progmodes/glasses.el (glasses-make-readable): If
824 glasses-separator differs from underscore, put appropriate
825 overlays over underscore characters.
826 (glasses-convert-to-unreadable): If glasses-separator differs from
827 underscore, try to convert glasses-separator characters to
828 underscores.
829
830 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
833 Use with-syntax-table and dolist.
834
835 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
836
837 * textmodes/reftex-auc.el:
838 * textmodes/reftex-cite.el:
839 * textmodes/reftex-dcr.el:
840 * textmodes/reftex-global.el:
841 * textmodes/reftex-parse.el:
842 * textmodes/reftex-ref.el:
843 * textmodes/reftex-sel.el:
844 * textmodes/reftex-toc.el:
845 * textmodes/reftex-vars.el:
846 * textmodes/reftex.el: Small changes to remove compiler warnings.
847
848 * textmodes/reftex-index.el: Likewise.
849 (reftex-query-index-phrase): More efficient use of markers.
850
1 2005-09-15 Chong Yidong <cyd@stupidchicken.com> 851 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
2 852
3 * image.el (image-load-path): New variable. 853 * image.el (image-load-path): New variable.
4 (image-search-load-path): New function. 854 (image-search-load-path): New function.
5 (find-image): Search for images in `image-load-path'. 855 (find-image): Search for images in `image-load-path'.
856
857 2005-09-15 Richard M. Stallman <rms@gnu.org>
858
859 * follow.el: Change Maintainer field.
6 860
7 2005-09-15 David Ponce <david@dponce.com> 861 2005-09-15 David Ponce <david@dponce.com>
8 862
9 * recentf.el (recentf-save-file-modes): New option. 863 * recentf.el (recentf-save-file-modes): New option.
10 (recentf-save-list): Use it. 864 (recentf-save-list): Use it.
242 1096
243 * font-lock.el (font-lock-support-mode): Doc fix. 1097 * font-lock.el (font-lock-support-mode): Doc fix.
244 1098
245 * descr-text.el (describe-property-list): Handle non-symbol prop names. 1099 * descr-text.el (describe-property-list): Handle non-symbol prop names.
246 1100
247 2005-08-30 Richard M. Stallman <rms@gnu.org> 1101 2005-09-08 Richard M. Stallman <rms@gnu.org>
248 1102
249 * simple.el (blink-matching-open): Get rid of text props from 1103 * simple.el (blink-matching-open): Get rid of text props from
250 the string shown in echo area. Don't permanently set point. 1104 the string shown in echo area. Don't permanently set point.
251 Some rearrangements. 1105 Some rearrangements.
252
253 * files.el (risky-local-variable-p):
254 Match `-predicates' and `-commands.
255
256 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
257 (custom-save-all): Visit the file if necessary;
258 kill the buffer if we created it.
259 (custom-save-delete): Don't visit file or kill buffer here.
260 1106
261 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> 1107 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
262 1108
263 * recentf.el (recentf-filename-handler): Add custom choice 1109 * recentf.el (recentf-filename-handler): Add custom choice
264 `abbreviate-file-name'. 1110 `abbreviate-file-name'.