]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(mouse-drag-track): Renamed, from `mouse-drag-region-1'. Includes
[gnu-emacs] / lisp / ChangeLog
1 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4 Make sure we've setup font-lock's vars. It may influence which
5 function we then call.
6 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7 here since it's too late anyway.
8
9 2006-01-03 Romain Francoise <romain@orebokech.com>
10
11 * startup.el (fancy-splash-tail, normal-splash-screen):
12 Update copyright year.
13
14 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
15
16 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17 Move to `custom-buffer' group.
18
19 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
20 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
21 (custom-theme-insert-face-marker, custom-theme-variable-menu)
22 (custom-theme-face-menu): New variables.
23 (custom-theme-add-variable, custom-theme-variable-action)
24 (custom-variable-reset-theme, custom-theme-delete-variable)
25 (custom-face-reset-theme, custom-theme-face-action)
26 (custom-theme-delete-face, custom-theme-merge-theme)
27 (custom-theme-add-face, custom-theme-visit-theme): New functions.
28
29 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
30
31 * custom.el: Move Custom Themes commentary to start of theme code.
32 (custom-known-themes): Rename `standard' theme to `changed'.
33 (custom-push-theme): Caller no longer specifies what theme to use
34 when doing `reset'---the setting is simply removed from the theme.
35 Delete MODE from `theme-value' and `theme-settings' properties.
36 (custom-declare-theme): Ignore &rest args since we don't use them.
37
38 (custom-loaded-themes): Delete variable.
39 (custom-theme-load-themes, custom-theme-loaded-p)
40 (custom-theme-value): Delete functions.
41
42 (custom-declare-theme): Signal error on invalid theme names.
43 (provide-theme): custom-loaded-themes was deleted.
44 (load-theme): Load the file unconditionally.
45 (enable-theme): Call `load-theme' if theme is undefined.
46 (custom-enabled-themes): Only update value for successful loads.
47 (disable-theme): Complete from enabled themes when interactive.
48 (custom-variable-theme-value): Calculate theme value directly.
49
50 (custom-theme-reset-variables, custom-reset-variables): Mark as
51 XEmacs compatibility functions. We don't actually use these.
52
53 * cus-edit.el (custom-variable-state-set):
54 Use custom-variable-theme-value instead of custom-theme-value.
55 (custom-face-state-set): Rename `standard' theme to `changed'.
56 (custom-save-variables, custom-save-faces): Delete unneeded
57 references to custom-reset-variables.
58 (custom-save-resets): Delete function.
59 (custom-save-variables, custom-save-faces): MODE argument deleted.
60 (custom-save-variables, custom-save-faces): Ignore theme values.
61
62 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
63 compatibility function.
64
65 2006-01-01 Richard M. Stallman <rms@gnu.org>
66
67 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
68 (Custom-reset-current, Custom-reset-saved): Likewise.
69 (Custom-reset-standard): Show message if aborted.
70 (custom-mode): Doc fix, describing those commands.
71
72 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
73 put on event-kind property.
74
75 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
76
77 * custom.el (provide-theme): Ban `user' theme name.
78 (custom-enabling-themes): New variable.
79 (enable-theme): Don't enable user if custom-enabling-themes is t.
80 (custom-enabled-themes): Make it a defcustom.
81 (custom-theme-recalc-face): No-op if face is undefined.
82
83 * cus-edit.el (custom-button-mouse): New variable.
84 (custom-button-mouse): New face.
85 (custom-raised-buttons, custom-mode): Use it.
86
87 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
88
89 2005-12-31 Eli Zaretskii <eliz@gnu.org>
90
91 * progmodes/gud.el (gud-display-line): Support hl-line in the
92 source buffer.
93
94 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
95
96 * mouse.el (mouse-drag-window-above): Verify that the found window
97 overlaps with the given window in the horizontal dimension.
98
99 2005-12-31 Eli Zaretskii <eliz@gnu.org>
100
101 * Makefile.in (cvs-update): New target.
102
103 * makefile.w32-in (cvs-update): Ditto.
104
105 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
106
107 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
108 (custom-new-theme-mode-map): New variable.
109
110 2005-12-30 Richard M. Stallman <rms@gnu.org>
111
112 * custom.el (custom-load-themes): Function deleted.
113
114 * cus-edit.el (custom-save-loaded-themes): Function deleted.
115 (custom-save-variables): Don't delete or add custom-load-themes call.
116
117 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * cus-start.el: Add `visible-cursor'.
120
121 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
122 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
123 (flymake-process-filter): Switch to buffer before calling it instead.
124 (flymake-post-syntax-check, flymake-highlight-err-lines)
125 (flymake-delete-own-overlays, flymake-parse-err-lines)
126 (flymake-start-syntax-check, flymake-start-syntax-check-process)
127 (flymake-count-lines, flymake-parse-residual):
128 Remove constant buffer argument.
129 (flymake-start-syntax-check-for-current-buffer): Remove.
130 Update callers to use flymake-start-syntax-check instead.
131 (flymake-display-err-menu-for-current-line):
132 Remove unused var `mouse-pos'.
133 (flymake-restore-formatting): Comment out unused function.
134 (flymake-report-status, flymake-report-fatal-status): Remove buffer
135 argument, use current-buffer instead. Update callers.
136
137 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
138
139 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
140 buffer-local because choose-completion-delete-max-match requires
141 that we set completion-ignore-case (i.e., binding via let is not
142 sufficient).
143 (bibtex-complete): Always set completion-ignore-case and
144 choose-completion-string-functions. The latter is needed because
145 choose-completion-string-functions keeps its value if we quit the
146 *Completions* buffer without requesting a completion.
147
148 2005-12-30 Andreas Schwab <schwab@suse.de>
149
150 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
151
152 2005-12-30 Eli Zaretskii <eliz@gnu.org>
153
154 * jit-lock.el (jit-lock-chunk-size): Doc fix.
155
156 2005-12-30 Juri Linkov <juri@jurta.org>
157
158 * locate.el (locate-fcodes-file, locate-header-face)
159 * progmodes/delphi.el (delphi-other-face)
160 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
161
162 * paren.el (show-paren-match, show-paren-mismatch): Use existing
163 group `paren-showing-faces'.
164
165 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
166 (goto-address): Fix docstring.
167
168 * net/webjump.el (webjump-sample-sites): Update URLs.
169
170 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
171
172 * subr.el (cancel-change-group): Add listp around pending-undo-list.
173
174 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * font-lock.el (font-lock-compile-keywords): Signal an error when
177 font-lock-set-defaults hasn't been called.
178
179 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
180
181 * subr.el (noreturn, 1value): Doc fixes.
182
183 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
184
185 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
186 that assoc-string returns nil.
187
188 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
189
190 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
191 (bibtex-entry-type-str, bibtex-empty-field-re)
192 (bibtex-search-backward-string, bibtex-preamble-prefix)
193 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
194 (bibtex-any-valid-entry-type): New variable.
195 (bibtex-parse-field-name): Simplify.
196 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
197 (bibtex-preamble-prefix): Include left delimiter.
198 (bibtex-search-forward-field, bibtex-search-backward-field):
199 Allow unbounded search past entry boundaries (required by bibtex-pop).
200 (bibtex-text-in-field-bounds): Use push.
201 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
202 (bibtex-parse-preamble, bibtex-valid-entry)
203 (bibtex-beginning-first-field): New functions.
204 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
205 (bibtex-map-entries): Fix docstring.
206 (bibtex-flash-head): New arg prompt. Simplify.
207 (bibtex-enclosing-field): Include code of bibtex-inside-field.
208 (bibtex-insert-kill): Simplify. Always insert text past the
209 current field or entry.
210 (bibtex-format-entry): Use bibtex-parse-field.
211 (bibtex-pop): Use bibtex-beginning-of-entry and
212 bibtex-end-of-entry to initiate the search. Insert empty field if
213 we found ourselves.
214 (bibtex-print-help-message): New args field and comma.
215 Handle entry keys.
216 (bibtex-make-field): Use bibtex-beginning-of-entry.
217 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
218 invalid entry.
219 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
220 Handle preambles. Simplify code for thorough test.
221 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
222 New arg comma. Handle entry heads.
223 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
224 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
225 New arg comma.
226 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
227 (bibtex-fill-field): Simplify.
228 (bibtex-fill-entry): Use bibtex-beginning-first-field and
229 bibtex-parse-field.
230 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
231 (bibtex-complete): Use bibtex-parse-preamble.
232
233 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
234
235 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
236 Display name of expression instead of convenience variable.
237 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
238
239 * progmodes/gud.el (gud-tooltip-dereference): Rename from
240 toggle-gud-tooltip-dereference.
241 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
242 (gud-tooltip-tips): ...here when dereferencing..
243
244 2005-12-28 Bill Wohler <wohler@newt.com>
245
246 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
247
248 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
251 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
252 (vc-annotate-display-autoscale): Adjust call.
253 (vc-annotate-display-default): Adjust call. Make arg compulsory.
254 Fix interactive spec.
255 (vc-annotate-time-span): Remove.
256 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
257 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
258 (vc-annotate-display-select): Use new name.
259
260 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
261 (vc-annotate-mode-menu): Remove left-over redundant declaration.
262 Correct the construction of span entries. Simplify.
263 (vc-annotate-display-select): Fix the nil case.
264 (vc-annotate): Remove obsolete (and now broken) code.
265 (vc-annotate-extract-revision-at-line): Remove obsolete code.
266 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
267
268 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
269
270 * subr.el (lazy-completion-table): Correct typo in docstring.
271
272 * startup.el (command-line): Use `custom-reevaluate-setting' for
273 `send-mail-function'.
274
275 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
276
277 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
278
279 * mail/smtpmail.el (smtpmail-try-auth-methods):
280 Send credentials together with "AUTH PLAIN" command.
281
282 2005-12-27 Richard M. Stallman <rms@gnu.org>
283
284 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
285 mouse-2, go back to previously selected window, so it's selected
286 when mouse-2 command runs.
287
288 2005-12-27 Juri Linkov <juri@jurta.org>
289
290 * descr-text.el (describe-text-sexp): Use square brackets for
291 button [Show] to distinguish it from the property value `show'.
292 (describe-property-list): Use `insert-text-button' with
293 `help-face' type instead of putting face in quotes, because button
294 is not created automatically for a list of faces.
295 (describe-text-properties-1): Put button-type value in quotes to
296 distinguish from plain text "button".
297 (describe-char): Display code point values in hex. Don't use
298 `symbol-name' for `current-input-method' because it is a string.
299 Use `insert-text-button' with `help-face' type instead of putting
300 hardcoded face in quotes, because button is not created automatically.
301
302 2005-12-27 Richard M. Stallman <rms@gnu.org>
303
304 * progmodes/glasses.el (glasses-face): More specific custom type.
305
306 * files.el (set-visited-file-name): Doc fix.
307
308 * textmodes/flyspell.el (flyspell-external-point-words):
309 Use local var buffer-scan-pos to advance scan for next misspelling.
310 Advance it only after we find the misspelling.
311
312 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
313
314 * textmodes/flyspell.el (flyspell-external-point-words):
315 New criteria for finding the misspelling in the buffer.
316
317 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
318
319 * help-mode.el (help-insert-string): Set help-xref-stack-item
320 rather than call help-setup-xref.
321
322 * descr-text.el (describe-char): Revert previous changes for
323 optional buffer argument.
324
325 2005-12-27 Juri Linkov <juri@jurta.org>
326
327 * help-mode.el (help-insert-string): New function. Save buffer
328 contents in cases where it is impossible to recompute the old contents.
329
330 * descr-text.el (describe-char): Set help-xref-stack-item
331 explicitly after buffer has been generated.
332
333 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
334
335 * cus-start.el (all): Add x-gtk-show-hidden-files.
336
337 2005-12-26 Richard M. Stallman <rms@gnu.org>
338
339 * replace.el (perform-replace): Calculate match-again
340 before skipping read-only matches.
341
342 * paren.el (paren-showing-faces): New group.
343 (show-paren-match, show-paren-mismatch): Move to that group.
344
345 * button.el (button): Put into group `basic-faces'.
346
347 * progmodes/make-mode.el: Remove faces from group `faces'.
348
349 * apropos.el (apropos, apropos-value): Doc fix.
350 (apropos-documentation): Doc fix.
351
352 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * subr.el (lazy-completion-table): Remove argument `args'.
355
356 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
357 Don't use the `args' argument of lazy-completion-table.
358
359 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
360
361 * descr-text.el (describe-char): Add optional argument for buffer.
362 Set buffer appropriately. Call help-setup-xref.
363 Suggested by Stefan Monnier.
364
365 2005-12-26 Juri Linkov <juri@jurta.org>
366
367 * descr-text.el: Require `help-fns' at runtime. Don't require
368 `button' for byte compilation.
369 (describe-text-widget): Add `help-echo' for first button.
370 Use `help-info' for second.
371 (describe-property-list): Use `help-argument-name' instead of `italic'.
372 (describe-text-category): Add prompt to interactive spec.
373 Call `help-setup-xref'.
374 (describe-char): Use `help-character-set'. Add `help-echo' for
375 code point. Use `help-input-method'. Remove superfluous insert.
376
377 2005-12-25 Richard M. Stallman <rms@gnu.org>
378
379 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
380 at point, in case of narrowing.
381
382 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
383
384 * locate.el (locate-header-face): Allow nil in type.
385
386 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
387
388 2005-12-25 Romain Francoise <romain@orebokech.com>
389
390 * battery.el (battery-linux-proc-acpi): Also try
391 `/proc/acpi/thermal_zone/THM0/temperature'.
392
393 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
394
395 * custom.el (custom-push-theme): Fix docstring.
396
397 * cus-edit.el (custom-variable-set, custom-variable-save)
398 (custom-variable-save): Custom-quote widget values.
399 (customize-save-variable): Fix custom-push-theme call.
400
401 2005-12-24 Eli Zaretskii <eliz@gnu.org>
402
403 * w32-fns.el (w32-batch-update-autoloads): New function.
404
405 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
406 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
407 from the command line.
408
409 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
410
411 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
412 reset means to remove setting from theme entirely. Don't keep
413 expanding theme-settings list; delete old entries if necessary.
414
415 * cus-edit.el (custom-buffer-create-internal): Move "Erase
416 customization" button one line up.
417 (custom-themed): New face.
418 (custom-magic-alist): New value, THEMED, for theme settings.
419 (custom-variable-state-set, custom-face-state-set):
420 Check theme-value instead of saved-value.
421 (custom-variable-reset-standard, custom-face-reset-standard):
422 Remove theme setting entirely. Recalculate new values.
423 (custom-variable-set, custom-variable-set)
424 (custom-variable-reset-saved, custom-variable-reset-backup)
425 (custom-face-set, custom-face-reset-saved): Update `user' theme.
426 (custom-variable-save): Fix typos.
427
428 2005-12-23 Juri Linkov <juri@jurta.org>
429
430 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
431 Add autoload cookies.
432 (edebug-outside-d-c-i-n-s-w): New variable.
433 (edebug-display, edebug-outside-excursion): Use it to save the
434 original value of default-cursor-in-non-selected-windows.
435 Set default-cursor-in-non-selected-windows to t while Edebug
436 is active.
437 (edebug-mode, edebug-eval-mode): Doc fix.
438
439 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
440 with `buffer-substring-no-properties' to remove common substring
441 highlighting.
442
443 * info.el (info-other-window, info): Rename function argument
444 `file' to `file-or-node'.
445 (Info-complete-menu-item): Use local variable `complete-nodes' to
446 keep the global value of `Info-complete-nodes' unchanged for
447 subsequent completions.
448 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
449
450 * simple.el (get-next-valid-buffer, last-buffer)
451 (next-error-buffer-p, next-error-find-buffer)
452 (minibuffer-history-sexp-flag): Doc fix.
453
454 * savehist.el (savehist-mode-hook): Add `:group'.
455
456 * log-view.el: Call autoload for vc-find-version.
457 (log-view-current-file): Adjust subgroup numbers.
458 (log-view-current-tag): Add `length'.
459
460 2005-12-23 Richard M. Stallman <rms@gnu.org>
461
462 * vc.el (vc-annotate-car-last-cons): Defn moved up.
463
464 2005-12-23 Juri Linkov <juri@jurta.org>
465
466 * hi-lock.el (hi-lock-archaic-interface-message-used)
467 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
468 (hi-lock-mode): Display "Hi" in the mode line only when
469 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
470 (hi-lock-write-interactive-patterns):
471 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
472 (hi-lock-set-pattern, hi-lock-set-file-patterns)
473 (hi-lock-font-lock-hook): Set 3rd arg `how' of
474 font-lock-add-keywords to t.
475
476 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
477
478 * hi-lock.el (hi-lock-highlight-range): New variable.
479 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
480 only if font-lock-fontified is non-nil. Remove overlays.
481 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
482 font-lock-fontified is non-nil, otherwise use overlays (instead of
483 text properties).
484 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
485 New variables.
486 (hi-lock-string-serialize) New function.
487
488 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
489
490 * menu-bar.el (menu-find-file-existing): New function.
491 (menu-bar-file-menu): Use menu-find-file-existing for Open.
492
493 * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
494
495 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * vc.el: Remove unnecessary leading * in docstrings.
498 (vc-annotate-mode-map): Move initialization into declaration.
499 (vc-static-header-alist): Nitpick on the regexp.
500 (vc-default-init-version): New fun.
501 (vc-register): Use it.
502 (vc-insert-headers): Use dolist.
503 (vc-annotate-get-backend): Remove unused function.
504 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
505 (vc-annotate-mode): Remove corresponding call.
506 (vc-annotate-car-last-cons): Simplify.
507 (vc-annotate-buffers): Remove var.
508 (vc-annotate-backend): Make it buffer-local.
509 (vc-annotate): Move the interaction to the interactive spec.
510 Add a `buf' argument.
511 (vc-annotate-warp-version): Use this new `buf' argument to avoid
512 killing&creating a vc-annotate buffer, which is very disruptive when
513 the buffers are shown in dedicated frames.
514
515 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
516
517 * descr-text.el: Add FSF as maintainer.
518 (describe-text-mode, describe-text-mode-map)
519 (describe-text-mode-hook, describe-text-done): Delete. Use normal
520 help-mode.
521 (describe-text-widget, describe-text-sexp)
522 (describe-property-list, describe-text-category)
523 (describe-text-properties, describe-text-properties-1)
524 (describe-char): Use help buttons instead of widgets.
525 (describe-char-unicodedata-file): Make URL link in doc string.
526
527 2005-12-22 Richard M. Stallman <rms@gnu.org>
528
529 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
530 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
531 Don't include buttons that write a file when there's no file.
532 (custom-variable-menu, custom-face-menu, custom-group-menu):
533 Don't include commands that write a file when there's no file.
534 (customize-browse): Reword the top-of-buffer help intro.
535 (custom-buffer-create-internal): Fix previous change.
536 (customize-changed-options-previous-release): Prev release is 21.1.
537 (customize-changed-options): Doc fix.
538 (customize-changed): New alias.
539 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
540 Say "standard values".
541 (Custom-reset-standard): Doc fix.
542 (custom-face-reset-standard): Doc fix.
543
544 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
547 even if font-lock-mode is non-nil since it may be t without having
548 turned on font-lock-mode-internal.
549 (font-lock-choose-keywords): Minor optimization.
550 (font-lock-add-keywords, font-lock-remove-keywords)
551 (font-lock-set-defaults): Don't call make-local-variable on a variable
552 that we know to already be local.
553
554 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
555
556 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
557 messages if in the minibuffer.
558
559 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
562 (tex-mode-flyspell-verify, flyspell-get-word)
563 (flyspell-external-point-words): Don't use point-min/max uselessly.
564
565 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
566 by Kevin Rodgers. Instead, just hide the completions buffer if we
567 don't need to show it.
568
569 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
570
571 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
572
573 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
576 delete-windows-on with an inexistent buffer.
577
578 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
579
580 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
581 Delete defcustom variable :tag names.
582
583 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
586 (log-view-font-lock-keywords): Ajust subgroup numbers.
587 (log-view-current-tag): Don't hard code the number of subgroups.
588
589 2005-12-20 Juri Linkov <juri@jurta.org>
590
591 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
592 (tooltip-x-offset, tooltip-y-offset): Doc fix.
593
594 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
595 (menu-bar-non-minibuffer-window-p): Instead of checking
596 display-multi-frame-p, use selected-frame when menu-updating-frame
597 is nil.
598
599 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
600
601 * align.el (align-rules-list): Use [ \t] instead of \s-
602 for column separators in text mode.
603
604 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
605
606 * help-mode.el (help-customize-variable, help-customize-face):
607 Don't pop help-xref-stack as help-follow no longer pushes
608 anything on to it.
609
610 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
611
612 * textmodes/org.el: (org-agenda-custom-commands): New option.
613 (org-agenda): Offer custom commands on splash screen.
614 (org-make-tags-matcher): Parser for Boolean logic added.
615 (org-agenda-set-tags): New command.
616 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
617 (org-set-tags): Efficiency improvements.
618 (org-auto-align-tags): New option.
619 (org-todo, org-demote, org-promote): Realign tags.
620 (org-tags-completion-function): Use also "&" and "|" as separators.
621 (org-org-menu): Agenda commands simplified.
622
623 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
624
625 * cus-edit.el (customize-apropos, customize-apropos-options):
626 Docstring changes.
627
628 * font-lock.el (font-lock): Add tags to the links in the defgroup.
629
630 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
631
632 * longlines.el (longlines-mode): Wrap while widened.
633 (longlines-decode-region, longlines-encode-region): Compute max
634 just once.
635
636 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
637
638 * cus-edit.el (mac): New group.
639
640 * cus-start.el (all): Add user options in macterm.c. Add test for
641 Mac-related built-ins. Fix test for GTK-related built-ins.
642
643 * term/mac-win.el (mac-handle-language-change)
644 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
645 (mac-services-open-selection, mac-services-mail-selection)
646 (mac-services-mail-to, mac-services-insert-text)
647 (mac-dispatch-apple-event): Add docstrings.
648 (x-get-selection, mac-select-convert-to-string): Select coding
649 system from `utf-16be' and `utf-16le' using `byteorder'.
650
651 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * subr.el (lazy-completion-table): Don't be fooled if the var holds
654 a "list" (lambda ...) rather than a real completion list.
655
656 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
657 lexical-let when encountering ((lambda (...) ...) ...).
658
659 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
660
661 * progmodes/sh-script.el (sh-mode):
662 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
663 * textmodes/picture.el (picture-mode): Update docstrings.
664
665 2005-12-17 Eli Zaretskii <eliz@gnu.org>
666
667 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
668 commands enclosed in $(ARGQUOTE)s should not be split between two
669 lines, as that will break with GNU Make >3.80, when sh.exe is used
670 and arg quoting is with '..'.
671 (autoloads): Don't break the quoted --eval expression between
672 several lines.
673
674 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
675
676 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
677 Capture error from printing circular structures.
678
679 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
680
681 * wid-edit.el (widget-checkbox-action): Clear undo info.
682
683 2005-12-16 Bill Wohler <wohler@newt.com>
684
685 * menu-bar.el (kill-this-buffer): Set a good example by using menu
686 bar, not menubar in comment.
687
688 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
691 After-change-functions should not clobber the match data.
692
693 2005-12-16 Juri Linkov <juri@jurta.org>
694
695 * simple.el (choose-completion): Use `buffer-substring-no-properties'
696 instead of `buffer-substring'.
697 (completion-common-substring): Doc fix.
698 (completion-setup-function): Use minibuffer-completion-contents
699 instead of minibuffer-contents. Don't set common-string-length
700 initially. Remove special handling of partial-completion-mode.
701 Move computation of completion-base-size into one cond.
702 Call completion-base-size-function in mainbuf. In computation of
703 completion-base-size for file name completion don't move point to
704 the end of the minibuffer. Move computation of common-string-length
705 into one cond. Start putting faces only when common-string-length>=0.
706 Add condition to put completions-common-part when
707 common-string-length>0.
708
709 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
710 place point at the first different character in the minibuffer
711 even if this position is at the beginning of the minibuffer.
712
713 * info.el (Info-read-node-name-1): In completion-base-size-function's
714 lambda return 1 if common-substring or minibuffer-completion-contents
715 starts with (, and 0 otherwise.
716
717 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
718 Use `crm-current-element' for second arg of `display-completion-list'.
719
720 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
721
722 * files.el (set-auto-mode): Look for an interpreter specified on
723 the first line also if search for mode specification succeeded,
724 but the mode is not known.
725
726 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
727
728 * textmodes/org.el: (org-tags-match-list-sublevels): New option.
729 (org-open-at-point): Implement tag searches as links.
730 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
731 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
732 (org-tags-sparse-tree, org-tags-view, org-set-tags)
733 (org-agenda-dispatch): New commands.
734 (org-use-tag-inheritance, org-tags-column): New options.
735 (org-tab-follows-link, org-return-follows-link): New options.
736 (org-tags): New customize group.
737 (org-start-icalendar-file): Get local time zone.
738 (org-tags-completion-function): New function.
739 (org-set-font-lock-defaults): Make sure links will also be
740 highlighted inside headlines.
741
742 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
743
744 * term.el (term-emulate-terminal):
745 Let term-handle-ansi-terminal-messages override what Bash says about
746 its current directory.
747
748 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
749
750 * bindings.el (last-buffer): Move to simple.el.
751 * simple.el (last-buffer): Move here.
752 (get-next-valid-buffer): New function.
753 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
754 (prev-buffer): Ditto. Rename to `previous-buffer'.
755
756 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
757 * bindings.el (global-map): Ditto.
758
759 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
760
761 * cus-edit.el: Introductory comment change.
762 (custom-magic-alist): Change message string for the `rogue' state.
763
764 2005-12-15 Richard M. Stallman <rms@gnu.org>
765
766 * tooltip.el: Delete defcustom variable :tag names.
767
768 * complete.el (partial-completion-mode): Doc fix.
769
770 * textmodes/flyspell.el (flyspell-external-point-words):
771 Use save-excursion to ensure we don't move backward in the
772 search loop, not even one character.
773 (flyspell-delete-all-overlays): Use remove-overlays directly.
774
775 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
776 (ispell-start-process): Set that variable.
777 Clear ispell-buffer-local-name.
778 (ispell-internal-change-dictionary):
779 Set ispell-current-dictionary after killing process.
780 (ispell-buffer-local-dict):
781 Don't set spell-personal-dictionary after killing process.
782 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
783 (ispell-tex-skip-alists)
784 (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
785
786 * net/newsticker.el (newsticker--retrieval-timer-list)
787 (newsticker--display-timer, newsticker-running-p)
788 (newsticker-ticker-running-p): Definitions moved up.
789
790 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
791
792 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
793
794 2005-12-15 David Ponce <david@dponce.com>
795
796 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
797 (recentf-edit-list, recentf-open-files): Signal an error when
798 there is no recent file.
799
800 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
801
802 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
803 read-only except for texinfo-format-region evaluation.
804
805 2005-12-14 Richard M. Stallman <rms@gnu.org>
806
807 * vc.el (vc-default-previous-version, vc-default-next-version)
808 (vc-do-command): Doc fixes.
809
810 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
811
812 * textmodes/bibtex.el (bibtex-expand-strings)
813 (bibtex-autokey-expand-string, bibtex-name-part)
814 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
815 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
816 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
817 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
818 (bibtex-entry-postfix, bibtex-known-entry-type-re)
819 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
820 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
821 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
822 (bibtex-beginning-of-last-entry): Remove.
823 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
824 message if comma is missing but buffer is read-only.
825 (bibtex-parse-field-text): Handle whitespaces at the end of field
826 text. Return 3-element list with beginning and end of field text
827 and end of field.
828 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
829 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
830 (bibtex-search-forward-field, bibtex-search-backward-field):
831 Search always delimited by limits of entry. Use more efficient
832 search algorithms.
833 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
834 bibtex-end-of-name-in-field.
835 (bibtex-text-in-field-bounds): Handle BibTeX strings when
836 extracting the content of a field.
837 (bibtex-text-in-field): Use search limits.
838 (bibtex-parse-string-prefix): Handle empty string keys based on
839 bibtex-string-empty-key.
840 (bibtex-parse-string): Fix docstring.
841 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
842 (bibtex-preamble-prefix, bibtex-strings): New functions.
843 (bibtex-skip-to-valid-entry): Include preceding whitespace in
844 BibTeX entries (consistent with other BibTeX functions).
845 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
846 (bibtex-search-entry): Fix docstring. Simplify.
847 (bibtex-flash-head, bibtex-complete-string-cleanup)
848 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
849 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
850 (bibtex-parse-entry): New optional arg content.
851 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
852 Use bibtex-text-in-field-bounds.
853 (bibtex-print-help-message): Handle BibTeX strings and preambles.
854 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
855 bibtex-parse-string-postfix.
856 (bibtex-find-text-internal): New function.
857 (bibtex-remove-delimiters): Use it.
858 (bibtex-find-text): Use it. New optional arg help.
859 (bibtex-complete): Handle BibTeX string and preamble entries.
860 (bibtex-Preamble): Fix order of closing delimiters.
861
862 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * vc.el (vc-default-revert): New fun.
865
866 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
867
868 2005-12-14 Romain Francoise <romain@orebokech.com>
869
870 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
871 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
872 (font-lock-remove-keywords): Likewise.
873
874 2005-12-14 Juri Linkov <juri@jurta.org>
875
876 * log-view.el (log-view-diff): Doc fix.
877
878 * isearch.el (isearch-query-replace): Use (mark) instead of
879 isearch-opoint if mark is active in transient-mark-mode.
880
881 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
882
883 * isearch.el (isearch-query-replace): Check for isearch-other-end.
884
885 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
886
887 * progmodes/cpp.el (cpp-face): New widget.
888 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
889
890 2005-12-14 Juri Linkov <juri@jurta.org>
891
892 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
893 around `erase-buffer' and `insert'.
894
895 * descr-text.el (describe-text-properties): Replace buffer name
896 "*Help-2*" with "*Help*<2>".
897 (describe-char): Add functions print-help-return-message,
898 toggle-read-only. Use help-setup-xref with nil to not store
899 describe-char in help-xref-stack. Use help-make-xrefs to
900 make [back] button.
901
902 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
903
904 * wdired.el (wdired-old-point): New internal variable.
905 (wdired-change-to-wdired-mode): Set it buffer-locally.
906 (wdired-abort-changes): Restore point after aborting changes.
907
908 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * vc.el (vc-do-command): Add a new value t for okstatus.
911
912 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
913 frame in case of errors.
914
915 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
916
917 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
918 so it comes after "On the Left" in the menu.
919
920 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
921
922 * cus-edit.el (customize-apropos, customize-apropos-options)
923 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
924
925 2005-12-12 Bill Wohler <wohler@newt.com>
926
927 * vc-svn.el (vc-svn-registered): Fix problem of visiting
928 non-writable Subversion-controlled files by saving window
929 configuration before calling vc-do-command. vc-do-command calls
930 pop-to-buffer on error which is unexpected during registration.
931
932 2005-12-12 Jay Belanger <belanger@truman.edu>
933
934 * calc/README: Update the summary of changes.
935
936 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * descr-text.el (describe-char): Rework last fix to solve the problem
939 is the same way it's solved for everything else in that function
940 (i.e. by extracting the info before setting up the *Help* buffer).
941
942 2005-12-12 Kim F. Storm <storm@cua.dk>
943
944 * subr.el (version-regexp-alist): Allow space as separator before
945 non-numeric part, e.g. "1.0 alpha".
946 (version-to-list): Interpret .X.Y version as 0.X.Y version.
947
948 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
949
950 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
951 Implement Logging and the keep-modes setting.
952 (org-get-category): Make sure a string is returned.
953 (org-log-done): New function.
954 (org-log-done, org-closed-string): New options.
955
956 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
957
958 * tooltip.el (tooltip-y-offset): Change default to 20.
959
960 2005-12-12 Richard M. Stallman <rms@gnu.org>
961
962 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
963
964 * frame.el (display-hourglass): Doc fix.
965
966 * help.el (help-for-help-internal): Simplify entry for `a'.
967
968 * info.el (Info-on-current-buffer): Doc fix.
969 (info-insert-file-contents): Don't test (featurep 'jka-compr).
970
971 * startup.el (inhibit-splash-screen): Make this the real name.
972 (inhibit-startup-message): Make this the alias.
973 (command-line): Find only simple.el, and use its directory
974 to fill in other preloaded files' names.
975 (command-line): Deactivate the mark if deactivate-mark is set.
976
977 * international/mule.el (load-with-code-conversion):
978 Bind deactivate-mark.
979
980 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
981
982 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
983
984 * cus-edit.el (customize-apropos): Avoid listing an option more
985 than once under different aliases. No longer list user options
986 that are not defined with defcustom (unless a prefix arg is given).
987 Doc fix.
988 (customize-apropos-options): Doc fix.
989
990 2005-12-11 Juri Linkov <juri@jurta.org>
991
992 * frame.el (set-background-color, set-foreground-color)
993 (set-cursor-color, set-mouse-color, set-border-color):
994 Add explicit prompts to read colors by `facemenu-read-color'.
995 (show-trailing-whitespace, blink-cursor-delay)
996 (blink-cursor-interval, display-hourglass, hourglass-delay):
997 Remove tags.
998 (display-hourglass, hourglass-delay): Doc fix.
999 (cursor-in-non-selected-windows): Capitalize words in tag.
1000
1001 * faces.el (frame-background-mode): Replace `choice-item' keywords
1002 with `const' to not make [default] button. Change default value tag
1003 from `default' to `automatic'. Doc fix.
1004 (trailing-whitespace) <defface>: Change group `whitespace' to
1005 `whitespace-faces'.
1006
1007 2005-12-11 Richard M. Stallman <rms@gnu.org>
1008
1009 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1010
1011 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1012
1013 * term/mac-win.el: Create keymap for mac-apple-event-map.
1014
1015 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
1016
1017 * tooltip.el (tooltip-mode): Move to start of file so that it
1018 appears at top of customize buffer.
1019
1020 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1021 Add the gud groupname.
1022 (gud-tooltip-mode): Add the tooltip groupname.
1023 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
1024 avoid conflict with tooltip-use-echo-area.
1025
1026 2005-12-10 Romain Francoise <romain@orebokech.com>
1027
1028 * help.el (help-for-help-internal): Add `r' in doc string.
1029
1030 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1031
1032 * align.el (align-regexp, align-highlight-rule):
1033 Use region-beginning and region-end instead of point and mark, so that
1034 repetition (with `repeat-complex-command') recomputes the region
1035 bounds.
1036
1037 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
1038
1039 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1040 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1041 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1042 (balance-windows): Rewrite using the above new functions.
1043
1044 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
1045
1046 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
1047 react if global-hi-lock-mode seems intended.
1048 (global-hi-lock-mode) Renamed from hi-lock-mode.
1049 (hi-lock-archaic-interface-message-used)
1050 (hi-lock-archaic-interface-deduce): New variables.
1051 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1052 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1053 (hi-lock-find-patterns, hi-lock-font-lock-hook):
1054 Replace hi-lock-buffer-mode with hi-lock-mode.
1055
1056 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
1057
1058 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1059 completion list, even after a partial completion has been
1060 inserted in the current buffer. If there are more than 1
1061 completion, redisplay the *Completions* buffer; if the
1062 completion is unique, delete the *Completions* window.
1063
1064 2005-12-10 Eli Zaretskii <eliz@gnu.org>
1065
1066 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1067 strings and long subject lines that were broken into multiple
1068 lines at arbitrary places. Handle subjects that have "Re: " in
1069 the middle.
1070
1071 2005-12-10 John W. Eaton <jwe@octave.org>
1072
1073 * emacs/octave-mod.el (octave-electric-space): Don't indent
1074 comments or strings if octave-auto-indent is nil.
1075
1076 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1077
1078 * term/mac-win.el: Require url when compiling.
1079 Call mac-process-deferred-apple-events after loading init files.
1080 (mac-apple-event-map): New defvar. Define event handlers in it.
1081 (core-event, internet-event): New Apple event class symbols.
1082 (open-application, reopen-application, open-documents)
1083 (print-documents, open-contents, quit-application)
1084 (application-died, show-preferences, autosave-now, get-url):
1085 New Apple event ID symbols.
1086 (about): New HICommand ID symbol.
1087 (mac-event-spec, mac-event-ae): New macros.
1088 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1089 (mac-ae-selection-range, mac-ae-text-for-search)
1090 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1091 (mac-application-menu-map): Remove keymap. Handlers for HICommand
1092 and Services menu events are now defined in mac-apple-event-map.
1093 (mac-drag-n-drop): Remove selection range handling.
1094
1095 2005-12-10 Kenichi Handa <handa@m17n.org>
1096
1097 * simple.el (zap-to-char):
1098 * isearch.el (isearch-process-search-char): Translate CHAR by
1099 translation-table-for-input.
1100
1101 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
1102
1103 * foldout.el (foldout-exit-fold): Properly hide subtree.
1104
1105 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1106
1107 * files.el (save-buffer):
1108 * international/ucs-tables.el (ucs-set-table-for-input):
1109 * mail/mail-extr.el (mail-extract-address-components):
1110 * mail/sendmail.el (mail-mode): Reformat doc string.
1111
1112 2005-12-09 Juri Linkov <juri@jurta.org>
1113
1114 * isearch.el (isearch-highlight): Change main overlay priority
1115 from 1 to 1001. Simplify.
1116 (isearch-lazy-highlight-update): Change lazy overlay priority
1117 from 0 to 1000.
1118
1119 * replace.el (replace-highlight): Change overlay priority from
1120 1 to 1001.
1121
1122 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1123 Change overlay priority from 1 to 1001. Reuse existing overlay.
1124
1125 * compare-w.el (compare-windows-highlight): Change overlay
1126 priority from 1 to 1000.
1127
1128 * menu-bar.el (menu-bar-edit-menu): Add listp around
1129 pending-undo-list to disable menu item "undo" when pending
1130 undo list is empty.
1131
1132 * locate.el (locate): Disable undo in *Locate* buffer.
1133
1134 2005-12-09 Kim F. Storm <storm@cua.dk>
1135
1136 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1137
1138 2005-12-09 David Ponce <david@dponce.com>
1139
1140 * recentf.el: Improvement of the menu code.
1141 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
1142 instead of menu hook.
1143 (recentf-show-menu, recentf-hide-menu): New functions.
1144 (recentf-menu-customization-changed, recentf-mode): Use them.
1145 (recentf-menu-action, recentf-max-menu-items)
1146 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1147 (recentf-arrange-by-rule-others)
1148 (recentf-arrange-by-rules-min-items)
1149 (recentf-arrange-by-rule-subfilter) : Don't use
1150 `recentf-menu-customization-changed'.
1151 (recentf-arrange-rules): Likewise. Accept functions to compute
1152 sub-menu titles.
1153 (recentf-menu-filter): Likewise. Doc fix.
1154 (recentf-menu-value-shortcut): Doc fix.
1155 (recentf-dump-variable): Quote atom value.
1156 (recentf-make-menu-items): Update to use it as a menu filter.
1157 (recentf-match-rule): New function.
1158 (recentf-arrange-by-rule): Use it.
1159 (recentf-indirect-mode-rule): New function.
1160 (recentf-build-mode-rules): Use it.
1161 (recentf-dir-rule): New function.
1162 (recentf-arrange-by-dir): Use it.
1163 (recentf-filter-changer-current): Rename from
1164 `recentf-filter-changer-state'. All references updated.
1165 (recentf-filter-changer-alist): Update filter names.
1166 (recentf-filter-changer-select): New function.
1167 (recentf-filter-changer): Use it. Make a sub-menu from filters
1168 available in `recentf-filter-changer-alist'.
1169 (recentf-data-cache, recentf-clear-data)
1170 (recentf-update-menu): Remove. All references updated.
1171 (recentf-match-rule-p, recentf-build-dir-rules)
1172 (recentf-filter-changer-goto-next)
1173 (recentf-filter-changer-get-current)
1174 (recentf-filter-changer-get-next): Remove.
1175
1176 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
1177
1178 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1179 buffer "Reset" button to "Reset to Current" for consistency with
1180 the State buttons.
1181
1182 2005-12-08 John Paul Wallington <jpw@pobox.com>
1183
1184 * ibuf-ext.el (define-ibuffer-filter filename):
1185 If `dired-directory' is a list then really use its car.
1186
1187 2005-12-08 Kim F. Storm <storm@cua.dk>
1188
1189 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1190 indention of text on right side of replaced rectangle.
1191
1192 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
1193
1194 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1195 No need to check gud-comint-buffer is bound.
1196 (gdb): Prevent multiple debugging when first session uses gdba.
1197
1198 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1199
1200 CC Mode update to 5.31.
1201
1202 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1203 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
1204 might do this function properly in the future).
1205
1206 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1207 macros c-sentence-end and c-default-value-sentence end, to cope
1208 with Emacs 22's new function `sentence-end'.
1209
1210 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1211
1212 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1213 compat issue using `c-put-overlay' and `c-delete-overlay'.
1214
1215 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1216 compat macros to handle overlays/extents.
1217
1218 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1219
1220 * progmodes/cc-fix.el: Add definitions of the macros push and pop
1221 (for GNU Emacs 20.4)
1222
1223 * progmodes/cc-defs.el:
1224 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1225
1226 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1227 highlighting mechanism so it will work in XEmacs too.
1228
1229 * progmodes/cc-defs.el: Insert c-int-to-char.
1230
1231 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1232 call to the new macro c-int-to-char. This solves XEmacs's
1233 regarding characters as different from integers.
1234
1235 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1236
1237 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1238 helper.
1239
1240 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1241 construct to make the indirect face lookup work in XEmacs.
1242
1243 (c-cpp-matchers): Append the negation char face to the existing
1244 fontification, so that the cpp face doesn't disappear. Use
1245 `c-make-syntactic-matcher' to avoid negation chars in comments and
1246 strings.
1247
1248 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1249 to map to `font-lock-negation-char-face' in emacsen where it
1250 exists.
1251
1252 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1253
1254 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1255
1256 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1257 "c-subword-move-mode" as "c-subword-mode".
1258
1259 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1260 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
1261
1262 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1263
1264 * progmodes/cc-mode.el: Added autoload directive for
1265 `c-subword-move-mode' for use in older emacsen.
1266
1267 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1268
1269 * progmodes/cc-mode.el:
1270 (i) Insert a binding for C-c C-backspace into
1271 c-bind-special-erase-keys which works in TTYs.
1272 (ii) Make sure that when file styles are used, any explicitly
1273 given style variables take priority over those in the style. Do
1274 this by calling `hack-local-variables' a second time.
1275
1276 * progmodes/cc-vars.el: Add language specific customization
1277 widgets for AWK to c-doc-comment-style, c-require-final-newline
1278 and c-default-style. Add a defcustom for awk-mode-hook. Give
1279 c-syntactic-element and c-syntactic-context doc-strings by
1280 directly setting their `variable-documentation' propery. This
1281 allows Emacs 22.1 to read these with C-h v.
1282
1283 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1284 Monnier).
1285
1286 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1287
1288 * progmodes/cc-fonts.el, cc-vars.el
1289 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1290 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1291 Masatake YAMATO.
1292
1293 (c-doc-comment-style): Made GtkDoc default in C mode.
1294
1295 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1296 and C-c C-<delete>.
1297
1298 (c-bind-special-erase-keys): New function for use on
1299 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1300
1301 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1302 <delete> key behavior in XEmacs according to `delete-forward-p'.
1303 C.f. `c-electric-delete'.
1304
1305 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1306
1307 * progmodes/cc-mode.el: Give c-hungry-backspace and
1308 c-hungry-delete-forward permanent key bindings.
1309
1310 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1311 c-syntactic-context for calls to "criteria functions", for
1312 consistency with other calls to user functions.
1313
1314 * progmodes/cc-cmds.el (c-indent-command): expunge use of
1315 `current-prefix-arg', since this might be the prefix arg to a
1316 command which calls c-indent-command as a function. Change the
1317 interactive spec from "p" to "P".
1318
1319 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1320 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1321 was difficult to understand.
1322
1323 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1324
1325 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1326 first char of an identifier.
1327
1328 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1329 +" syntax in C++.
1330
1331 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1332
1333 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1334 auto-fill doesn't split a c-comment's last word from a hanging
1335 "*/" when a space is typed between them after fill-column.
1336
1337 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1338
1339 * progmodes/cc-styles.el (c-set-style,
1340 c-setup-paragraph-variables): Abort the command if we're not in a
1341 CC Mode buffer.
1342
1343 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1344 with blank comment-prefix, and a blank line as the comment's
1345 second line.
1346
1347 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1348
1349 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1350 Incorporated the patterns added in the Emacs development branch
1351 for the new Emacs 22 face `font-lock-negation-char-face'.
1352
1353 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1354 of "red" since it stands out better in xterms and DOS terminals.
1355
1356 * progmodes/cc-engine.el (c-literal-faces): Added
1357 `font-lock-comment-delimiter-face' which is new in Emacs 22.
1358
1359 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1360
1361 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1362 forcibly enable c-electric-flag.
1363
1364 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1365 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1366 just after the comment-prefix of a C-style comment will close that
1367 comment.
1368
1369 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1370
1371 * progmodes/cc-fonts.el (c-basic-matchers-before,
1372 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1373 in Pike.
1374
1375 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1376 digraphs.
1377
1378 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1379 (c-cpp-message-directives, c-cpp-include-directives,
1380 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1381 c-cpp-expr-directives): Introduced new language constants to
1382 control cpp syntax in a cleaner way.
1383
1384 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1385
1386 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1387
1388 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1389 c-multiline-string-start-char): New language constants and
1390 variables to specify how newlines in string literals work.
1391
1392 (c-font-lock-invalid-string): Use them.
1393
1394 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1395 unbalanced close brace is entered. Optimization by avoiding going
1396 back over arbitrarily large blocks. Removed hints that this
1397 function only would be relevant/useful in AWK.
1398
1399 (c-electric-brace): Indent syntactically after the cleanups since
1400 lineup functions might do it differently then.
1401
1402 * progmodes/cc-engine.el, cc-langs.el
1403 (c-opt-op-identifier-prefix): New language constant and variable.
1404
1405 (c-just-after-func-arglist-p, c-after-special-operator-id,
1406 c-search-decl-header-end, c-inside-bracelist-p): Use it.
1407
1408 * progmodes/cc-align.el, cc-engine.el
1409 (c-after-special-operator-id): New helper to handle C++ operator
1410 identifiers.
1411
1412 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1413 c-guess-basic-syntax): Handle C++ operator identifiers in
1414 declarations.
1415
1416 * progmodes/cc-langs.el (c-assignment-operators): Added the
1417 trigraph version of ^= too.
1418
1419 * progmodes/cc-langs.el (c-assignment-operators): Added the
1420 trigraph version of |= in C++.
1421
1422 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1423 `c-decl-hangon-kwds' after the identifier name.
1424
1425 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1426 whether an arglist is "nonempty", ignore a comment after the open
1427 paren if it isn't followed by a non-comment token on the same
1428 line.
1429
1430 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1431 heuristics below the point to cope with classes inside special
1432 brace lists in Pike.
1433
1434 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1435
1436 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1437
1438 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1439
1440 * progmodes/cc-guess.el (cc-guess-install): New function to
1441 install an already guessed style in another buffer.
1442
1443 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1444 sets `inhibit-read-only' - `c-save-buffer-state' should be used
1445 anyway if the change always is undone.
1446
1447 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1448
1449 Implement togglable electricity:
1450
1451 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1452 saying when it should be used.
1453
1454 * progmodes/cc-engine.el: Add the new buffer-local variable,
1455 c-electric-flag.
1456
1457 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1458 c-toggle-auto-newline.
1459
1460 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1461 c-toggle-auto-newline. Remove the binding for
1462 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
1463 c-toggle-electric-state.
1464
1465 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1466
1467 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1468 c-\(forward\|backward\)-subword.
1469 (c-update-modeline): Add the new modeline flag `l' for
1470 `c-electric-flag'. Make the auto-newline flag `a' dependent on
1471 `l'.
1472 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
1473 the old name an alias of the new name.
1474 (c-toggle-electric-state): New function.
1475 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1476 Adapt these functions to do electric things only when
1477 c-electric-flag is non-nil.
1478 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1479 new functions from c-electric-brace.
1480 (c-point-syntax): Add a check for "virtual semicolons" in AWK
1481 mode, so that the tentative extra newline doesn't change the
1482 syntax of the following brace.
1483 (c-electric-brace): restructure by extracting the above functions.
1484 Tidy up the coding somewhat.
1485 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1486 restructure a bit.
1487
1488 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1489
1490 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1491 anchor position(s) using faces. Thanks to Masatake YAMATO for the
1492 idea.
1493
1494 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1495 (c-submode-indicators): Changed name from `c-auto-hungry-string'
1496 since it's now used to track another submode.
1497
1498 (c-update-modeline): Converted to function and extended to check
1499 `c-subword-move-mode'.
1500
1501 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1502 Converted to compat aliases for `c-forward-subword' and
1503 `c-backward-subword'.
1504
1505 * progmodes/cc-subword.el: New functions and minor mode to handle
1506 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1507
1508 (c-forward-subword, c-backward-subword, c-mark-subword,
1509 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1510 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1511 Functions corresponding to the standard word handling functions.
1512
1513 (c-subword-move-mode): Minor mode that replaces all the standard
1514 word handling functions with their subword equivalences.
1515
1516 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1517
1518 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1519 entry for one-liner-defun.
1520
1521 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1522 name in its def-edebug-spec.
1523
1524 * progmodes/cc-cmds.el (c-electric-brace): Make the
1525 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
1526 compacts space before a comment, if this will make things fit on
1527 one line.
1528
1529 Introduce an "awk" style, mainly for auto-newline and clean-ups.
1530
1531 * progmodes/cc-align.el: new function c-snug-1line-defun-close
1532
1533 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1534 clean-up one-liner-defun.
1535
1536 * progmodes/cc-styles.el: Add the new "awk" style.
1537
1538 * progmodes/cc-vars.el: Add description of one-liner-defun to
1539 c-cleanup-list's doc-string. New user options,
1540 c-max-one-liner-length. In c-default-style, set the default style
1541 for AWK to "awk".
1542
1543 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1544
1545 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1546 macros inside labels.
1547
1548 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1549 `c-at-statement-start-p' and `c-at-expression-start-p'.
1550
1551 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1552 error if the mark isn't set.
1553
1554 * progmodes/cc-engine.el (c-guess-continued-construct,
1555 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1556 accurately detect functions inside functions.
1557
1558 * progmodes/cc-engine.el (c-at-expression-start-p): New function
1559 like `c-at-statement-start-p' that additionally recognizes commas
1560 and expression parentheses as delimiters.
1561
1562 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1563 to avoid heuristics that doesn't work for unclosed blocks.
1564
1565 (c-at-statement-start-p): New function.
1566
1567 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1568 Objective-C directives, e.g. directives spanning lines should work
1569 reasonably well now.
1570
1571 (c-put-c-type-property, c-clear-c-type-property): New helpers.
1572
1573 (c-forward-objc-directive): New function to move over any ObjC
1574 directive.
1575
1576 (c-just-after-func-arglist-p, c-guess-basic-syntax,
1577 c-basic-matchers-before): Use it.
1578
1579 (c-font-lock-objc-iip-decl): Removed.
1580
1581 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1582 in the template arglist recognition.
1583
1584 * progmodes/cc-styles.el (c-style-alist): Fixed several
1585 inconsistencies in the Whitesmith style.
1586
1587 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1588 lineup function to get lines after Whitesmith style blocks
1589 correctly indented.
1590
1591 (c-lineup-whitesmith-in-block): Backed out the compensation for
1592 opening parens since it's done using `add' lists in the style
1593 definition instead. Don't use the anchor position since it varies
1594 too much between the syntactic symbols. :P
1595
1596 * progmodes/cc-vars.el (c-valid-offset): Updated.
1597
1598 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1599 lists where the offsets are combined according to several
1600 different methods: `first', `min', `max', and `add'. Report
1601 offset evaluation errors with `c-benign-error' so that some kind
1602 of reindentation still is done.
1603
1604 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1605 `arglist-intro' the same way as `arglist-cont-nonempty' and
1606 `arglist-close'.
1607
1608 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1609 situations for `arglist-cont-nonempty' and `arglist-close'.
1610
1611 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1612 constant.
1613
1614 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1615 cc-bytecomp-boundp' in a number of places.
1616
1617 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1618 macro related issue.
1619
1620 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1621
1622 * progmodes/cc-awk.el: Change the terminology of regexps: A char
1623 list is now
1624 [asdf], a char class [:alpha:]. Include code for char classes.
1625 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
1626 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1627
1628 Remove (nearly all of) the cruft associated with AWK Mode's former
1629 concept of "virtual semicolons":
1630
1631 Adapt c-beginning-of-statement, c-end-of-statement (together with
1632 subfunctions) to use the new notion of "virtual semicolon" in
1633 place of the old awkward special handling for AWK. There remains
1634 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1635 * progmodes/cc-cmds.el:
1636 (c-ascertain-adjacent-literal): In the backwards direction, now
1637 recognises AWK regexp delimiters as string delimiters.
1638 (c-after-statement-terminator-p): Adapt for virtual semicolons;
1639 check more rigorously for "end of macro".
1640 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1641 virtual semicolons;
1642 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1643 out the code for forward movement into ...
1644 (c-end-of-statement): Now contains the code for forward movement,
1645 adapted for virtual semicolons.
1646
1647 * progmodes/cc-engine.el:
1648 (c-ws*-string-limit-regexp): new regexp.
1649 (c-forward-single-comment, c-backward-single-comment): Comment out
1650 the (now redundant) "special" AWK stuff.
1651
1652 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1653 c-string-par-start, c-string-par-separate to be more like Text
1654 Mode than Fundamental Mode.
1655
1656 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1657
1658 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1659 to the fontified region so that fontification doesn't occur
1660 outside it
1661 (could happen e.g. when fontifying a line with an unfinished
1662 declaration).
1663
1664 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1665
1666 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1667 moved to near the start of the file. ^L now separate sections of
1668 the file. New defconsts: c-awk-non-eol-esc-pair-re,
1669 c-awk-blank-or-comment-line-re,
1670 c-awk-one-line-possibly-open-string-re,
1671 c-awk-regexp-one-line-possibly-open-char-class-re,
1672 c-awk-one-line-possibly-open-regexp-re,
1673 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
1674 c-awk-vsemi-status-unknown-p.
1675
1676 Amend the concept of "virtual semicolons" (in the indentation
1677 engine) for languages like AWK, such that they are now
1678 conceptually attached to end of the last token of a statement, not
1679 the end of the line. (In AWK Mode, however, the pertinent text
1680 property is still physically set on the EOL.) Remove the specific
1681 tests for awk-mode, thus facilitating the introduction of other
1682 language modes where EOLs can end statements. (Note: The
1683 funtionality in cc-cmds.el, specifically
1684 c-beginning/end-of-statement has yet to be amended.)
1685
1686 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1687 c-vsemi-status-unknown-p.
1688
1689 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1690 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
1691 c-vsemi-status-unknown-p-fn (in a new page).
1692
1693 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1694 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1695 numerous awkward forms like
1696 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1697 with
1698 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
1699 variable before-ws-ip, the place just after char-before-ip
1700 appears.
1701
1702 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1703 a comment.
1704
1705 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1706
1707 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1708 `c-tentative-buffer-changes'.
1709
1710 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1711 converted to macro to choose between Emacs and XEmacs at compile
1712 time.
1713
1714 (c-set-region-active): New set counterpart to
1715 `c-region-is-active-p'.
1716
1717 (c-tentative-buffer-changes): New macro to handle temporary buffer
1718 changes in a convenient way.
1719
1720 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1721 for `c-tentative-buffer-changes'.
1722
1723 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1724 the checks for paren sexps between the point and the keyword, to
1725 avoid some false alarms.
1726
1727 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1728 Fixed a situation where an error could be thrown for unbalanced
1729 parens. Changed to make use of c-keyword-member' to avoid some
1730 repeated regexp matches.
1731
1732 (c-opt-lambda-key, c-opt-inexpr-block-key,
1733 c-opt-inexpr-class-key): These language variable are no longer
1734 necessary.
1735
1736 (c-block-stmt-kwds): New language constant used by
1737 c-looking-at-inexpr-block'.
1738
1739 (c-guess-basic-syntax): Removed an optional check that looked at
1740 the existence of the now removed language variables.
1741
1742 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1743 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1744 object instantiation expressions as declarations in some contexts.
1745 This bug only affected languages where the declarator can't be
1746 enclosed in parentheses.
1747
1748 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1749 insert newlines before and after substatement braces.
1750
1751 * progmodes/cc-engine.el: Improved the heuristics for recognizing
1752 function declaration headers and the handling of C++ style member
1753 init lists.
1754
1755 (c-just-after-func-arglist-p): Rewritten to use
1756 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
1757
1758 (c-beginning-of-member-init-list): Removed since it isn't used
1759 anymore.
1760
1761 (c-guess-basic-syntax): Case 5B adapted for the new
1762 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
1763 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1764 covers all cases now).
1765
1766 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
1767
1768 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1769
1770 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1771 c-string-par-start/separate c-sentence-end-with-esc-eol,
1772 initialised in c-setup-paragraph-variables, used in string
1773 scanning subroutines of c-beginning-of-statement.
1774
1775 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1776 which precedes the newly inserted `{'.
1777
1778 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1779
1780 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1781 function for declaration level blocks. It should now cope with
1782 templates better and also be a lot more comprehensible.
1783
1784 (c-looking-at-decl-block): The new function.
1785
1786 (c-search-uplist-for-classkey): The old one. It's now a wrapper
1787 for compatibility.
1788
1789 (c-add-class-syntax, c-guess-continued-construct,
1790 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1791
1792 (c-decl-block-key): Changed to tell apart ambiguous and
1793 unambiguous keywords. Pike specials are now handled directly in
1794 the code instead.
1795
1796 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1797 language constants and variables to make the backward skip in
1798 `c-looking-at-decl-block' as tight as possible.
1799
1800 (c-nonsymbol-token-char-list): New language constant.
1801
1802 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1803 find balanced template arglists backwards.
1804
1805 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1806 making char classes for `c-syntactic-skip-backward'.
1807
1808 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1809 16D - can't be a class-close at that point.
1810
1811 * progmodes/cc-engine.el (c-guess-basic-syntax,
1812 c-add-class-syntax): Don't narrow out the enclosing declaration
1813 level. This makes everything a lot easier, and it was actually
1814 only four small places that needed it to work. Some places that
1815 previously did `widen' are removed now, which has the effect that
1816 `c-guess-basic-syntax' never will look at things outside the
1817 current narrowment now. The anchor position for `topmost-intro'
1818 is affected by this, but it was so bogus it was basically useless
1819 before, and now it's equally bogus but in a slightly different
1820 way.
1821
1822 (c-narrow-out-enclosing-class): Gone.
1823
1824 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1825 the narrowed region.
1826
1827 (c-least-enclosing-brace): Removed silly optional argument.
1828
1829 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1830 the point could be left directly after an open paren when finding
1831 the beginning of the first decl in the block.
1832
1833 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1834 Specify which submatch to use.
1835
1836 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
1837
1838 (c-decl-start-re): No no longer any need for special treatment of
1839 ObjC due to the above.
1840
1841 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1842 presumably follows C in that regard.
1843
1844 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1845 New language constants to specify operator tokens inside
1846 identifiers in a more high level way.
1847
1848 (c-opt-identifier-prefix-key): New internal language constant.
1849
1850 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1851 c-identifier-start, c-identifier-key): Now completely calculated
1852 from other constants.
1853
1854 (c-identifier-last-sym-match): Decommissioned since it's no longer
1855 used.
1856
1857 (c-operators): Use `c-identifier-ops'. Documented
1858 `postfix-if-paren'.
1859
1860 * progmodes/cc-engine.el (c-forward-name): Removed the
1861 optimization when c-identifier-key is equal to c-symbol-key since
1862 it doesn't work in byte compiled files. Don't record empty
1863 regions as identifiers.
1864
1865 * progmodes/cc-langs.el (c-filter-ops): New helper function to
1866 simplify access to `c-operators' and its likes.
1867
1868 (c-operator-list, c-all-op-syntax-tokens,
1869 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1870 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1871 c-primary-expr-regexp, c-cast-parens): Use it.
1872
1873 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1874 an explicit language in functions.
1875
1876 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1877 variant of adornment.
1878
1879 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1880 variable.
1881
1882 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1883 the Pike value.
1884
1885 * progmodes/cc-engine.el (c-on-identifier,
1886 c-simple-skip-symbol-backward): Small fix for handling "-"
1887 correctly in `skip-chars-backward'. Affected the operator lfun
1888 syntax in Pike.
1889
1890 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1891 diagnostic message about precompiled language vars not being used.
1892
1893 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1894 "__attribute__" is followed by a parenthesis.
1895
1896 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1897 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1898 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1899
1900 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1901 cleanups to properly detect the declared identifiers in various
1902 declarations.
1903
1904 (c-decl-start-kwds): New language constant to recognize
1905 declarations that can start anywhere. Used for class declarations
1906 in Pike.
1907
1908 (c-specifier-key, c-not-decl-init-keywords,
1909 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1910 c-find-decl-spots): Implement `c-decl-start-kwds'.
1911
1912 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1913 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1914 handling of the compiler specific extension keywords into a new
1915 language constant `c-decl-hangon-kwds' that defines keyword
1916 clauses to be ignored in declarations.
1917
1918 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1919 past unrecognized tokens when handling `c-colon-type-list-kwds'.
1920 Necessary to stop at the declared identifier in e.g. IDL valuetype
1921 declarations.
1922
1923 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1924 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1925 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1926 c-forward-decl-or-cast-1): Recognize the declared identifier in
1927 class and enum declarations as such and not as part of the type.
1928
1929 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1930 interpretation of PRECEDING-TOKEN-END when there's no preceding
1931 token.
1932
1933 (c-forward-decl-or-cast-1): Don't disregard sure signs of
1934 declarations when there's some syntax error later on.
1935
1936 (c-complex-decl-matchers): Did away with a reference to
1937 `c-specifier-key'.
1938
1939 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1940 value - this variable is always dynamically bound.
1941
1942 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1943 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1944 cc-cmds.el, cc-defs.el: Changed the policy for marking up
1945 functions that might do hidden buffer changes: All such internal
1946 functions are now marked instead of those that don't.
1947
1948 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1949 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1950 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1951 c-literal-type): Allow these functions to make hidden buffer changes,
1952 so that they are free to use text property caching later on.
1953
1954 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1955 c-electric-brace, c-electric-slash, c-electric-star,
1956 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1957 c-electric-paren, c-electric-continued-statement, c-indent-command,
1958 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1959 c-context-line-break): Added `c-save-buffer-state' calls to comply
1960 with the changed semantics of the functions above.
1961
1962 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1963 when macros occur in obscure places. Optimized the sexp movement
1964 a bit.
1965
1966 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1967
1968 Enhancements for c-beginning-of-statement to work in AWK Mode:
1969
1970 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1971 (completed statement) with `}' (statement completed by closing
1972 brace or semicolon) and `$' (statement completed by EOL).
1973
1974 (c-awk-virtual-semicolon-ends-prev-line-p,
1975 c-awk-virtual-semicolon-ends-line-p,
1976 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1977 c-awk-at-statement-end-p): new functions
1978
1979 * progmodes/cc-cmds.el: Simplify the structure of functions
1980 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
1981 two functions and c-beginning-of-statement to handle AWK Mode.
1982
1983 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1984 c-backward-single-comment for AWK mode. Attempt to clarify their
1985 doc-strings.
1986
1987 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1988
1989 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1990
1991 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1992 label handling. Labels are now recognized in a uniform and more
1993 robust way, regardless of context. Text properties are put on all
1994 labels to recognize the following declarations better. Multiword
1995 labels are handled both in indentation and fontification for the
1996 benefit of language extensions like Qt. For consistency, keywords
1997 in labels are now fontified with the label face instead. That
1998 also applies to "case" and "default".
1999
2000 (c-beginning-of-statement-1): Fixed some bugs in the label
2001 handling. Disregard `c-nonlabel-token-key' in labels that begin
2002 with `c-label-kwds'.
2003
2004 (c-find-decl-spots): Support that the callback adds more
2005 `c-decl-end' spots to find.
2006
2007 (c-forward-decl-or-cast-1): Don't treat a list of plain
2008 identifiers followed by a colon as a declaration.
2009
2010 (c-forward-label): New function to recognize labels.
2011
2012 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2013 `c-forward-label'. Moved the label recognition cases (14 and 15)
2014 earlier since they aren't so context sensitive now. Handle labels
2015 on the top level gracefully. Moved access label recognition to
2016 the generic label case (CASE 15) - removed CASE 5E.
2017
2018 (c-font-lock-declarations): Added recognition of labels in the
2019 same round since we need to handle labels in parallell with other
2020 declarations to recognize both accurately. It should also improve
2021 speed.
2022
2023 (c-simple-decl-matchers, c-basic-matchers-after): Moved
2024 `c-font-lock-labels' so that it only is used on decoration level 2
2025 since `c-font-lock-declarations' handles it otherwise.
2026
2027 (c-complex-decl-matchers): Removed the simplistic recognition of
2028 access labels.
2029
2030 (c-decl-prefix-re): Removed the kludges that was necessary to cope
2031 with labels earlier.
2032
2033 (c-decl-start-re): New language variable to make
2034 `c-font-lock-declarations' stop for the special protection labels
2035 in Objective-C that start with `@'.
2036
2037 (c-label-key): Removed since it's no longer used.
2038
2039 (c-recognize-colon-labels, c-label-prefix-re): New language
2040 constants to support recognition of generic colon-terminated
2041 labels.
2042
2043 (c-type-decl-end-used): `c-decl-end' is now used whenever there
2044 are colon terminated labels.
2045
2046 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2047 first argument starts with a special brace list.
2048
2049 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
2050 c-font-lock-declarations): Broke out the declaration and cast
2051 recognition from `c-font-lock-declarations' to a new function, so
2052 that it can be used in the indentation engine.
2053
2054 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2055 up to the start of the literal. Fixed bug with the point on the
2056 wrong side of the search limit that could happen when the start
2057 position is inside a literal.
2058
2059 * progmodes/cc-engine.el (c-parse-state,
2060 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2061 so that it's kept a little bit back to increase the hit rate.
2062
2063 (c-parse-state): Changed the macro handling and fixed some
2064 glitches. Macro context is checked more often than necessary now,
2065 but otoh less garbage conses are generated.
2066
2067 * progmodes/cc-engine.el (c-parse-state,
2068 c-invalidate-state-cache): Cache the last position where
2069 `c-state-cache' applies. This can speed up refontification quite
2070 a bit in blocks where there are many non-brace parens before the
2071 point.
2072
2073 (c-state-cache-end): New variable for this.
2074
2075 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2076 cache variable.
2077
2078 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2079 get close initial continue positions when the start position is
2080 inside a literal or macro. Do not call the callback for spots
2081 before the start position (which can happen e.g. for `c-decl-end'
2082 spots inside comments). Optimize better in special cases when the
2083 region is a single line inside a literal or macro (typically when
2084 the current line is refontified).
2085
2086 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2087 to `c-add-stmt-syntax' - there's no need to explicitly whack off
2088 entries from the paren state.
2089
2090 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2091 special case for "else if" clauses.
2092
2093 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
2094 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2095
2096 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2097 language variable to recognize the gcc extension with statement
2098 blocks inside expressions.
2099
2100 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2101 it somewhat more comprehensible. The argument AT-BLOCK-START is
2102 no longer used and hence removed.
2103
2104 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2105 to `c-add-stmt-syntax'.
2106
2107 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2108 `c-beginning-of-statement-1' instead of duplicating parts of it.
2109 This fixes bogus label recognition.
2110
2111 * progmodes/cc-engine.el (c-add-type, c-check-type,
2112 c-forward-name, c-forward-type): Improved storage of template
2113 types in `c-found-types' so that they can be recognized better.
2114
2115 (c-syntactic-content): Added option to skip past nested parens.
2116
2117 * progmodes/cc-engine.el (c-forward-name): Set
2118 `c-last-identifier-range' all the time. It's less work that way.
2119 Handle that there might not be an identifier to store in
2120 `c-last-identifier-range'.
2121
2122 (c-forward-type): Handle that `c-last-identifier-range' might be
2123 nil from `c-forward-name'.
2124
2125 * progmodes/cc-defs.el: (c-safe-scan-lists,
2126 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2127
2128 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2129 to work even if the form fails.
2130
2131 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2132 down in a large file in one go.
2133
2134 (c-get-fallback-start-pos): New helper function for
2135 `c-parse-state'.
2136
2137 * progmodes/cc-align.el (c-lineup-assignments): New lineup
2138 function which is like `c-lineup-math' but returns nil instead of
2139 `c-basic-offset' when it doesn't match.
2140
2141 (c-lineup-math): Changed to use `c-lineup-assignments'.
2142
2143 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2144
2145 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2146 c-beginning-of-statement. New subfunctions
2147 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2148
2149 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2150
2151 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2152 hardcoded char classes whereever possible. Changed a couple of
2153 places to use skip by syntax instead of skip by char class.
2154
2155 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2156 Fixed a bug in the regexp that caused extreme backtracking.
2157
2158 * progmodes/cc-langs.el (c-block-comment-starter,
2159 c-block-comment-ender): New language constants to specify in a
2160 single place how block comments look.
2161
2162 (c-comment-start-regexp, c-block-comment-start-regexp,
2163 comment-start, comment-end, comment-start-skip,
2164 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2165 c-syntactic-ws, c-nonempty-syntactic-ws,
2166 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2167 `c-line-comment-starter', `c-block-comment-starter' and
2168 `c-block-comment-ender'.
2169
2170 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2171 language constants to break up things a bit.
2172
2173 (c-simple-ws): New language constant for simple whitespace.
2174
2175 * progmodes/cc-defs.el (c-concat-separated): New convenience
2176 function.
2177
2178 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2179 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2180 newlines. Allow and ignore nil elements in the list.
2181
2182 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2183
2184 * progmodes/cc-cmds.el: Comment out a (n almost certainly
2185 superfluous) check, (eq here (point-max)) in
2186 c-beginning-of-statement.
2187
2188 * progmodes/cc-cmds.el: Tidy up the comments in
2189 c-beginning-of-statement and subfunctions.
2190
2191 * progmodes/cc-awk.el: Replace calls to put-text-property to the
2192 more flexible c-put-char-property and c-clear-char-properties.
2193 Add the author's email address.
2194
2195 * progmodes/cc-langs.el: New variable,
2196 c-block-comment-start-regexp.
2197
2198 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2199 closing "*/" of a block comment.
2200
2201 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2202 subfunctions) so that it works at BOB and EOB.
2203
2204 * progmodes/cc-cmds.el, cc-vars.el: More updating of
2205 c-beginning-of-statement, including new variable
2206 c-block-comment-start-regexp.
2207
2208 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2209
2210 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2211 symbols from `*-font-lock-extra-types' so that there's no need to
2212 use `regexp-opt' on those lists.
2213
2214 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2215 `c-type-modifier-kwds' is empty.
2216
2217 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2218 there are several strings on the same line.
2219
2220 * progmodes/cc-engine.el (c-literal-limits): Removed the
2221 compatibility function for older emacsen. `c-literal-limits-fast'
2222 has now taken the place of this function.
2223
2224 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2225 with older emacsen: We now require `pps-extended-state'.
2226
2227 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2228
2229 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2230 which obviates the need to hack sentence-end. This now handles
2231 escaped newlines in strings correctly. Correct minor bugs in
2232 c-move-over-sentence and in c-beginning-of-statement.
2233
2234 * progmodes/cc-cmds.el (c-beginning-of-statement (and
2235 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2236 that movement over macros and code are rigorously separated from
2237 eachother. Correct a few incidental bugs.
2238
2239 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2240 Improve its doc-string. Improve the handling of certain specific
2241 cases.
2242
2243 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2244
2245 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2246 (c-guess-basic-syntax): Changed the way class-level labels are
2247 recognized; they can now contain essentially any symbols.
2248
2249 (c-opt-extra-label-key): New language variable to cope with the
2250 special protection label syntax in Objective-C.
2251
2252 (c-opt-access-key): Removed; this is now handled better by
2253 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2254
2255 (c-complex-decl-matchers): Update to handle that
2256 `c-opt-access-key' no longer exists.
2257
2258 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2259 improved label recognition in `c-beginning-of-statement-1'.
2260
2261 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2262 Recognize bitfields better.
2263
2264 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2265 Removed some cruft and fixed a bug that could cause it to go to a
2266 position further down.
2267
2268 * progmodes/cc-langs.el, cc-engine.el
2269 (c-beginning-of-statement-1): Improved detection of labels in
2270 declaration contexts.
2271
2272 (c-beginning-of-decl-1): Use it.
2273
2274 (c-nonlabel-token-key): New language constant and variable needed
2275 by `c-beginning-of-statement-1'.
2276
2277 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2278 manifested itself due to the correction in `c-forward-sexp'.
2279
2280 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2281 these behave as documented when used at the buffer limits.
2282
2283 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2284 (c-type-decl-end-used): Made this a language variable.
2285
2286 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2287 correctly when `combine-after-change-calls' is used together with
2288 temporary narrowings.
2289
2290 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2291 labels correctly when the start point is immediately after the
2292 colon.
2293
2294 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2295 since it isn't used anymore.
2296
2297 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2298 bracket arglists such as template parens in C++.
2299
2300 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2301 in the last check-in. Some optimization.
2302
2303 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2304 where it could stop at the same level in a preceding sexp when
2305 PAREN-LEVEL is set.
2306
2307 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2308 text property lookup only when it's needed.
2309
2310 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2311 Changed the policy for paren marked angle brackets to be more
2312 persistent; once marked they remain marked even when they're found
2313 to be unbalanced in the searched region. This should keep the
2314 paren syntax around even when individual lines are refontified in
2315 multiline template arglists.
2316
2317 (c-parse-and-markup-<>-arglists): New dynamically bound variable
2318 to control markup so that incorrect angle bracket arglists aren't
2319 marked in contexts where the correct value for
2320 `c-disallow-comma-in-<>-arglists' isn't known.
2321
2322 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2323 argument has become `c-parse-and-markup-<>-arglists'.
2324
2325 (c-remove-<>-arglist-properties): Removed - no longer used.
2326
2327 (c-after-change-check-<>-operators): New function used on
2328 `after-change-functions' to avoid that "<" and ">" characters that
2329 are part of longer operators have paren syntax.
2330
2331 (c-<>-multichar-token-regexp): New language variable used by
2332 `c-after-change-check-<>-operators'.
2333
2334 (c-after-change): Call `c-after-change-check-<>-operators'.
2335
2336 (c-font-lock-<>-arglists): Use the context properties set by
2337 `c-font-lock-declarations' to set
2338 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2339 markup.
2340
2341 (c-font-lock-declarations): Removed code that undoes the invalid
2342 markup done by `c-font-lock-<>-arglists'.
2343
2344 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2345 after `c-font-lock-declarations'.
2346
2347 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2348 paren-level feature.
2349
2350 (c-guess-basic-syntax): Improved the anchor position for
2351 `template-args-cont' in nested template arglists. There's still
2352 much to be desired in this area, though.
2353
2354 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2355
2356 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2357 Make the "Text Filling and Line Breaking" commands work for AWK
2358 buffers.
2359
2360 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2361
2362 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2363 Removed;
2364 (c-major-mode-is 'awk-mode) can be used instead now.
2365
2366 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2367 it doesn't work no longer are supported.
2368
2369 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2370 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2371 requires support for the syntax-table' text property, which rules
2372 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
2373 cruft associated with those versions.
2374
2375 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2376 for the `syntax-table' text property, which rules out Emacs 19 and
2377 XEmacs < 21.4. Removed various compatibility cruft associated
2378 with those versions.
2379
2380 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2381 support for the `syntax-table' text property.
2382
2383 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2384 variable and use an extra quoted face name instead. All the
2385 emacsen flavors handle that correctly.
2386
2387 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2388 c-font-lock-declarators, c-font-lock-declarations,
2389 c-complex-decl-matchers, c-basic-matchers-after): Use a text
2390 property to mark the items in in declarator lists to handle
2391 refontification inside multiline declarations better.
2392
2393 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2394 construct like "a * b = c;" as a declaration.
2395
2396 2005-12-08 Kim F. Storm <storm@cua.dk>
2397
2398 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2399 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
2400 select either meta, hyper, or super modifier for rectangle commands.
2401 (cua--rectangle-modifier-key): New defvar.
2402 (cua--M/H-key): Use it. Remove special case for `space'.
2403 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2404 on X, to meta otherwise. Always bind C-return to toggle
2405 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
2406
2407 * emulation/cua-rect.el (cua-help-for-rectangle): Use
2408 cua--rectangle-modifier-key. Handle super modifier too.
2409 (cua--init-rectangles): Always bind C-return to toggle rectangle.
2410 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2411
2412 * ido.el: Move Acknowledgements and History after Commentary.
2413 Minor changes to Commentary.
2414
2415 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2416 keymap if cua--prefix-override-timer is `shift'.
2417 (cua--shift-control-prefix): New function; emulate "type prefix
2418 key twice" functionality to handle shifted prefix key override.
2419 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2420 commands.
2421 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2422
2423 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
2424
2425 * textmodes/org.el (org-insert-heading): Try to do items before
2426 headings.
2427 (org-agenda-mode): Quote `org-agenda-mode-hook'.
2428 (org-insert-item): New function.
2429 (org-renumber-ordered-list): Don't skip to higher level lists.
2430
2431 2005-12-08 Juri Linkov <juri@jurta.org>
2432
2433 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2434
2435 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2436
2437 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2438
2439 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2440 the constructed function name fun-1.
2441
2442 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2443 because such links don't lead to parent documentation.
2444
2445 2005-12-08 Kenichi Handa <handa@m17n.org>
2446
2447 * descr-text.el (describe-char): Use *Help-2* buffer if the
2448 current buffer is *Help*. Call describe-text-properties while
2449 setting the original buffer.
2450
2451 2005-12-07 Bill Wohler <wohler@newt.com>
2452
2453 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2454 and causes problems with non-MH users (such as Gnus users).
2455
2456 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
2457
2458 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2459 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2460 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2461 command "info sources". Move calls to GDB command "list".
2462 (gdb-find-file-hook): Just use gdb-source-file-list.
2463 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2464 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2465 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2466 (gdb-data-list-register-values-handler): Use correct trigger name.
2467
2468 2005-12-07 Kim F. Storm <storm@cua.dk>
2469
2470 * ido.el (ido-completion-map): Renamed from ido-mode-map.
2471 (ido-common-completion-map, ido-file-completion-map)
2472 (ido-file-dir-completion-map, ido-buffer-completion-map):
2473 Renamed from ido-mode-....-map.
2474 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2475 (ido-setup-completion-map): Renamed from ido-define-mode-map.
2476 (ido-read-internal): Bind minibuffer-local-filename-completion-map
2477 to ido-completion-map.
2478
2479 2005-12-07 Kenichi Handa <handa@m17n.org>
2480
2481 * international/mule-cmds.el
2482 (set-display-table-and-terminal-coding-system): If the coding
2483 system specified in `unibyte-display' property is different from
2484 the arg coding-system, don't setup standard-display-table.
2485
2486 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2489 that comments end at \n, regardless of selective-display.
2490
2491 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
2492
2493 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2494 (gdb-version): New variables.
2495 (gdb-source-file-list, gdb-register-names)
2496 (gdb-changed-registers): New variables for use with GDB 6.4+.
2497 (gdb-ann3): Replace with...
2498 (gdb-init-1, gdb-init-2): ...two new functions.
2499 (gdba, gdb-prompt): Call gdb-init-1.
2500 (gdb-get-version): New function. Call gdb-init-2 from here.
2501 (gud-watch): Make it work with mouse events too.
2502 (gdb-post-prompt): Don't add to queue until GDB version is known.
2503 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2504 (gdb-locals-mode): Use gdb-version.
2505 (gdb-memory-format-map, gdb-memory-unit-map)
2506 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2507 (gdb-locals-font-lock-keywords-1)
2508 (gdb-locals-font-lock-keywords-2): New variables.
2509 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2510 (gdb-set-gud-minor-mode-existing-buffers-1)
2511 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2512 (gdb-var-update-1, gdb-var-update-handler-1)
2513 (gdb-data-list-register-values-handler)
2514 (gdb-data-list-register-values-custom)
2515 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2516 (gdb-stack-list-locals-handler, gdb-get-register-names):
2517 New functions for use with GDB 6.4+.
2518 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2519 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2520 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2521 (gdb-stack-list-locals-regexp)
2522 (gdb-data-list-register-names-regexp): New regexps for use with
2523 GDB 6.4+.
2524
2525 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2528
2529 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
2530
2531 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2532 prompts work for AUTH PLAIN. Also reported by Steve Allan
2533 <seallan@verizon.net>.
2534
2535 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2536
2537 * frame.el (set-frame-parameter): Add doc string.
2538
2539 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
2540
2541 * textmodes/org.el (org-occur-highlights): New variable.
2542 (org-highlight-new-match, org-remove-occur-highlights): New functions.
2543 (org-highlight-sparse-tree-matches): New option.
2544 (org-do-occur): New function.
2545 (org-get-heading): Make it work also at beginning of line.
2546 (org-category-table): New variable.
2547 (org-get-category-table, org-get-category)
2548 (org-camel-to-words, org-link-search): New functions.
2549 (org-select-this-todo-keyword): New variable.
2550 (org-todo-list): New command.
2551 (org-shiftright, org-shiftleft): New commands.
2552 (org-agenda-todo): Add prefix argument.
2553 (org-show-hierarchy-above): New option.
2554 (org-show-todo-tree): Numerical prefix creates tree for specific
2555 TODO keyword.
2556 (org-outline-level): New function, to assign a level to plain
2557 lists items.
2558 (org-cycle-include-plain-lists): New option.
2559 (org-mode): Use `org-outline-level' as value of `outline-level'.
2560 (org-cycle): Temporarily switch `outline-regexp' if
2561 `org-cycle-include-plain-lists' is non-nil.
2562 (org-start-icalendar-file): Fix format bug.
2563 (org-agenda-get-day-entries): Create category table.
2564 (org-agenda-get-todos, org-agenda-get-timestamps)
2565 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2566 (org-agenda-get-blocks): Use `org-get-category'.
2567 (org-context-in-file-links): Rename from
2568 `org-line-numbers-in-file-links' .
2569
2570 2005-12-06 Romain Francoise <romain@orebokech.com>
2571
2572 * window.el (balance-windows): Delete extraneous third arg in call
2573 to `enlarge-window'.
2574
2575 2005-12-06 Kenichi Handa <handa@m17n.org>
2576
2577 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2578
2579 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
2580
2581 * progmodes/gdb-ui.el (gdb-var-create-handler)
2582 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2583 (gdb-var-list-children-handler, gdb-var-update-handler):
2584 Current buffer is already gdb-partial-output-buffer, don't
2585 make it current again.
2586
2587 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
2588
2589 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2590 (list-buffers-noselect): Use it.
2591
2592 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2595 (mail-yank-ignored-headers): Use regexp-opt.
2596 (mail-mode-map): Move initialization into declaration.
2597 (mail-sent-via): Remove unused shadowed var `to-line'.
2598 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2599 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2600 (mail-do-fcc): Use dolist and push.
2601 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2602 (mail-yank-ignored-headers): Don't autoload.
2603
2604 2005-12-05 Kenichi Handa <handa@m17n.org>
2605
2606 * international/mule-cmds.el (set-language-info-internal): New fun.
2607 (set-language-info): Call set-language-info-internal to update
2608 language-info-alist. If LANG-ENV is the current one, call
2609 set-language-environment to make INFO effective now.
2610 (set-language-info-alist): Likewise.
2611 (locale-language-names): With locale "en", use English
2612 lang. env. but set the default codings to iso-8859-1.
2613
2614 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
2615
2616 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2617 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2618 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2619 for plain strings.
2620 (gdb-frames-mode): Remove redundant call to font-lock-mode.
2621 (gdb-all-registers): Rename from toggle-gdb-all-registers.
2622 Create registers buffer if necessary. Echo new state in minibuffer.
2623 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2624
2625 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * info.el (Info-fontify-node): Match external links using
2628 non-directory part of filename.
2629
2630 2005-12-04 Juri Linkov <juri@jurta.org>
2631
2632 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2633 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
2634 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2635 because there is no customization option for it.
2636
2637 * font-lock.el (lisp-font-lock-keywords-1):
2638 Add define-global-minor-mode.
2639
2640 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2641
2642 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2643 properties on the constructed variable names.
2644
2645 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2646 Put `definition-name' properties on the constructed function names
2647 next-sym and prev-sym.
2648
2649 * emacs-lisp/find-func.el (find-function-regexp):
2650 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
2651 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
2652 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2653 and easy-menu-define.
2654
2655 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2656 easy-mmode-define-global-mode and define-global-minor-mode.
2657 (lisp-imenu-generic-expression): Add define-global-minor-mode.
2658
2659 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2660 instead of easy-mmode-define-global-mode.
2661
2662 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2663 Use define-minor-mode instead of easy-mmode-define-minor-mode.
2664
2665 * cus-edit.el (customize-group, customize-group-other-window):
2666 Filter out autoloaded options from the group completion list by
2667 using heuristics that autoloaded groups don't have `custom-autoload'
2668 property on their symbols (they have only `custom-loads').
2669
2670 * simple.el (completion-setup-function): Put completions-common-part
2671 face on complete completion string too (i.e. completion string
2672 without completions-first-difference face).
2673
2674 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2675
2676 2005-12-03 Eli Zaretskii <eliz@gnu.org>
2677
2678 * view.el (view-mode): Doc fix.
2679
2680 * disp-table.el (standard-display-european): Add to the warning
2681 message a reference to the doc string.
2682
2683 * play/yow.el (apropos-zippy): Call print-help-return-message,
2684 similar to other Help and Apropos commands.
2685
2686 * help.el (print-help-return-message): If pop-up-frames is
2687 non-nil, set up help-return-method to delete the help window and,
2688 possibly, its frame as well, and don't display message about
2689 scrolling the help window. Doc fix.
2690 (help-return-method): Doc fix.
2691
2692 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
2693
2694 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2695 whereby names of length one or names starting with a
2696 symbol-constituent character would not be returned.
2697
2698 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2699
2700 * subr.el (atomic-change-group): Add edebug and indentation spec.
2701
2702 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * completion.el (save-completions-file-name): Fix typo in last change.
2705
2706 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2707
2708 * info.el: Move back/forward history to the beginning of the tool bar.
2709
2710 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
2711
2712 * allout.el:(eval-when-compile): Remove unnecessary load of cl.
2713 Add fset of allout-real-isearch-abort during compile to fix
2714 byte-compilation warnings.
2715 (allout-mode-p): Move definition of this macro above all uses, or
2716 byte compilation in barren emacs (eg, during emacs build) will
2717 lack the definition.
2718 (allout-mode): Move this variable above any uses, or byte
2719 compilation will fail.
2720 (allout-resolve-xref): Remove use of personal file-reference function.
2721 (allout-toggle-current-subtree-encryption): Do the current (ie,
2722 visible containing) topic, rather than nearest around point. Doc fix.
2723 (allout-toggle-subtree-encryption): New function, workhorse that
2724 works on nearest topic containing point.
2725 (allout-encrypt-string): Signal requirement for newer version of pgg.
2726 (allout-resumptions): Doc fix.
2727
2728 2005-12-02 Eli Zaretskii <eliz@gnu.org>
2729
2730 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2731
2732 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
2733
2734 * textmodes/flyspell.el (flyspell-external-point-words):
2735 Consider a misspelling as found in the string search if: (a) misspelling
2736 and found string lengths match, or (b) misspelling is found as
2737 element in a boundary-chars separated longer string, or (c)
2738 ispell-program-name is really ispell and misspelling is found as
2739 part of a TeX string. After successful match move beginning of
2740 search region to end of match. Warn about not found misspellings
2741 once the process is done.
2742 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2743
2744 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
2745
2746 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2747 tool bar (removed inadvertently).
2748
2749 2005-12-02 Juri Linkov <juri@jurta.org>
2750
2751 * log-view.el (log-view-diff): Clarify doc string.
2752
2753 2005-12-01 Bill Wohler <wohler@newt.com>
2754
2755 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2756 triggers lm-verify errors.
2757
2758 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
2759
2760 * simple.el (transient-mark-mode, line-number-mode)
2761 (column-number-mode, size-indication-mode): Remove `:require nil'.
2762
2763 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
2764
2765 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2766 in the margin also.
2767 (gdb-breakpoints-mode-map): Use D instead of d for
2768 gdb-delete-breakpoint.
2769 (gdb-get-frame-number): Require a number to match on.
2770 (gdb-threads-mode-map): Add follow-link binding.
2771
2772 2005-11-30 Jason Rumney <jasonr@gnu.org>
2773
2774 * isearch.el (isearch-mode-map): Avoid exiting search on
2775 language-change event.
2776
2777 2005-11-30 Romain Francoise <romain@orebokech.com>
2778
2779 * speedbar.el (speedbar-default-position): New defcustom.
2780 (speedbar-frame-reposition-smartly): Use it.
2781
2782 * dframe.el (dframe-reposition-frame-emacs): Fix position
2783 computation for `left' location.
2784 Update copyright year.
2785
2786 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * help.el (help-map): Move initialization into declaration.
2789
2790 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2791
2792 * help-fns.el (help-argument-name): Don't autoload.
2793 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2794 to be re-loaded when customizing the `help' group.
2795
2796 2005-11-30 John Paul Wallington <jpw@gnu.org>
2797
2798 * help-fns.el (describe-function-1): Fill arglist output.
2799
2800 2005-11-30 Kim F. Storm <storm@cua.dk>
2801
2802 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2803 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2804 after revert-buffer (or anything else which kills all local variables).
2805
2806 * apropos.el (apropos-parse-pattern): Doc fix.
2807 Set apropos-regexp directly, rather than expecting callers to do so.
2808 (apropos-command, apropos, apropos-value, apropos-documentation):
2809 Simplify calls to apropos-parse-pattern.
2810
2811 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2814 (hi-lock-face-phrase-buffer): Use hi-yellow face.
2815 (hi-lock-write-interactive-patterns): Use comment-region.
2816
2817 * longlines.el (longlines-mode): Add mail-setup-hook.
2818
2819 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2820
2821 * simple.el (sendmail-user-agent-compose, next-line):
2822 Conditionally use hard-newline.
2823
2824 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2825
2826 * international/latexenc.el (latex-inputenc-coding-alist):
2827 Reword doc string.
2828
2829 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * help.el (describe-key-briefly, describe-key): Recognize default
2832 bindings.
2833
2834 2005-11-29 Romain Francoise <romain@orebokech.com>
2835
2836 * view.el (view-inhibit-help-message): New defcustom.
2837 (view-mode-enter): Use it.
2838
2839 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
2840
2841 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2842 Preserve user position.
2843
2844 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
2845
2846 * font-lock.el: Throw error if facemenu is not loaded to prevent
2847 accidental change of loading order in loadup.el. (Suggested by RMS.)
2848
2849 * loadup.el: Add comment explaining why facemenu must be loaded
2850 before font-lock.
2851
2852 2005-11-28 Jay Belanger <belanger@truman.edu>
2853
2854 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2855 (calc-dispatch-map): Add more keys for `calc-same-interface'.
2856
2857 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2858
2859 * calc/calc-embed.el (calc-do-embedded): Update help message.
2860
2861 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2862
2863 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2866
2867 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2868 called-interactively-p.
2869 (elp-profilable-p): Rename from elp-not-profilable-p.
2870 Invert result and take into account macros and autoloaded functions.
2871 (elp-instrument-function): Update call.
2872 (elp-instrument-package): Update call. Add completion.
2873 (elp-pack-number): Use match-string.
2874 (elp-results-jump-to-definition-by-mouse): Merge into
2875 elp-results-jump-to-definition and then remove.
2876 (elp-output-insert-symname): Make help echo text single-line.
2877
2878 * replace.el (query-replace-map): Move initialization into declaration.
2879 (occur-engine): Use with-current-buffer.
2880 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2881 (occur-mode-mouse-goto): Replace with an alias.
2882
2883 2005-11-28 Juri Linkov <juri@jurta.org>
2884
2885 * simple.el (quoted-insert): Let-bind input-method-function to nil.
2886
2887 * term/w32-win.el: Bind [S-tab] to [backtab].
2888
2889 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2890 `Info-find-file' to t.
2891
2892 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2893 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2894 and same-window-regexps.
2895 (occur-next-error): Don't move point for arg 0.
2896
2897 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
2898
2899 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2900
2901 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 * log-edit.el (log-edit-changelog-use-first): New var.
2904 (log-edit-changelog-ours-p): Use it.
2905 (log-edit-insert-changelog): Set it with new arg `use-first'.
2906 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2907 (log-edit-hook): Add them to the list of suggested options.
2908
2909 * textmodes/flyspell.el (flyspell-last-buffer): New var.
2910 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2911 redundant work.
2912 (flyspell-mode-on): Use add-hook for after-change-functions.
2913 (flyspell-mode-off): Use remove-hook for after-change-functions.
2914 (flyspell-changes): Make it buffer-local.
2915 (flyspell-after-change-function): Make it non-interactive. Use push.
2916 (flyspell-post-command-hook): Check input-pending-p while processing
2917 the potentially long list of buffer changes.
2918
2919 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2920
2921 * buff-menu.el (list-buffers-noselect): Display the selected
2922 frame's buffer list, not the global one.
2923
2924 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2925
2926 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2927 that (list last-input-event) works as in interactive spec.
2928
2929 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2930
2931 * loadup.el ("facemenu"): Load facemenu before font-lock, because
2932 `facemenu-keymap' needs to be defined when font-lock is loaded.
2933 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2934
2935 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 * completion.el: Remove useless leading * in defcustom docstrings.
2938 (save-completions-file-name): Use ~/.emacs.d if available.
2939 (completion-standard-syntax-table): Rename from
2940 cmpl-standard-syntax-table and fold initialization into declaration,
2941 thus removing cmpl-make-standard-completion-syntax-table.
2942 (completion-lisp-syntax-table, completion-c-syntax-table)
2943 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2944 (cmpl-saved-syntax, cmpl-saved-point): Remove.
2945 (symbol-under-point, symbol-before-point)
2946 (symbol-under-or-before-point, symbol-before-point-for-complete)
2947 (add-completions-from-c-buffer): Use with-syntax-table.
2948 (make-completion): Don't return a list of completion entries.
2949 Update callers.
2950 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2951 (completion-initialize): Rename from initialize-completions.
2952 (completion-find-file-hook): Rename from cmpl-find-file-hook.
2953 (kill-emacs-save-completions): Collect stats here.
2954 (save-completions-to-file, load-completions-from-file):
2955 Use with-current-buffer.
2956 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
2957 into a function. Move all calls to toplevel.
2958 (completion-lisp-mode-hook): New fun.
2959 (completion-c-mode-hook, completion-setup-fortran-mode):
2960 Set the syntax-table here. Use local-set-key.
2961 (completion-saved-bindings): New var.
2962 (dynamic-completion-mode): Make it into a proper minor mode.
2963 (load-completions-from-file): Remove unused var `num-uses'.
2964
2965 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2966 constructor if it is explicitly overridden.
2967
2968 * complete.el (PC-completion-as-file-name-predicate):
2969 Use minibuffer-completing-file-name.
2970 (partial-completion-mode): Use find-file-not-found-functions.
2971 (PC-lisp-complete-symbol): Use with-syntax-table.
2972 (PC-look-for-include-file): Remove dead setq.
2973 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2974 (PC-complete): Use with-current-buffer.
2975
2976 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2977 escape single quotes.
2978
2979 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2980
2981 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2982 of `if' whose condition always returned nil. Doc fix.
2983
2984 * buff-menu.el (Buffer-menu-revert-function): Make the selected
2985 window's buffer the current buffer around the call to
2986 `list-buffers-noselect'. This is necessary to mark that buffer
2987 with a `.' in the Buffer Menu when called from Lisp, for instance
2988 by Auto Revert Mode.
2989
2990 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2991
2992 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2993 attaching to it.
2994 (gdb-pre-prompt): Make sure gdb-error is reset.
2995
2996 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2997 with a child process, detect it.
2998 (gud-speedbar-buttons): Match regexp more carefully.
2999
3000 2005-11-27 Richard M. Stallman <rms@gnu.org>
3001
3002 * mouse.el (mouse-drag-move-window-bottom):
3003 Use adjust-window-trailing-edge.
3004
3005 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
3006
3007 * simple.el (blink-matching-open): Ignore
3008 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3009 (blink-matching-paren-on-screen): Update docstring.
3010
3011 * paren.el (show-paren-mode): No longer change
3012 `blink-matching-paren-on-screen'.
3013
3014 2005-11-27 John Paul Wallington <jpw@pobox.com>
3015
3016 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3017 (gdb-threads-select, gdb-edit-register-value):
3018 Use `posn-set-point' instead of `mouse-set-point' because the
3019 latter is not fbound when configured without X.
3020
3021 2005-11-27 Kim F. Storm <storm@cua.dk>
3022
3023 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3024 existing face when partially highlighting a TAB in a rectangle.
3025
3026 2005-11-26 Kim F. Storm <storm@cua.dk>
3027
3028 * ido.el (ido-mode-map): Doc fix.
3029 (ido-mode-common-map, ido-mode-file-map)
3030 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3031 (ido-define-mode-map): Rewrite. Select one of the new maps as
3032 parent for ido-mode-map instead of building from scratch.
3033 (ido-init-mode-maps): New defun to initialize new maps.
3034 (ido-mode): Call it.
3035 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3036 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3037
3038 2005-11-26 John Paul Wallington <jpw@pobox.com>
3039
3040 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3041 `mouse-set-point' because the latter is not fbound when configured
3042 without X.
3043
3044 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
3045
3046 * files.el (file-relative-name): Doc fix.
3047
3048 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3049
3050 * progmodes/octave-inf.el (inferior-octave-startup): Force a
3051 non-empty string for secondary prompt PS2.
3052
3053 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * progmodes/compile.el (compilation-setup): Fix last change.
3056
3057 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
3058
3059 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3060 (gdb-mouse-toggle-breakpoint-margin)
3061 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3062 Add gdb-server-prefix to keep out of command history.
3063 (gdb-edit-register-value): New function.
3064 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3065 (gdb-info-registers-custom): Use above map.
3066
3067 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * custom.el (enable-theme): Signal error if argument is not a
3070 theme. Don't recalculate a face if it's not loaded yet.
3071
3072 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3073 the `user' theme is in effect.
3074
3075 * info.el (Info-on-current-buffer): Record actual filename in
3076 Info-current-file, instead of t, or a fake filename if a non-file
3077 buffer. Make autoload.
3078 (Info-find-node, Info-revert-find-node): No need to check for
3079 Info-current-file nil.
3080 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3081 Info-current-file is now never `t'.
3082 (Info-fontify-node): Many simplifications due to Info-current-file
3083 always being valid. Use Info-find-file to find node filename.
3084
3085 2005-11-25 David Kastrup <dak@gnu.org>
3086
3087 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3088 new character, then delete" in order to preserve markers.
3089
3090 2005-11-25 David Ponce <david@dponce.com>
3091
3092 * recentf.el (recentf-arrange-by-rule): Handle a special
3093 `auto-mode-alist'-like "strip suffix" rule.
3094 (recentf-build-mode-rules): Handle second level auto-mode entries.
3095
3096 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
3097
3098 * viper-keym.el (viper-ESC-key): Use different values in terminal and
3099 window modes.
3100
3101 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3102 jde-javadoc-checker-report-mode.
3103
3104 * ediff-wind (ediff-make-wide-display): Slight simplification.
3105
3106 * ediff.el (ediff-date): Change the date of last update.
3107
3108 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
3109
3110 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3111 Use define-minor-mode, and make it a local mode. Turn on font-lock.
3112 (hi-lock-mode): New global minor mode.
3113 (turn-on-hi-lock-if-enabled): New function.
3114 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3115 Change arguments to regexp and face instead of a font-lock pattern.
3116 Directly set face property, instead of refontifying.
3117 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3118 (hi-lock-find-patterns): Use line-number-at-pos.
3119
3120 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
3121 arguments for hi-lock-set-pattern.
3122 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3123 font-lock-fontify-buffer.
3124 (hi-lock-find-file-hook, hi-lock-current-line)
3125 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3126
3127 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3128 turned off.
3129
3130 * progmodes/compile.el (compilation-setup): Don't fiddle with
3131 font-lock-defaults.
3132
3133 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
3134
3135 * progmodes/gdb-ui.el (gdb-var-create-handler)
3136 (gdb-var-list-children-handler): Find values for all variable
3137 objects. gud-speedbar-buttons decides whether to display them.
3138
3139 2005-11-24 Romain Francoise <romain@orebokech.com>
3140
3141 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3142 buffer name with a space.
3143
3144 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
3145
3146 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3147 `org-export-local-list-max-depth'. Change default value to 3.
3148 (org-auto-renumber-ordered-lists)
3149 (org-plain-list-ordered-item-terminator): New options.
3150 (org-at-item-p, org-beginning-of-item, org-end-of-item)
3151 (org-get-indentation, org-get-string-indentation)
3152 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3153 functions.
3154 (org-move-item-down, org-move-item-up): New commands.
3155 (org-export-as-html): New classes for CSS support. Bug fix in
3156 regular expression detecting fixed-width regions. Respect
3157 `org-local-list-ordered-item-terminator'.
3158 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3159 also a list item.
3160 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3161 New item moving functions.
3162
3163 2005-11-24 Juri Linkov <juri@jurta.org>
3164
3165 * isearch.el (isearch-repeat): With empty search ring set
3166 `isearch-error' to the error string instead of signaling error
3167 with the function `error'.
3168
3169 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3170
3171 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3172
3173 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
3174
3175 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3176 and variable.
3177 (gdb-var-create-handler, gdb-var-list-children-handler):
3178 Don't match on "char **...".
3179 (gdb-var-update-handler): Find values for all variable objects.
3180 (gdb-info-frames-custom): Identify frames by leading "#".
3181
3182 * progmodes/gud.el (gud-speedbar-menu-items): Add
3183 gdb-speedbar-auto-raise as radio button.
3184 (gud-speedbar-buttons): Raise speedbar if requested.
3185 Don't match on "char **...".
3186 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3187 Make it editable.
3188
3189 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * info.el (Info-fontify-node): Handle the case where
3192 Info-current-file is t.
3193
3194 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * simple.el (blink-matching-open): Fix off-by-one in last change.
3197
3198 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3199
3200 * term/mac-win.el: Don't change default directory.
3201
3202 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
3203
3204 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3205 buffers correctly. (It used to throw an error in such buffers.)
3206 Make it ask for confirmation in group buffers and other Custom
3207 buffers containing more than one customization item.
3208
3209 2005-11-22 John Paul Wallington <jpw@gnu.org>
3210
3211 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3212 property on mail and url overlays.
3213 (goto-address-at-point): Use `posn-set-point' instead of
3214 `mouse-set-point' because the latter is not fbound when configured
3215 without X.
3216
3217 2005-11-22 Lars Hansen <larsh@soem.dk>
3218
3219 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3220 (ls-lisp-classify, ls-lisp-format): Delete call to
3221 ls-lisp-parse-symlink.
3222 (ls-lisp-handle-switches): Handle symlinks to directories as
3223 directories when ls-lisp-dirs-first in non-nil.
3224
3225 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
3226
3227 * startup.el (command-line): Make sure that loaddefs.el is handled
3228 correctly in load-history.
3229
3230 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
3231
3232 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3233 (gdb-struct-string, gdb-array-string): New constants.
3234 (gdb-info-locals-handler): Use them.
3235 (gdb-reset): Reset gdb-var-list to nil.
3236
3237 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3240 in patterns.
3241
3242 2005-11-21 Juri Linkov <juri@jurta.org>
3243
3244 * custom.el (defcustom): Update link types in docstring.
3245
3246 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
3247
3248 * custom.el (defgroup): Add doc-string-elt info.
3249
3250 * widget.el (define-widget): Don't use declare for the doc-string-elt.
3251
3252 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * newcomment.el (comment-enter-backward): Fix last fix.
3255
3256 * simple.el (blink-matching-open):
3257 * paren.el (show-paren-function): Allow new paren-class info.
3258
3259 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
3260
3261 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
3262 handled automagically.
3263
3264 2005-11-20 Andreas Schwab <schwab@suse.de>
3265
3266 * descr-text.el (describe-char): When copying overlays put them
3267 over the full char description instead of just the first character
3268 of it.
3269
3270 2005-11-20 Juri Linkov <juri@jurta.org>
3271
3272 * simple.el (what-cursor-position):
3273 * descr-text.el (describe-char): Use Lisp-readable syntax
3274 for octal and hex. Reorder decimal, octal and hex values.
3275 Remove excess whitespace in the output. Use `=' in `column='
3276 like in `point=' and `Hscroll='.
3277
3278 * international/mule-cmds.el (encoded-string-description):
3279 Use Lisp-readable syntax for hex.
3280
3281 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * newcomment.el (comment-enter-backward): Handle the case where the
3284 comment is closed by EOB.
3285
3286 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
3287
3288 * longlines.el (longlines-before-revert-hook)
3289 (longlines-after-revert-hook): New functions.
3290 (longlines-mode): Turn off longlines temporarily when reverting.
3291 Add a message-setup-hook.
3292 (longlines-decode-buffer): New function.
3293 (longlines-wrap-line): Preserve marker positions.
3294
3295 2005-11-19 Andreas Schwab <schwab@suse.de>
3296
3297 * emacs-lisp/shadow.el: Handle compressed files.
3298
3299 2005-11-19 Romain Francoise <romain@orebokech.com>
3300
3301 * net/browse-url.el (browse-url-default-browser): Signal an error
3302 if no usable browser can be found, rather than try to load w3.
3303
3304 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
3305
3306 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3307 replacing existing properties.
3308 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3309 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3310 tty specs.
3311 (rcirc-server-prefix, rcirc-server): New faces.
3312 (rcirc-url-regexp): Generate with rx macro.
3313 (rcirc-last-server-message-time): New variable.
3314 (rcirc-filter): Record time of last message.
3315 (rcirc-keepalive): Kill processes that did not send a message
3316 since the last ping.
3317 (rcirc-mode): Give rcirc-topic a local binding here.
3318
3319 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
3320
3321 * subr.el (read-passwd): Fontify the prompt as we do with other
3322 prompts.
3323
3324 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
3325
3326 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3327 binding buffer-read-only to nil.
3328
3329 2005-11-19 Eli Zaretskii <eliz@gnu.org>
3330
3331 * complete.el (partial-completion-mode):
3332 Mention completion-auto-help in the doc string.
3333
3334 * man.el (Man-highlight-references): Doc fix. Reformat code in a
3335 more Lisp-ish way.
3336
3337 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3338
3339 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3340 digits, not 8, to avoid misalignment for files larger than 100MB.
3341
3342 2005-11-19 Eli Zaretskii <eliz@gnu.org>
3343
3344 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3345 Mention "keyboard shortcuts" in the help text.
3346
3347 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3348
3349 * startup.el (fancy-splash-default-action): Discard only
3350 mouse-down and succeeding mouse-up events in the splash screen
3351 window so that drag-n-drop event can be processed.
3352
3353 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * longlines.el (longlines-mode): Add hacks for mail-mode and
3356 message-mode.
3357
3358 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
3359
3360 * textmodes/org.el (org-table-sort-lines): New command.
3361 (org-tbl-menu): Add entry for `org-table-sort-lines'.
3362 (org-add-file): Command removed, use `org-agenda-file-to-front'
3363 instead.
3364 (org-export-icalendar): Use `org-icalendar-combined-name'.
3365 (org-cycle-agenda-files, org-agenda-file-to-end)
3366 (org-agenda-file-to-front): New commands.
3367 (org-table-tab-jumps-over-hlines,org-export-html-style): New
3368 options.
3369 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3370 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3371 New functions.
3372 (org-fill-paragraph): Call `org-table-align' in tables.
3373 (org-mode): Call `org-set-autofill-regexps'.
3374 (org-export-as-html): Support for local handformatted lists.
3375 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3376 (org-export-local-list-max-depth): New option.
3377 (org-html-expand): Use `org-html-protect'.
3378
3379 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
3380
3381 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3382 to "p".
3383 (gdb): Move definition of gud-pp to...
3384
3385 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
3386 speedbar.
3387 (gdb-find-watch-expression): New function.
3388
3389 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
3390
3391 * faces.el (face-attribute, set-face-attribute): Mention existence
3392 of `:ignore-defface' setting in docstring.
3393
3394 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3395
3396 * simple.el (completion-setup-function): Fix last change.
3397
3398 2005-11-17 John Paul Wallington <jpw@pobox.com>
3399
3400 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3401 Use `posn-set-point' instead of `mouse-set-point' because the
3402 latter is not fbound when configured without X.
3403
3404 * comint.el (comint-insert-input): Likewise.
3405
3406 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * simple.el (hard-newline): New variable.
3409 (sendmail-user-agent-compose, next-line): Use it.
3410
3411 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3412 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3413 (mail-mail-reply-to, mail-mail-followup-to)
3414 (mail-position-on-field, mail-signature, mail-yank-original)
3415 (mail-attach-file): Likewise.
3416
3417 * mail/mailheader.el (mail-header-format)
3418 (mail-header-format-function): Likewise.
3419
3420 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3421
3422 2005-11-17 Juri Linkov <juri@jurta.org>
3423
3424 * font-lock.el (font-lock-faces): Rename this defgroup from
3425 `font-lock-highlighting-faces'.
3426 (font-lock-comment-face, font-lock-comment-delimiter-face)
3427 (font-lock-string-face, font-lock-doc-face)
3428 (font-lock-keyword-face, font-lock-builtin-face)
3429 (font-lock-function-name-face, font-lock-variable-name-face)
3430 (font-lock-type-face, font-lock-constant-face)
3431 (font-lock-warning-face, font-lock-negation-char-face)
3432 (font-lock-preprocessor-face)
3433 (font-lock-regexp-grouping-backslash)
3434 (font-lock-regexp-grouping-construct): Rename :group from
3435 `font-lock-highlighting-faces' to `font-lock-faces'.
3436
3437 * cus-edit.el (lisp, c, tex):
3438 * progmodes/ada-mode.el (ada):
3439 * progmodes/asm-mode.el (asm):
3440 * progmodes/cperl-mode.el (cperl-faces):
3441 * progmodes/cpp.el (cpp):
3442 * progmodes/dcl-mode.el (dcl):
3443 * progmodes/f90.el (f90):
3444 * progmodes/fortran.el (fortran):
3445 * progmodes/icon.el (icon):
3446 * progmodes/idlwave.el (idlwave-misc):
3447 * progmodes/m4-mode.el (m4):
3448 * progmodes/make-mode.el (makefile):
3449 * progmodes/meta-mode.el (meta-font):
3450 * progmodes/modula2.el (modula2):
3451 * progmodes/octave-mod.el (octave):
3452 * progmodes/pascal.el (pascal):
3453 * progmodes/perl-mode.el (perl):
3454 * progmodes/prolog.el (prolog):
3455 * progmodes/ps-mode.el (PostScript-edit):
3456 * progmodes/scheme.el (scheme):
3457 * progmodes/sh-script.el (sh-script):
3458 * progmodes/simula.el (simula):
3459 * progmodes/tcl.el (tcl):
3460 * textmodes/nroff-mode.el (nroff):
3461 * textmodes/reftex-vars.el (reftex-fontification-configurations):
3462 * textmodes/sgml-mode.el (sgml):
3463 * textmodes/texinfo.el (texinfo):
3464 Add :link (custom-group-link font-lock-faces) to defgroup.
3465
3466 * hi-lock.el (hi-lock): Rename this defgroup from
3467 `hi-lock-interactive-text-highlighting'. Change parent group from
3468 `faces' to `font-lock'. Add link to the manual.
3469 (hi-lock-mode, hi-lock-file-patterns-range)
3470 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3471 `hi-lock-interactive-text-highlighting' to `hi-lock'.
3472 (hi-lock-faces): Add :group `faces'.
3473
3474 * cus-edit.el (custom-variable-prompt): Clarify the code.
3475
3476 * faces.el (face-read-string): Set the default value arg of
3477 completing-read.
3478
3479 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
3480
3481 * rfn-eshadow.el (file-name-shadow-properties)
3482 (file-name-shadow-tty-properties, file-name-shadow-mode):
3483 Remove autoloads, because the file is now preloaded.
3484
3485 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * printing.el (easy-menu-intern): Don't define.
3488 (pr-get-symbol): Use easy-menu-intern only if defined.
3489
3490 * simple.el (blink-matching-open): Simplify a bit.
3491 (completion-setup-function): Fix the case of partial-completion-mode
3492 when the minibuffer's contents start with "-".
3493 Obey completion-base-size-function even when
3494 minibuffer-completing-file-name is non-nil.
3495
3496 2005-11-16 Richard M. Stallman <rms@gnu.org>
3497
3498 * net/eudcb-ph.el (eudc-ph-open-session):
3499 Use set-process-query-on-exit-flag.
3500
3501 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3502
3503 * international/ucs-tables.el (ucs-set-table-for-input):
3504 Use make-local-variable, not make-variable-buffer-local.
3505
3506 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3507 Improve warning message text.
3508
3509 * savehist.el (savehist-save-hook): Add :group.
3510
3511 * menu-bar.el (menu-bar-help-menu):
3512 Rename Find Extra Packages to External Packages.
3513
3514 * cus-edit.el (Custom-reset-standard): Verify that
3515 :custom-standard-value prop exists before calling it.
3516
3517 * apropos.el (apropos-calc-scores): Use apropos-pattern.
3518
3519 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
3520
3521 * wid-edit.el (color): Enclose %t in %{...%}.
3522
3523 * cus-edit.el (face): Enclose %t in %{...%}.
3524
3525 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
3526
3527 * savehist.el (savehist-mode-hook): Re-add the var.
3528 (savehist-mode): Use it.
3529
3530 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * textmodes/flyspell.el: Fix commenting convention.
3533 Remove unnecessary leading * in custom docstrings.
3534 (flyspell-emacs): Remove unused var.
3535 (flyspell-delete-region-overlays): Use remove-overlays.
3536 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3537 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3538 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3539 (flyspell-debug-signal-word-checked): Use with-current-buffer.
3540 (make-flyspell-overlay): Don't locally reuse a global name.
3541 (flyspell-highlight-incorrect-region)
3542 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3543 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3544 (flyspell-notify-misspell): Remove unused args `start' and `end'.
3545 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
3546 Wrap calls to accept-process-output inside with-local-quit since it's
3547 often called from a post-command-hook.
3548 (flyspell-correct-word, flyspell-auto-correct-word):
3549 Use ispell-send-string.
3550 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
3551
3552 * calendar/diary-lib.el (diary-list-entries): Also hide the
3553 terminating newline.
3554
3555 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
3556
3557 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3558 window-system, to allow fonts on tty.
3559
3560 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
3561
3562 * progmodes/gud.el (gud-speedbar-item-info): New function.
3563 (gud-install-speedbar-variables): Use it to display data type
3564 of watch expression as a tooltip in speedbar.
3565
3566 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
3567
3568 * font-core.el (global-font-lock-mode): Add :version keyword,
3569 because default was changed.
3570
3571 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3572
3573 * startup.el (command-line): Use `custom-reevaluate-setting' for
3574 `file-name-shadow-mode'.
3575
3576 * loadup.el: Preload rfn-eshadow.
3577
3578 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3579 Add :version keyword.
3580 (file-name-shadow-properties, file-name-shadow-tty-properties)
3581 (file-name-shadow): Add :version keyword.
3582
3583 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3584 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3585 in the custom-group property of the symbol frames and the fringe
3586 group got no link to its parent group frames.
3587 Doc fix.
3588
3589 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3590
3591 * progmodes/gud.el (gud-stop-subjob): New function.
3592 (gud-menu-map, gud-tool-bar-map): Use it.
3593
3594 2005-11-16 Kim F. Storm <storm@cua.dk>
3595
3596 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3597 than kill it.
3598 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
3599 to a more useful/logical place.
3600
3601 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3602
3603 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3604 go buttons complementary.
3605
3606 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3609 (rfn-eshadow-sifn-equal): New function.
3610 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3611
3612 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
3613
3614 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3615 string.
3616
3617 * viper.el (viper-emacs-state-mode-list): Ensure that
3618 rcirc-mode buffers come up in Emacs state.
3619
3620 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3621 operation.
3622
3623 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3624
3625 * term.el (term-termcap-format): Fix typos.
3626 (term-down): Fix the negative argument case.
3627
3628 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
3629
3630 * progmodes/gdb-ui.el: Remove face-alias left over from change on
3631 2005-08-15.
3632 (gdb-ann3): New command gud-go.
3633 (menu): Accomodate gdb-mi.el.
3634 (gdb-assembler-custom): Make buffer of selected window current
3635 so that set-window-point works.
3636
3637 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3638 buttons and include new ones.
3639
3640 2005-11-16 Kim F. Storm <storm@cua.dk>
3641
3642 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3643 (gud-menu-map): Use it.
3644
3645 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
3646
3647 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3648 that works correctly for Custom and that does not override a user
3649 who disables it.
3650
3651 * help-mode.el (help-make-xrefs, help-xref-on-pp)
3652 (help-xref-interned, help-follow): Make hyperlinks for variables
3653 that are unbound, but have a non-nil variable-documentation property.
3654
3655 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3656 mode hook. (It conflicted with defcustoms for some mode hooks.)
3657 Use the `variable-documentation' property to give the mode hook a
3658 docstring and expand that docstring.
3659
3660 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
3661
3662 * savehist.el (savehist-mode): Don't bother with
3663 `custom-set-minor-mode'.
3664 (savehist-coding-system): Check XEmacs version.
3665 (history-length): Declare also at run time.
3666 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
3667 Don't set the customize state.
3668 (savehist-minibuffer-hook): Special case for when
3669 minibuffer-history-variable is equal to t.
3670
3671 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * files.el (write-file): Refresh VC status.
3674
3675 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3676 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3677 than fundamental-mode to see if the mode was set.
3678
3679 2005-11-14 Romain Francoise <romain@orebokech.com>
3680
3681 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3682 dummy function in `eval-when-compile' to avoid compiler warning.
3683 Require `man' at compile time.
3684
3685 2005-11-14 Jay Belanger <belanger@truman.edu>
3686
3687 * calc-alg.el (calcFunc-write-out-power): Rename it to
3688 calcFunc-powerexpand.
3689 (math-write-out-power): Rename it to math-powerexpand; have it
3690 handle negative exponents.
3691 (calc-writeoutpower): Rename it to calc-powerexpand.
3692
3693 * calc-ext.el: Change calcFunc-writeoutpower and
3694 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3695 autoloads.
3696 Add calcFunc-ldiv to autoloads.
3697
3698 * calc-arith.el (calcFunc-ldiv): New function.
3699
3700 * calc.el (calc-left-divide): New function.
3701
3702 2005-11-14 Juri Linkov <juri@jurta.org>
3703
3704 * cus-edit.el (custom-variable-prompt): Set the default value arg
3705 of completing-read.
3706
3707 * cus-dep.el (custom-make-dependencies): Reverse the list of
3708 found dependencies.
3709
3710 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3711
3712 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3713 Highlighting" entry, it is on by default now.
3714 (menu-bar-options-save): Do not save global-font-lock-mode.
3715
3716 2005-11-13 Richard M. Stallman <rms@gnu.org>
3717
3718 * textmodes/flyspell.el (flyspell-large-region):
3719 Call flyspell-accept-buffer-local-defs.
3720
3721 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
3722
3723 * textmodes/flyspell.el (flyspell-notify-misspell):
3724 Fix misspelling of "Misspelling".
3725 (flyspell-process-localwords): New function.
3726 (flyspell-large-region): Call flyspell-process-localwords and
3727 flyspell-delete-region-overlays.
3728 (flyspell-delete-region-overlays): New function.
3729 (flyspell-delete-all-overlays): Call that.
3730
3731 2005-11-13 Richard M. Stallman <rms@gnu.org>
3732
3733 * help.el (help-for-help-internal): Improve doc of C-h a.
3734 (describe-key): Improve prompt; doc fix.
3735
3736 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * vc-svn.el (vc-svn-registered): Catch all errors.
3739
3740 * cus-dep.el (custom-make-dependencies): Typo.
3741
3742 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
3743
3744 * net/tramp-util.el (top): Fix compilation warning.
3745
3746 2005-11-13 Kim F. Storm <storm@cua.dk>
3747
3748 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
3749
3750 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
3751
3752 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3753 (gud-speedbar-buttons): Match on "const char *" too.
3754
3755 * progmodes/gdb-ui.el (gdb-var-create-handler)
3756 (gdb-var-list-children-handler): Match on "const char *" too.
3757 (gdb-var-evaluate-expression-handler): Match on empty string.
3758 (gdb-var-update-handler): Only call
3759 gdb-var-evaluate-expression-handler when required.
3760
3761 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
3762
3763 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3764 selected window. This still doesn't work for speedbar.
3765 (gud-speedbar-buttons): Handle string expressions properly.
3766
3767 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3768 (gdb-var-create-handler): Handle string expressions properly.
3769 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3770 Handle string expressions properly. Move "type" field into regexp.
3771
3772 2005-11-12 Karl Fogel <kfogel@red-bean.com>
3773
3774 * bookmark.el (bookmark-maybe-message): New function to reduce
3775 code duplication: invokes `message' iff baud-rate is high enough.
3776 (bookmark-write-file): Use above instead of an inline conditional.
3777 (bookmark-load): Same.
3778
3779 2005-11-12 Karl Fogel <kfogel@red-bean.com>
3780
3781 * bookmark.el (bookmark-write-file): Don't visit the destination
3782 file, just write the data to it using write-region. This is
3783 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3784 change to avoid visiting the file in the first place.
3785
3786 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * hi-lock.el (hi-lock-mode): Set the default value of
3789 font-lock-defaults.
3790
3791 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
3792
3793 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3794 arg to `file-attributes'.
3795 (find-lisp-format): The UID and GID can now be strings.
3796
3797 2005-11-12 Kim F. Storm <storm@cua.dk>
3798
3799 * help.el (help-map): Bind C-h d to apropos-documentation.
3800
3801 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3802 when point is at end-of-buffer.
3803
3804 * apropos.el (apropos-match-face): Doc fix.
3805 (apropos-sort-by-scores): Add new choice `verbose'.
3806 (apropos-documentation-sort-by-scores): New defcustom.
3807 (apropos-pattern): Now contains the pattern entered by the user.
3808 (apropos-pattern-quoted): New defvar.
3809 (apropos-regexp): New defvar, containing the regexp corresponding
3810 to apropos-pattern.
3811 (apropos-all-words-regexp): Rename from apropos-all-regexp.
3812 (apropos-read-pattern): New defun. Use it to read pattern arg in
3813 interactive calls; returns list of words for a word list, and
3814 string for a regexp.
3815 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
3816 parses a list of words or regexp as returned by apropos-read-pattern.
3817 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3818 (apropos-score-doc): Return a very high score if the string
3819 entered by the user matches literally.
3820 (apropos-variable): Doc fix. Use apropos-read-pattern.
3821 (apropos-command): Doc fix. Use apropos-read-pattern and
3822 apropos-parse-pattern. Call apropos-print with nosubst=t.
3823 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3824 apropos-parse-pattern.
3825 (apropos-documentation): Doc fix. Use apropos-read-pattern and
3826 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
3827 apropos-documentation-sort-by-scores. Call apropos-print with
3828 nosubst=t.
3829 (apropos-documentation-internal): Pass doc string through
3830 substitute-key-definition before adding text properties.
3831 Highlight substring matching literal user input if possible.
3832 (apropos-documentation-check-doc-file): Remove locals beg and end.
3833 Fix calculation of score (as added twice). Pass doc string through
3834 substitute-key-definition before adding text properties.
3835 (apropos-documentation-check-elc-file): Pass doc string through
3836 substitute-key-definition before adding text properties.
3837 Highlight substring matching literal user input if possible.
3838 (apropos-print): Add new arg NOSUBST; if set, command and variable
3839 doc strings have already been passed through substitute-key-definition.
3840 Add code to handle apropos-accumulator items without score element
3841 for backwards compatibility (e.g. with woman package).
3842 Only show scores if apropos-sort-by-scores is `verbose'.
3843
3844 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3845
3846 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3847 Add jka-compr-load-suffixes to load-suffixes.
3848
3849 * jka-compr.el: Require jka-cmpr-hook.
3850 (jka-compr-info-compress-message, jka-compr-info-compress-program)
3851 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3852 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3853 (jka-compr-info-can-append, jka-compr-info-strip-extension)
3854 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3855 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
3856 (jka-compr-uninstall): Remove entries from
3857 jka-compr-added-to-file-coding-system-alist after they are used.
3858 (jka-compr-error): Remove unused var `curbuf'.
3859 (jka-compr-file-local-copy): Remove unused var `notfound'.
3860
3861 2005-11-10 Romain Francoise <romain@orebokech.com>
3862
3863 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3864
3865 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
3866
3867 * progmodes/gud.el (gud-menu-map): Move parentheses.
3868 (gdb): New command gud-pv.
3869
3870 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3871
3872 * tar-mode.el: Remove spurious or unnecessary leading stars
3873 in docstrings.
3874 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3875 (tar-parse-octal-integer-safe): Use mapc.
3876 (tar-header-block-summarize): Remove unused var `ck'.
3877 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3878 cleared before. Obey default-enable-multibyte-characters.
3879 Use mapconcat. Simplify setting of tar-header-offset.
3880 (tar-mode-map): Move initialization inside delcaration.
3881 (tar-flag-deleted): Use `abs'.
3882 (tar-expunge-internal): Remove unused var `line'.
3883 (tar-expunge-internal): Don't hardcode point-min==1.
3884 (tar-expunge): Widen while doing set-buffer-multibyte.
3885 (tar-rename-entry): Use file-name-coding-system.
3886 (tar-alter-one-field): Don't hardcode point-min==1.
3887 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3888 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
3889
3890 2005-11-10 Masatake YAMATO <jet@gyve.org>
3891
3892 * add-log.el (add-log-current-defun): Handle class::method
3893 notation of c++. Fix incorrect comment.
3894
3895 2005-11-10 Alan Mackenzie <acm@muc.de>
3896
3897 * help-fns.el (describe-variable): Make C-h v work when a variable
3898 has variable documentation yet is unbound.
3899
3900 2005-11-10 Masatake YAMATO <jet@gyve.org>
3901
3902 * man.el (Man-highlight-references): Set an empty
3903 string to `Man-arguments' if it is nil.
3904 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3905
3906 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3909 commenting conventions.
3910
3911 * cus-dep.el (custom-make-dependencies): Simplify.
3912 Better follow the commenting conventions.
3913
3914 2005-11-09 Richard M. Stallman <rms@gnu.org>
3915
3916 * apropos.el (apropos-pattern): Rename from apropos-regexp.
3917 (apropos-orig-pattern): Rename from apropos-orig-regexp.
3918 All uses changed.
3919 (apropos-rewrite-regexp): Doc fix.
3920 (apropos-variable, apropos-command, apropos, apropos-value):
3921 Change prompt; carry through the argument renaming.
3922
3923 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3924
3925 * find-lisp.el: Require dired.
3926 (find-lisp-find-dired-internal): Do not call
3927 `abbreviate-file-name' on DIR.
3928
3929 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
3930
3931 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3932
3933 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
3934
3935 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3936 when using the speedbar.
3937 (gdb): New command gud-pp.
3938 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3939
3940 2005-11-09 Juri Linkov <juri@jurta.org>
3941
3942 * replace.el (occur-excluded-properties): New defcustom.
3943 (occur-1, occur-engine, occur-accumulate-lines): Use it.
3944
3945 2005-11-08 Jay Belanger <belanger@truman.edu>
3946
3947 * calc/calc-units.el (math-convert-units): Replace any composite
3948 unit by its definition.
3949
3950 2005-11-08 Lars Hansen <larsh@soem.dk>
3951
3952 * emacs-lisp/autoload.el (update-directory-autoloads):
3953 Add obsolete function alias.
3954
3955 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3958 comment-indent-function.
3959 (lisp-comment-indent): Replace by an alias for comment-indent-default.
3960
3961 * reveal.el (reveal-post-command): Rework the handling of
3962 reveal-open-spots, so as to be more reliable. There were several
3963 tricky corner cases where an open spot might be lost, or where
3964 a closed spot might end up on the list of open spots.
3965 Only reveal text that's ellipsised.
3966
3967 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
3968
3969 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3970
3971 2005-11-07 John Paul Wallington <jpw@gnu.org>
3972
3973 * ibuffer.el (ibuffer): Search iconified frames too when
3974 getting Ibuffer buffer's window.
3975
3976 2005-11-06 Richard M. Stallman <rms@gnu.org>
3977
3978 * progmodes/compile.el (compilation-internal-error-properties):
3979 save-excursion around the computation of MARKER.
3980
3981 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
3982
3983 * textmodes/flyspell.el (flyspell-external-point-words):
3984 flyspell-get-word returns a list, not just a string.
3985
3986 2005-11-06 John Paul Wallington <jpw@pobox.com>
3987
3988 * ibuffer.el (ibuffer): Search all visible frames when getting
3989 Ibuffer buffer's window.
3990
3991 2005-11-07 Masatake YAMATO <jet@gyve.org>
3992
3993 * man.el (Man-reference-regexp): Accept spaces between
3994 `Man-name-regexp' and `Man-section-regexp'.
3995 (Man-apropos-regexp): New variable.
3996 (Man-abstract-xref-man-page): Use value for `Man-target-string'
3997 if available.
3998 (Man-highlight-references, Man-highlight-references0):
3999 Handle the case when `Man-arguments' includes "-k".
4000 (Man-highlight-references0): Rename the argument `TARGET-POS' to
4001 `TARGET'. `TARGET' can be a number, function or nil.
4002
4003 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
4004
4005 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4006 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4007 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4008 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4009 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4010 (gdb-send-item): Use buffer-local-value and simplify.
4011
4012 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
4013
4014 * startup.el (command-line): Use `custom-reevaluate-setting' for
4015 `global-font-lock-mode'.
4016
4017 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4018 by default, except in batch mode or when the -D option is given.
4019
4020 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4021 specified keyword args on to `define-minor-mode'. Update docstring.
4022
4023 2005-11-05 Romain Francoise <romain@orebokech.com>
4024
4025 * replace.el (occur-engine): Add marker at end of line, too.
4026
4027 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4028
4029 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4030 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4031 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4032 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4033 argument to all these routines, so the passphrase can be managed
4034 externally and passed in to the system.
4035 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4036 pgg-add-passphrase-to-cache function.
4037
4038 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4039 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4040 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4041 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4042 argument to all these routines, so the passphrase can be managed
4043 externally and passed in to the system.
4044 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4045 function.
4046
4047 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4048
4049 * font-lock.el: Don't deal with font-lock-face-attributes here,
4050 move the code ...
4051
4052 * startup.el (command-line): ... here. Use face-spec-set instead
4053 of custom-declare-face.
4054
4055 * faces.el (face-spec-set): Reset the face if spec is not nil.
4056
4057 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * newcomment.el (comment-region-internal): Box more tightly in the
4060 common case where there's no TAB in the boxed text.
4061
4062 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4063
4064 * info.el (info-tool-bar-map): Use images prev-node, next-node and
4065 up-node.
4066
4067 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
4068
4069 * newsticker.el: Commentary updated. Code formatting changed.
4070 (newsticker-version): Change to "1.9".
4071 (newsticker, newsticker-feed): Doc fix.
4072 (newsticker-url-list): Doc fix. Add option "Weekly".
4073 (newsticker-retrieval-interval): Add option "Weekly".
4074 (newsticker-headline-processing): Doc fix.
4075 (newsticker-auto-mark-filter): Remove.
4076 (newsticker-auto-mark-filter-list): New.
4077 (newsticker-layout, newsticker-sort-method): Doc fix.
4078 (newsticker-hide-old-items-in-newsticker-buffer)
4079 (newsticker-heading-format, newsticker-item-format)
4080 (newsticker-desc-format): Doc fix.
4081 (newsticker-show-all-rss-elements): Remove.
4082 (newsticker-show-all-news-elements): New.
4083 (newsticker-faces, newsticker-ticker): Doc fix.
4084 (remove-from-invisibility-spec): Code formatting.
4085 (newsticker--process-ids): New.
4086 (newsticker-mode): Doc fix.
4087 (newsticker-mode): Change mode-line-format.
4088 (newsticker-start): Remove debug output.
4089 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
4090 (newsticker-w3m-show-inline-images): Code formatting.
4091 (newsticker-next-item): Call `force-mode-line-update'.
4092 (newsticker-previous-item): Call `force-mode-line-update'.
4093 (newsticker-next-feed): Call `force-mode-line-update'.
4094 (newsticker-previous-feed): Call `force-mode-line-update'.
4095 (newsticker-mark-all-items-at-point-as-read): Code formatting.
4096 (newsticker-show-old-items): Do not show descs.
4097 (newsticker-hide-entry): Hide too much.
4098 (newsticker-hide-entry, newsticker-show-entry)
4099 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4100 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4101 (newsticker-toggle-auto-narrow-to-item): Code formatting.
4102 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4103 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4104 (newsticker-get-news): Call `force-mode-line-update'.
4105 Collect process ids.
4106 (newsticker--sentinel): Change coding system handling.
4107 Move image retrieval to new functions newsticker--get-logo-url-*.
4108 Move feed parsing to new functions newsticker--parse-*.
4109 Update list of process ids.
4110 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4111 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4112 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4113 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4114 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4115 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4116 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4117 (newsticker--decode-coding-string): Remove.
4118 (newsticker--decode-numeric-entities): Check input. Format code.
4119 (newsticker--remove-whitespace): Check input.
4120 (newsticker--do-forget-preformatted): Doc fix.
4121 (newsticker--decode-rfc822-date): Allow for missing time.
4122 (newsticker--update-process-ids): New.
4123 (newsticker--image-sentinel): Change comment.
4124 (newsticker--image-read): Change error message.
4125 (newsticker--imenu-goto): Doc fix. Show headline title.
4126 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4127 (newsticker--buffer-do-insert-text): Clean whitespace in
4128 html-rendered headline title. Code formatting.
4129 Call `newsticker--buffer-print-extra-elements'.
4130 (newsticker--buffer-print-extra-element): Remove.
4131 (newsticker--buffer-print-extra-elements): New.
4132 (newsticker--buffer-do-print-extra-element): New.
4133 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
4134 large sizes.
4135 (newsticker--run-auto-mark-filter)
4136 (newsticker--do-run-auto-mark-filter):
4137 Use `newsticker-auto-mark-filter-list'.
4138
4139 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
4140
4141 * net/rcirc.el: Use split-string OMIT-NULLS argument.
4142 (rcirc-print): Force redisplay before running hooks. Do long
4143 buffer truncation after making new text read-only. Deal with nil
4144 text when decoding strings. If TARGET is nil, use either the
4145 currently selected buffer, if it is an rcirc buffer and of the
4146 same process or the process buffer.
4147 (rcirc-mode): Remove header-line. Recompute short buffer names.
4148 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4149 (rcirc-short-buffer-name): Add variable.
4150 (rcirc-kill-buffer-hook): Recompute short buffer names.
4151 Remove nick from private channel.
4152 (rcirc-send-input): Send command text to current-buffer.
4153 Don't clear overlay arrow here.
4154 (rcirc-short-buffer-name): Return a short buffer name.
4155 (rcirc-update-short-buffer-names, rcirc-abbreviate)
4156 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4157 buffer-name abbreviations.
4158 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4159 Do not touch nick-table when killing a parted channel.
4160 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4161 Clear arrow from current buffer if it is now hidden.
4162 (rcirc-current-buffer): Add variable.
4163 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4164 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4165 Remove -face from names.
4166 (rcirc-update-activity-string): Print "DND" when globally ignoring
4167 activity.
4168 (rcirc-ignore-buffer-activity-flag): Rename from
4169 rcirc-ignore-channel-activity.
4170 (rcirc-ignore-all-activity-flag): Doc fix.
4171 (rcirc-channels): Remove variable.
4172 (rcirc-kill-buffer-hook):
4173 (rcirc-get-buffer-create): Add nick to private channel.
4174 (rcirc-multiline-edit-submit): Remove tabs.
4175 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4176 folded.
4177 (rcirc-remove-nick-channel): Bug fix.
4178 (rcirc-toggle-ignore-buffer-activity): Rename from
4179 rcirc-toggle-ignore-channel-activity.
4180 (rcirc-record-activity): Add buffers to the front of the list.
4181 (rcirc-update-activity): Remove killed buffers from list.
4182 (rcirc-process-server-response-1): Remove last argument if it is
4183 null before calling handler.
4184 (rcirc): Add "rcirc" defcustom prefix.
4185 (rcirc-prompt): Simplify default prompt.
4186 Use custom-initialize-default.
4187 (rcirc-private-chats): Remove variable.
4188 (rcirc-prompt): Change initialization.
4189 (rcirc-version): Remove function.
4190 (rcirc-id-string): Add constant.
4191 (rcirc-last-buffer): Remove variable.
4192 (rcirc-buffer-alist): Add variable.
4193 (rcirc-connect): Update variable setup.
4194 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4195 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4196 default.
4197 (rcirc-handler-generic): Trigger activity.
4198 (rcirc-send-message): Create the buffor of the target.
4199 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4200 (rcirc-get-buffer): Just return nil if there is no matching buffer.
4201 (rcirc-multiline-edit-cancel): Remove function.
4202 (rcirc-set-last-buffer): Remove function.
4203 (rcirc-get-any-buffer): Add function.
4204 (rcirc-join-channels): Don't print /join text.
4205 (rcirc-toggle-ignore-channel-activity): Add and update echo area
4206 messages.
4207 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4208 (rcirc-handler-NOTICE): Recognize CTCP responses.
4209 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4210 constructing TOPIC string for buffers we are not JOINed.
4211 (rcirc-handler-CTCP-response): Add handler.
4212 (rcirc-multiline-edit-submit): Restore the window-configuration
4213 before adjusting point.
4214 (rcirc): Add customization group.
4215 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4216 (rcirc-user-full-name, rcirc-startup-channels-alist)
4217 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4218 (rcirc-ignore-all-activity-flag, rcirc-time-format)
4219 (rcirc-input-ring-size, rcirc-read-only-flag)
4220 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4221 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4222 Change defvar to defcustom.
4223 (rcirc-update-prompt): Add optional ALL arg, which will update
4224 prompts in all rcirc buffers. Regexp quote replacement text.
4225 (rcirc-fill-column): Accept frame-width as a value.
4226 (rcirc-set-changed): Add function.
4227 (rcirc-next-active-buffer): Write more meaningful messages.
4228 (rcirc-faces): Add customization group.
4229 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4230 (rcirc-nick-in-message-face, rcirc-prompt-face)
4231 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4232 (with-rcirc-process-buffer): Move before first usage.
4233 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4234 (rcirc-debug-flag): Rename from `rcirc-log-p'.
4235 (rcirc-debug): Rename from `rcirc-log'.
4236 (rcirc-format-response-string): Do not print `-' chars for a
4237 NOTICE with no sender. Simplify output of server responses.
4238
4239 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
4240
4241 (rcirc-browse-url-map, rcirc-browse-url-at-point)
4242 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4243 mouse and RET clickable.
4244
4245 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
4246
4247 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4248
4249 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
4250
4251 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4252 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4253 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4254 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4255 argument to all these routines, so the passphrase can be managed
4256 externally and passed in to the system.
4257 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4258 pgg-add-passphrase-to-cache function.
4259
4260 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4261 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4262 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4263 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4264 argument to all these routines, so the passphrase can be managed
4265 externally and passed in to the system.
4266 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4267 function.
4268
4269 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
4270
4271 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4272 from goto-address-url-regexp.
4273
4274 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
4275
4276 * textmodes/org.el (org-read-date, org-goto-calendar)
4277 (org-recenter-calendar, org-agenda-goto-calendar):
4278 Temporarily clear `calendar-move-hook'.
4279
4280 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
4281
4282 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4283 merging.
4284
4285 * ediff-util.el (ediff-previous-difference): Don't skip regions that
4286 have merge clashes.
4287
4288 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4289
4290 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4291 Undo previous change.
4292
4293 * startup.el (command-line): Use `custom-reevaluate-setting' for
4294 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
4295 tty-register-default-colors on Mac.
4296
4297 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
4298
4299 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4300 (gdb-buffer-type): Make it automatically buffer local...
4301 (gdb-get-create-buffer): ...and set it accordingly.
4302 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4303 actually work.
4304
4305 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
4306
4307 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4308 not red.
4309
4310 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
4311
4312 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4313 case GUD buffer is not visible.
4314 (gdb-goto-breakpoint): Try to force display in source buffer.
4315 (gdb-frame-gdb-buffer): Copy other similar functions.
4316 (gdb-restore-windows): Don't display source if not asked for.
4317 (gdb-assembler-buffer-name): Don't capitalise.
4318
4319 2005-11-03 Richard M. Stallman <rms@gnu.org>
4320
4321 * wid-edit.el (key-sequence): New widget type.
4322
4323 * simple.el (set-mark-command-repeat-pop): New variable.
4324 (set-mark-command): Only interpret plan C-@ after a pop as a pop
4325 if set-mark-command-repeat-pop is true.
4326
4327 * info.el (Info-fontify-node): Don't display extra "see" if there
4328 already is one here.
4329
4330 * mouse.el: Fix special handling of DEL after dragging a region:
4331 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4332 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
4333
4334 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4335
4336 * textmodes/ispell.el (ispell-command-loop): Change `i' description
4337 not to assume it pertains to an affix.
4338
4339 * textmodes/flyspell.el (flyspell-post-command-hook):
4340 Bind deactivate-mark to prevent deactivation.
4341
4342 2005-11-03 Lars Hansen <larsh@soem.dk>
4343
4344 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4345 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4346 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4347
4348 2005-11-03 Romain Francoise <romain@orebokech.com>
4349
4350 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
4351 Update copyright years.
4352
4353 2005-11-03 Sam Steingold <sds@gnu.org>
4354
4355 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4356 Use system-type instead of window-system because window-system is not
4357 correctly defined during loadup.
4358
4359 2005-11-02 Mark A. Hershberger <mah@everybody.org>
4360
4361 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4362 (xml-parse-tag): Join strings separated by a comment properly.
4363
4364 2005-11-02 Andreas Schwab <schwab@suse.de>
4365
4366 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4367
4368 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4371 (byte-optimize-pure-func): Quote the eval'd value.
4372
4373 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4374 Rename from perl-font-lock-syntactic-face-function.
4375 Change the calling convention so it can be used as a font-lock MATCHER.
4376 Do the parse-partial-sexp loop outselves.
4377 (perl-font-lock-syntactic-keywords): Use it.
4378 (perl-mode): Don't set font-lock-syntactic-face-function any more.
4379
4380 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
4381
4382 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4383 disassembly buffer too.
4384 (gdb-exited): Remove overlay arrows when execution has finished.
4385 (gdb-info-frames-custom, gdb-info-threads-custom)
4386 (gdb-info-registers-custom): Don't add inappropriate text
4387 properties if inferior is not active.
4388
4389 2005-11-02 Glenn Morris <rgm@gnu.org>
4390
4391 * progmodes/fortran.el (fortran-blink-match):
4392 Use `blink-matching-delay'.
4393
4394 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
4395
4396 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4397
4398 2005-11-02 Lars Hansen <larsh@soem.dk>
4399
4400 * net/tramp.el (tramp-action-out-of-band): Handle scp message
4401 "Permission denied".
4402
4403 2005-11-01 Richard M. Stallman <rms@gnu.org>
4404
4405 * textmodes/flyspell.el (flyspell-external-point-words):
4406 Pass nil to flyspell-get-word.
4407
4408 2005-11-02 Kim F. Storm <storm@cua.dk>
4409
4410 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4411 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4412
4413 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4416 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4417 (calendar-mouse-print-dates): Add optional `event' argument.
4418 Update interactive-spec.
4419 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4420 Use `calendar-event-to-date' instead of `event'.
4421
4422 2005-11-02 Masatake YAMATO <jet@gyve.org>
4423
4424 * progmodes/ld-script.el (ld-script-builtins):
4425 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4426 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4427 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4428
4429 2005-11-01 Romain Francoise <romain@orebokech.com>
4430
4431 * vc-sccs.el: Update copyright year.
4432 * ezimage.el: Likewise.
4433
4434 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
4435
4436 * info.el (Info-fontify-node): Use `string-width' for fontifying
4437 underlined titles.
4438
4439 2005-11-01 Juri Linkov <juri@jurta.org>
4440
4441 * info.el (Info-fontify-node): Downcase node header keywords Node,
4442 Prev, Next, Up before comparison.
4443 (Info-history): Insert absolute directory name, and put invisible
4444 property on it.
4445
4446 2005-11-01 Juri Linkov <juri@jurta.org>
4447
4448 * info.el (Info-file-supports-index-cookies): New variable.
4449 (Info-find-node-2): Check makeinfo version for index cookie support.
4450 (Info-index-nodes): Search for nodes with index cookies only when
4451 Info-file-supports-index-cookies is t. Otherwise, search nodes
4452 with "Index" in the node name.
4453 (Info-index-node): Search index cookie in the current node only when
4454 Info-file-supports-index-cookies is t. Otherwise, check the word
4455 "Index" in the node name.
4456 (Info-find-emacs-command-nodes): Remove code that searches nodes
4457 with "Index" node name in the top menu.
4458
4459 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * progmodes/scheme.el (scheme-mode-variables): Use the default
4462 comment-indent-function.
4463
4464 * faces.el (face-attribute): Handle the case where a face inherits from
4465 a non-existent face.
4466
4467 * simple.el (eval-expression-print-format): Use lisp-readable syntax
4468 for octal and hexa output, and merge the char into the paren.
4469 (kill-new): Use push.
4470 (copy-to-buffer): Use with-current-buffer.
4471 (completion-setup-function): Move code in loop to remove redundancy.
4472 (minibuffer-local-must-match-map): Don't add bindings that duplicate
4473 those inherited from minibuffer-local-completion-map.
4474
4475 * savehist.el (savehist-mode) <defcustom>:
4476 Use custom-set-minor-mode if available.
4477 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4478 and emit a message if applicable.
4479
4480 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
4481
4482 * savehist.el: Sync up to version 19.
4483 (savehist-mode): New minor mode.
4484 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4485 (savehist-length): Remove (use history-length instead).
4486 (savehist-file-modes): Rename from savehist-modes.
4487 (savehist-save-hook, savehist-loaded): New vars.
4488 (savehist-load): Use savehist-mode. Try to smooth up transition from
4489 old format to new format.
4490 (savehist-install): Allow savehist-autosave-interval to be nil.
4491 (savehist-save): Run the new hook. Be more careful to only trim the
4492 history variables.
4493 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
4494 (savehist-printable): Print into a buffer rather than char-by-char.
4495
4496 2005-11-01 John Wiegley <johnw@newartisans.com>
4497
4498 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4499 toggle-ignore keybinding (C-a). The author said it had been
4500 disabled much earlier due to a possible incompatibility, but after
4501 many months of usage I have encountered no problems (and it is a
4502 rather useful option, especially for switching to " *temp*").
4503
4504 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4505 support for OS/X's AddressBook, by calling out to the open source
4506 program "contacts" (installable through Fink).
4507
4508 * net/eudc.el (eudc-expand-inline): If the
4509 `eudc-multiple-match-handling-method' is set to `all', delete the
4510 query string before inserting the query result.
4511
4512 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4513 flag, to prevent Eshell from using the system ls when
4514 `eshell-ls-insert-directory' is in used.
4515 (eshell-ls-insert-directory): Disable font-lock in directory
4516 buffer so that Eshell's own fontification is seen. This broke
4517 recently due to changes in font-lock, so this goes back to version
4518 21 behavior.
4519
4520 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
4521
4522 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4523 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4524 (gdb-many-windows): Doc fix.
4525
4526 2005-10-31 Romain Francoise <romain@orebokech.com>
4527
4528 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4529
4530 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4531
4532 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4533 that global-font-lock-mode can be enabled by default.
4534
4535 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4536 (font-lock-add-keywords, font-lock-remove-keywords)
4537 (font-lock-fontify-buffer): Remove autoload cookies.
4538
4539 * jit-lock.el (jit-lock-register): Likewise.
4540
4541 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4542
4543 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4544
4545 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4546 intact if there is no gud-comint-buffer.
4547
4548 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
4549
4550 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4551 old prompt comint-prompt-read-only is t and GDB commands are
4552 issued from tool bar etc.
4553
4554 2005-10-31 Masatake YAMATO <jet@gyve.org>
4555
4556 * vc.el (vc-directory-exclusion-list): Add "{arch}".
4557
4558 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
4559
4560 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4561 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4562
4563 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
4564
4565 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4566 starting at beginning of line. Fontification is messed up when
4567 `open-paren-in-column-0-is-defun-start' set to t.
4568 Reported by John Paul Wallington <jpw@pobox.com>.
4569
4570 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
4571
4572 * comint.el (comint-send-input): Call `comint-update-fence' when
4573 `comint-process-echoes' and `comint-prompt-read-only' are both
4574 non-nil, to avoid leftover read-only newline.
4575
4576 2005-10-30 Richard M. Stallman <rms@gnu.org>
4577
4578 * textmodes/flyspell.el (flyspell-external-point-words):
4579 Detect when WORD can't be checked properly because
4580 flyspell-get-word finds just part of it, and move on.
4581
4582 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4583 boundarychar for Polish.
4584 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4585 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4586
4587 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
4588
4589 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4590 (gdb-registers-font-lock-keywords): Delete.
4591 (gdb-registers-mode): Don't fontify.
4592 (gdb-info-registers-custom): Use text properties instead as, in
4593 future, changed register values will use font-lock-warning-face.
4594 (gdb-local-font-lock-keywords): Rename to...
4595 (gdb-locals-font-lock-keywords): ...for consistency.
4596
4597 2005-10-30 Andre Spiegel <spiegel@gnu.org>
4598
4599 * vc.el (vc-switch-backend): Better error message if the buffer is
4600 not visiting a file under version control.
4601
4602 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4603
4604 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4605
4606 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4607 ~/.emacs.d/.emacs.
4608
4609 2005-10-29 Richard M. Stallman <rms@gnu.org>
4610
4611 * replace.el (occur-mode-mouse-goto): Always go to other window.
4612 (occur-mode-goto-occurrence): Always switch in same window.
4613
4614 * simple.el (undo): Display message at end, not at start.
4615
4616 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4617 New arg REUSE-CELL.
4618 (cancel-timer-internal): New function.
4619 (timer-event-handler): Use cancel-timer-internal,
4620 and pass the cell it returns to timer-activate...
4621
4622 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4623 (jit-lock-deferred-fontify, jit-lock-context-fontify)
4624 (jit-lock-after-change): Test memory-full.
4625
4626 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4627
4628 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4629 part of the decoded armor to find the key-identifier.
4630 (pgg-gpg-lookup-key-owner): New function to return the
4631 human-readable identifier of a key owner.
4632 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4633 key itself.
4634 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4635 the key value) if we have a key and can match it against a secret
4636 key. Also, added a note pointing out fact that the prompt only
4637 indicates the first matching key.
4638
4639 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4640 pgg-decrypt-region.
4641 (pgg-pending-timers): A new hash for tracking the passphrase cache
4642 timers, so that new ones supercede old ones.
4643 (pgg-add-passphrase-to-cache): Rename from
4644 `pgg-add-passphrase-cache' to reduce confusion (all callers
4645 changed). Modified to cancel old timers when new ones are added.
4646 (pgg-remove-passphrase-from-cache): Rename from
4647 `pgg-remove-passphrase-cache' to reduce confusion (all callers
4648 changed). Modified to cancel old timers when their keys are
4649 removed from the cache.
4650 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4651 XEmacs, an indirection to delete-itimer.
4652 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4653 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4654 users can only check cache without risk of prompting. Correct bug in
4655 notruncate behavior.
4656 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4657 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4658 Add informative docstrings.
4659 (pgg-decrypt): Convey provided passphrase in subordinate call to
4660 pgg-decrypt-region.
4661
4662 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4663 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4664 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4665 'passphrase' argument, so the passphrase can be managed externally
4666 and then passed in to the system.
4667
4668 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4669 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4670 so the passphrase cache can be used reliably with identifiers
4671 besides a pgp packet's key id.
4672
4673 * pgg-gpg.el (pgg-pgp-encrypt-region)
4674 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4675 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4676 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4677 argument to all these routines, so the passphrase can be managed
4678 externally and passed in to the system.
4679
4680 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4681 'notruncate' argument, so the passphrase cache can be used
4682 reliably with identifiers besides a pgp packet's key id.
4683
4684 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
4685
4686 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4687 symmetric encryption.
4688 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4689 encrypted session key.
4690 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4691 message ask for the passphrase in a proper way.
4692
4693 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4694 New user commands for symmetric encryption.
4695
4696 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
4697
4698 * textmodes/conf-mode.el (conf-assignment-sign)
4699 (conf-assignment-regexp): Fix docstrings.
4700 (conf-mode-initialize): New function.
4701 (conf-mode): Remove optional args. Use delay-mode-hooks to
4702 recognize recursive calls.
4703 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4704 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4705 (conf-xdefaults-mode): Use define-derived-mode and
4706 conf-mode-initialize.
4707
4708 2005-10-29 Romain Francoise <romain@orebokech.com>
4709
4710 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4711
4712 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4713
4714 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4715 part of the decoded armor to find the key-identifier.
4716 (pgg-gpg-lookup-key-owner): New function to return the
4717 human-readable identifier of a key owner.
4718 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4719 key itself.
4720 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4721 the key value) if we have a key and can match it against a secret
4722 key. Also, added a note pointing out fact that the prompt only
4723 indicates the first matching key.
4724
4725 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4726 pgg-decrypt-region.
4727 (pgg-pending-timers): A new hash for tracking the passphrase cache
4728 timers, so that new ones supercede old ones.
4729 (pgg-add-passphrase-to-cache): Rename from
4730 `pgg-add-passphrase-cache' to reduce confusion (all callers
4731 changed). Modified to cancel old timers when new ones are added.
4732 (pgg-remove-passphrase-from-cache): Rename from
4733 `pgg-remove-passphrase-cache' to reduce confusion (all callers
4734 changed). Modified to cancel old timers when their keys are
4735 removed from the cache.
4736 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4737 XEmacs, an indirection to delete-itimer.
4738 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4739 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4740 users can only check cache without risk of prompting. Correct bug in
4741 notruncate behavior.
4742 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4743 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4744 Add informative docstrings.
4745 (pgg-decrypt): Convey provided passphrase in subordinate call to
4746 pgg-decrypt-region.
4747
4748 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
4749
4750 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4751 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4752 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4753 'passphrase' argument, so the passphrase can be managed externally
4754 and then passed in to the system.
4755
4756 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4757 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4758 so the passphrase cache can be used reliably with identifiers
4759 besides a pgp packet's key id.
4760
4761 * pgg-gpg.el (pgg-pgp-encrypt-region)
4762 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4763 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4764 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4765 argument to all these routines, so the passphrase can be managed
4766 externally and passed in to the system.
4767
4768 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4769 'notruncate' argument, so the passphrase cache can be used
4770 reliably with identifiers besides a pgp packet's key id.
4771
4772 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
4773
4774 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4775 symmetric encryption.
4776 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4777 encrypted session key.
4778 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4779 message ask for the passphrase in a proper way.
4780
4781 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4782 New user commands for symmetric encryption.
4783
4784 2005-10-28 Bill Wohler <wohler@newt.com>
4785
4786 * help-mode.el (help-url): New button type. Calls browse-url.
4787 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4788 Similar to Info nodes: URL `url'.
4789 (help-make-xrefs): Create help-url buttons for
4790 help-xref-url-regexp matches.
4791
4792 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
4793
4794 * tool-bar.el (tool-bar-add-item-from-menu)
4795 (tool-bar-local-item-from-menu): Fix doc strings.
4796
4797 2005-10-28 Romain Francoise <romain@orebokech.com>
4798
4799 * ldefs-boot.el: Update.
4800
4801 * subr.el (locate-library): Move from help-fns.el.
4802 * help-fns.el (locate-library): Move to subr.el.
4803
4804 2005-10-28 Richard M. Stallman <rms@gnu.org>
4805
4806 * net/tramp.el (tramp-completion-mode): defvar moved up.
4807
4808 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4809
4810 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4811
4812 * files.el (find-file-noselect): Use %d to format large file size.
4813
4814 * bindings.el (mode-line-format): Add %e.
4815
4816 * loadup.el ("facemenu"): Load unconditionally.
4817 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4818 ("x-dnd"): Load, when appropriate.
4819
4820 * startup.el (command-line): Call before-init-hook earlier.
4821 Warn about some bad characters in -u user name.
4822
4823 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4824 (flyspell-external-point-words): Error if misspelled word is not found.
4825 Set flyspell-large-region-beg at end of word.
4826
4827 2005-10-28 Andreas Schwab <schwab@suse.de>
4828
4829 * view.el (View-revert-buffer-scroll-page-forward):
4830 Use view-page-size-default.
4831
4832 2005-10-28 Juri Linkov <juri@jurta.org>
4833
4834 * international/quail.el (quail-get-current-str): Translate last
4835 raw character for deterministic input methods.
4836
4837 2005-10-27 Jay Belanger <belanger@truman.edu>
4838
4839 * calc/calc-ext.el: Add functions to autoloads.
4840 (math-identity-matrix-p, math-ident-row-p): New functions.
4841
4842 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4843 multiplication by an identity matrix; don't turn multiplication by
4844 an inverse matrix into division.
4845 (math-div-symbol-fancy): Replace division by matrices with
4846 multiplication by inverse.
4847
4848 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4849
4850 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4851 (calc-writeoutpower): New functions.
4852
4853 2005-10-27 Romain Francoise <romain@orebokech.com>
4854
4855 * replace.el (occur-engine): Include colon in mouse-face highlight.
4856
4857 * dired-x.el: Change Maintainer field.
4858
4859 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
4860
4861 * longlines.el (longlines-mode): Bind after-change-functions to
4862 nil during initial decoding and final encoding.
4863
4864 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4865
4866 * term.el (term-emulate-terminal, term-handle-colors-array)
4867 (term-handle-ansi-escape): Specify the terminfo capabilities
4868 implemented.
4869
4870 2005-10-26 Richard M. Stallman <rms@gnu.org>
4871
4872 * info.el (Info-fontify-node): Fix detection of sentence-break
4873 before *Note.
4874
4875 2005-10-26 Romain Francoise <romain@orebokech.com>
4876
4877 * smerge-mode.el: Add `tools' to file keywords.
4878
4879 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
4880
4881 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4882 when the fringe is not available.
4883
4884 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4885 (def-gdb-auto-update-trigger): Simplify construction.
4886 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4887 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4888 defined explicitly.
4889 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4890 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4891 defined explicitly.
4892 (gdb-info-locals-custom): Remove as it's a no-op.
4893
4894 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
4895
4896 * longlines.el (longlines-mode): Remove narrowing before
4897 performing the initial decoding or final encoding.
4898
4899 2005-10-25 Romain Francoise <romain@orebokech.com>
4900
4901 * emacs-lisp/find-func.el (find-library-name): Also strip
4902 extension if library name ends in .el, to take advantage of
4903 `find-library-suffixes'.
4904
4905 2005-10-25 Richard M. Stallman <rms@gnu.org>
4906
4907 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4908
4909 2005-10-25 Juri Linkov <juri@jurta.org>
4910
4911 * textmodes/texinfo.el (texinfo-mode): Change charset of one
4912 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4913
4914 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4917 (blackbox-redefine-key): Add argument `map'.
4918
4919 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4920 regions when moving the jit-lock-context-unfontify-pos boundary.
4921
4922 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
4923
4924 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4925
4926 2005-10-25 Masatake YAMATO <jet@gyve.org>
4927
4928 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4929
4930 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
4931
4932 * play/blackbox.el (blackbox-redefine-key): New function.
4933 (blackbox-mode-map): Use it to remap existing bindings for cursor
4934 motion instead of binding literal keys.
4935
4936 2005-10-25 Glenn Morris <rgm@gnu.org>
4937
4938 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4939 diary does not end in a newline. Do not assume a blank line at
4940 the start of the diary file.
4941
4942 2005-10-25 Kenichi Handa <handa@m17n.org>
4943
4944 * international/quail.el (quail-translate-key): If the input
4945 method is deterministic and failed to handle the last key, restart
4946 the key handling loop from an appropriate key.
4947
4948 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
4949
4950 * vc.el (vc-dired-mode): Extend comment for binding of
4951 `directory-listing-before-filename-regexp'.
4952
4953 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * textmodes/texinfo.el (texinfo-mode):
4956 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4957 not to unnecessarily expose emacs-mule's internal char codes.
4958
4959 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
4960
4961 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4962 Display hand pointer and help-echo on disabled icon too.
4963 (gdb-mouse-until): New function.
4964 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4965
4966 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
4967
4968 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4969 with 2005-10-23 change to doctor.el.
4970
4971 * finder.el (finder-mode-map): Add follow-link binding.
4972
4973 2005-10-25 Kim F. Storm <storm@cua.dk>
4974
4975 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4976 to gdb-mouse-toggle-breakpoint-fringe.
4977 (gdb-mouse-toggle-breakpoint-margin): Rename from
4978 gdb-mouse-toggle-breakpoint. Fix doc.
4979 (gdb-mouse-toggle-breakpoint-fringe): New defun.
4980 (gdb-put-string): Add optional SPROPS arg. Add props to string.
4981 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4982 string properties also for fringe breakpoint bitmaps.
4983
4984 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
4985
4986 * textmodes/org.el (org-start-icalendar-file): Fix format form.
4987
4988 2005-10-25 Masatake YAMATO <jet@gyve.org>
4989
4990 * simple.el (completion-common-substring):
4991 Use `completion-common-substring' prior to `completion-base-size'.
4992
4993 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
4994
4995 * savehist.el: Require CL while compiling.
4996 (savehist-history-variables): Remove.
4997 (savehist-save-minibuffer-history, savehist-additional-variables)
4998 (savehist-minibuffer-history-variables): New vars.
4999 (savehist-save): Use them.
5000 (savehist-uninstall, savehist-minibuffer-hook): New funs.
5001 (savehist-install): New fun, extracted from savehist-load.
5002 (savehist-load): Use them.
5003
5004 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5007 a dummy doc-string-elt property.
5008 (defalias, defvaralias, define-category): Add a docstring property.
5009
5010 * image.el (defimage):
5011 * widget.el (define-widget):
5012 * custom.el (defface, defcustom): Add `doc-string' declaration.
5013
5014 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5015 (defadvice): Add `doc-string' declaration.
5016
5017 * emacs-lisp/byte-run.el (macro-declaration-function):
5018 Handle `doc-string' declarations.
5019 (define-obsolete-function-alias, define-obsolete-variable-alias):
5020 Add `doc-string' declaration.
5021
5022 2005-10-24 Kenichi Handa <handa@m17n.org>
5023
5024 * international/utf-7.el (utf-7): Add autoload cookie.
5025
5026 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5027
5028 2005-10-24 Eli Zaretskii <eliz@gnu.org>
5029
5030 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5031 list of directories passed to batch-update-autoloads. Add "." to
5032 the list of the echoed directories.
5033
5034 * pgg-def.el:
5035 * pgg-gpg.el:
5036 * pgg-parse.el:
5037 * pgg-pgp.el:
5038 * pgg-pgp5.el:
5039 * pgg.el: Moved here from the gnus subdirectory.
5040
5041 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
5042
5043 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5044 in case comint-prompt-read-only is set to t.
5045
5046 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5047 in case comint-prompt-read-only is set to t.
5048
5049 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
5050
5051 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5052 Now a string.
5053 (icalendar-import-format): Handle CLASS, STATUS, URL.
5054 Rename `subject' to `summary'.
5055 (icalendar-import-format-summary): Rename from
5056 `icalendar-import-format-subject'.
5057 (icalendar-import-format-url, icalendar-import-format-status)
5058 (icalendar-import-format-class): New variables.
5059 (icalendar--rris): Take variable argument list.
5060 (icalendar--datestring-to-isodate): Remove unnecessary
5061 calendar-style check when converting dates with explicit month names.
5062 (icalendar-export-region): Change return type of conversion
5063 subroutines. Bury current buffer unless error occurred.
5064 (icalendar--convert-to-ical)
5065 (icalendar--parse-summary-and-rest): New functions.
5066 (icalendar--convert-ordinary-to-ical)
5067 (icalendar--convert-weekly-to-ical)
5068 (icalendar--convert-yearly-to-ical)
5069 (icalendar--convert-block-to-ical)
5070 (icalendar--convert-cyclic-to-ical)
5071 (icalendar--convert-anniversary-to-ical): Change return type.
5072 Strip trailing blanks from subject.
5073 (icalendar--convert-sexp-to-ical): Change return type.
5074 Strip trailing blanks from subject. Handle simple sexp
5075 entries as generated by icalendar.el.
5076 (icalendar--convert-float-to-ical)
5077 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5078 (icalendar-import-file): Doc fix.
5079 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5080 Correct call to icalendar--rris.
5081 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
5082 `summary'.
5083 (icalendar--add-diary-entry): Rename `subject' to `summary'.
5084
5085 2005-10-24 Romain Francoise <romain@orebokech.com>
5086
5087 * server.el (server-sentinel): Set query-on-exit flag to nil on
5088 new client processes (it isn't inherited from the server process).
5089
5090 * replace.el (occur-engine): Rearrange text properties.
5091
5092 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5095 case-fold-search is nil.
5096 (debug-help-follow): Use help-xref-interned directly.
5097
5098 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5099
5100 * thumbs.el (thumbs-image-type): Add .pbm.
5101
5102 2005-10-23 Richard M. Stallman <rms@gnu.org>
5103
5104 * faces.el (inhibit-face-set-after-frame-default): New variable.
5105 (set-face-attribute): Bind it.
5106 (face-set-after-frame-default): Test it.
5107
5108 * help-fns.el (describe-simplify-lib-file-name): New function.
5109 (describe-function-1, describe-variable): Use it.
5110
5111 * faces.el (describe-face): Use describe-simplify-lib-file-name.
5112
5113 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5114 Eliminate nil as possible value.
5115 (tooltip-hide-delay): Reduce internal-border-width.
5116
5117 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5118 (menu-bar-file-menu) <new-file>: Likewise.
5119
5120 * simple.el (line-move-finish): Ignore fields computing LINE-END.
5121
5122 * international/mule.el (load-with-code-conversion):
5123 Pass full file name to `eval-buffer' unless preloading.
5124
5125 * textmodes/flyspell.el (flyspell-large-region):
5126 Call ispell-check-version.
5127
5128 * textmodes/ispell.el (ispell-local-dictionary-overridden):
5129 Fix the make-variable-buffer-local call that was supposed
5130 to be for this variable.
5131 (ispell-aspell-supports-utf8): Doc fix.
5132 (ispell-find-aspell-dictionaries): Preserve elements of
5133 ispell-dictionary-alist for dictionaries that aspell doesn't report.
5134 (ispell-aspell-find-dictionary): Return nil on error.
5135
5136 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5137 (doctor-symptoms): Likewise.
5138
5139 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5140
5141 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5142
5143 * cus-edit.el (custom-button, custom-button-pressed): New vars.
5144 (custom-raised-buttons): Add :set spec.
5145 (custom-button-unraised, custom-button-pressed-unraised):
5146 New faces, so that custom-raised-buttons actually does something.
5147 (custom-mode): Use custom-button and custom-button-pressed.
5148
5149 * wid-edit.el (widget-specify-button): Don't ignore
5150 widget-mouse-face on graphic terminals.
5151 (widget-move-and-invoke): Cleanup.
5152
5153 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
5154
5155 * whitespace.el (whitespace-cleanup): Doc fix.
5156
5157 2005-10-23 Romain Francoise <romain@orebokech.com>
5158
5159 * emulation/viper.el (viper-set-hooks): Quote forms passed to
5160 `eval-after-load' to avoid evaluating their result.
5161
5162 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
5163
5164 * files.el (directory-listing-before-filename-regexp):
5165 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
5166
5167 * dired.el (dired-move-to-filename-regexp): Remove.
5168 All occurences replaced by `directory-listing-before-filename-regexp'.
5169
5170 * dired-x.el, locate.el, vc.el:
5171 Replace `dired-move-to-filename-regexp' by
5172 `directory-listing-before-filename-regexp'. In vc.el it is
5173 overwritten locally; maybe this can be handled in files.el too.
5174
5175 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
5176 replaced by `directory-listing-before-filename-regexp'.
5177
5178 2005-10-23 Andreas Schwab <schwab@suse.de>
5179
5180 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5181 and eval-next-after-load.
5182
5183 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5184
5185 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5186 exist, create it.
5187
5188 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
5189
5190 * allout.el: Remove autoloads for mailcrypt and crypt++.
5191 Require pgg, pgg-gpg during compilation.
5192 (allout-version): Increment version number to 2.1, and use a literal
5193 rather than RCS Id.
5194 (allout-default-encryption-scheme): Remove.
5195 (allout-passphrase-verifier-handling)
5196 (allout-passphrase-verifier-string)
5197 (allout-file-passphrase-verifier-string)
5198 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5199 (allout-passphrase-hint-handling): Rename and simplify.
5200 (allout-init): Use `find-file-hook' if available, otherwise
5201 `find-file-hooks'.
5202 (allout-mode): Use `write-file-functions' if available, otherwise
5203 `local-write-file-hooks' and, instead of making auto-save-hook
5204 buffer local, make the write-file-hook activity contingent to
5205 allout-mode.
5206 (allout-mode): Use key-binding substitution in the docstring.
5207 (allout-kill-line): Spell-out kill ring data structure mutation
5208 instead of using byte-compiler-complaint-provoking `pop'.
5209 (allout-insert-listified): Use `insert' rather than `insert-string'
5210 (allout-toggle-current-subtree-encryption): Update docstring, adjust
5211 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5212 (allout-encrypt-string): Totally revamped vis new underlying
5213 encryption facilities.
5214 (allout-mc-activate-passwd): Remove.
5215 (allout-obtain-passphrase): New, more or less replaces
5216 allout-mc-activate-passwd.
5217 (allout-encrypted-key-info): More or less replaces
5218 allout-encrypted-text-type.
5219 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5220 (my-mark-marker): Use `(featurep 'xemacs)'.
5221
5222 2005-10-23 Lars Hansen <larsh@soem.dk>
5223
5224 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5225 (byte-compile-file-form-defmumble, byte-compile-defun)
5226 (byte-compile-defmacro): Use it.
5227 (byte-compile-form): Don't call byte-compile-set-symbol-position
5228 when a byte-compile handler is called.
5229
5230 2005-10-22 Romain Francoise <romain@orebokech.com>
5231
5232 * savehist.el (savehist-history-variables): Add `grep-find-history'.
5233
5234 * subr.el (eval-after-load): Convert library name to an absolute
5235 file name using locate-library, since load-history no longer has
5236 library names in it.
5237
5238 2005-10-22 Richard M. Stallman <rms@gnu.org>
5239
5240 * files.el (make-temp-file): Move from subr.el.
5241 * subr.el (make-temp-file): Move to files.el.
5242
5243 * window.el (get-buffer-window-list): Move from subr.el.
5244 * subr.el (get-buffer-window-list): Move to window.el.
5245
5246 * image.el (image-load-path): Use eval-at-startup to initialize.
5247
5248 * subr.el (eval-at-startup): New macro.
5249
5250 * subr.el: Much rearrangement of functions and division
5251 into pages. No code changes.
5252
5253 2005-10-22 Kenichi Handa <handa@m17n.org>
5254
5255 * tar-mode.el (tar-extract): Be sure to call
5256 find-operation-coding-system if set-auto-coding doesn't find a
5257 coding system.
5258
5259 2005-10-22 Kim F. Storm <storm@cua.dk>
5260
5261 * image.el (image-type-header-regexps): Rename from image-type-regexps.
5262 Change users.
5263 (image-type-file-name-regexps): New defconst.
5264 (image-type-from-data): Simplify loop.
5265 (image-type-from-buffer): New defun.
5266 (image-type-from-file-header): Use it instead of image-type-from-data.
5267 Use image-search-load-path instead of only looking in data-directory.
5268 (image-type-from-file-name): New defun.
5269 (image-search-load-path): Change `pathname' to `filename'.
5270 Make PATH arg optional, default to image-load-path.
5271
5272 2005-10-21 Richard M. Stallman <rms@gnu.org>
5273
5274 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5275
5276 * textmodes/paragraphs.el (sentence-end-base): New variable.
5277 (sentence-end): Use sentence-end-base.
5278
5279 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * font-lock.el (font-lock-default-fontify-region): Check the multiline
5282 property independently from the font-lock-multiline variable.
5283
5284 2005-10-21 Richard M. Stallman <rms@gnu.org>
5285
5286 * emacs-lisp/find-func.el (find-library-name): Doc fix.
5287
5288 * startup.el (command-line): Convert library names
5289 in `load-history' to absolute file names.
5290
5291 * subr.el (symbol-file): Doc fix.
5292
5293 * loadhist.el (file-loadhist-lookup): Call locate-library
5294 instead of find-library-name. Don't try converting
5295 abs file names to library names, since load-history no longer
5296 has library names in it.
5297 (file-dependents, file-provides, file-requires): Doc fixes.
5298
5299 2005-10-21 Juri Linkov <juri@jurta.org>
5300
5301 * progmodes/etags.el (tags-table-mode): New function.
5302 (tags-verify-table): Replace initialize-new-tags-table with
5303 tags-table-mode.
5304
5305 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5306 default value.
5307 (desktop-modes-not-to-save): Add tags-table-mode to the
5308 default value.
5309
5310 * info.el (Info-index-next): Add total number of index
5311 alternatives to the message.
5312
5313 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5314 backward only space (instead of space and period) before looking
5315 at sentence end.
5316
5317 * simple.el (set-variable): Use user-variable-p instead of symbolp.
5318 Add the old variable value as 4th default-value arg of read-string.
5319
5320 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5321
5322 * cus-face.el (custom-declare-face): Make face from X resources
5323 also on Mac.
5324
5325 * disp-table.el (standard-display-g1, standard-display-graphic):
5326 Refuse to use string glyphs also on Mac.
5327 (standard-display-european): Don't set terminal coding system also
5328 on Mac.
5329
5330 * frame.el (display-screens): Use x-display-screens also on Mac.
5331
5332 2005-10-21 Romain Francoise <romain@orebokech.com>
5333
5334 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
5335
5336 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5337
5338 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5339 and $? into sexps.
5340
5341 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5342 warning face on open-paren-in-column-0.
5343
5344 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5345 boundary case. Fix typo.
5346 Suggested by Martin Rudalics <rudalics@gmx.at>.
5347
5348 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
5349
5350 * textmodes/org.el (org-combined-agenda-icalendar-file)
5351 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5352 (org-export-icalendar-this-file)
5353 (org-export-icalendar-all-agenda-files)
5354 (org-export-icalendar-combine-agenda-files): New commands.
5355 (org-export-icalendar, org-print-icalendar-entries)
5356 (org-start-icalendar-file, org-finish-icalendar-file)
5357 (org-ical-ts-to-string): New functions.
5358 (org-read-date, org-goto-calendar)
5359 (org-agenda-goto-calendar): Inhibit displaying diary entries by
5360 call to `calendar'.
5361 (orgtbl-setup): Remove the :keys arguments from the menu description.
5362 (org-after-save-iCalendar-file-hook): New variable.
5363
5364 2005-10-21 Kenichi Handa <handa@m17n.org>
5365
5366 * language/vietnamese.el (tcvn-5712): Make it an alias of
5367 vietnamese-tcvn coding-system.
5368
5369 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
5370
5371 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5372 group id is given.
5373
5374 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 * progmodes/sh-script.el (sh-escaped-line-re): New var.
5377 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5378 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5379 whose line is either continued or ends with a comment.
5380
5381 2005-10-20 Romain Francoise <romain@orebokech.com>
5382
5383 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5384
5385 * replace.el (occur-engine): Add follow-link property.
5386
5387 * font-core.el (font-lock-mode): Doc fix.
5388
5389 2005-10-20 Richard M. Stallman <rms@gnu.org>
5390
5391 * net/rcirc.el: New file.
5392
5393 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
5394
5395 * term.el (term-term-name): Initialize to "eterm-color".
5396
5397 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
5398
5399 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5400 for encryption functionality.
5401 Move allout customization subgroup from `editing' to `outlines' group.
5402 Fix commentary keywords to legitimate ones.
5403 Update author info (using my current email address, obscurified).
5404 (allout-encrypt-string, allout-encryption-produce-work-buffer)
5405 (allout-encrypted-topic-p, allout-encrypted-text-type)
5406 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5407 (allout-situate-encryption-key-verifier)
5408 (allout-get-encryption-key-verifier, allout-verify-key)
5409 (allout-next-topic-pending-encryption)
5410 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5411 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5412 (outline-key-verifier-handling, outline-key-hint-handling)
5413 (outline-encrypt-unencrypted-on-saves): New defcustoms.
5414 (allout-file-key-verifier-string, allout-encryption-scheme)
5415 (allout-key-verifier-string, allout-key-hint-string)
5416 (allout-after-save-decrypt): New variables.
5417 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5418 (allout-after-saves-handler): New hook functions.
5419 (allout-post-command-business): Do allout-after-save-decrypt.
5420 (allout-enable-file-variable-adjustment): Custom var to enable
5421 mechanism for adding and adjusting settings of Emacs file variables.
5422 (allout-adjust-file-variable, allout-file-vars-section-data):
5423 New functions, implement the mechanism.
5424 (outlineify-sticky): Use the file vars mechanism.
5425 (allout-inhibit-protection, allout-during-write-cue)
5426 (allout-override-protect, allout-before-change-protect): Remove.
5427 (allout-flag-region, allout-open-topic): Adjust read-only text.
5428 (allout-open-line-not-read-only): Add to facilitate read-only
5429 text based protection.
5430 (allout-kill-line): Revise to adjust read-only text, clue the
5431 user about the inhibition.
5432 (allout-unprotected): Use unwind-protect.
5433 (allout-shift-in, allout-shift-out): Disallow manually shifting a
5434 topic deeper than the offspring depth of the previous topic -
5435 avoiding confusing "containment discontinuities".
5436 (allout-reindent-bodies): Fix retention of body relative hanging
5437 indent during promotion of collapsed bodies.
5438 (allout-open-topic): Make it easy to open new topic with same
5439 bullet as current topic - topic creation functions provided with
5440 any universal argument provokes now prompt for bullet, defaulting
5441 to the bullet of the previous topic.
5442 (allout-plain-bullets-string, allout-distinctive-bullets-string):
5443 Plain bullet alternates `.' period and `,' comma only. All other
5444 bullets are relegated to special status (but customizable).
5445 (allout-end-of-entry): Rename from allout-end-of-current-entry
5446 since it actually operates w.r.t. most immediately containing
5447 entry, visible or not.
5448 (allout-hide-current-entry, allout-show-current-entry): Use the
5449 revised version.
5450 (allout-old-expose-topic): Solidify deprecation.
5451 (allout-end-of-subtree): Add so we can span concealed as well
5452 as visible topics.
5453 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5454 (allout-end-of-current-heading): Tweak to just respect the first line.
5455 (allout-get-body-text): Add.
5456 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5457 when invoked interactively.
5458 (allout-up-current-level): Use `interactive-p'.
5459 (allout-mode, allout-init): Miscellaneous docstring and
5460 operational refinements, as well as hookups of new encryption stuff.
5461 (allout-beginning-of-current-entry): Now works as advertised.
5462 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5463 (allout-isearch-rectification): Refine condition for isearching.
5464 (allout-isearch-abort, allout-enwrap-isearch)
5465 (allout-flag-region, my-region-active-p): Relocate some macros.
5466 (allout-title): Fallback title is (buffer-name), not
5467 non-existing (current-buffer-name).
5468 (subst-char-in-string): Define if absent (for some XEmacs versions).
5469
5470 2005-10-20 Jari Aalto <jari.aalto@cante.net>
5471
5472 * mail/sendmail.el (mail-setup-hook, mail-aliases)
5473 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5474 (mail-citation-prefix-regexp, mail-signature-file)
5475 (mail-default-headers, mail-bury-selects-summary)
5476 (mail-send-nonascii): Add autoload cookies.
5477
5478 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5479
5480 * frame.el (blink-cursor-mode): Add `mac' to the list of
5481 window-system's that support blinking cursor.
5482
5483 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
5484
5485 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5486
5487 2005-10-20 Eli Zaretskii <eliz@gnu.org>
5488
5489 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5490 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5491 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5492
5493 2005-10-20 Kim F. Storm <storm@cua.dk>
5494
5495 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5496 (ido-set-current-directory): Don't add / after final @.
5497 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5498 Explicitly handle ange-ftp completion oddities.
5499 (ido-make-file-list): Don't rotate list at tramp root to avoid
5500 triggering tramp file handler for expand-file-name via get-file-buffer.
5501
5502 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5505
5506 2005-10-19 Jay Belanger <belanger@truman.edu>
5507
5508 * calc/calc-units.el (math-standard-units): Add units, adjust
5509 symbols and update values.
5510 (math-unit-prefixes): Add more prefixes.
5511
5512 2005-10-19 Romain Francoise <romain@orebokech.com>
5513
5514 * bookmark.el (bookmark-menu-heading): New face.
5515 (bookmark-bmenu-list): Use it.
5516 Don't fiddle with `baud-rate' at top-level.
5517
5518 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
5519
5520 * image.el (create-image, find-image): Mention max-image-size in
5521 docstring.
5522
5523 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * savehist.el (savehist-load): Revert to checking XEmacs.
5526
5527 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5528 Various docstring and line-width fixups.
5529 (conf-mode): Use cond.
5530 Set font-lock-defaults. Don't set comment-use-syntax.
5531
5532 2005-10-18 David Ponce <david@dponce.com>
5533
5534 * tree-widget.el (tree-widget-button-click): New function.
5535 (tree-widget-button-keymap): Use it.
5536
5537 2005-10-18 Romain Francoise <romain@orebokech.com>
5538
5539 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5540 (bookmark-bmenu-hide-filenames): Add follow-link property.
5541 Improve help-echo text.
5542
5543 * ffap.el (find-file-at-point): Doc fix.
5544
5545 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5546
5547 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5548
5549 2005-10-18 Masatake YAMATO <jet@gyve.org>
5550
5551 Install to the CVS repository what I forgot to install in my
5552 2005-10-16 changes.
5553
5554 * progmodes/python.el (python-complete-symbol): Pass the common
5555 prefix substring of completion to `display-completion-list'.
5556
5557 * textmodes/org.el (org-complete): Ditto.
5558
5559 2005-10-18 Masatake YAMATO <jet@gyve.org>
5560
5561 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5562
5563 * woman.el (WoMan-xref-man-page): New button type derived
5564 from `Man-abstract-xref-man-page'.
5565 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5566
5567 * man.el (Man-abstract-xref-man-page): New button type.
5568 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5569 (Man-highlight-references): Add new optional argument `xref-man-type'.
5570
5571 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5572
5573 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5574
5575 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
5576
5577 * cus-edit.el (Custom-move-and-invoke): Delete.
5578 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5579
5580 * wid-edit.el (widget-move-and-invoke): New function, from
5581 Custom-move-and-invoke.
5582
5583 2005-10-17 Bill Wohler <wohler@newt.com>
5584
5585 Move all remaining images from lisp/toolbar to etc/images, move
5586 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
5587 the low resolution images in their own directory (low-color).
5588
5589 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5590 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5591 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5592 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5593 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5594 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5595 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5596
5597 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5598 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5599 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5600 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5601 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5602 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5603 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5604 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5605 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5606 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5607 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5608 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5609 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5610 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5611 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5612
5613 To conform with convention, replace the underscore (_) in the
5614 following image names with dash (-) or (/) as appropriate.
5615
5616 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5617 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5618 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5619 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5620 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5621 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5622 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5623 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5624 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5625 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5626 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5627 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5628 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5629 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5630 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5631
5632 * info.el (info-tool-bar-map): Replace underscores in image names
5633 with dashes.
5634
5635 * makefile.w32-in (WINS): Remove toolbar.
5636
5637 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5638
5639 * tool-bar.el: Move to lisp from toolbar. Now that
5640 toolbar is empty, it should be deleted when folks run "cvs up -P".
5641
5642 2005-10-18 Jay Belanger <belanger@truman.edu>
5643
5644 * calc/calc-store.el (calc-store-into): Get the proper variable name
5645 to display in message.
5646
5647 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
5648
5649 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5650 expressions display in speedbar for all buffers when debugging.
5651 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5652
5653 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5654 (speedbar-insert-button, speedbar-make-button):
5655 Use add-text-properties.
5656 (speedbar-update-localized-contents)
5657 (speedbar-update-directory-contents)
5658 (speedbar-update-special-contents): Use dolist.
5659 (speedbar-buffer-easymenu-definition): Add a menu separator.
5660
5661 2005-10-17 Jason Rumney <jasonr@gnu.org>
5662
5663 * makefile.w32-in: Use $(lisp) consistently.
5664 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5665 for shell specific generation of mh-autoloads.
5666
5667 2005-10-17 Richard M. Stallman <rms@gnu.org>
5668
5669 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5670
5671 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 * jit-lock.el (jit-lock-fontify-now):
5674 Move jit-lock-context-unfontify-pos to avoid wasted work.
5675
5676 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
5677
5678 * net/tramp.el (tramp-completion-mode): New defvar. Used in
5679 `tramp-completion-mode' for checking if we are in completion mode.
5680 (tramp-completion-handle-file-name-all-completions): Reorder code
5681 in order to complete for file names only in case there are no
5682 method/user/host completions. This is necessary for cooperation
5683 with ido. Reported by Kim F. Storm <storm@cua.dk>.
5684
5685 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
5686
5687 * longlines.el (longlines-search-forward)
5688 (longlines-search-backward): Match any number of spaces.
5689
5690 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
5691
5692 * diff-mode.el (diff-mode): Doc fix.
5693
5694 2005-10-16 David Reitter <david.reitter@gmail.com>
5695
5696 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5697 as default on darwin and windows systems.
5698
5699 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
5700
5701 * arc-mode.el (archive-zip-extract): Doc fix.
5702
5703 2005-10-16 Romain Francoise <romain@orebokech.com>
5704
5705 * mouse.el (mouse-1-click-follows-link): Doc fix.
5706
5707 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * savehist.el: Don't require CL at runtime.
5710 (savehist-xemacs): Remove.
5711 (savehist-coding-system): Use utf-8 if present, regardless of religion.
5712 (savehist-no-conversion): Use (featurep 'xemacs).
5713 (savehist-load): Check existence of start-itimer rather than XEmacs.
5714 Use an idle timer.
5715 (savehist-process-for-saving): Replace use of CL funs `subseq' and
5716 `delete-if-not'.
5717
5718 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
5719
5720 * savehist.el: Newer version.
5721 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5722 (savehist-last-checksum, savehist-no-conversion): New vars.
5723 (savehist-autosave, savehist-process-for-saving, savehist-printable):
5724 New functions.
5725 (savehist-load, savehist-save): Use them.
5726 (savehist-delimit): Remove.
5727
5728 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * progmodes/compile.el (compilation-goto-locus): Display the
5731 compilation buffer first and the source buffer second, in case they're
5732 in overlapping frames. Don't raise the compilation frame if it was the
5733 selected window upon entry. Pass the `other-window' arg to
5734 pop-to-buffer.
5735
5736 * info.el (Info-fontify-node): Use dolist.
5737 Change add-text-properties to put-text-property.
5738
5739 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5740
5741 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5742 bound of search.
5743
5744 2005-10-16 Masatake YAMATO <jet@gyve.org>
5745
5746 * dabbrev.el (dabbrev-completion): Pass the common
5747 prefix substring of completion to `display-completion-list'.
5748
5749 * filecache.el (file-cache-minibuffer-complete)
5750 (file-cache-complete): Ditto.
5751
5752 * tempo.el (tempo-display-completions): Ditto.
5753
5754 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5755
5756 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5757
5758 * eshell/em-hist.el (eshell-list-history): Ditto.
5759
5760 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5761
5762 * mail/mailalias.el (mail-complete): Ditto.
5763
5764 * progmodes/etags.el (complete-tag): Ditto.
5765
5766 * progmodes/make-mode.el (makefile-complete): Ditto.
5767
5768 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5769
5770 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5771
5772 * progmodes/pascal.el (pascal-complete-word)
5773 (pascal-show-completions): Ditto.
5774
5775 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5776
5777 * simple.el (completion-common-substring): New variable.
5778 (completion-setup-function): Use `completion-common-substring'
5779 to put faces.
5780
5781 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5782
5783 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5784 (x-get-selection, mac-select-convert-to-string): Convert from/to
5785 UTF-16 clipboard data as in native byte order, no BOM.
5786
5787 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
5788
5789 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5790 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5791 (gud-sentinel): Use speedbar-frame to check for speedbar.
5792
5793 2005-10-15 Richard M. Stallman <rms@gnu.org>
5794
5795 * savehist.el: New file.
5796
5797 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
5798
5799 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5800 Fix bug in \bf fontification.
5801
5802 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * pcvs.el (cvs-edit-log-files): New var.
5805 (cvs-mode-edit-log): New arg `file'.
5806 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5807 Instead force the use of the original file and nothing else.
5808 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5809 the cvs-minor-wrap-function is set.
5810 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5811
5812 2005-10-14 Bill Wohler <wohler@newt.com>
5813
5814 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5815 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5816 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5817 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5818 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5819 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5820 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5821 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5822 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5823 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5824 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5825 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5826 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5827 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5828 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5829
5830 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5831 appropriately (for example, gud-break to gud/break).
5832
5833 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * longlines.el (longlinges-search-function)
5836 (longlines-search-forward, longlines-search-backward): New functions.
5837 (longlines-mode): Set isearch-search-fun-function to
5838 longlinges-search-function.
5839
5840 * mouse.el (mouse-drag-region-1): Handle the case where a
5841 double-click event is bound to an arbitrary function.
5842
5843 2005-10-14 David Ponce <david@dponce.com>
5844
5845 * recentf.el (recentf-track-opened-file)
5846 (recentf-track-closed-file, recentf-update-menu)
5847 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5848 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5849 mouse-1-click-follows-link.
5850
5851 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5852
5853 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5854 Gnome file-manager.png. Suggested by
5855 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5856
5857 * toolbar/README: Add diropen.xpm.
5858
5859 2005-10-13 Bill Wohler <wohler@newt.com>
5860
5861 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5862 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
5863
5864 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5867 Don't waste the byte-compiler's time on constant data.
5868
5869 2005-10-13 Kenichi Handa <handa@m17n.org>
5870
5871 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5872 byte with `escape-glyph' face.
5873
5874 * international/fontset.el (ccl-encode-unicode-font):
5875 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5876 Handle the case that ucs-mule-to-mule-unicode translates a character to
5877 ASCII (usually for IPA characters).
5878
5879 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5882 Don't hide the underline of titles if font-lock-mode is disabled.
5883
5884 2005-10-12 Bill Wohler <wohler@newt.com>
5885
5886 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5887 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5888 files in MH-E-SRC have been updated.
5889 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5890
5891 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5894 (mixal-mode-syntax-table): Add \n as end-comment.
5895 (mixal-operation-codes-alist): Immediately initialize to full value.
5896 (mixal-add-operation-code): Remove.
5897 (mixal-describe-operation-code): Make the arg non-optional.
5898 Use the interactive spec instead.
5899 Use mixal-operation-codes-alist rather than mixal-operation-codes.
5900 (mixal-font-lock-keywords): Don't highlight comments here any more.
5901 (mixal-font-lock-syntactic-keywords): New var.
5902 (mixal-mode): Use it. Fix comment-start-skip.
5903
5904 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5905
5906 * startup.el (command-line-x-option-alist): -nb => -nbi
5907
5908 2005-10-12 Kim F. Storm <storm@cua.dk>
5909
5910 * startup.el (fancy-splash-default-action): Discard mouse click in
5911 the splash screen window, as it has no sensible meaning in the
5912 next window to be selected. Fixes error reported by Jan D.
5913
5914 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5915
5916 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5917
5918 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5921 Try to fix up minor layout issues like indentation, line break, etc...
5922 (mixal-mode-syntax-table): Don't try to specify comment syntax,
5923 because it doesn't work.
5924 (mixal-operation-codes): Add some more codes.
5925 (mixal-font-lock-keywords): Process comments here.
5926 (mixal-mode): mixasm no longer needs -g option.
5927
5928 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
5929
5930 * progmodes/sh-script.el (sh-tmp-file):
5931 Use mktemp -t. Finish support for es and rc shells.
5932
5933 2005-10-11 Jay Belanger <belanger@truman.edu>
5934
5935 * calc/calcalg2.el (calc-integral): With an argument, compute the
5936 definite integral.
5937
5938 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
5939
5940 * mouse.el (mouse-drag-region-1): Don't try to catch a
5941 double-click when doing follow-link (it's overridden anyway).
5942
5943 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5944
5945 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5946 (autoload-print-form-outbuf): Add docstring.
5947
5948 2005-10-11 Juri Linkov <juri@jurta.org>
5949
5950 * info.el (Info-mode-menu): Delete menu item "Edit".
5951 (Info-mode): Delete description of Info-edit from docstring,
5952 and rearrange descriptions of Info commands in the order
5953 they are documented in the Info manual.
5954
5955 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * calendar/appt.el (appt-check): Use diary-selective-display var.
5958
5959 2005-10-10 Richard M. Stallman <rms@gnu.org>
5960
5961 * net/newsticker.el (newsticker-start, newsticker-show-news):
5962 Add autoload cookies.
5963
5964 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5965
5966 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5967
5968 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
5969
5970 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5971
5972 2005-10-10 Jay Belanger <belanger@truman.edu>
5973
5974 * calc/calc-arith.el (math-check-known-scalarp)
5975 (math-check-known-matrixp): Check the values of arguments that are
5976 variables.
5977 (math-check-known-square-matrixp): New function.
5978 (math-known-square-matrixp): Use math-check-known-square-matrixp.
5979 (math-super-types): Add sqmatrix type.
5980
5981 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5982 mode name `square' to `sqmatrix'.
5983
5984 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5985 mode name `square' to `sqmatrix'.
5986
5987 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * progmodes/etags.el (select-tags-table-mode): Don't use
5990 selective-display.
5991 (tags-select-tags-table): Pass `button' to the action function.
5992 (select-tags-table): Place the side-info on button properties rather
5993 than in hidden text. Abbreviate file names.
5994 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5995 (select-tags-table-select): Add `button' argument.
5996 Get side-info from the button property rather than from hidden text.
5997
5998 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
5999
6000 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6001 (gud-speedbar-buttons): Preserve point if possible.
6002 (gud-sentinel): Restore previous speedbar display type.
6003
6004 * progmodes/gdb-ui.el (gdba): Improve diagram.
6005 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6006 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6007 Call get-buffer-window once.
6008
6009 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6012 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6013 (pascal-indent-command): Remove unused var `ind'.
6014 (pascal-indent-case): Remove unused var `oldpos'.
6015 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6016 since it's now used as a proper minor mode map.
6017 (pascal-outline): Rename to pascal-outline-mode.
6018 (pascal-outline-mode): Use define-minor-mode.
6019 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6020 selective-display.
6021
6022 2005-10-10 Andreas Schwab <schwab@suse.de>
6023
6024 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6025 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
6026
6027 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6028 outside source directory.
6029
6030 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
6031
6032 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6033 C-x' as a prefix.
6034 (orgtbl-mode-map): Full keymap instead of sparse, because all
6035 `self-insert-command' keys are redefined in this map.
6036 (org-export-as-html): Specify charset for HTML file, by taking it
6037 from the coding system.
6038
6039 2005-10-10 Kenichi Handa <handa@m17n.org>
6040
6041 * textmodes/flyspell.el (flyspell-check-word-p):
6042 If unread-command-events is non-empty, don't call sit-for.
6043
6044 2005-10-09 Richard M. Stallman <rms@gnu.org>
6045
6046 * font-lock.el (font-lock-syntactic-keywords)
6047 (font-lock-keywords): Doc fixes.
6048
6049 * textmodes/flyspell.el (flyspell-external-point-words):
6050 Simplify logic, and don't try to check for consecutive appearances
6051 of one incorrect word.
6052
6053 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
6054
6055 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6056 separator.
6057
6058 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6059 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6060 (gud-expansion-speedbar-buttons): New function.
6061 (gud-speedbar-buttons): Check for gud-comint-buffer.
6062
6063 2005-10-09 Bill Wohler <wohler@newt.com>
6064
6065 * Makefile.in (updates): Add mh-loaddefs dependency.
6066
6067 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
6068
6069 * speedbar.el (speedbar-file-key-map): Fix typo.
6070
6071 2005-10-09 Daniel Brockman <daniel@brockman.se>
6072
6073 * cus-start.el (line-spacing): Add custom spec.
6074
6075 2005-10-09 Romain Francoise <romain@orebokech.com>
6076
6077 * textmodes/ispell.el (ispell-check-version): Fix last change.
6078
6079 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6080
6081 * term/x-win.el: Remove -i, --icon-type from comment.
6082
6083 * startup.el (command-line-x-option-alist): Remove options -i,
6084 -itype, --icon-type, added -nb, --no-bitmap-icon
6085
6086 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
6087
6088 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6089 instead of :active.
6090
6091 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
6092
6093 * textmodes/ispell.el (ispell-check-version):
6094 Ignore hyphen, and all that follows, in aspell's version text.
6095
6096 2005-10-08 Jay Belanger <belanger@truman.edu>
6097
6098 * calc/calc-arith.el (math-known-square-matrixp): New function.
6099 (math-pow-fancy): Check for matrices before distributing exponent
6100 across products.
6101
6102 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6103 fullscreen keypad. Suggested by Luc Teirlinck.
6104 (calc-keypad-show-input): Add space for formatting.
6105
6106 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6107 Add square matrix option.
6108
6109 * calc/calc-poly.el (math-expand-term): Check for matrices instead
6110 of checking calc-matrix-mode when deciding how to expand.
6111
6112 * calc/calc.el (calc-set-mode-line): Add square matrix option.
6113
6114 2005-10-08 Lars Hansen <larsh@soem.dk>
6115
6116 * net/tramp.el (tramp-perl-directory-files-and-attributes):
6117 Add error handling.
6118 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6119
6120 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
6121
6122 Sync with Tramp 2.0.51.
6123
6124 * net/tramp.el (tramp-handle-set-visited-file-modtime)
6125 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6126 Insert special handling for `last-coding-system-used', again
6127 it still seems to be necessary (unlike stated before).
6128 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6129 (tramp-password-prompt-regexp): There might be other words before
6130 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6131 (tramp-chunksize): Improve docstring.
6132 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6133 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
6134 Christian Joergensen <bugs@razor.dk>.
6135
6136 2005-10-07 Glenn Morris <rgm@gnu.org>
6137
6138 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6139 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6140 precision'.
6141
6142 2005-10-07 Romain Francoise <romain@orebokech.com>
6143
6144 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6145 (ibuffer-do-shell-command-pipe-replace)
6146 (ibuffer-do-shell-command-file, ibuffer-do-eval)
6147 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6148 (ibuffer-do-revert, ibuffer-do-replace-regexp)
6149 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6150 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6151 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6152 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6153 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6154 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6155 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6156 Autoload file sans suffix.
6157
6158 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6159
6160 2005-10-07 David Ponce <david@dponce.com>
6161
6162 * recentf.el (recentf-menu-open-all-flag): New option.
6163 (recentf-digit-shortcut-command-name): New function.
6164 (recentf--shortcuts-keymap): New variable.
6165 (recentf-menu-shortcuts): New variable.
6166 (recentf-make-menu-items): Initialize it. Replace the "More..."
6167 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6168 (recentf-menu-value-shortcut): New function.
6169 (recentf-make-menu-item): Use it. No more in-lined.
6170 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6171 (recentf-open-most-recent-file): Rename from
6172 `recentf-open-file-with-key'. Don't depend on key binding.
6173 (recentf-mode-map): New variable.
6174 (recentf-mode): Use it.
6175
6176 2005-10-06 Bill Wohler <wohler@newt.com>
6177
6178 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
6179
6180 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6181 (MH-E-SRC): New. Used by mh-autoloads.
6182 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6183 files in MH-E-SRC have been updated.
6184 (compile, recompile, bootstrap): Depend on mh-autoloads.
6185
6186 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
6187
6188 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6189 gud-break and gud-remove icons when the fringe is not available.
6190
6191 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6192 Typo.
6193
6194 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6195
6196 * play/zone.el (zone): Wrap body with save-window-excursion.
6197
6198 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6201 Use the new `list-only' arg to diary-list-entries.
6202
6203 * calendar/diary-lib.el: Use overlays rather than selective-display.
6204 (diary-selective-display): New var.
6205 (diary-header-line-format): Use it.
6206 (diary-list-entries): Add argument `list-only'.
6207 Put the buffer in diary-mode. Don't add \^M at beg and end.
6208 Replace \^M by invisible overlays.
6209 (diary-unhide-everything): Replace \^M by invisible overlays.
6210 (print-diary-entries): Look for overlays rather than \^M.
6211 Add a space to the temp buffer name.
6212 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6213 Put the buffer in diary-mode.
6214 (list-sexp-diary-entries): Replace \^M by invisible overlays.
6215 (diary-anniversary): Make the year arg optional.
6216 (diary-time-regexp): New const.
6217 (diary-font-lock-keywords): Use it to accept a few more time formats.
6218
6219 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6220
6221 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
6222
6223 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6224 Fix bug introduced 2005-07-03: Use (car (last ...))
6225 to faithfully reproduce replaced artist-last.
6226 (artist-set-arrow-points-for-poly): Likewise.
6227 Suggested by Johan Bockg\e,Ae\e(Brd.
6228
6229 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
6230
6231 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6232 * wid-edit.el (widget):
6233 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6234 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6235
6236 2005-10-06 Kenichi Handa <handa@m17n.org>
6237
6238 * international/mule-cmds.el (set-language-environment):
6239 Fix setting up of case-table for unibyte mode.
6240
6241 * simple.el (what-cursor-position): If the character is displayed
6242 by some `display' text property, show that. Don't use
6243 single-key-description for eight-bit characters in multibyte mode.
6244
6245 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
6246
6247 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6248 (gdb-ann3): Set it.
6249 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6250 (gdb-info-frames-custom): Use inverse-video for first five
6251 characters of selected frame only.
6252 (gdb-get-frame-number): Select frame even when point is on frame
6253 number.
6254
6255 2005-10-06 Masatake YAMATO <jet@gyve.org>
6256
6257 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6258 Put `font-lock-function-name-face'.
6259 (gdb-info-frames-custom): Put `font-lock-function-name-face'
6260 and `font-lock-variable-name-face'
6261 (gdb-registers-font-lock-keywords): New font lock keywords definition.
6262 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6263 (gdb-memory-font-lock-keywords): New font lock keywords definition.
6264 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6265 (gdb-local-font-lock-keywords): New font lock keywords definition.
6266 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6267 (gdb-threads-font-lock-keywords): New font lock keywords definition.
6268 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6269
6270 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
6271
6272 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6273 (ediff-merge-region-is-non-clash-to-skip): Previously called
6274 ediff-merge-region-is-non-clash.
6275
6276 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6277 Use insert-buffer-substring.
6278
6279 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6280 selecting files to patch. Also bug fixes.
6281
6282 * ediff-util.el (ediff-setup): Bug fix.
6283 (ediff-next-difference): Never skip clashes that differ in white
6284 space only.
6285
6286 * ediff-wind.el (ediff-setup-control-frame)
6287 (ediff-destroy-control-frame): Check the menubar feature.
6288
6289 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6290 (viper-refresh-mode-line): Use make-local-variable to localize
6291 some vars instead of make-variable-buffer-local. Suggested by
6292 Stefan Monnier.
6293
6294 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6295 (viper-restore-cursor-type, viper-set-insert-cursor-type):
6296 Use make-local-variable instead of make-variable-buffer-local.
6297 Suggested by Stefan Monnier.
6298
6299 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6300 (viper-comint-mode-hook): Use make-local-variable on
6301 require-final-newline.
6302 (viper-non-hook-settings): Don't use make-variable-buffer-local.
6303
6304 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6307 also the second char of a comment-start sequence.
6308 (scheme-sexp-comment-syntax-table): New var.
6309 (lambda, define): Set their scheme-doc-string-elt property.
6310 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6311 Use lisp-font-lock-syntactic-face-function now that it properly
6312 handles |...| symbols.
6313 (scheme-mode-variables): Set lisp-doc-string-elt-property,
6314 parse-sexp-lookup-properties and font-lock-extra-managed-props.
6315
6316 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6317 bit from # to |.
6318 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6319
6320 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6321 (lisp-doc-string-elt-property): New var.
6322 (lisp-font-lock-syntactic-face-function): Use it.
6323 Rewrite to recognize docstrings even for forms not at toplevel.
6324
6325 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6326 annotation on the | part of #| rather than on the # part.
6327 (scheme-font-lock-syntactic-face-function): New function, to
6328 distinguish strings from |...| symbols.
6329 (scheme-mode-variables): Use it. Also fix up the font-lock-time
6330 syntax-table so that #|...|# is properly highlighted.
6331
6332 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6333 Don't mark as docstring the 3rd elem of an unknown toplevel form.
6334
6335 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6338 and C-e.
6339
6340 * emacs-lisp/eldoc.el: Move comments into docstrings.
6341 (eldoc-message-commands): Initialize in its declaration.
6342 Add move-beginning-of-line and move-end-of-line.
6343 (eldoc-add-command, eldoc-add-command-completions)
6344 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6345
6346 * outline.el (outline-mark-subtree): Activate the mark.
6347
6348 * calendar/appt.el (appt-time-regexp): New var.
6349 (appt-add, appt-make-list): Use it.
6350 (appt-convert-time): Clean up.
6351
6352 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6353 Don't set any syntax-table property here.
6354 (tex-font-lock-verb): New function. Do it here.
6355 (tex-font-lock-syntactic-keywords): Use it.
6356
6357 2005-10-04 Richard M. Stallman <rms@gnu.org>
6358
6359 * wid-edit.el (widget-file-complete): Get the widget start point
6360 the right way. Default directory to `/' if file has none.
6361
6362 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6363
6364 * textmodes/flyspell.el (flyspell-mode-on):
6365 Call ispell-maybe-find-aspell-dictionaries.
6366
6367 * textmodes/ispell.el (ispell-word, ispell-region):
6368 Call ispell-maybe-find-aspell-dictionaries.
6369 (ispell-accept-buffer-local-defs):
6370 Don't call ispell-maybe-find-aspell-dictionaries
6371
6372 2005-10-04 Richard M. Stallman <rms@gnu.org>
6373
6374 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6375
6376 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
6377
6378 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6379 instead of `fboundp' in order to allow for anonymous functions.
6380
6381 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
6382
6383 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6384 case the user clicks on the link while another window is selected.
6385 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6386
6387 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6388 functionality.
6389 (dframe-help-echo): Save point in case mouse tracking is off.
6390
6391 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
6392
6393 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6394
6395 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6398 not change the global value of those vars.
6399
6400 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6401 make-local-variable which we do not need any more.
6402
6403 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
6404
6405 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6406 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6407 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6408 (speedbar-path-line): Define obsolete aliases.
6409 (speedbar-line-directory): Doc fix.
6410
6411 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6412 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6413 instead of speedbar-line-path.
6414
6415 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6416
6417 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6418 to nil if dropping on a window. Handle dropping on a minibuffer window
6419 like dropping on a non-window part of Emacs.
6420
6421 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * net/ange-ftp.el: Use with-current-buffer.
6424 (ange-ftp-insert-directory): Do not follow symlinks any more.
6425
6426 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6427 Remove interactive spec.
6428
6429 2005-10-03 Kim F. Storm <storm@cua.dk>
6430
6431 * ido.el (ido-mode): Use custom-initialize-set.
6432
6433 2005-10-02 Richard M. Stallman <rms@gnu.org>
6434
6435 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6436 Use insert-buffer-substring.
6437
6438 * net/tramp.el: Pacify byte compiler warnings in pacification code.
6439 (tramp-handle-file-local-copy): Use insert-buffer-substring.
6440
6441 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6444 in last change.
6445 (ange-ftp-insert-directory): Fix up the search for the case where
6446 `file' is absolute.
6447
6448 2005-10-02 Romain Francoise <romain@orebokech.com>
6449
6450 * progmodes/compile.el (compile-goto-error): Delete extra paren.
6451
6452 2005-10-02 Andreas Schwab <schwab@suse.de>
6453
6454 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6455 directory component in the session info.
6456
6457 2005-10-01 Richard M. Stallman <rms@gnu.org>
6458
6459 * comint.el (comint-redirect-subvert-readonly): Doc fix.
6460
6461 * simple.el (next-error-internal): New function.
6462
6463 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6464 (compilation-start): Pass new arg to compilation-buffer-name.
6465 (compile-goto-error): Use next-error-internal.
6466
6467 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
6468
6469 * speedbar.el: Remove RCS tag.
6470 (speedbar-check-read-only): Handle non-existent files.
6471
6472 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6473
6474 * info.el (Info-speedbar-hierarchy-buttons)
6475 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6476
6477 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6478
6479 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6480 Do not match newline.
6481 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6482 (bibtex-summary): Remove unnecessary save-excursion.
6483 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6484
6485 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6486
6487 * term/mac-win.el: Add charset info for "iso10646-1".
6488 Modify default fontset to use ATSUI-compatible fonts for some charsets
6489 if available.
6490
6491 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
6492
6493 * speedbar.el: Re-apply arch tag.
6494 (speedbar-version): Rename to version 1.0. Suggested by Eric
6495 M. Ludlam.
6496 Reapply two changes from Emacs CVS' version of speedbar lost
6497 during the merge:
6498 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6499 (speedbar-frame-parameters): Improve customize type.
6500
6501 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6504 (ange-ftp-file-directory-p): Fix the symlink case.
6505 (ange-ftp-insert-directory): When listing a single file, get a list of
6506 the parent buffer and extract the relevant line. Inspired from a patch
6507 by Katsumi Yamaoka <yamaoka@jpl.org>.
6508 (ange-ftp-file-name-sans-versions): Simplify.
6509
6510 2005-09-30 Bill Wohler <wohler@newt.com>
6511
6512 Move MH-E image files from toolbar and mail directories into
6513 etc/images.
6514
6515 * mail/reply2.*: Move to etc/images/mail/reply*.
6516
6517 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6518 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6519 etc/images.
6520
6521 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6522 * toolbar/reply*: Move to etc/images/mail.
6523
6524 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6525
6526 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
6527
6528 * speedbar.el: New version 1.0pre3.
6529
6530 Frame management code (including timer, and mouse click specifics)
6531 moved to dframe.el:
6532 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
6533 (speedbar-timer): Removed. Use dframe-timer.
6534 (speedbar-close-frame): Removed. Use dframe-close-frame.
6535 (speedbar-activity-change-focus-flag): Removed. Use
6536 dframe-activity-change-focus-flag.
6537 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
6538 dframe-update-speed.
6539
6540 (speedbar-current-frame): New macro. Use this instead of the
6541 variable speedbar-frame.
6542
6543 (speedbar-use-images, speedbar-expand-image-button-alist)
6544 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6545
6546 (speedbar-find-image-on-load-path): Removed. Replaced by
6547 defezimage in ezimage.el.
6548 (speedbar-expand-image-button-alist): Removed. Replaced by
6549 ezimage-expand-image-button-alist in ezimage.el.
6550
6551 (speedbar-ignored-directory-regexp)
6552 (speedbar-add-ignored-directory-regexp)
6553 (speedbar-ignored-directory-expressions)
6554 (speedbar-line-directory, speedbar-buffers-line-directory)
6555 (speedbar-directory-line, speedbar-buffers-line-directory):
6556 Renamed, replacing `path' with `directory'.
6557
6558 (speedbar-create-directory, speedbar-expand-line-descendants)
6559 (speedbar-toggle-line-expansion)
6560 (speedbar-contract-line-descendants): New commands.
6561
6562 (speedbar-query-confirmation-method, speedbar-select-frame-method)
6563 (speedbar-use-tool-tips-flag): New options.
6564
6565 (speedbar-check-read-only, speedbar-require-version)
6566 (speedbar-insert-separator, speedbar-buffers-tail-notes)
6567 (speedbar-handle-delete-frame, speedbar-try-completion)
6568 (speedbar-update-localized-contents): New functions.
6569
6570 (speedbar-incompatible-version, speedbar-ro-to-do-point)
6571 (speedbar-object-read-only-indicator): New variables.
6572
6573 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6574 New hooks.
6575
6576 (speedbar-separator-face): New face.
6577
6578 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6579 (speedbar-ignored-modes): Add fundamental-mode.
6580 (speedbar-directory-unshown-regexp): Add . directories.
6581
6582 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6583 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6584 `]' for full expand/close.
6585 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6586
6587 (speedbar-check-vc): Support hidden files.
6588 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6589 (speedbar-this-file-in-vc): Use vc-state if available. If VC
6590 state is nil, it is not checked out.
6591
6592 (speedbar-line-text, speedbar-line-token): Support expand buttons
6593 with no text.
6594 (speedbar-refresh): Universal argument acts as power-click.
6595 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6596 that buffer to get variable values.
6597
6598 And many other bugfixes.
6599
6600 * dframe.el, ezimage.el, sb-image.el: New files.
6601
6602 * sb-*.xpm: Remove files. New image files installed into
6603 etc/images/ezimage.
6604
6605 2005-09-30 Kenichi Handa <handa@m17n.org>
6606
6607 * ps-mule.el (ps-mule-show-warning): If a character is in
6608 ps-print-translation-table, don't treat it as non-printable.
6609
6610 2005-09-30 David Ponce <david@dponce.com>
6611
6612 * tree-widget.el (tree-widget-themes-load-path): New variable.
6613 (tree-widget-themes-directory): Doc fix.
6614 (tree-widget-image-formats) [Emacs]: Doc fix.
6615 (tree-widget--locate-sub-directory): New function.
6616 (tree-widget-themes-directory): Use it.
6617
6618 * recentf.el (recentf-filename-handlers): Rename from
6619 `recentf-filename-handler'. Allow a list of functions.
6620 (recentf-menu-items-for-commands): Fix :help strings.
6621 (recentf-apply-filename-handlers): New function.
6622 (recentf-expand-file-name): Use it.
6623 (recentf-cleanup): Remove duplicates too.
6624
6625 2005-09-29 Juri Linkov <juri@jurta.org>
6626
6627 * faces.el: Rearrange face definitions to be in the same order as
6628 their face descriptions in "(emacs)Standard Faces".
6629
6630 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6631
6632 * tooltip.el (tooltip): Add group `basic-faces'.
6633
6634 * buff-menu.el (Buffer-menu-buffer): Remove group
6635 `font-lock-highlighting-faces'.
6636
6637 * progmodes/compile.el (compilation-error, compilation-warning)
6638 (compilation-info, compilation-line-number, compilation-column-number):
6639 Change group from `font-lock-highlighting-faces' to `compilation'.
6640
6641 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6642 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6643 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6644 (vhdl-font-lock-reserved-words-face)
6645 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6646 `font-lock-highlighting-faces'.
6647
6648 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6649
6650 2005-09-28 Kim F. Storm <storm@cua.dk>
6651
6652 * emulation/cua-base.el: Set CUA move property on additional commands:
6653 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6654 forward-sexp, backward-sexp, forward-list, backward-list.
6655
6656 2005-09-28 Romain Francoise <romain@orebokech.com>
6657
6658 * comint.el (comint-show-output): Really set point at the
6659 beginning of the output when not using `comint-use-prompt-regexp'.
6660
6661 2005-09-27 Jay Belanger <belanger@truman.edu>
6662
6663 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6664 in TeX mode.
6665
6666 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
6667
6668 * textmodes/org.el (org-table-sum): Fix format string.
6669
6670 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6671 Quote face names.
6672
6673 2005-09-26 Romain Francoise <romain@orebokech.com>
6674
6675 * isearch.el (isearch-forward-regexp): Close doc string.
6676
6677 2005-09-25 Richard M. Stallman <rms@gnu.org>
6678
6679 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6680
6681 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6682
6683 * progmodes/compile.el (compilation-error-properties):
6684 When getting the file from the previous error message,
6685 correctly decode the new data format.
6686
6687 * progmodes/cc-cmds.el (c-electric-paren):
6688 Call old-blink-paren only for close-paren.
6689
6690 2005-09-24 Andreas Schwab <schwab@suse.de>
6691
6692 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6693 condition.
6694
6695 2005-09-25 Romain Francoise <romain@orebokech.com>
6696
6697 * dired-aux.el (dired-copy-file-recursive):
6698 * dired.el (dired-delete-file):
6699 * ediff-mult.el (ediff-dir-diff-copy-file):
6700 * ediff-util.el (ediff-test-save-region):
6701 * forms.el (forms-mode):
6702 * ido.el (ido-file-internal, ido-delete-file-at-head):
6703 * log-edit.el (log-edit-done):
6704 * ses.el (ses-yank-resize):
6705 * play/gomoku.el (gomoku-human-plays, gomoku)
6706 (gomoku-human-resigns, gomoku-prompt-for-other-game)
6707 (gomoku-offer-a-draw):
6708 * play/landmark.el (lm-human-resigns, lm):
6709 * net/eudcb-ldap.el (eudc-ldap-check-base):
6710 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6711 * progmodes/ebrowse.el (ebrowse-find-pattern):
6712 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6713 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6714 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6715
6716 * vc.el (vc-delete-file):
6717 * play/gomoku.el (gomoku-terminate-game, gomoku)
6718 (gomoku-prompt-for-move, gomoku-human-takes-back):
6719 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6720 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6721
6722 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6723
6724 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6725 color rxvt terminals by using the code xterm.el used to use before
6726 2005-04-09 in order to match the colors used by rxvt.
6727
6728 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6729
6730 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6731 colors rxvt-unicode terminals by using the same code as xterm.el.
6732
6733 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * textmodes/tex-mode.el (tex-font-lock-append-prop)
6736 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6737 new symbol used for the tex-verbatim face.
6738
6739 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6740
6741 * woman.el (woman-file-name):
6742 * wid-edit.el (widget-file-prompt-value)
6743 (widget-coding-system-prompt-value):
6744 * w32-fns.el (set-w32-system-coding-system):
6745 * vc.el (vc-version-diff, vc-annotate):
6746 * textmodes/reftex-auc.el (reftex-arg-cite)
6747 (reftex-arg-index-tag):
6748 * textmodes/refer.el (refer-get-bib-files):
6749 * textmodes/artist.el (artist-figlet-choose-font):
6750 * terminal.el (terminal-emulator):
6751 * replace.el (occur-read-primary-args):
6752 * rect.el (string-rectangle, string-insert-rectangle):
6753 * ps-print.el (ps-print-preprint):
6754 * progmodes/pascal.el (pascal-goto-defun):
6755 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6756 * progmodes/compile.el (compilation-find-file):
6757 * printing.el (pr-interactive-n-up):
6758 * play/animate.el (animate-birthday-present):
6759 * net/rcompile.el (remote-compile):
6760 * man.el (man, Man-goto-section, Man-follow-manual-reference):
6761 * mail/rmailsum.el (rmail-summary-search-backward)
6762 (rmail-summary-search):
6763 * mail/rmailout.el (rmail-output-read-rmail-file-name)
6764 (rmail-output-read-file-name):
6765 * mail/rmail.el (rmail-search, rmail-search-backwards):
6766 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6767 * locate.el (locate):
6768 * international/quail.el (quail-show-keyboard-layout):
6769 * international/mule.el (set-buffer-file-coding-system)
6770 (revert-buffer-with-coding-system, set-file-name-coding-system)
6771 (set-terminal-coding-system, set-keyboard-coding-system)
6772 (set-next-selection-coding-system):
6773 * international/mule-diag.el (describe-coding-system)
6774 (describe-font, describe-fontset):
6775 * international/mule-cmds.el (universal-coding-system-argument)
6776 (search-unencodable-char, describe-input-method)
6777 (set-language-environment, describe-language-environment):
6778 * international/codepage.el (codepage-setup):
6779 * international/code-pages.el (codepage-setup):
6780 * info.el (Info-search, Info-follow-reference)
6781 (Info-search-backward):
6782 * emacs-lisp/advice.el (ad-read-advised-function)
6783 (ad-read-advice-class, ad-clear-cache, ad-activate)
6784 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6785 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6786 (ad-read-regexp):
6787 * ediff-util.el (ediff-toggle-regexp-match):
6788 * ediff-ptch.el (ediff-prompt-for-patch-file):
6789 * dired-aux.el (dired-diff):
6790 * diff.el (diff):
6791 * cus-edit.el (custom-variable-prompt):
6792 * calendar/timeclock.el (timeclock-ask-for-project):
6793 * calc/calcalg3.el (calc-get-fit-variables):
6794 * calc/calc-store.el (calc-edit-variable)
6795 (calc-permanent-variable):
6796 * vc-mcvs.el (vc-mcvs-register):
6797 * shadowfile.el (shadow-define-literal-group):
6798 * woman.el (woman-file-name):
6799 * vc.el (vc-version-diff, vc-merge):
6800 * textmodes/reftex-index.el (reftex-index-complete-tag):
6801 * format.el (format-decode-buffer, format-decode-region):
6802 * emulation/viper-cmd.el (viper-read-string-with-history):
6803 * emacs-lisp/debug.el (cancel-debug-on-entry):
6804 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6805 * ediff.el (ediff-merge-revisions)
6806 (ediff-merge-revisions-with-ancestor, ediff-revision):
6807 * completion.el (interactive-completion-string-reader):
6808 * calc/calc-prog.el (calc-user-define-formula):
6809 Follow convention for reading with the minibuffer.
6810
6811 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
6812
6813 * progmodes/python.el (python-describe-symbol): Add globals() and
6814 locals() to the arguments of emacs.ehelp.
6815
6816 2005-09-24 Magnus Henoch <mange@freemail.hu>
6817
6818 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6819 New function, code extracted from ispell-valid-dictionary-list.
6820 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6821 Call it.
6822
6823 2005-09-24 Eli Zaretskii <eliz@gnu.org>
6824
6825 * subr.el (version-regexp-alist): Extend valid syntax for version
6826 strings: allow any of the characters -,_,+ to separate the
6827 alpha/beta/rc part from the version part. Doc fix.
6828 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
6829
6830 2005-09-23 David Reitter <david.reitter@gmail.com>
6831
6832 * mail/mailclient.el: New file.
6833
6834 2005-09-23 Richard M. Stallman <rms@gnu.org>
6835
6836 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6837 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6838 Doc fixes.
6839
6840 * progmodes/cc-mode.el (c-font-lock-init):
6841 Specify font-lock-lines-before.
6842
6843 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6846 whole conflict.
6847
6848 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
6849
6850 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6851 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
6852 of `remap' feature when available. Additional key bindings for
6853 better tty support.
6854 (org-mode-restart, org-force-self-insert): New commands.
6855 (org-time-stamp-inactive): New command.
6856 (org-remap): New function.
6857 (org-table-auto-blank-field, org-level-color-stars-only): New options.
6858 (org-enable-fixed-width-editor): Move to `org-structure'
6859 customization group.
6860 (org-self-insert-command, orgtbl-self-insert-command): Modify to
6861 blank field after field motion commands.
6862
6863 2005-09-23 Kenichi Handa <handa@m17n.org>
6864
6865 * international/mule-cmds.el (set-language-environment):
6866 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6867 have to call utf-translate-cjk-load-tables.
6868
6869 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * mouse.el (mouse-move-drag-overlay): Fix last change.
6872
6873 2005-09-22 David Ponce <david@dponce.com>
6874
6875 * tree-widget.el (tree-widget-value-create): Fix previous change.
6876
6877 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6878
6879 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6880
6881 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * mouse.el (mouse-move-drag-overlay): New function.
6884 (mouse-drag-region-1): Use it.
6885 Try to simplify a bit the state handling. Handle clicks on links
6886 inside intangible areas.
6887 (mouse-save-then-kill): Minor simplification.
6888 (mouse-secondary-overlay): Make it always non-nil instead of
6889 recreating it each time.
6890 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6891 (mouse-kill-secondary, mouse-secondary-save-then-kill):
6892 Simplify accordingly.
6893
6894 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6895
6896 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6897
6898 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
6899
6900 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6901 (ediff-file-name-sans-prefix): Treat nil as an empty string.
6902 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6903 to patch.
6904
6905 * ediff-util.el: Use insert-buffer-substring.
6906
6907 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6908
6909 * emulation/viper-cmd.el (viper-change-state): Don't move over the
6910 field boundaries in the minibuffer.
6911 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6912 (viper-minibuffer-post-command-hook): New hook.
6913 (viper-line): Don't move cursor at bolp.
6914
6915 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6916
6917 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6918 avoid compiler warnings.
6919
6920 * emulation/viper-macs.el (ex-map): Better messages.
6921
6922 * emulation/viper-utils.el (viper-beginning-of-field): New function.
6923
6924 * emulation/viper.el: Replace make-variable-buffer-local with
6925 viper-make-variable-buffer-local everywhere, to avoid warnings.
6926
6927 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6930 Delete unused var `old-selected-window'.
6931 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6932 (mouse-drag-secondary): Delete unused var `start-frame'.
6933
6934 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6935
6936 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6937
6938 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6939
6940 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6941 Re-indent within 80 columns. Use inhibit-read-only.
6942
6943 2005-09-19 Romain Francoise <romain@orebokech.com>
6944
6945 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6946
6947 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * font-lock.el (font-lock-default-fontify-region): Don't add a line
6950 unconditionally, since the after-change-function already did it.
6951
6952 2005-09-19 Miles Bader <miles@gnu.org>
6953
6954 * net/newsticker.el: Get rid of CVS keyword.
6955
6956 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
6957
6958 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6959 The prompt is formatted later.
6960
6961 2005-09-19 David Ponce <david@dponce.com>
6962
6963 * tree-widget.el (tree-widget-value-create): Save the converted
6964 tree :node widget.
6965
6966 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
6967
6968 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6969 variable `message'.
6970
6971 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
6972
6973 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6974 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
6975 <slawomir.nowaczyk.847@student.lu.se>.
6976
6977 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * image.el (image-load-path): Use symbol `data-directory' instead
6980 of its value, for backward compatibility with packages that bind
6981 it during `find-image'. Suggested by Katsumi Yamaoka.
6982 (image-search-load-path): Handle symbols whose values are strings.
6983
6984 2005-09-18 Romain Francoise <romain@orebokech.com>
6985
6986 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6987 with-current-buffer form in save-excursion.
6988
6989 2005-09-18 D Goel <deego@gnufans.org>
6990
6991 * apropos.el (apropos-command): Fix `message' call: first arg
6992 should be a format spec. In this and all other cases that appear
6993 below and elsewhere in the source code, I made a change only when
6994 two conditions were satisfied: [1] I can think of a possibility
6995 that the arguments would cause an error, for example, the code in
6996 question relies on external variables such as filenames. [2] I
6997 was sure that the arg to `message' could not have been nil in the code.
6998
6999 * textmodes/tildify.el (tildify-region): Ditto.
7000
7001 * textmodes/reftex-index.el (reftex-index-change-entry)
7002 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7003 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7004 * textmodes/org.el (org-complete, org-deadline, org-schedule)
7005 (org-priority, org-table-sum):
7006 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7007 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7008 (flyspell-word, flyspell-display-next-corrections):
7009 * textmodes/bibtex.el (bibtex-print-help-message):
7010 * textmodes/artist.el (artist-key-set-point-poly):
7011 * term/mac-win.el (mac-services-insert-text):
7012 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7013 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7014 (vhdl-port-paste-testbench, vhdl-compose-new-component)
7015 (vhdl-compose-configuration):
7016 * progmodes/sh-script.el (sh-blink, sh-show-indent)
7017 (sh-set-indent, sh-learn-line-indent):
7018 * progmodes/ps-mode.el (ps-mode-target-column):
7019 * progmodes/idlwave.el (idlwave-make-tags)
7020 (idlwave-scan-library-catalogs):
7021 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7022 * progmodes/gud.el (gud-jdb-analyze-source):
7023 * progmodes/flymake.el (flymake-log):
7024 * progmodes/ebnf2ps.el (ebnf-generate-region):
7025 * progmodes/cmacexp.el (c-macro-expansion):
7026 * progmodes/ada-xref.el (ada-treat-cmd-string):
7027 * progmodes/ada-mode.el (ada-create-case-exception-substring)
7028 (ada-justified-indent-current, ada-batch-reformat):
7029 * play/zone.el (zone):
7030 * play/landmark.el (lm-move):
7031 * play/decipher.el (decipher-show-alphabet):
7032 * net/newsticker.el (newsticker--display-jump)
7033 (newsticker--display-scroll):
7034 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7035 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7036 * mail/feedmail.el (feedmail-dump-message-to-queue):
7037 * eshell/esh-proc.el (eshell-remove-process-entry):
7038 * emulation/ws-mode.el (ws-last-error):
7039 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7040 (viper-record-kbd-macro):
7041 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7042 * emacs-lisp/lisp-mnt.el (lm-report-bug):
7043 * emacs-lisp/find-func.el (find-function-noselect):
7044 * calendar/timeclock.el (timeclock-status-string)
7045 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7046 (timeclock-when-to-leave-string):
7047 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7048 * calc/calc-units.el (calc-enter-units-table):
7049 * calc/calc-mode.el (calc-mode-record-mode):
7050 * woman.el (woman-mini-help):
7051 * wdired.el (wdired-change-to-wdired-mode):
7052 * vc.el (vc-retrieve-snapshot):
7053 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7054 * startup.el (display-startup-echo-area-message):
7055 * simple.el (set-goal-column):
7056 * ses.el (ses-command-hook, ses-recalculate-cell):
7057 * server.el (server-process-filter):
7058 * printing.el (pr-interface-txt-print, pr-interface-printify)
7059 (pr-interface-ps):
7060 * pcvs.el (cvs-help):
7061 * log-edit.el (log-edit, log-edit-mode-help):
7062 * iswitchb.el (iswitchb-possible-new-buffer):
7063 * isearch.el (isearch-edit-string):
7064 * image-mode.el (image-mode, image-minor-mode):
7065 * ibuf-macs.el (define-ibuffer-filter):
7066 * hi-lock.el (hi-lock-find-patterns):
7067 * files.el (toggle-read-only):
7068 * ediff-util.el (ediff-copy-diff)
7069 (ediff-write-merge-buffer-and-maybe-kill):
7070 * echistory.el (Electric-history-undefined):
7071 * dnd.el (dnd-insert-text):
7072 * dired-aux.el (dired-query):
7073 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7074 * bookmark.el (bookmark-bmenu-locate):
7075 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7076 Fix `message' calls to ensure first arg is a format string.
7077 The change was made only when these two conditions were satisfied:
7078 [1] when there is a possibility that the arguments would cause an error
7079 for example, if the code in question relies on external variables
7080 such as filenames, and
7081 [2] if the arg to `message' could not have been nil in the code.
7082
7083 * pcomplete.el (pcomplete--help): Fix `message' format spec.
7084 Not having a %s would be weird, though not technically wrong.
7085
7086 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7087
7088 * term/mac-win.el (mac-add-charset-info): Doc fix.
7089
7090 2005-09-17 Romain Francoise <romain@orebokech.com>
7091
7092 * shell.el (shell-resync-dirs): Handle echoing processes more
7093 reliably. Don't insert resync command if `comint-process-echoes'
7094 is non-nil.
7095
7096 2005-09-17 Magnus Henoch <mange@freemail.hu>
7097
7098 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7099 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7100 aspell versions >= 0.60.
7101 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7102 only if ispell-aspell-supports-utf8 is non-nil.
7103
7104 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7105
7106 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7107 buffer-local value to lisp-indent-function.
7108
7109 2005-09-17 Milan Zamazal <pdm@zamazal.org>
7110
7111 * progmodes/glasses.el (glasses-make-readable): If
7112 glasses-separator differs from underscore, put appropriate
7113 overlays over underscore characters.
7114 (glasses-convert-to-unreadable): If glasses-separator differs from
7115 underscore, try to convert glasses-separator characters to
7116 underscores.
7117
7118 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7121 Use with-syntax-table and dolist.
7122
7123 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
7124
7125 * textmodes/reftex-auc.el:
7126 * textmodes/reftex-cite.el:
7127 * textmodes/reftex-dcr.el:
7128 * textmodes/reftex-global.el:
7129 * textmodes/reftex-parse.el:
7130 * textmodes/reftex-ref.el:
7131 * textmodes/reftex-sel.el:
7132 * textmodes/reftex-toc.el:
7133 * textmodes/reftex-vars.el:
7134 * textmodes/reftex.el: Small changes to remove compiler warnings.
7135
7136 * textmodes/reftex-index.el: Likewise.
7137 (reftex-query-index-phrase): More efficient use of markers.
7138
7139 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * image.el (image-load-path): New variable.
7142 (image-search-load-path): New function.
7143 (find-image): Search for images in `image-load-path'.
7144
7145 2005-09-15 Richard M. Stallman <rms@gnu.org>
7146
7147 * follow.el: Change Maintainer field.
7148
7149 2005-09-15 David Ponce <david@dponce.com>
7150
7151 * recentf.el (recentf-save-file-modes): New option.
7152 (recentf-save-list): Use it.
7153
7154 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
7155
7156 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7157 (mode-line-mule-info, mode-line-modified): Move bindings from
7158 mouse-3 to mouse-1.
7159
7160 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7161
7162 * simple.el (sendmail-user-agent-compose): Revert last change.
7163
7164 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7167 Use with-current-buffer.
7168 (ange-ftp-gwp-start): Remove unused var `gw-user'.
7169 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7170 (ange-ftp-insert-directory): Remove unused var `short'.
7171 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7172
7173 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7174 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7175
7176 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7177 (check-calendar-holidays, diary-list-entries): Autoload.
7178 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7179 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7180
7181 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7182 which mistakenly removed a call to display-buffer.
7183
7184 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
7185
7186 * obsolete/iso-insert.el: Move to obsolete/ from international/.
7187
7188 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
7189
7190 * progmodes/hideshow.el
7191 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7192 (hs-allow-nesting): New user var.
7193 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7194 (hs-hide-block-at-point): When nesting allowed,
7195 if there is already an overlay in place, delete it.
7196 (hs-safety-is-job-n): Delete func; remove call sites.
7197 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7198 (hs-overlay-at): New func.
7199 (hs-already-hidden-p, hs-show-block): Use it.
7200 (hs-hide-all): Don't pre-clean if nesting allowed.
7201 (hs-show-all): Temporarily disallow
7202 nesting around call to `hs-discard-overlays'.
7203
7204 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7207 Delete unused local var.
7208
7209 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
7210
7211 * help-fns.el (describe-categories): "?\ " -> "?\s".
7212 (help-do-arg-highlight): Recognize also ARG-n, as in
7213 `move-to-left-margin' (ARG+n is already recognized). Simplify.
7214
7215 * international/codepage.el (dos-unsupported-char-glyph):
7216 * net/newsticker.el (tool-bar-map, w3-mode-map)
7217 (w3m-minor-mode-map):
7218 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7219 (ent-alist):
7220 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7221
7222 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
7223
7224 * custom.el (custom-push-theme): Handle the case where a symbol is
7225 bound but face properties have not yet been assigned.
7226
7227 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7228 Fix behavior if noerase is `t' and there is no mail buffer.
7229
7230 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7231 if `continue' is nil, rather than signal an error.
7232
7233 2005-09-12 Richard M. Stallman <rms@gnu.org>
7234
7235 * font-lock.el (font-lock-keywords): Add autoload.
7236
7237 * help-fns.el (describe-variable): Rearrange to put source link
7238 in a predictable place.
7239
7240 * net/newsticker.el: New file.
7241
7242 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * calendar/calendar.el (calendar-for-loop): Add edebug info.
7245 (calendar-basic-setup): Use the new nil arg.
7246 (number-of-diary-entries): Move to diary-lib.el.
7247
7248 * calendar/diary-lib.el: Use with-current-buffer, match-string.
7249 (diary-list-entries): Use with-syntax-table and dolist.
7250 Rename from list-diary-entries.
7251 Use number-of-diary-entries if `number' is nil.
7252 (diary, diary-view-entries): Use this new name and new nil arg value.
7253 (number-of-diary-entries): Move from calendar.el.
7254 (diary-unhide-everything): New function.
7255 (include-other-diary-files, fancy-diary-display)
7256 (diary-show-all-entries, make-diary-entry): Use it.
7257 (diary-mail-entries): Use buffer-string.
7258 (mark-diary-entries): Fix long standing paren typo.
7259 (diary-sexp-entry): Use count-lines.
7260 (make-diary-entry): Avoid `previous-line'.
7261 (diary-mode-map): New var.
7262 (diary-mode): Redraw cal after saving. Setup header-line.
7263 (fancy-diary-display-mode): Use local-set-key.
7264
7265 * startup.el (command-line): Try calling various terminal-init-foo-bar
7266 functions by stripping hyphenated suffixes from $TERM.
7267
7268 * files.el (normal-mode): Check boundness of font-lock-keywords.
7269
7270 2005-09-12 Richard M. Stallman <rms@gnu.org>
7271
7272 * progmodes/compile.el: Don't decide a file's directory
7273 until the user actually tries to go there.
7274 (compilation-next-error-function):
7275 Pass compilation-find-file the directory from the file-struct.
7276 (compilation-internal-error-properties): Separate local FILE-STRUCT
7277 from FILE. Doc the args better. Rename arg FMT to FMTS.
7278 (compilation-find-file): Arg DIR renamed to DIRECTORY.
7279 Expand it, and if nil, use default-directory.
7280 (compilation-get-file-structure): Don't mix specified directory
7281 with default directory. Put specified directory into
7282 file-struct. Don't make the file name absolute.
7283
7284 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7285 (compile-command): Add autoload.
7286 (compilation-disable-input): Add autoload.
7287
7288 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
7289
7290 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7291 strings of the variables it can override.
7292 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7293 %Q and %q, for fully-qualified domain name and unqualified host name.
7294
7295 2005-09-11 Kim F. Storm <storm@cua.dk>
7296
7297 * emacs-lisp/authors.el (authors-aliases): Update list.
7298 (authors-fixed-entries): Update mldrag.el entry.
7299
7300 2005-09-10 Alan Mackenzie <acm@muc.de>
7301
7302 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7303 from the region narrowed to.
7304
7305 2005-09-10 Magnus Henoch <mange@freemail.hu>
7306
7307 * textmodes/ispell.el (ispell-check-version): Signal an error if
7308 aspell version is less than 0.60.
7309
7310 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
7311
7312 * progmodes/octave-inf.el (inferior-octave-startup):
7313 Resync current dir at the end.
7314
7315 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
7316
7317 * woman.el (woman-topic-at-point-default):
7318 Rename to woman-use-topic-at-point-default.
7319 (woman-topic-at-point): Rename to woman-use-topic-at-point.
7320 (woman-file-name): Reflect renames above. Automatically use the
7321 word at point as topic if woman-use-topic-at-point is non-nil.
7322 Otherwise offer it as default but don't insert it in the
7323 minibuffer. Also use `test-completion' instead of `assoc' as
7324 suggested by Stefan Monnier.
7325
7326 2005-09-10 Andre Spiegel <spiegel@gnu.org>
7327
7328 * vc.el (vc-directory, vc-update-change-log): Throw an error on
7329 the attempt to do it over Tramp. This is not yet supported.
7330
7331 2005-09-10 Eli Zaretskii <eliz@gnu.org>
7332
7333 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7334 (menu-bar-non-minibuffer-window-p): New functions.
7335 ("Split Window", "Save As..."): Use them.
7336 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7337 ("Print Buffer", "Truncate Long Lines in this Buffer"):
7338 Use menu-bar-menu-frame-live-and-visible-p.
7339 ("Save Buffer", "Insert File", "Open Directory...")
7340 ("Open File...", "Visit New File..."):
7341 Use menu-bar-non-minibuffer-window-p.
7342 (kill-this-buffer-enabled-p, dired <menu-enable>):
7343 Use menu-bar-non-minibuffer-window-p.
7344
7345 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7346
7347 * cus-start.el (all): Don't complain about fringe-related
7348 built-ins if fringes are not supported. Ditto about
7349 selection-related built-ins. Fix the test for GTK-related built-ins.
7350
7351 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7352 ("Postscript Print Buffer", "Print Region", "Save As...")
7353 ("Save", "Insert File...", "Open Directory...")
7354 ("Open File...", "Visit New File..."")
7355 ("Truncate Long Lines in this Buffer"): Don't look at
7356 menu-updating-frame if this display does not support multiple frames.
7357
7358 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7359
7360 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7361
7362 2005-09-09 Emilio Lopes <eclig@gmx.net>
7363
7364 * woman.el: Format- and whitespace-related changes.
7365
7366 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7367
7368 * woman.el: Fix my email address.
7369
7370 2005-09-08 Richard M. Stallman <rms@gnu.org>
7371
7372 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7373 (sh-mode): Locally set skeleton-pair-default-alist.
7374
7375 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7376
7377 * progmodes/flymake.el: Require `compile' unconditionally.
7378
7379 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7380
7381 * woman.el (woman-file-name): Provide a default, not initial input.
7382
7383 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7384
7385 * font-lock.el (font-lock-support-mode): Doc fix.
7386
7387 * descr-text.el (describe-property-list): Handle non-symbol prop names.
7388
7389 2005-09-08 Richard M. Stallman <rms@gnu.org>
7390
7391 * simple.el (blink-matching-open): Get rid of text props from
7392 the string shown in echo area. Don't permanently set point.
7393 Some rearrangements.
7394
7395 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
7396
7397 * recentf.el (recentf-filename-handler): Add custom choice
7398 `abbreviate-file-name'.
7399
7400 * msb.el (msb--very-many-menus): Fix typo.
7401
7402 * disp-table.el (standard-display-european): Don't set
7403 enable-multibyte-characters to nil.
7404
7405 2005-09-08 David Ponce <david@dponce.com>
7406
7407 * recentf.el (recentf-show-file-shortcuts-flag): New option.
7408 (recentf-expand-file-name): Doc fix.
7409 (recentf-dialog-mode-map): Define digit shortcuts.
7410 (recentf--files-with-key): New variable.
7411 (recentf-show-digit-shortcut-filter): New function.
7412 (recentf-open-files-items): New function.
7413 (recentf-open-files): Use it.
7414 (recentf-open-file-with-key): New command.
7415
7416 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7417
7418 * buff-menu.el (Buffer-menu-sort-by-column): New function.
7419 Suggested by Kim F. Storm.
7420 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7421 (Buffer-menu-make-sort-button): Use global keymap.
7422
7423 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
7424
7425 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7426 (Man-getpage-in-background-advice): Remove defadvice; it isn't
7427 necessary any longer with the remapped command.
7428 (Man-bgproc-sentinel-advice): Remove defadvice which counts
7429 formatting time only.
7430
7431 * net/tramp.el (tramp-action-password)
7432 (tramp-multi-action-password): Compile the password prompt from
7433 `method', `user' and `host'. Sometimes it isn't obvious which
7434 password to enter, for example with remote files offered by
7435 recentf.el, or with multiple steps. Suggested by Robert Marshall
7436 <robert@chezmarshall.freeserve.co.uk>.
7437
7438 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7441 Fix regexp for when "s///" is at the beginning of line.
7442
7443 2005-09-07 Jay Belanger <belanger@truman.edu>
7444
7445 * calc/calc-poly.el (math-expand-term): Multiply out any powers
7446 when in matrix mode.
7447
7448 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7451 non-anonymous functions.
7452
7453 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
7454
7455 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7456 when using a header line. Otherwise, use mouse-1-click-follows-link.
7457
7458 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7459 can't be moved; don't signal an error.
7460
7461 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
7462
7463 * cus-theme.el (custom-theme-write-faces): Save the current face
7464 spec, not the defface spec.
7465
7466 * custom.el (custom-known-themes): Clarify meaning of "standard".
7467 (custom-push-theme): Save old values in the standard theme.
7468 (disable-theme): Correct typo.
7469 (custom-face-theme-value) Deleted unused function.
7470 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7471
7472 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * progmodes/compile.el (compilation-goto-locus): Take into account
7475 iconified frames when determining whether the buffer is
7476 already visible.
7477 Don't reset window height if the window already existed.
7478
7479 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
7480
7481 * custom.el (load-theme): Rename from require-theme.
7482 Add interactive spec.
7483 (enable-theme): Rename from custom-enable-theme.
7484 Add interactive spec.
7485 (disable-theme): Rename from custom-disable-theme.
7486 Add interactive spec.
7487 (custom-make-theme-feature): Doc fix.
7488 (custom-theme-directory): Doc fix.
7489 (provide-theme): Call enable-theme.
7490
7491 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * obsolete/lazy-lock.el (lazy-lock-mode):
7494 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7495 font-lock-mode if it's off. Print a warning instead.
7496
7497 * progmodes/compile.el (compilation-start): Ignore errors if the
7498 process died before we get to send-eof.
7499
7500 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7501 Undo last change. Enclosing the result in quotes broke things on Unix
7502 since tex-send-command passes it through shell-quote-argument.
7503 (tex-send-command): Pass `file' through convert-standard-filename
7504 when possible.
7505 (tex-uptodate-p): Handle the case where TeX hasn't put additional
7506 info in a transcript.
7507
7508 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7509
7510 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7511 fix compilation warning. Reorder the key definitions to group
7512 together keys emitted by the current version of xterm.
7513
7514 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7515 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7516 Reorder predicates to correct min-color usage.
7517
7518 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * longlines.el (longlines-mode): Inhibit read-only when encoding.
7521 Kill local variables when longlines-mode is turned off.
7522
7523 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7526
7527 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7528
7529 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7530
7531 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7532 (font-lock-lines-before): Change default to being inactive.
7533 (font-lock-default-fontify-region): Obey font-lock-lines-before.
7534 (font-lock-after-change-function): Don't handle f-l-lines-before here.
7535
7536 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7537
7538 * net/tramp.el (tramp-handle-make-auto-save-file-name):
7539 Deactivate temporarily advice if active (not needed for Emacs 22,
7540 but for backwards compatibility).
7541 (tramp-exists-file-name-handler): Rewrite. First implementation
7542 was too simple.
7543 (tramp-advice-make-auto-save-file-name):
7544 Call `tramp-handle-make-auto-save-file-name' (again, just for
7545 backwards compatibility).
7546
7547 2005-08-31 Reto Zimmermann <reto@gnu.org>
7548
7549 * progmodes/vhdl-mode.el
7550 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7551 (vhdl-end-p): Fix indentation bug "else" after "-- when".
7552 (vhdl-set-default-project): New function (easier setting of default).
7553 (vhdl-port-copy): Handle extended identifiers for generics.
7554 (vhdl-compiler-alist): Better description for error message regexp.
7555 (vhdl-make): Query for target, use previous as default.
7556 (vhdl-port-copy): Fix port copy for port names starting with "signal".
7557 (vhdl-font-lock-keywords-2): Fix fontification for record
7558 el. assign.
7559 (vhdl-speedbar-make-subpack-line): Add package body link.
7560 (vhdl-generate-makefile-1): Not include itself as dependency.
7561 (vhdl-font-lock-init): Highlight c-preprocessor directives.
7562 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7563 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7564 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7565 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7566 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7567 (vhdl-import-project): Add string argument for `error'.
7568 (vhdl-compose-configuration)
7569 (vhdl-compose-configuration-architecture): Add configuration
7570 declaration generation.
7571 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7572 (vhdl-trailer-re): Add "record" keyword (better indentation).
7573 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7574 "[^ \t-\"]+".
7575 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7576 (vhdl-testbench-entity-file-name)
7577 (vhdl-testbench-architecture-file-name): Allow separate
7578 customization of testbench file names.
7579 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7580 (vhdl-get-visible-signals): Allow newline within alias declaration.
7581 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7582 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7583 (member-ignore-case): Alias for missing function in XEmacs.
7584 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7585 (vhdl-update-sensitivity-list): Ignore case on read signals.
7586 (vhdl-replace-string): Adjust case only for file names.
7587 (vhdl-update-sensitivity-list): Fix search for read signals.
7588 (vhdl-update-sensitivity-list): Exclude formal parameters.
7589 (vhdl-get-visible-signals): Include aliases of signals.
7590 (vhdl-get-visible-signals): Fix signal name searching.
7591 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7592 (vhdl-fixup-whitespace-region): Fix for character
7593 literals (e.g. ':').
7594
7595 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7596
7597 * ansi-color.el (comint-last-output-start):
7598 * bs.el (font-lock-verbose):
7599 * diff-mode.el (add-log-buffer-file-name-function):
7600 * dired-x.el (vm-folder-directory):
7601 * faces.el (help-xref-stack-item):
7602 * files.el (font-lock-keywords):
7603 * find-lisp.el (dired-buffers, dired-subdir-alist):
7604 * ido.el (cua-inhibit-cua-keys):
7605 * log-view.el (cvs-minor-wrap-function):
7606 * outline.el (font-lock-warning-face):
7607 * simple.el (compilation-current-error):
7608 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7609 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7610 * tooltip.el (comint-prompt-regexp):
7611 * w32-fns.el (explicit-shell-file-name):
7612 * term/mac-win.el (mac-charset-info-alist)
7613 (mac-services-selection, mac-system-script-code):
7614 * term/tty-colors.el (msdos-color-values):
7615 * term/w32-win.el (xlfd-regexp-registry-subnum):
7616 * term/x-win.el (x-keysym-table, x-selection-timeout)
7617 (x-session-id, x-session-previous-id):
7618 * textmodes/ispell.el (mail-yank-prefix):
7619 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7620 * textmodes/org.el (calc-embedded-close-formula)
7621 (calc-embedded-open-formula)
7622 (font-lock-unfontify-region-function):
7623 * textmodes/reftex-global.el (isearch-next-buffer-function)
7624 (TeX-master):
7625 * textmodes/reftex.el (font-lock-keywords):
7626 * textmodes/tex-mode.el (font-lock-comment-face)
7627 (font-lock-doc-face):
7628 * textmodes/texinfo.el (outline-heading-alist):
7629 Add defvars.
7630
7631 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7632 (artist-spray-chars, artist-mode-init, artist-replace-string)
7633 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7634 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7635 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7636
7637 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7638 (conf-align-assignments): "?\ " -> "?\s".
7639
7640 * textmodes/reftex-index.el (TeX-master): Add defvar.
7641 (reftex-index-phrases-marker): Move up defvar.
7642
7643 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7644 (reftex-toc-include-labels-indicator)
7645 (reftex-toc-include-index-indicator)
7646 (reftex-toc-max-level-indicator): Move up declarations.
7647
7648 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7649 of args to `tramp-run-real-handler', even if it's empty in this case.
7650
7651 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7652
7653 * dired.el (dired-move-to-filename-regexp): Add date format for
7654 Mac OS X 10.3 in East Asian locales.
7655
7656 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
7657
7658 * files.el (make-auto-save-file-name): Add file name handler call
7659 if applicable.
7660
7661 * net/tramp.el (tramp-file-name-handler-alist)
7662 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7663 (tramp-handle-make-auto-save-file-name): Rename from
7664 `tramp-make-auto-save-file-name'.
7665 (tramp-exists-file-name-handler): New defun.
7666 (tramp-advice-make-auto-save-file-name): Make defadvice only when
7667 `make-auto-save-file-name' is not a magic file name operation.
7668
7669 2005-08-30 Richard M. Stallman <rms@gnu.org>
7670
7671 * files.el (risky-local-variable-p):
7672 Match `-predicates' and `-commands.
7673
7674 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7675 (custom-save-all): Visit the file if necessary;
7676 kill the buffer if we created it.
7677 (custom-save-delete): Don't visit file or kill buffer here.
7678
7679 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
7680
7681 * textmodes/org.el (org-special-keyword): New face.
7682 (org-table-copy-down, org-table-eval-formula)
7683 (org-table-recalculate, org-init-section-numbers):
7684 Use `string-to-number' instead of `string-to-int'.
7685 (org-get-location): Use `insert-buffer-substring' instead of
7686 `insert-buffer'.
7687 (org-modify-diary-entry-string): New function.
7688 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7689 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7690 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7691 active region.
7692 (org-export-as-html): Handle QUOTE keyword.
7693 (org-quote-string): New option.
7694 (org-bookmark-jump-unhide): New function, used for
7695 `bookmark-after-jump-hook'.
7696 (org-diary-default-entry): Apply only when not called through
7697 `org-agenda'.
7698
7699 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
7700
7701 * net/eudc.el (mode-popup-menu):
7702 * play/handwrite.el (ps-printer-name, ps-lpr-command):
7703 * progmodes/ada-mode.el (compile-auto-highlight)
7704 (skeleton-further-elements):
7705 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7706 * progmodes/cmacexp.el (msdos-shells):
7707 * progmodes/compile.el (font-lock-extra-managed-props)
7708 (font-lock-keywords, font-lock-maximum-size)
7709 (font-lock-support-mode):
7710 * progmodes/grep.el (font-lock-lines-before):
7711 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7712 * progmodes/mixal-mode.el (compile-command):
7713 * progmodes/perl-mode.el (font-lock-comment-face)
7714 (font-lock-doc-face, font-lock-string-face):
7715 * progmodes/prolog.el (comint-prompt-regexp):
7716 * progmodes/sh-script.el (font-lock-comment-face)
7717 (font-lock-set-defaults, font-lock-string-face):
7718 * progmodes/sql.el (font-lock-keyword-face)
7719 (font-lock-set-defaults, font-lock-string-face):
7720 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7721 (itimer-version, lazy-lock-defer-contextually)
7722 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7723 Add defvars.
7724
7725 * progmodes/cperl-mode.el (cperl-electric-lbrace)
7726 (cperl-electric-keyword, cperl-electric-pod)
7727 (cperl-electric-backspace, cperl-forward-re)
7728 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7729 (vc-rcs-header, vc-sccs-header): Add defvars.
7730
7731 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7732 (font-lock-syntactic-keywords, gud-find-expr-function):
7733 Add defvars.
7734
7735 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7736 (gdb-frame-parameters): Declare before use.
7737
7738 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7739 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7740 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7741 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7742
7743 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7744 (idlwave-help-with-source): Use `insert-buffer-substring', not
7745 `insert-buffer'.
7746
7747 2005-08-29 Juri Linkov <juri@jurta.org>
7748
7749 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7750 Put outline-back-to-heading function call inside save-excursion.
7751
7752 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
7753
7754 * man.el (Man-init-defvars, Man-translate-references)
7755 (Man-support-local-filenames, Man-highlight-references):
7756 * progmodes/sql.el (sql-interactive-mode):
7757 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7758
7759 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7760 (compilation-mode-font-lock-keywords): Add defvars.
7761 (checkdoc-interactive-loop): "?\ " -> "?\s".
7762
7763 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7764 (font-lock-doc-face, font-lock-string-face)
7765 (font-lock-keywords-case-fold-search): Add defvars.
7766 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7767
7768 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7769 Don't pass X and Y (they are ignored anyway).
7770 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7771 (mouse-delete-window): Make arguments optional.
7772
7773 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7774 (caesar-translate-table, minor-modes, news-buffer-save)
7775 (news-group-name, news-minor-modes): Add defvars.
7776
7777 * emacs-lisp/lselect.el (mouse-highlight-priority)
7778 (x-lost-selection-functions, zmacs-regions):
7779 * emacs-lisp/pp.el (font-lock-verbose):
7780 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7781 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7782 (ses-mode-map):
7783 * emacs-lisp/tcover-unsafep.el (safe-functions):
7784 * international/mule-cmds.el (mac-system-coding-system)
7785 (mac-system-locale):
7786 * language/ethio-util.el (rmail-current-message)
7787 (rmail-message-vector):
7788 * language/thai-util.el (thai-auto-composition-mode):
7789 * mail/metamail.el (rmail-current-message, rmail-message-vector):
7790 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7791 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7792 (vm-primary-inbox, vm-spool-files):
7793 * mail/rmail.el (deleted-head, font-lock-fontified)
7794 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7795 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7796 (total-messages):
7797 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7798 (rmail-summary-mode-map):
7799 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7800 (rmail-last-label, rmail-last-multi-labels)
7801 (rmail-summary-vector, rmail-total-messages):
7802 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7803 * mail/rmailsum.el (msgnum):
7804 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7805 (rmail-current-message):
7806 * obsolete/fast-lock.el (font-lock-face-list):
7807 * obsolete/rnewspost.el (mail-reply-buffer):
7808 * obsolete/scribe.el (compile-command):
7809 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7810
7811 2005-08-28 John Paul Wallington <jpw@gnu.org>
7812
7813 * ibuf-ext.el (ibuffer-auto-update-changed):
7814 Use `frame-or-buffer-changed-p' to check whether we need to update.
7815 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7816 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
7817 as a `frame-or-buffer-changed-p' state vector instead.
7818
7819 2005-08-27 Romain Francoise <romain@orebokech.com>
7820
7821 * textmodes/makeinfo.el (makeinfo-compile):
7822 Use `compilation-start'. Set `next-error-function' according to
7823 `disable-errors'.
7824 (makeinfo-next-error): New function.
7825 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7826 (makeinfo-buffer): Likewise.
7827
7828 * progmodes/compile.el (compilation-start): Add autoload cookie.
7829
7830 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7831 * textmodes/sgml-mode.el: Likewise.
7832 * progmodes/python.el: Likewise.
7833
7834 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7835
7836 * simple.el (blink-matching-paren-distance): Document the meaning
7837 of nil value, and allow to customize to nil.
7838
7839 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7840 command.com, not command.exe.
7841
7842 2005-08-26 John Wiegley <johnw@newartisans.com>
7843
7844 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7845 code around a bit so that an extraneous nil argument is not added
7846 to a command when no args are given.
7847
7848 * eshell/esh-arg.el (eshell-parse-double-quote): If a
7849 double-quoted argument resolves to nil, return it as an empty
7850 string rather than as nil. This made it impossible to pass "" to
7851 a shell script as a null string argument.
7852
7853 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * outline.el (outline-invent-heading): New fun.
7856 (outline-promote, outline-demote): Use it.
7857 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7858 (outline-end-of-subtree): Remove unused var `opoint'.
7859
7860 2005-08-26 David Reitter <david.reitter@gmail.com>
7861
7862 * menu-bar.el (truncate-lines, write-file, print-buffer)
7863 (ps-print-buffer-faces, ps-print-buffer, split-window):
7864 Disable menu items when the frame they refer to is invisible, or when
7865 they refer to a buffer and the minibuffer is selected.
7866
7867 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7868
7869 * progmodes/flymake.el (flymake-highlight-err-lines):
7870 Use save-excursion around flymake-highlight-line to preserve point.
7871
7872 2005-08-26 Eli Zaretskii <eliz@gnu.org>
7873
7874 * progmodes/octave-mod.el: Change Author and Maintainer address.
7875 (octave-maintainer-address): Change Kurt's email address.
7876 * progmodes/octave-inf.el: Change Author and Maintainer address.
7877 * progmodes/octave-hlp.el: Change Author and Maintainer address.
7878
7879 2005-08-26 Kim F. Storm <storm@cua.dk>
7880
7881 * subr.el (version-list-<, version-list-<=, version-list-=):
7882 Rename from integer-list-*.
7883 (version-list-not-zero): Likewise. Fix while loop.
7884 (version=): Use version-list-= instead of string-equal.
7885
7886 2005-08-26 Richard M. Stallman <rms@gnu.org>
7887
7888 * outline.el (outline-promote): Try shortening the heading.
7889 As last resort, read the heading to use.
7890 (outline-demote): As last resort, read the heading to use.
7891
7892 2005-08-26 Romain Francoise <romain@orebokech.com>
7893
7894 * progmodes/compile.el (compilation-start): Doc fix.
7895
7896 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7897 (antlr-font-lock-additional-keywords): Fix reference to
7898 `antlr-font-lock-literal-regexp' erroneously changed during the
7899 mass face rename.
7900 (antlr-run-tool): Use `compilation-start'.
7901
7902 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7903 instead of the obsolete `compile-internal'.
7904
7905 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
7906
7907 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7908 (number, original-date):
7909 * calendar/cal-china.el (date):
7910 * calendar/cal-coptic.el (date):
7911 * calendar/cal-french.el (date):
7912 * calendar/cal-hebrew.el (date, entry, number, original-date):
7913 * calendar/cal-islam.el (date, number, original-date):
7914 * calendar/cal-iso.el (date):
7915 * calendar/cal-julian.el (date):
7916 * calendar/cal-mayan.el (date):
7917 * calendar/cal-menu.el (date, event):
7918 * calendar/cal-persia.el (date):
7919 * calendar/lunar.el (date):
7920 * calendar/solar.el (date): Add defvars.
7921
7922 * emerge.el:
7923 * ibuffer.el:
7924 * info-xref.el:
7925 * obsolete/bg-mouse.el:
7926 * obsolete/sun-curs.el:
7927 * obsolete/swedish.el: Move the `defvar's to the top level.
7928
7929 * smerge-mode.el (smerge-refined-change): Add :group.
7930
7931 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7934 (smerge-keep-n): Remove props.
7935 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7936 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7937 now that it's done in smerge-keep-n.
7938 (smerge-refined-change): New face.
7939 (smerge-refine-chopup-region, smerge-refine-highlight-change)
7940 (smerge-refine): New funs.
7941 (smerge-basic-map): Bind smerge-refine.
7942
7943 2005-08-25 Juri Linkov <juri@jurta.org>
7944
7945 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7946 compilation-process-setup-function and compilation-disable-input
7947 in grep-mode instead of let-bindings in grep.
7948
7949 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7950 Delete "Automatic File De/compression" (auto-compression-mode).
7951
7952 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
7953
7954 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7955 Silence warning about non-existent variable.
7956
7957 2005-08-25 Richard M. Stallman <rms@gnu.org>
7958
7959 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7960 Rename "Describe Key" to "Describe Key or Mouse Operation".
7961
7962 * mail/mailalias.el (build-mail-aliases): Delete comments
7963 from the contents before processing them.
7964
7965 * isearch.el (isearch-edit-string): Erase the Search prompt
7966 if user enters an empty string and there is no default.
7967
7968 * comint.el (comint-file-name-prefix): Add autoload.
7969
7970 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
7971
7972 * subr.el (play-sound): Rearrange to avoid warning.
7973
7974 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
7975
7976 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7977 New hook.
7978 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7979
7980 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7983
7984 * custom.el (custom-theme-set-variables): Sort minor modes last.
7985
7986 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7987
7988 * subr.el (version-separator, version-regexp-alist): New vars used by
7989 version comparison funs.
7990 (integer-list-<, integer-list-=, integer-list-<=)
7991 (integer-list-not-zero): New funs for integer list comparison.
7992 (version-to-list, version=, version<, version<=): New funs for version
7993 comparison.
7994
7995 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
7996
7997 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7998 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7999 time to silence the byte-compiler.
8000
8001 * ibuffer.el (ibuffer-compile-make-eliding-form)
8002 (ibuffer-check-formats): Use `with-no-warnings' to hide references
8003 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8004 so it's silly to get warnings for it).
8005 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8006 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8007 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8008 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8009 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8010 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8011 Defvar at compile time.
8012 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8013 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8014 Declare them before use.
8015
8016 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8017 (info-xref-good, info-xref-bad): Defvar at compile time.
8018
8019 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8020 Use `let*' instead of `let'.
8021
8022 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8023 (*mouse-y*, menu, char): Defvar at compile time.
8024 (sc::menu): Declare it before use.
8025 (sc::pack-one-line): Use `let', not `let*'.
8026
8027 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8028 (mail-send-hook): Defvar at compile time.
8029
8030 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8031 Defvar at compile time.
8032
8033 * term/sun-mouse.el (current-global-mousemap)
8034 (current-local-mousemap): Declare them before use.
8035
8036 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
8037
8038 * bookmark.el (bookmark-after-jump-hook): New hook.
8039 (bookmark-jump): Run `bookmark-after-jump-hook'.
8040
8041 2005-08-23 Juri Linkov <juri@jurta.org>
8042
8043 * faces.el (minibuffer-prompt): Doc fix.
8044
8045 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
8046
8047 * progmodes/xscheme.el: Trivial changes to silence warnings.
8048 (xscheme-previous-mode, xscheme-previous-process-state):
8049 Add defvars.
8050 (xscheme-last-input-end, xscheme-process-command-line)
8051 (xscheme-process-name, xscheme-buffer-name)
8052 (xscheme-expressions-ring-max, xscheme-expressions-ring)
8053 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8054 (xscheme-control-g-synchronization-p)
8055 (xscheme-control-g-disabled-p, xscheme-string-receiver)
8056 (default-xscheme-runlight, xscheme-runlight)
8057 (xscheme-runlight-string, xscheme-process-filter-state)
8058 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8059 Move to beginning of file.
8060 (scheme-interaction-mode-commands-alist)
8061 (scheme-interaction-mode-map, scheme-debugger-mode-map):
8062 Declare them before use. Note: the initialization code for the variables
8063 has not been moved because it uses functions that reference the variables.
8064 (xscheme-control-g-message-string, xscheme-process-filter-alist)
8065 (xscheme-prompt-for-expression-map): Declare them before use.
8066 (scheme-debugger-mode-commands): "?\ " -> "?\s".
8067
8068 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
8069
8070 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8071
8072 2005-08-22 Juri Linkov <juri@jurta.org>
8073
8074 * faces.el (set-face-underline): Delete this duplicate function
8075 and make an obsolete alias to set-face-underline-p.
8076 (set-face-underline-p): Use docstring of set-face-underline.
8077 (describe-face): Create hyperlink to parent face.
8078
8079 * info.el (Info-insert-dir): Use save-excursion around
8080 insert-buffer-substring.
8081 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8082 (Info-escape-percent): Delete function.
8083 (Info-fontify-node): Replace Info-escape-percent by
8084 replace-regexp-in-string with REP arg set to lambda that
8085 duplicates `%' and preserves text properties.
8086
8087 * progmodes/compile.el (compilation-disable-input): Doc fix.
8088 (define-compilation-mode): Doc fix and refill.
8089 (kill-compilation): Use `mode-name' in the error message.
8090 (compilation-find-file): Use `compilation-error' in the
8091 read-file-name's prompt.
8092
8093 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8096 (smerge-auto-leave): Make undo re-enable the mode.
8097 (debug-ignored-errors): Add the user-error of impossible resolution.
8098 (smerge-resolve): Move things around a bit, in preparation for later.
8099 (smerge-diff): Don't fail if the buffer has no associated file.
8100 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8101 (smerge-conflict-overlay): New function.
8102 (smerge-match-conflict): Don't add text properties here.
8103 (smerge-find-conflict): Instead, add an overlay here.
8104 Also check for the case where we're inside a conflict already, so as to
8105 obviate the need for font-lock-multiline, which is unbearably slow with
8106 large conflicts and ciomplex font-lock patterns.
8107 (smerge-remove-props): Remove overlay rather than text-properties.
8108 (smerge-mode): Don't set font-lock-multiline.
8109 Remove overlays when turned off.
8110
8111 2005-08-21 Kim F. Storm <storm@cua.dk>
8112
8113 * ido.el (ido-ignore-item-p): Use save-match-data.
8114 Bind case-fold-search to ido-case-fold locally.
8115
8116 2005-08-20 Richard M. Stallman <rms@gnu.org>
8117
8118 * files.el (normal-mode): If font lock is on, turn it off and on.
8119
8120 * subr.el (replace-regexp-in-string): Doc fix.
8121
8122 * startup.el (command-line-1): Don't suppress startup screen
8123 due to existing processes.
8124
8125 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8126
8127 * progmodes/compile.el (compilation-disable-input): Default to nil.
8128
8129 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8130
8131 * progmodes/compile.el (compilation-disable-input): New defcustom.
8132 (compilation-start): If compilation-disable-input is non-nil, send
8133 EOF to the compilation process.
8134
8135 2005-08-20 Eli Zaretskii <eliz@gnu.org>
8136
8137 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8138 Run the argument of tex-shell-cd-command through
8139 convert-standard-filename, to get the correct style of slashes on
8140 Windows, and enclose the result in quotes, in case the file name
8141 includes whitespace or other special characters.
8142
8143 2005-08-19 Andreas Schwab <schwab@suse.de>
8144
8145 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8146 process.
8147
8148 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
8149
8150 * cus-start.el (minibuffer-prompt-properties): Correct typo.
8151
8152 2005-08-18 Kim F. Storm <storm@cua.dk>
8153
8154 * scroll-lock.el: Fix errors due to incorrect line wrapping.
8155
8156 2005-08-18 Richard M. Stallman <rms@gnu.org>
8157
8158 * scroll-lock.el: New file.
8159
8160 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
8161
8162 * dired.el (dired-move-to-end-of-filename):
8163 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8164
8165 2005-08-18 Kim F. Storm <storm@cua.dk>
8166
8167 * ido.el (ido-everywhere): Fix defcustom :set function to disable
8168 rather than toggle mode when custom value is nil.
8169 (ido-everywhere): Fix defun doc string.
8170
8171 2005-08-17 Richard M. Stallman <rms@gnu.org>
8172
8173 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8174 as tag instead of "Inviolable".
8175
8176 2005-08-17 Kim F. Storm <storm@cua.dk>
8177
8178 * windmove.el (windmove-coordinates-of-position): Remove.
8179 (windmove-coordinates-of-window-position): Remove.
8180 (windmove-reference-loc): Use posn-at-point instead.
8181
8182 * subr.el (insert-for-yank-1): Doc fix.
8183
8184 * ido.el (ido-enter-matching-directory): Rename from
8185 ido-enter-single-matching-directory. Change `slash' choice to
8186 `only'. Add `first' choice.
8187 (ido-exhibit): Adapt to above changes.
8188
8189 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
8190
8191 * Makefile.in: Expand comment about building loaddefs.el.
8192
8193 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
8194
8195 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8196 Comment use of defadvice.
8197
8198 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8199
8200 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
8201
8202 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8203 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8204 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8205 * progmodes/idlw-shell.el, progmodes/ld-script.el,
8206 * progmodes/which-func.el, ruler-mode.el, strokes.el,
8207 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8208 for backward compatibility for faces that did not appear in the
8209 previous Emacs release.
8210
8211 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8212
8213 2005-08-15 Kim F. Storm <storm@cua.dk>
8214
8215 * emulation/cua-base.el (cua-delete-region): Return t if
8216 deleted region was non-empty.
8217 (cua-replace-region): Inhibit overwrite-mode for
8218 self-insert-command if replaced region was non-empty.
8219 (cua--explicit-region-start, cua--status-string): Make them
8220 buffer-local at top-level...
8221 (cua-mode): ...rather than when mode is enabled.
8222
8223 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
8224
8225 * progmodes/vhdl-mode.el (vhdl-emacs-21):
8226 Set t for Emacs 21, 22, and so on.
8227
8228 2005-08-15 David Ponce <david@dponce.com>
8229
8230 * tree-widget.el: Update Commentary header.
8231 (tree-widget-theme): Doc fix.
8232 (tree-widget-space-width): New option.
8233 (tree-widget-image-properties): Look up in the default theme too.
8234 (tree-widget--cursors): Only for images with arrow pointer shape.
8235 (tree-widget-lookup-image): Pointer shape is hand by default.
8236 (tree-widget-icon): Rename generic icon widget from
8237 `tree-widget-control'.
8238 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8239 derive from `tree-widget-icon'.
8240 (tree-widget-handle): Improve default look and feel of the text
8241 representation.
8242 (tree-widget): Rename :*-control properties to :*-icon properties.
8243 Add :action and :help-echo properties.
8244 (tree-widget-after-toggle-functions): Move.
8245 (tree-widget-close-node, tree-widget-open-node): Remove.
8246 (tree-widget-before-create-icon-functions): New hook.
8247 (tree-widget-value-create): Update to allow customization of icons
8248 and nodes at run-time via that new hook.
8249 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8250 (tree-widget-icon-action, tree-widget-icon-help-echo)
8251 (tree-widget-action, tree-widget-help-echo): New functions.
8252
8253 2005-08-15 Kim F. Storm <storm@cua.dk>
8254
8255 * ido.el (ido-buffer-internal): Use with-no-warnings.
8256 (ido-make-merged-file-list): Use while-no-input.
8257
8258 2005-08-15 Richard M. Stallman <rms@gnu.org>
8259
8260 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8261 (flyspell-large-region): Fix doc and custom type.
8262
8263 2005-08-14 Richard M. Stallman <rms@gnu.org>
8264
8265 * files.el (interpreter-mode-alist): Doc fix.
8266
8267 * mail/rmail.el (rmail-nonignored-headers): New variable.
8268 (rmail-clear-headers): Use it.
8269 (rmail-reply): Better handling of mail-followup-to header.
8270
8271 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8272 Rename variable from sh-font-lock-keywords. In the `shell' entry,
8273 don't try to refer to executable-font-lock-keywords.
8274 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8275 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8276 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8277 (sh-mode): Set comment-start-skip, local-abbrev-table,
8278 imenu-case-fold-search.
8279 (sh-set-shell): Don't set them here.
8280 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
8281 Don't cache the results in the original alist; don't ever modify
8282 that alist.
8283
8284 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8285
8286 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8287 empty.
8288
8289 2005-08-15 Andreas Schwab <schwab@suse.de>
8290
8291 * desktop.el: Put autoload cookie at risky-local-variable declarations.
8292
8293 * dired.el, info.el, mail/rmail.el: Revert last change.
8294
8295 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
8296
8297 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8298 modification in `eval-after-load' form.
8299 * info.el: Likewise.
8300 * mail/rmail.el: Likewise.
8301
8302 2005-08-14 Juri Linkov <juri@jurta.org>
8303
8304 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8305 Remove highlighting of "Compilation started". Highlight only
8306 the word "finished" in "Compilation finished". Add highlighting
8307 of "interrupt", "killed", "terminated" and the exit code.
8308 (compilation-start): Add newline after header. Use exactly the
8309 same time stamp format as the finishing message.
8310 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8311
8312 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8313 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8314 Add highlighting of "interrupt", "killed", "terminated".
8315
8316 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8317 enabled and the current command is self-insert-command, call it
8318 explicitly with overwrite-mode bound to nil, to not allow it
8319 to delete the character after the selected region.
8320
8321 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
8322
8323 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8324 move-end-of-line, end-of-line, and beginning-of-line to the list
8325 of commands after which the echo area is updated.
8326
8327 2005-08-12 Eli Zaretskii <eliz@gnu.org>
8328
8329 * cus-edit.el (custom-save-all, custom-save-delete):
8330 Bind recentf-exclude to exclude custom-file.
8331
8332 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
8333
8334 * mail/rmailsum.el (rmail-summary-end-of-message): New command
8335 to go to the bottom of the mail message. Added to
8336 `rmail-summary-mode-map' with key "/".
8337 (rmail-summary-show-message): New (internal) function for use by
8338 both `rmail-summary-beginning/end-of-message'.
8339 (rmail-summary-beginning-of-message): Change to use
8340 rmail-summary-show-message.
8341
8342 * mail/rmail.el (rmail-end-of-message): New command to go to the
8343 end of the current message. Added to `rmail-mode-map' with key "/".
8344 (rmail-beginning-of-message): Fix to work as documented.
8345 (rmail-mode): Change documentation.
8346
8347 * progmodes/compile.el (compilation-start): Add the line
8348 "Compilation started" with compilation start time.
8349 (compilation-mode-font-lock-keywords): Add `started' to keywords.
8350
8351 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
8352
8353 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8354 of menu items.
8355
8356 2005-08-11 Richard M. Stallman <rms@gnu.org>
8357
8358 * simple.el (pop-global-mark): Reverse test of widen-automatically.
8359
8360 * battery.el (battery-status-function): Don't use ignore-errors.
8361
8362 2005-08-11 Lute Kamstra <lute@gnu.org>
8363
8364 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8365 define-obsolete-variable-alias.
8366
8367 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8370 (ange-ftp-send-cmd): Revert last change, and expand
8371 the comment explaining the problem.
8372
8373 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
8374
8375 * ldefs-boot.el: Update.
8376
8377 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8378 item to "Time, Load and Mail". Change help echo text.
8379
8380 * time.el (display-time-use-mail-icon, display-time-format)
8381 (display-time-string-forms): Shorten first line of docstrings.
8382
8383 2005-08-10 Lars Hansen <larsh@soem.dk>
8384
8385 * desktop.el (desktop-buffer-mode-handlers):
8386 Make non-customizable. Add autoload cookie. Change initial value to
8387 nil; add elements in respective modules instead. Fix doc string.
8388 (desktop-load-file): New function.
8389 (desktop-minor-mode-handlers): New autoloaded variable.
8390 (desktop-create-buffer): Call minor mode handlers.
8391 Use desktop-load-file to load major and minor mode modules prior to
8392 checking for a handler.
8393 (desktop-save): Don't add nil to desktop-minor-modes for minor
8394 modes with nil function in desktop-minor-mode-table. Don't delete
8395 desktop file before rewriting it.
8396 (desktop-locals-to-save): Add autoload cookie. Don't make
8397 automatically buffer-local. Add variables column-number-mode,
8398 size-indication-mode, indent-tabs-mode,
8399 indicate-buffer-boundaries, indicate-empty-lines and
8400 show-trailing-whitespace.
8401 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8402 regexps. Don't use desktop-clear-preserve-buffers-regexp.
8403 (desktop-clear-preserve-buffers-regexp): Delete.
8404 (desktop-clear-preserve-buffers): Update initial value and docstring.
8405 (desktop-save-buffer): Fix doc string.
8406
8407 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8408 (hilit-chg-desktop-restore): New function.
8409 (highlight-changes-mode): Add highlight-changes-mode to
8410 desktop-locals-to-save.
8411
8412 * dired.el: Add handler to desktop-buffer-mode-handlers.
8413 (dired-restore-desktop-buffer): Remove autoload cookie.
8414 (dired-mode): Add autoload cookie.
8415
8416 * info.el: Add handler to desktop-buffer-mode-handlers.
8417 (Info-restore-desktop-buffer): Remove autoload cookie.
8418 (Info-mode): Add autoload cookie.
8419
8420 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8421 (mh-restore-desktop-buffer): Remove autoload cookie.
8422 (mh-folder-mode): Add autoload cookie.
8423
8424 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8425 (rmail-restore-desktop-buffer): Remove autoload cookie.
8426
8427 2005-08-11 Masatake YAMATO <jet@gyve.org>
8428
8429 * hexl.el (hexl-address-region):
8430 (hexl-ascii-region, hexl-font-lock-keywords):
8431 (hexl-highlight-line-range): Use the term "region"
8432 instead of "area" for consistency with the other symbols
8433 defined in hexl.el.
8434
8435 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8438 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8439 out by Juri Linkov). Add `display-battery-mode'.
8440
8441 2005-08-09 Juri Linkov <juri@jurta.org>
8442
8443 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8444 Remove `-text' from face variable names.
8445 (compilation-error-file-name, compilation-warning-file-name)
8446 (compilation-info-file-name): Delete faces.
8447 (compilation-line-number, compilation-column-number):
8448 Remove face underlining.
8449 (compilation-message-face): Set to `underline' value by default.
8450 (compilation-error-face, compilation-warning-face)
8451 (compilation-info-face): Remove `-file-name' from face names.
8452 (compilation-error-text-face, compilation-warning-text-face)
8453 (compilation-info-text-face): Delete face variables.
8454 (compilation-text-face): Delete function.
8455
8456 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8457 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8458 (grep-error-face): Set to `compilation-error' instead of
8459 `compilation-error-face' (which is redefined to `grep-hit-face' in
8460 grep buffers).
8461 (grep-mode-font-lock-keywords): Remove `-text' from face variable
8462 names. Use `grep-error-face' instead of `compilation-error-text-face'.
8463
8464 * dired-aux.el (dired-do-query-replace-regexp):
8465 Use `query-replace-read-args'.
8466
8467 * replace.el (query-replace-read-from, query-replace-read-to)
8468 (query-replace-read-args): Rename arg `string' to `prompt'.
8469
8470 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8471
8472 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8473
8474 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8475 uploading files.
8476 (ange-ftp-canonize-filename): Handle file names beginning with ~
8477 correctly.
8478
8479 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
8480
8481 * textmodes/fill.el (canonically-space-region)
8482 (fill-context-prefix, fill-french-nobreak-p)
8483 (fill-delete-newlines, fill-comment-paragraph)
8484 (justify-current-line): "?\ " -> "?\s".
8485
8486 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
8487
8488 * textmodes/fill.el (fill-nonuniform-paragraphs):
8489 Improve argument/docstring consistency.
8490
8491 2005-08-09 Richard M. Stallman <rms@gnu.org>
8492
8493 * textmodes/ispell.el (ispell-word): More fboundp checks.
8494
8495 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8496 (find-file-noselect-1): Call it here, only if RAWFILE.
8497 (normal-mode): Always set some major mode.
8498 (save-some-buffers-action-alist): Change some explanation strings.
8499 (file-name-non-special): In the `quote' method, use unwind-protect.
8500
8501 2005-08-09 Magnus Henoch <mange@freemail.hu>
8502
8503 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8504 (ispell-have-aspell-dictionaries): New variable.
8505 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8506 (ispell-get-aspell-config-value): New function.
8507 (ispell-aspell-find-dictionary): New function.
8508 (ispell-aspell-add-aliases): New function.
8509 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8510 appropriate. Don't look for ispell dictionaries if we use aspell.
8511 (ispell-menu-map): Don't build a submenu of dictionaries.
8512
8513 2005-08-09 Richard M. Stallman <rms@gnu.org>
8514
8515 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8516 (sql-read-passwd): Use read-passwd.
8517
8518 * progmodes/idlw-toolbar.el (idlwave-toolbar)
8519 (idlwave-toolbar-is-possible): Add defvars.
8520
8521 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8522 Avoid warnings.
8523
8524 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8525 (idlwave-system-class-info, idlwave-executive-commands-alist):
8526 Use defvar.
8527
8528 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8529
8530 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8531 Avoid warnings.
8532
8533 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8534 and content-type: headers.
8535
8536 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8537
8538 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8539 and rename some of them to be more self-explanatory.
8540
8541 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8542
8543 * startup.el (command-line-1): Implement -scriptload.
8544
8545 * replace.el (occur-engine): Initial *Occur* output not undoable.
8546
8547 * menu-bar.el (menu-bar-file-menu): Rename some menu items
8548 and improve help strings.
8549
8550 * isearch.el (isearch-repeat): When changing direction,
8551 mark search successful.
8552
8553 * ediff-init.el: Use (featurep 'xemacs).
8554
8555 * comint.el (send-invisible): Identify buffer, if not selected.
8556
8557 * align.el: Delete autoload for c-guess-basic-syntax.
8558
8559 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
8560
8561 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8562 Improve argument/docstring consistency. Doc fixes.
8563 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8564 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8565 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8566 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8567 (r2bv-organization, r2bv-pages, r2bv-primary-author)
8568 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8569 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8570 Defvar at compile time.
8571
8572 2005-08-09 Juri Linkov <juri@jurta.org>
8573
8574 * info.el: Replace `info' with upper-case `Info' where appropriate.
8575 (info-title-1, info-title-2, info-title-3, info-title-4)
8576 (info-menu-header): Move up face definitions.
8577 (info-menu-star): Rename from `info-menu-5'.
8578 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8579 (Info-fontify-visited-nodes): Fix docstring.
8580 (Info-hide-note-references): Fix docstring.
8581 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8582 menu items in the same way as on cross-references.
8583 (info-apropos): Fix sorting order and formatting to be like in the
8584 stand-alone Info browser. Display error messages for 1 sec.
8585 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
8586 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8587 from the menu bar.
8588 (Info-insert-dir): Restore point after calling
8589 `insert-buffer-substring'.
8590
8591 2005-08-08 Richard M. Stallman <rms@gnu.org>
8592
8593 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8594 (recompute-lucid-menubar): Add defvars.
8595
8596 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8597
8598 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8599
8600 * net/net-utils.el (run-dig): Rename from `dig'.
8601
8602 * play/gametree.el (gametree-mode): Use make-local-variable,
8603 not make-variable-buffer-local.
8604
8605 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8606
8607 * ansi-color.el (ansi-color-make-extent)
8608 (ansi-color-set-extent-face): Use fboundp, not functionp.
8609
8610 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8611 not make-variable-buffer-local.
8612
8613 * bookmark.el (Info-current-file): Add defvar.
8614 (bookmark-jump-noselect): Use with-no-warnings.
8615
8616 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8617
8618 * ebuff-menu.el (Helper-return-blurb): Add defvar.
8619
8620 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8621
8622 * find-file.el (ada-procedure-start-regexp)
8623 (ada-package-start-regexp): Add defvars.
8624
8625 * info.el (Info-insert-dir): Use insert-buffer-substring.
8626
8627 * xml.el (xml-att-def-re): Add defvar.
8628
8629 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8630 calling convention.
8631
8632 * subr.el (while-no-input): Return t if there is input.
8633
8634 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
8635
8636 * cus-start.el (all): Add `overflow-newline-into-fringe'.
8637
8638 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
8639
8640 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8641 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8642
8643 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
8644
8645 * cmuscheme.el (scheme-start-file): Replace reference to
8646 `user-emacs-directory' by "~/.emacs.d/".
8647
8648 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
8649
8650 * info.el (Info-dir-remove-duplicates): Avoid case folding
8651 in loop; instead, keep downcased strings for comparison.
8652 Suggested by Helmut Eller.
8653
8654 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
8655
8656 Sync with Tramp 2.0.50.
8657
8658 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8659 XEmacs case; not necessary anymore.
8660 (tramp-user-regexp): Allow "@" as part of user name.
8661 (tramp-handle-set-visited-file-modtime)
8662 (tramp-handle-insert-file-contents)
8663 (tramp-handle-write-region): No special handling for
8664 `last-coding-system-used, because this is done in
8665 `tramp-accept-process-output' now.
8666 (tramp-accept-process-output): New defun.
8667 (tramp-process-one-action, tramp-process-one-multi-action)
8668 (tramp-wait-for-regexp, tramp-wait-for-output)
8669 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
8670 Howells <dhowells@redhat.com>.
8671 (clear-visited-file-modtime): Defadvice removed. The check for
8672 unset buffer's modtime does not need to be based on
8673 `tramp-buffer-file-attributes'. Suggested by RMS.
8674 (tramp-message): Insert "\n" if not being at beginning of line.
8675 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8676 sequence with same logic.
8677 (tramp-completion-handle-expand-file-name): Discard call of
8678 `tramp-drop-volume-letter'. It is not necessary, and there have
8679 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8680 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8681 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8682 should always be visible.
8683 (tramp-handle-insert-directory, tramp-setup-complete)
8684 (tramp-set-process-query-on-exit-flag)
8685 (tramp-append-tramp-buffers): Pacify byte-compiler.
8686 (tramp-bug): Delete non-existing variables from list.
8687 Apply `tramp-load-report-modules' as pre-hook.
8688 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8689 `shell-prompt-pattern' because of non-7bit characters.
8690 Reported by Sebastian Luque <sluque@mun.ca>.
8691 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8692 (tramp-match-string-list): Remove function.
8693 (tramp-wait-for-regexp): Remove call of that function.
8694 Suggested by Kim F. Storm <storm@cua.dk>.
8695 (tramp-set-auto-save-file-modes): Use octal integer code #o600
8696 instead of octal character code ?\600. The latter resulted in a
8697 syntax error with XEmacs.
8698
8699 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8700 XEmacs case; not necessary anymore.
8701 (tramp-smb-handle-write-region): No special handling for
8702 `last-coding-system-used, because this is done in
8703 `tramp-accept-process-output' now.
8704 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8705
8706 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
8707
8708 * wid-edit.el (widget-choice-value-create):
8709 Unconditionally respect user choice. Set :explicit-choice back to nil
8710 when no longer needed.
8711 (widget-choice-action): Unconditionally respect user choice.
8712 Eliminate :explicit-choice-value.
8713
8714 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8715
8716 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8717 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8718 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8719 running new function `toggle-indicate-empty-lines'.
8720 Rename "Customize" item to "Customize fringe".
8721 Rename "Indicators" item to "Buffer boundaries" and change help echo.
8722 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8723 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8724 Delete "Empty lines only" item.
8725 (menu-bar-showhide-fringe-ind-customize): New function.
8726 (menu-bar-showhide-fringe-ind-mixed)
8727 (menu-bar-showhide-fringe-ind-box)
8728 (menu-bar-showhide-fringe-ind-right)
8729 (menu-bar-showhide-fringe-ind-left)
8730 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8731 instead of `fringe-indicators'.
8732
8733 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
8734
8735 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8736 Change the date of last update.
8737
8738 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
8739
8740 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8741 (viper-exec-yank, viper-put-back): Don't display modification msg
8742 if in the minibuffer.
8743
8744 * viper-init.el (viper-replace-overlay-cursor-color)
8745 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8746 Make variables frame local.
8747
8748 * viper-util.el (viper-append-filter-alist): Use append instead of
8749 nconc.
8750
8751 * viper.el (viper-vi-state-mode-list)
8752 (viper-emacs-state-mode-list): Move help-mode and
8753 completion-list-mode from the first list to the second.
8754 (viper-mode): Docstring.
8755 (viper-go-away, viper-non-hook-settings): Don't localize
8756 minor-mode-alist in newer Emacsen. Add advice to
8757 set-cursor-color. Don't bind "\C-c\\".
8758
8759 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
8760
8761 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8762 (scheme-macro-expand-command): New user options.
8763 (scheme-trace-procedure, scheme-expand-current-form): New commands.
8764 (scheme-form-at-point, scheme-start-file)
8765 (scheme-interactively-start-process): New functions.
8766 (scheme-get-process): New function, extracted from `scheme-proc'.
8767 (run-scheme): Call `scheme-start-file' to get start file, and pass
8768 it to `make-comint'.
8769 (switch-to-scheme, scheme-proc):
8770 Call `scheme-interactively-start-process' if no Scheme buffer/process
8771 is available.
8772
8773 2005-08-06 Juri Linkov <juri@jurta.org>
8774
8775 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8776 Use `compilation-text-face', `compilation-info-text-face' and
8777 `compilation-error-text-face' instead of `font-lock-keyword-face'.
8778 (compilation-error): New face.
8779 (compilation-error-file-name): Inherit from
8780 `compilation-error' instead of `font-lock-warning-face'.
8781 (compilation-warning-file-name): Inherit from
8782 `compilation-warning' instead of `font-lock-warning-face'.
8783 (compilation-info, compilation-error-file-name)
8784 (compilation-warning-file-name, compilation-info-file-name)
8785 (compilation-line-number, compilation-column-number): Doc fix.
8786 (compilation-error-text-face, compilation-warning-text-face)
8787 (compilation-info-text-face): New face variables.
8788 (compilation-line-face, compilation-column-face)
8789 (compilation-enter-directory-face)
8790 (compilation-leave-directory-face): Doc fix.
8791 (compilation-text-face): New function.
8792
8793 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8794 instead of 1 to display binary file names as info file links.
8795 (grep-error-face): Use `compilation-error-face' instead of
8796 `font-lock-keyword-face'.
8797 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8798 and `compilation-warning-text-face' instead of
8799 `font-lock-keyword-face'. Use `compilation-error-text-face'
8800 instead of `grep-error-face'.
8801
8802 2005-08-05 Kenichi Handa <handa@m17n.org>
8803
8804 * international/code-pages.el: Add autoload cookies for all coding
8805 systems.
8806
8807 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
8808
8809 * cus-start.el (all): Put undo.c where it alphabetically belongs.
8810
8811 2005-08-04 Juri Linkov <juri@jurta.org>
8812
8813 * progmodes/compile.el (compilation-mode-map):
8814 * progmodes/grep.el (grep-mode-map):
8815 Bind TAB to `compilation-next-error' and [backtab] to
8816 `compilation-previous-error'.
8817
8818 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8819 matching line numbers, column numbers and their ranges with regexp
8820 matching only line numbers.
8821 (grep-context-face): New face variable.
8822 (grep-mode-font-lock-keywords): Use it.
8823
8824 * faces.el (read-face-name): Delete duplicate faces.
8825
8826 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
8827
8828 * thumbs.el (thumbs-find-image): Don't make variables
8829 automatically buffer local.
8830 (thumbs-current-tmp-filename, thumbs-current-image-filename)
8831 (thumbs-image-num): Make automatically buffer local.
8832 (thumbs-show-thumbs-list): Use `make-local-variable', not
8833 `make-variable-buffer-local'.
8834 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8835
8836 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8837 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8838 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8839 (bother, bye, canyou, chatlst, continue, deathlst, describe)
8840 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8841 (feelings-about, foullst, found, hello, history, howareyoulst)
8842 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8843 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8844 (neglst, obj, object, owner, please, problems, qlist)
8845 (random-adjective, relation, remlst, repetitive-shortness)
8846 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8847 (shortlst, something, sportslst, stallmanlst, states, subj)
8848 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8849 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8850 Defvar at compile time.
8851
8852 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8853 not `make-variable-buffer-local'.
8854
8855 2005-08-02 Kim F. Storm <storm@cua.dk>
8856
8857 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8858 rectangle overlay in selected window.
8859
8860 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
8861
8862 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8863 instead of display group. Make `indicate-buffer-boundaries'
8864 customizable through Custom.
8865
8866 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
8867
8868 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8869 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8870 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8871 (gdb-put-string): Fix typos in docstrings.
8872
8873 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
8874
8875 Update copyright notices of files in progmodes directory for
8876 release of Emacs 22.1.
8877
8878 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8879
8880 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8881 Don't barf if the GUD buffer has been killed.
8882
8883 2005-08-01 Kim F. Storm <storm@cua.dk>
8884
8885 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8886
8887 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * simple.el (next-error-follow-minor-mode):
8890 make-variable-buffer-local -> make-local-variable.
8891
8892 * emacs-lisp/cl-extra.el: Require CL also when compiling.
8893
8894 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8895 (byte-compile-form-make-variable-buffer-local): New functions to warn
8896 about misuses of make-variable-buffer-local where make-local-variable
8897 was meant.
8898
8899 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
8900
8901 * bs.el (bs-attributes-list): Doc fix.
8902 (bs): Update url-link.
8903
8904 * desktop.el (desktop-save-buffer): Fix typos in docstring.
8905 (desktop-load-default): Simplify.
8906
8907 * ibuffer.el (ibuffer-columnize-and-insert-list)
8908 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8909 (ibuffer-unmark-all, ibuffer-toggle-marks)
8910 (ibuffer-unmark-forward, ibuffer-unmark-backward)
8911 (ibuffer-compile-make-format-form, ibuffer-format-column)
8912 (ibuffer-current-buffers-with-marks)
8913 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8914 (ibuffer): Doc fix.
8915 (ibuffer-mode): Fix typo in docstring.
8916 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8917 with `define-obsolete-variable-alias'.
8918 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
8919
8920 2005-07-29 Kenichi Handa <handa@m17n.org>
8921
8922 * international/mule-cmds.el (select-message-coding-system):
8923 Be sure to use LF for end-of-line. If no coding system is decided,
8924 return iso-8859-1-unix.
8925
8926 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8929 (ange-ftp-pending-error-line): New vars.
8930 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8931 to handle the non-fatal no-route-to-host messages.
8932 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8933
8934 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * isearch.el (isearch-mode-map, isearch-other-meta-char)
8937 (isearch-quote-char, isearch-printing-char)
8938 (isearch-text-char-description): "?\ " -> "?\s".
8939 (isearch-lazy-highlight-cleanup)
8940 (isearch-lazy-highlight-initial-delay)
8941 (isearch-lazy-highlight-interval)
8942 (isearch-lazy-highlight-max-at-a-time)
8943 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8944 Declare with define-obsolete-*-alias macros.
8945 (isearch-forward): Fix typo in docstring.
8946 (search-invisible, search-ring-yank-pointer)
8947 (regexp-search-ring-yank-pointer): Doc fixes.
8948
8949 * recentf.el (recentf-menu-append-commands-p): Declare with
8950 `define-obsolete-variable-alias'.
8951 (recentf-max-saved-items, recentf-menu-filter)
8952 (recentf-arrange-by-rule-subfilter): Doc fixes.
8953 (recentf-menu-append-commands-flag)
8954 (recentf-initialize-file-name-history, recentf-expand-file-name)
8955 (recentf-clear-data): Fix typos in docstrings.
8956
8957 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
8958
8959 * progmodes/gdb-ui.el: Smarten comments.
8960 (gdb-info-breakpoints-custom): Use nowarn when finding file.
8961
8962 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8963
8964 * term/apollo.el (terminal-init-apollo): New function containing
8965 all former top level forms in the file.
8966 * term/bobcat.el (terminal-init-bobcat):
8967 * term/cygwin.el (terminal-init-cygwin):
8968 * term/iris-ansi.el (terminal-init-iris-ansi):
8969 * term/linux.el (terminal-init-linux):
8970 * term/news.el (terminal-init-news):
8971 * term/rxvt.el (terminal-init-rxvt):
8972 * term/sun.el (terminal-init-sun):
8973 * term/tvi970.el (terminal-init-tvi970):
8974 * term/vt100.el (terminal-init-vt100):
8975 * term/vt102.el (terminal-init-vt102):
8976 * term/vt125.el (terminal-init-vt125):
8977 * term/vt200.el (terminal-init-vt200):
8978 * term/vt201.el (terminal-init-vt201):
8979 * term/vt220.el (terminal-init-vt220):
8980 * term/vt240.el (terminal-init-vt240):
8981 * term/vt300.el (terminal-init-vt300):
8982 * term/vt320.el (terminal-init-vt320):
8983 * term/vt400.el (terminal-init-vt400):
8984 * term/vt420.el (terminal-init-vt420):
8985 * term/wyse50.el (terminal-init-wyse50):
8986 * term/xterm.el (terminal-init-xterm): Likewise.
8987
8988 * term/README: Describe the terminal-init-* functionality.
8989
8990 * startup.el (command-line): After loading the terminal initialization
8991 file call the corresponding terminal initialization function.
8992
8993 2005-07-27 Kenichi Handa <handa@m17n.org>
8994
8995 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8996 negative.
8997
8998 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8999 (ps-mule-composition-prologue): Fix for the case that
9000 RelativeCompose is false.
9001
9002 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9005
9006 * descr-text.el (describe-char): Handle the case where the list of
9007 chars is displayed in a separate frame.
9008 Be a bit more discriminating when looking for the char.
9009
9010 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
9011
9012 * bookmark.el (bookmark-automatically-show-annotations)
9013 (bookmark-read-annotation-text-func): Doc fixes.
9014 (bookmark-save): Improve argument/docstring consistency.
9015 (bookmark-get-bookmark, bookmark-get-bookmark-record)
9016 (bookmark-alist-from-buffer)
9017 (bookmark-upgrade-file-format-from-0)
9018 (bookmark-grok-file-format-version)
9019 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9020 (bookmark-read-annotation-mode)
9021 (bookmark-insert-current-bookmark, bookmark-jump)
9022 (bookmark-exit-hook): Fix typos in docstrings.
9023 (bookmark-exit-hooks): Define as obsolete alias.
9024 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9025 not `bookmark-exit-hooks'. Fix docstring.
9026 (bookmark-bmenu-select): "?\ " -> "?\s".
9027
9028 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
9029
9030 * startup.el (command-line): Fix typo.
9031
9032 2005-07-24 Richard M. Stallman <rms@gnu.org>
9033
9034 * tooltip.el (tooltip-mode): Test emacs-basic-display,
9035 not emacs-quick-startup.
9036
9037 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
9038
9039 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9040 (reb-next-match, reb-show-subexp): Use `with-selected-window'
9041 instead of `reb-with-current-window'.
9042 (reb-prev-match): Likewise. Also, don't move left if the search
9043 was unsuccessful.
9044 (reb-initialize-buffer): New function.
9045 (re-builder, reb-change-syntax): Use it.
9046
9047 * man.el (Man-goto-page): Make second argument NOERROR optional.
9048
9049 2005-07-23 Richard M. Stallman <rms@gnu.org>
9050
9051 * man.el (Man-bgproc-sentinel): Check here for failure to find
9052 any man page in the output, and report the error here.
9053 (Man-arguments): Make it permanent local.
9054 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
9055 (Man-mode): Pass t for NOERROR.
9056
9057 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9058 (grep-mode-font-lock-keywords):
9059 Don't use compilation-...-face for messages that are not file names.
9060
9061 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9062 Don't use compilation-...-face for messages that are not file names.
9063
9064 2005-07-22 Juri Linkov <juri@jurta.org>
9065
9066 * startup.el (normal-splash-screen): Update menu name.
9067
9068 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9069
9070 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9071
9072 * term/xterm.el: Load term/rxvt if the terminal is actually an
9073 rxvt terminal.
9074 (xterm-rxvt-set-background-mode): Remove, not used anymore.
9075
9076 * term/rxvt.el (function-key-map): Use substitute-key-definition
9077 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9078
9079 * term/cygwin.el: New file.
9080
9081 2005-07-22 Kim F. Storm <storm@cua.dk>
9082
9083 * image-file.el (insert-image-file, image-file-yank-handler):
9084 Fix last change to maintain a (unique) yank-handler on yanked images.
9085
9086 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
9087
9088 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9089 of the file size (as in "177B" for 177 bytes). This happens with
9090 "ls -lh" on FreeBSD.
9091
9092 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
9093
9094 * hilit-chg.el (highlight-changes-global-initial-state)
9095 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9096 (hilit-chg-fixup, highlight-changes-mode):
9097 Fix typos in docstrings.
9098 (highlight-changes-global-modes, highlight-changes-rotate-faces):
9099 Doc fixes.
9100
9101 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
9102
9103 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9104 mode function using `eval-after-load'.
9105
9106 2005-07-21 Kim F. Storm <storm@cua.dk>
9107
9108 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9109 included when reporting an emacs crash, and tell about the DEBUG file.
9110
9111 * image-file.el (insert-image-file): Add yank-handler.
9112 (image-file-yank-handler): Yank handler to make unique copies of
9113 images when they are yanked into a buffer next to each other.
9114
9115 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
9116
9117 * comint.el (comint-use-prompt-regexp, comint-send-input)
9118 (comint-source-default, comint-extract-string)
9119 (comint-get-source, comint-word, comint-completion)
9120 (comint-source, comint-prompt-read-only, comint-update-fence):
9121 Fix typos in docstrings.
9122 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9123 Declare with define-obsolete-*-alias macros.
9124 (comint-previous-matching-input-from-input)
9125 (comint-next-matching-input-from-input)
9126 (comint-previous-matching-input, comint-next-matching-input)
9127 (comint-forward-matching-input):
9128 Improve argument/docstring consistency.
9129
9130 * desktop.el (desktop-clear-preserve-buffers-regexp):
9131 Also preserve the *server* buffer.
9132
9133 * simple.el (clone-indirect-buffer): Doc fix.
9134 (fixup-whitespace, just-one-space)
9135 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9136 (next-error, next-error-highlight)
9137 (next-error-highlight-no-select, next-error-last-buffer)
9138 (next-error-buffer-p, next-error-find-buffer, next-error)
9139 (previous-error, next-error-no-select, previous-error-no-select)
9140 (open-line, split-line, minibuffer-prompt-width, kill-new)
9141 (binary-overwrite-mode): Fix typos in docstrings.
9142 (set-fill-column): Fix typo in message.
9143
9144 * skeleton.el (skeleton-proxy-new): Doc fix.
9145
9146 * strokes.el (strokes-load-hook): Doc fix.
9147 (strokes-grid-resolution, strokes-get-grid-position)
9148 (strokes-renormalize-to-grid, strokes-read-stroke)
9149 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9150 (strokes-global-map): Fix typos in docstrings.
9151 (strokes-help): Doc fix. Fix help message and pass it through
9152 `substitute-command-keys'.
9153
9154 * tempo.el (tempo-insert-prompt, tempo-interactive)
9155 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9156 (tempo-insert-string-functions, tempo-local-tags)
9157 (tempo-define-template, tempo-insert-template)
9158 (tempo-insert-prompt-compat, tempo-is-user-element)
9159 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9160 Fix typos in docstrings.
9161
9162 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9163 (vcursor-key-bindings, vcursor-use-vcursor-map)
9164 (vcursor-find-window, vcursor-scroll-down)
9165 (vcursor-disable, vcursor-beginning-of-buffer)
9166 (vcursor-end-of-buffer): Fix typos in docstrings.
9167 (vcursor-relative-move, vcursor-get-char-count):
9168 Improve argument/docstring consistency.
9169
9170 * version.el: "?\ " -> "?\s".
9171
9172 * wid-edit.el (widget-default-create, widget-after-change)
9173 (widget-default-format-handler, widget-checklist-add-item)
9174 (widget-radio-add-item, widget-choose, widget-specify-secret)
9175 (widget-field-value-create, widget-field-value-get)
9176 (widget-editable-list-format-handler)
9177 (widget-editable-list-entry-create, widget-group-value-create)
9178 (widget-documentation-link-add)
9179 (widget-documentation-string-value-create): "?\ " -> "?\s".
9180 (widget-convert-text): Doc fix.
9181 (widget-narrow-to-field, widget-field-find)
9182 (widget-url-link-action, widget-emacs-library-link-action)
9183 (widget-color-notify): Fix typos in docstrings.
9184
9185 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9186 (x-select-text, set-w32-system-coding-system)
9187 (w32-add-charset-info): Fix typos in docstrings.
9188
9189 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9190 (cua-enable-cua-keys, cua-use-hyper-key)
9191 (cua-virtual-rectangle-edges): Fix typos in docstrings.
9192 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9193
9194 * net/tramp.el (tramp-handle-load): Fix typo in error message.
9195
9196 * emacs-lisp/re-builder.el (regexp-builder): Declare with
9197 `defalias' instead of faking it.
9198
9199 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9200 (eshell-ls-missing, eshell-ls-dired-initial-args)
9201 (eshell-ls-use-in-dired): Fix typos in docstrings.
9202
9203 2005-07-20 Kim F. Storm <storm@cua.dk>
9204
9205 * emulation/cua-base.el (cua-mode): Improve doc string.
9206
9207 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
9208
9209 * abbrev.el (expand-region-abbrevs): Doc fix.
9210 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9211 Improve argument/docstring consistency.
9212
9213 * arc-mode.el (archive-get-descr, archive-alternate-display):
9214 Doc fixes.
9215 (archive-l-e): Improve argument/docstring consistency.
9216 (archive-tmpdir, archive-unixdate, archive-unixtime)
9217 (archive-chmod-entry): Fix typos in docstrings.
9218 (archive-unflag, archive-unflag-backwards)
9219 (archive-unmark-all-files): "?\ " -> "?\s".
9220
9221 * buff-menu.el (Buffer-menu-unmark): Doc fix.
9222 (Buffer-menu-not-modified, Buffer-menu-execute)
9223 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9224 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9225
9226 * composite.el (compose-string, encode-composition-rule)
9227 (compose-last-chars): Fix typos in docstrings.
9228
9229 * desktop.el (desktop-enable, desktop-basefilename):
9230 Declare with `define-obsolete-variable-alias'.
9231 (desktop-internal-v2s): Don't quote keywords.
9232 (desktop-clear): "?\ " -> "?\s".
9233
9234 * dired.el (dired-align-file, dired-flag-backup-files)
9235 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9236 (dired-listing-switches, dired-ls-F-marks-symlinks)
9237 (dired-dwim-target, dired-load-hook, dired-mode-hook)
9238 (dired-directory, dired-faces, dired, dired-revert)
9239 (dired-mode, dired-summary, dired-view-file)
9240 (dired-copy-filename-as-kill, dired-delete-file)
9241 (dired-no-confirm, dired-unmark-all-marks)
9242 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9243 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9244 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9245 Fix typos in message strings.
9246
9247 * dired-x.el (virtual-dired): Declare with `defalias'.
9248 (dired-mark-unmarked-files, dired-local-variables-file)
9249 (dired-omit-here-always): Doc fix.
9250 (dired-omit-mode, dired-find-subdir)
9251 (dired-enable-local-variables, dired-clean-up-buffers-too)
9252 (dired-extra-startup, dired-mark-extension, dired-jump)
9253 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9254 (dired-smart-shell-command, dired-guess-shell-alist-user)
9255 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9256 (dired-x-bind-find-file, dired-x-submit-report):
9257 Fix typos in docstrings.
9258 (dired-mark-unmarked-files): "?\ " -> "?\s".
9259
9260 * dirtrack.el (dirtrack-list): Fix typos in docstring.
9261
9262 * faces.el (describe-face): "?\ " -> "?\s".
9263 (read-all-face-attributes, read-face-font, modify-face)
9264 (face-attr-construct, italic): Fix typos in docstrings.
9265 (frame-update-face-colors): Declare with
9266 `define-obsolete-function-alias'.
9267
9268 * files.el (find-file-noselect, recode-file-name): Doc fixes.
9269 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9270 (magic-mode-alist, buffer-file-numbers-unique)
9271 (write-file-functions, get-free-disk-space):
9272 Fix typos in docstrings.
9273 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9274 (write-contents-hooks, write-file-hooks):
9275 Declare with `define-obsolete-variable-alias'.
9276
9277 * forms-d2.el (arch-rj): Fix typo in docstrings.
9278 (arch-tocol): Likewise. "?\ " -> "?\s".
9279
9280 * frame.el (set-frame-font, cursor-in-non-selected-windows):
9281 Fix typo in docstring.
9282 (set-screen-width, set-screen-height): Delete redundant info in
9283 doctrings.
9284 (new-frame, screen-height, screen-width): Declare with
9285 `define-obsolete-function-alias'.
9286 (delete-frame-hook, blink-cursor): Declare with
9287 `define-obsolete-variable-alias'.
9288
9289 * paths.el (prune-directory-list): Fix typos in docstring.
9290
9291 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9292 (cvs-prefix-get): Fix typos in docstrings.
9293
9294 * ps-print.el (ps-extend-face-list, ps-extend-face)
9295 (ps-print-background-image): Fix typos in docstrings.
9296 (ps-default-fg, ps-default-bg): Doc fixes.
9297
9298 * s-region.el (s-region-bind): Doc fix.
9299 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9300
9301 * textmodes/org.el (org-table-formula-substitute-names)
9302 (org-table-get-vertical-vector): Doc fixes.
9303 (org-table-recalculate): Remove unused argument to `message'.
9304
9305 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
9306
9307 * textmodes/org.el (org-table-column-names)
9308 (org-table-column-name-regexp)
9309 (org-table-named-field-locations): New variables.
9310 (org-archive-subtree): Protect `this-command' when calling
9311 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9312 the kill buffer.
9313 (org-complete): Remove fixed-formula completion.
9314 (org-edit-formulas-map): New variable.
9315 (org-table-edit-formulas): New command.
9316 (org-finish-edit-formulas, org-abort-edit-formulas)
9317 (org-show-variable, org-table-get-vertical-vector): New functions.
9318 (org-table-maybe-eval-formula): Handle `:=' fields.
9319 (org-table-get-stored-formulas, org-table-store-formulas)
9320 (org-table-get-formula, org-table-modify-formulas)
9321 (org-table-replace-in-formulas): Handle named field formulas.
9322 (org-table-get-specials): Store locations of named fields.
9323
9324 2005-07-19 Juri Linkov <juri@jurta.org>
9325
9326 * progmodes/grep.el (grep-regexp-alist)
9327 (grep-mode-font-lock-keywords, grep-process-setup):
9328 Use default GNU grep match color "01;31m" instead of "01;41m".
9329 (grep-regexp-alist, grep-mode-font-lock-keywords):
9330 Use `\\[[0-9]*m' instead of `\\[00m'.
9331 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9332 sgr_start where its handling is more important. Use the real
9333 length of sgr_start instead of constant 8.
9334 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9335 specially. Delete all remaining escape sequences.
9336 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9337 (grep-regexp-alist): Make hyperlink only for binary file name
9338 instead of the whole line.
9339 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9340 (grep-mode): Add autoload.
9341
9342 * emacs-lisp/find-func.el (find-function-regexp):
9343 Add `define-compilation-mode'.
9344
9345 2005-07-19 Juri Linkov <juri@jurta.org>
9346
9347 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9348 (compare-windows-sync-string-size, compare-windows-recenter)
9349 (compare-windows-highlight, compare-windows): Add version 22.1.
9350 (compare-windows) <defface>: Inherit from lazy-highlight instead
9351 of duplicating its default value.
9352
9353 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9354 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9355
9356 * descr-text.el (describe-char): Create link buttons for `charset'
9357 and `code point'. Add the current input method name with a link
9358 button to `to input' field. Print face names of display table
9359 characters in `The display table entry is displayed by' section
9360 instead of printing face-id in the `display' field.
9361 Guess hardcoded faces and create a link button for them.
9362 Skip empty fields when calculating max-width.
9363 Treat `widget-create' specially while inserting strings from the
9364 collected field list.
9365 (describe-char-after): Made obsolete in version 22.1, not 21.5.
9366
9367 * diff-mode.el (diff-file-header): Change foreground color from
9368 yellow to green on light backgrounds.
9369 (diff-context): Inherit from `shadow' only for color/grayscale
9370 with more than 88 colors.
9371 (diff-indicator-removed, diff-indicator-added)
9372 (diff-indicator-changed): New faces.
9373 (diff-font-lock-keywords): Use new faces. Regroup rules.
9374 Add "^---$" for `normal' diff format. Fontify `#' lines with
9375 font-lock-comment-delimiter-face and font-lock-comment-face.
9376 Add `#' to ^[^...] in the rule for `diff-context-face'.
9377
9378 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9379 a button-like box. Inherit from `highlight' on low colors.
9380 (shadow): Use shades of gray only for color/grayscale with
9381 more than 88 colors. Use green for light backgrounds with
9382 8 colors, and yellow for dark backgrounds with 8 colors.
9383
9384 * font-lock.el (font-lock-regexp-grouping-backslash):
9385 Don't inherit from escape-glyph (use bold for all cases).
9386
9387 * info.el (info-xref-visited): Use light foreground color `violet'
9388 for dark backgrounds instead of dark color `magenta3'.
9389 (info-title-1): Use `yellow' color for dark backgrounds.
9390
9391 * isearch.el (isearch): Use not-too-dark magenta3 instead of
9392 too-light magenta2.
9393
9394 * replace.el (match): Use slightly more light RoyalBlue3 instead
9395 of dark RoyalBlue4.
9396
9397 * wid-edit.el (widget-inactive): Inherit from `shadow'.
9398
9399 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
9400
9401 * novice.el (disabled-command-hook): Declare it with
9402 `define-obsolete-variable-alias'.
9403
9404 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9405 (desktop-buffer-misc-functions, desktop-buffer-handlers)
9406 (desktop-load-default): Add release to obsolescence info.
9407 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9408 (desktop-append-buffer-args, desktop-read):
9409 Fix typos in docstrings.
9410 (desktop-kill): Fix typo in message.
9411 (desktop-save): Doc fix.
9412
9413 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
9414
9415 * viper-cmd.el (viper-escape-to-state): Bug fix.
9416 (viper-envelop-ESC-key): Change the definition of fast
9417 keysequence so it'll work with keyboard macros.
9418
9419 * ediff.el (ediff-patch-buffer): Change the docstring.
9420
9421 2005-07-19 Kenichi Handa <handa@m17n.org>
9422
9423 * international/mule-cmds.el (select-safe-coding-system): Try to
9424 use an auto-coding (if any) before anything else. If the found
9425 auto-coding is invalid, show a warning message.
9426
9427 * international/mule.el (find-auto-coding): New function created
9428 by modifying the body of set-auto-coding.
9429 (set-auto-coding): Use find-auto-coding to find a coding.
9430
9431 2005-07-18 Richard M. Stallman <rms@gnu.org>
9432
9433 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9434 not isearch-mode-end-hook-error.
9435 (allout-before-change-protect): Fix error message.
9436
9437 2005-07-18 Juri Linkov <juri@jurta.org>
9438
9439 * allout.el (allout-mode):
9440 * calculator.el (calculator-copy):
9441 * custom.el (custom-known-themes):
9442 * dired.el (dired-desktop-buffer-misc-data)
9443 (dired-restore-desktop-buffer):
9444 * dired-x.el (dired-omit-marker-char):
9445 * files.el (basic-save-buffer):
9446 * font-core.el (font-lock-mode):
9447 * calendar/calendar.el (calendar-goto-hebrew-date)
9448 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9449 (calendar-goto-persian-date):
9450 * language/ethio-util.el (ethio-sera-to-fidel-region):
9451 * textmodes/picture.el (picture-mode):
9452 Delete duplicate duplicate words.
9453
9454 2005-07-18 Juri Linkov <juri@jurta.org>
9455
9456 * isearch.el (isearch-mode-map): Remove key bindings for regexp
9457 chars * ? } |.
9458 (isearch-fallback): Don't call `isearch-process-search-char'.
9459 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9460 (isearch-process-search-char): Call `isearch-fallback' for regexp
9461 chars * ? } |.
9462 (isearch-return-char): Make obsolete with `make-obsolete' instead
9463 of simply documenting it as obsolete in the docstring.
9464 (isearch-fallback): Refill docstring.
9465
9466 * international/isearch-x.el
9467 (isearch-process-search-multibyte-characters): Remove unneeded
9468 `concat'. Add intermediate values to `junk-hist' instead of
9469 `minibuffer-history'. Test the length of `str'.
9470
9471 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
9472
9473 * allout.el (allout-resolve-xref): Fix typos in error strings.
9474 (allout-before-change-protect): Remove unneeded `concat'.
9475
9476 * array.el (array-mode, array-reconfigure-rows)
9477 (untabify-backward): Fix typos in docstrings.
9478 (array-reconfigure-rows): Use `insert-buffer-substring', not
9479 `insert-buffer'.
9480
9481 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9482 * progmodes/ada-mode.el (ada-make-body):
9483 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9484
9485 * dired.el (dired-log):
9486 * tar-mode.el (tar-subfile-save-buffer):
9487 * play/zone.el (zone-pgm-stress-destress):
9488 Use `insert-buffer-substring', not `insert-buffer'.
9489
9490 2005-07-17 Simon Josefsson <jas@extundo.com>
9491
9492 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9493
9494 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
9495
9496 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9497 Add plain auth method.
9498 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9499
9500 2005-07-17 Kim F. Storm <storm@cua.dk>
9501
9502 * ido.el (dired-other-window): Add ido property.
9503
9504 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
9505
9506 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9507 Fix typo in docstring.
9508 (byte-compile-interactive-only-functions): Add `insert-buffer' and
9509 `insert-file-literally'.
9510
9511 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9512 info and delete redundant message. Doc fix.
9513 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9514 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9515
9516 2005-07-16 Richard M. Stallman <rms@gnu.org>
9517
9518 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9519 (byte-compile-and): Use byte-compile-and-recursion.
9520 (byte-compile-or-recursion): New function.
9521 (byte-compile-or): Use that.
9522 (byte-compile-if): Guard the else-clause too.
9523 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9524
9525 * isearch.el (isearch-mode-end-hook-quit): New variable.
9526 (isearch-done): Bind it.
9527 (isearch-mode-end-hook): Doc fix.
9528
9529 * allout.el (allout-isearch-did-quit): Variable deleted.
9530 (allout-real-isearch-abort): Function name no longer used.
9531 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9532 (allout-isearch-rectification): isearch-mode always exists.
9533 Don't set allout-isearch-did-quit.
9534 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9535 allout-isearch-did-quit.
9536 (allout-enwrap-isearch): Just add the hook.
9537 (allout-isearch-abort): Function deleted.
9538 (allout-pre-command-business): Avoid warning.
9539
9540 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9541 Correctly avoid warnings.
9542 (pascal-outline): Likewise.
9543
9544 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9545
9546 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9547
9548 * play/tetris.el (tetris-mode): Avoid warning.
9549
9550 * play/snake.el (snake-mode): Avoid warning.
9551
9552 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9553 (gamegrid-set-display-table): Avoid warning.
9554 (gamegrid-set-timer): Likewise.
9555 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9556 (gamegrid-add-score-with-update-game-score-1): Take FILE
9557 as argument.
9558 (gamegrid-add-score-with-update-game-score): Pass that argument.
9559 Rename have-shared-game-dir to gamegrid-shared-game-dir.
9560
9561 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9562
9563 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9564 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9565
9566 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9567 and insert-file.
9568
9569 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9570 (sc-ask): Avoid warnings.
9571
9572 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9573 (eshell-hist-initialize): Use that var the natural way.
9574
9575 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9576
9577 * emacs-lisp/re-builder.el (reb-cook-regexp):
9578 Avoid warning calling lre-compile-string.
9579 (reb-color-display-p): Avoid warning.
9580
9581 * calculator.el (calculator-last-input): Guard uses
9582 of event-key and key-press-event-p.
9583 (event-key, key-press-event-p): Delete definitions.
9584
9585 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9586 (find-gc-source-directory, find-gc-subrs-callers)
9587 (find-gc-noreturn-list, find-gc-source-files)
9588 (find-gc-subrs-called): Vars renamed and defvar'd.
9589
9590 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9591 (checkdoc-overlay-put, checkdoc-delete-overlay)
9592 (checkdoc-overlay-start, checkdoc-overlay-end)
9593 (checkdoc-mode-line-update, checkdoc-char=):
9594 Define such that compiler knows they are defined.
9595 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
9596 (checkdoc-read-event): Delete. Use read-event directly.
9597
9598 * whitespace.el (whitespace-make-overlay)
9599 (whitespace-overlay-put, whitespace-delete-overlay)
9600 (whitespace-overlay-start, whitespace-overlay-end):
9601 Define such that compiler knows they are defined.
9602 (whitespace): Move conditional inside.
9603
9604 * tempo.el (tempo-insert-template): Suppress warning.
9605
9606 * ediff-diff.el (longlines-mode): Add defvar.
9607
9608 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
9609
9610 * server.el: Bind "C-x #" in a way that works even if C-x is
9611 redefined to a command key, not a prefix key.
9612
9613 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
9614
9615 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9616 cl-make-type-test till execution time.
9617
9618 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
9619
9620 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9621 arg ARG and use it.
9622
9623 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
9624
9625 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9626
9627 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
9628
9629 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9630 a defcustom with two :set or :type keywords.
9631
9632 2005-07-15 Richard M. Stallman <rms@gnu.org>
9633
9634 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9635 Don't give ^M comment-end syntax.
9636
9637 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
9638
9639 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9640 Don't consider gdbmi (gdb-mi.el has its own update functions).
9641 (gdb-var-delete): Make it work for gdbmi as well.
9642 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9643
9644 * progmodes/gud.el (etags, sdb): Only require etags when needed.
9645 (gud-speedbar-menu-items): Correct logic for enabling items.
9646
9647 2005-07-15 Kim F. Storm <storm@cua.dk>
9648
9649 * ido.el: Fix commentary.
9650 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9651 Use with-no-warnings around ffap-guesser.
9652 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9653 Let bind minibuffer-completing-file-name to t.
9654
9655 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
9656
9657 * startup.el (site-run-file, keyboard-type): Doc fixes.
9658 (command-line): Check for "--basic-display" argument; also for
9659 "--quick", not "--bare-bones" (which was renamed).
9660 (fancy-splash-text): Add missing item "Getting New Versions".
9661 (normal-splash-screen): Fix typos and improve consistency with
9662 `fancy-splash-text'. Update copyright year.
9663
9664 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9665 valid binding for `help-char'.
9666
9667 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9668
9669 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
9670
9671 * term.el (term-mode): Disable cua-mode for term buffers.
9672
9673 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
9674
9675 * add-log.el (add-log-mailing-address, change-log-merge):
9676 Doc fixes.
9677 (change-log-get-method-definition): Fix typo in docstring.
9678
9679 2005-07-14 Kim F. Storm <storm@cua.dk>
9680
9681 * emulation/cua-base.el:
9682 (cua--pre-command-handler-1, cua--pre-command-handler)
9683 (cua--post-command-handler-1, cua--post-command-handler):
9684 Split in two. Check (buffer local) value of cua-mode.
9685 (cua-selection-mode): New command.
9686
9687 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9688
9689 * custom.el (custom-initialize-safe-set)
9690 (custom-initialize-safe-default): Doc fixes.
9691
9692 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9693 and simplify :init-value again.
9694
9695 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9696 and simplify :init-value again. Delete autoload.
9697
9698 * startup.el (command-line): Use `custom-reevaluate-setting' again
9699 for tooltip-mode.
9700
9701 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9702 a defcustom with two :initialize keywords.
9703
9704 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
9705
9706 * allout.el (my-mark-marker, allout-isearch-prior-pos)
9707 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9708 (allout-post-command-business, allout-flag-region)
9709 (isearch-reenable-font-lock, allout-yank)
9710 (allout-insert-latex-header, allout-insert-latex-trailer)
9711 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9712 (allout-latex-verb-quote): Fix typos in docstrings.
9713 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9714 (allout-unprotected, allout-prefix-data):
9715 Improve argument/docstring consistency.
9716 (allout-chart-subtree): Fix argument spec.
9717 (allout-open-topic): Rename `use_sib_bullet' argument to
9718 `use-sib-bullet'. Doc fix.
9719
9720 * whitespace.el (whitespace-check-buffer-leading)
9721 (whitespace-check-buffer-trailing)
9722 (whitespace-check-buffer-indent)
9723 (whitespace-check-buffer-spacetab)
9724 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9725 (whitespace-check-leading-whitespace)
9726 (whitespace-check-trailing-whitespace)
9727 (whitespace-check-spacetab-whitespace)
9728 (whitespace-check-indent-whitespace)
9729 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9730 (whitespace-modes): Fix typos in docstrings.
9731 (defgroup, defcustom): Doc fixes.
9732
9733 * winner.el (winner-mode, winner-boring-buffers)
9734 (winner-pending-undo-ring): Doc fixes.
9735 (winner-ring): Remove unneeded `progn'.
9736 (winner-equal): `defsubst' it.
9737 (winner-redo): Fix message.
9738
9739 2005-07-13 Kim F. Storm <storm@cua.dk>
9740
9741 * simple.el (line-move-1): Always use vertical-motion to
9742 do the last (or only) line move to ensure some movement.
9743 Undo 2005-06-23 change--don't check for overlays.
9744
9745 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9746
9747 * term/mac-win.el (ccl-encode-mac-roman-font)
9748 (ccl-encode-mac-centraleurroman-font)
9749 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9750 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9751 Change charset-id boundary of dimension to ?\xef.
9752 (mac-char-fontspec-list): New constant.
9753 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
9754 argument. Nil uses itself as family in font-spec. Previous
9755 behavior for nil is now provided by non-nil non-string argument.
9756 All callers changed. Add font-specs for Mac fonts to
9757 "fontset-default" unless iso8859-1 fonts are installed.
9758
9759 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * progmodes/sh-script.el (sh-get-indent-info): Only indent
9762 a continuation line if the \ is preceded by SPC or TAB.
9763 (sh-get-indent-info): Simplify.
9764 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9765 Use with-current-buffer.
9766
9767 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9768 when the matched text is empty.
9769
9770 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
9771
9772 * startup.el (command-line): Revert to previous handling of
9773 tooltip-mode. Explain in comment why the complexity is needed.
9774
9775 * tooltip.el (tooltip-mode): Revert to previous implementation of
9776 its defcustom.
9777
9778 * frame.el (blink-cursor-mode): Revert to previous implementation
9779 of its defcustom. Update comment.
9780
9781 2005-07-12 Lars Hansen <larsh@soem.dk>
9782
9783 * desktop.el: Update e-mail address.
9784
9785 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9786
9787 * term/mac-win.el (mac-services-mail-selection)
9788 (mac-services-mail-to): New functions.
9789 (mac-application-menu-map): Bind them.
9790
9791 2005-07-12 wulei <milton@wulei.net> (tiny change)
9792
9793 * progmodes/gdb-ui.el: Add note about buffering with Windows.
9794
9795 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
9796
9797 * custom.el (custom-reevaluate-setting): Doc fix.
9798
9799 2005-07-11 Jay Belanger <belanger@truman.edu>
9800
9801 * calc/calc.el (calc-embedded-announce-formula-alist)
9802 (calc-embedded-open-close-plain-alist)
9803 (calc-embedded-open-close-mode-alist): Add checks for additional
9804 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9805
9806 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
9807
9808 * custom.el (custom-enable-theme): Don't add theme to
9809 `custom-enabled-themes' with `push' because there is no
9810 setf-method for `delq'.
9811
9812 2005-07-11 Richard M. Stallman <rms@gnu.org>
9813
9814 * custom.el (custom-declare-variable): Doc fix.
9815
9816 * dired-aux.el (dired-compare-directories): Remove "." and ".."
9817 from the alists.
9818
9819 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9820 Do nothing if edebug-active.
9821
9822 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9823 (edebug-display): Do it here instead.
9824
9825 2005-07-10 Richard M. Stallman <rms@gnu.org>
9826
9827 * cus-face.el (custom-theme-set-faces): Make it work.
9828 (custom-reset-faces): Doc fix.
9829 (custom-theme-reset-internal-face, custom-theme-face-value):
9830 Functions deleted.
9831
9832 * custom.el (custom-push-theme): Maintain list of the settings
9833 of a given theme in its theme-settings property.
9834 Maintain position of old settings in the theme-value
9835 or theme-face property.
9836 (custom-enabled-themes): New variable.
9837 (custom-theme-enabled-p): New function.
9838 (provide-theme): Update custom-enabled-themes.
9839 Disable and reenable the `user' theme.
9840 (require-theme): Doc fix.
9841 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9842 (custom-theme-value, custom-theme-variable-value): Likewise.
9843 (custom-theme-reset-internal): Likewise.
9844 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9845 (custom-enable-theme, custom-disable-theme): New functions.
9846 (custom-variable-theme-value, custom-face-theme-value): Likewise.
9847 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9848 (custom-theme-reset-variables): Simplify.
9849 (deftheme, custom-declare-theme, custom-make-theme-feature):
9850 Definitions moved.
9851
9852 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
9853
9854 * longlines.el (longlines-show-region)
9855 (longlines-unshow-hard-newlines): Recognize hard newlines by
9856 non-nil hard property, instead of t.
9857
9858 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
9859
9860 * viper-cmd.el (viper--key-maps): New variable.
9861 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9862 emulation-mode-map-alists.
9863 (viper-envelop-ESC-key): Use viper-subseq.
9864 (viper-search-forward/backward/next): Disable debug-on-error.
9865
9866 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9867 (viper-ESC-key): New defcustoms.
9868
9869 * viper-macs.el (ex-map-read-args): Use viper-subseq.
9870
9871 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9872 (viper-subseq): Copy of subseq from cl.el.
9873
9874 * viper.el (viper-go-away, viper-set-hooks): Use
9875 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9876
9877 * viper-mous.el (viper-current-frame-saved): Use defvar.
9878
9879 * viper-init.el: Get rid of -face in face names.
9880
9881 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9882 Make it work with longlines mode
9883
9884 * ediff-mult.el (ediff-meta-mode-hook): New variable.
9885
9886 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9887
9888 * ediff-init.el: Get rid of -face in face names.
9889
9890 2005-07-10 Richard M. Stallman <rms@gnu.org>
9891
9892 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9893 and with-timeout-unsuspend.
9894
9895 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9896 and with-timeout-unsuspend.
9897
9898 * emacs-lisp/timer.el (with-timeout-timers): New variable.
9899 (with-timeout): Bind that variable to record timers.
9900 (with-timeout-suspend, with-timeout-unsuspend): New functions.
9901
9902 * emacs-lisp/debug.el (debug-help-follow): New function.
9903 (debugger-mode-map): Use that instead of help-follow.
9904 (debugger-setup-buffer): Use eval-buffer-list
9905 to handle eval-buffer frames.
9906
9907 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
9908
9909 * timezone.el (timezone-parse-date): Change first regexp
9910 so it will not mistakenly match dates with no time zone.
9911
9912 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
9913
9914 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9915
9916 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
9917
9918 * custom.el (custom-initialize-safe-set)
9919 (custom-initialize-safe-default): New functions.
9920
9921 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9922 and simplify :init-value.
9923
9924 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9925 and simplify :init-value. Delete obsolete comment.
9926
9927 * startup.el (command-line): Use `custom-reevaluate-setting' to
9928 handle `tooltip-mode'. Delete obsolete comment.
9929
9930 * files.el (set-visited-file-name): Avoid calling
9931 `file-name-nondirectory' with a nil argument.
9932
9933 2005-07-09 Richard M. Stallman <rms@gnu.org>
9934
9935 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9936 was called with nil for the buffer, handle the read position right.
9937 Handle read position for eval-region, too.
9938
9939 2005-07-09 Juri Linkov <juri@jurta.org>
9940
9941 * fringe.el (fringe-mode): Add period in docstring.
9942 (fringe-query-style): Build prompt depending on `all-frames' arg.
9943
9944 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9945 to not create links to unrelated functions in the Help buffer.
9946
9947 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9948 Doc fix.
9949
9950 * simple.el (next-error-hook): New variable.
9951 (next-error): Use it. Doc fix.
9952
9953 * textmodes/ispell.el (ispell-command-loop): Add current
9954 dictionary name and program name to mode-line-format.
9955 (ispell-region, ispell-process-line): Add current dictionary name
9956 and program name to messages.
9957
9958 2005-07-08 Jay Belanger <belanger@truman.edu>
9959
9960 * calc/calc.el (calc-embedded-announce-formula-alist)
9961 (calc-embedded-open-close-formula-alist)
9962 (calc-embedded-open-close-word-alist)
9963 (calc-embedded-open-close-plain-alist)
9964 (calc-embedded-open-close-new-formula-alist)
9965 (calc-embedded-open-close-mode-alist)
9966 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9967 (calc-embedded-mode-hook): New variables.
9968
9969 * calc/calc-embed.el (calc-embedded-firsttime)
9970 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9971 New variables.
9972 (calc-do-embedded): Use calc-embedded-firsttime,
9973 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9974 determine whether or not to run hooks.
9975 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9976 calc-embedded-firsttime-formula appropriately.
9977 Set calc-embedded delimiter variables according to mode.
9978
9979 2005-07-08 Richard M. Stallman <rms@gnu.org>
9980
9981 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9982 Check for "emacs", etc., as entire symbol, not just as word.
9983 (checkdoc-file-comments-engine): Use regexp-quote on FN.
9984
9985 * files.el (set-visited-file-name): Report the error
9986 for "empty filename" earlier.
9987 (kill-some-buffers): Ignore buffers already dead.
9988
9989 * fringe.el (fringe-mode): Doc fix.
9990
9991 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9992 Check for (featurep 'xemacs) and turn off warnings in what it guards.
9993 Use unwind-protect to ensure byte-compile-unresolved-functions
9994 is updated.
9995
9996 * whitespace.el (whitespace-buffer-leading-cleanup):
9997 Simplify w/ skip-chars-forward.
9998 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9999
10000 * mail/rmail.el (rmail-only-expunge): Fix paren error.
10001 Unconditionally try to leave point at the same old place.
10002
10003 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
10004
10005 * comint.el (comint-postoutput-scroll-to-bottom)
10006 (comint-show-maximum-output): Take scroll-margin into consideration.
10007
10008 2005-07-08 Kim F. Storm <storm@cua.dk>
10009
10010 * ido.el (ido-use-filename-at-point): New choice `guess'.
10011 (ido-file-internal): Try ffap-guesser if selected.
10012
10013 * ido.el (ido-before-fallback-functions): New hook.
10014 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10015 (ido-read-file-name): Run it.
10016
10017 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10020 strings rather than a list of symbols to the completion function.
10021
10022 2005-07-07 Jay Belanger <belanger@truman.edu>
10023
10024 * calc/calc-units.el (math-apply-units): Change the places in
10025 which units are simplified.
10026
10027 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
10028
10029 * cus-edit.el (customize-option, customize-option-other-window):
10030 Make them handle aliases.
10031
10032 * custom.el (custom-variable-p): Make it recursively follow
10033 aliases. Mention that in the docstring.
10034
10035 2005-07-07 Richard M. Stallman <rms@gnu.org>
10036
10037 * cus-start.el (exec-path): Use `directory' instead of `file'.
10038 Fix tag for nil.
10039
10040 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
10041
10042 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10043 when called non-interactively. Doc fix.
10044
10045 2005-07-07 Lute Kamstra <lute@gnu.org>
10046
10047 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10048 new address as well.
10049
10050 2005-07-07 Kenichi Handa <handa@m17n.org>
10051
10052 * international/mule.el (make-coding-system):
10053 Describe `ascii-incompatible' property in the docstring.
10054 (set-file-name-coding-system): Signal an error if coding-system is
10055 ascii-incompatible.
10056 (set-keyboard-coding-system): Likewise.
10057
10058 * international/mule-cmds.el (set-default-coding-systems):
10059 Don't set default-file-name-coding-system and
10060 default-keyboard-coding-system if coding-system is ASCII-incompatible.
10061
10062 * international/utf-16.el: Declare that all UTF-16-based coding
10063 systems are ASCII-incompatible.
10064
10065 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
10066
10067 * progmodes/gud.el: Require font-lock for displaying errors.
10068 Used by gdb-ui.el.
10069
10070 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
10071
10072 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10073 values for the pattern lists which are `read'able but not
10074 `append'able (like symbols).
10075
10076 2005-07-06 Richard M. Stallman <rms@gnu.org>
10077
10078 * progmodes/flymake.el (flymake-float-time): Instead of
10079 with-no-warnings, test for xemacs.
10080 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10081 to avoid warning.
10082
10083 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
10084
10085 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10086
10087 2005-07-05 Lute Kamstra <lute@gnu.org>
10088
10089 * battery.el: Add support for Darwin (with much debugging help
10090 from Samuel Lauber <sam124@operamail.com>).
10091 (battery-status-function, battery-echo-area-format)
10092 (battery-mode-line-format): Add support for pmset on Darwin.
10093 (battery-load-low, battery-load-critical): New user options.
10094 (battery-pmset): New function.
10095
10096 2005-07-05 Lute Kamstra <lute@gnu.org>
10097
10098 Update FSF's address in GPL notices.
10099
10100 * textmodes/page-ext.el: Update FSF's address.
10101
10102 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10105 filling from using prefix when filling a single-line docstring.
10106
10107 * progmodes/flymake.el: Remove useless eval-when-compile.
10108
10109 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10110
10111 2005-07-04 Richard M. Stallman <rms@gnu.org>
10112
10113 * textmodes/org.el (org-file-apps-defaults-gnu):
10114 Rename from org-file-apps-defaults-linux.
10115 (org-default-apps): Don't test system-type for `linux'.
10116 (org-file-apps): Doc fix.
10117
10118 2005-07-04 David Ponce <david@dponce.com>
10119
10120 * tree-widget.el: Improve header Commentary section.
10121 (tree-widget) [defgroup]
10122 (tree-widget-image-enable, tree-widget-themes-directory)
10123 (tree-widget-theme, tree-widget-image-properties-emacs)
10124 (tree-widget-image-properties-xemacs, tree-widget-create-image)
10125 (tree-widget-image-formats, tree-widget-control)
10126 (tree-widget-empty-control, tree-widget-leaf-control
10127 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10128 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10129 (tree-widget-keep, tree-widget-after-toggle-functions)
10130 (tree-widget-open-node, tree-widget-close-node): Doc fix.
10131 (tree-widget-open-control, tree-widget-close-control): Fix doc and
10132 :help-echo message.
10133 (tree-widget-set-theme): Doc fix. Use `string-equal'.
10134 (tree-widget-image-properties): Doc fix. Clearer implementation.
10135 (tree-widget--cursors): New constant.
10136 (tree-widget-lookup-image): New function split from
10137 `tree-widget-find-image'. Clearer implementation.
10138 (tree-widget-find-image): Use it.
10139 (tree-widget-button-keymap): Use `set-keymap-parent'.
10140 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10141 Define the sub-widgets here.
10142 (tree-widget-node): Check that :node is not a tree-widget.
10143 (tree-widget-get-super, tree-widget-open-control)
10144 (tree-widget-close-control, tree-widget-empty-control)
10145 (tree-widget-leaf-control, tree-widget-guide)
10146 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10147 (tree-widget-no-handle, tree-widget-value-delete)
10148 (tree-widget-map): Remove.
10149 (tree-widget-children-value-save): Doc fix. Simplified.
10150 (tree-widget-value-create): Update according to previous changes.
10151
10152 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
10153
10154 * textmodes/org.el: Leading space replaced by TABS.
10155 (org-recalc-marks, org-table-rotate-recalc-marks)
10156 (org-table-get-specials): Treat "^" and "_" marks.
10157 (org-table-justify-field-maybe): Optional argument NEW.
10158 (org-table-eval-formula): Parsing of the format simplified.
10159 New modes C,I. Honor the %= parameter in the current table.
10160 Avoid unnecessary re-align by using the NEW argument to
10161 `org-table-justify-field-maybe'.
10162 (org-calc-default-modes): Default for date-format mimicks org-mode.
10163 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10164
10165 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
10166
10167 * cus-face.el (custom-theme-set-faces): Make it handle face
10168 aliases whose alias declarations are pre- or autoloaded.
10169
10170 2005-07-04 Juri Linkov <juri@jurta.org>
10171
10172 * faces.el (read-face-name): Put the code for getting a face name
10173 from the buffer before adding the faces from the `face' property.
10174 Use `completing-read-multiple' instead of `completing-read'.
10175 Require `crm'. Add default value and post-process the returned
10176 list of faces.
10177
10178 * emacs-lisp/crm.el (crm-find-current-element)
10179 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10180
10181 * emacs-lisp/lisp-mode.el (eval-defun-1):
10182 * emacs-lisp/edebug.el (edebug-eval-defun):
10183 Remove unnecessary quotes.
10184
10185 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
10186
10187 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10188 (prolog-indent-level): Fix typo in docstring.
10189
10190 * info.el (Info-history, Info-history-forward)
10191 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10192
10193 * add-log.el (add-change-log-entry):
10194 * comint.el (comint-dynamic-list-input-ring)
10195 (comint-dynamic-list-completions):
10196 * dabbrev.el (dabbrev-expand):
10197 * delim-col.el (delimit-columns-rectangle-line):
10198 * diff-mode.el (diff-context->unified, diff-reverse-direction)
10199 (diff-unified->context):
10200 * ediff-init.el (ediff-abbrev-jobname):
10201 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10202 (ediff-replace-session-activity-marker-in-meta-buffer):
10203 * info.el (Info-summary):
10204 * lpr.el (printify-region):
10205 * printing.el (pr-create-interface):
10206 * ps-print.el (ps-print-quote):
10207 * ses.el (ses-column-widths, ses-print-cell)
10208 (ses-adjust-print-width, ses-center):
10209 * shell.el (shell-file-name-quote-list):
10210 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10211 (strokes-fill-current-buffer-with-whitespace)
10212 (strokes-xpm-for-stroke, strokes-list-strokes)
10213 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10214 * term.el (term-dynamic-list-input-ring)
10215 (term-dynamic-list-completions):
10216 * calc/calc.el (math-format-stack-value):
10217 * emacs-lisp/edebug.el (edebug-display-freq-count):
10218 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10219 (delphi-new-comment-line):
10220 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10221 * progmodes/executable.el (executable-set-magic):
10222 * progmodes/python.el (inferior-python-mode):
10223 * progmodes/scheme.el (scheme-mode-syntax-table):
10224 * progmodes/sh-script.el (sh-maybe-here-document):
10225 * progmodes/sql.el (sql-copy-column):
10226 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10227 * textmodes/bibtex.el (bibtex-mode):
10228 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10229 (sgml-auto-attributes):
10230 * textmodes/table.el (table-insert, table-shorten-cell)
10231 (table--generate-source-scan-lines, table-delete-row)
10232 (*table--cell-delete-char, table--spacify-frame)
10233 (table--horizontally-shift-above-and-below)
10234 (table--cell-insert-char, table--cell-blank-str)
10235 (table--fill-region-strictly):
10236 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10237 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10238
10239 * add-log.el (change-log):
10240 * apropos.el (apropos):
10241 * comint.el (comint-completion, comint-source):
10242 * dabbrev.el (dabbrev):
10243 * delim-col.el (columns):
10244 * diff-mode.el (diff-mode):
10245 * ediff.el (ediff):
10246 * ediff-diff.el (ediff-diff):
10247 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10248 * ediff-mult.el (ediff-mult):
10249 * ediff-ptch.el (ediff-ptch):
10250 * ediff-wind.el (ediff-window):
10251 * facemenu.el (facemenu):
10252 * indent.el (indent):
10253 * info.el (info):
10254 * jka-cmpr-hook.el (compression, jka-compr):
10255 * lpr.el (lpr):
10256 * outline.el (outlines):
10257 * pcmpl-cvs.el (pcmpl-cvs):
10258 * pcmpl-rpm.el (pcmpl-rpm):
10259 * printing.el (printing):
10260 * ps-print.el (postscript, ps-print, ps-print-horizontal)
10261 (ps-print-vertical, ps-print-headers, ps-print-font)
10262 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10263 (ps-print-background, ps-print-printer, ps-print-page)
10264 (ps-print-miscellany):
10265 * ses.el (ses):
10266 * shell.el (shell, shell-directories, shell-faces):
10267 * startup.el (initialization):
10268 * strokes.el (strokes):
10269 * term.el (term):
10270 * uniquify.el (uniquify):
10271 * w32-vars.el (w32):
10272 * calc/calc.el (calc):
10273 * emacs-lisp/bytecomp.el (bytecomp):
10274 * emacs-lisp/cl-indent.el (lisp-indent):
10275 * emacs-lisp/edebug.el (edebug):
10276 * emacs-lisp/elp.el (elp):
10277 * emacs-lisp/testcover.el (testcover):
10278 * emacs-lisp/trace.el (trace):
10279 * emulation/viper-ex.el (viper-ex):
10280 * emulation/viper-mous.el (viper-mouse):
10281 * mail/mailalias.el (mailalias):
10282 * mail/supercite.el (supercite, supercite-frames)
10283 (supercite-attr, supercite-cite, supercite-hooks):
10284 * net/rcompile.el (remote-compile):
10285 * net/rlogin.el (rlogin):
10286 * obsolete/ooutline.el (outlines):
10287 * progmodes/delphi.el (delphi):
10288 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10289 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10290 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10291 (ebnf-optimization):
10292 * progmodes/etags.el (etags):
10293 * progmodes/executable.el (executable):
10294 * progmodes/idlwave.el (idlwave):
10295 * progmodes/pascal.el (pascal):
10296 * progmodes/prolog.el (prolog):
10297 * progmodes/python.el (python):
10298 * progmodes/scheme.el (scheme):
10299 * progmodes/sh-script.el (sh, sh-script):
10300 * progmodes/sql.el (SQL):
10301 * progmodes/tcl.el (tcl):
10302 * textmodes/bibtex.el (bibtex, bibtex-autokey):
10303 * textmodes/enriched.el (enriched):
10304 * textmodes/makeinfo.el (makeinfo):
10305 * textmodes/sgml-mode.el (sgml):
10306 * textmodes/table.el (table-hooks):
10307 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10308 * textmodes/texinfo.el (texinfo):
10309 * textmodes/two-column.el (two-column):
10310 Finish `defgroup' description with period.
10311
10312 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10313 * eshell/esh-var.el (eshell-var):
10314 * progmodes/vhdl-mode.el (vhdl-testbench):
10315 * textmodes/org.el (org): Fix typos in docstrings.
10316
10317 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10318 consistency.
10319
10320 * progmodes/flymake.el (flymake-find-file): Remove.
10321 (flymake-float-time): Use `with-no-warnings'.
10322 (flymake-check-start-time, flymake-check-was-interrupted)
10323 (flymake-err-info, flymake-is-running, flymake-last-change-time)
10324 (flymake-new-err-info): `defvar' at compile time.
10325
10326 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
10327
10328 * replace.el (occur-hook): Doc fix.
10329 (occur-1): Don't call `occur-hook' if there are no matches.
10330
10331 2005-07-03 Richard M. Stallman <rms@gnu.org>
10332
10333 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10334 global-map, save the same map.
10335 (global-map): Don't alter it at top level.
10336 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10337 Then alter it here instead.
10338 (tpu-edt-off): Set global-map to the saved one.
10339
10340 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10341 All references simplified.
10342 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
10343 (zmacs-regions): Add defvar.
10344 (repeat-complex-command-map): Everything about that deleted.
10345
10346 * textmodes/artist.el (artist-key-is-drawing)
10347 (artist-key-endpoint1, artist-key-poly-point-list)
10348 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10349 (artist-key-compl-table, artist-rb-save-data)
10350 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10351 Don't put them in eval-when-compile.
10352 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10353
10354 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10355 Use with-no-warnings.
10356
10357 * net/browse-url.el (dos-windows-version): Add defvar.
10358
10359 * mail/supercite.el (filladapt-prefix-table): Add defvar.
10360
10361 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10362 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10363 (rmail-new-summary-line-count): Rename from new-summary-line-count.
10364 Add defvar.
10365 (rmail-summary-beginning-of-message): Use with-no-warnings.
10366 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10367
10368 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10369 Use with-no-warnings.
10370
10371 * emulation/vi.el (vi-mark-region): Use c-mark-function.
10372 (c-mark-function): Add point-moving-unit property.
10373 (vi-goto-line): Use with-no-warnings.
10374
10375 * emulation/edt.el (edt-last-copied-word): Add defvar.
10376 (zmacs-region-stays): Likewise.
10377 (edt-mark-section-wisely): Use c-mark-function for C.
10378 Use makr-defun for Fortran.
10379 (time-string): defvar deleted.
10380 (edt-display-the-time): Don't set time-string.
10381
10382 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10383
10384 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10385 Don't warn when name is not constant
10386 or for defining the group `emacs'.
10387
10388 * tooltip.el (gud-tooltip-mode): Add defvar.
10389
10390 * startup.el (default-frame-background-mode): Add defvar.
10391
10392 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10393
10394 * info.el (tool-bar-map): Add defvar.
10395
10396 * dired.el (dnd-protocol-alist): Add defvar.
10397
10398 * dired-aux.el (dired-query): Display question with answer, when
10399 the user answers.
10400
10401 * custom.el (custom-add-option): Doc fix.
10402
10403 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10404
10405 2005-07-03 Eli Zaretskii <eliz@gnu.org>
10406
10407 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10408 bogus name from the last change.
10409
10410 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
10411
10412 * custom.el (custom-declare-variable): Fix typos in comment.
10413 (custom-known-themes): Doc fix.
10414 (custom-theme-directory): New defcustom.
10415 (require-theme): Make it check `custom-theme-directory'.
10416
10417 * cus-theme.el (custom-new-theme-mode): New function.
10418 (custom-theme-name, custom-theme-variables, custom-theme-faces)
10419 (custom-theme-description): Add compiler defvars.
10420 (customize-create-theme): Add doc to the "*New Custom Theme*"
10421 buffer. Use `custom-new-theme-mode'.
10422 (custom-theme-write): Put the created buffer in emacs-lisp-mode
10423 and save it to the `custom-theme-directory'. Make this the
10424 default directory of the buffer.
10425
10426 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
10427
10428 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10429 Fix unbalanced parentheses.
10430
10431 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10432
10433 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10434 into flymake-mode and delegate to flymake-mode.
10435
10436 * find-file.el (ff-which-function-are-we-in): Clean up.
10437
10438 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
10439
10440 * replace.el (occur-rename-buffer): Fix docstring.
10441
10442 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10443 (edt-last-copied-word, edt-learn-macro-count)
10444 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10445 (edt-rect-start-point, edt-user-global-map, rect-start-point)
10446 (time-string, zmacs-region-stays):
10447 * emulation/edt-mapper.el (edt-save-function-key-map)
10448 (EDT-key-name): `defvar' to silence the byte-compiler.
10449
10450 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
10451
10452 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10453 font-lock-regexp-backslash. Doc fix.
10454 (font-lock-regexp-backslash-grouping-construct): Rename from
10455 font-lock-regexp-backslash-construct. Doc fix.
10456 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10457 grouping constructs.
10458
10459 2005-07-02 Eli Zaretskii <eliz@gnu.org>
10460
10461 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10462 updating all the prerequisites.
10463
10464 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
10465
10466 * textmodes/org.el (org-agenda-start-on-weekday)
10467 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10468 (org-agenda-use-time-grid, org-archive-location)
10469 (org-allow-space-in-links, org-usenet-links-prefer-google)
10470 (org-enable-table-editor, org-export-default-language)
10471 (org-export-html-show-new-buffer, org-fill-paragraph)
10472 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10473 (org-goto-quit, org-occur, org-eval-in-calendar)
10474 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10475 (org-agenda-diary-entry, org-remember-help)
10476 (org-table-convert-region, org-at-table-p)
10477 (org-table-move-row-down, org-table-move-row-up)
10478 (org-table-copy-region, org-table-toggle-vline-visibility)
10479 (org-table-get-stored-formulas, org-table-get-specials)
10480 (org-recalc-commands, org-table-eval-formula)
10481 (org-table-formula-substitute-names, orgtbl-make-binding)
10482 (org-format-org-table-html, org-format-table-table-html)
10483 (org-format-table-table-html-using-table-generate-source)
10484 (org-customize): Fix typos in docstrings.
10485 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10486 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10487 (org-back-to-heading): Doc fixes.
10488 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10489 (org-agenda-change-all-lines, org-get-header):
10490 Improve argument/docstring consistency.
10491 (orgtbl-error): Fix error message.
10492
10493 * progmodes/flymake.el (flymake-find-possible-master-files)
10494 (flymake-master-file-compare, flymake-get-line-err-count)
10495 (flymake-highlight-line, flymake-gui-warnings-enabled):
10496 Fix typos in docstrings.
10497 (flymake-parse-line, flymake-get-project-include-dirs-function)
10498 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10499 Doc fixes.
10500 (flymake-get-project-include-dirs-function)
10501 (flymake-make-err-menu-data):
10502 Improve argument/docstring consistency.
10503
10504 2005-07-01 Lute Kamstra <lute@gnu.org>
10505
10506 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10507 Catch errors with ignore-errors. Use temporary buffer.
10508 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
10509
10510 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10511 background color faces.
10512 (facemenu-set-foreground, facemenu-set-background):
10513 Use facemenu-set-face-from-menu.
10514 (facemenu-set-face-from-menu): Treat face names that start with
10515 "fg:" or "bg:" as special.
10516 (facemenu-add-new-color): Don't create faces. Simplify.
10517
10518 2005-06-30 Richard M. Stallman <rms@gnu.org>
10519
10520 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10521 (crm-find-current-element): Likewise.
10522
10523 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10524
10525 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10526
10527 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * arc-mode.el (archive-extract): Make it work as a mouse binding.
10530 (archive-mouse-extract): Make it an obsolete alias.
10531 (archive-mode-map): Don't use archive-mouse-extract any more.
10532 (archive-mode, archive-extract): write-contents-hooks ->
10533 write-contents-functions.
10534 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10535 first arg.
10536 (archive-rename-entry): Update the call.
10537 (archive-zip-summarize): Remove unused var `method'.
10538 (archive-lzh-summarize): Remove unused var `creator'.
10539
10540 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10541 dedicated frame upon exit.
10542
10543 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10544 (archive-zip-extract, archive-zip-expunge)
10545 (archive-zip-update, archive-zip-update-case): Use executable-find.
10546 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10547 Use restore-buffer-modified-p.
10548 (archive-extract, archive-add-new-member, archive-write-file-member):
10549 Use with-current-buffer.
10550 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10551
10552 2005-06-30 Andreas Schwab <schwab@suse.de>
10553
10554 * progmodes/gud.el (gud-filter): Remove unneeded progn.
10555
10556 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10557
10558 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10559
10560 2005-06-30 Juri Linkov <juri@jurta.org>
10561
10562 * faces.el (vertical-border): Inherit from mode-line-inactive
10563 only on tty.
10564
10565 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
10566
10567 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10568 example, -NLINES in the `occur' docstring).
10569
10570 * replace.el (occur-1): When no matches are found, do not set the
10571 `buffer-read-only' and modified flags for the occur buffer,
10572 because it is deleted.
10573
10574 * emulation/cua-base.el (cua-check-pending-input)
10575 (cua-repeat-replace-region, cua-mode, cua-debug)
10576 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10577 Fix typos in docstrings.
10578
10579 * emulation/cua-gmrk.el (cua-toggle-global-mark)
10580 (cua-cut-region-to-global-mark)
10581 (cua--cut-rectangle-to-global-mark):
10582 Remove period from end of messages.
10583
10584 * emulation/cua-rect.el (cua-do-rectangle-padding):
10585 Remove period from end of messages.
10586 (cua--rectangle-seq-format): Fix typo in docstring.
10587 (cua-sequence-rectangle, cua-fill-char-rectangle):
10588 Improve argument/docstring consistency.
10589
10590 2005-06-29 Juri Linkov <juri@jurta.org>
10591
10592 * faces.el (default-frame-background-mode): New internal variable.
10593 (frame-set-background-mode): Use it.
10594
10595 * startup.el (normal-top-level): Set default-frame-background-mode
10596 instead of frame-background-mode. Before setting it, test for its
10597 nil value. Remove tests for frame-background-mode and frame
10598 parameter `reverse'. Add test for "unspecified-fg".
10599
10600 * term/xterm.el (xterm-rxvt-set-background-mode):
10601 * term/rxvt.el (rxvt-set-background-mode):
10602 Set default-frame-background-mode instead of frame-background-mode.
10603
10604 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10605
10606 * simple.el (set-variable): Warn about obsolete user variables.
10607
10608 * imenu.el (imenu--completion-buffer):
10609 * mouse.el (mouse-buffer-menu-alist):
10610 * msb.el (msb-invisible-buffer-p):
10611 * calendar/diary-lib.el (diary-header-line-format):
10612 * emacs-lisp/pp.el (pp-buffer):
10613 * progmodes/cperl-mode.el (cperl-do-auto-fill):
10614 * textmodes/picture.el (picture-replace-match):
10615 Change space constants followed by a sexp to "?\s ".
10616
10617 * play/decipher.el (decipher-loop-with-breaks):
10618 * textmodes/texinfo.el (texinfo-insert-@item): Change space
10619 constants "protected" from end of line by a comment to "?\s".
10620
10621 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * font-lock.el (save-buffer-state): Use `declare'.
10624
10625 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10626 reset the syntax-table to cperl-mode-syntax-table.
10627 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10628 "foo_print_bar" is not matched as a reserved keyword.
10629
10630 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
10631
10632 * textmodes/org.el (orgtbl-setup): New function, for delayed
10633 setup for the orgtbl commands.
10634 (org-calc-default-modes): New option.
10635 (orgtbl-make-binding): Use `defun' to get better help display.
10636 (org-diary): Call `org-compile-prefix-format'.
10637 (org-table-formula-substitute-names): New function.
10638 (org-agenda-day-view, org-agenda-week-view): New commands.
10639 (org-agenda-toggle-week-view): Command removed.
10640 (org-tbl-menu): Split off from org-org-menu.
10641 (org-mode): Move removal of outline-mode menus to here.
10642 (org-table-formula-debug): New option.
10643 (org-table-insert-row): Keep first field if just "#" or "*".
10644 (org-mode): Paragraph regexps fixed.
10645 (org-table-recalculate-regexp): New constant.
10646 (org-table-justify-field-maybe): Avoid replace if not necessary.
10647 (org-copy-special, org-cut-special): Use `call-interactively'.
10648 (org-table-copy-region): Take region from `interactive' call.
10649 (org-trim): Return string even if no match.
10650 (org-formula): New face.
10651 (org-set-font-lock-defaults): No longer highlight "FIXME".
10652 But highlight formula-related fields in table.
10653 (org-table-p): Use regexp, not fontification.
10654 (org-table-align): Handle white space at end of line.
10655 (org-table-formula-evaluate-inline): New option.
10656 (org-mode): Auto-wrapping in comment lines turned off.
10657 (org-table-copy-down): Evaluate only in copied field, not in
10658 destination.
10659 (org-table-current-formula): Variable removed.
10660 (org-table-store-formulas, org-table-get-stored-formulas)
10661 (org-table-modify-formulas, org-table-replace-in-formulas)
10662 (org-table-maybe-eval-formula): New functions.
10663 (org-table-get-formula): Modify to use stored formulas.
10664 (org-table-insert-column, org-table-delete-column)
10665 (org-table-move-column): Call `org-table-modify-formulas'.
10666 (org-complete): Add completion for keyword formulas.
10667 (orgtbl-mode): Pull orgtbl-mode-map to start of
10668 minor-mode-map-alist.
10669
10670 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * progmodes/python.el (python-check): Require `compile' before
10673 modifying its variables.
10674
10675 * newcomment.el (comment-indent-default): Don't get fooled by an early
10676 end of buffer.
10677
10678 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10679
10680 * ps-print.el (ps-print-version): Fix version number.
10681
10682 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
10683
10684 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10685
10686 2005-06-28 Richard M. Stallman <rms@gnu.org>
10687
10688 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10689 (flyspell-local-mouse-map): Declaration deleted.
10690 (flyspell-mouse-map): Bind only mouse-2.
10691 (flyspell-mode-map): Don't test flyspell-use-local-map.
10692 (flyspell-overlay-keymap-property-name): Var deleted.
10693 (flyspell-mode-on): Don't make local bindings for
10694 flyspell-mouse-map and flyspell-mode-map.
10695 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10696
10697 * textmodes/ispell.el (ispell-word): Do not ignore short words.
10698
10699 * progmodes/compile.el (compilation-next-error-function):
10700 Don't switch buffers; operate on the current buffer.
10701
10702 * progmodes/compile.el (compilation-error-file-name)
10703 (compilation-warning-file-name, compilation-info-file-name)
10704 (compilation-line-number, compilation-column-number): New faces.
10705 (compilation-error-face, compilation-warning-face)
10706 (compilation-info-face, compilation-line-face)
10707 (compilation-column-face): Use them.
10708
10709 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10710
10711 * comint.el (comint-password-prompt-regexp): Accept ", try again".
10712
10713 * bindings.el (global-map): Bind insertchar and its variants.
10714
10715 2005-06-27 Richard M. Stallman <rms@gnu.org>
10716
10717 * textmodes/artist.el (artist-text-overwrite)
10718 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10719
10720 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10721
10722 * ps-print.el: It was not working the page selection for printing.
10723 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10724 (ps-print-version): New version 6.6.7.
10725 (ps-end-sheet): New fun.
10726 (ps-header-sheet, ps-end-job): Call it.
10727
10728 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
10729
10730 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10731
10732 2005-06-27 Lute Kamstra <lute@gnu.org>
10733
10734 * facemenu.el (facemenu-unlisted-faces): Add foreground and
10735 background color faces.
10736 (facemenu-get-face): Delete function.
10737 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10738 (facemenu-add-new-color): Make second argument mandatory.
10739 Create the appropriate face and return it. Simplify.
10740 (facemenu-set-foreground, facemenu-set-background): Don't check if
10741 color is defined. Use return value of facemenu-add-new-color.
10742
10743 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
10744
10745 * progmodes/gud.el (gud-filter): Add missing argument to
10746 with-selected-window.
10747
10748 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10749
10750 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10751 a :require to the defcustom.
10752
10753 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10754 defcustoms corresponding to minor modes.
10755
10756 2005-06-26 David Ponce <david@dponce.com>
10757
10758 * recentf.el: Require tree-widget instead of wid-edit.
10759 (recentf-filename-handler): Fix widget :type.
10760 (recentf-cancel-dialog, recentf-open-more-files)
10761 (recentf-open-files-action): Doc fix.
10762 (recentf-dialog-goto-first): New function.
10763 (recentf-dialog-mode-map): Set parent keymap first.
10764 (recentf-dialog-mode): Define with define-derived-mode.
10765 Don't display continuation lines in dialogs.
10766 (recentf-edit-list): Rename from recentf-edit-selected-items.
10767 (recentf-edit-list-select): Rename from recentf-edit-list-action.
10768 Simplify.
10769 (recentf-edit-list-validate): New function.
10770 (recentf-edit-list): Update accordingly.
10771 (recentf-open-files-item-shift): Remove.
10772 (recentf-open-files-item): Convert menu elements into tree and
10773 link widgets. Don't create the widgets.
10774 (recentf-open-files): Update accordingly.
10775 (recentf-save-list): Untabify.
10776
10777 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10778
10779 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10780 (keep-lines): Add INTERACTIVE arg. Never delete lines only
10781 partially contained in the active region. Do not take active
10782 region into account when called from Lisp, unless INTERACTIVE arg
10783 is non-nil. Use `forward-line' instead of `beginning-of-line' to
10784 avoid trouble with fields. Make marker point nowhere when no
10785 longer used. Always return nil. Doc fix.
10786 (flush-lines): Add INTERACTIVE arg. Do not take active region
10787 into account when called from Lisp, unless INTERACTIVE arg is
10788 non-nil. Use `forward-line' instead of `beginning-of-line' to
10789 avoid trouble with fields. Make marker point nowhere when no
10790 longer used. Always return nil. Doc fix.
10791 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
10792 interchangeable. Do not take active region into account when
10793 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
10794 message in echo area when called from Lisp, unless INTERACTIVE arg
10795 is non-nil. Avoid saying "1 occurrences". Do not use markers.
10796 Return the number of matches. Doc fix.
10797 (occur): Doc fix.
10798 (perform-replace): Make comment follow double space convention for
10799 the sake of `outline-minor-mode'.
10800
10801 * faces.el (facep): Doc fix.
10802
10803 2005-06-25 Richard M. Stallman <rms@gnu.org>
10804
10805 * facemenu.el (facemenu-enable-faces-p): New function.
10806 (facemenu-background-menu, facemenu-foreground-menu)
10807 (facemenu-face-menu): Add menu-enable property.
10808
10809 * jka-compr.el (jka-compr-insert-file-contents):
10810 Special handling if cannot find the uncompression program.
10811
10812 * cus-face.el (custom-face-attributes): Add autoload.
10813
10814 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10815 Bind comment-indent-function locally.
10816
10817 * window.el (save-selected-window): Use save-current-buffer.
10818
10819 * subr.el (with-selected-window): Use save-current-buffer.
10820
10821 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10822 and with-current-buffer.
10823
10824 2005-06-24 Richard M. Stallman <rms@gnu.org>
10825
10826 * simple.el (line-move-1): Fix previous change.
10827
10828 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
10829
10830 * replace.el (occur-1): Set `buffer-read-only' and the
10831 buffer-modified flag before running `occur-hook' to protect
10832 against unintentional buffer switches that can lead to data loss.
10833
10834 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
10835
10836 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10837 (gud-gdb-marker-filter): Use font-lock-warning-face for any
10838 initial error.
10839
10840 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10841 after fresh input.
10842 (gdb-var-create-handler): Put name of expression in quotes.
10843
10844 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10845
10846 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10847 elements of RING in order, and without bogus nil elements.
10848
10849 2005-06-23 Richard M. Stallman <rms@gnu.org>
10850
10851 * simple.el (set-variable): Args renamed; doc fix.
10852 (line-move-1): When there are overlays around, use vertical-motion.
10853
10854 * faces.el (escape-glyph): Use brown against light background.
10855 (nobreak-space): Rename from no-break-space.
10856 Fix previous change.
10857
10858 * dired-aux.el (dired-do-copy): Fix arg prompt.
10859
10860 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10861
10862 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10863
10864 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10865 rather than "Distributor".
10866
10867 2005-06-23 Lute Kamstra <lute@gnu.org>
10868
10869 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10870 (debug-on-entry): Use it. New interactive declaration that uses
10871 function-called-at-point.
10872
10873 2005-06-23 Kim F. Storm <storm@cua.dk>
10874
10875 * subr.el (save-match-data): Add comment about using evaporate arg
10876 to set-match-data.
10877
10878 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10879
10880 * cus-edit.el (customize-face)
10881 (customize-face-other-window): Handle face aliases.
10882
10883 * faces.el (face-documentation, set-face-attribute)
10884 (face-spec-set): Handle face aliases.
10885
10886 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
10887
10888 * help-mode.el (help-make-xrefs): If a symbol representing a face
10889 name is not followed by the word "face", it could still be a
10890 function or variable name, so don't bypass other checks.
10891
10892 2005-06-22 Juri Linkov <juri@jurta.org>
10893
10894 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10895 Replace aliased functions with calls where second arg `inherit' is t.
10896
10897 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
10898
10899 * progmodes/gdb-ui.el (gdb-error): New variable.
10900 (gdb-error): New function.
10901 (gdb-annotation-rules): Act on error-begin and error annotations.
10902 (gdb-concat-output): Use font-lock-warning-face for errors.
10903
10904 2005-06-22 Miles Bader <miles@gnu.org>
10905
10906 * bindings.el (propertized-buffer-identification): Use renamed
10907 `Buffer-menu-buffer' face.
10908
10909 * faces.el (vertical-border): Rename from `vertical-divider'.
10910 (escape-glyph): Change dark-background color back to `cyan'.
10911
10912 2005-06-21 Juri Linkov <juri@jurta.org>
10913
10914 * faces.el (face-user-default-spec): Try getting `customized-face'
10915 prior to `saved-face'.
10916 (frame-background-mode): Refill docstring.
10917
10918 * emacs-lisp/lisp-mode.el (eval-defun-1):
10919 * emacs-lisp/edebug.el (edebug-eval-defun):
10920 Set `saved-face' temporarily to nil before calling form.
10921 Set `customized-face' to the new spec after that.
10922
10923 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
10924
10925 * subr.el (1value, lambda, key-substitution-in-progress):
10926 Doc fixes.
10927
10928 * autoinsert.el (auto-insert-alist):
10929 * ses.el (ses-call-printer):
10930 * subr.el (noreturn):
10931 * emacs-lisp/lisp.el (check-parens):
10932 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10933 * net/browse-url.el (browse-url-mosaic):
10934 * progmodes/cc-defs.el (c-safe-scan-lists):
10935 * progmodes/ebnf-abn.el (ebnf-abn-lex):
10936 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10937 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10938 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10939 * progmodes/ebnf-iso.el (ebnf-iso-lex):
10940 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10941
10942 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10943
10944 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10945
10946 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
10947
10948 * calendar/appt.el (appt-make-list): Activate the package, if
10949 not already active (for backwards compatibility).
10950
10951 2005-06-20 Kim F. Storm <storm@cua.dk>
10952
10953 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
10954
10955 2005-06-20 Miles Bader <miles@gnu.org>
10956
10957 * faces.el (vertical-divider): New face.
10958
10959 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
10960
10961 * simple.el (kill-whole-line): Doc fix.
10962 (next-error-buffer-p, next-error-find-buffer)
10963 (clone-indirect-buffer): Fix typos in docstrings.
10964 (comment-line-break-function): Doc fix: don't say variable
10965 is automatically buffer-local (it isn't).
10966
10967 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
10968
10969 * net/tramp-ftp.el (top):
10970 * net/tramp-smb.el (top):
10971 * net/tramp-util.el (top):
10972 * net/tramp-uu.el (top):
10973 * net/tramp-vc.el (top):
10974 * net/tramp.el (top): Revert copyright years back to original
10975 ones. Tramp has a life outside GNU Emacs.
10976
10977 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
10978
10979 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10980
10981 2005-06-18 Juri Linkov <juri@jurta.org>
10982
10983 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10984 end of first regexp to limit the match to the position between
10985 line number and source line with same separator character as used
10986 between file name and line number. In the second regexp limit
10987 mouse-face area to file name and line number by adding new group
10988 for them and referring it in HYPERLINK arg.
10989 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10990 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10991 previous line where grep markers may be already removed.
10992
10993 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
10994
10995 * progmodes/ps-mode.el: Update version and maintainer's email address.
10996
10997 2005-06-18 Steve Youngs <steve@xemacs.org>
10998
10999 * net/browse-url.el (browse-url-browser-function)
11000 (browse-url-default-browser): Add firefox.
11001 (browse-url-firefox-program, browse-url-firefox-arguments)
11002 (browse-url-firefox-startup-arguments)
11003 (browse-url-firefox-new-window-is-tab): New defcustoms.
11004 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11005
11006 2005-06-17 Richard M. Stallman <rms@gnu.org>
11007
11008 * startup.el (command-line): Warn if specified user name has
11009 no home directory.
11010
11011 * term.el (term-get-old-input, term-input-filter, term-input-sender)
11012 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11013
11014 * longlines.el (longlines-mode, longlines-show-hard-newlines):
11015 Doc fixes.
11016
11017 * faces.el (underline): Try bold if terminal doesn't support underline.
11018
11019 * mail/sendmail.el (mail-setup-with-from): New variable.
11020 (mail-insert-from-field): New function.
11021 (sendmail-send-it): Call it.
11022 (mail-setup): Optionally call it here.
11023
11024 * term/linux.el: Call tty-no-underline.
11025
11026 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
11027
11028 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11029
11030 2005-06-17 Miles Bader <miles@gnu.org>
11031
11032 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11033 (ediff-current-diff-C, ediff-current-diff-Ancestor)
11034 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11035 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11036 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11037 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11038 Remove "-face" suffix from face names.
11039 (ediff-current-diff-face-A, ediff-current-diff-face-B)
11040 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11041 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11042 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11043 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11044 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11045 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11046 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11047 New backward-compatibility aliases for renamed faces.
11048 (ediff-current-diff-face-A, ediff-current-diff-face-B)
11049 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11050 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11051 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11052 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11053 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11054 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11055 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11056 Use renamed ediff faces.
11057
11058 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11059 Remove "-face" suffix from face names.
11060 (eshell-test-ok-face, eshell-test-failed-face):
11061 New backward-compatibility aliases for renamed faces.
11062 (eshell-run-test): Use renamed eshell-test faces.
11063
11064 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11065 face name.
11066 (eshell-prompt-face): New backward-compatibility alias for renamed
11067 face.
11068 (eshell-emit-prompt): Use renamed eshell-prompt face.
11069
11070 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11071 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11072 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11073 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11074 Remove "-face" suffix from face names.
11075 (eshell-ls-directory-face, eshell-ls-symlink-face)
11076 (eshell-ls-executable-face, eshell-ls-readonly-face)
11077 (eshell-ls-unreadable-face, eshell-ls-special-face)
11078 (eshell-ls-missing-face, eshell-ls-archive-face)
11079 (eshell-ls-backup-face, eshell-ls-product-face)
11080 (eshell-ls-clutter-face):
11081 New backward-compatibility aliases for renamed faces.
11082 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11083
11084 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11085 Remove "-face" suffix from face name.
11086 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11087 instead of literal face.
11088
11089 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
11090
11091 * emacs-lisp/warnings.el (display-warning, lwarn)
11092 (warning-minimum-log-level): Doc fixes.
11093 (warning-minimum-level, warning-minimum-log-level):
11094 Add :debug to :type choices.
11095
11096 * progmodes/ada-mode.el (ada-format-paramlist)
11097 (ada-get-indent-case, ada-check-matching-start)
11098 (ada-check-defun-name, ada-goto-matching-decl-start)
11099 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11100 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11101 (ada-make-subprogram-body): Follow error conventions.
11102 (ada-case-exception-file, ada-indent-comment-as-code)
11103 (ada-indent-handle-comment-special, ada-indent-renames)
11104 (ada-indent-return, ada-search-directories-internal)
11105 (ada-tab-policy, ada-case-exception-substring)
11106 (ada-other-file-alist, ada-matching-start-re)
11107 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11108 (ada-imenu-generic-expression, ada-compile-goto-error)
11109 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11110 (ada-popup-menu, ada-add-extensions, ada-mode)
11111 (ada-region-selected, ada-create-case-exception)
11112 (ada-create-case-exception-substring, ada-after-keyword-p)
11113 (ada-activate-keys-for-case, ada-adjust-case-region)
11114 (ada-adjust-case-buffer, ada-format-paramlist)
11115 (ada-scan-paramlist, ada-insert-paramlist)
11116 (ada-indent-newline-indent)
11117 (ada-indent-newline-indent-conditional)
11118 (ada-justified-indent-current, ada-goto-previous-word)
11119 (ada-indent-current, ada-get-indent-open-paren)
11120 (ada-get-indent-paramlist, ada-get-indent-end)
11121 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11122 (ada-get-indent-block-start, ada-get-indent-subprog)
11123 (ada-get-indent-noindent, ada-get-indent-label)
11124 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11125 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11126 (ada-goto-stmt-end, ada-goto-next-word)
11127 (ada-check-matching-start, ada-check-defun-name)
11128 (ada-goto-matching-decl-start, ada-goto-matching-start)
11129 (ada-goto-matching-end, ada-search-ignore-string-comment)
11130 (ada-in-decl-p, ada-looking-at-semi-or)
11131 (ada-looking-at-semi-private, ada-in-paramlist-p)
11132 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11133 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11134 (ada-next-procedure, ada-previous-procedure, ada-next-package)
11135 (ada-previous-package, ada-create-menu)
11136 (ada-fill-comment-paragraph-justify)
11137 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11138 (ada-other-file-name, ada-last-which-function-line)
11139 (ada-last-which-function-subprog, ada-which-function)
11140 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11141 (ada-gen-treat-proc, ada-check-emacs-version)
11142 (ada-continuation-indent, ada-align-region-separate):
11143 Fix typos in docstrings.
11144 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11145
11146 2005-06-16 Lute Kamstra <lute@gnu.org>
11147
11148 * simple.el (fundamental-mode): Run after-change-major-mode-hook
11149 conditionally.
11150
11151 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
11152
11153 * comint.el (comint-replace-by-expanded-filename)
11154 (comint-prompt-regexp, comint-delimiter-argument-list)
11155 (comint-preinput-scroll-to-bottom):
11156 * info.el (Info-hide-cookies-node):
11157 * ls-lisp.el (ls-lisp-classify):
11158 * find-file.el (ff-search-directories, ff-special-constructs)
11159 (ff-find-other-file):
11160 * font-lock.el (font-lock-keywords):
11161 * shell.el (shell-prompt-pattern)
11162 (shell-dynamic-complete-functions, shell-mode)
11163 (shell-delimiter-argument-list):
11164 * term.el (term-replace-by-expanded-filename)
11165 (term-prompt-regexp, term-delimiter-argument-list):
11166 * woman.el (woman-ignore, woman0-if):
11167 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11168 * emacs-lisp/elint.el (elint-init-env):
11169 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11170 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11171 * language/ethio-util.el (ethio-tilde-escape)
11172 (ethio-use-three-dot-question):
11173 * net/zone-mode.el (zone-mode-load-time-setup):
11174 * progmodes/cc-align.el (c-lineup-argcont):
11175 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11176 * progmodes/cperl-mode.el (cperl-set-style-back):
11177 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11178 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11179 Fix spellings in docstrings.
11180
11181 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11182 * progmodes/modula2.el (m2-for): Fix spellings.
11183
11184 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11185
11186 * simple.el (undo-more): Don't use `format' on `error' arguments.
11187 Improve argument/docstring consistency.
11188 (pending-undo-list): Doc fix.
11189
11190 * smerge-mode.el (smerge-ensure-match):
11191 * emulation/vip.el (vip-ex):
11192 * net/zone-mode.el (zone-mode-update-serial):
11193 * progmodes/idlwave.el (idlwave-complete):
11194 * progmodes/vhdl-mode.el (vhdl-visit-file)
11195 (vhdl-compose-wire-components):
11196 Don't use `format' on `error' arguments.
11197
11198 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11199 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11200 (tooltip-help-tips): Fix typos in docstrings.
11201
11202 2005-06-16 David Ponce <david@dponce.com>
11203
11204 * tree-widget.el (tree-widget-value-create): Simplify last change.
11205
11206 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
11207
11208 * ido.el (ido-incomplete-regexp): New variable.
11209 (ido-set-matches-1): Handle invalid-regexp error and set
11210 ido-incomplete-regexp.
11211 (ido-incomplete-regexp): New face.
11212 (ido-completions): Use it.
11213 (ido-complete, ido-exit-minibuffer, ido-completions):
11214 Handle incomplete regexps.
11215 (ido-completions): Add check for complete match when entering a regexp.
11216
11217 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11220
11221 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11222
11223 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11224 by field delimiters.
11225
11226 2005-06-15 David Ponce <david@dponce.com>
11227
11228 * tree-widget.el: eval-and-compile inlined functions so they will
11229 be available at run-time too.
11230 (tree-widget-super-format-handler)
11231 (tree-widget-format-handler): Remove.
11232 (tree-widget-value-create): Handle the :indent property.
11233
11234 2005-06-15 Miles Bader <miles@gnu.org>
11235
11236 * progmodes/which-func.el (which-func): Only inherit
11237 `font-lock-function-name-face' when that makes sense against the
11238 default mode-line face, otherwise set the face color explicitly.
11239
11240 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11241 faces instead of (non-existent) variables.
11242
11243 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11246 (iswitchb-get-matched-buffers): Likewise. Simplify.
11247
11248 2005-06-14 Miles Bader <miles@gnu.org>
11249
11250 * progmodes/ld-script.el (ld-script-location-counter):
11251 Remove "-face" suffix from face name.
11252 (ld-script-location-counter-face):
11253 New backward-compatibility alias for renamed face.
11254 (ld-script-location-counter-face): Use renamed face.
11255
11256 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11257 (cperl-hash): Remove "-face" suffix from face names.
11258 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11259 New backward-compatibility aliases for renamed faces.
11260 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11261 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11262
11263 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11264 name.
11265 (which-func-face): New backward-compatibility alias for renamed face.
11266 (which-func-format): Use renamed which-func face.
11267
11268 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11269 (vhdl-function, vhdl-directive, vhdl-reserved-word)
11270 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11271 names.
11272 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11273 (vhdl-speedbar-configuration, vhdl-speedbar-package)
11274 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11275 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11276 (vhdl-speedbar-architecture-selected)
11277 (vhdl-speedbar-configuration-selected)
11278 (vhdl-speedbar-package-selected)
11279 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11280 names.
11281 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11282 Use renamed faces.
11283 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11284 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11285 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11286 Use renamed faces.
11287 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11288 names.
11289 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11290 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11291 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11292 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11293 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11294 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11295
11296 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11297 face name.
11298 (sh-heredoc-face): New backward-compatibility alias for renamed face.
11299 (sh-heredoc-face): Use renamed sh-heredoc face.
11300
11301 * progmodes/idlw-help.el (idlwave-help-link):
11302 Remove "-face" suffix from face name.
11303 (idlwave-help-link-face):
11304 New backward-compatibility alias for renamed face.
11305 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11306
11307 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11308 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11309 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11310 New backward-compatibility aliases for renamed faces.
11311 (idlwave-shell-disabled-breakpoint-face)
11312 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11313
11314 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11315 Remove "-face" suffix from face names.
11316 (flymake-errline-face, flymake-warnline-face):
11317 New backward-compatibility aliases for renamed faces.
11318 (flymake-highlight-line): Use renamed flymake faces.
11319
11320 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11321 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11322 (ebrowse-member-class, ebrowse-progress):
11323 Remove "-face" suffix from face names.
11324 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11325 (ebrowse-file-name-face, ebrowse-default-face)
11326 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11327 (ebrowse-progress-face):
11328 New backward-compatibility aliases for renamed faces.
11329 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11330 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11331 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11332 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11333
11334 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11335 antlr-syntax)
11336 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11337 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11338 names.
11339 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11340 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11341 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11342 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11343 backward-compatibility aliases for renamed faces.
11344 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11345 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11346 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11347 remove "font-lock-". Use renamed antlr-mode faces.
11348 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
11349 literal face-names with face variable references.
11350
11351 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11352 face name.
11353 (Buffer-menu-buffer-face): New backward-compatibility alias for
11354 renamed face.
11355 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11356
11357 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
11358
11359 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11360 Eliminate "-face" suffix.
11361 (makefile-targets): Inherit from font-lock-function-name-face and
11362 eliminate "-face" suffix.
11363 (makefile-shell): Remove attributes and eliminate "-face" suffix.
11364 (makefile-*-font-lock-keywords): Append makefile-targets in rule
11365 actions, instead of prepending, to make it less visible.
11366 (makefile-previous-dependency, makefile-match-dependency):
11367 Don't match a target on a continuation line.
11368
11369 * files.el (auto-mode-alist): Put Makefile in gmake mode.
11370
11371 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
11372
11373 * progmodes/gdb-ui.el (menu): Re-order menu items.
11374 (gdb-tooltip-print): Respect tooltip-use-echo-area.
11375
11376 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11377 Define in tooltip.el.
11378 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11379 (gud-tooltip-tips): Respect tooltip-use-echo-area and
11380 gud-tooltip-echo-area.
11381
11382 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11383 backward compatibility and make obsolete.
11384 (tooltip-help-tips): Use tooltip-use-echo-area.
11385 (tooltip-show-help-function): Rename to...
11386 (tooltip-show-help): ...this, because it is a function.
11387 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11388
11389 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
11390
11391 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11392 (edebug-print-length, edebug-print-level, edebug-print-circle)
11393 (edebug-modify-breakpoint, edebug-eval-last-sexp)
11394 (edebug-eval-print-last-sexp): Doc fixes.
11395
11396 2005-06-14 Kim F. Storm <storm@cua.dk>
11397
11398 * ido.el (ido-mode): Make a new keymap every time we enable ido,
11399 as the coverage buffer/file/both may change.
11400
11401 2005-06-14 Lute Kamstra <lute@gnu.org>
11402
11403 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11404 and run-mode-hooks. Simplify.
11405
11406 * mail/rmailedit.el (rmail-edit-mode):
11407 * progmodes/octave-inf.el (inferior-octave-mode):
11408 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11409
11410 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11411 and run-mode-hooks.
11412 (recentf-edit-list, recentf-open-files): Don't call
11413 kill-all-local-variables directly.
11414
11415 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11416
11417 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
11418
11419 * emacs-lisp/byte-run.el (make-obsolete)
11420 (define-obsolete-function-alias): Rename arguments FUNCTION and
11421 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11422 (make-obsolete-variable, define-obsolete-variable-alias):
11423 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11424 respectively.
11425
11426 * isearchb.el (isearchb-activate):
11427 * pcvs.el (cvs-mode):
11428 * ses.el (ses-load):
11429 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11430 * net/tramp.el (tramp-find-file-exists-command)
11431 (tramp-find-shell):
11432 * progmodes/ada-mode.el (ada-create-case-exception)
11433 (ada-create-case-exception-substring, ada-make-subprogram-body):
11434 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11435 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11436 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11437 * textmodes/org.el (org-promote, org-evaluate-time-range)
11438 (org-agenda-next-date-line, org-agenda-previous-date-line)
11439 (org-agenda-error, org-open-at-point, org-table-move-row)
11440 (org-format-table-table-html-using-table-generate-source)
11441 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11442 * textmodes/reftex.el (reftex-access-scan-info):
11443 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11444 (reftex-toc-promote-prepare): Follow error conventions.
11445
11446 * diff-mode.el (diff-mode): Fix typo in docstring.
11447
11448 * forms.el (forms--intuit-from-file): Fix reference to
11449 `forms-number-of-fields' in error message.
11450 (forms-print): Fix quoting in error message.
11451
11452 * forms.el (forms-mode):
11453 * emulation/vi.el (vi-goto-insert-state):
11454 * progmodes/flymake.el (flymake-new-err-info)
11455 (flymake-start-syntax-check-for-current-buffer)
11456 (flymake-simple-cleanup):
11457 * eshell/esh-var.el (eshell/export):
11458 * progmodes/gud.el (xdb):
11459 * textmodes/flyspell.el (flyspell-incorrect-hook)
11460 (flyspell-maybe-correct-transposition)
11461 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11462
11463 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
11464
11465 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11466 minibuffer prompt.
11467
11468 2005-06-13 Kim F. Storm <storm@cua.dk>
11469
11470 * subr.el (add-to-ordered-list): New defun.
11471
11472 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11473 add cua--keymap-alist to emulation-mode-map-alists.
11474
11475 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11476
11477 * subr.el (complete-in-turn): New macro.
11478 (dynamic-completion-table, lazy-completion-table): Add debug info.
11479
11480 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11481 in preference to face aliases.
11482
11483 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11484 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11485 Remove unused vars `start' and `firstline'.
11486 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11487 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11488
11489 2005-06-13 Eli Zaretskii <eliz@gnu.org>
11490
11491 * cus-start.el (all): Don't complain about missing GTK-related
11492 variables, unless either `gtk' is boundp or this isn't a
11493 `windows-nt' build.
11494
11495 2005-06-13 Lute Kamstra <lute@gnu.org>
11496
11497 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11498 run-mode-hooks.
11499
11500 * ediff-mult.el (ediff-meta-mode):
11501 * ediff-util.el (ediff-mode): Use run-mode-hooks.
11502
11503 * ledit.el (ledit-mode): Use delay-mode-hooks.
11504
11505 * woman.el (woman-mode-line-format): Delete constant.
11506 (woman-mode-map): Initialize it properly.
11507 (woman-mode): Set mode-class property to special.
11508 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
11509 Set major-mode and mode-name. Don't set mode-line-format directly.
11510 (Man-getpage-in-background): Don't reference woman-mode-line-format.
11511
11512 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11513 string argument obsolete.
11514
11515 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
11516
11517 * textmodes/org.el (org-CUA-compatible): New option.
11518 (org-disputed-keys): New variable.
11519 (org-key): New function.
11520 (orgtbl-make-binding): Add docstring to the created function.
11521 (org-mode): Set paragraph start/separate regexps.
11522 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11523 (org-archive-location, org-archive-mark-done)
11524 (org-archive-stamp-time): New options.
11525 (org-archive-subtree): New command.
11526 (org-fill-paragraph): New function.
11527 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11528 (org-fake-empty-table-line): Function removed.
11529 (org-format-org-table-html): Do not create empty table lines at
11530 separator lines. Improved table header treatment.
11531 (org-link-format): New option.
11532 (org-make-link): New function.
11533 (org-insert-link, org-store-link): Use org-make-link.
11534 (org-open-file): Quote file name for shell command, to allow
11535 spaces in file names.
11536 (org-link-regexp): Fix bug with mailto link.
11537 (org-link-maybe-angles-regexp, org-protected-link-regexp):
11538 New constants.
11539 (org-export-as-html): Deal with the optional angles around a link.
11540 Better treatment of file: links.
11541 (org-open-at-point): Replace @{ and @} with < and >.
11542 (org-run-mode-hooks): Function removed.
11543 (org-agenda-mode): No longer use `org-run-mode-hooks'.
11544
11545 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
11546
11547 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11548 MI command -data-list-register-values.
11549 (gdb-post-prompt): Indent properly.
11550
11551 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
11552
11553 * hilit-chg.el (highlight-changes-colors): Rename from
11554 `highlight-changes-colours'.
11555 (highlight-changes-colours): Keep as obsolete alias.
11556 (highlight-changes-face-list): Doc fix.
11557 (hilit-chg-make-list): Use `highlight-changes-colors'.
11558
11559 2005-06-12 Mark A. Hershberger <mah@everybody.org>
11560
11561 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11562 defun-prompt-regexp.
11563
11564 2005-06-12 Eli Zaretskii <eliz@gnu.org>
11565
11566 * loadup.el: Don't say we are dumping under 2 names on windows-nt
11567 and cygwin.
11568
11569 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11570 Don't use an old loaddefs.el, as in Makefile.in.
11571
11572 2005-06-12 Lute Kamstra <lute@gnu.org>
11573
11574 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11575
11576 * man.el (Man-mode-map): Initialize it properly.
11577 (Man-mode): Set mode-class property to special.
11578
11579 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11580
11581 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
11582
11583 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11584 A newline is needed in the docstring there.
11585
11586 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11587 Doc fixes.
11588
11589 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11590
11591 * printing.el: Doc fix. The menubar is no more changed when printing
11592 is loaded, it only changes when pr-menu-bind or pr-update-menus is
11593 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
11594 (pr-version): New version number (6.8.4).
11595 (pr-menu-bind): New command.
11596 (pr-update-menus): Docstring and code fix.
11597 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11598 Docstring fix.
11599 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11600 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11601
11602 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
11603
11604 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11605 "Returns" to "return", document useful return values, etc.
11606
11607 2005-06-11 Alan Mackenzie <acm@muc.de>
11608
11609 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11610 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11611 (adaptive-file-function): Minor amendment to doc-string.
11612
11613 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11614
11615 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11616 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11617 Fix :type--it is `integer', not `string'.
11618
11619 * faces.el (modeline-highlight): Rename from (the erroneous)
11620 `modeline-higilight'.
11621
11622 2005-06-11 Lute Kamstra <lute@gnu.org>
11623
11624 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11625 lisp-interaction-mode-map but make it the parent.
11626 (edebug-eval-mode): Use define-derived-mode.
11627
11628 2005-06-11 Andreas Schwab <schwab@suse.de>
11629
11630 * bindings.el: Add binding of `ESC functionkey' for every
11631 `M-functionkey'.
11632 * hexl.el (hexl-mode-map): Likewise.
11633
11634 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
11635
11636 * progmodes/compile.el (compilation-error-regexp-alist-alist)
11637 [msft]: update regexp for newer msft compilers.
11638
11639 2005-06-10 Mark A. Hershberger <mah@everybody.org>
11640
11641 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11642 ATTLIST portions of included DTDs.
11643 (xml-parse-dtd): Eliminate use of inefficient match-data.
11644
11645 2005-06-10 Miles Bader <miles@gnu.org>
11646
11647 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11648 (mpuz-text): Remove "-face" suffix from face names.
11649 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11650 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11651 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11652
11653 * play/gomoku.el (gomoku-O, gomoku-X):
11654 Remove "-face" suffix from face names.
11655 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11656 New backward-compatibility aliases for renamed faces.
11657 (gomoku-font-lock-keywords): Use renamed gomoku faces.
11658
11659 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
11660
11661 * thumbs.el: Fixes for changes of 2005-06-09.
11662 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11663 as a directory.
11664 (thumbs-thumbname): Remove directory separator from format string;
11665 `thumbs-thumbsdir' now returns a valid directory name.
11666 (thumbs-temp-dir): New defsubst.
11667 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11668 Use it.
11669
11670 * cus-edit.el (minibuffer):
11671 * files.el (make-backup-file-name-function):
11672 * filesets.el (filesets-external-viewers):
11673 * hilit-chg.el (highlight-changes-colours)
11674 (highlight-changes-face-list, highlight-changes-rotate-faces):
11675 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11676 * kmacro.el (kmacro-call-macro):
11677 * log-edit.el (log-edit-changelog-full-paragraphs):
11678 * mouse.el (mouse-1-click-follows-link):
11679 * skeleton.el (skeleton-autowrap):
11680 * subr.el (insert-for-yank-1):
11681 * tempo.el (tempo-insert-region):
11682 * terminal.el (terminal-emulator):
11683 * time.el (display-time-mail-face):
11684 * vc.el (vc-annotate):
11685 * vcursor.el (vcursor-copy-line):
11686 * woman.el (woman-bold-headings, woman-ignore)
11687 (woman-default-faces, woman-monochrome-faces):
11688 * calendar/todo-mode.el (todo-insert-threshold):
11689 * emulation/pc-select.el (pc-select-selection-keys-only)
11690 (pc-selection-mode):
11691 * emulation/vip.el (vip-find-char-forward):
11692 * emulation/viper-cmd.el (viper-find-char-forward):
11693 * international/mule-cmds.el
11694 (select-safe-coding-system-accept-default-p)
11695 (input-method-exit-on-invalid-key):
11696 * international/mule-diag.el (describe-coding-system):
11697 * international/ucs-tables.el (unify-8859-on-encoding-mode):
11698 * net/browse-url.el (browse-url-xterm-program):
11699 * obsolete/lazy-lock.el (lazy-lock-mode):
11700 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11701 (cperl-mode):
11702 * progmodes/cpp.el (cpp-face-light-name-list)
11703 (cpp-face-dark-name-list):
11704 * progmodes/delphi.el (delphi-newline-always-indents):
11705 Fix spellings in docstrings.
11706
11707 * ido.el (ido-mode, ido-file-extensions-order)
11708 (ido-default-file-method, ido-default-buffer-method)
11709 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11710 (ido-decorations, ido-read-file-name-as-directory-commands)
11711 (ido-read-file-name-non-ido, ido-work-directory-list)
11712 (ido-ignore-item-temp-list, ido-current-directory)
11713 (ido-magic-forward-char, ido-enter-find-file)
11714 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11715 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11716
11717 2005-06-10 Lute Kamstra <lute@gnu.org>
11718
11719 * play/dunnet.el (dun-mode): Use define-derived-mode.
11720 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
11721 obsolete alias.
11722
11723 * play/doctor.el (doctor-mode-map): Remove defvar.
11724 (doctor-mode): Use define-derived-mode.
11725
11726 * mail/mspools.el (mspools-mode):
11727 * net/eudc-hotlist.el (eudc-hotlist-mode):
11728 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11729
11730 2005-06-10 Miles Bader <miles@gnu.org>
11731
11732 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11733 Remove "-face" suffix from face names.
11734 (flyspell-incorrect-face, flyspell-duplicate-face):
11735 New backward-compatibility aliases for renamed faces.
11736 (flyspell-mode-on, make-flyspell-overlay)
11737 (flyspell-highlight-incorrect-region)
11738 (flyspell-highlight-duplicate-region)
11739 (flyspell-display-next-corrections)
11740 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11741
11742 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11743 from face name.
11744 (texinfo-heading-face): New backward-compatibility alias for
11745 renamed face.
11746 (texinfo-heading-face): Use renamed texinfo-heading face.
11747
11748 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11749 suffix from face names.
11750 (tex-math-face, tex-verbatim-face):
11751 New backward-compatibility aliases for renamed faces.
11752 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11753 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11754 literal face name.
11755
11756 * textmodes/table.el (table-cell): Remove "-face" suffix from face
11757 name.
11758 (table-cell-face): New backward-compatibility alias for renamed face.
11759 (table--put-cell-face-property, table--update-cell-face):
11760 Use renamed table-cell face.
11761
11762 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11763 from face name.
11764 (sgml-namespace-face): New backward-compatibility alias for
11765 renamed face.
11766 (sgml-namespace-face): Use renamed sgml-namespace face.
11767
11768 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11769 (org-level-4, org-level-5, org-level-6, org-level-7)
11770 (org-level-8, org-warning, org-headline-done)
11771 (org-deadline-announce, org-scheduled-today)
11772 (org-scheduled-previously, org-link, org-done, org-table)
11773 (org-time-grid): Remove "-face" suffix from face names.
11774 (org-level-1-face, org-level-2-face, org-level-3-face)
11775 (org-level-4-face, org-level-5-face, org-level-6-face)
11776 (org-level-7-face, org-level-8-face, org-warning-face)
11777 (org-headline-done-face, org-deadline-announce-face)
11778 (org-scheduled-today-face, org-scheduled-previously-face)
11779 (org-link-face, org-done-face, org-table-face)
11780 (org-time-grid-face):
11781 New backward-compatibility aliases for renamed faces.
11782 (org-level-faces, org-set-font-lock-defaults, org-timeline)
11783 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11784 (org-agenda-get-timestamps, org-agenda-get-scheduled)
11785 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11786
11787 * emulation/viper-init.el (viper-search, viper-replace-overlay)
11788 (viper-minibuffer-emacs, viper-minibuffer-insert)
11789 (viper-minibuffer-vi): Remove "-face" suffix from face names.
11790 (viper-search-face, viper-replace-overlay-face)
11791 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11792 (viper-minibuffer-vi-face):
11793 New backward-compatibility aliases for renamed faces.
11794 (viper-search-face, viper-replace-overlay-face)
11795 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11796 (viper-minibuffer-vi-face): Use renamed viper faces.
11797
11798 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11799 Remove "-face" suffix from face names.
11800 (testcover-nohits-face, testcover-1value-face):
11801 New backward-compatibility aliases for renamed faces.
11802 (testcover-mark): Use renamed testcover faces.
11803
11804 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11805 face name.
11806 (diary-button-face): New backward-compatibility alias for renamed face.
11807 (diary-entry): Use renamed diary-button face.
11808
11809 * calendar/calendar.el (diary, calendar-today, holiday)
11810 (mark-visible-calendar-date): Remove "-face" suffix from face names.
11811 (diary-face, calendar-today-face, holiday-face):
11812 New backward-compatibility aliases for renamed faces.
11813 (eval-after-load "facemenu", diary-entry-marker)
11814 (calendar-today-marker, calendar-holiday-marker, diary-face):
11815 Use renamed calendar faces.
11816
11817 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11818 (compare-windows-face): New backward-compatibility alias for
11819 renamed face.
11820 (compare-windows-highlight): Use renamed compare-windows face.
11821
11822 * strokes.el (strokes-char): Remove "-face" suffix from face name.
11823 (strokes-char-face): New backward-compatibility alias for renamed face.
11824 (strokes-encode-buffer): Use renamed strokes-char face.
11825
11826 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11827 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11828 Remove "-face" suffix from face names.
11829 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11830 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11831 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11832 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11833 Use renamed pcvs faces.
11834 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11835 * pcvs-defs.el (cvs-mode-map): Likewise.
11836 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11837
11838 * info.el (info-title-1, info-title-2, info-title-3)
11839 (info-title-4): Remove "-face" suffix from and downcase face names.
11840 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11841 (Info-title-4-face):
11842 New backward-compatibility aliases for renamed faces.
11843 (Info-fontify-node): Use renamed info faces.
11844
11845 * hilit-chg.el (highlight-changes, highlight-changes-delete):
11846 Remove "-face" suffix from face names.
11847 (highlight-changes-face, highlight-changes-delete-face):
11848 New backward-compatibility aliases for renamed faces.
11849 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11850 (hilit-chg-make-list): Use renamed highlight-changes faces.
11851
11852 * generic-x.el (show-tabs-tab, show-tabs-space):
11853 Remove "-face" suffix from face names.
11854 (show-tabs-tab-face, show-tabs-space-face):
11855 New backward-compatibility aliases for renamed faces.
11856 (show-tabs-generic-mode-font-lock-defaults-1)
11857 (show-tabs-generic-mode-font-lock-defaults-2):
11858 Use renamed show-tabs faces.
11859
11860 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11861 (smerge-markers): Remove "-face" suffix from face names.
11862 (smerge-mine-face, smerge-other-face, smerge-base-face)
11863 (smerge-markers-face):
11864 New backward-compatibility aliases for renamed faces.
11865 (smerge-mine-face, smerge-other-face, smerge-base-face)
11866 (smerge-markers-face): Use renamed smerge faces.
11867
11868 * log-view.el (log-view-file, log-view-message): Remove "-face"
11869 suffix from face names.
11870 (log-view-file-face, log-view-message-face):
11871 New backward-compatibility aliases for renamed faces.
11872 (log-view-file-face, log-view-message-face): Use renamed log-view
11873 faces.
11874
11875 * paren.el (show-paren-match, show-paren-mismatch):
11876 Remove "-face" suffix from face names.
11877 (show-paren-match-face, show-paren-mismatch-face):
11878 New backward-compatibility aliases for renamed faces.
11879 (show-paren-function): Use renamed show-paren faces.
11880
11881 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11882 (ruler-mode-margins, ruler-mode-fringes)
11883 (ruler-mode-column-number, ruler-mode-fill-column)
11884 (ruler-mode-comment-column, ruler-mode-goal-column)
11885 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11886 suffix from face names.
11887 (ruler-mode-default-face, ruler-mode-pad-face)
11888 (ruler-mode-margins-face, ruler-mode-fringes-face)
11889 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11890 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11891 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11892 New backward-compatibility aliases for renamed faces.
11893 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11894 (ruler-mode-column-number, ruler-mode-fill-column)
11895 (ruler-mode-comment-column, ruler-mode-goal-column)
11896 (ruler-mode-tab-stop, ruler-mode-current-column)
11897 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11898 faces.
11899
11900 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11901 face name.
11902 (whitespace-highlight-the-space): Use renamed face.
11903 (whitespace-highlight-face): New backward-compatibility alias for
11904 renamed face.
11905
11906 * woman.el (woman-italic, woman-bold, woman-unknown)
11907 (woman-addition, woman-symbol-face):
11908 Remove "-face" suffix from face names.
11909 (woman-italic-face, woman-bold-face, woman-unknown-face)
11910 (woman-addition-face):
11911 New backward-compatibility aliases for renamed faces.
11912 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11913 (woman-decode-region, woman-replace-match)
11914 (woman-display-extended-fonts, woman-special-characters)
11915 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11916 Use renamed woman faces.
11917
11918 * longlines.el (longlines-visible-face): Face removed.
11919
11920 * diff-mode.el (diff-header, diff-file-header, diff-index)
11921 (diff-hunk-header, diff-removed, diff-added, diff-changed)
11922 (diff-function, diff-context, diff-nonexistent): Remove "-face"
11923 suffix from face names.
11924 (diff-header-face, diff-file-header-face, diff-index-face)
11925 (diff-hunk-header-face, diff-removed-face, diff-added-face)
11926 (diff-changed-face, diff-function-face, diff-context-face)
11927 (diff-nonexistent-face): New backward-compatibility aliases for
11928 renamed faces.
11929 (diff-header-face, diff-file-header-face)
11930 (diff-index, diff-index-face, diff-hunk-header)
11931 (diff-hunk-header-face, diff-removed, diff-removed-face)
11932 (diff-added, diff-added-face, diff-changed-face, diff-function)
11933 (diff-function-face, diff-context-face, diff-nonexistent)
11934 (diff-nonexistent-face): Use renamed diff-mode faces.
11935
11936 * progmodes/compile.el (compilation-warning-face)
11937 (compilation-info-face): Remove "-face" suffix from face names.
11938 (compilation-warning-face, compilation-info-face):
11939 New backward-compatibility aliases for renamed faces.
11940 (compilation-warning-face, compilation-info-face):
11941 Use renamed compilation faces.
11942
11943 * add-log.el (change-log-date, change-log-name)
11944 (change-log-email, change-log-file, change-log-list)
11945 (change-log-conditionals, change-log-function)
11946 (change-log-acknowledgement): Remove "-face" suffix from face names.
11947 (change-log-date-face, change-log-name-face)
11948 (change-log-email-face, change-log-file-face)
11949 (change-log-list-face, change-log-conditionals-face)
11950 (change-log-function-face, change-log-acknowledgement-face):
11951 New backward-compatibility aliases for renamed faces.
11952 (change-log-font-lock-keywords): Use renamed change-log faces.
11953
11954 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11955 (custom-set, custom-changed, custom-saved, custom-button)
11956 (custom-button-pressed, custom-documentation, custom-state)
11957 (custom-comment, custom-comment-tag, custom-variable-tag)
11958 (custom-variable-button, custom-face-tag, custom-group-tag-1)
11959 (custom-group-tag): Remove "-face" suffix from face names.
11960 (custom-magic-alist, custom-magic-value-create)
11961 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11962 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11963 (custom-set-face, custom-changed-face, custom-saved-face)
11964 (custom-button-face, custom-button-pressed-face)
11965 (custom-documentation-face, custom-state-face)
11966 (custom-comment-face, custom-comment-tag-face)
11967 (custom-variable-tag-face, custom-variable-button-face)
11968 (custom-face-tag-face, custom-group-tag-face-1)
11969 (custom-group-tag-face):
11970 New backward-compatibility aliases for renamed faces.
11971
11972 * wid-edit.el (widget-documentation, widget-button)
11973 (widget-field, widget-single-line-field, widget-inactive)
11974 (widget-button-pressed): "-face" suffix removed from face names.
11975 (widget-documentation-face, widget-button-face)
11976 (widget-field-face, widget-single-line-field-face)
11977 (widget-inactive-face, widget-button-pressed-face):
11978 New backward-compatibility aliases for renamed faces.
11979 (widget-documentation-face, widget-button-face)
11980 (widget-button-pressed-face, widget-specify-field)
11981 (widget-specify-inactive): Use renamed widget faces.
11982
11983 2005-06-10 Kenichi Handa <handa@m17n.org>
11984
11985 * term/x-win.el (x-clipboard-yank): Remove condition-case
11986 wrapping.
11987
11988 2005-06-11 Kenichi Handa <handa@m17n.org>
11989
11990 * add-log.el (change-log-font-lock-keywords): Make the regexp for
11991 date lines stricter.
11992
11993 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
11994
11995 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11996 of x-get-selection.
11997
11998 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
11999
12000 * comint.el (comint-mode, comint-snapshot-last-prompt):
12001 * frame.el (frame-current-scroll-bars):
12002 * term.el (term-mode, term-check-proc, term-input-sender)
12003 (term-simple-send, term-extract-string, term-word)
12004 (term-match-partial-filename):
12005 * window.el (window-current-scroll-bars):
12006 * emulation/cua-base.el (cua-normal-cursor-color)
12007 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12008 (cua-global-mark-cursor-color):
12009 * mail/undigest.el (rmail-forward-separator-regex):
12010 Fix typos in docstrings.
12011
12012 * comint.el (comint-check-proc, make-comint-in-buffer)
12013 (comint-source-default): Doc fixes.
12014
12015 * term.el (term-send-string): Improve argument/docstring consistency.
12016
12017 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
12018
12019 * comint.el (comint-send-input): Bind `inhibit-read-only' around
12020 call to `delete-region'.
12021 (comint-mode-hook): Do not enable Font Lock by default.
12022
12023 2005-06-09 Lute Kamstra <lute@gnu.org>
12024
12025 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12026 could be void.
12027
12028 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * emacs-lisp/debug.el (debugger-will-be-back): New var.
12031 (debug): Use it.
12032 (debugger-step-through, debugger-continue, debugger-jump)
12033 (debugger-return-value): Set it when needed.
12034 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12035 Use inhibit-read-only.
12036
12037 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
12038
12039 * window.el (shrink-window-if-larger-than-buffer)
12040 (window-size-fixed): Fix typo in docstring.
12041
12042 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
12043 thumbnails directory on loading.
12044 (thumbs-conversion-program): Use `eq' to check the system type,
12045 not `equal'.
12046 (thumbs-temp-dir): Initialize to `temporary-file-directory',
12047 not "/tmp". Fix docstring.
12048 (thumbs-thumbsdir): New function to return the thumbnails
12049 directory, creating it if needed.
12050 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12051 (thumbs-temp-file): Delete variable and make it into a function.
12052 (thumbs-resize-image, thumbs-modify-image): Use it.
12053 (thumbs-kill-buffer): Simplify.
12054 (thumbs-gensym): Defalias or duplicate CL `gensym'.
12055 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12056 docstrings.
12057
12058 2005-06-09 Kim F. Storm <storm@cua.dk>
12059
12060 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12061 set-match-data to free markers in match-data.
12062
12063 * replace.el (replace-match-data): Pass RESEAT arg `t' to
12064 match-data to unchain markers in match-data.
12065
12066 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12069 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
12070 unnecessary now.
12071
12072 2005-06-08 Richard M. Stallman <rms@gnu.org>
12073
12074 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12075 give the variable a doc string that doesn't say don't set it directly.
12076
12077 * textmodes/ispell.el (ispell-check-version):
12078 Use match-string-no-properties.
12079 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12080 (ispell-buffer-local-words): Likewise.
12081
12082 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12083 except on terminals with enough colors to really display it.
12084 (makefile-dependency-regex): Delete spurious `bb'.
12085
12086 * faces.el (escape-glyph): Use blue once again in last case.
12087 (no-break-space): Redefine so that it isn't invisible on a tty.
12088
12089 2005-06-08 Kim F. Storm <storm@cua.dk>
12090
12091 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12092 also when reading directory name.
12093
12094 2005-06-08 Lute Kamstra <lute@gnu.org>
12095
12096 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12097 (flyspell-mode-line-string): Remove autoload cookie.
12098 (flyspell-mode): Remove defvar.
12099
12100 2005-06-07 Lute Kamstra <lute@gnu.org>
12101
12102 * textmodes/org.el (org-run-mode-hooks): New function.
12103 (org-agenda-mode): Use it.
12104
12105 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
12106
12107 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12108
12109 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12112
12113 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
12114
12115 * font-lock.el (font-lock-add-keywords): Doc fix.
12116
12117 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12120 (tex-compile-default): In the absence of any history, use the order in
12121 tex-compile-alist to choose the preferred command.
12122 (tex-compile-commands): Reorder a bit.
12123
12124 * textmodes/flyspell.el (flyspell-auto-correct-binding)
12125 (flyspell-incorrect-face, flyspell-duplicate-face):
12126 Use (X)Emacs-agnostic code.
12127 (flyspell-mode-map): Don't overwrite at each load. Remove code
12128 redundant with the subsequent add-minor-mode. Merge Emacs and
12129 XEmacs code.
12130 (flyspell-word): Minor simplification.
12131 (flyspell-math-tex-command-p): Quieten the byte-compiler.
12132 (flyspell-external-point-words): Remove unused vars `size' and `start'.
12133 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12134 Merge the corresponding Emacs code.
12135 (flyspell-correct-word, flyspell-xemacs-popup):
12136 Use flyspell-do-correct.
12137
12138 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12139 a dedicated window.
12140
12141 * international/latexenc.el (latexenc-find-file-coding-system):
12142 Undo part of last patch, to turn off a compiler warning.
12143
12144 2005-06-06 Juri Linkov <juri@jurta.org>
12145
12146 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12147 Rename `tmm-inactive-face' to `tmm-inactive'.
12148
12149 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
12150
12151 * iswitchb.el: Rename faces.
12152
12153 2005-06-06 Kim F. Storm <storm@cua.dk>
12154
12155 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12156 (cua-global-mark): Remove -face suffix from face names.
12157
12158 * emulation/cua-gmrk.el (cua--init-global-mark):
12159 Remove cua-global-mark face setup.
12160
12161 2005-06-06 Richard M. Stallman <rms@gnu.org>
12162
12163 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12164 just like other allowed characters.
12165 (makefile-match-dependency): Exclude leading and training whitespace
12166 from the range of regexp subexp 1.
12167 (makefile-macroassign-regex): Don't try to match the body,
12168 just the name of the macro being defined.
12169
12170 * info.el (Info-read-node-name-2): New function.
12171 (Info-read-node-name-1): Use that.
12172 Add a completion-base-size-function property.
12173
12174 * simple.el (completion-setup-function): Look for
12175 completion-base-size-function property of minibuffer-completion-table.
12176
12177 * files.el (locate-file-completion): Doc fix.
12178
12179 * printing.el: Don't call pr-update-menus; user must do that.
12180
12181 * emacs-lisp/debug.el (debugger-window): New variable.
12182 (debug): Use debugger-window if it is set and still alive.
12183 Record debugger-window for next entry.
12184
12185 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12186
12187 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
12188
12189 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12190 (hack-one-local-variable, hack-local-variables)
12191 (hack-local-variables-prop-line): Pass that arg.
12192
12193 2005-06-06 Kim F. Storm <storm@cua.dk>
12194
12195 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12196 (ido-indicator): Remove -face suffix from face names.
12197
12198 2005-06-06 Juri Linkov <juri@jurta.org>
12199
12200 * font-lock.el (font-lock-regexp-backslash)
12201 (font-lock-regexp-backslash-construct): New faces.
12202 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
12203 after `('. Add `while-no-input' to control structures.
12204
12205 * faces.el (no-break-space, shadow): New faces.
12206 (escape-glyph): Use less loud colors pink2 and red4.
12207
12208 * diff-mode.el (diff-context-face)
12209 * dired.el (dired-ignored)
12210 * rfn-eshadow.el (file-name-shadow)
12211 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12212
12213 * info.el (Info-title-1-face): Use green instead of yellow because
12214 bold yellow is not readable on light backgrounds.
12215
12216 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12217 before selecting the desired mode to not spend time fontifying
12218 old contents.
12219
12220 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
12221
12222 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12223 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12224
12225 * ps-print.el (ps-default-fg, ps-default-bg):
12226 Fix typos in docstrings.
12227
12228 * isearchb.el (isearchb): Don't pass a spurious second argument to
12229 `iswitchb-completions'.
12230
12231 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
12232
12233 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12234 to preserve point.
12235 (gdb-find-file-hook): Add doc string.
12236
12237 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12238 C dereferenced pointer expression.
12239 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
12240
12241 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12242
12243 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12244 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12245 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12246 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12247 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12248 Make background transparent.
12249
12250 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12251
12252 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
12253 (font-lock-remove-keywords): Doc fix.
12254 (font-lock-mode-major-mode): Compiler defvar.
12255 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12256
12257 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12258 (font-lock-mode): Update `font-lock-mode-major-mode'.
12259 (font-lock-set-defaults): Compiler defvar.
12260 (font-lock-default-function): Take `font-lock-mode-major-mode'
12261 into account.
12262
12263 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12264 keep track of which major mode it enabled the minor mode for.
12265 Use find-file-hook again. Update docstring.
12266
12267 * simple.el (eval-expression-print-level)
12268 (eval-expression-print-length, eval-expression-debug-on-error):
12269 Doc fixes.
12270
12271 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
12272
12273 * iswitchb.el (iswitchb-single-match-face)
12274 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12275 (iswitchb-invalid-regexp-face): New faces.
12276 (iswitchb-completions): Use them.
12277 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12278 now marked as an obsolete alias.
12279 (iswitchb-read-buffer): Remove check for bound font variables.
12280 (iswitchb-invalid-regexp): New free variable.
12281 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12282 set iswitchb-invalid-regexp.
12283 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12284 invalid regexps.
12285 (iswitchb-completions): Add check for complete match when entering
12286 a regexp.
12287 (iswitchb-completions): Remove require-match argument.
12288 (iswitchb-exhibit): Fix caller.
12289 (iswitchb-common-match-inserted): New variable.
12290 (iswitchb-complete, iswitchb-completion-help): Use it.
12291
12292 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
12293
12294 * url-http.el (url-http-chunked-encoding-after-change-function):
12295 Use `url-http-debug' instead of `message'.
12296
12297 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
12298
12299 * url-http.el (url-http-parse-headers): Pass redirected URL as a
12300 callback argument.
12301
12302 2005-06-04 Kim F. Storm <storm@cua.dk>
12303
12304 * simple.el (line-move): Only call sit-for when moving backwards.
12305
12306 * ido.el (ido-make-merged-file-list-1): New defun split from
12307 ido-make-merged-file-list.
12308 (ido-make-merged-file-list): Bind throw-on-input around call to
12309 ido-make-merged-file-list-1. Return input-pending-p if
12310 interrupted by more input available.
12311 (ido-read-internal): Handle input-pending-p return value from
12312 ido-make-merged-file-list.
12313
12314 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12317 compatibility code.
12318
12319 * international/latexenc.el (latexenc-find-file-coding-system):
12320 Don't inherit the EOL part of the coding-system from the
12321 tex-main buffer. Fit within 80 columns.
12322
12323 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
12324
12325 * tmm.el (tmm-inactive-face): New face.
12326 (tmm-remove-inactive-mouse-face): New function.
12327 (tmm-prompt, tmm-add-one-shortcut)
12328 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12329 but not selectable.
12330
12331 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
12332
12333 * faces.el (face-equal): Improve argument/docstring consistency.
12334
12335 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
12336
12337 * progmodes/make-mode.el (makefile-targets-face)
12338 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12339 (makefile-bsdmake-dependency-regex)
12340 (makefile-makepp-rule-action-regex)
12341 (makefile-bsdmake-rule-action-regex): New constants.
12342 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12343
12344 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12345 Allow (...) within `...' for makepp messages.
12346
12347 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
12348
12349 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12350
12351 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12352 "." files are deleted from all file lists before comparison.
12353
12354 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12355 (viper-ESC-key): Made them customizable.
12356
12357 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12358
12359 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
12360
12361 * autorevert.el (auto-revert-buffers): Use save-match-data.
12362
12363 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12366 menu items with a nil command binding.
12367
12368 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
12369
12370 * emacs-lisp/cl-macs.el (defsetf):
12371 Improve argument/docstring consistency.
12372
12373 * faces.el (list-faces-display): Improve the formatting by
12374 computing the maximum length required for any face-name (reworked
12375 patch of 1999-01-11, accidentally deleted on 1999-07-21).
12376 (internal-find-face): Remove redundant info in docstring.
12377
12378 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
12379
12380 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12381 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12382 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12383 (gdb-assembler-custom): Improve regexps.
12384 (def-gdb-auto-update-handler): Use window point to preserve point.
12385
12386 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12387
12388 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12389
12390 2005-05-31 Jay Belanger <belanger@truman.edu>
12391
12392 * calc/calc-embed.el (calc-embedded-word): Change argument passed
12393 to calc-embedded.
12394 (calc-embedded-make-info): Have plain prefix argument select
12395 entire line.
12396
12397 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
12398
12399 * faces.el (list-faces-display): Signal error if passed a regexp
12400 that matches no face name.
12401
12402 * simple.el (filter-buffer-substring): Fix typo in docstring.
12403
12404 2005-05-31 Richard M. Stallman <rms@gnu.org>
12405
12406 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12407 (vhdl-emacs-21): Doc fix.
12408 (vhdl-mode): Unconditionally set comment-padding.
12409 (vhdl-fixup-whitespace-region): Insert spaces only where
12410 there are none.
12411 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12412
12413 2005-05-30 John Wiegley <johnw@newartisans.com>
12414
12415 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12416 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12417 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12418 `directory-sep-char' to ?/, and all uses of `string-to-int' to
12419 `string-to-number'.
12420
12421 2005-05-30 Jay Belanger <belanger@truman.edu>
12422
12423 * calc/calc.el (calc-bug-address): Fix docstring.
12424 (calc-window-hook, calc-trail-window-hook): New variables.
12425 (calc-trail-display): Restore use of calc-trail-window-hook.
12426 (calc): Restore use of calc-window-hook.
12427
12428 2005-05-31 Masatake YAMATO <jet@gyve.org>
12429
12430 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12431
12432 * help-fns.el (help-C-file-name): Add autoload mark for
12433 `find-function-noselect'.
12434
12435 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12436
12437 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12438 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12439
12440 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12441
12442 * calendar/diary-lib.el (mark-included-diary-files): Only kill
12443 included diary buffer if it was not already being visited.
12444 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12445
12446 * calendar/icalendar.el (top-level): Do not require appt.
12447
12448 * mail/supercite.el (sc-select-attribution): Only use a list
12449 element from sc-attrib-selection-list if it returns a string.
12450 Reported by Davide G. M. Salvetti <salve@debian.org>.
12451
12452 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
12453
12454 * thumbs.el (thumbs-thumbname): The resulting thumbname now
12455 includes a hash value to improve its uniqueness, and has a ".jpg"
12456 extension. Also, it is now a valid filename on all systems.
12457 (thumbs-make-thumb): Use `let', not `let*'.
12458 (thumbs-show-thumbs-list): Check for JPEG availability.
12459
12460 2005-05-30 Richard M. Stallman <rms@gnu.org>
12461
12462 * filesets.el (filesets-menu-ensure-use-cached):
12463 Prevent warning when emacs-version>= is undefined.
12464
12465 * printing.el (pr-interactive-n-up): Use string-to-number.
12466
12467 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12468
12469 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12470 Warn only when name to be defined is quoted.
12471
12472 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
12473
12474 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12475 Make regexp more robust.
12476 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12477 Force regeneration of disassembly.
12478
12479 2005-05-29 Jay Belanger <belanger@truman.edu>
12480
12481 * calc/calc.el (calc-user-invocation): Check if
12482 calc-invocation-macro is non-nil.
12483
12484 2005-05-29 Juri Linkov <juri@jurta.org>
12485
12486 * add-log.el (change-log-font-lock-keywords):
12487 Add `+' to e-mail regexp to accept mail address with keywords.
12488
12489 * man.el (Man-name-regexp): Add `:' to accept qualified names.
12490
12491 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
12492
12493 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12494
12495 * ielm.el (inferior-emacs-lisp-mode): Ditto.
12496
12497 2005-05-29 Richard M. Stallman <rms@gnu.org>
12498
12499 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12500 Undo the change that moves to end of the current word.
12501
12502 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12503
12504 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12505 Throw error when count <= 0 to ensure input is a number.
12506 (gdb-read-memory-custom): Pick up address from buffer.
12507 (gdb-memory-mode): Allow user to increment and decrement
12508 memory address from header line.
12509
12510 2005-05-29 Richard M. Stallman <rms@gnu.org>
12511
12512 * flyspell.el (flyspell-version): Function deleted.
12513 (flyspell-auto-correct-previous-hook): Doc fix.
12514
12515 * jit-lock.el (jit-lock-function, jit-lock-after-change):
12516 Do nothing if memory is full.
12517
12518 * font-lock.el (font-lock-fontify-syntactically-region):
12519 Pass t for GREEDY to looking-back.
12520
12521 * saveplace.el (save-place-alist-to-file): Write the file
12522 using write-region.
12523
12524 * subr.el (looking-back): New argument GREEDY.
12525
12526 * progmodes/compile.el (compilation-start): Set the mode
12527 before inserting the initial text.
12528
12529 * progmodes/which-func.el (which-func-update-1): Turn the mode
12530 off in case of error by setting which-func-mode.
12531
12532 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
12533
12534 * flyspell.el (flyspell-auto-correct-previous-word):
12535 Narrow down to what's on the screen, and recenter overlays
12536 at the end of the next word.
12537
12538 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
12539
12540 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12541 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12542 (flyspell-abbrev-p): Default to nil.
12543 (flyspell-use-global-abbrev-table-p): Doc fix.
12544 (flyspell-large-region): Allow nil as value.
12545 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12546
12547 (mail-mode-flyspell-verify): More robust handling
12548 of `mail-header-separator'. More efficient signature detection.
12549 Allow for regexp metacharacters in message-header-separator.
12550 Adding `To' not to be checked in mail-mode-flyspell-verify.
12551
12552 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12553 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12554 Bind flyspell-auto-correct-binding.
12555 Bind C-. and C-, .
12556 (flyspell-mode-map): Likewise.
12557 (flyspell-mode): Doc fix.
12558 (flyspell-accept-buffer-local-defs): Preserve current buffer.
12559 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12560 (flyspell-word-cache-result): New var, always local.
12561 (flyspell-check-pre-word-p): Doc fix.
12562 (flyspell-check-changed-word-p): Handle spc like newline.
12563 (flyspell-post-command-hook): Set flyspell-word-cache-result.
12564 (flyspell-word-search-backward, flyspell-word-search-forward):
12565 New functions.
12566 (flyspell-word): Return t if nothing to check.
12567 When parsing TeX code, check for after } or \.
12568 Use flyspell-word-search-backward to find previous word.
12569 Return nil if duplicated word.
12570 For word already checked, return same value as last time.
12571 Set flyspell-word-cache-result after checking.
12572 Don't clobber the return value.
12573 (flyspell-get-word): Major rewrite.
12574 (flyspell-external-point-words): New locals pword, pcount.
12575 Fix size used in progress message.
12576 Find the proper corresponding word in flyspell-large-region-buffer.
12577 (flyspell-region): Check for flyspell-large-region = nil.
12578 (flyspell-highlight-incorrect-region): Clean up overlays in region.
12579 (flyspell-auto-correct-word): Check that WORD is a cons.
12580 (flyspell-correct-word): Likewise.
12581
12582 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
12583
12584 * progmodes/make-mode.el (makefile-rule-action-regex)
12585 (makefile-macroassign-regex, makefile-makepp-mode)
12586 (makefile-bsdmake-mode): Continuation lines may be empty.
12587 Reported by Joshua Varner.
12588 (makefile-makepp-font-lock-keywords): Add $(stem).
12589
12590 2005-05-28 Karl Berry <karl@gnu.org>
12591
12592 * textmodes/tex-mode.el: Now that tex-send-command calls
12593 shell-quote-argument (2005-03-31 change), remove all calls to
12594 shell-quote-argument; they all end up invoking tex-send-command.
12595 The double quoting loses on filenames with non-safe characters,
12596 such as "@". Reported by Frederik Fouvry.
12597
12598 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
12599
12600 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12601 about preserving point.
12602
12603 2005-05-27 Jay Belanger <belanger@truman.edu>
12604
12605 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12606 Info-goto-node.
12607
12608 * calc/calc-embed.el (calc-embed-arg): New variable.
12609 (calc-do-embedded-activate, calc-embedded-activate-formula)
12610 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12611 variable by new variable.
12612 (calc-embedded-make-info): Replace undeclared variable by new
12613 variable. When selecting region with positive prefix
12614 argument, use end of previous line instead of beginning of line.
12615
12616 * calc/calc-aent.el (calc-arg-values): Declare it.
12617
12618 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12619 Declare them.
12620
12621 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12622
12623 * calc/calc.el (calc-alg-map): Declare it.
12624
12625 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12626
12627 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
12628
12629 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12630 (gdb-registers-buffer, toggle-gdb-all-registers):
12631 Toggle display of floating point registers.
12632 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12633
12634 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
12635 (toggle-gud-tooltip-dereference):
12636 Rename from gud-toggle-tooltip-dereference.
12637
12638 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12639
12640 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12641
12642 2005-05-27 Jay Belanger <belanger@truman.edu>
12643
12644 * calc/calc-prog.el (calc-kbd-report): Remove.
12645 (calc-kbd-query): Rewrite.
12646
12647 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
12648
12649 * image.el (image-library-alist): Move to image.c.
12650 (image-type-available-p): Doc fix.
12651
12652 2005-05-27 Lute Kamstra <lute@gnu.org>
12653
12654 * calc/calc.el (calc):
12655 * outline.el (outline-1, outline-2, outline-3, outline-4)
12656 (outline-5, outline-6, outline-7, outline-8):
12657 * textmodes/dns-mode.el (dns-mode):
12658 * textmodes/sgml-mode.el (sgml-namespace-face):
12659 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12660 (tex-verbatim-face, tex-use-reftex):
12661 * textmodes/texinfo.el (texinfo-heading-face):
12662 Specify customization group.
12663
12664 * longlines.el: Don't require easy-mmode.
12665 (longlines-visible-face): Specify customization group.
12666
12667 2005-05-27 Kenichi Handa <handa@m17n.org>
12668
12669 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12670 encoding table of windows-1251.
12671
12672 * international/ucs-tables.el (ucs-set-table-for-input):
12673 If translation-table-for-input of a coding system is a symbol, get
12674 its translation-table property.
12675
12676 * international/code-pages.el: Don't register a coding system into
12677 non-iso-charset-alist more than once.
12678 (cp-make-coding-system): Likewise.
12679
12680 2005-05-26 John Wiegley <johnw@newartisans.com>
12681
12682 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12683 `eshell-resume-eval' is wrapped in a list, it indicates that the
12684 command was run asynchronously. In that case, unwrap the value
12685 before checking the delimiter value.
12686
12687 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12688 character before a space at the end of a line is \, assume the space
12689 is part of the last argument rather than a final argument separator.
12690
12691 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12692 is in use, and the target is `t' or `nil' (which are the most common
12693 values), don't assume that the symbol target is a buffer.
12694
12695 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
12696
12697 * calendar/calendar.el (calendar-mode-line-format):
12698 Use mode-line-highlight as mouse-face.
12699
12700 * time.el (display-time-string-forms, display-time-update):
12701 Use mode-line-highlight as mouse-face.
12702
12703 2005-05-26 Jay Belanger <belanger@truman.edu>
12704
12705 * calc/calc.el (calc-language-alist): Remove extra defvar.
12706
12707 2005-05-26 Lute Kamstra <lute@gnu.org>
12708
12709 * arc-mode.el (archive-mode):
12710 * bookmark.el (bookmark-read-annotation-mode)
12711 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12712 * bs.el (bs-mode):
12713 * calc/calc-yank.el (calc-edit-mode):
12714 * calc/calc.el (calc-mode, calc-trail-mode):
12715 * calculator.el (calculator-mode):
12716 * chistory.el (command-history-mode):
12717 * comint.el:
12718 * cus-edit.el (custom-mode):
12719 * descr-text.el (describe-text-mode):
12720 * ebuff-menu.el (Electric-buffer-menu-mode):
12721 * ediff-util.el (ediff-mode):
12722 * emacs-lisp/re-builder.el (reb-mode):
12723 * emulation/vi.el (vi-mode-setup):
12724 * emulation/ws-mode.el (wordstar-mode):
12725 * eshell/esh-mode.el (eshell-mode):
12726 * forms.el (forms-mode):
12727 * help-mode.el (help-mode):
12728 * hexl.el (hexl-mode):
12729 * ibuffer.el (ibuffer-mode):
12730 * ielm.el (inferior-emacs-lisp-mode):
12731 * info.el (Info-mode, Info-edit-mode):
12732 * international/swedish.el:
12733 * ledit.el (ledit-from-lisp-mode):
12734 * locate.el (locate-mode):
12735 * mail/rmail.el (rmail-mode):
12736 * mail/rmailedit.el (rmail-edit-mode):
12737 * mail/rmailsum.el (rmail-summary-mode):
12738 * mail/supercite.el (sc-electric-mode):
12739 * net/eudc.el (eudc-mode):
12740 * net/quickurl.el (quickurl-list-mode):
12741 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12742 * obsolete/ooutline.el (outline-mode):
12743 * obsolete/options.el (Edit-options-mode):
12744 * obsolete/rnews.el (news-mode):
12745 * obsolete/rnewspost.el (news-reply-mode):
12746 * play/5x5.el (5x5-mode):
12747 * play/decipher.el (decipher-mode, decipher-stats-mode):
12748 * play/gomoku.el (gomoku-mode):
12749 * play/snake.el (snake-mode):
12750 * play/solitaire.el (solitaire-mode):
12751 * play/tetris.el (tetris-mode):
12752 * progmodes/ada-mode.el (ada-mode):
12753 * progmodes/antlr-mode.el (antlr-mode):
12754 * progmodes/autoconf.el (autoconf-mode):
12755 * progmodes/dcl-mode.el (dcl-mode):
12756 * progmodes/delphi.el (delphi-mode):
12757 * progmodes/ebrowse.el (ebrowse-tree-mode)
12758 (ebrowse-electric-list-mode, ebrowse-member-mode)
12759 (ebrowse-electric-position-mode):
12760 * progmodes/f90.el (f90-mode):
12761 * progmodes/fortran.el (fortran-mode):
12762 * progmodes/icon.el (icon-mode):
12763 * progmodes/idlw-help.el (idlwave-help-mode):
12764 * progmodes/idlw-shell.el (idlwave-shell-mode):
12765 * progmodes/idlwave.el (idlwave-mode):
12766 * progmodes/inf-lisp.el (inferior-lisp-mode):
12767 * progmodes/m4-mode.el (m4-mode):
12768 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12769 * progmodes/modula2.el (modula-2-mode):
12770 * progmodes/octave-inf.el (inferior-octave-mode):
12771 * progmodes/octave-mod.el (octave-mode):
12772 * progmodes/pascal.el (pascal-mode):
12773 * progmodes/sh-script.el (sh-mode):
12774 * progmodes/sql.el (sql-mode, sql-interactive-mode):
12775 * progmodes/vhdl-mode.el (vhdl-mode):
12776 * progmodes/xscheme.el (scheme-interaction-mode):
12777 * replace.el (occur-mode):
12778 * ses.el (ses-mode):
12779 * simple.el (completion-list-mode):
12780 * skeleton.el:
12781 * speedbar.el (speedbar-mode):
12782 * term.el (term-mode):
12783 * terminal.el (terminal-edit-mode):
12784 * textmodes/reftex-index.el (reftex-index-mode)
12785 (reftex-index-phrases-mode):
12786 * textmodes/reftex-sel.el (reftex-select-label-mode)
12787 (reftex-select-bib-mode):
12788 * textmodes/reftex-toc.el (reftex-toc-mode):
12789 * wdired.el (wdired-change-to-wdired-mode):
12790 * wid-browse.el (widget-browse-mode):
12791 Use run-mode-hooks.
12792
12793 * array.el (array-mode):
12794 * calendar/todo-mode.el (todo-mode):
12795 * man.el (Man-mode):
12796 * play/landmark.el (lm-mode):
12797 * play/mpuz.el (mpuz-mode):
12798 Use kill-all-local-variables and run-mode-hooks.
12799
12800 * subr.el (delay-mode-hooks): Specify indentation.
12801
12802 2005-05-26 Mark A. Hershberger <mah@everybody.org>
12803
12804 * xml.el (xml-substitute-special): Don't die for undefined xml
12805 entities.
12806
12807 2005-05-26 Jay Belanger <belanger@truman.edu>
12808
12809 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12810 of nil.
12811
12812 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
12813
12814 * progmodes/gdb-ui.el (gdb-frame-address):
12815 Rename from gdb-current-address.
12816 (gdb-previous-frame-address): Rename from gdb-previous-address.
12817 (gdb-selected-frame): Rename from gdb-current-frame.
12818 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12819 (gdb-frame-number): Rename from gdb-current-stack-level.
12820 (gdb-ann3): Match new mode-name for disassembly buffer.
12821 Extend initialization of variables.
12822 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12823 (gdb-memory-mode): Use mouse-face in header line.
12824 (gdb-assembler-buffer-name): Call it disassembly and give frame
12825 in mode line.
12826 (gdb-source-spec-regexp, gdb-assembler-custom)
12827 (gdb-invalidate-assembler, gdb-frame-handler):
12828 Make robust to leading zeroes in address format.
12829
12830 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
12831
12832 * textmodes/org.el (org-mode): Use `define-derived-mode' to
12833 define `org-mode'.
12834 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12835
12836 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12837
12838 * log-edit.el (log-edit-changelog-entries): Distinguish between
12839 filenames like xfns.c and fns.c.
12840
12841 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
12842
12843 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12844 point after reverting.
12845 (Buffer-menu-make-sort-button): Handle the case where
12846 `Buffer-menu-use-header-line' is nil.
12847
12848 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12849
12850 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12851 New funcs. In minibuffer-local-completion-map bind `]', `/'
12852 and `:' to them.
12853
12854 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12855
12856 * startup.el (normal-top-level): Allow modification of load-path while
12857 we're iterating over it.
12858
12859 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
12860
12861 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12862 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12863 (thumbs-resize-interactive, thumbs-insert-image)
12864 (thumbs-insert-thumb, thumbs-dired-show-marked)
12865 (thumbs-find-image-at-point, thumbs-delete-images)
12866 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12867 (thumbs-increment-image-size, thumbs-decrement-image-size):
12868 Fix typos in docstrings.
12869
12870 2005-05-24 Andre Spiegel <spiegel@gnu.org>
12871
12872 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12873 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12874 (cperl-mode): Use them.
12875
12876 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
12877
12878 * window.el (quit-window, shrink-window-if-larger-than-buffer):
12879 Doc fixes.
12880
12881 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
12882
12883 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12884 Bind C-d to gdb-inferior-io-eof.
12885
12886 * dired.el (dired-dnd-popup-notice): Use message-box.
12887
12888 2005-05-23 Masatake YAMATO <jet@gyve.org>
12889
12890 * bindings.el (mode-line-major-mode-keymap):
12891 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12892
12893 * faces.el (mode-line-highlight): New face.
12894
12895 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12896 as mouse-face.
12897
12898 * bindings.el (top-level, help-echo, mode-line-modified)
12899 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12900 as mouse-face.
12901
12902 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
12903
12904 * progmodes/cc-engine.el (c-guess-basic-syntax):
12905 Remove spurious call to `zerop'.
12906
12907 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12908
12909 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
12910
12911 CC Mode update to 5.30.10:
12912
12913 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12914 could go past the limit in decoration level 2, thereby causing
12915 errors during interactive fontification.
12916
12917 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12918 the file is evaluated interactively.
12919
12920 * cc-engine.el (c-guess-basic-syntax): Handle operator
12921 declarations somewhat better in C++.
12922
12923 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12924 make use of `run-mode-hooks' which has been added in Emacs 21.1.
12925 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12926 (awk-mode): Use it.
12927 (make-local-hook): Suppress warning about obsoleteness.
12928
12929 * cc-engine.el, cc-align.el, cc-cmds.el
12930 (c-append-backslashes-forward, c-delete-backslashes-forward)
12931 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12932 Compensate for return value from `forward-line' when it has moved
12933 but not to a different line due to eob.
12934
12935 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12936 `objc-method-intro' and `objc-method-args-cont'.
12937
12938 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
12939
12940 CC Mode update to 5.30.10:
12941
12942 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12943 in the copyright statement. Incidentally, change "along with GNU
12944 Emacs" to "along with this program" where it occurs.
12945
12946 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12947 so that it is interactive, hence can be found by M-x awk-mode
12948 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
12949 <gmorris+emacs@ast.cam.ac.uk>.
12950
12951 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12952 Mode's regexps.
12953
12954 2005-05-23 Kevin Ryde <user42@zip.com.au>
12955
12956 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12957 c-parse-state, to avoid a lisp error (on bad code).
12958
12959 2005-05-23 Lute Kamstra <lute@gnu.org>
12960
12961 * subr.el (font-lock-defaults): Remove defvar as it's already
12962 defined in font-core.el.
12963
12964 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12965
12966 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
12967
12968 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12969 more general and work when GDB variable "print pretty" is on,
12970 as with Emacs, for example.
12971
12972 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
12973
12974 * font-core.el: Update comment.
12975
12976 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12977 Use `after-change-major-mode-hook' instead of `find-file-hook'.
12978
12979 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12980
12981 2005-05-22 Eli Zaretskii <eliz@gnu.org>
12982
12983 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12984 and `yank-handler' in the doc strings.
12985
12986 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
12989
12990 2005-05-22 Richard M. Stallman <rms@gnu.org>
12991
12992 * help.el (describe-key): Move print-help-return-message call
12993 out of conditional.
12994
12995 * progmodes/etags.el (list-tags): Use with-no-warnings.
12996
12997 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12998 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12999 (starttls-extra-args, starttls-extra-arguments): Add defvars.
13000
13001 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13002
13003 * language/viet-util.el (viet-viscii-nonascii-translation-table):
13004 Add defvar.
13005
13006 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13007 Use defvar, not defconst.
13008
13009 * hexl.el (hexl-follow-line): Use with-no-warnings.
13010
13011 * emulation/tpu-extras.el: Use write-file-functions instead of
13012 write-file-hooks.
13013
13014 * dired.el (dired-font-lock-keywords): Fontify files with junk
13015 extensions even if marked by -F.
13016
13017 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
13018
13019 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13020 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13021 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13022 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13023 (concatenate, list-length, get*, getf, cl-remprop):
13024 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13025 (etypecase, progv, lexical-let, lexical-let*)
13026 (multiple-value-bind, multiple-value-setq, shiftf):
13027 Improve argument/docstring consistency.
13028
13029 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13030
13031 2005-05-22 Andre Spiegel <spiegel@gnu.org>
13032
13033 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13034 doesn't exist.
13035
13036 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
13037 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13038
13039 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
13040
13041 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13042 already deleted variables: auto-fill-hook, blink-paren-hook,
13043 lisp-indent-hook, inhibit-local-variables, unread-command-event,
13044 suspend-hooks, comment-indent-hook, meta-flag,
13045 before-change-function, after-change-function,
13046 font-lock-doc-string-face.
13047
13048 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
13049
13050 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13051
13052 2005-05-21 Eli Zaretskii <eliz@gnu.org>
13053
13054 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13055 rmail-dont-reply-to.
13056
13057 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13058
13059 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13060 literal blank when splitting new-header-values.
13061
13062 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
13063
13064 * calendar/cal-menu.el (cal-menu-update): Add separator as a
13065 string so that tmm doesn't create a completion entry for it.
13066
13067 * textmodes/table.el (table-disable-menu): Ditto.
13068
13069 2005-05-21 Richard M. Stallman <rms@gnu.org>
13070
13071 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13072
13073 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13074
13075 * net/rcompile.el (remote-compile): Use compilation-start.
13076
13077 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13078
13079 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
13080
13081 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13082 Default to makefile-bsdmake-mode on BSD systems.
13083
13084 * imenu.el (imenu-generic-expression, imenu--generic-function'):
13085 REGEXP may also be a search function now. The part of doc-string
13086 for describing the structure was 95% identical to that of
13087 `imenu--generic-function'. Unify it there.
13088
13089 * progmodes/make-mode.el (makefile-imenu-generic-expression):
13090 Use function to find dependencies, because regexp alone is so complex,
13091 it easily goes into an endless loop.
13092 (makefile-makepp-mode): Also add submenu for Perl functions
13093 defined in the makefile.
13094 (makefile-bsdmake-mode): Special imenu-generic-expression no
13095 longer needed, due to function call.
13096 (makefile-match-dependency): Take BOUND into account when checking
13097 if we're through.
13098
13099 2005-05-20 Jay Belanger <belanger@truman.edu>
13100
13101 * calc/calc-units.el (calc-invalidate-units-table):
13102 Use inhibit-read-only.
13103 (math-build-units-table-buffer): Use view-mode.
13104
13105 2005-05-20 David Kastrup <dak@gnu.org>
13106
13107 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13108 easy-menu-add is not a nop on Emacs; and clarify when to call it.
13109
13110 2005-05-20 Lute Kamstra <lute@gnu.org>
13111
13112 * diff-mode.el (diff-header-face, diff-file-header-face)
13113 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13114 (diff-added-face, diff-changed-face, diff-function-face)
13115 (diff-context-face, diff-nonexistent-face): Put them in the
13116 diff-mode customization group.
13117
13118 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13119
13120 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13121
13122 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13123
13124 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13125 Minor regexp-optimization.
13126
13127 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
13128
13129 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13130 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13131 (org-agenda-add-time-grid-maybe): New function.
13132 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13133 (org-table-create): `dotimes' instead of `mapcar'.
13134 (org-xor): Simplify implementation.
13135 (org-agenda): `inhibit-redisplay' turned on.
13136 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13137 a consistent line after a state change.
13138 (org-agenda-remove-times-when-in-prefix): New option.
13139 (org-prefix-has-time): New variable.
13140 (org-parse-time-string): Optional argument NODEFAULT.
13141 (org-format-agenda-item): Parse items for time-of-day
13142 specifications and move these into the prefix if possible.
13143 (org-agenda-priority): Get current heading, not previous heading
13144 during agenda remote editing.
13145
13146 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
13147
13148 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13149 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13150 (remove-duplicates, delete-duplicates, substitute)
13151 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13152 (nsubstitute-if-not, find, find-if, find-if-not, position)
13153 (position-if, position-if-not, count, count-if, count-if-not)
13154 (mismatch, search, sort*, stable-sort, merge, member*)
13155 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13156 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13157 (intersection, nintersection, set-difference, nset-difference)
13158 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13159 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13160 (nsublis, tree-equal): Improve argument/docstring consistency.
13161
13162 * subr.el (send-string, send-region): Remove obsolescence declaration.
13163 (window-dot, set-window-dot, read-input, show-buffer)
13164 (eval-current-buffer, string-to-int):
13165 Add release number to obsolescence declarations.
13166
13167 2005-05-19 Kim F. Storm <storm@cua.dk>
13168
13169 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13170 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13171
13172 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
13173
13174 * faces.el (list-faces-display): Make back button respect optional
13175 regexp arg.
13176
13177 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
13178
13179 * calculator.el (calculator-radix-grouping-mode)
13180 (calculator-radix-grouping-digits, calculator-displayer)
13181 (calculator-radix-grouping-separator, calculator-copy-displayer):
13182 * dabbrev.el (dabbrev-search-these-buffers-only):
13183 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13184 (diff-advance-after-apply-hunk, diff-mode-hook)
13185 (diff-minor-mode-prefix):
13186 * imenu.el (imenu-use-popup-menu):
13187 * jit-lock.el (jit-lock-context-time):
13188 * newcomment.el (comment-fill-column, comment-column)
13189 (comment-style, comment-padding, comment-multi-line)
13190 (comment-empty-lines, comment-auto-fill-only-comments):
13191 * reveal.el (reveal-around-mark):
13192 * uniquify.el (uniquify-buffer-name-style)
13193 (uniquify-after-kill-buffer-p)
13194 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13195 (uniquify-min-dir-content, uniquify-separator)
13196 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13197 * w32-vars.el (w32-fixed-font-alist):
13198 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13199 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13200 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13201 * progmodes/perl-mode.el (perl-indent-level)
13202 (perl-continued-statement-offset, perl-continued-brace-offset)
13203 (perl-brace-offset, perl-brace-imaginary-offset)
13204 (perl-label-offset, perl-indent-continued-arguments)
13205 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13206 * progmodes/tcl.el (tcl-indent-level)
13207 (tcl-continued-indent-level, tcl-auto-newline)
13208 (tcl-tab-always-indent, tcl-electric-hash-style)
13209 (tcl-help-directory-list, tcl-use-smart-word-finder)
13210 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13211 (inferior-tcl-source-command):
13212 * textmodes/fill.el (enable-kinsoku):
13213 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13214 * textmodes/table.el (table-yank-handler):
13215 Specify missing group (and type, if simple) in defcustom.
13216
13217 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
13218
13219 * progmodes/compile.el (compilation-finish-function): Fix defvar.
13220
13221 2005-05-19 Richard M. Stallman <rms@gnu.org>
13222
13223 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13224
13225 * subr.el (event-basic-type): Don't get an error.
13226 (left-fringe-p): Function deleted.
13227
13228 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13229 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13230
13231 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13232 in recursive copy.
13233
13234 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13235
13236 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13237
13238 * emacs-lisp/bytecomp.el
13239 (byte-compile-file-form-custom-declare-variable):
13240 Call byte-compile-nogroup-warn if appropriate.
13241
13242 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13243 (compilation-set-window): Don't call left-fringe-p; do it directly.
13244
13245 2005-05-19 Jay Belanger <belanger@truman.edu>
13246
13247 * calc/calc-graph.el (calc-graph-format-data): Make sure
13248 var-PlotRejects is bound before trying to check its value.
13249
13250 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
13251
13252 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13253 definition of this variable from reftex-global.el to reftex.el,
13254 because it is needed in the menu.
13255
13256 2005-05-19 Lute Kamstra <lute@gnu.org>
13257
13258 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13259 years are fixed. Don't insert a space after a dash.
13260
13261 2005-05-19 Kim F. Storm <storm@cua.dk>
13262
13263 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13264
13265 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
13266
13267 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13268 strings, because (eq ... ?\\) is fairly frequent.
13269
13270 * progmodes/make-mode.el (makefile-add-this-line-targets):
13271 Simplify and integrate into `makefile-pickup-targets'.
13272 (makefile-add-this-line-macro): Simplify and integrate into
13273 `makefile-pickup-macros.
13274 (makefile-pickup-filenames-as-targets): Simplify.
13275 (makefile-previous-dependency, makefile-match-dependency):
13276 Don't stumble over `::'.
13277
13278 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
13279
13280 * subr.el (post-command-idle-hook, post-command-idle-delay):
13281 Remove obsoletion of post-command-idle-hook and
13282 post-command-idle-delay.
13283
13284 * faces.el (list-faces-display): Provide button when describe-face
13285 is called to take user back to the list of faces.
13286
13287 * help-fns.el (describe-variable): Remove hyperlinks in a
13288 variable's value as these are quite frequently inappropriate.
13289
13290 * follow.el (follow-submit-feedback, follow-mode):
13291 Remove references to post-command-idle-hook.
13292
13293 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
13294
13295 * progmodes/make-mode.el (makefile-previous-dependency)
13296 (makefile-match-dependency): Check for := (and in bsd mode also
13297 !=) to give a better result, even when font-lock is not on.
13298
13299 2005-05-18 Jay Belanger <belanger@truman.edu>
13300
13301 * calc/calc-help.el (calc-s-prefix-help):
13302 Add `calc-copy-special-constant' to help string.
13303
13304 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
13305
13306 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13307
13308 2005-05-18 Jay Belanger <belanger@truman.edu>
13309
13310 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13311 in linear factors are in proper order.
13312
13313 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
13314
13315 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13316 Support for jurabib.
13317
13318 * textmodes/reftex.el (featurep): Define aliases for overlay
13319 commands, for XEmacs compatibility, and use these aliases in
13320 overlay initializations.
13321 (reftex-highlight): Use `reftex-move-overlay'.
13322 (reftex-unhighlight): Use `reftex-delete-overlay'.
13323 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
13324 (reftex-access-search-path): Use `reftex-uniquify' instead of
13325 `reftex-uniq'
13326
13327 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13328 `before-string' property modification enables for Emacs as well.
13329 (reftex-select-item): Use `reftex-delete-overlay'.
13330 (reftex-select-mark): Use `reftex-make-overlay' and
13331 `reftex-overlay-put'.
13332 (reftex-select-unmark): Use `reftex-delete-overlay' and
13333 `reftex-overlay-put'.
13334
13335 2005-05-18 Lute Kamstra <lute@gnu.org>
13336
13337 * emacs-lisp/lisp.el (check-parens): Fix docstring.
13338
13339 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
13340
13341 * add-log.el (add-change-log-entry):
13342 * array.el (array-make-template, array-reconfigure-rows)
13343 (array-init-max-row, array-init-max-column)
13344 (array-init-columns-per-line, array-init-field-width):
13345 * replace.el (replace-match-maybe-edit, perform-replace):
13346 * textmodes/spell.el (spell-region):
13347 Replace `read-input' by `read-string'.
13348
13349 * forms.el (forms-mode):
13350 * finder.el (finder-compile-keywords):
13351 * shadowfile.el (shadow-read-files):
13352 Replace `eval-current-buffer' by `eval-buffer'.
13353
13354 * terminal.el (te-pass-through):
13355 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13356 (ange-ftp-raw-send-cmd):
13357 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13358 (send-process-next-char, telnet-initial-filter, telnet):
13359 Replace `send-string' by `process-send-string'.
13360
13361 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13362 (prolog-consult-region): Replace `send-string' by
13363 `process-send-string'; replace `send-region' by `process-send-region'.
13364
13365 * progmodes/delphi.el (delphi-log-msg):
13366 Replace `set-window-dot' by `set-window-point'.
13367
13368 * subr.el (window-dot, set-window-dot, read-input, send-string)
13369 (send-region, show-buffer, eval-current-buffer):
13370 Make really obsolete, as the comment says.
13371
13372 2005-05-17 Kim F. Storm <storm@cua.dk>
13373
13374 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13375 (cua--init-keymaps): Bind C-return instead of S-return to set
13376 rectangle mark.
13377
13378 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13379 instead of S-return to toggle/clear rectangle mark.
13380
13381 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
13382
13383 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13384 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13385 Also fontify plain strings assigned to variables, mostly so that a
13386 colon has a face and is thus not taken as a dependency separator.
13387 (makefile-previous-dependency): Inline the new matcher, because it
13388 is too complex to work in both directions.
13389 (makefile-match-dependency): Eliminate `backward' arg (see above).
13390 Completely reimplemented so as to not sometimes go into an endless
13391 loop. It should also be more efficient, because first it only
13392 searches for `:', instead of applying the very complex regexp.
13393 (makefile-mode): Cancel `font-lock-support-mode', because blocks
13394 to be fontified in one piece can be too long for JIT.
13395 Makefiles are never *that* big.
13396
13397 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
13398
13399 * dired.el (dired-mode): Simplify.
13400
13401 2005-05-17 Lute Kamstra <lute@gnu.org>
13402
13403 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13404 defcustom for the mode hook variable.
13405
13406 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13407 Emacs Lisp Reference Manual.
13408
13409 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
13410
13411 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13412 (evenp, list*):
13413 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13414 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13415
13416 * net/tramp-smb.el (tramp-smb-open-connection):
13417 Pass `tramp-chunksize' as fifth (required) argument.
13418
13419 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
13420
13421 * font-lock.el (lisp-font-lock-keywords-1):
13422 Set `font-lock-negation-char-face' for [^...] char group.
13423 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13424
13425 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13426 a var, and refine it to mask one more level of nested vars.
13427 (makefile-rule-action-regex): Turn it into a var, and refine it so
13428 it recognizes backslashed continuation lines as belonging to the
13429 same command.
13430 (makefile-macroassign-regex): Refine it so it recognizes
13431 backslashed continuation lines as belonging to the same command.
13432 (makefile-var-use-regex): Don't look at the next char, because it
13433 might be the same one to be skipped by the initial [^$], leading
13434 to an overlooked variable use.
13435 (makefile-make-font-lock-keywords): Remove two parameters, which
13436 are now variables that some of the modes set locally.
13437 Handle dependency and rule action matching through functions, because
13438 regexps alone match too often. Dependency matching now comes
13439 last, so it can check, whether a colon already matched something else.
13440 (makefile-mode): Inform that font-lock improves makefile parsing
13441 capabilities.
13442 (makefile-match-dependency, makefile-match-action): New functions.
13443
13444 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
13445
13446 * emacs-lisp/cl-extra.el (equalp): Doc fix.
13447
13448 * align.el (align-regexp):
13449 * ansi-color.el (ansi-color-get-face):
13450 * array.el (array-reconfigure-rows, array-init-max-row)
13451 (array-init-max-column, array-init-columns-per-line)
13452 (array-init-field-width):
13453 * dired-aux.el (dired-trample-file-versions):
13454 * dired-x.el (dired-mark-sexp):
13455 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13456 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13457 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13458 * faces.el (face-read-integer):
13459 * files.el (backup-extract-version, insert-directory):
13460 * hexl.el (hexl-insert-decimal-char):
13461 * server.el (server-process-filter):
13462 * shell.el (shell-extract-num):
13463 * startup.el (command-line-1):
13464 * term.el (term-command-hook):
13465 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13466 (time-stamp-do-number):
13467 * time.el (display-time-update):
13468 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13469 (timezone-fix-time):
13470 * vms-patch.el (vms-suspend-resume-hook):
13471 * calendar/appt.el (appt-convert-time):
13472 * calendar/cal-bahai.el (mark-bahai-diary-entries):
13473 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13474 * calendar/cal-islam.el (mark-islamic-diary-entries):
13475 * calendar/calendar.el (calendar-cursor-to-date)
13476 (calendar-star-date):
13477 * calendar/diary-lib.el (diary-attrtype-convert)
13478 (mark-diary-entries, diary-entry-time):
13479 * calendar/solar.el (solar-get-number):
13480 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13481 * emacs-lisp/re-builder.el (reb-display-subexp):
13482 * emulation/edt.el (edt-set-scroll-margins):
13483 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13484 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13485 (vip-get-ex-count):
13486 * emulation/viper-ex.el (viper-get-ex-token)
13487 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13488 * international/fontset.el (fontset-plain-name):
13489 * mail/feedmail.el (feedmail-look-at-queue-directory):
13490 * mail/mailalias.el (mail-get-names):
13491 * mail/rmail.el (rmail-convert-to-babyl-format):
13492 * mail/rmailsum.el (rmail-make-basic-summary-line)
13493 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13494 (rmail-summary-goto-msg):
13495 * mail/smtpmail.el (smtpmail-read-response):
13496 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13497 (ange-ftp-vms-add-file-entry):
13498 * play/gametree.el (gametree-looking-at-ply)
13499 (gametree-current-branch-score):
13500 * progmodes/ada-xref.el (ada-prj-find-prj-file)
13501 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13502 * progmodes/cperl-mode.el (condition-case):
13503 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13504 (ebrowse-set-member-buffer-column-width)
13505 (ebrowse-select-1st-to-9nth):
13506 * progmodes/etags.el (etags-snarf-tag):
13507 * progmodes/flymake.el (flymake-parse-line):
13508 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13509 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13510 (idlwave-shell-menu-def):
13511 * progmodes/ps-mode.el (ps-run-goto-error):
13512 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13513 (vhdl-speedbar-contract-level):
13514 * term/mac-win.el (x-handle-numeric-switch):
13515 * term/sun-mouse.el (sun-get-frame-data):
13516 * term/w32-win.el (x-handle-numeric-switch):
13517 * term/x-win.el (x-handle-numeric-switch):
13518 * textmodes/ispell.el (ispell-parse-output):
13519 * textmodes/nroff-mode.el (nroff-outline-level):
13520 * textmodes/reftex-cite.el (reftex-bib-sort-year)
13521 (reftex-bib-sort-year-reverse, reftex-format-citation):
13522 * textmodes/reftex-parse.el (reftex-init-section-numbers)
13523 (reftex-section-number):
13524 * textmodes/texinfmt.el (texinfo-paragraphindent):
13525 Replace `string-to-int' by `string-to-number'.
13526
13527 * international/latexenc.el: Add page marker to force the "Local
13528 Variables:" string out of the last page.
13529
13530 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13531
13532 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13533 tooltip-change-major-mode.
13534 (gud-tooltip-print-command): Remove case where gud-minor-mode
13535 is gdb ("--fullname").
13536 (gud-tooltip-tips): Turn GUD tooltips off for this case and
13537 explain to user.
13538
13539 2005-05-16 Jay Belanger <belanger@truman.edu>
13540
13541 * calc/calc-store.el (calc-copy-special-constant): New function.
13542
13543 * calc/calc-ext.el (calc-init-extensions): Add binding for
13544 `calc-copy-special-constant'.
13545
13546 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13547 for the `calc-copy-special-constant' command.
13548
13549 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
13550
13551 * subr.el (left-fringe-p): New function.
13552
13553 * progmodes/compile.el (compilation-setup): Set local value of
13554 overlay-arrow-string to "" always.
13555 (compilation-set-window): Left fringe then don't scroll.
13556 No left fringe then no arrow and scroll message to top.
13557 (compilation-context-lines): Adjust doc string accordingly.
13558
13559 2005-05-16 Kim F. Storm <storm@cua.dk>
13560
13561 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13562 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13563 (ido-wide-find-dir-or-delete-dir): New command for M-d.
13564 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
13565 (ido-read-file-name): Handle commands with ido property value
13566 equal to find-file as reading a file name, to allow C-d to enter dired.
13567 (ibuffer-find-file): Add ido property with value find-file.
13568
13569 2005-05-15 Kim F. Storm <storm@cua.dk>
13570
13571 * subr.el (open-network-stream-nowait): Remove.
13572 (open-network-stream-server): Remove.
13573
13574 2005-05-15 Richard M. Stallman <rms@gnu.org>
13575
13576 * faces.el (describe-face): Output a definition link button.
13577
13578 * help-mode.el (help-face-def): New button type.
13579
13580 * emacs-lisp/copyright.el (copyright-fix-years):
13581 Match properly if the first year is 2-digit.
13582 Don't mess up the whitespace after the years by filling.
13583
13584 * dired-aux.el (dired-mark-confirm):
13585 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13586
13587 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13588 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13589 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13590
13591 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13592 Set font-lock-comment-start-skip.
13593
13594 * font-lock.el (font-lock-comment-start-skip): New variable.
13595 (font-lock-comment-end-skip): New variable.
13596 (font-lock-fontify-syntactically-region): Use them if non-nil.
13597
13598 2005-05-15 Jay Belanger <belanger@truman.edu>
13599
13600 * calc/calc-store.el (calc-store-value): Return a string rather
13601 than display it as a message.
13602 Use calc-var-name for variable name.
13603 (calc-store-into): Add the result of calc-store-value to message.
13604 (calc-copy-variable): Add a message.
13605 (calc-store-exchange): Improve error messages.
13606 (calc-store-binary, calc-store-map): Don't reset the values of
13607 special constants.
13608
13609 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
13610
13611 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13612 manual to docstring.
13613
13614 * files.el (hack-local-variables-confirm): Add STRING argument.
13615 Make the function handle non file visiting buffers correctly.
13616 (hack-local-variables-prop-line, hack-local-variables)
13617 (hack-one-local-variable): Use STRING arg of
13618 `hack-local-variables-confirm'.
13619
13620 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
13621
13622 Sync with Tramp 2.0.49.
13623
13624 * net/tramp.el (tramp-handle-dired-call-process)
13625 (tramp-handle-insert-directory):`insert-buffer' cannot be used
13626 because the contents of the Tramp buffer is changed before
13627 insertion (`expand-file' and alike).
13628 (tramp-handle-insert-directory): If `localname' has an empty
13629 nondirectory name, it must not be quoted.
13630 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
13631 variable `tramp-chunksize'. Change callees.
13632 (tramp-open-connection-setup-interactive-shell): Check remote host
13633 for buggy `send-process-string' implementation.
13634 Set `tramp-chunksize' if found. Reported by Michael Kifer
13635 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13636 (tramp-handle-shell-command): `insert-buffer' cannot be used
13637 because the contents of the Tramp buffer is changed before
13638 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13639 <frederic.bothamy@free.fr>.
13640 (tramp-set-auto-save): Actions should be done for Tramp file name
13641 handler only. Ange-FTP has its own auto-save mechanism.
13642 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13643 (tramp-set-auto-save-file-modes): Set file modes of
13644 `buffer-auto-save-file-name' to ?\600 as fallback solution.
13645 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13646 (tramp-bug): Remove obsolete variable.
13647 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
13648 for presence of `mml-mode'. Make it running for older Emacsen as well.
13649
13650 2005-05-14 John Paul Wallington <jpw@pobox.com>
13651
13652 * ibuf-ext.el (define-ibuffer-filter filename):
13653 If `dired-directory' is a list, use its car.
13654
13655 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
13656
13657 * ibuffer.el (define-ibuffer-column filename):
13658 If `dired-directory' is a list, use its car.
13659
13660 2005-05-14 Richard M. Stallman <rms@gnu.org>
13661
13662 * subr.el (symbol-file): Doc fix.
13663
13664 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13665 (byte-compile-form): Call byte-compile-nogroup-warn.
13666 (byte-compile-warning-types): Doc fix.
13667
13668 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13669
13670 * progmodes/cc-engine.el (c-literal-faces):
13671 Add font-lock-comment-delimiter-face.
13672
13673 * net/net-utils.el (dig): Use with-no-warnings.
13674
13675 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13676 (sc-recite-frame-alist, sc-default-cite-frame)
13677 (sc-default-uncite-frame, sc-default-recite-frame)
13678 (sc-attrib-selection-list, sc-rewrite-header-list):
13679 Mark as risky-local-variable.
13680
13681 * international/ogonek.el (ogonek-jak, ogonek-how):
13682 Don't use beginning-of-buffer.
13683
13684 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13685
13686 * calendar/solar.el (solar-data-list): Move definition up.
13687
13688 * dnd.el (dnd-protocol-alist): Add autoload.
13689
13690 * progmodes/sh-script.el: Many doc usage fixes.
13691 (sh-indent-after-do): Change default to match common styles.
13692
13693 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
13694
13695 * files.el (interpreter-mode-alist)
13696 (auto-mode-interpreter-regexp): Doc fixes.
13697
13698 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
13699
13700 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13701
13702 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13703
13704 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13705
13706 * dired.el (dired-mode): make-variable-buffer-local =>
13707 make-local-variable.
13708
13709 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13710
13711 * term/mac-win.el (mac-select-convert-to-string): Try coding
13712 systems in mac-script-code-coding-systems if specified one cannot
13713 encode string for `com.apple.traditional-mac-plain-text'.
13714
13715 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
13716
13717 * progmodes/make-mode.el (makefile-targets-face)
13718 (makefile-shell-face, makefile-makepp-perl-face): New faces.
13719 (makefile-dependency-regex): Fix it to not make the colon in
13720 $(var:a=b) special.
13721 (makefile-rule-action-regex): New regexp for highlighting embedded
13722 Shell strings.
13723 (makefile-macroassign-regex): Handle != for highlighting as
13724 embedded Shell strings.
13725 (makefile-var-use-regex): New const.
13726 (makefile-statements, makefile-automake-statements)
13727 (makefile-gmake-statements, makefile-makepp-statements)
13728 (makefile-bsdmake-statements): New consts.
13729 (makefile-make-font-lock-keywords): New function.
13730 (makefile-automake-font-lock-keywords)
13731 (makefile-gmake-font-lock-keywords)
13732 (makefile-makepp-font-lock-keywords)
13733 (makefile-bsdmake-font-lock-keywords): New consts.
13734 (makefile-mode-map): Add switchers between the various submodes.
13735 (makefile-mode): Document the availability of the variants.
13736 (makefile-automake-mode, makefile-gmake-mode)
13737 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13738
13739 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13740 new variants of makefile-mode.
13741
13742 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13743
13744 * font-lock.el (font-lock-comment-delimiter-face): Fix up
13745 the inheritance.
13746
13747 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
13748
13749 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13750 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13751
13752 * files.el (normal-mode): Extend the scope of the
13753 `enable-local-variables' binding to include the `set-auto-mode' call.
13754 (magic-mode-alist): Doc fix.
13755
13756 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13757
13758 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13759 font-lock-comment-face rather than copying its setting.
13760
13761 2005-05-12 Andreas Schwab <schwab@suse.de>
13762
13763 * eshell/esh-mode.el (eshell-send-input): Doc fix.
13764
13765 2005-05-12 Lute Kamstra <lute@gnu.org>
13766
13767 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13768 defcustom for the mode hook variable. Delete the last argument.
13769 * generic-x.el: Fix callers of define-generic-mode.
13770 (generic-x-modes): Delete group.
13771 (show-tabs-tab-face, show-tabs-space-face): Put them in the
13772 generic-x customization group.
13773
13774 2005-05-12 Kim F. Storm <storm@cua.dk>
13775
13776 * font-lock.el (font-lock-negation-char-face): Default to "off".
13777
13778 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13779 font-lock-negation-char-face to ! in !=.
13780
13781 2005-05-12 Masatake YAMATO <jet@gyve.org>
13782
13783 * add-log.el (find-change-log): Fix typos in the docstring
13784 of function.
13785
13786 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13787
13788 * international/latexenc.el (latexenc-find-file-coding-system):
13789 Avoid `re-search-forward' when looking for input encoding because
13790 of speed and safety. Better regular expressions for recognizing
13791 input encoding. Limit a search for TeX-master/tex-main-file to
13792 the local variable section.
13793
13794 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
13795
13796 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13797 syntax of $ to "'" (quote).
13798
13799 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13800
13801 * dnd.el (dnd-protocol-alist): Improve custom type.
13802
13803 * dired.el (dired-dnd-protocol-alist): New variable.
13804 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
13805 `dired-mode-hook' to the end.
13806
13807 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13808
13809 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13810 comment-end if comment-start-skip is not set.
13811 Obey the font-lock-comment-delimiter-face variables.
13812
13813 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13814
13815 * files.el (executable-find): Move from executable.el. Use
13816 locate-file.
13817 * progmodes/executable.el (executable-find): Move to files.el.
13818
13819 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13820 when trying to ensure forward progress.
13821
13822 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
13823
13824 * mouse-sel.el (mouse-sel-follow-link-p): New function.
13825 (mouse-select, mouse-select-internal, mouse-extend-internal):
13826 Use it to implement mouse-1-click-follows-link functionality.
13827
13828 2005-05-11 Richard M. Stallman <rms@gnu.org>
13829
13830 * font-lock.el (font-lock-fontify-syntactically-region):
13831 Use font-lock-comment-delimiter-face for comment delimiters.
13832
13833 2005-05-10 Jay Belanger <belanger@truman.edu>
13834
13835 * calc/calc-help.el (calc-m-prefix-help): Add mention of
13836 preserving embedded modes.
13837
13838 2005-05-10 Richard M. Stallman <rms@gnu.org>
13839
13840 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13841
13842 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13843 Move from ada-stmt.el.
13844 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13845
13846 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13847 Move to ada-mode.el.
13848 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13849
13850 * cus-edit.el (custom-file): Call file-chase-links.
13851
13852 * files.el (read-directory-name): Fix previous change.
13853 (hack-local-variables-confirm): New function.
13854 (hack-local-variables-prop-line, hack-local-variables)
13855 (hack-one-local-variable): Use it.
13856
13857 2005-05-10 Lute Kamstra <lute@gnu.org>
13858
13859 * font-lock.el (font-lock-keywords-alist)
13860 (font-lock-removed-keywords-alist): Clarify docstrings.
13861
13862 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
13863
13864 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13865 (gdb-source-info): Check for preprocessor info.
13866 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
13867 a macro for a function.
13868 (gdb-info-breakpoints-custom): Try to find file again if not already
13869 found (user might have used GDB dir command).
13870 (gdb-get-location): Update gdb-location-alist correctly for change
13871 to gdb-info-breakpoints-custom.
13872
13873 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13874 (gud-tooltip-print-command): Add gdbmi case.
13875 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13876 preprocessor info.
13877
13878 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
13879
13880 * startup.el (fancy-splash-insert): Fix typo in doc string.
13881
13882 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
13883
13884 * obsolete/float.el (string-to-float):
13885 * obsolete/hilit19.el (hilit-add-pattern):
13886 * obsolete/rnews.el (news-parse-range, news-select-message)
13887 (news-get-pruned-list-of-files): Replace `string-to-int' by
13888 `string-to-number'.
13889
13890 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13891 `find-file-not-found-hooks'; use `add-hook'.
13892 (uncompress-while-visiting): Set `write-file-functions', not
13893 `write-file-hooks'; use `add-hook'.
13894
13895 2005-05-09 Kim F. Storm <storm@cua.dk>
13896
13897 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13898 (cua-paste): Handle clipboard action.
13899 (cua--init-keymaps): Remap clipboard-kill-region and
13900 clipboard-kill-ring-save.
13901
13902 2005-05-08 Eli Zaretskii <eliz@gnu.org>
13903
13904 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13905 Improve commentary.
13906
13907 * simple.el (next-error-overlay-arrow-position): Revert the change
13908 made on 2005-04-30.
13909
13910 2005-05-07 Jay Belanger <belanger@truman.edu>
13911
13912 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13913 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13914 `calc-sel-reselect'.
13915
13916 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13917 Calc is in embedded mode.
13918
13919 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13920
13921 * progmodes/compile.el (compilation-setup):
13922 Set overlay-arrow-string to an empty string on text terminals.
13923
13924 * textmodes/ispell.el (ispell-program-name): Try looking for
13925 "aspell" along exec-path, and if found, use it as the default
13926 speller program.
13927
13928 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
13929
13930 * international/mule.el (sgml-xml-auto-coding-function):
13931 Recognize encoding='FOO' in single quotes as well as in double quotes.
13932
13933 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13934
13935 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13936 as well as `interactive', so that defmacro* would recognize
13937 `declare' forms.
13938
13939 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13940
13941 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13942 Explain more about the LIGHTER arg's usage in the doc string.
13943 Add commentary to clarify what the code does. Fix the regexp that
13944 strips whitespace from LIGHTER. Quote LIGHTER before using it,
13945 since it could have characters special to regular expressions.
13946
13947 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13948
13949 * replace.el (occur-1): Bind inhibit-read-only so that
13950 erase-buffer doesn't barf on read-only text properties (likewise
13951 for add-text-properties in occur-engine). Mark buffer as unmodified.
13952 (occur-engine): Don't set buffer-read-only here.
13953
13954 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13957 list-buffers-directory. This caused the *cvs-commit* buffer to be
13958 sometimes mistakenly reused as a *cvs* buffer.
13959
13960 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
13961
13962 * tooltip.el: Move code for GUD tooltips into gud.el.
13963 (require): CL no longer needed to compile case.
13964 (tooltip-mode): Do not toggle functions for GUD tooltips.
13965 (tooltip-gud-tips-p): Remove. Replace with minor mode
13966 gud-tooltip-mode in gud.el.
13967 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13968 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13969 tooltip-gud prefix with gud-tooltip and obsolete.
13970 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13971 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13972 (tooltip-mouse-motion): Mouse movement functions/variable.
13973 Rename in gud.el by adding gud prefix.
13974 (tooltip-gud-original-filter, tooltip-gud-dereference)
13975 (tooltip-gud-event, tooltip-toggle-gud-tips)
13976 (tooltip-gud-process-output, tooltip-gud-print-command)
13977 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
13978 gud.el by replacing tooltip-gud prefix with gud-tooltip.
13979 (gdb-tooltip-print): Move to gdb-ui.el.
13980
13981 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13982 (require): CL needed to compile case.
13983 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13984 tooltip-gud-tips-p. Make it a minor-mode.
13985 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13986 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13987 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13988 (gud-tooltip-change-major-mode)
13989 (gud-tooltip-activate-mouse-motions-if-enabled)
13990 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13991 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13992 (gud-tooltip-original-filter, gud-tooltip-dereference)
13993 (gud-tooltip-event, tooltip-toggle-gud-tips)
13994 (gud-tooltip-process-output, gud-tooltip-print-command)
13995 (gud-tooltip-tips): Move from tooltip.el.
13996
13997 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13998 (gdb-cpp-define-alist-flags): Doc fix.
13999 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14000 gud-tooltip-mode is t.
14001
14002 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14003
14004 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14005 evaporate if their text is deleted.
14006 (goto-address-at-point): Make it work as a mouse binding as well.
14007 (goto-address-at-mouse): Obsolete it. Update users.
14008
14009 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
14010
14011 * calendar/appt.el (top-level): No longer activate on load.
14012
14013 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
14014
14015 * calendar/cal-bahai.el (mark-bahai-diary-entries):
14016 * net/webjump.el (webjump):
14017 * progmodes/idlw-help.el (idlwave-do-context-help1)
14018 (idlwave-highlight-linked-completions):
14019 * textmodes/po.el (po-find-file-coding-system-guts):
14020 Replace `assoc-ignore-case' by `assoc-string'.
14021
14022 2005-05-06 Eli Zaretskii <eliz@gnu.org>
14023
14024 * files.el (locate-file): Doc fix.
14025
14026 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14027 Remove the redundant test for ms-dos.
14028
14029 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14030 look for the preprocessor with exec-suffixes. If not found in
14031 standard places, look in exec-path. Remove most of the tests that
14032 used system-type.
14033
14034 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14035
14036 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14037
14038 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14039 file-name clash with jka-compr.el on 8+3 filesystems.
14040
14041 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14042
14043 * term/mac-win.el: Don't define or bind scroll bar functions if
14044 x-toolkit-scroll-bars is t.
14045 (x-select-text, x-get-selection-value): Clear
14046 x-last-selected-text-clipboard if x-select-enable-clipboard is
14047 nil.
14048 (PRIMARY): Put mac-scrap-name property.
14049 (mac-select-convert-to-file-url): New function.
14050 (public.file-url): New selection target type. Add to
14051 selection-converter-alist.
14052 (x-get-selection, x-selection-value): Handle it.
14053 (x-cut-buffer-or-selection-value): New alias.
14054
14055 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14056
14057 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14058 entry to avoid calling bibtex-find-entry with arg global
14059 being t. Remove arg key.
14060 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14061 (bibtex-copy-summary-as-kill): Change accordingly.
14062
14063 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14066 (org-agenda-date-later): Use with-current-buffer.
14067
14068 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
14069
14070 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14071 (define-obsolete-variable-alias): Doc Fixes.
14072
14073 2005-05-06 Kim F. Storm <storm@cua.dk>
14074
14075 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
14076 vertical-motion when selective-display is active.
14077
14078 * ido.el (ido-setup-hook): New hook.
14079 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14080 (ido-input-stack): New var.
14081 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
14082 ido-next-work-file binding to M-O.
14083 Bind M-f to ido-wide-find-file-or-pop-dir.
14084 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14085 (ido-read-internal): Run ido-setup-hook.
14086 Catch quit in read-file-name and read-string to cancel edit.
14087 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14088 Automatically pop-all when completing a directory name (RET).
14089 (ido-file-internal): Add with-no-warnings around ffap and dired code.
14090 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14091 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14092 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14093 New functions for M-b/M-f to move among the directory components.
14094 (ido-make-merged-file-list): Catch quit to cancel merge.
14095 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14096 (ido-completion-help): No warnings for ido-completion-buffer-full.
14097
14098 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
14099
14100 * font-lock.el (font-lock-negation-char-face): New face and variable.
14101 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14102 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14103 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14104 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14105
14106 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
14107
14108 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14109 Fix typo in docstring.
14110
14111 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14112 (ebrowse-print-statistics-line)
14113 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14114
14115 * term/w32-win.el (image-library-alist): Add additional name for
14116 Xpm library.
14117
14118 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
14119
14120 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14121 use gcc instead of cpp.
14122
14123 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14124 (gdb-create-define-alist): Use it.
14125 (gdb-cpp-define-alist-program): Update for MS-DOS.
14126
14127 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
14128
14129 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14130
14131 2005-05-04 Richard M. Stallman <rms@gnu.org>
14132
14133 * help.el (describe-key): No error when UNTRANSLATED is nil.
14134
14135 * simple.el (line-move-1): Fix previous change to signal errors
14136 appropriately.
14137
14138 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
14139
14140 * calendar/icalendar.el (icalendar-version): Now at 0.12.
14141 (icalendar-duration-correction): Remove.
14142 (icalendar--get-event-properties): Split result at commas.
14143 (icalendar--decode-isoduration): New optional argument
14144 DURATION-CORRECTION.
14145 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14146 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14147 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14148 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14149 (icalendar--convert-anniversary-to-ical): New functions, extracted
14150 from icalendar-export-region, with bug fixes.
14151 (icalendar-export-region): Use the above functions.
14152 (icalendar-import-buffer): Check before saving diary file.
14153 (icalendar--convert-recurring-to-diary)
14154 (icalendar--convert-non-recurring-all-day-to-diary)
14155 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14156 extracted from icalendar--convert-ical-to-diary, with bug fixes.
14157 (icalendar--convert-ical-to-diary): Use the above functions.
14158
14159 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
14160
14161 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14162 Remove these recent additions.
14163 (c-mode): Restore to before 2005-04-28.
14164
14165 * progmodes/cc-vars.el (cc-define-list-program): Remove this
14166 recent addition.
14167
14168 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14169 (gdb-define-alist): New variables.
14170 (gdb-create-define-alist): New function.
14171 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14172 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14173 with string-to-number.
14174 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
14175
14176 * progmodes/gud.el: Replace string-to-int with string-to-number.
14177 (gud-find-file): Handle gdb-define-alist.
14178
14179 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14180
14181 2005-05-02 Jay Belanger <belanger@truman.edu>
14182
14183 * calc/calc-aent.el (math-read-token):
14184 * calc/calc-bin.el (calc-word-size):
14185 * calc/calc-ext.el (calc-read-number-fancy):
14186 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14187 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14188 * calc/calc-frac.el (calc-over-notation):
14189 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14190 (calc-graph-num-points, calc-graph-init):
14191 * calc/calc-prog.el (calc-read-parse-table-part)
14192 (calc-edit-macro-repeats):
14193 * calc/calc-yank.el (calc-do-grab-rectangle):
14194 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14195 Replace `string-to-int' by `string-to-number'.
14196
14197 2005-05-02 Kim F. Storm <storm@cua.dk>
14198
14199 * kmacro.el: Use executing-kbd-macro-index variable.
14200
14201 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
14202
14203 * net/rlogin.el (rlogin-parse-words): Delete func.
14204 (rlogin): Use split-string, not rlogin-parse-words.
14205 Also, if there are option-like elements in the parsed args,
14206 take the host to be the first arg immediately following them.
14207 Suggested by Michael Mauger.
14208
14209 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
14210
14211 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14212
14213 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
14214
14215 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14216 (cc-mode-cpp-program): Rename to cc-define-list-program and
14217 move to cc-vars.el.
14218
14219 * progmodes/cc-vars.el (cc-define-list-program):
14220 Change to "gcc -E -dM -". Make customizable.
14221
14222 2005-05-02 Kim F. Storm <storm@cua.dk>
14223
14224 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14225
14226 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
14227
14228 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14229
14230 * international/mule-util.el (truncate-string): Remove alias and
14231 obsolete declaration.
14232
14233 * international/mule-cmds.el (update-iso-coding-systems):
14234 Remove alias and obsolete declaration.
14235
14236 * international/mule.el (coding-system-parent): Remove alias and
14237 obsolete declaration.
14238
14239 * subr.el (define-function, sref): Remove aliases and obsolete
14240 declarations.
14241 (chars-in-region): Remove obsolete declaration.
14242
14243 2005-05-01 Richard M. Stallman <rms@gnu.org>
14244
14245 * info.el (Info-mode): Set widen-automatically to nil, locally.
14246
14247 * simple.el (widen-automatically): New variable.
14248 (pop-global-mark): Obey widen-automatically.
14249
14250 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
14251
14252 * term/xterm.el (function-key-map): Call substitute-key-definition
14253 before the keymap size is increased by a lot of define-key calls.
14254
14255 2005-05-01 Richard M. Stallman <rms@gnu.org>
14256
14257 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14258 Rename ARG to ELEMENT. Doc fix.
14259
14260 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
14261
14262 * allout.el (allout-exposure): Remove macro and obsolete declaration.
14263 Remove references to allout-exposure/change to allout-new-exposure.
14264
14265 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14266 bytecode symbols.
14267
14268 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14269 (compiled-function-p, focus-frame, unfocus-frame):
14270 Remove aliases and obsolete declarations.
14271 Back out inadvertent changes from previous commit.
14272
14273 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
14274
14275 * files.el (require-final-newline): Make Custom tags consistent
14276 with mode-require-final-newline.
14277 (mode-require-final-newline): Doc fix.
14278
14279 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * international/latexenc.el (latexenc-find-file-coding-system):
14282 Fix regular expressions.
14283
14284 2005-05-01 David Kastrup <dak@gnu.org>
14285
14286 * international/latexenc.el (latexenc-find-file-coding-system):
14287 Fix regular expressions.
14288
14289 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
14290
14291 * subr.el (string-to-int): Make obsolete.
14292
14293 2005-04-30 Richard M. Stallman <rms@gnu.org>
14294
14295 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14296
14297 * loadup.el: load jka-comp-hook.
14298
14299 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14300 (jka-compr-handler): Add autoload. `put' calls moved
14301 to jka-comp-hook.el.
14302 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14303 (jka-compr-inhibit): Autoload.
14304
14305 * jka-comp-hook.el: New file.
14306 Enable the mode by default.
14307
14308 * files.el (backup-buffer-copy): Use copy-file instead
14309 of write-region, and put back the 'excl.
14310
14311 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
14312
14313 * progmodes/flymake.el (flymake-split-string)
14314 (flymake-split-string, flymake-log, flymake-pid-to-names)
14315 (flymake-reg-names, flymake-get-source-buffer-name)
14316 (flymake-unreg-names, flymake-add-line-err-info)
14317 (flymake-add-err-info): Clarify docstrings.
14318 (flymake-popup-menu, flymake-make-emacs-menu)
14319 (flymake-make-xemacs-menu): Add docstrings.
14320 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14321 Set variables directly throughout.
14322
14323 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
14324
14325 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14326 exists. Initialize cc-define-alist.
14327 (c-mode): Add cc-create-define-alist locally to after-save-hook.
14328 If there is no file (Macroexpansion) don't create an alist.
14329
14330 2005-04-29 Sam Steingold <sds@gnu.org>
14331
14332 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14333 (cc-create-define-alist): Use it instead of the hard-coded string.
14334
14335 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14336
14337 * international/mule-conf.el (file-coding-system-alist): Fix regexp
14338 for latexenc.
14339
14340 2005-04-29 Lute Kamstra <lute@gnu.org>
14341
14342 * emacs-lisp/generic.el: Improve commentary section.
14343 (define-generic-mode): Improve docstring.
14344
14345 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
14346
14347 * textmodes/org.el (many places): Change to quiet the byte compiler.
14348 (org-prefix-format-compiled): New variable.
14349 (org-compile-prefix-format): New function.
14350 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14351 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14352 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14353 (org-get-entries-from-diary): Use `org-get-time-of-day' for
14354 consistency with entries from `org-mode' files.
14355 (org-get-time-of-day): Fix bug with partial matches early in a line.
14356 (org-non-link-chars): New constant.
14357 (org-link-regexp): Respect `org-non-link-chars'.
14358 (org-agenda-day-view): Remove command.
14359 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14360 (org-follow-bbdb-link, org-store-link): Search also company field.
14361 (org-highlight-overlay): New variable.
14362 (org-highlight, org-unhighlight): New functions.
14363 (org-agenda-mode): Add pre-command-hook to remove highlight.
14364 (org-evaluate-time-range): Behavior depends upon whether time stamp
14365 contains a time or not.
14366 (org-show-subtree, org-show-entry): New functions.
14367 (org-agenda-cleanup-fancy-diary): Remove empty lines.
14368
14369 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
14370
14371 * comint.el (comint-output-filter-functions): Add autoload cookie.
14372
14373 2005-04-28 Kim F. Storm <storm@cua.dk>
14374
14375 * ido.el (ido-everywhere): Fix last change.
14376
14377 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14378
14379 * international/latexenc.el: New file.
14380 * international/mule-conf.el (file-coding-system-alist): For .tex,
14381 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14382
14383 2005-04-28 Lute Kamstra <lute@gnu.org>
14384
14385 * font-lock.el (font-lock-add-keywords)
14386 (font-lock-remove-keywords): Clarify docstring.
14387 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14388 Don't start docstrings with a `*'.
14389 (font-lock-update-removed-keyword-alist): Give it a docstring.
14390
14391 * generic-x.el: Update commentary section.
14392 Only require font-lock when compiling.
14393 Define all modes conditionally.
14394 Place all generic modes in the generic-x-modes customization group.
14395 (generic-x-modes): New customization group.
14396 (generic-default-modes, generic-mswindows-modes)
14397 (generic-unix-modes, generic-other-modes): New constants.
14398 (generic-define-mswindows-modes, generic-define-unix-modes):
14399 Update docstrings. Make them obsolete.
14400 (generic-extras-enable-list): New default value. Update docstring.
14401 Improve :type. Change :set function.
14402 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14403 Fix docstring.
14404
14405 * emacs-lisp/generic.el (generic-mode-internal):
14406 Simplify font-lock-defaults.
14407 (define-generic-mode): Fix docstring.
14408
14409 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14410
14411 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14412 font-lock-face property to highlight matches.
14413
14414 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
14415
14416 * progmodes/cc-mode.el (cc-create-define-alist): New function.
14417 (cc-define-alist): New variable.
14418 (c-mode): Make it local and initialize it.
14419
14420 * progmodes/gdb-ui.el (gdb-active-process): New variable.
14421 (gdb-exited): New function.
14422 (gdb-annotation-rules): Use it.
14423 (gdb-starting): Set gdb-active-process to t.
14424 (gdb-stopping): Amend doc string.
14425 (gdb-reset): Set gdb-active-process to nil.
14426
14427 * tooltip.el (tooltip-gud-tips): Show the associated #define
14428 directives when a C program under GDB is not executing.
14429
14430 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14431
14432 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14433 font-lock-fontify-syntactic-keywords.
14434
14435 * font-lock.el (font-lock-default-fontify-region): Don't force
14436 parse-sexp-lookup-properties to nil.
14437
14438 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
14439
14440 * man.el (man-mode-syntax-table): Set up `:' to have
14441 word-constituent syntax.
14442
14443 2005-04-27 Lute Kamstra <lute@gnu.org>
14444
14445 * novice.el (disable-command): Don't add spurious newlines to the
14446 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
14447
14448 2005-04-26 Jay Belanger <belanger@truman.edu>
14449
14450 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14451 than one window before deleting window.
14452
14453 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
14454
14455 * shell.el (shell-prompt-pattern): Doc fix.
14456 (shell-mode): Set paragraph-separate buffer locally to "\\'".
14457
14458 * comint.el (comint-prompt-regexp, comint-get-old-input)
14459 (comint-use-prompt-regexp)
14460 (comint-use-prompt-regexp-instead-of-fields)
14461 (comint-replace-by-expanded-history, comint-send-input)
14462 (comint-output-filter, comint-get-old-input-default)
14463 (comint-line-beginning-position, comint-bol, comint-show-output)
14464 (comint-backward-matching-input, comint-forward-matching-input)
14465 (comint-next-prompt, comint-previous-prompt):
14466 Rename `comint-use-prompt-regexp-instead-of-fields' to
14467 `comint-use-prompt-regexp'. Keep old name as alias and declare
14468 obsolete.
14469 (comint-use-prompt-regexp): Shorten first line of doc string.
14470
14471 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14472 Set paragraph-separate buffer locally to "\\'".
14473
14474 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14475 Adapt to above name change.
14476
14477 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14478 (smbclient-prompt-regexp): Ditto.
14479
14480 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14481
14482 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
14483
14484 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14485 gdb-location-list.
14486 Break lines that are over 80 characters wide.
14487
14488 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14491 New fun and var, to preserve compatibility.
14492
14493 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14494
14495 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
14496
14497 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14498 name to file-newer-than-file-p.
14499
14500 2005-04-26 Richard M. Stallman <rms@gnu.org>
14501
14502 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14503
14504 * progmodes/python.el (python-mode):
14505 Use new name eldoc-documentation-function.
14506
14507 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14508
14509 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14510 (eldoc-documentation-function):
14511 Rename from eldoc-print-current-symbol-info-function. Calls changed.
14512
14513 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
14514
14515 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14516
14517 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14518
14519 * term/xterm.el (function-key-map): Fix strings for
14520 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
14521 {C,S,A,C-S}-{f1-f12}.
14522
14523 2005-04-26 Kenichi Handa <handa@m17n.org>
14524
14525 * international/mule-cmds.el (select-safe-coding-system):
14526 Fix previous change.
14527
14528 2005-04-26 Lute Kamstra <lute@gnu.org>
14529
14530 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14531
14532 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14533 (font-lock-comment-delimiter-face): Ditto.
14534
14535 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14536
14537 2005-04-25 Jay Belanger <belanger@truman.edu>
14538
14539 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14540 to t while inserting information; use help-mode.
14541
14542 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14543
14544 * term.el (ansi-term-color-vector): Use the xterm colors.
14545 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
14546
14547 2005-04-25 Lute Kamstra <lute@gnu.org>
14548
14549 * font-core.el (font-lock-defaults): Fix docstring.
14550
14551 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14552
14553 2005-04-25 Kenichi Handa <handa@m17n.org>
14554
14555 * international/mule-cmds.el (select-safe-coding-system):
14556 Don't check consistency with coding: spec, etc if raw-text or
14557 no-conversion was found to be safe.
14558
14559 2005-04-24 Richard M. Stallman <rms@gnu.org>
14560
14561 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14562 citation markers at start of each line.
14563
14564 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14565 citation markers at start of each line.
14566
14567 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14568
14569 * files.el (mode-require-final-newline): Fix previous change.
14570 (require-final-newline): Fix type label.
14571
14572 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14573
14574 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14575 statement in buffer (broken by 2004-11-24 change).
14576
14577 2005-04-24 Kim F. Storm <storm@cua.dk>
14578
14579 * ido.el (ido-everywhere): Save and restore old read-buffer-function
14580 and read-file-name-function values. Don't overwrite existing
14581 non-nil values if ido-mode is enabled without ido-everywhere.
14582
14583 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
14584
14585 * files.el (mode-require-final-newline): Minor doc fix.
14586
14587 2005-04-24 Eli Zaretskii <eliz@gnu.org>
14588
14589 * subr.el (syntax-after): Doc fix.
14590 (syntax-class): If argument is nil, return nil. Mask off upper 16
14591 bits, not 8 bits.
14592
14593 * files.el (mode-require-final-newline): Doc fix.
14594 (backup-buffer-copy): Fix last change.
14595
14596 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14597
14598 * term/mac-win.el: Require select. Set selection-coding-system to
14599 mac-system-coding-system. Call menu-bar-enable-clipboard.
14600 (x-last-selected-text-clipboard, x-last-selected-text-primary)
14601 (x-select-enable-clipboard): New variables.
14602 (x-select-text, x-get-selection, x-selection-value)
14603 (x-get-selection-value, mac-select-convert-to-string)
14604 (mac-services-open-file, mac-services-open-selection)
14605 (mac-services-insert-text): New functions.
14606 (CLIPBOARD, FIND): Put mac-scrap-name property.
14607 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14608 (public.tiff): Put mac-ostype property.
14609 (selection-converter-alist): Add entries for them.
14610 (mac-application-menu-map): New keymap.
14611 (interprogram-cut-function, interprogram-paste-function): Set to
14612 x-select-text and x-get-selection-value, respectively.
14613 (split-window-keep-point): Set to t.
14614
14615 2005-04-23 Richard M. Stallman <rms@gnu.org>
14616
14617 * files.el (read-directory-name): Always pass non-nil
14618 DEFAULT-FILENAME arg to read-file-name.
14619 (backup-buffer-copy, basic-save-buffer-2): Take care against
14620 writing thru an unexpected existing symlink.
14621 (revert-buffer): In indirect buffer, revert the base buffer.
14622 (magic-mode-alist): Doc fix.
14623 (buffer-stale-function): Doc fix.
14624 (minibuffer-with-setup-hook): Avoid warning.
14625 (mode-require-final-newline): Doc and custom fix.
14626
14627 * follow.el (follow-end-of-buffer): Use with-no-warnings.
14628
14629 * font-lock.el (font-lock-comment-face): On terminals with few colors,
14630 use the default appearance.
14631 (font-lock-comment-delimiter-face): New face, new variable.
14632
14633 * imenu.el (imenu--generic-function): The official position of a
14634 definition is the start of the line that BEG is in.
14635
14636 * midnight.el (midnight-timer): Move defvar up.
14637
14638 * mouse.el (mouse-drag-region-1): Delete some debugging code.
14639
14640 * saveplace.el (save-place-to-alist): Use with-no-warnings.
14641
14642 * startup.el (command-line): Use with-no-warnings.
14643
14644 * window.el (window-size-fixed): New defvar.
14645
14646 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14647
14648 * mail/rmail.el (rmail-font-lock-keywords):
14649 Use font-lock-comment-delimiter-face.
14650
14651 * mail/sendmail.el (mail-font-lock-keywords):
14652 Use font-lock-comment-delimiter-face.
14653
14654 * progmodes/compile.el (next-error-highlight-timer): New defvar.
14655
14656 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
14657
14658 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14659 Specify t for LAXMATCH when matching directories.
14660 Save match data around compilation-compat-error-properties form.
14661
14662 2005-04-23 David Kastrup <dak@gnu.org>
14663
14664 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14665 Mention that the autoloaded aliases should be kept for AUCTeX.
14666
14667 2005-04-23 Andreas Schwab <schwab@suse.de>
14668
14669 * isearch.el (isearch-forward): Doc fix.
14670
14671 2005-04-23 Eli Zaretskii <eliz@gnu.org>
14672
14673 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14674 (jit-lock-stealth-nice): Change default value to 0.5.
14675
14676 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
14677
14678 * abbrev.el (write-abbrev-file): Write table entries in
14679 alphabetical order by table name.
14680
14681 2005-04-22 Kim F. Storm <storm@cua.dk>
14682
14683 * ido.el (ido-read-internal): Fix `list' completion.
14684
14685 2005-04-22 Kenichi Handa <handa@m17n.org>
14686
14687 * recentf.el (recentf-save-file-coding-system): New variable.
14688 (recentf-save-list): Encode the file by
14689 recentf-save-file-coding-system and add coding: tag.
14690
14691 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
14692
14693 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14694
14695 2005-04-21 Lute Kamstra <lute@gnu.org>
14696
14697 * loadhist.el (unload-feature): Don't remove a function from hooks
14698 if it is about to be restored to an autoload . Remove functions
14699 that will become unbound from auto-mode-alist. Simplify the code.
14700
14701 * subr.el (assq-delete-all): New implementation that is linear,
14702 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
14703 (rassq-delete-all): New function.
14704
14705 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14706 Add size-indication-mode.
14707
14708 2005-04-21 Kenichi Handa <handa@m17n.org>
14709
14710 * international/mule-cmds.el: Add autoload for widget-value in
14711 eval-when-compile.
14712
14713 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
14714
14715 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14716 Add tooltip-mode.
14717
14718 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14719
14720 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
14721
14722 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14723 (inferior-lisp-filter-regexp, inferior-lisp-program)
14724 (inferior-lisp-load-command, inferior-lisp-prompt)
14725 (inferior-lisp-mode-hook, lisp-source-modes)
14726 (inferior-lisp-load-hook): defvar->defcustom.
14727 (inferior-lisp-program, inferior-lisp-prompt)
14728 (inferior-lisp-load-hook): Doc fixes.
14729 (inferior-lisp-install-letter-bindings): Small change in
14730 introductory comment.
14731
14732 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14733
14734 * vc.el (vc-annotate-color-map): Change some colors so that text
14735 using them as foreground is readable on both white and black
14736 backgrounds.
14737
14738 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14739
14740 * international/mule-conf.el (translation-table-for-input):
14741 Remove redundant declaration.
14742
14743 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
14744
14745 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14746
14747 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14748 (tooltip-toggle-gud-tips): New function.
14749
14750 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14751
14752 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14753 right angle brackets.
14754
14755 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
14756
14757 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14758
14759 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14760
14761 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14762 Remove. Update callers to use expand-file-name instead.
14763
14764 * subr.el (syntax-class): New function.
14765
14766 * simple.el (blink-matching-open): Use it.
14767
14768 * paren.el (show-paren-function): Use it to recognize parens that are
14769 also used in 2-char comment markers.
14770
14771 2005-04-19 Lute Kamstra <lute@gnu.org>
14772
14773 * loadhist.el (unload-feature): Update for new format of
14774 load-history. Simplify the code.
14775
14776 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14777
14778 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14779 (mac-add-charset-info): New function. Initialize variable
14780 mac-charset-info-alist using it.
14781 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14782 for translation.
14783 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14784 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14785 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14786 New CCL programs.
14787
14788 2005-04-19 Kim F. Storm <storm@cua.dk>
14789
14790 * simple.el (next-buffer, prev-buffer, next-error)
14791 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14792 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14793
14794 * bindings.el (next-buffer, prev-buffer, next-error)
14795 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14796 (clone-indirect-buffer-other-window): Move bindings from simple.el.
14797 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14798 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14799
14800 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * isearch.el (isearch-edit-string): Make the search-ring available for
14803 minibuffer history commands.
14804 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14805 the default history commands now work just as well.
14806 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14807
14808 2005-04-18 Kim F. Storm <storm@cua.dk>
14809
14810 * emulation/cua-base.el (cua--pre-command-handler): Add more
14811 elaborate check for shift modifier on non-window systems.
14812
14813 2005-04-18 Lars Hansen <larsh@math.ku.dk>
14814
14815 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14816
14817 2005-04-18 Kim F. Storm <storm@cua.dk>
14818
14819 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14820 and make it optional. Don't test tooltip-gud-echo-area here.
14821 (tooltip-gud-process-output, gdb-tooltip-print):
14822 Pass tooltip-gud-echo-area to tooltip-show.
14823 (tooltip-help-tips): Remove second optional arg to tooltip-show.
14824
14825 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14826
14827 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14828 `display-graphic-p' may not be bound yet.
14829
14830 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
14831
14832 * startup.el (command-line): No longer enable Xterm Mouse mode by
14833 default in terminals compatible with xterm.
14834
14835 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14836
14837 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
14838
14839 * tooltip.el (tooltip-gud-echo-area): Rename from
14840 tooltip-use-echo-area.
14841 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14842 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14843 area independently of where help tooltips are displayed.
14844
14845 2005-04-17 David Kastrup <dak@gnu.org>
14846
14847 * cus-theme.el (custom-theme-write-variables): Quote variables
14848 where necessary.
14849
14850 2005-04-17 Richard M. Stallman <rms@gnu.org>
14851
14852 * simple.el (yank-excluded-properties): Add follow-link to value.
14853
14854 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14855
14856 * startup.el (fancy-splash-max-time): Just 30 seconds.
14857 (fancy-splash-delay): Just 7.
14858 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14859
14860 * loadhist.el (unload-feature): Update for new format of load-history.
14861 Simplify the code.
14862
14863 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14864 (rmail-font-lock-keywords): Don't fontify the text of a citation.
14865
14866 * mail/sendmail.el (mail-font-lock-keywords):
14867 Don't fontify subject text.
14868 Don't fontify the text of a citation.
14869
14870 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
14871
14872 * comint.el (comint-output-filter): Run comint-output-filter-functions
14873 with point where the user had it.
14874
14875 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14876
14877 * international/ucs-tables.el (ucs-set-table-for-input):
14878 Disable when using unify-on-decoding.
14879
14880 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
14881
14882 * emulation/cua-base.el (cua-global-mark-face): Add special case
14883 for displays supporting a high number of colors.
14884
14885 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
14886
14887 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14888
14889 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
14890
14891 * filesets.el (filesets-add-buffer): If user supplies a name of a
14892 non-existing fileset, create a new fileset.
14893
14894 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
14895
14896 * textmodes/org.el (org-up-heading-all): Fix bug with
14897 `outline-up-heading-all'.
14898
14899 2005-04-16 Andreas Schwab <schwab@suse.de>
14900
14901 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14902 /etc/permissions.d/* and /etc/aliases.d/*.
14903
14904 2005-04-16 Kenichi Handa <handa@m17n.org>
14905
14906 * international/code-pages.el (cp-make-coding-system):
14907 Set `translation-table-for-input' property value to the symbol
14908 ucs-mule-to-mule-unicode, not to that value.
14909 (pt154): Escape guillemet by `\'.
14910
14911 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
14912
14913 * loadup.el: Load tooltip if x-show-tip is fboundp.
14914
14915 * startup.el (command-line): Add comment.
14916
14917 * tooltip.el (tooltip-mode): Specify correct standard value for
14918 Custom in init-value.
14919
14920 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
14921
14922 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14923 possible.
14924
14925 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
14926
14927 * textmodes/org.el (org-agenda-date-prompt): Rename from
14928 `org-agenda-date-today'.
14929 (org-evaluate-time-range): Insert at point instead of directly
14930 after time range.
14931 (org-first-headline-recenter, org-subtree-end-visible-p)
14932 (org-optimize-window-after-visibility-change): New functions
14933 (org-agenda-post-command-hook): Don't allow point at end of line,
14934 to make sure it always hits the text properties.
14935 (org-agenda-next-date-line, org-agenda-previous-date-line):
14936 New commands.
14937 (org-set-regexps-and-options): Category may contain white space.
14938 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14939 Improve marker positions.
14940 (org-agenda-new-marker): Argument POS made optional.
14941 (org-agenda-get-timestamps): Deadlines which are done are listed
14942 in org-done-face now.
14943 (org-agenda-get-todos, org-agenda-get-timestamps)
14944 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14945 Set `undone-face' and `done-face' properties.
14946 (org-last-todo-state-is-todo): New variable.
14947 (org-todo): Set `org-last-todo-state-is-todo'.
14948 (org-agenda-todo): Change face according to
14949 `org-last-todo-state-is-todo'. And change other lines referring to
14950 the same entry.
14951 (org-calendar-goto-agenda): New command.
14952 (org-calendar-to-agenda-key): New option.
14953 (org-startup-folded): New allowed value `content'.
14954 (org-set-regexps-and-options): Accept new value `content' for
14955 `org-startup-folded'.
14956 (org-get-current-options): Handle new value `content' for
14957 `org-startup-folded'.
14958 (org-insert-todo-heading): New command.
14959 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14960 interactively in empty file and option
14961 `org-insert-mode-line-in-empty-file' has been set.
14962 (org-agenda-todo,org-agenda-priority): Modify to use
14963 `org-agenda-change-all-lines'.
14964 (org-warning-face): Change color on dark background
14965
14966 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14967
14968 * international/mule-cmds.el (set-locale-environment): On Mac OS,
14969 use preferences AppleLocale and AppleLanguages, and variable
14970 mac-system-locale for default locale. On Mac OS Classic, use
14971 mac-system-coding-system for default coding systems.
14972
14973 * term/mac-win.el: Don't set file-name-coding-system.
14974 Decode variables system-name, emacs-build-system, user-login-name, and
14975 user-full-name by mac-system-coding-system on Mac OS Classic.
14976 (mac-system-coding-system): New variable.
14977
14978 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
14979
14980 * startup.el (command-line): Handle `xterm-mouse-mode' before
14981 reading init file.
14982
14983 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14984
14985 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14986
14987 * progmodes/sh-script.el (sh-here-document-word): Make it a
14988 defcustom. Doc fix.
14989 (sh-add): Bash uses $(( )) for arithmetic.
14990 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14991 (sh-maybe-here-document): Remove quotes and leading whitespace
14992 from heredoc word when closing. Indent heredoc with tabs if word
14993 starts with "-".
14994
14995 2005-04-13 Richard M. Stallman <rms@gnu.org>
14996
14997 * simple.el (undo): Fix previous change.
14998
14999 * custom.el (defface): Doc fix.
15000
15001 2005-04-13 Lute Kamstra <lute@gnu.org>
15002
15003 * Makefile.in (DONTCOMPILE): Remove list.
15004 (compile, compile-always): Don't use DONTCOMPILE.
15005 (update-authors): Load the library in which batch-update-authors
15006 is defined.
15007 * makefile.w32-in (DONTCOMPILE): Remove list.
15008 (compile, compile-always): Fix comments.
15009 (update-authors): Load the library in which batch-update-authors
15010 is defined.
15011
15012 * generic-x.el (generic-mode-ini-file-find-file-hook):
15013 Rename to ini-generic-mode-find-file-hook.
15014 Keep generic-mode-ini-file-find-file-hook as an alias.
15015 (ini-generic-mode-find-file-hook): Rename from
15016 generic-mode-ini-file-find-file-hook. Fix docstring.
15017 (ini-generic-mode): Docstring change.
15018 (bat-generic-mode-run-as-comint): Silence the byte compiler.
15019
15020 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15021 called from lisp.
15022
15023 * generic.el: Move to the emacs-lisp subdir.
15024
15025 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
15026
15027 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15028 and C-S- function and cursor motion keys.
15029
15030 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
15031
15032 * startup.el (command-line): Enable Xterm Mouse mode by default.
15033 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15034 for Custom. No longer show "Mouse" in mode line when enabled.
15035 Doc fix.
15036
15037 2005-04-12 Kim F. Storm <storm@cua.dk>
15038
15039 * emulation/cua-base.el (cua-rectangle-face)
15040 (cua-rectangle-noselect-face): Define face attributes here.
15041
15042 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15043
15044 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15045
15046 * startup.el (command-line): Turn off blinking cursor if
15047 cursorBlink in resources is off or false.
15048
15049 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15050
15051 * term/mac-win.el (dnd): Require dnd.
15052 (mac-drag-n-drop): Call dnd-handle-one-url.
15053 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15054 (kTextEncodingISOLatin2): Remove constants.
15055 (mac-script-code-coding-systems): New constant.
15056 (mac-handle-language-change): New function.
15057 (special-event-map): Bind it to `language-change' event.
15058 (mac-centraleurroman, mac-cyrillic): New coding systems.
15059 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15060 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15061 and mac-cyrillic-encoder to encode-mac-centraleurroman and
15062 encode-mac-cyrillic, respectively.
15063
15064 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15065
15066 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15067 Don't set overlay-arrow-string to "=>" as this is done
15068 globally in C now.
15069
15070 2005-04-12 Lute Kamstra <lute@gnu.org>
15071
15072 * generic-x.el (rc-generic-mode, rul-generic-mode):
15073 Fix auto-mode-alist entries.
15074 (etc-fstab-generic-mode): Tweak fontification.
15075
15076 * generic.el (generic-make-keywords-list): Fix docstring.
15077 (generic-mode-internal): Simplify generic-font-lock-keywords.
15078
15079 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
15080
15081 * whitespace.el (whitespace-buffer-leading)
15082 (whitespace-buffer-trailing): Revert the incorrect test inversion.
15083 However, fix the highlight area for the leading and
15084 trailing whitespaces to show space.
15085
15086 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
15087
15088 * whitespace.el (whitespace-version): Bump to 3.5
15089
15090 (whitespace-buffer-leading, whitespace-buffer-trailing):
15091 Invert sense of the test to highlight the whitespace.
15092
15093 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15094
15095 * progmodes/gud.el (gud-display-line): GUD uses its own
15096 overlay arrow now so don't set overlay-arrow-string.
15097 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15098
15099 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
15100
15101 * term.el (term-ansi-current-bold, term-ansi-current-underline)
15102 (term-ansi-current-reverse, term-ansi-current-invisible)
15103 (term-ansi-face-already-done): Change to boolean.
15104 (term-reset-terminal, term-handle-colors-array): Handle the above
15105 vars accordingly.
15106 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15107 (term-emulate-terminal): Use the new name.
15108
15109 * faces.el (secondary-selection): Use yellow1, not yellow.
15110 (trailing-whitespace): Use red1, not red.
15111
15112 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15113
15114 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15115 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15116 (dired-dnd-handle-file): Call dnd-get-local-file-uri
15117
15118 * cus-edit.el (dnd): New group.
15119
15120 * term/w32-win.el (dnd): Require dnd
15121 (w32-drag-n-drop): Call dnd-handle-one-url.
15122
15123 * x-dnd.el: Require dnd.
15124 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15125 Call dnd-handle-one-url.
15126 (x-dnd-types-alist, x-dnd-insert-utf8-text)
15127 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15128 to dnd-insert-text.
15129 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15130 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15131 (x-dnd-get-local-file-name, x-dnd-open-local-file)
15132 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15133
15134 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15135
15136 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15137
15138 * wdired.el: Doc fixes.
15139 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15140 (wdired-use-dired-vertical-movement): Rename from
15141 wdired-always-move-to-filename-beginning.
15142 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15143 (wdired-change-to-wdired-mode): Change mode name.
15144 (wdired-newline): Delete.
15145
15146 2005-04-11 Richard M. Stallman <rms@gnu.org>
15147
15148 * whitespace.el (whitespace-highlight-the-space):
15149 Don't call whitespace-unhighlight-the-space here.
15150
15151 * simple.el (undo): Record t in undo-equiv-table
15152 for the redo record made by an undo-in-region.
15153
15154 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
15155
15156 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15157 (gdb-frame-inferior-io-buffer): New Functions to control
15158 display of separate IO buffer.
15159 (menu): Add them to menu-bar.
15160 (gdb-display-buffer): Check for buffer another frame.
15161 Protect GUD buffer.
15162 (gdb-setup-windows): Create IO buffer if not already there.
15163 (gdb-memory-mode): Remove purecopy noops.
15164
15165 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15166
15167 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15168 and pass to self-insert-command.
15169
15170 2005-04-11 Lute Kamstra <lute@gnu.org>
15171
15172 * generic.el: Commentary section cleanup.
15173 (generic): Delete.
15174 (generic-use-find-file-hook, generic-lines-to-scan)
15175 (generic-find-file-regexp, generic-ignore-files-regexp)
15176 (default-generic-mode, generic-mode-find-file-hook)
15177 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15178 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
15179 (generic-use-find-file-hook, generic-lines-to-scan)
15180 (generic-find-file-regexp, generic-ignore-files-regexp)
15181 (default-generic-mode, generic-mode-find-file-hook)
15182 (generic-mode-ini-file-find-file-hook): Move from generic.el.
15183
15184 2005-04-10 Karl Fogel <kfogel@red-bean.com>
15185
15186 * bookmark.el (bookmark-write-file): Catch errors writing file.
15187 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15188
15189 2005-04-10 Richard M. Stallman <rms@gnu.org>
15190
15191 * startup.el (fancy-splash-tail): Update copyright year.
15192 (command-line): Split part of -Q into -D.
15193 (emacs-basic-display): New defvar.
15194 (fancy-splash-text): Correct name of menu item.
15195
15196 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15197
15198 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15199 lines in one node.
15200
15201 * comint.el (comint-send-input): New arg ARTIFICIAL.
15202 Callers in this file changed.
15203
15204 * abbrev.el (define-abbrevs): Read system abbrevs properly.
15205
15206 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15207
15208 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
15209
15210 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
15211 `ldap-search-internal'.
15212
15213 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15214
15215 * files.el (set-auto-mode-1): Use line-end-position.
15216
15217 * international/latin-1.el:
15218 * international/latin-2.el:
15219 * international/latin-3.el:
15220 * international/latin-4.el:
15221 * international/latin-5.el:
15222 * international/latin-8.el:
15223 * international/latin-9.el: Give punctuation syntax to NBSP.
15224
15225 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15226 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15227 Use char-classes to accept non-ascii letters, accepted in some recent
15228 bibtex implementations.
15229
15230 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
15231
15232 * custom.el (custom-set-minor-mode): Any non-nil value for the
15233 variable should enable the mode when set through Custom.
15234
15235 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15236
15237 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15238 TAB binding so tab-always-indent is obeyed.
15239 (vhdl-minibuffer-local-map): Move initialization into declaration.
15240 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15241 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15242 (vhdl-hooked-abbrev): Avoid test for XEmacs.
15243 (vhdl-current-line): Use line-beginning-position.
15244 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15245 with-output-to-temp-buffer, so the current position can be recorded.
15246
15247 2005-04-10 Masatake YAMATO <jet@gyve.org>
15248
15249 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15250 Add regexp for gcov.
15251
15252 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15253
15254 * calendar/time-date.el (time-to-seconds, seconds-to-time)
15255 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15256 syntax which Emacs 20 doesn't support.
15257
15258 2005-04-09 Richard M. Stallman <rms@gnu.org>
15259
15260 * help.el (describe-key-briefly, describe-key):
15261 Replace strings as event types with "(any string)".
15262
15263 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15264
15265 * arc-mode.el (archive-mode-map): Move initialization into
15266 the declaration. Override *all* bindings of `undo'.
15267 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15268
15269 2005-04-09 Jay Belanger <belanger@truman.edu>
15270
15271 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15272
15273 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
15274
15275 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15276 (xterm-register-default-colors): Update color values computation
15277 to match xterm-200.
15278
15279 2005-04-09 Kenichi Handa <handa@m17n.org>
15280
15281 * international/code-pages.el (iso-latin-7): Fix the map.
15282
15283 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
15284
15285 * emacs-lisp/lisp.el (defun-prompt-regexp)
15286 (parens-require-spaces, buffer-end, end-of-defun)
15287 (insert-parentheses): Doc fixes.
15288
15289 2005-04-08 Kim F. Storm <storm@cua.dk>
15290
15291 * comint.el (comint-highlight-prompt): Fix face spec.
15292 * hi-lock.el (hi-green): Likewise.
15293
15294 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
15295
15296 * cus-edit.el (custom-modified-face):
15297 * comint.el (comint-highlight-input): Fix previous changes.
15298 * term.el (term-handle-ansi-escape): Add a comment.
15299
15300 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15301
15302 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15303 in the buffer and in whitespace-highlighted-space.
15304 (whitespace-unhighlight-the-space): Simplify.
15305 (whitespace-buffer): Simplify.
15306
15307 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
15308
15309 * textmodes/table.el (table-cell-face): Add special case for
15310 displays supporting a high number of colors.
15311 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15312 (vhdl-font-lock-reserved-words-face)
15313 (vhdl-speedbar-architecture-face)
15314 (vhdl-speedbar-instantiation-face)
15315 (vhdl-speedbar-architecture-selected-face)
15316 (vhdl-speedbar-instantiation-selected-face): Likewise.
15317 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15318 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15319 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15320 (ebrowse-root-class-face, ebrowse-member-attribute-face)
15321 (ebrowse-progress-face): Likewise.
15322 * progmodes/compile.el (compilation-info-face): Likewise.
15323 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15324 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15325 * calendar/calendar.el (diary-face): Likewise.
15326 * woman.el (woman-italic-face, woman-bold-face)
15327 (woman-unknown-face): Likewise.
15328 * wid-edit.el (widget-button-pressed-face): Likewise.
15329 * whitespace.el (whitespace-highlight-face): Likewise.
15330 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15331 * pcvs-info.el (cvs-marked-face): Likewise.
15332 * info.el (info-xref): Likewise.
15333 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15334 * hilit-chg.el (highlight-changes-face)
15335 (highlight-changes-delete-face): Likewise.
15336 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15337 (hi-red-b): Likewise.
15338 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15339 * font-lock.el (font-lock-keyword-face)
15340 (font-lock-function-name-face, font-lock-warning-face): Likewise.
15341 * cus-edit.el (custom-invalid-face, custom-modified-face)
15342 (custom-set-face, custom-changed-face, custom-variable-tag-face)
15343 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15344 * comint.el (comint-highlight-prompt): Likewise.
15345
15346 2005-04-08 Lute Kamstra <lute@gnu.org>
15347
15348 * font-lock.el (font-lock-keywords): Docstring fixes.
15349
15350 2005-04-08 Kenichi Handa <handa@m17n.org>
15351
15352 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15353 chars are more than a limit, print " and more..." at the tail.
15354
15355 2005-04-08 Kim F. Storm <storm@cua.dk>
15356
15357 * emacs-lisp/authors.el (authors-aliases): Update list.
15358 (authors-ignored-files): New list.
15359 (authors-fixed-entries): Fix typo.
15360 (authors-renamed-files-alist): Update list.
15361 (authors-add): Check authors-ignored-files.
15362
15363 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
15364
15365 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15366 optional, to ensure backward compatibility.
15367
15368 2005-04-08 Stephen Eglen <stephen@gnu.org>
15369
15370 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15371
15372 2005-04-08 Kim F. Storm <storm@cua.dk>
15373
15374 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15375
15376 * mouse.el (mouse-on-link-p): Doc fix.
15377
15378 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
15379
15380 * ielm.el (ielm-prompt-read-only): Doc fix.
15381
15382 * comint.el (comint-prompt-read-only): Doc fix.
15383
15384 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
15385
15386 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15387 ensure dired always handles wildcards passed to ffap.
15388 (find-file-at-point): Use it.
15389 (ffap-dired-wildcards): Doc fix.
15390
15391 2005-04-07 Juri Linkov <juri@jurta.org>
15392
15393 * simple.el (next-error-overlay-arrow-position): New defvar.
15394 Put "=>" on its property `overlay-arrow-string'. Add it to
15395 `overlay-arrow-variable-list'.
15396
15397 * progmodes/compile.el (compilation-setup):
15398 Set `next-error-overlay-arrow-position' to nil. Also set it to
15399 nil in the local hook `kill-buffer-hook'. Make local variable
15400 `overlay-arrow-string' and set it to "=>".
15401 (compilation-goto-locus): Set BOL position to
15402 `next-error-overlay-arrow-position' instead of
15403 `overlay-arrow-position'.
15404
15405 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15406 locally instead of adding it to the global hook.
15407 (Info-kill-buffer): Move up.
15408
15409 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
15410
15411 * term/xterm.el (xterm-standard-colors): Update color values from
15412 xterm-200.
15413
15414 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
15415
15416 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15417
15418 * fast-lock.el:
15419 * lazy-lock.el: Move them to the obsolete subdir.
15420
15421 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15422
15423 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15424 (wdired-add-replace-advice): Remove.
15425 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15426
15427 2005-04-06 Kim F. Storm <storm@cua.dk>
15428
15429 * startup.el (command-line): Add --bare-bones alias for -Q.
15430
15431 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15432
15433 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15434 create the startup fontset if a font specification ends with
15435 `mac-roman'.
15436
15437 2005-04-06 Lute Kamstra <lute@gnu.org>
15438
15439 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15440 change.
15441
15442 * emacs-lisp/copyright.el (copyright-update-year): Replace the
15443 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
15444
15445 2005-04-05 Lute Kamstra <lute@gnu.org>
15446
15447 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15448 (define-generic-mode): Ditto. Fix debug declaration.
15449
15450 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15451 Put them in the generic-x group.
15452
15453 * calendar/timeclock.el (timeclock): Doc fix.
15454
15455 * generic.el (define-generic-mode): Don't use custom-current-group.
15456 Document default :group value.
15457 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15458 (define-global-minor-mode): Don't use custom-current-group.
15459
15460 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
15461
15462 * startup.el (command-line-1): Display startup-echo-area-message
15463 when fancy splash screen is in use.
15464
15465 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15466 (sh-escaped-newline): New face.
15467 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15468 newline, and use sh-escaped-newline face.
15469
15470 * progmodes/tcl.el (tcl-escaped-newline): New face.
15471 (tcl-builtin-list): New variable.
15472 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15473 newlines. Fix keywords subexpression number.
15474
15475 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
15476
15477 * textmodes/org.el (org-diary-default-entry): Fix call to
15478 `add-to-diary-entry'.
15479
15480 2005-04-05 Kim F. Storm <storm@cua.dk>
15481
15482 * ediff-init.el: Use (featurep 'xemacs).
15483
15484 2005-04-05 David Ponce <david@dponce.com>
15485
15486 * cus-edit.el (face): Derive from symbol widget. Display sample
15487 of the current face on the fly.
15488 (widget-face-sample-face-get, widget-face-notify): New functions.
15489 (widget-face-value-create): Remove.
15490
15491 * wid-edit.el (widget-field-end): Temporarily remove field
15492 narrowing before to call `get-char-property'.
15493
15494 2005-04-04 Jay Belanger <belanger@truman.edu>
15495
15496 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15497 (math-read-subscripts): New variable.
15498 (math-read-preprocess-string): Process subscripts.
15499
15500 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
15501
15502 * comint.el (comint-prompt-read-only): Doc fix.
15503
15504 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15505 `-1'. Doc fix.
15506
15507 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
15508
15509 * textmodes/org.el (org-insert-mode-line-in-empty-file):
15510 Change default value to nil.
15511
15512 2005-04-04 Lute Kamstra <lute@gnu.org>
15513
15514 * autorevert.el (auto-revert-mode): Specify :group.
15515 * battery.el (display-battery-mode): Specify :group.
15516 * diff-mode.el (diff-minor-mode): Specify :group.
15517 * font-core.el (font-lock-mode): Specify :group.
15518 * hl-line.el (hl-line-mode): Specify :group.
15519 * iimage.el (iimage): New customization group.
15520 (iimage-mode): Specify :group.
15521 * longlines.el (longlines-mode): Specify :group.
15522 * master.el: Don't require easy-mmode.
15523 (master): New customization group.
15524 (master-mode): Specify :group.
15525 * msb.el (msb-mode): Specify :group.
15526 * reveal.el (reveal-mode): Specify :group.
15527 * simple.el (next-error-follow-minor-mode): Specify :group.
15528 * smerge-mode.el (smerge-mode): Specify :group.
15529 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15530 * emulation/cua-base.el (cua-mode): Specify :group.
15531 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15532 * language/thai-util.el (thai-auto-composition-mode)
15533 (thai-word-mode): Specify :group.
15534 * mail/supercite.el (sc-minor-mode): Specify :group.
15535 * progmodes/cwarn.el (cwarn-mode): Specify :group.
15536 * progmodes/flymake.el (flymake-mode): Specify :group.
15537 * progmodes/glasses.el (glasses-mode): Specify :group.
15538 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15539 * textmodes/enriched.el (enriched-mode): Specify :group.
15540 * textmodes/refill.el (refill-mode): Specify :group.
15541
15542 * add-log.el (change-log-font-lock-keywords): Names in
15543 parenthesized lists can contain spaces.
15544
15545 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
15546
15547 * startup.el (fancy-splash-text): Shorten default text of
15548 "Emacs Tutorial" line. Also, if the current language env
15549 indicates an available tutorial file other than TUTORIAL,
15550 extract its title and append it to the line in parentheses.
15551 (fancy-splash-insert): If arg is a thunk, funcall it.
15552
15553 2005-04-04 Jay Belanger <belanger@truman.edu>
15554
15555 * calc.el (calc-language-alist): Add tags to customization type.
15556
15557 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
15558
15559 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15560 Doc fix.
15561
15562 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
15563
15564 * add-log.el (change-log-font-lock-keywords): The manual
15565 describing a Change Log entry, says: (...) "Aside from these
15566 header lines, every line in the change log starts with a space or
15567 a tab.". The font-lock was not highlighting lines started with
15568 spaces, added support for it.
15569
15570 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15571
15572 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15573 (bibtex-generate-url-list): Update docstring accordingly. Put the
15574 complex example in the docstring.
15575 (bibtex-font-lock-url): Use pop.
15576
15577 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15580
15581 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15582
15583 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15584
15585 * filesets.el (filesets-set-default): Doc fix.
15586
15587 2005-04-03 Lute Kamstra <lute@gnu.org>
15588
15589 * generic.el (define-generic-mode): Add argument to specify
15590 keywords for defcustom.
15591 (default-generic-mode): Specify :group.
15592
15593 * generic-x.el: Specify :group for all generic modes.
15594
15595 * desktop.el (desktop-no-desktop-file-hook)
15596 (desktop-after-read-hook): Doc fix.
15597
15598 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
15599
15600 * simple.el (visible-mode): Use explicit :group keyword.
15601 This changes the group of `visible-mode-hook' from paren-blinking
15602 to editing-basics.
15603
15604 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
15605
15606 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
15607 mailbox specifications as well as URLs.
15608 (rmail-insert-inbox-text): Remove unused conditional branches.
15609
15610 2005-04-01 Jay Belanger <belanger@truman.edu>
15611
15612 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15613 (calc-gnuplot-print-command): Move definitions to calc.el.
15614
15615 * calc/calc-embed.el (calc-embedded-announce-formula)
15616 (calc-embedded-open-formula, calc-embedded-close-formula)
15617 (calc-embedded-open-word, calc-embedded-close-word)
15618 (calc-embedded-open-plain, calc-embedded-close-plain)
15619 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15620 (calc-embedded-open-mode, calc-embedded-close-mode):
15621 Move definitions to calc.el.
15622
15623 * calc/calc.el (calc-settings-file, calc-language-alist):
15624 Make customizable.
15625 (calc-embedded-announce-formula, calc-embedded-open-formula)
15626 (calc-embedded-close-formula, calc-embedded-open-word)
15627 (calc-embedded-close-word, calc-embedded-open-plain)
15628 (calc-embedded-close-plain, calc-embedded-open-new-formula)
15629 (calc-embedded-close-new-formula, calc-embedded-open-mode)
15630 (calc-embedded-close-mode, calc-gnuplot-name)
15631 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15632 from other files and make customizable.
15633
15634 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15635
15636 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15637 Use buffer-live-p.
15638 (cvs-mode-run): Don't call cvs-update-header here.
15639 (cvs-run-process): Call cvs-update-header.
15640 Use process properties for cvs-postprocess and cvs-buffer so that
15641 the sentinel can behave better if the temp buffer is killed.
15642 Use a pipe rather than a tty, to better handle unexpected prompts.
15643 (cvs-sentinel): Rewrite. Call cvs-update-header.
15644
15645 2005-04-01 Andre Spiegel <spiegel@gnu.org>
15646
15647 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15648 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
15649
15650 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15651
15652 * generic.el (define-generic-mode): Add indentation rule.
15653
15654 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
15655
15656 * files.el (mode-require-final-newline): Make Custom correctly
15657 report a nil value and allow to set it to nil via Custom.
15658 Doc fix.
15659
15660 2005-04-01 Kenichi Handa <handa@m17n.org>
15661
15662 * international/characters.el: Enable the correct case setting for
15663 dotless-i and dotted-I.
15664
15665 2005-04-01 Kim F. Storm <storm@cua.dk>
15666
15667 * ido.el (ido-file-internal): Fall back to non-ido command if
15668 initial directory is on slow ftp (or tramp) host.
15669
15670 2005-03-31 Richard M. Stallman <rms@gnu.org>
15671
15672 * emacs-lisp/autoload.el (make-autoload):
15673 Handle define-global-minor-mode.
15674
15675 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15676 Rename from easy-mmode-define-global-mode.
15677 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15678
15679 * progmodes/scheme.el (scheme-mode-syntax-table):
15680 Update syntax of | and # for two-character comment syntax.
15681
15682 2005-03-31 Lute Kamstra <lute@gnu.org>
15683
15684 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15685 (define-minor-mode): Call custom-current-group at load-time.
15686
15687 * generic.el (define-generic-mode): Add debug declaration.
15688 Add defcustom for the mode hook.
15689 (generic-mode-internal): Use run-mode-hooks.
15690
15691 2005-03-31 Kim F. Storm <storm@cua.dk>
15692
15693 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15694 (mouse-fixup-help-message): New defun called by show_help_echo
15695 to fixup mouse-2 prefix in help messages when applicable.
15696
15697 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15698
15699 2005-03-31 Kenichi Handa <handa@m17n.org>
15700
15701 * language/thai-word.el (thai-find-word-ends): Pay attention to
15702 the case that we reach the end of buffer.
15703
15704 * textmodes/fill.el (fill-text-properties-at): New function.
15705 (fill-newline): Use fill-text-properties-at instead of
15706 text-properties-at.
15707
15708 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
15709
15710 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15711 not comint-quote-filename.
15712
15713 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
15714
15715 * help-fns.el (help-with-tutorial): Revert last change.
15716
15717 2005-03-31 Kim F. Storm <storm@cua.dk>
15718
15719 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15720
15721 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
15722
15723 * calendar/cal-china.el: Update reference to "Calendrical
15724 Calculations" book; there's a new edition.
15725 * calendar/cal-coptic.el: Likewise.
15726 * calendar/cal-french.el: Likewise.
15727 * calendar/cal-hebrew.el: Likewise.
15728 * calendar/cal-islam.el: Likewise.
15729 * calendar/cal-iso.el: Likewise.
15730 * calendar/cal-julian.el: Likewise.
15731 * calendar/cal-mayan.el: Likewise.
15732 * calendar/cal-persia.el: Likewise.
15733 * calendar/calendar.el: Likewise.
15734 * calendar/holidays.el: Likewise.
15735 * calendar/lunar.el: Likewise.
15736 * calendar/solar.el: Likewise.
15737
15738 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15739 white space from doc string.
15740
15741 2005-03-30 Jay Belanger <belanger@truman.edu>
15742
15743 * calc/calc-help.el (calc-full-help): Remove email address.
15744
15745 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
15746
15747 * help-fns.el (help-with-tutorial): Delete title line.
15748
15749 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15750
15751 * calendar/cal-x.el (calendar-one-frame-setup)
15752 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15753 rather than `symbol' for set-window-dedicated-p.
15754
15755 * calendar/appt.el (appt-buffer-name): Make it a constant.
15756 (appt-add): Doc fix.
15757
15758 * filesets.el (filesets-menu-path, filesets-menu-before)
15759 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
15760 (filesets-menu-cache-file): Use directory ~/.emacs.d.
15761 (filesets-add-submenu): Delete and use add-submenu instead.
15762
15763 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
15764
15765 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15766 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15767 (org-diary-default-entry): New function.
15768 (org-get-entries-from-diary): Better parsing of diary entries.
15769 (org-agenda-check-no-diary): New function.
15770 ("diary-lib"): Advice to function `add-to-diary-list', to allow
15771 linking to diary entries.
15772 (org-agenda-execute-calendar-command): New function.
15773 (org-agenda): Improve visible section in window.
15774 Use `org-fit-agenda-window'.
15775 (org-fit-agenda-window): New option.
15776 (org-move-subtree-down): Better handling of empty lines
15777 at end of subtree.
15778 (org-cycle): Numeric prefix is interpreted now as show-subtree N
15779 levels up.
15780 (org-fontify-done-headline): New option.
15781 (org-headline-done-face): New face.
15782 (org-set-font-lock-defaults): Use `org-headline-done-face'.
15783 (org-table-copy-down): Rename from `org-table-copy-from-above'.
15784 When current field is non-empty, it is copied to next row.
15785 (org-table-copy-from-above): Fix bug which made it
15786 impossible to copy fields containing only a single non-white character.
15787
15788 2005-03-30 Kim F. Storm <storm@cua.dk>
15789
15790 * kmacro.el (kmacro-end-macro): Isearch may store this command
15791 into the macro -- so ignore it when executing keyboard macro.
15792
15793 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15794
15795 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15796
15797 2005-03-29 Kenichi Handa <handa@m17n.org>
15798
15799 * language/thai.el ("Thai"): Set setup-function and exit-function
15800 for Thai language environment.
15801
15802 * language/thai-util.el: Require thai-word.
15803 (thai-word-mode-map): New variable.
15804 (thai-word-mode): New minor mode.
15805 (setup-thai-language-environment-internal): New function.
15806 (exit-thai-language-environment-internal): New function.
15807
15808 * language/thai-word.el (thai-word-table): Declare it by defvar,
15809 use dolist to initialize it.
15810 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15811 (thai-fill-find-break-point): New functions.
15812
15813 2005-03-29 Richard M. Stallman <rms@gnu.org>
15814
15815 * simple.el (idle-update-delay): Move definition up.
15816 (set-mark): Doc fix.
15817
15818 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
15819
15820 * longlines.el: New file.
15821
15822 * simple.el (buffer-substring-filters): New variable.
15823 (filter-buffer-substring): New function.
15824 (kill-region, copy-region-as-kill): Use it.
15825
15826 * register.el (copy-to-register, append-to-register)
15827 (prepend-to-register): Use filter-buffer-substring.
15828
15829 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15830
15831 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15832 (gud-filter-pending-text): Move in front of gdb.
15833 (gud-overlay-arrow-position): New variable.
15834 (gud-sentinel, gud-display-line): Use it in place of
15835 overlay-arrow-position.
15836
15837 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
15838
15839 * progmodes/fortran.el (fortran-if-indent): Doc fix.
15840 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15841 (fortran-font-lock-keywords-4): New variable.
15842 (fortran-blocks-re, fortran-end-block-re)
15843 (fortran-start-block-re): New constants, for hideshow.
15844 (hs-special-modes-alist): Add a Fortran entry.
15845 (fortran-mode-map): Bind fortran-end-of-block,
15846 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15847 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
15848 (fortran-looking-at-if-then, fortran-end-of-block)
15849 (fortran-beginning-of-block): New functions, for hideshow.
15850
15851 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15852 Doc fix. Tweak regexp.
15853 (f90-beginning-of-block): Push mark first.
15854
15855 2005-03-29 Jay Belanger <belanger@truman.edu>
15856
15857 * calc/calc.el: Update copyright date.
15858 (calc-version): Increase to 2.1.
15859 (calc-version-date): Remove.
15860
15861 * calc/calc-help.el: Update copyright date.
15862 (calc-full-help): Remove reference to calc-version-date.
15863 Update copyright date.
15864
15865 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15866
15867 * vc.el (vc-do-command): Use a pipe for async processes, so password
15868 prompts don't show up at places where the user can't reply.
15869
15870 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
15871
15872 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15873 on the file name we pass to the inferior shell.
15874
15875 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15876
15877 * progmodes/which-func.el (which-function): Be robust in the face of an
15878 imenu--make-index-alist failure.
15879
15880 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15881
15882 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15883
15884 * progmodes/python.el (python-preoutput-filter): Fix last change.
15885
15886 2005-03-29 Lute Kamstra <lute@gnu.org>
15887
15888 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15889 functions and compiled macros.
15890 (debug-convert-byte-code): Handle macros too.
15891 (debug-on-entry-1): Don't signal an error when trying to clear a
15892 function that is not set to debug on entry.
15893
15894 2005-03-29 Jay Belanger <belanger@truman.edu>
15895
15896 * calc/calc-lang.el: Add functions to math-function-table
15897 properties of tex and math.
15898
15899 2005-03-29 Kenichi Handa <handa@m17n.org>
15900
15901 * ps-mule.el (ps-mule-plot-string): Translate characters by
15902 ps-print-translation-table.
15903 (ps-mule-begin-job): Call find-charset-region/string with
15904 ps-print-translation-table.
15905 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15906
15907 * ps-print.el (ps-print-translation-table): New variable.
15908 (ps-plot-region): Translate characters by ps-print-translation-table.
15909
15910 2005-03-29 Juri Linkov <juri@jurta.org>
15911
15912 * simple.el (next-error-highlight-timer): New variable.
15913
15914 * progmodes/compile.el (compilation-goto-locus):
15915 Use `next-error-highlight-timer' instead of `sit-for'.
15916
15917 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15918
15919 * mail/supercite.el (sc-mail-field): Use assoc-string.
15920 (sc-get-address): Simplify regexps.
15921
15922 * files.el (minibuffer-with-setup-hook): New macro.
15923 (find-file-read-args): Use it to avoid let-binding
15924 minibuffer-with-setup-hook (which breaks turning on/off
15925 file-name-shadow-mode while in the prompt).
15926
15927 * complete.el (PC-read-include-file-name-internal):
15928 Use test-completion.
15929
15930 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
15931
15932 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15933
15934 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15935
15936 * window.el (window-buffer-height): Use count-screen-lines.
15937
15938 * progmodes/python.el (python-preoutput-leftover): New var.
15939 (python-preoutput-filter): Use it.
15940 (python-send-receive): Loop until all the result has been received.
15941
15942 2005-03-28 Juri Linkov <juri@jurta.org>
15943
15944 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15945
15946 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15947 "Recover Crashed Session".
15948 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15949 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15950 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15951 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15952 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15953 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15954 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15955 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15956
15957 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15958 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15959 Ediff Sessions", "Toggle use of separate control buffer frame",
15960 "Use separate frame for Ediff control buffer".
15961
15962 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15963 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15964 "Rename Bookmark", "Delete Bookmark".
15965
15966 * info.el (Info-mode-menu): Remove ellipsis from "Index".
15967 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15968 Add `:active Info-index-alternatives' to "Next Matching Item".
15969
15970 * wdired.el (wdired-change-to-wdired-mode):
15971 Mention `wdired-abort-changes' key in the initial message.
15972
15973 * international/mule.el (auto-coding-alist): Associate non-ascii
15974 image filename extensions with `no-conversion'.
15975
15976 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15977
15978 * international/iso-acc.el:
15979 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15980
15981 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
15982
15983 * textmodes/sgml-mode.el (html-mode): Doc update.
15984
15985 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15986
15987 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15988
15989 * term.el (term-move-columns): Fix face after extending a line.
15990 (term-insert-spaces): Likewise.
15991 (term-reset-terminal): Fix off by one error.
15992
15993 2005-03-26 Eli Zaretskii <eliz@gnu.org>
15994
15995 * international/mule.el (auto-coding-alist): Add .xpi files.
15996
15997 * files.el (auto-mode-alist): Add .xpi files.
15998
15999 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
16000
16001 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16002
16003 2005-03-26 Eli Zaretskii <eliz@gnu.org>
16004
16005 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16006
16007 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
16008
16009 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16010 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
16011
16012 * calendar/cal-move.el (calendar-beginning-of-year): Move the
16013 cursor to Jan 1 when needed.
16014 (calendar-end-of-year): Fix -/+ typo.
16015 Reported by Chong Yidong <cyd@stupidchicken.com>.
16016
16017 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16020
16021 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16022 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
16023
16024 2005-03-25 Richard M. Stallman <rms@gnu.org>
16025
16026 * filesets.el (filesets-init): Add autoload.
16027
16028 * mail/mailalias.el (mail-directory): Doc fix.
16029
16030 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16031
16032 * mail/mailalias.el (mail-directory-process): Do nothing if
16033 mail-directory-process is an atom.
16034 (mail-get-names): Ignore mail-directory-names if it is an atom.
16035 (mail-directory-process defvar): Doc fix.
16036 (mail-names): Doc fix.
16037
16038 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
16039
16040 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16041
16042 2005-03-26 Kenichi Handa <handa@m17n.org>
16043
16044 * international/mule-util.el (detect-coding-with-priority):
16045 Call update-coding-systems-internal before detect-coding-region.
16046
16047 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
16048
16049 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16050 (gdb-frames-mode-map): Add follow-link property.
16051
16052 2005-03-25 Jay Belanger <belanger@truman.edu>
16053
16054 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16055 for variables.
16056
16057 2005-03-25 Juri Linkov <juri@jurta.org>
16058
16059 * image-mode.el: Optimize image filename extension regexps in
16060 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
16061 in `auto-mode-alist'.
16062 (image-mode): Add `image-toggle-display-text' to local hook
16063 `change-major-mode-hook'. Display the image as an image by
16064 default. Set `cursor-type' and `truncate-lines' if the image
16065 is already displayed. Take into account the current mode (image
16066 or text) in message.
16067 (image-minor-mode): New minor mode.
16068 (image-mode-maybe, image-toggle-display-text): New functions.
16069 (image-toggle-display): Use called-interactively-p.
16070 Let-bind `inhibit-read-only' to t.
16071
16072 * image-mode.el (image-minor-mode): Set `cursor-type' and
16073 `truncate-lines' if the image is already displayed. Add turning
16074 image-minor-mode off to `change-major-mode-hook'. Add message.
16075 Call `image-toggle-display-text' after turning image-minor-mode off.
16076
16077 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16078
16079 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16080 Terminal.app, use utf-8.
16081 (set-display-table-and-terminal-coding-system): Add coding-system arg.
16082 (set-locale-environment): Use it.
16083
16084 * term/xterm.el: Undo last change, better done in mule-cmds.el.
16085
16086 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16087
16088 * progmodes/python.el (python-close-block-statement-p)
16089 (python-outdent-p, python-current-defun): Use symbol-end.
16090
16091 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
16092
16093 * files.el (save-some-buffers): Doc fix.
16094
16095 2005-03-25 Werner Lemberg <wl@gnu.org>
16096
16097 * complete.el, thumbs.el: Replace `legal' with `valid'.
16098 * calendar/calendar.el: Replace `legal' with `valid'.
16099 * emacs-lisp/advice.el: Replace `legal' with `valid'.
16100 * mail/supercite.el: Replace `legal' with `valid'.
16101 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16102 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16103 Replace `legal' with `valid'.
16104 * textmodes/reftex-vars.el, textmodes/reftex.el:
16105 Replace `legal' with `valid'.
16106
16107 2005-03-25 Werner Lemberg <wl@gnu.org>
16108
16109 * calc/calc-forms.el, calc/calc-sel.el:
16110 * midnight.el, vc-cvs.el:
16111 * emacs-lisp/cl-macs.el:
16112 * emulation/vip.el:
16113 * eshell/esh-io.el, eshell/esh-var.el:
16114 * mail/supercite.el:
16115 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16116 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16117 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16118 * progmodes/sh-script.el, progmodes/xscheme.el:
16119 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16120 * textmodes/reftex-index.el, textmodes/reftex-parse.el
16121 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16122 * textmodes/reftex.el, textmodes/org.el:
16123 Replace `illegal' with `invalid'.
16124
16125 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16128 (flymake-find-buildfile, flymake-find-possible-master-files)
16129 (flymake-check-include, flymake-parse-line): Replace loops over the
16130 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16131
16132 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16133 Substitute file-name-as-directory in the rest of the file.
16134 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16135 (flymake-replace-region): Remove unused arg `buffer'.
16136 (flymake-check-patch-master-file-buffer): Update calls to it.
16137 (flymake-add-err-info): Remove unused var `count'.
16138 (flymake-mode): Use define-minor-mode.
16139
16140 * progmodes/flymake.el: Use with-current-buffer.
16141 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16142 flymake-replace-regexp-in-string, flymake-line-beginning-position)
16143 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16144 Avoid testing for `xemacs'.
16145 (flymake-nop): Move.
16146 (flymake-region-has-flymake-overlays): Return the computed value.
16147 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16148 Remove unused var `endline'.
16149 (flymake-get-line-count): Remove unused function.
16150 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16151
16152 * emulation/vi.el:
16153 * generic.el:
16154 * hilit-chg.el (global-highlight-changes):
16155 * hi-lock.el (hi-lock-mode):
16156 * follow.el: find-file-hooks -> find-file-hook.
16157
16158 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16159
16160 2005-03-24 Juri Linkov <juri@jurta.org>
16161
16162 * dired.el (dired-mode-map): Add menu item "Compare directories"
16163 for dired-compare-directories.
16164
16165 * dired-aux.el (dired-compare-directories): Add autoload cookie.
16166 Doc fix. Replace `read-file-name' with `read-directory-name'.
16167
16168 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16169
16170 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16171
16172 2005-03-24 Jay Belanger <belanger@truman.edu>
16173
16174 * calc/calc-embed.el (calc-embedded-mode-change): Save all
16175 relevant mode settings in calc-embedded-original-modes when modes
16176 are permanently changed.
16177
16178 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16179
16180 * autoinsert.el: find-file-hooks -> find-file-hook.
16181
16182 2005-03-24 Lute Kamstra <lute@gnu.org>
16183
16184 * generic.el (generic-font-lock-defaults): Make it obsolete.
16185 (generic-font-lock-keywords): New variable to replace
16186 generic-font-lock-defaults.
16187 (generic-mode-set-font-lock): Delete it.
16188 (generic-mode-internal): Don't call generic-mode-set-font-lock.
16189 (generic-bracket-support): Add docstring.
16190
16191 * generic-x.el: Rename generic-font-lock-defaults to
16192 generic-font-lock-keywords throughout.
16193 (mailagent-rules-setup-function): Delete it.
16194 (mailagent-rules-generic-mode): Use anonymous function instead.
16195 (show-tabs-generic-mode-font-lock-defaults-1)
16196 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16197 Quote faces.
16198 (show-tabs-tab-face, show-tabs-space-face): Specify background,
16199 not foreground.
16200
16201 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16202 Recognize define-generic-mode.
16203
16204 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16205
16206 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16207 if there's no completion table.
16208
16209 2005-03-23 Miles Bader <miles@gnu.org>
16210
16211 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16212 Remove tty-specific variants, as they're no longer needed.
16213
16214 2005-03-23 Lute Kamstra <lute@gnu.org>
16215
16216 * generic-x.el: Code cleanup: make args constant whenever possible.
16217 (installshield-statement-keyword-list)
16218 (installshield-system-functions-list)
16219 (installshield-system-variables-list, installshield-types-list)
16220 (installshield-funarg-constants-list): Make them constants.
16221
16222 * generic.el (generic-make-keywords-list): Add autoload cookie.
16223
16224 * calendar/time-date.el: Add comment on time value formats.
16225 Don't require parse-time.
16226 (with-decoded-time-value): New macro.
16227 (encode-time-value): New function.
16228 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16229 (days-to-time): Return a valid time value when arg is huge.
16230 (time-since): Use time-subtract.
16231 (time-to-number-of-days): Use time-to-seconds.
16232
16233 2005-03-23 David Ponce <david@dponce.com>
16234
16235 * recentf.el: (recentf-keep): New option.
16236 (recentf-menu-action): Default to `find-file'.
16237 (recentf-keep-non-readable-files-flag)
16238 (recentf-keep-non-readable-files-p)
16239 (recentf-file-readable-p, recentf-find-file)
16240 (recentf-cleanup-remote): Remove.
16241 (recentf-include-p): More robust.
16242 (recentf-keep-p): New function.
16243 (recentf-remove-if-non-kept): Rename from
16244 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
16245 All callers updated.
16246 (recentf-menu-items-for-commands): Fix help string.
16247 (recentf-track-closed-file): Update. Doc fix.
16248 (recentf-cleanup): Update. Count removed files. Doc fix.
16249
16250 2005-03-23 Kim F. Storm <storm@cua.dk>
16251
16252 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16253 Don't inherit from fringe face (now happens automatically).
16254
16255 2005-03-22 Kim F. Storm <storm@cua.dk>
16256
16257 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16258 position values.
16259
16260 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * menu-bar.el (showhide-date-time): Remove.
16263 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16264 (menu-bar-make-mm-toggle): Simplify.
16265
16266 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16267
16268 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16269 Accept qualified variable and function names.
16270
16271 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
16272
16273 * bindings.el (completion-ignored-extensions):
16274 Remove ".lis" for `vax-vms'.
16275
16276 2005-03-22 Andreas Schwab <schwab@suse.de>
16277
16278 * generic-x.el: Revert last change.
16279 * ldefs-boot.el: Update.
16280
16281 2005-03-22 Jay Belanger <belanger@truman.edu>
16282
16283 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16284 (calc-embedded-save-original-modes)
16285 (calc-embedded-restore-original-modes): New functions.
16286 (calc-do-embedded): Save original modes when entering embedded mode
16287 and restore when leaving embedded mode.
16288 (calc-embedded-modes-change): Change the value of
16289 calc-embedded-original-modes to reflect permanent changes.
16290
16291 2005-03-22 Lute Kamstra <lute@gnu.org>
16292
16293 * generic-x.el: Require generic again.
16294
16295 2005-03-22 Miles Bader <miles@gnu.org>
16296
16297 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16298 Tweak details to look good on both ttys and bitmap displays, light
16299 or dark background, etc.
16300
16301 2005-03-21 Kim F. Storm <storm@cua.dk>
16302
16303 * tooltip.el (tooltip-show-help-function): Check car and cdr of
16304 mouse position.
16305
16306 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16307
16308 * icomplete.el: Don't forcibly turn on the mode upon load.
16309 (icomplete-mode): Use define-minor-mode.
16310 (icomplete-eoinput): Default to nil.
16311 (icomplete-minibuffer-setup): Remove autoload.
16312 (icomplete-tidy): Simplify.
16313 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16314 in the initial state or if the user has modified the field.
16315 Fix handling of icomplete-max-delay-chars.
16316 Remove code that handles the oddball case where
16317 minibuffer-completion-table is an integer.
16318 Wrap icomplete-completions in while-no-input in case building
16319 completions takes more time than expected.
16320 (icomplete-completions): Simplify.
16321
16322 2005-03-21 Richard M. Stallman <rms@gnu.org>
16323
16324 * jka-compr.el (jka-compr-really-do-compress):
16325 Make variable buffer-local.
16326
16327 * image-mode.el: Handle .xpm files too.
16328 (image-toggle-display): Preserve modification flag.
16329
16330 * help.el (where-is): Don't mention aliases with no key bindings.
16331
16332 2005-03-21 Lute Kamstra <lute@gnu.org>
16333
16334 * generic.el: Fix commentary section. Don't require cl for
16335 compilation.
16336 (generic-mode-list): Add autoload cookie.
16337 (generic-use-find-file-hook, generic-lines-to-scan)
16338 (generic-find-file-regexp, generic-ignore-files-regexp)
16339 (generic-mode, generic-mode-find-file-hook)
16340 (generic-mode-ini-file-find-file-hook): Fix docstrings.
16341 (define-generic-mode): Make it a defmacro. Fix docstring.
16342 (generic-mode-internal): Code cleanup. Add autoload cookie.
16343 (generic-mode-set-comments): Code cleanup.
16344 * generic-x.el: Don't prevent compilation. Don't require generic.
16345 Follow coding conventions. Minor code cleanup.
16346 (etc-fstab-generic-mode): Add some keywords.
16347 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16348 define-generic-mode like a function declaration.
16349
16350 2005-03-21 Jay Belanger <belanger@truman.edu>
16351
16352 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16353 changing modes.
16354
16355 2005-03-21 Sam Steingold <sds@gnu.org>
16356
16357 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16358
16359 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
16360
16361 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16362 Add underscore to "f$ lexicals" regexp.
16363
16364 2005-03-20 Juri Linkov <juri@jurta.org>
16365
16366 * subr.el (progress-reporter-do-update): When `min-value' is equal
16367 to `max-value', set `percentage' to 0 and prevent division by zero.
16368
16369 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
16370
16371 Sync with Tramp 2.0.48.
16372
16373 * net/tramp.el (all): Change all addresses to .gnu.org.
16374 (tramp-append-tramp-buffers): New defun.
16375 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16376 Catch `dont-send' signal.
16377 (tramp-set-auto-save-file-modes): Set always permissions, because
16378 there might be an old auto-saved file belonging to another
16379 original file. This could be a security threat. Reported by
16380 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16381 Check for Emacs 21.3.50 removed.
16382
16383 * net/tramp-smb.el (all): Remove debug construct for
16384 `with-parsed-tramp-file-name'.
16385 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16386 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16387 No error message if DIRECTORY or FILENAME doesn't exist.
16388 (tramp-smb-open-connection): Check existence of
16389 `tramp-smb-program'.
16390
16391 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16392
16393 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16394 Properly handle the case where the `m' or `s' command's argument is not
16395 yet terminated.
16396 (perl-indent-new-calculate): New function.
16397 (perl-indent-line): Use it.
16398
16399 2005-03-20 Miles Bader <miles@gnu.org>
16400
16401 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16402 in text-mode too. Change to new face names.
16403 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16404 Add `:weight bold' attribute.
16405 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16406
16407 2005-03-19 Juri Linkov <juri@jurta.org>
16408
16409 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
16410
16411 * international/mule.el (auto-coding-alist): Sync with
16412 `auto-mode-alist' by adding upper case archive file extensions
16413 and adding ear/war to jar extension.
16414
16415 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
16416
16417 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16418 running, restart it.
16419
16420 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
16421
16422 * finder.el (finder-current-item): Throw an error on an empty line.
16423
16424 * man.el (Man-follow-manual-reference): If current-word returns
16425 nil, use "".
16426
16427 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
16428
16429 * simple.el (goto-line): Doc fix.
16430
16431 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
16432
16433 * files.el (save-buffer): Doc fix.
16434
16435 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
16436
16437 * recentf.el (recentf-cleanup-remote): New variable.
16438 (recentf-cleanup): Use it to conditionally check availability of
16439 remote files.
16440
16441 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
16442
16443 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16444 function names.
16445
16446 2005-03-19 Eli Zaretskii <eliz@gnu.org>
16447
16448 * language/thai-word.el: New file.
16449
16450 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16451
16452 * files.el (backup-buffer): If the file's directory is not
16453 writable, use copy instead of move to backup the file.
16454
16455 2005-03-19 Eli Zaretskii <eliz@gnu.org>
16456
16457 * obsolete/keyswap.el: Moved to obsolete/ from term/.
16458
16459 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16460
16461 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16462 Use functionp instead of symbolp and fboundp. Reported by Drkm
16463 <darkman_spam@yahoo.fr>.
16464 (ps-print-version): New version 6.6.6.
16465
16466 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
16467
16468 * textmodes/table.el (table--line-column-position): New idiom.
16469 (table--row-column-insertion-point-p): New function to test
16470 validity of row and column insertion operation at a location.
16471 (table-global-menu, table-cell-menu): Use above functions for
16472 deterministic test operation.
16473 (table--editable-cell-p): Behave in deterministic fashion.
16474
16475 2005-03-18 Juri Linkov <juri@jurta.org>
16476
16477 * isearch.el (isearch-lazy-highlight-new-loop):
16478 Make arguments beg and end optional.
16479 (isearch-update): Remove optional arguments nil from
16480 isearch-lazy-highlight-new-loop.
16481 (isearch-lazy-highlight-search): Let-bind case-fold-search to
16482 isearch-lazy-highlight-case-fold-search instead of
16483 isearch-case-fold-search, and let-bind isearch-regexp to
16484 isearch-lazy-highlight-regexp.
16485 Use isearch-lazy-highlight-last-string instead of isearch-string.
16486
16487 * replace.el (perform-replace): Remove bindings of global
16488 variables isearch-string, isearch-regexp, isearch-case-fold-search.
16489 Add three new arguments to `replace-highlight'.
16490 (replace-highlight): Add arguments string, regexp, case-fold.
16491 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16492 to allow isearch-lazy-highlight-new-loop to use these values
16493 to set corresponding isearch-lazy-highlight-* internal
16494 variables whose values lazy highlighting will use regardless of
16495 changes to global variables isearch-string, isearch-regexp,
16496 isearch-case-fold-search during lazy highlighting loop.
16497 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16498 to `lazy-highlight-cleanup'.
16499
16500 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16501 (ispell-highlight-face): Set default face to `isearch' when
16502 lazy highlighting is enabled.
16503 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16504 priority to 1. Add lazy highlighting.
16505 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16506 from `isearch-dehighlight'.
16507
16508 2005-03-18 David Ponce <david@dponce.com>
16509
16510 * files.el (hack-local-variables): Do a case-insensitive search
16511 for End.
16512
16513 2005-03-18 Juri Linkov <juri@jurta.org>
16514
16515 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16516 `isearch-lazy-highlight-cleanup', add alias to old name and
16517 declare obsolete. Add release numbers to other obsolete vars.
16518 (isearch-done, isearch-lazy-highlight-new-loop):
16519 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16520 (lazy-highlight-cleanup) <variable>: Doc fix.
16521 (isearch-lazy-highlight-update): Rename obsolete
16522 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16523
16524 2005-03-18 Kenichi Handa <handa@m17n.org>
16525
16526 * language/thai-util.el: Fix categorization of Thai characters in
16527 thai-category-table.
16528 (thai-composition-pattern): Adjust it for the above change.
16529 (thai-self-insert-command, thai-compose-syllable): New functions.
16530 (thai-compose-region): Use thai-compose-syllable.
16531 (thai-compose-string): Likewise.
16532 (thai-composition-function): Likewise.
16533 (thai-auto-composition): New function.
16534 (thai-auto-composition-mode): New minor mode.
16535
16536 * language/thai.el: Fix patterns to be registered in
16537 composition-function-table.
16538
16539 * international/quail.el (quail-input-method): Locally bind
16540 inhibit-modification-hooks to t.
16541
16542 2005-03-17 Richard M. Stallman <rms@gnu.org>
16543
16544 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16545 (perl-mode): Use run-mode-hooks.
16546
16547 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16548 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16549 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16550
16551 * mail/sendmail.el (sendmail-send-it): Reenable the code
16552 to compute resend-to-address and use it.
16553
16554 * tar-mode.el (tar-mode): Turn off undo unconditionally.
16555
16556 * image-mode.el: New file.
16557
16558 * image.el (insert-sliced-image): Add autoload cookie.
16559
16560 * font-lock.el (font-lock-lines-before): New user option.
16561 (font-lock-after-change-function): Obey it.
16562
16563 * bindings.el (esc-map): Make M-g a prefix.
16564 Bind M-g g and M-g M-g to goto-line.
16565
16566 * faces.el (face-id): Doc fix.
16567
16568 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16569
16570 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16571 (rmail-show-message): Use rmail-unknown-mail-followup-to.
16572 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16573
16574 * mail/sendmail.el (mail-yank-ignored-headers)
16575 (mail-font-lock-keywords, mail-mode-fill-paragraph):
16576 Add Mail-Followup-To and Mail-Reply-To headers.
16577 (mail-citation-hook): Add autoload cookie.
16578 (mail-mode): Doc fix.
16579 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16580 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16581 (mail-mode-fill-paragraph): Handle those headers.
16582 (mail-mailing-lists): New variable.
16583 (mail-mail-reply-to, mail-mail-followup-to): New functions.
16584
16585 2005-03-17 Juri Linkov <juri@jurta.org>
16586
16587 * isearch.el (isearch-fallback): Check for `(car previous)'
16588 before calling `isearch-other-end-state'.
16589
16590 2005-03-17 Kim F. Storm <storm@cua.dk>
16591
16592 * simple.el (move-beginning-of-line): Move to beginning of buffer
16593 line, as well as beginning of screen line.
16594
16595 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
16596
16597 * calendar/diary-lib.el (mark-diary-entries): Use new optional
16598 argument REDRAW rather than calendar-redrawing variable.
16599 * calendar/calendar.el (calendar-redrawing): Delete.
16600 (redraw-calendar): Do not bind calendar-redrawing.
16601
16602 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
16603
16604 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16605 diary-file buffer.
16606
16607 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16608
16609 * help.el (describe-mode): Allow a :minor-mode-function property to
16610 specify a different minor mode toggle function than the variable.
16611 * simple.el (auto-fill-function):
16612 * subr.el (add-minor-mode): Use it.
16613
16614 2005-03-16 Kenichi Handa <handa@m17n.org>
16615
16616 * language/ethio-util.el (sera-being-called-by-w3): New variable.
16617 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16618 (ethio-fidel-to-sera-buffer): Likewise.
16619
16620 2005-03-16 Juri Linkov <juri@jurta.org>
16621
16622 * emacs-lisp/find-func.el (find-function-regexp):
16623 Add defun-emitting macro `menu-bar-make-toggle'.
16624
16625 * isearch.el: Put `isearch-scroll' property to
16626 `split-window-horizontally'.
16627
16628 * info.el: Update error messages for `debug-ignored-errors'.
16629 (Info-isearch-search): Doc fix.
16630 (Info-find-node): Move up code to go into info buffer before
16631 recording the node to the history.
16632 (Info-fontify-node): Fontify titles only if the next line
16633 has two or more `*', `=', `-', `.'.
16634 Display "go to this node" for empty (match-string 3).
16635
16636 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16637
16638 * term/mac-win.el: Add mouse pointer shape constants.
16639
16640 2005-03-15 Kim F. Storm <storm@cua.dk>
16641
16642 * simple.el (move-beginning-of-line): Use vertical-motion.
16643
16644 2005-03-15 Juri Linkov <juri@jurta.org>
16645
16646 * isearch.el (isearch-error): New variable.
16647 (isearch-invalid-regexp, isearch-within-brackets): Remove.
16648 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16649 (isearch-within-brackets-state): Remove.
16650 (isearch-case-fold-search-state, isearch-pop-fun-state):
16651 Decrease frame index.
16652 (isearch-mode, isearch-top-state, isearch-push-state)
16653 (isearch-edit-string, isearch-abort, isearch-search-and-update)
16654 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16655 (isearch-search, isearch-lazy-highlight-new-loop):
16656 Replace `isearch-invalid-regexp' with `isearch-error'.
16657 Remove `isearch-within-brackets'.
16658 (isearch-search): Add `search-failed' handler to `condition-case'.
16659 (isearch-lazy-highlight-search): Add `condition-case' to catch
16660 errors and allow `isearch-lazy-highlight-update' to try
16661 highlighting from the beginning of the window.
16662 (isearch-repeat): Move up code to set isearch-wrapped to t
16663 before calling isearch-wrap-function.
16664
16665 * info.el (Info-isearch-initial-node): New internal variable.
16666 (Info-search): Signal an error in isearch mode when search leaves
16667 the initial node. Signal an error when `bound' is non-nil and
16668 nothing was found in the current subfile.
16669 (Info-isearch-search): Remove `condition-case'.
16670 (Info-isearch-wrap): Don't wrap when search failed during leaving
16671 the initial node. If `Info-isearch-search' is nil, wrap around
16672 the current node.
16673 (Info-isearch-start): New fun.
16674 (Info-mode): Add buffer-local hook `Info-isearch-start' to
16675 `isearch-mode-hook'.
16676
16677 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16678
16679 * simple.el (normal-erase-is-backspace): Set default to t if
16680 running on Mac.
16681
16682 * term/mac-win.el (function-key-map): Sync with x-win.el.
16683
16684 2005-03-15 Kenichi Handa <handa@m17n.org>
16685
16686 * international/mule-cmds.el (locale-language-names): Modify the
16687 format of elements and add more entries.
16688 (locale-preferred-coding-systems): Add more entries.
16689 (set-locale-environment): Adjust for the change of
16690 locale-language-names.
16691
16692 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16693
16694 * pcvs.el (smerge-ediff): Remove bogus autoload.
16695
16696 2005-03-14 Lute Kamstra <lute@gnu.org>
16697
16698 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16699 Ignore a `*' at the beginning of a line.
16700
16701 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16702 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16703 subr.el.
16704 (dont-compile, eval-when-compile, eval-and-compile): Use declare
16705 to specify indentation.
16706
16707 * generic.el (define-generic-mode): Let generic-mode-list be a
16708 list of strings; test membership with equal.
16709
16710 2005-03-14 Kim F. Storm <storm@cua.dk>
16711
16712 * simple.el (next-line, previous-line): Add optional try-vscroll
16713 arg to recognize interactive use. Pass it on to line-move.
16714 (line-move): Don't perform auto-window-vscroll when defining or
16715 executing keyboard macro to ensure consistent behavior.
16716
16717 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16718
16719 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16720
16721 2005-03-13 Lute Kamstra <lute@gnu.org>
16722
16723 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16724 debugger-setup-buffer so that backtrace marks the frames set to
16725 debug-on-exit and we don't have to do it manually. Set an extra
16726 debug-on-exit for macro's.
16727 (debugger-setup-buffer): Don't mark the top frame manually.
16728
16729 2005-03-12 Lute Kamstra <lute@gnu.org>
16730
16731 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16732 lisp-indent-function throughout.
16733 (with-no-warnings): Set lisp-indent-function property.
16734
16735 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
16736
16737 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16738 Add entry for backslash.
16739
16740 2005-03-12 Juri Linkov <juri@jurta.org>
16741
16742 * info.el (Info-search): Four fixes for backward search.
16743
16744 2005-03-11 Jay Belanger <belanger@truman.edu>
16745
16746 * calc/calc.el (calc-language-alist): New variable.
16747 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16748 (calc-embedded-find-modes): Use calc-language-alist instead of
16749 calc-embedded-language-alist.
16750
16751 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16752
16753 * calendar/calendar.el (calendar-redrawing): New internal
16754 variable.
16755 (redraw-calendar): Remove bogus save-excursion from previous
16756 change. Bind calendar-redrawing to t for mark-diary-entries.
16757 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16758 calendar if that is why we were called.
16759
16760 2005-03-11 Kenichi Handa <handa@m17n.org>
16761
16762 * international/mule.el (make-coding-system): Set property
16763 coding-system-define-form to nil.
16764 (define-coding-system-alias): Likewise.
16765
16766 2005-03-11 Kenichi Handa <handa@m17n.org>
16767
16768 These changes are suggested by Dave Love <fx@gnu.org>.
16769
16770 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16771 coding: tag.
16772 (adaptive-fill-regexp): Add more bullets.
16773 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16774 regexps.
16775
16776 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16777
16778 * help.el (describe-mode): Properly handle non-trivial lighters.
16779 Don't ignore minor modes that are not listed in minor-mode-list.
16780
16781 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16782 feature ON when the user requests to turn it OFF.
16783
16784 2005-03-10 Lute Kamstra <lute@gnu.org>
16785
16786 * emacs-lisp/debug.el (debug-entry-code): Delete it.
16787 (implement-debug-on-entry): New function to replace debug-entry-code.
16788 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
16789 second argument as the 2005-03-07 change makes it obsolete.
16790 (debug-on-entry, cancel-debug-on-entry): Update call to
16791 debug-on-entry-1.
16792 (debug, debugger-setup-buffer): Comment update.
16793 (debugger-frame-number): Update to work with implement-debug-on-entry.
16794
16795 2005-03-10 Jay Belanger <belanger@truman.edu>
16796
16797 * calc/calc-embed.el (math-ms-args): Declare it.
16798 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16799 math-ms-args.
16800 (calc-embedded-subst): Use math-multi-subst-rec to substitute
16801 variables.
16802
16803 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
16804
16805 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16806 Use message-box.
16807
16808 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16809 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16810 (tooltip-gud-tips): Simplify.
16811 (tooltip-gud-tips-p): Remove superfluous :set.
16812 (tooltip-gud-modes): Add fortran-mode.
16813 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16814
16815 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16816
16817 2005-03-09 Kim F. Storm <storm@cua.dk>
16818
16819 * play/animate.el (animate-place-char): Use forward-line instead
16820 of next-line to improve performance.
16821
16822 2005-03-09 Simon Josefsson <jas@extundo.com>
16823
16824 * net/browse-url.el (browse-url-default-browser): Doc fix.
16825
16826 2005-03-09 Miles Bader <miles@gnu.org>
16827
16828 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16829 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16830
16831 2005-03-09 Kenichi Handa <handa@m17n.org>
16832
16833 * international/latin-1.el: Set case and syntax for 255 only if
16834 set-case-syntax-set-multibyte is nil.
16835
16836 * textmodes/ispell.el (ispell-insert-word): New function.
16837 (ispell-word): Use ispell-insert-word to insert a new word.
16838 (ispell-process-line): Likewise.
16839 (ispell-complete-word): Likewise.
16840
16841 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
16842
16843 * calendar/calendar.el (redraw-calendar): Preserve point.
16844 Reported by Matt Hodges <MPHodges@member.fsf.org>.
16845 (calendar-week-start-day): Move after definition of
16846 redraw-calendar. Delete buffer test, since redraw-calendar has
16847 that now.
16848
16849 * calendar/diary-lib.el (mark-diary-entries): Only call
16850 redraw-calendar in the first of any recursive calls.
16851 Reported by Alan Shutko <ats@acm.org>.
16852
16853 2005-03-08 Juri Linkov <juri@jurta.org>
16854
16855 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16856 (html-horizontal-rule, html-line, html-image, html-checkboxes)
16857 (html-radio-buttons): Add a space before the trailing `/>' where
16858 sgml-xml-mode is non-nil.
16859 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16860 the subsequent tag of the empty XML tag.
16861 (html-href-anchor): Don't set initial input to "http:".
16862 (html-image): Ask for the image URL and set point inside alt="".
16863 (html-name-anchor): Duplicate the name in the `id' attribute when
16864 sgml-xml-mode is non-nil.
16865 (html-paragraph): Remove \n before <p>.
16866 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16867 instead of `checked' when sgml-xml-mode is non-nil.
16868
16869 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16870 Remove 1 space before #RRGGBB to not truncate it on terminal
16871 windows w/o fringes. Remove 1 space between bg and fg examples
16872 to get more space.
16873 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16874 avoid byte-compile warnings.
16875
16876 * image-file.el (image-file-handler): Put `safe-magic' property to
16877 `image-file-handler'.
16878
16879 * info.el (Info-isearch-search): Emulate word search in
16880 isearching through multiple Info nodes with Info-search.
16881 (Info-isearch-wrap): Allow isearch-word.
16882
16883 2005-03-08 Lute Kamstra <lute@gnu.org>
16884
16885 * emacs-lisp/debug.el (debugger-step-through): Make sure that
16886 stepping into the debugger's code is not possible.
16887 (debugger-jumping-flag): Docstring update.
16888
16889 2005-03-08 Jay Belanger <belanger@truman.edu>
16890
16891 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16892 embedded mode begins.
16893 (calc-embedded-language-alist): New variable.
16894 (calc-embedded-find-modes): Use calc-embedded-language-alist to
16895 set default language mode.
16896
16897 2005-03-08 Kenichi Handa <handa@m17n.org>
16898
16899 * international/ccl.el (define-ccl-program): Fix docstring about
16900 extra 256 bytes assured for the output buffer.
16901
16902 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16903 Fix BUFFER_MAGNIFICATION to 2.
16904 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16905
16906 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
16907
16908 * align.el (align-rules-list): Added an alignment rule for CSS
16909 declarations (applies to css-mode and html-mode buffers).
16910
16911 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16912
16913 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16914
16915 2005-03-07 Kim F. Storm <storm@cua.dk>
16916
16917 * simple.el (move-beginning-of-line): New command.
16918
16919 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16920
16921 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16922
16923 * emulation/cua-base.el: Put CUA move property on move-end-of-line
16924 and move-beginning-of-line.
16925
16926 * apropos.el (apropos-print): Omit command from M-x ... RET.
16927
16928 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
16929
16930 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16931 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16932
16933 2005-03-06 Richard M. Stallman <rms@gnu.org>
16934
16935 * bindings.el (esc-map): Bind M-g to goto-line.
16936
16937 * facemenu.el (global-map): Bind M-o, not M-g.
16938
16939 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16940
16941 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16942 "Open Directory" as for "Open File".
16943
16944 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
16945
16946 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16947 (push-mark-command): Run activate-mark-hook.
16948
16949 2005-03-06 Richard M. Stallman <rms@gnu.org>
16950
16951 * help-mode.el (help-mode-finish): Don't alter the element
16952 in view-return-to-alist if there already is one.
16953
16954 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16955 make sure the current buffer is the expected one.
16956
16957 * novice.el (disabled-command-function): Output in *Disabled Command*.
16958 Explicitly ignore non-keyboard events, and explicitly handle C-g.
16959
16960 * textmodes/flyspell.el (flyspell-large-region):
16961 Pass args differently for aspell.
16962
16963 * files.el (mode-require-final-newline): Doc fix.
16964
16965 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16966
16967 * progmodes/which-func.el (which-function):
16968 Specify NOERROR when calling imenu--make-index-alist.
16969
16970 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16971
16972 * simple.el (normal-erase-is-backspace): Define default value.
16973
16974 * custom.el (custom-theme-set-variables): Remove unused var
16975 `immediate'.
16976 (custom-reevaluate-setting): Simple function to handle variables
16977 that are defined before their default value can really be
16978 computed.
16979
16980 * startup.el (command-line): Use it for temporary-file-directory,
16981 small-emporary-file-directory, auto-save-file-name-transforms,
16982 blink-cursor-mode, and normal-erase-is-backspace.
16983
16984 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16985 progress, even with buggy anchored keywords.
16986
16987 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
16988
16989 * simple.el (goto-line): Remove unbalanced final parenthesis.
16990
16991 2005-03-05 Richard M. Stallman <rms@gnu.org>
16992
16993 * simple.el (goto-line): Use a number at point as the default.
16994 With C-u as arg, switch buffers.
16995
16996 2005-03-05 Juri Linkov <juri@jurta.org>
16997
16998 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16999 with `no-blinking-cursor'.
17000
17001 * startup.el (no-blinking-cursor): New defvar.
17002 (command-line): Add `--no-blinking-cursor' to longopts.
17003 Set `no-blinking-cursor' to t for command line arguments
17004 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
17005 with `no-blinking-cursor' in the condition for calling
17006 `blink-cursor-mode'.
17007
17008 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
17009
17010 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17011 (menu-bar-options-save): Add blink-cursor-mode.
17012 (menu-bar-options-menu): Add blink-cursor-mode.
17013
17014 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
17015
17016 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17017 (icalendar-export-file, icalendar-export-region)
17018 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17019 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17020
17021 2005-03-04 Lute Kamstra <lute@gnu.org>
17022
17023 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17024 (debug-function-list): Ditto.
17025
17026 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
17027
17028 * textmodes/texinfmt.el (texinfo-append-refill):
17029 Redefine the types of line to which @refill
17030 is not appended by replacing a search for `@refill\\|@bye' with
17031 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
17032 itemize@refill' bug and the unfilled long lines bug.
17033 (texinfmt-version): Update number and date.
17034
17035 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17036
17037 * international/code-pages.el (windows-1250, windows-125[2-8])
17038 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17039
17040 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17041
17042 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17043 bound yet.
17044
17045 2005-03-02 Romain Francoise <romain@orebokech.com>
17046
17047 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17048 buffer after removing limits.
17049 (ibuffer-pop-filter): Ditto.
17050 Update copyright.
17051
17052 2005-03-02 Miles Bader <miles@gnu.org>
17053
17054 * button.el (make-text-button): If the user doesn't specify a
17055 type, use the default. Rewrite to use `add-text-properties' and
17056 plist functions.
17057
17058 2005-03-01 Lute Kamstra <lute@gnu.org>
17059
17060 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17061 (debugger-jumping-flag): New var.
17062 (debug-entry-code): Use it.
17063 (debugger-jump): Use debugger-jumping-flag and add
17064 debugger-reenable to post-command-hook.
17065 (debugger-reenable): Use debugger-jumping-flag and remove itself
17066 from post-command-hook.
17067 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17068 debugger-reenable.
17069
17070 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
17071
17072 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17073 inclusion of "itemize\\|", which may be unnecessary, is certainly
17074 inelegant, and stops refilling in itemize lists when formatting
17075 Japanese Texinfo files to Info.
17076 Update copyright to 2005.
17077
17078 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
17079
17080 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17081 of an error if GDB can't find the source file.
17082
17083 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
17084
17085 * calendar/calendar.el (redraw-calendar): Work from any buffer,
17086 not just the calendar.
17087
17088 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17089 first.
17090 (diary-redraw-calendar): New function.
17091 (make-diary-entry): Add diary-redraw-calendar to local
17092 write-contents-functions. Turn off selective display before
17093 inserting in diary.
17094
17095 2005-03-01 Kim F. Storm <storm@cua.dk>
17096
17097 * emacs-lisp/copyright.el (copyright-fix-years): New command.
17098
17099 2005-03-01 Lute Kamstra <lute@gnu.org>
17100
17101 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17102 that debug-entry-code can be safely removed from a function while
17103 this code is being evaluated. Revert the 2005-02-27 change as the
17104 new implementation no longer requires it. Make sure that a
17105 function body containing just a string is not mistaken for a docstring.
17106 (debug): Skip one more frame in case of debug on entry.
17107 (debugger-setup-buffer): Delete one more frame line in case of
17108 debug on entry.
17109 (debugger-frame-number): Update to use the new text introduced by
17110 the 1999-11-03 change. Skip one more frame in case of debug on entry.
17111
17112 2005-02-28 Kim F. Storm <storm@cua.dk>
17113
17114 * double.el (double-translate-key): Call force-window-update after
17115 read-event to avoid crash in redisplay.
17116
17117 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17118
17119 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17120 (debug): Use it. Move the inhibit-trace earlier.
17121 (debug-entry-code): New const.
17122 (debug-on-entry-1): Use it.
17123
17124 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
17125
17126 * international/utf-16.el (ccl-encode-mule-utf-16le):
17127 Fix BUFFER_MAGNIFICATION to 2.
17128 (ccl-encode-mule-utf-16be): Likewise.
17129
17130 2005-02-28 Kenichi Handa <handa@m17n.org>
17131
17132 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17133 Fix BUFFER_MAGNIFICATION to 4.
17134 (ccl-encode-mule-utf-16be-with-signature): Likewise.
17135
17136 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
17137
17138 * speedbar.el (speedbar-update-flag): Doc fix.
17139 (speedbar-show-info-under-mouse): Give set-mouse-position the right
17140 argument.
17141
17142 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
17143
17144 * reveal.el (reveal-post-command): Don't try to reveal overlays which
17145 have a non-nil `invisible' property but are actually visible.
17146
17147 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17148 for perldoc sections.
17149 (perl-outline-regexp, perl-outline-level): New var and function.
17150 (perl-mode): Use them.
17151
17152 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
17153
17154 * calendar/diary-lib.el (diary-remind): Discard any mark portion
17155 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17156
17157 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
17158
17159 * cus-edit.el: Comment change.
17160 (custom-buffer-create-internal): Slightly reword text at top of
17161 Custom buffers. Mention there that saving an option edits the
17162 init file. Add link to Emacs manual node on `custom-file'.
17163 (custom-magic-alist): Rewrite individual State messages to use
17164 capitalized keywords. Doc fix.
17165
17166 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
17167
17168 * calendar/calendar.el (calendar-buffer): Move above
17169 calendar-week-start-day.
17170 (calendar-week-start-day): Doc fix. Add :set function.
17171 (calendar-minimum-window-height): New variable.
17172 (generate-calendar-window): Only resize window if selected-window
17173 is displaying the calendar buffer. Use new variable
17174 calendar-minimum-window-height.
17175 (generate-calendar): Reword error message.
17176 (calendar-mode-map): Bind DEL to scroll-other-window-down.
17177
17178 2005-02-27 Andreas Schwab <schwab@suse.de>
17179
17180 * vc.el (vc-do-command): Don't run command asynchronously when
17181 operating in a remote directory.
17182
17183 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17184 change from sync with Tramp 2.0.47.
17185
17186 2005-02-27 Richard M. Stallman <rms@gnu.org>
17187
17188 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17189
17190 * textmodes/flyspell.el (flyspell-mode-on):
17191 Call ispell-change-dictionary only if necessary.
17192
17193 * emacs-lisp/re-builder.el (regexp-builder): New function.
17194
17195 * register.el (describe-register-1): Explicitly handle
17196 yank-excluded-properties = t.
17197
17198 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17199 (custom-magic-alist): Change the status descriptions again.
17200 (face widget-type): Total rewrite based on `restricted-sexp'
17201 to eliminate the confusing double hiding levels.
17202
17203 * emacs-lisp/debug.el (debug-on-entry-1):
17204 If function body is empty, add nil as body form.
17205
17206 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * emacs-lisp/trace.el (inhibit-trace): New var.
17209 (trace-make-advice): Use it.
17210
17211 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17212
17213 2005-02-26 Kim F. Storm <storm@cua.dk>
17214
17215 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17216 (mouse-on-link-p, mouse-drag-region-1): Use it.
17217
17218 2005-02-25 Lute Kamstra <lute@gnu.org>
17219
17220 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17221
17222 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
17223
17224 * frame.el (blink-cursor-mode): Add :group keyword.
17225
17226 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
17227
17228 * calendar/icalendar.el (icalendar--decode-isodatetime):
17229 New optional argument DAY-SHIFT.
17230 (icalendar-export-region): Fix coding-system-for-write.
17231 (icalendar--convert-ical-to-diary): Shift end-day of all-day
17232 events by one.
17233
17234 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17235
17236 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17237
17238 2005-02-24 Kim F. Storm <storm@cua.dk>
17239
17240 * international/iso-acc.el (iso-accents-compose): Fix crash
17241 during redisplay. Call force-window-update after read-event
17242 and delete-region to signal that window is not accurate.
17243
17244 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17245
17246 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17247 Remove unused and inexistent var `inhibit-trace'.
17248 (debugger-mode): Use run-mode-hooks.
17249 (debugger-list-functions): Add buttons; setup xref stack.
17250
17251 2005-02-23 Richard M. Stallman <rms@gnu.org>
17252
17253 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17254 appointment says it was explicitly made.
17255 (appt-add): Set the 3rd element.
17256 (appt-make-list): Preserve explicit appointments.
17257
17258 * subr.el (find-tag-default): Catch errors in forward-sexp.
17259
17260 2005-02-23 Juri Linkov <juri@jurta.org>
17261
17262 * info.el (Info-isearch-search): New defcustom.
17263 (Info-isearch-search): Call the default isearch function
17264 when Info-isearch-search is nil.
17265 (Info-isearch-wrap): Use variable Info-isearch-search.
17266
17267 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
17268
17269 * cus-edit.el: Comment change.
17270
17271 2005-02-22 Kim F. Storm <storm@cua.dk>
17272
17273 * progmodes/hideif.el (hide-ifdef-use-define-alist):
17274 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
17275
17276 2005-02-22 Simon Josefsson <jas@extundo.com>
17277
17278 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17279 New variable.
17280 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
17281 Oskarsson" <myrkraverk@users.sourceforget.net>.
17282
17283 2005-02-22 Kim F. Storm <storm@cua.dk>
17284
17285 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17286 check that window of that event is the selected window.
17287 (mouse-drag-region-1): Compare mouse event window to selected
17288 window before setting point.
17289
17290 * tooltip.el (tooltip-show-help-function): Pass event to
17291 mouse-on-link-p so it can check selected window.
17292
17293 2005-02-22 Kenichi Handa <handa@m17n.org>
17294
17295 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17296 (ps-mule-show-warning): New function.
17297 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17298 characters are found.
17299
17300 * ps-print.el (ps-header-footer-string): Return a list of header
17301 and footer strings.
17302
17303 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17304
17305 * pcvs.el (cvs-retrieve-revision): Fix thinko.
17306
17307 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
17308
17309 * frame.el (blink-cursor-mode): Use define-minor-mode.
17310
17311 * term/mac-win.el (function-key-map): Use char-names more consistently.
17312 (file-name-coding-system): Only set it for MacOS-9. The other case is
17313 already handled in mule-cmds.el (where it also works when mac-win.el
17314 is not used).
17315
17316 2005-02-21 Kenichi Handa <handa@m17n.org>
17317
17318 * international/mule.el (ctext-pre-write-conversion): Always use
17319 " *code-converting-work*" buffer for work.
17320
17321 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17322
17323 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
17324
17325 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17326
17327 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
17328
17329 * ses.el (undo-more): Restore defadvice, but only the part that
17330 allows changes outside the restricted area of the buffer.
17331
17332 2005-02-20 Kim F. Storm <storm@cua.dk>
17333
17334 * simple.el (line-move): Add fourth optional arg try-vscroll which
17335 must be set to perform auto-window-vscroll.
17336 When moving backwards and doing auto-window-vscroll, automatically
17337 vscroll to the last part of lines which are taller than the window.
17338 (next-line, previous-line): Set try-vscroll arg on line-move.
17339
17340 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
17341
17342 * replace.el (query-replace, query-replace-regexp)
17343 (replace-string, replace-regexp): When operating on region, make
17344 the minibuffer prompt say so.
17345
17346 * isearch.el (isearch-forward): Document isearch-query-replace and
17347 isearch-query-replace-regexp keybindings.
17348
17349 2005-02-19 Jay Belanger <belanger@truman.edu>
17350
17351 * calc/calc-aent.el (math-read-token): Add local variable.
17352
17353 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17354 (calc-edit-top): Move declaration to earlier in file.
17355 (calc-edit-macro-repeats): Add local variables.
17356
17357 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17358 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17359 calcFunc-tanh.
17360 Adjust integration rule for calcFunc-tan.
17361
17362 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17363
17364 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17365 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17366 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17367 (viper-skip-separators): Bug fix.
17368 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17369 particular major mode.
17370 (viper-del-backward-char-in-replace): Don't put deleted char on the
17371 kill ring.
17372
17373 * viper-ex.el (viper-color-display-p): New function.
17374 (viper-has-face-support-p): Use viper-color-display-p.
17375
17376 * viper-keym.el (viper-gnus-modifier-map): New keymap.
17377
17378 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17379
17380 * viper-util.el (viper-glob-unix-files): Fix shell status check.
17381 (viper-file-remote-p): Make equivalent to file-remote-p.
17382
17383 * viper.el (viper-major-mode-modifier-list):
17384 Use viper-gnus-modifier-map.
17385
17386 2005-02-19 David Kastrup <dak@gnu.org>
17387
17388 * subr.el (subregexp-context-p): Fix garbled doc string by adding
17389 quoting.
17390
17391 2005-02-19 Jay Belanger <belanger@truman.edu>
17392
17393 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17394 Remove extra definitions.
17395 (calc-coth): New function.
17396 (calcFunc-cot): Fix `let'.
17397
17398 2005-02-19 Eli Zaretskii <eliz@gnu.org>
17399
17400 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17401 the reasons we use "type pc" in these faces.
17402
17403 * button.el (button): Ditto.
17404
17405 2005-02-19 Michael Mauger <mmaug@yahoo.com>
17406
17407 * replace.el (query-replace-read-from): Set the value of
17408 query-replace-from-history-variable to handle the case of an empty
17409 string entered to accept the suggested default.
17410
17411 * net/tramp.el (tramp-file-name-for-operation):
17412 Use dired-call-process instead of dired-call-process-command.
17413
17414 2005-02-19 Jay Belanger <belanger@truman.edu>
17415
17416 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17417 (math-div-non-trig): New variables.
17418 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17419 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17420 (math-combine-prod, math-div-symb-fancy): Add simplifications for
17421 trig expressions.
17422
17423 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
17424
17425 * progmodes/gdb-ui.el (gdb-var-update-handler)
17426 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17427 for watch expressions,
17428 (gdb-var-create-handler): Don't set speedbar-update-flag.
17429 (gdb-post-prompt): Simplify test for speedbar.
17430
17431 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17432
17433 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17434 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17435 we use the syntax table of the correct buffer.
17436 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17437 Felix Gatzemeier.
17438
17439 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17440 (ediff-file-remote-p): Make synonymous with file-remote-p.
17441 In all deffaces ediff-*-face-*, use min-colors.
17442
17443 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17444 ediff-recurse-to-subdirectories.
17445 (ediff-mark-if-equal): Check that the arguments are strings, use
17446 ediff-same-contents (after to Felix Gatzemeier).
17447
17448 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17449 nil.
17450
17451 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
17452
17453 * log-view.el (log-view-message-re): Fix up Subversion regexp.
17454
17455 2005-02-18 David Kastrup <dak@gnu.org>
17456
17457 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17458 use `mark-active' when defined.
17459
17460 2005-02-18 Kenichi Handa <handa@m17n.org>
17461
17462 * ps-print.el (ps-font-info-database): New entry
17463 ZapfChancery-MediumItalic with correct font name. Fix font name
17464 of the entry Zapf-Chancery-MediumItalic.
17465
17466 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
17467
17468 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17469
17470 2005-02-16 Kim F. Storm <storm@cua.dk>
17471
17472 * ido.el (ido-fallback-command): Pass user input to fallback command.
17473
17474 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
17475
17476 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17477 (gdb-find-file-hook): Add server prefix.
17478
17479 2005-02-16 Richard M. Stallman <rms@gnu.org>
17480
17481 * replace.el (perform-replace): Pass new args to replace-highlight.
17482 (replace-highlight): Take region args,
17483 and pass them to isearch-lazy-highlight-new-loop.
17484
17485 * novice.el (disabled-command-hook): Autoload the defalias
17486 and the make-obsolete-variable call.
17487
17488 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17489
17490 * isearch.el (isearch-lazy-highlight-start-limit)
17491 (isearch-lazy-highlight-end-limit): New variables limit
17492 the region for highlighting.
17493 (isearch-lazy-highlight-new-loop): New args BEG and END.
17494 (isearch-lazy-highlight-search): Use the new vars.
17495 (isearch-lazy-highlight-update): Likewise.
17496
17497 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17498
17499 * cus-start.el (all): Use default-boundp.
17500
17501 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
17502
17503 * menu-bar.el (menu-bar-select-frame): Handle current frame.
17504
17505 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
17506
17507 * autorevert.el (auto-revert-stop-on-user-input)
17508 (auto-revert-verbose): Doc fixes.
17509
17510 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
17511
17512 * international/mule-cmds.el (set-locale-environment): Remove call
17513 to set-selection-coding-system on Windows.
17514
17515 2005-02-15 Jay Belanger <belanger@truman.edu>
17516
17517 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17518 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17519 calcFunc-coth.
17520 (math-simplify-sqrt): Add simplifications.
17521
17522 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17523 to list.
17524
17525 * calc/calc-ext.el: Add functions to autoloads.
17526
17527 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17528 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17529 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17530 (math-csc-raw, math-cot-raw): New functions.
17531
17532 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17533
17534 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17535 the variable name in a message.
17536
17537 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17538 calcFunc-csc, calcFunc-cot.
17539
17540 * calc/calcalg2.el: Add derivative and integration rules for
17541 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17542 calcFunc-csch, calcFunc-coth.
17543 (math-do-integral-methods): Add to checks for when to use
17544 substitutions.
17545
17546 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17547
17548 2005-02-15 Lute Kamstra <lute@gnu.org>
17549
17550 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17551 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
17552 <monnier@iro.umontreal.ca>
17553 (lisp-outline-level): Improve efficiency. Suggested by David
17554 Kastrup <dak@gnu.org>.
17555
17556 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
17557
17558 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17559 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17560 (gdb-set-gud-minor-mode-existing-buffers): New functions.
17561 (gdb-find-file-hook): New hook. Add it to find-file-hook.
17562 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17563
17564 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
17565
17566 * cus-start.el (all): Comment change.
17567
17568 2005-02-14 Lute Kamstra <lute@gnu.org>
17569
17570 * cus-start.el (all): Check if symbol is void.
17571
17572 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
17573
17574 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17575 optional argument to \cite.
17576
17577 2005-02-14 Richard M. Stallman <rms@gnu.org>
17578
17579 * cus-edit.el (custom-buffer-create-internal): Update help message.
17580 (custom-magic-alist): Update help messages.
17581
17582 * cus-start.el (all): Allow a var to specify a standard value.
17583
17584 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
17585
17586 * custom.el (custom-theme-set-variables): Handle variable aliases.
17587
17588 * frame.el (blink-cursor-timer): Doc fix.
17589 (blink-cursor): Make it an alias for `blink-cursor-mode' and
17590 declare obsolete.
17591 (blink-cursor-mode): Define with defcustom and use correct
17592 standard expression in that defcustom.
17593 * startup.el (command-line): Adapt to above changes in frame.el.
17594
17595 2005-02-11 Lute Kamstra <lute@gnu.org>
17596
17597 * apropos.el (apropos-score-doc): Prevent division by zero.
17598
17599 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
17600
17601 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17602 (icalendar--get-event-property-attributes)
17603 (icalendar--get-event-properties)
17604 (icalendar--datetime-to-diary-date): New functions.
17605 (icalendar--split-value): Doc fix.
17606 (icalendar--datetime-to-noneuropean-date)
17607 (icalendar--datetime-to-european-date): New optional argument
17608 SEPARATOR. Return result as a string instead of a list.
17609 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17610 (icalendar--convert-string-for-export): Rename arg S to STRING.
17611 (icalendar-export-region): Doc fix. Change name of error buffer.
17612 Save output buffer.
17613 (icalendar-import-file): Add blank at end of prompt.
17614 (icalendar-import-buffer): Doc fix. Do not switch to error
17615 buffer. Indicate status in return value.
17616 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
17617 buffer. Save output buffer. Handle exception from recurrence
17618 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
17619 events. Fix problems with weekly all-day events.
17620
17621 2005-02-10 Richard M. Stallman <rms@gnu.org>
17622
17623 * simple.el (eval-expression-print-format):
17624 Avoid warning about edebug-active.
17625
17626 * help.el (help-for-help-internal): Rename from help-for-help.
17627 (help-for-help): Define with defalias.
17628
17629 * font-core.el (font-lock-default-function): Use with-no-warnings.
17630
17631 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17632
17633 * custom.el (defface): Doc fix.
17634
17635 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
17636
17637 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17638 width 0" to prevent word wrapping problems.
17639
17640 2005-02-09 Kim F. Storm <storm@cua.dk>
17641
17642 * ido.el (ido-file-extensions-order): New defcustom.
17643 (ido-file-extension-lessp, ido-file-extension-aux)
17644 (ido-file-extension-order): New advanced file ordering.
17645 (ido-file-lessp): New simple file ordering.
17646 (ido-sort-list): Remove.
17647 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17648 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17649
17650 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
17651
17652 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17653 that some versions of grep produce.
17654 (grep-mode-font-lock-keywords): Likewise.
17655
17656 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
17657
17658 * progmodes/gdb-ui.el (gdb-location-list): New variable.
17659 (gdb-cdir): Delete.
17660 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17661 (gdb-source-info): Treat case when source file is in another
17662 directory properly.
17663 (gdb-get-location): New function.
17664
17665 2005-02-07 Jay Belanger <belanger@truman.edu>
17666
17667 * calc/calc-prog.el (calc-write-parse-table-part)
17668 (calc-fix-token-name): Fix a check for language type.
17669
17670 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17671
17672 2005-02-07 Andre Spiegel <spiegel@gnu.org>
17673
17674 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17675 as directory not writable.
17676
17677 2005-02-07 Kim F. Storm <storm@cua.dk>
17678
17679 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17680 (cua--standard-movement-commands): Remove list.
17681 Instead, set CUA property value to move for movement commands.
17682 (cua-movement-commands): Remove. Users must set CUA prop instead.
17683 (cua--pre-command-handler): Check CUA property.
17684 (cua--init-keymaps): Don't remap undo commands.
17685 (cua-mode): Don't call cua--rectangle-on-off.
17686
17687 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17688 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17689 (cua--rect-undo-set-point): New var.
17690 (cua--rectangle-undo-boundary): Setup undo apply entry.
17691 (cua--rect-undo-handler): New function for rectangle undo.
17692 (cua--rect-start-position, cua--rect-end-position): Add.
17693 (cua--rectangle-post-command): Call cua--rectangle-set-corners
17694 for restored rectangle. Set point if cua--rect-undo-set-point.
17695
17696 2005-02-06 Jay Belanger <belanger@truman.edu>
17697
17698 * calc/calc-lang.el (calc-tex-language): Display more information
17699 in messages.
17700
17701 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17702 in TeX mode.
17703
17704 2005-02-06 Richard M. Stallman <rms@gnu.org>
17705
17706 * emacs-lisp/lisp.el (buffer-end): Doc fix.
17707
17708 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
17709
17710 * net/ldap.el (ldap-search-internal): Support attributes with
17711 optional descriptions separated by a semi-colon, as in
17712 "userCertificate;binary".
17713
17714 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17715
17716 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17717 isn't a cons (i.e. the version is 0).
17718
17719 2005-02-05 Eli Zaretskii <eliz@gnu.org>
17720
17721 * help.el (help-for-help): Doc fix.
17722
17723 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
17724
17725 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
17726 GDB-Windows on the menu-bar as this works better.
17727
17728 2005-02-04 Jay Belanger <belanger@truman.edu>
17729
17730 * calc/calc-embed.el (calc-embedded-update): Don't put in
17731 unnecessary newlines. Adjust the end of formula marker.
17732
17733 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17734 (math-latex-parse-two-args): New function.
17735
17736 2005-02-03 Lute Kamstra <lute@gnu.org>
17737
17738 * help-fns.el (help-with-tutorial): Make sure that users cannot
17739 remove the entire text of the tutorial by means of `undo'.
17740
17741 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
17742
17743 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17744 in recent changes, where the ispell process was repeatedly
17745 killed & restarted.
17746
17747 * international/mule-cmds.el (set-locale-environment): Set file-name
17748 coding system to utf-8 on Darwin systems.
17749 (set-default-coding-systems): Don't set default-file-name-coding-system
17750 on Darwin systems.
17751
17752 2005-02-03 Richard M. Stallman <rms@gnu.org>
17753
17754 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17755
17756 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
17757
17758 * faces.el (list-faces-display): Add optional argument.
17759
17760 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17761
17762 * font-core.el (font-lock-default-function): Handle the rare case where
17763 only font-lock-keywords is set.
17764
17765 2005-02-02 Kenichi Handa <handa@m17n.org>
17766
17767 * international/characters.el: Cancel previous change for
17768 I-WITH-DOT-ABOVE and DOTLESS-i.
17769
17770 * international/latin-5.el: Cancel previous change.
17771
17772 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
17773
17774 * progmodes/gud.el: Correction to syntax in gud-menu-map.
17775
17776 2005-02-02 Kenichi Handa <handa@m17n.org>
17777
17778 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17779 DOTLESS-i.
17780
17781 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17782 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17783
17784 * case-table.el (get-upcase-table): New function.
17785 (copy-case-table): Copy upcaes table too if non-nil.
17786 (set-case-syntax-delims): Maintain upcase table too.
17787 (set-case-syntax-pair): Likewise.
17788 (set-upcase-syntax, set-downcase-syntax): New functions.
17789 (set-case-syntax): Maintain upcase table too.
17790
17791 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
17792
17793 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17794
17795 * progmodes/gud.el (gud-goto-info): New function.
17796 (gud-tool-bar-map): Use correct icon.
17797
17798 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17799
17800 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17801 When delegating, order args in the funcall correctly.
17802
17803 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17804
17805 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17806
17807 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
17808
17809 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17810 buffer not visiting a file.
17811
17812 2005-01-31 Jay Belanger <belanger@truman.edu>
17813
17814 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17815 bound on the line with the formula.
17816
17817 2005-01-31 Kim F. Storm <storm@cua.dk>
17818
17819 * ses.el (ses-create-cell-variable-range)
17820 (ses-destroy-cell-variable-range, ses-reset-header-string)
17821 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17822 (ses-insert-row): Fix format of apply undo entries.
17823
17824 2005-01-31 Jay Belanger <belanger@truman.edu>
17825
17826 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17827 parts.
17828
17829 * calc/calc-embed.el (calc-embedded-open-formula)
17830 (calc-embedded-close-formula): Ignore matrix environments.
17831
17832 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17833 TeX mode.
17834
17835 * calc/calc-lang.el (math-function-table, math-oper-table)
17836 (math-variable-table): Adjust the LaTeX portions.
17837
17838 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17839 (math-latex-ignore-words): New constant.
17840
17841 2005-01-31 Richard M. Stallman <rms@gnu.org>
17842
17843 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17844 (ispell-local-dictionary): Doc fix.
17845 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17846 Don't reinitialize at run time. Don't defcustom.
17847 All uses changed to append ispell-local-dictionary-alist,
17848 or check it first.
17849 (ispell-current-dictionary): New variable for dictionary in use.
17850 (ispell-dictionary): Now used only for global default.
17851 (ispell-start-process): Set ispell-current-dictionary,
17852 not ispell-dictionary.
17853 (ispell-change-dictionary): Use this only for setting
17854 user preferences.
17855 (ispell-internal-change-dictionary): New function
17856 to change the current dictionary in use.
17857 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17858 Use ispell-current-dictionary.
17859 Handle ispell-local-dictionary-overridden.
17860 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17861
17862 2005-01-31 Jay Belanger <belanger@truman.edu>
17863
17864 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17865
17866 * calc/calc-ext.el: Add calc-latex-language to autoloads.
17867 (calc-mode-map): Add calc-latex-language.
17868
17869 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17870 (math-latex-print-frac): New functions.
17871 (math-oper-table, math-function-table, math-variable-table)
17872 (math-complex-format, math-input-filter): Add latex properties.
17873 (calc-set-language): Set math-expr-special-function-mapping.
17874
17875 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17876 (calc-write-parse-table-part): Add LaTeX support.
17877
17878 * calc/calc.el (calc-language): Adjust docstring.
17879 (calc-set-mode-line): Add LaTeX support.
17880 (math-expr-special-function-mapping): New variable.
17881 (math-tex-ignore-words): Add to list.
17882
17883 * calc/calccomp.el (math-compose-expr, math-compose-rows):
17884 Add LaTeX support.
17885 (math-compose-expr): Add support for special functions.
17886
17887 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17888
17889 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
17890
17891 * progmodes/gdb-ui.el (gdb-memory-address)
17892 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17893 (gdb-memory-mode-map, gdb-memory-format-keymap)
17894 (gdb-memory-format-menu, gdb-memory-unit-keymap)
17895 (gdb-memory-unit-menu): New variables for a buffer
17896 that lets the user examine program memory.
17897 (gdb-memory-set-address, gdb-memory-set-repeat-count)
17898 (gdb-memory-format-binary, gdb-memory-format-octal)
17899 (gdb-memory-format-unsigned, gdb-memory-format-signed)
17900 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17901 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17902 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17903 (gdb-memory-unit-byte, gdb-memory-unit-menu)
17904 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17905 (gdb-memory-mode, gdb-memory-buffer-name)
17906 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17907 New functions for above buffer.
17908
17909 2005-01-30 Richard M. Stallman <rms@gnu.org>
17910
17911 * cus-edit.el (custom-bury-buffer): Function deleted.
17912 (custom-buffer-done-function): Option deleted.
17913 (custom-buffer-done-kill): New replacement option.
17914 (Custom-buffer-done): Call quit-window.
17915 (custom-buffer-create-internal): Update for above changes.
17916
17917 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
17918
17919 * simple.el (undo-ask-before-discard): New var.
17920 (undo-outer-limit-truncate): Implement it.
17921 (undo-extra-outer-limit): Doc update.
17922
17923 2005-01-29 Richard M. Stallman <rms@gnu.org>
17924
17925 * ses.el (undo-more): Delete defadvice.
17926 (ses-begin-change): Doc fix.
17927
17928 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17929 instead of rebinding C-x u and C-_.
17930
17931 * files.el (normal-backup-enable-predicate): Return nil for files
17932 in /tmp, regardless of temporary-file-directory.
17933
17934 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17935
17936 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17937 (open-rectangle, delete-whitespace-rectangle-line)
17938 (clear-rectangle-line): If FILL, pass t instead of FILL
17939 for move-to-column's 2nd arg.
17940
17941 * simple.el (undo): Fix the test for continuing a series of undos.
17942 (undo-more): Set pending-undo-list to t when we reach end.
17943 (pending-undo-list): Move up defvar.
17944
17945 * wid-edit.el (widget-button-click):
17946 Shorten the range of the track-mouse binding.
17947
17948 * comint.el (comint-insert-input): Undo previous changes;
17949 use last-input-event in interactive spec.
17950
17951 2005-01-29 Eli Zaretskii <eliz@gnu.org>
17952
17953 * progmodes/compile.el (compilation-start): Bind buffer-read-only
17954 to nil before invoking call-process. Reset buffer's modified flag
17955 after fontifying it in the no-async branch.
17956
17957 * wid-edit.el (widget-specify-button): If mouse pointer shape
17958 cannot be changed, use mouse face instead.
17959
17960 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
17961
17962 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17963 (gdb-goto-breakpoint): Make breakpoint handling work on template
17964 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
17965 (gdb-assembler-custom): Update to recognize breakpoint information
17966 added on 2005-01-19.
17967
17968 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17969
17970 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17971 (dsssl-mode): Use define-derived-mode.
17972 (scheme-mode-initialize): Remove.
17973 (scheme-mode): Use run-mode-hooks.
17974
17975 * cus-edit.el (customize-group-other-window)
17976 (custom-buffer-create-other-window): Don't override special-display-*.
17977 (custom-mode-map): Make it dense.
17978
17979 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17980 sets the default value.
17981
17982 2005-01-28 Eli Zaretskii <eliz@gnu.org>
17983
17984 * descr-text.el: Add more keywords.
17985
17986 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17987
17988 * speedbar.el: Avoid unnecessary use of locate-library.
17989
17990 * international/mule-cmds.el (standard-display-european-internal):
17991 Don't fiddle with latin-1 non-break space any more since it's now
17992 special cased in the C code.
17993 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17994
17995 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
17996
17997 * cus-start.el (all): Add `undo-outer-limit'.
17998
17999 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18000
18001 * textmodes/bibtex.el (bibtex-format-entry):
18002 Use `bibtex-empty-field-re' only on the text of fields, not on entire
18003 field lines.
18004 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18005 not on part of a buffer.
18006
18007 2005-01-25 Lute Kamstra <lute@gnu.org>
18008
18009 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18010 nonempty field text strings like "{letters\\macro{}more letters}".
18011 Clarify docstring.
18012 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18013 (bibtex-entry-offset, bibtex-parse-association)
18014 (bibtex-parse-field-name): Fix typos in docstrings.
18015 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18016
18017 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
18018
18019 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18020 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18021 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18022 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18023
18024 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18025 isearch minor mode.
18026
18027 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
18028
18029 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18030
18031 2005-01-24 Lute Kamstra <lute@gnu.org>
18032
18033 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18034 CASECHARS and NOT-CASECHARS regular expressions of the
18035 "nederlands" and "nederlands8" dictionaries to prevent a "Range
18036 striding over charsets" error.
18037
18038 2005-01-24 Jay Belanger <belanger@truman.edu>
18039
18040 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18041 display variable name.
18042
18043 2005-01-24 Kenichi Handa <handa@m17n.org>
18044
18045 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18046 Fix setting of the element of encoded-kbd-iso2022-invocations.
18047
18048 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
18049
18050 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18051 (gdb-threads-select): Change to also accept mouse events.
18052 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18053 (gdb-threads-mouse-select): Delete.
18054
18055 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
18056
18057 * files.el (insert-directory): Take care of empty directory,
18058 listed without -a switch.
18059
18060 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
18061
18062 * textmodes/refill.el (refill-post-command-function):
18063 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18064 to the list of functions that we should be careful not to undo.
18065 (refill-late-fill-paragraph-function): Remove.
18066 (refill-saved-state): New var.
18067 (refill-mode): Use it to save fill-paragraph-function.
18068 Save also the value of auto-fill-function.
18069
18070 * term/w32-win.el: Simplify code.
18071
18072 2005-01-23 Kim F. Storm <storm@cua.dk>
18073
18074 * simple.el (line-move): Adapt to new return value from
18075 pos-visible-in-window-p.
18076
18077 * simple.el (line-move): Fix last change. Check partial
18078 visibility at point rather than at window-start.
18079
18080 2005-01-22 Jason Rumney <jasonr@gnu.org>
18081
18082 * term/w32-win.el (xw-defined-colors): Remove debug-message.
18083
18084 2005-01-22 David Kastrup <dak@gnu.org>
18085
18086 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18087
18088 2005-01-22 Eli Zaretskii <eliz@gnu.org>
18089
18090 * type-break.el (type-break-mode): Add a test for
18091 type-break-file-name being non-nil.
18092
18093 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
18094
18095 * net/eudc.el (top level): Call (message "") via progn, so that
18096 eudc-options-file is loaded.
18097
18098 2005-01-22 Kim F. Storm <storm@cua.dk>
18099
18100 * simple.el (line-move-1): Rename from line-move.
18101 (line-move): New function that adjusts vscroll for partially
18102 visible rows, and calls line-move-1 otherwise.
18103
18104 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
18105
18106 * pcomplete.el: Define pcomplete-read-event instead of read-event,
18107 since it's not a complete read-event implementation
18108
18109 2005-01-20 Jay Belanger <belanger@truman.edu>
18110
18111 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18112 for called function.
18113
18114 2005-01-20 Steven Tamm <steventamm@mac.com>
18115
18116 * term/mac-win.el (process-connection-type): Remove.
18117 Controlled now by s/darwin.h:PTY_ITERATION.
18118
18119 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18120
18121 * window.el (handle-select-window): Don't switch window when we're
18122 in the minibuffer.
18123
18124 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
18125
18126 * subr.el (dotimes-with-progress-reporter): New macro.
18127
18128 * ses.el (ses-dotimes-msg): Remove macro.
18129 Use `dotimes-with-progress-reporter' instead.
18130
18131 2005-01-19 Steven Tamm <steventamm@mac.com>
18132
18133 * term/mac-win.el (process-connection-type): Use new
18134 operating-system-release variable to use ptys on Darwin 7 (OS X
18135 10.3) when using carbon build.
18136
18137 2005-01-19 Jay Belanger <belanger@truman.edu>
18138
18139 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18140 flags if the last command was a tab or M-tab.
18141
18142 * calc/calc-prog.el (calc-user-define-edit): Put original formula
18143 in formula editing buffer.
18144
18145 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
18146
18147 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18148 breakpoint image symbol in margin.
18149
18150 2005-01-19 Jay Belanger <belanger@truman.edu>
18151
18152 * calc/calc-prog.el (calc-execute-kbd-macro):
18153 Ignore calc-keep-arg-flag.
18154
18155 2005-01-19 Kenichi Handa <handa@m17n.org>
18156
18157 * textmodes/ispell.el (ispell-looking-at): New function.
18158 (ispell-process-line): Use ispell-looking-at to compare the ispell
18159 output and the buffer contents.
18160
18161 2005-01-18 Jay Belanger <belanger@truman.edu>
18162
18163 * calc/calc.el (calc-display-raw): Fix docstring.
18164
18165 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
18166
18167 * simple.el (blink-matching-open): Strip extra info from syntax.
18168
18169 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18170 funny chars in the end-of-here-doc marker.
18171
18172 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
18173
18174 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18175 that enable/disabled state of breakpoints is shown correctly in
18176 fringe and on ttys.
18177 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18178 Add breakpoint information as text properties.
18179 (gdb-mouse-toggle-breakpoint):
18180 Rename to gdb-mouse-set-clear-breakpoint.
18181 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
18182 breakpoints in the margin.
18183 (gdb-remove-strings): Simplify.
18184
18185 2005-01-17 Jay Belanger <belanger@truman.edu>
18186
18187 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18188 erasing buffer.
18189
18190 2005-01-17 Richard M. Stallman <rms@gnu.org>
18191
18192 * progmodes/grep.el (grep-find): Copy from `grep' the condition
18193 for calling grep-compute-defaults.
18194
18195 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18196 if buffer is empty.
18197
18198 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18199
18200 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
18201
18202 * hilit-chg.el (highlight-changes-mode): Don't autoload.
18203
18204 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18205 non-preloaded variables.
18206
18207 2005-01-17 Steven Tamm <steventamm@mac.com>
18208
18209 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18210 tex-shell cause to force interactivity when using pipes.
18211
18212 2005-01-17 Kim F. Storm <storm@cua.dk>
18213
18214 * simple.el (just-one-space): Make arg optional.
18215
18216 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
18217
18218 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18219 posn-at-x-y to t to access left-margin.
18220
18221 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
18222
18223 Sync with Tramp 2.0.47.
18224
18225 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18226 catching keep-date problems in cp/scp operations.
18227 (tramp-handle-copy-file): Don't call `set-file-modes'
18228 unconditionally. Specialized functions should know better what is
18229 necessary. This improves performance a little bit, and the
18230 functions could catch errors with `cp -p' and `scp -p'.
18231 (tramp-do-copy-or-rename-file-via-buffer)
18232 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18233 when appropriate.
18234 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18235 Call `set-file-modes' when appropriate.
18236 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
18237 Johnsson <isak@hypergene.com>
18238 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18239 of both Tramp buffer and debug buffer. Reported by Joakim Verona
18240 <joakim@verona.se>
18241 (tramp-file-name-for-operation): Mark `shell-command' as magic for
18242 Emacs only.
18243
18244 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
18245 `find-file-hooks' and `dired-mode-hook'.
18246 (tramp-minor-mode-map): Respective map. Add remapping for
18247 `compile' and `recompile'.
18248 (tramp-remap-command, tramp-recompile): New defuns.
18249 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18250 in buffer "*Compilation*". Call the commands asynchronously.
18251
18252 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18253 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18254 `shell-command', because it isn't magic in XEmacs. Reported by
18255 Adrian Aichner <adrian@xemacs.org>.
18256
18257 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18258 `substitute-in-file-name.
18259 (tramp-smb-handle-substitute-in-file-name): New defun.
18260 (tramp-smb-advice-PC-do-completion): Delete advice.
18261
18262 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
18263
18264 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18265 Fix error in deleting region.
18266
18267 2005-01-15 Richard M. Stallman <rms@gnu.org>
18268
18269 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18270 In non-temp buffer, switch syntax table temporarily.
18271
18272 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18273
18274 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18275
18276 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18277
18278 * imenu.el (imenu--split-menu): Copy menulist before sorting.
18279 (imenu--generic-function): Use START, not BEG, as pos of definition.
18280
18281 * simple.el (just-one-space): Argument specifies number of spaces.
18282
18283 * simple.el (eval-expression-print-format): Avoid warning
18284 about edebug-active.
18285
18286 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
18287
18288 * progmodes/sh-script.el: Code copied from make-mode.el
18289 with small changes,
18290 (sh-mode-map): Bind C-c C-\.
18291 (sh-backslash-column, sh-backslash-align): New variables.
18292 (sh-backslash-region, sh-append-backslash): New functions.
18293
18294 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
18295
18296 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18297 (rmail-pop-password, rmail-pop-password-required): Move to
18298 rmail-obsolete group.
18299 (rmail-set-pop-password): Rename to rmail-set-remote-password.
18300 All callers updated.
18301 (rmail-get-pop-password): Rename to rmail-get-remote-password.
18302 Take an argument specifying whether it is POP or IMAP mailbox we
18303 are using. All callers updated.
18304 (rmail-pop-password-error): Rename to
18305 rmail-remote-password-error. Added mailutils-specific error message.
18306 (rmail-movemail-search-path)
18307 (rmail-movemail-variant-in-use): New variables.
18308 (rmail-remote-password, rmail-remote-password-required):
18309 New customization variables.
18310 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18311 (rmail-parse-url): New function.
18312 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18313 with GNU mailutils movemail.
18314
18315 2005-01-15 Kevin Ryde <user42@zip.com.au>
18316
18317 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18318 suffix to space, $ or '$, to correctly position point when going
18319 to @table style constants like DBL_MAX.
18320
18321 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
18322
18323 * type-break.el (type-break-mode, type-break-file-time)
18324 (type-break-file-keystroke-count, type-break-choose-file):
18325 Don't store data in or load data from the file if type-break-file-name
18326 is nil.
18327 (type-break-file-name): Doc update as per the above.
18328
18329 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
18330
18331 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18332 lookup-key might return nil; handle that.
18333
18334 2005-01-15 Alan Mackenzie <acm@muc.de>
18335
18336 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18337 rather than the element found, thus enabling the tree to be setcar'd.
18338
18339 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
18340
18341 * textmodes/org.el (org-show-following-heading): New option.
18342 (org-show-hierarchy-above): Use `org-show-following-heading'.
18343 (org-cycle): Documentation fix.
18344
18345 * textmodes/org.el (orgtbl-optimized): New option
18346 (orgtbl-mode): New command, a minor mode.
18347 (orgtbl-mode-map): New variable.
18348 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18349 (orgtbl-error, orgtbl-self-insert-command)
18350 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18351
18352 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18353 a local variable in each org-mode buffer.
18354
18355 * textmodes/org.el (org-set-regexps-and-options): Rename from
18356 `org-set-regexps'. Added checking for STARTUP keyword.
18357 (org-get-current-options): Add STARTUP options.
18358 (org-table-insert-row): Make mode intelligent about when
18359 realignment is needed.
18360 (org-self-insert-command, org-delete-backward-char, org-delete-char):
18361 New commands.
18362 (org-enable-table-editor): New default value `optimized'.
18363 (org-table-blank-field): Support blanking regions if active.
18364
18365 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
18366
18367 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18368 if the year is not given.
18369
18370 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18371 Add new escapes %m and %M, fixed bug with %F by adding
18372 save-match-data.
18373 (reftex-reference): Remove ?. from list of spaces.
18374 (reftex-label-info): Add automatic label prefix recognition.
18375
18376 * textmodes/reftex-index.el (reftex-index-next-phrase):
18377 Add slave parameter to call of `reftex-index-this-phrase'.
18378 (reftex-index-this-phrase): New optional argument.
18379 (reftex-index-region-phrases): Add slave parameter to call of
18380 `reftex-index-this-phrase'.
18381 (reftex-display-index): New argument redo.
18382 (reftex-index-rescan): Add `redo' to arguments of
18383 `reftex-display-index'.
18384 (reftex-index-Rescan, reftex-index-revert)
18385 (reftex-index-switch-index-tag): Add `redo' to arguments of
18386 `reftex-display-index'.
18387 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18388 indexing. Fix bug with matching is there is a quote before or
18389 after the word.
18390
18391 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18392 Fix bug when collecting citation keys in lines with comments.
18393 (reftex-citation): Prefix argument no longer rescans the document,
18394 but forces prompting for optional arguments of cite macros.
18395 (reftex-do-citation): Prompting for optional arguments implemented.
18396
18397 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18398 Add optional arguments to most cite commands.
18399 (reftex-cite-cleanup-optional-args): New option
18400 (reftex-cite-prompt-optional-args): New option.
18401 (reftex-trust-label-prefix): New option.
18402
18403 * textmodes/reftex-toc.el (reftex-toc-find-section):
18404 Add push-mark before changing the position in the buffer.
18405
18406 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18407 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18408
18409 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
18410
18411 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18412 more carefully.
18413
18414 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
18415
18416 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18417 (sgml-mode): Use it.
18418 (sgml-get-context): Better keep track of implicitly closed tags.
18419
18420 2005-01-13 Kenichi Handa <handa@m17n.org>
18421
18422 * textmodes/ispell.el: These changes are to fix misalignment error
18423 caused by equivalent characters of different Emacs charsets.
18424 (ispell-unified-chars-table): New variable.
18425 (ispell-get-decoded-string): New function.
18426 (ispell-get-casechars, ispell-get-not-casechars)
18427 (ispell-get-otherchars): Call ispell-get-decoded-string.
18428
18429 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18430
18431 * custom.el (custom-declare-variable): Just put symbol instead
18432 of (defvar . symbol) in `current-load-list'.
18433
18434 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18435
18436 * emacs-lisp/elint.el: Fixed typo in Commentary section.
18437
18438 2005-01-12 Jay Belanger <belanger@truman.edu>
18439
18440 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18441 to create a Calc summary.
18442
18443 2005-01-12 Kim F. Storm <storm@cua.dk>
18444
18445 * mouse.el (mouse-on-link-p): Change functionality and doc
18446 string to comply with latest description in lisp ref.
18447
18448 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
18449
18450 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18451 Enable mouse clicks on mode-line, header-line and margin.
18452 (event-type): Give mouse event symbols an `event-kind' property
18453 with value `mouse-click'.
18454
18455 2005-01-12 Juri Linkov <juri@jurta.org>
18456
18457 * facemenu.el (list-colors-display): Add new arg buffer-name.
18458 Use it. Fix docstring. Replace code for identifying duplicate
18459 colors by the name with call to `list-colors-duplicates' which
18460 identifies duplicate colors by the value unless the color
18461 is one of special Windows colors. Set truncate-lines to t.
18462 Print sorted duplicate color names on each line. Indent to 22
18463 \(the longest color name in rgb.txt) instead of 20. Optimize.
18464 (list-colors-duplicates): New function.
18465 (facemenu-color-name-equal): Delete function.
18466
18467 * facemenu.el (list-colors-print): New function created from code
18468 in list-colors-display. Print #RRGGBB at the window right edge.
18469 (list-colors-display): When temp-buffer-show-function is not
18470 defined, call list-colors-print from temp-buffer-show-hook
18471 to get the right value of window-width in list-colors-print
18472 after the buffer is displayed.
18473
18474 * simple.el (pop-mark): Move deactivate-mark out of conditional
18475 part to deactivate the active mark regardless of the state of the
18476 mark ring.
18477
18478 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18479 variables line in desktop files.
18480
18481 2005-01-12 Juri Linkov <juri@jurta.org>
18482
18483 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18484 Bring together isearch highlight related options.
18485 (lazy-highlight): Replace group `replace' by `matching'.
18486 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18487 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18488 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18489 and declare them obsolete.
18490 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18491 (isearch-faces): Remove defgroup.
18492 (isearch-overlay, isearch-highlight, isearch-dehighlight):
18493 Move isearch highlighting code closer to lazy highlighting code.
18494
18495 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18496 (query-replace-highlight, query-replace-lazy-highlight)
18497 (query-replace): Move definitions to the beginning of the file.
18498
18499 2005-01-11 Juri Linkov <juri@jurta.org>
18500
18501 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18502 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18503 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18504
18505 * info.el (Info-history-forward): New variable.
18506 (Info-select-node): Reset Info-history-forward to nil.
18507 (Info-last): Turn into defalias.
18508 (Info-history-back): Rename from Info-last.
18509 Add current node to Info-history-forward.
18510 (Info-history-forward): New fun.
18511 (Info-mode-map): Replace Info-last by Info-history-back.
18512 Bind Info-history-forward to "r".
18513 (Info-mode-menu): Replace Info-last by Info-history-back.
18514 Fix menu item text. Add menu item for Info-history-forward.
18515 (info-tool-bar-map): Replace Info-last by Info-history-back.
18516 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
18517 for Info-history-forward.
18518 (Info-mode): Replace Info-last by Info-history-back in docstring.
18519 Add local variable Info-history-forward.
18520 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18521
18522 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
18523
18524 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18525 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18526 Ignore select-window events rather than fiddle with
18527 mouse-autoselect-window.
18528
18529 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
18530
18531 * type-break.el (type-break-mode): Fix previous change.
18532
18533 2005-01-10 Jay Belanger <belanger@truman.edu>
18534
18535 * calc/calc-ext.el (calc-reset): Reset when inside embedded
18536 calculator; only reset when point is inside a calculator.
18537 Don't adjust the window height if the window takes up the whole height
18538 of the frame.
18539
18540 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
18541
18542 * ebuff-menu.el (Electric-buffer-menu-mode):
18543 Preserve value of buffer-local var header-line-format.
18544
18545 2005-01-09 Jay Belanger <belanger@truman.edu>
18546
18547 * calc/calc.el (calc-mode-var-list-restore-saved-values):
18548 Make sure settings file exists before accessing it.
18549
18550 * calc/calc-embed.el (calc-embedded-subst):
18551 Replace math-multi-subst-rec, which is only supposed to be called
18552 by math-multi-subst, by math-multi-subst.
18553
18554 2005-01-09 Andre Spiegel <spiegel@gnu.org>
18555
18556 * vc.el (vc-allow-async-revert): New user option.
18557 (vc-disable-async-diff): New internal variable.
18558 (vc-revert-buffer): Use them to disable asynchronous diff.
18559
18560 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18561 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18562 asynchronously if vc-disable-async-diff is t.
18563
18564 2005-01-09 Jay Belanger <belanger@truman.edu>
18565
18566 * calc/calc.el (defcalcmodevar): New macro.
18567 (calc-mode-var-list-restore-default-values)
18568 (calc-mode-var-list-restore-saved-values): New functions.
18569 (calc-mode-var-list): Use defcalcmodevar to define it.
18570 (calc-always-load-extensions, calc-line-numbering)
18571 (calc-line-breaking, calc-display-just, calc-display-origin)
18572 (calc-number-radix, calc-leading-zeros, calc-group-digits)
18573 (calc-group-char, calc-point-char, calc-frac-format)
18574 (calc-prefer-frac, calc-hms-format, calc-date-format)
18575 (calc-float-format, calc-full-float-format, calc-complex-format)
18576 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18577 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18578 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18579 (calc-matrix-brackets, calc-language, calc-language-option)
18580 (calc-left-label, calc-right-label, calc-word-size)
18581 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18582 (calc-display-raw, calc-internal-prec, calc-angle-mode)
18583 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18584 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18585 (calc-window-height, calc-display-trail, calc-show-selections)
18586 (calc-use-selections, calc-assoc-selections)
18587 (calc-display-working-message, calc-auto-why, calc-timing)
18588 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18589 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18590 (calc-gnuplot-default-device, calc-gnuplot-default-output)
18591 (calc-gnuplot-print-device, calc-gnuplot-print-output)
18592 (calc-gnuplot-geometry, calc-graph-default-resolution)
18593 (calc-graph-default-resolution-3d, calc-invocation-macro)
18594 (calc-show-banner): Use defcalcmodevar to declare them and set
18595 their default values.
18596
18597 * calc/calc-ext.el (calc-reset): Restore saved values of variables
18598 instead of default values (but restore default values if there is
18599 an argument of 0).
18600
18601 2005-01-09 David Kastrup <dak@gnu.org>
18602
18603 * desktop.el (desktop-restore-eager): Fix typo in type.
18604
18605 2005-01-08 Richard M. Stallman <rms@gnu.org>
18606
18607 * cus-edit.el (customize): Delete :link.
18608
18609 2005-01-08 Jay Belanger <belanger@truman.edu>
18610
18611 * calc/calc.el (calc-mode): Remove the extension from the
18612 `calc-settings-file' file name when loading it.
18613
18614 2005-01-08 Kim F. Storm <storm@cua.dk>
18615
18616 * info.el (Info-mode-map, Info-next-link-keymap)
18617 (Info-prev-link-keymap, Info-up-link-keymap):
18618 Map follow-link to mouse-face.
18619 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18620
18621 2005-01-08 Jay Belanger <belanger@truman.edu>
18622
18623 * calc/calc.el (calc-settings-file): Change default value.
18624 Suggested by cgw in a comment in calc-mode.el.
18625
18626 * calc/calc-mode.el (calc-settings-file-name):
18627 Compare calc-settings-file to user-init-file instead of ~/.emacs.
18628 Replace ~/.emacs in a prompt by calc-settings-file.
18629
18630 2005-01-07 Lars Hansen <larsh@math.ku.dk>
18631
18632 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18633 (desktop-lazy-idle-delay): New customizable variables.
18634 (desktop-buffer-args-list): New variable.
18635 (desktop-append-buffer-args): New function.
18636 (desktop-save): Call desktop-append-buffer-args for some buffers.
18637 (desktop-lazy-create-buffer): New function.
18638 (desktop-idle-create-buffers): New function.
18639 (desktop-read): Add message about buffers to restore lazily.
18640 (desktop-lazy-abort): New command.
18641 (desktop-clear): Call desktop-lazy-abort.
18642 (desktop-lazy-complete): New command.
18643
18644 2005-01-06 Richard M. Stallman <rms@gnu.org>
18645
18646 * emacs-lisp/find-func.el (find-face-definition):
18647 Rename from find-face.
18648
18649 2005-01-06 Kim F. Storm <storm@cua.dk>
18650
18651 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18652
18653 * man.el (Man-xref-man-page, Man-xref-header-file)
18654 (Man-xref-normal-file): Add follow-link property.
18655
18656 2005-01-06 Jay Belanger <belanger@truman.edu>
18657
18658 * calc/calc-units.el: Make sure the proper macro definitions are
18659 available when compiling.
18660
18661 2005-01-06 Juri Linkov <juri@jurta.org>
18662
18663 * isearch.el (isearch-lazy-highlight-update):
18664 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18665
18666 2005-01-06 Miles Bader <miles@gnu.org>
18667
18668 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18669 (isearch-lazy-highlight-face): Use new name.
18670
18671 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * uniquify.el (uniquify-rationalize-file-buffer-names):
18674 Re-add an interactive spec.
18675 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18676 to the same name.
18677
18678 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18679 (isearch-update, isearch-done): Adjust calls accordingly.
18680
18681 2005-01-05 Richard M. Stallman <rms@gnu.org>
18682
18683 * custom.el (custom-set-variables, custom-theme-set-variables):
18684 Clarify documentation.
18685
18686 * emacs-lisp/find-func.el (find-variable)
18687 (find-variable-other-window, find-variable-other-frame):
18688 Fix the TYPE args to find-function-read and find-function-do-it.
18689 (find-function): Doc fix.
18690 (find-function-at-point): Replace function-at-point alias.
18691
18692 2005-01-04 Richard M. Stallman <rms@gnu.org>
18693
18694 * cus-face.el (custom-declare-face):
18695 Record defface in current-load-list.
18696
18697 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18698
18699 * emacs-lisp/find-func.el: Doc fixes.
18700 (find-face-regexp): New variable.
18701 (find-function-regexp-alist): New variable.
18702 (find-function-C-source): Third arg is now TYPE.
18703 (find-function-search-for-symbol): Handle general TYPE.
18704 (find-function-read, find-function-do-it): Handle general TYPE.
18705 (find-definition-noselect, find-face): New functions.
18706 (function-at-point): Alias deleted.
18707
18708 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
18709
18710 * battery.el (display-battery-mode): Rename from display-battery.
18711 Handle the case where it gets turned off.
18712
18713 2005-01-04 Richard M. Stallman <rms@gnu.org>
18714
18715 * cus-edit.el (customize): Make :link point to user doc.
18716
18717 * man.el (Man-fontify-manpage): Turn off undo generation.
18718
18719 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18720
18721 2005-01-04 Andreas Schwab <schwab@suse.de>
18722
18723 * files.el (insert-directory): Only look for error lines in
18724 inserted text. Don't move too far after processing --dired markers.
18725
18726 2005-01-04 Richard M. Stallman <rms@gnu.org>
18727
18728 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18729 Don't expand if the character is @, period, dash, etc.
18730 (define-mail-abbrev): Quote names that contain problem characters.
18731
18732 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
18733
18734 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18735
18736 2005-01-03 Richard M. Stallman <rms@gnu.org>
18737
18738 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18739 (query-replace-highlight, query-replace-lazy-highlight)
18740 (query-replace): Definitions moved up. Doc fix.
18741
18742 2005-01-03 Richard M. Stallman <rms@gnu.org>
18743
18744 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18745 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18746 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18747 (lazy-highlight-face): Rename from isearch-lazy-...
18748 Change all references to them.
18749
18750 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
18751
18752 * cus-edit.el (custom-file): Doc fix for defcustom.
18753 (custom-file): The function no longer sets the variable
18754 `custom-file' to its return value.
18755
18756 * startup.el (command-line): No longer load `custom-file'.
18757
18758 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18759
18760 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18761
18762 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18763 Don't confuse module-prefixed identifiers for labels.
18764 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18765
18766 2005-01-02 Richard M. Stallman <rms@gnu.org>
18767
18768 * files.el (basic-save-buffer-1): Fix previous change.
18769
18770 * loadhist.el (file-loadhist-lookup): New function.
18771 (file-provides, file-requires): Use it.
18772
18773 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18774 instead of calculating the right size.
18775
18776 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18777
18778 * vc-svn.el (vc-svn-diff): Stay local if possible.
18779
18780 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
18781
18782 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18783
18784 * files.el (hack-local-variables): Fix last change.
18785
18786 2005-01-02 Jay Belanger <belanger@truman.edu>
18787
18788 * calc/calc-yank.el (calc-edit-top): New variable.
18789 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18790 object. Change header properties.
18791 (calc-edit-finish, calc-edit-finish-stack-object)
18792 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18793 edited object.
18794 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18795 for the beginning of the edited object.
18796 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18797 for the beginning of the edited object.
18798 * calc/calc-prog.el (calc-edit-macro-finish-edit)
18799 (calc-finish-formula-edit, calc-macro-repeats)
18800 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18801 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18802 beginning of the edited object.
18803 (calc-user-define-edit): Change the header for editing macros.
18804 Remove unnecessary variable.
18805
18806 2005-01-01 Jay Belanger <belanger@truman.edu>
18807
18808 * calc/calc-yank.el (calc-edit-mode): Change default header.
18809 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18810 * calc/calc-store.el (calc-edit-variable): Change title to match new
18811 header.
18812 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18813 mode to match new header.
18814 (calc-user-define-edit): Change titles to include names of commands.
18815 (calc-finish-formula-edit): Adjust to handle new header.
18816 (calc-finish-macro-edit): Remove.
18817 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18818 (calc-edit-macro-command, calc-edit-macro-command-type)
18819 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18820 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18821 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18822 (calc-edit-macro-finish-edit): New functions.
18823 (calc-user-define-edit): Use new functions to edit named calc macros.
18824
18825 2005-01-01 Stefan <monnier@iro.umontreal.ca>
18826
18827 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18828
18829 * ses.el (copy-region-as-kill): Deactivate mark.
18830
18831 2005-01-01 Richard M. Stallman <rms@gnu.org>
18832
18833 * replace.el (occur-1): If the output buffer is also an input,
18834 don't kill it, rename it.
18835
18836 * faces.el (set-face-background, set-face-foreground): Doc fix.
18837
18838 * cus-face.el (custom-face-attributes): Fix :help-echo strings
18839 for :foreground and :background.
18840
18841 * dired.el (dired-view-command-alist): Variable deleted.
18842 (dired-view-file, dired-mouse-find-file-other-window):
18843 Delete the code to use it.
18844
18845 2005-01-01 Kim F. Storm <storm@cua.dk>
18846
18847 * image.el (insert-sliced-image): Use t for line-height property.
18848
18849 See ChangeLog.11 for earlier changes.
18850
18851 ;; Local Variables:
18852 ;; coding: iso-2022-7bit
18853 ;; End:
18854
18855 Copyright (C) 2005 Free Software Foundation, Inc.
18856 Copying and distribution of this file, with or without modification,
18857 are permitted provided the copyright notice and this notice are preserved.
18858
18859 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1