]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
c9dc05265c0f5cf6ee876343f8cc44a26643328b
[gnu-emacs] / lisp / ChangeLog
1 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in
4 minibuffer.
5
6 2005-12-15 David Ponce <david@dponce.com>
7
8 * recentf.el (recentf-dialog-goto-first): Fix missing error
9 condition.
10 (recentf-edit-list, recentf-open-files): Signal an error when
11 there is no recent file.
12
13 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
14
15 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16 read-only except for texinfo-format-region evaluation.
17
18 2005-12-14 Richard M. Stallman <rms@gnu.org>
19
20 * vc.el (vc-default-previous-version, vc-default-next-version)
21 (vc-do-command): Doc fixes.
22
23 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24
25 * textmodes/bibtex.el (bibtex-expand-strings)
26 (bibtex-autokey-expand-string, bibtex-name-part)
27 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
28 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
29 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
30 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
31 (bibtex-entry-postfix, bibtex-known-entry-type-re)
32 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
33 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
34 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
35 (bibtex-beginning-of-last-entry): Remove.
36 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
37 message if comma is missing but buffer is read-only.
38 (bibtex-parse-field-text): Handle whitespaces at the end of field
39 text. Return 3-element list with beginning and end of field text
40 and end of field.
41 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
42 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
43 (bibtex-search-forward-field, bibtex-search-backward-field):
44 Search always delimited by limits of entry. Use more efficient
45 search algorithms.
46 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
47 bibtex-end-of-name-in-field.
48 (bibtex-text-in-field-bounds): Handle BibTeX strings when
49 extracting the content of a field.
50 (bibtex-text-in-field): Use search limits.
51 (bibtex-parse-string-prefix): Handle empty string keys based on
52 bibtex-string-empty-key.
53 (bibtex-parse-string): Fix docstring.
54 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
55 (bibtex-preamble-prefix, bibtex-strings): New functions.
56 (bibtex-skip-to-valid-entry): Include preceding whitespace in
57 BibTeX entries (consistent with other BibTeX functions).
58 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
59 (bibtex-search-entry): Fix docstring. Simplify.
60 (bibtex-flash-head, bibtex-complete-string-cleanup)
61 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
62 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
63 (bibtex-parse-entry): New optional arg content.
64 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
65 Use bibtex-text-in-field-bounds.
66 (bibtex-print-help-message): Handle BibTeX strings and preambles.
67 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
68 bibtex-parse-string-postfix.
69 (bibtex-find-text-internal): New function.
70 (bibtex-remove-delimiters): Use it.
71 (bibtex-find-text): Use it. New optional arg help.
72 (bibtex-complete): Handle BibTeX string and preamble entries.
73 (bibtex-Preamble): Fix order of closing delimiters.
74
75 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * vc.el (vc-default-revert): New fun.
78
79 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
80
81 2005-12-14 Romain Francoise <romain@orebokech.com>
82
83 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
84 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
85 (font-lock-remove-keywords): Likewise.
86
87 2005-12-14 Juri Linkov <juri@jurta.org>
88
89 * log-view.el (log-view-diff): Doc fix.
90
91 * isearch.el (isearch-query-replace): Use (mark) instead of
92 isearch-opoint if mark is active in transient-mark-mode.
93
94 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
95
96 * isearch.el (isearch-query-replace): Check for isearch-other-end.
97
98 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
99
100 * progmodes/cpp.el (cpp-face): New widget.
101 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
102
103 2005-12-14 Juri Linkov <juri@jurta.org>
104
105 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
106 around `erase-buffer' and `insert'.
107
108 * descr-text.el (describe-text-properties): Replace buffer name
109 "*Help-2*" with "*Help*<2>".
110 (describe-char): Add functions print-help-return-message,
111 toggle-read-only. Use help-setup-xref with nil to not store
112 describe-char in help-xref-stack. Use help-make-xrefs to
113 make [back] button.
114
115 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
116
117 * wdired.el (wdired-old-point): New internal variable.
118 (wdired-change-to-wdired-mode): Set it buffer-locally.
119 (wdired-abort-changes): Restore point after aborting changes.
120
121 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * vc.el (vc-do-command): Add a new value t for okstatus.
124
125 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
126 frame in case of errors.
127
128 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
129
130 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
131 so it comes after "On the Left" in the menu.
132
133 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
134
135 * cus-edit.el (customize-apropos, customize-apropos-options)
136 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
137
138 2005-12-12 Bill Wohler <wohler@newt.com>
139
140 * vc-svn.el (vc-svn-registered): Fix problem of visiting
141 non-writable Subversion-controlled files by saving window
142 configuration before calling vc-do-command. vc-do-command calls
143 pop-to-buffer on error which is unexpected during registration.
144
145 2005-12-12 Jay Belanger <belanger@truman.edu>
146
147 * calc/README: Update the summary of changes.
148
149 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * descr-text.el (describe-char): Rework last fix to solve the problem
152 is the same way it's solved for everything else in that function
153 (i.e. by extracting the info before setting up the *Help* buffer).
154
155 2005-12-12 Kim F. Storm <storm@cua.dk>
156
157 * subr.el (version-regexp-alist): Allow space as separator before
158 non-numeric part, e.g. "1.0 alpha".
159 (version-to-list): Interpret .X.Y version as 0.X.Y version.
160
161 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
162
163 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
164 Implement Logging and the keep-modes setting.
165 (org-get-category): Make sure a string is returned.
166 (org-log-done): New function.
167 (org-log-done, org-closed-string): New options.
168
169 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
170
171 * tooltip.el (tooltip-y-offset): Change default to 20.
172
173 2005-12-12 Richard M. Stallman <rms@gnu.org>
174
175 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
176
177 * frame.el (display-hourglass): Doc fix.
178
179 * help.el (help-for-help-internal): Simplify entry for `a'.
180
181 * info.el (Info-on-current-buffer): Doc fix.
182 (info-insert-file-contents): Don't test (featurep 'jka-compr).
183
184 * startup.el (inhibit-splash-screen): Make this the real name.
185 (inhibit-startup-message): Make this the alias.
186 (command-line): Find only simple.el, and use its directory
187 to fill in other preloaded files' names.
188 (command-line): Deactivate the mark if deactivate-mark is set.
189
190 * international/mule.el (load-with-code-conversion):
191 Bind deactivate-mark.
192
193 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
194
195 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
196
197 * cus-edit.el (customize-apropos): Avoid listing an option more
198 than once under different aliases. No longer list user options
199 that are not defined with defcustom (unless a prefix arg is given).
200 Doc fix.
201 (customize-apropos-options): Doc fix.
202
203 2005-12-11 Juri Linkov <juri@jurta.org>
204
205 * frame.el (set-background-color, set-foreground-color)
206 (set-cursor-color, set-mouse-color, set-border-color):
207 Add explicit prompts to read colors by `facemenu-read-color'.
208 (show-trailing-whitespace, blink-cursor-delay)
209 (blink-cursor-interval, display-hourglass, hourglass-delay):
210 Remove tags.
211 (display-hourglass, hourglass-delay): Doc fix.
212 (cursor-in-non-selected-windows): Capitalize words in tag.
213
214 * faces.el (frame-background-mode): Replace `choice-item' keywords
215 with `const' to not make [default] button. Change default value tag
216 from `default' to `automatic'. Doc fix.
217 (trailing-whitespace) <defface>: Change group `whitespace' to
218 `whitespace-faces'.
219
220 2005-12-11 Richard M. Stallman <rms@gnu.org>
221
222 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
223
224 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
225
226 * term/mac-win.el: Create keymap for mac-apple-event-map.
227
228 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
229
230 * tooltip.el (tooltip-mode): Move to start of file so that it
231 appears at top of customize buffer.
232
233 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
234 Add the gud groupname.
235 (gud-tooltip-mode): Add the tooltip groupname.
236 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
237 avoid conflict with tooltip-use-echo-area.
238
239 2005-12-10 Romain Francoise <romain@orebokech.com>
240
241 * help.el (help-for-help-internal): Add `r' in doc string.
242
243 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
244
245 * align.el (align-regexp, align-highlight-rule): Use
246 region-beginning and region-end instead of point and mark, so that
247 repetition (with `repeat-complex-command') recomputes the region
248 bounds.
249
250 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
251
252 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
253 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
254 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
255 (balance-windows): Rewrite using the above new functions.
256
257 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
258
259 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
260 react if global-hi-lock-mode seems intended.
261 (global-hi-lock-mode) Renamed from hi-lock-mode.
262 (hi-lock-archaic-interface-message-used)
263 (hi-lock-archaic-interface-deduce): New variables.
264 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
265 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
266 (hi-lock-find-patterns, hi-lock-font-lock-hook): Replace
267 hi-lock-buffer-mode with hi-lock-mode.
268
269 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
270
271 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
272 completion list, even after a partial completion has been
273 inserted in the current buffer. If there are more than 1
274 completion, redisplay the *Completions* buffer; if the
275 completion is unique, delete the *Completions* window.
276
277 2005-12-10 Eli Zaretskii <eliz@gnu.org>
278
279 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
280 strings and long subject lines that were broken into multiple
281 lines at arbitrary places. Handle subjects that have "Re: " in
282 the middle.
283
284 2005-12-10 John W. Eaton <jwe@octave.org>
285
286 * emacs/octave-mod.el (octave-electric-space): Don't indent
287 comments or strings if octave-auto-indent is nil.
288
289 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
290
291 * term/mac-win.el: Require url when compiling. Call
292 mac-process-deferred-apple-events after loading init files.
293 (mac-apple-event-map): New defvar. Define event handlers in it.
294 (core-event, internet-event): New Apple event class symbols.
295 (open-application, reopen-application, open-documents)
296 (print-documents, open-contents, quit-application)
297 (application-died, show-preferences, autosave-now, get-url): New
298 Apple event ID symbols.
299 (about): New HICommand ID symbol.
300 (mac-event-spec, mac-event-ae): New macros.
301 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
302 (mac-ae-selection-range, mac-ae-text-for-search)
303 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
304 (mac-application-menu-map): Remove keymap. Handlers for HICommand
305 and Services menu events are now defined in mac-apple-event-map.
306 (mac-drag-n-drop): Remove selection range handling.
307
308 2005-12-10 Kenichi Handa <handa@m17n.org>
309
310 * simple.el (zap-to-char): Translate CHAR by
311 translation-table-for-input.
312
313 * isearch.el (isearch-process-search-char): Translate CHAR by
314 translation-table-for-input.
315
316 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
317
318 * foldout.el (foldout-exit-fold): Properly hide subtree.
319
320 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
321
322 * files.el (save-buffer):
323 * international/ucs-tables.el (ucs-set-table-for-input):
324 * mail/mail-extr.el (mail-extract-address-components):
325 * mail/sendmail.el (mail-mode): Reformat doc string.
326
327 2005-12-09 Juri Linkov <juri@jurta.org>
328
329 * isearch.el (isearch-highlight): Change main overlay priority
330 from 1 to 1001. Simplify.
331 (isearch-lazy-highlight-update): Change lazy overlay priority
332 from 0 to 1000.
333
334 * replace.el (replace-highlight): Change overlay priority from
335 1 to 1001.
336
337 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
338 Change overlay priority from 1 to 1001. Reuse existing overlay.
339
340 * compare-w.el (compare-windows-highlight): Change overlay
341 priority from 1 to 1000.
342
343 * menu-bar.el (menu-bar-edit-menu): Add listp around
344 pending-undo-list to disable menu item "undo" when pending
345 undo list is empty.
346
347 * locate.el (locate): Disable undo in *Locate* buffer.
348
349 2005-12-09 Kim F. Storm <storm@cua.dk>
350
351 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
352
353 2005-12-09 David Ponce <david@dponce.com>
354
355 * recentf.el: Improvement of the menu code.
356 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
357 instead of menu hook.
358 (recentf-show-menu, recentf-hide-menu): New functions.
359 (recentf-menu-customization-changed, recentf-mode): Use them.
360 (recentf-menu-action, recentf-max-menu-items)
361 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
362 (recentf-arrange-by-rule-others)
363 (recentf-arrange-by-rules-min-items)
364 (recentf-arrange-by-rule-subfilter) : Don't use
365 `recentf-menu-customization-changed'.
366 (recentf-arrange-rules): Likewise. Accept functions to compute
367 sub-menu titles.
368 (recentf-menu-filter): Likewise. Doc fix.
369 (recentf-menu-value-shortcut): Doc fix.
370 (recentf-dump-variable): Quote atom value.
371 (recentf-make-menu-items): Update to use it as a menu filter.
372 (recentf-match-rule): New function.
373 (recentf-arrange-by-rule): Use it.
374 (recentf-indirect-mode-rule): New function.
375 (recentf-build-mode-rules): Use it.
376 (recentf-dir-rule): New function.
377 (recentf-arrange-by-dir): Use it.
378 (recentf-filter-changer-current): Rename from
379 `recentf-filter-changer-state'. All references updated.
380 (recentf-filter-changer-alist): Update filter names.
381 (recentf-filter-changer-select): New function.
382 (recentf-filter-changer): Use it. Make a sub-menu from filters
383 available in `recentf-filter-changer-alist'.
384 (recentf-data-cache, recentf-clear-data)
385 (recentf-update-menu): Remove. All references updated.
386 (recentf-match-rule-p, recentf-build-dir-rules)
387 (recentf-filter-changer-goto-next)
388 (recentf-filter-changer-get-current)
389 (recentf-filter-changer-get-next): Remove.
390
391 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
392
393 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
394 buffer "Reset" button to "Reset to Current" for consistency with
395 the State buttons.
396
397 2005-12-08 John Paul Wallington <jpw@pobox.com>
398
399 * ibuf-ext.el (define-ibuffer-filter filename):
400 If `dired-directory' is a list then really use its car.
401
402 2005-12-08 Kim F. Storm <storm@cua.dk>
403
404 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
405 indention of text on right side of replaced rectangle.
406
407 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
408
409 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
410 No need to check gud-comint-buffer is bound.
411 (gdb): Prevent multiple debugging when first session uses gdba.
412
413 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
414
415 CC Mode update to 5.31.
416
417 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
418 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
419 might do this function properly in the future).
420
421 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
422 macros c-sentence-end and c-default-value-sentence end, to cope
423 with Emacs 22's new function `sentence-end'.
424
425 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
426
427 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
428 compat issue using `c-put-overlay' and `c-delete-overlay'.
429
430 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
431 compat macros to handle overlays/extents.
432
433 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
434
435 * progmodes/cc-fix.el: Add definitions of the macros push and pop
436 (for GNU Emacs 20.4)
437
438 * progmodes/cc-defs.el:
439 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
440
441 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
442 highlighting mechanism so it will work in XEmacs too.
443
444 * progmodes/cc-defs.el: Insert c-int-to-char.
445
446 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
447 call to the new macro c-int-to-char. This solves XEmacs's
448 regarding characters as different from integers.
449
450 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
451
452 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
453 helper.
454
455 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
456 construct to make the indirect face lookup work in XEmacs.
457
458 (c-cpp-matchers): Append the negation char face to the existing
459 fontification, so that the cpp face doesn't disappear. Use
460 `c-make-syntactic-matcher' to avoid negation chars in comments and
461 strings.
462
463 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
464 to map to `font-lock-negation-char-face' in emacsen where it
465 exists.
466
467 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
468
469 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
470
471 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
472 "c-subword-move-mode" as "c-subword-mode".
473
474 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
475 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
476
477 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
478
479 * progmodes/cc-mode.el: Added autoload directive for
480 `c-subword-move-mode' for use in older emacsen.
481
482 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
483
484 * progmodes/cc-mode.el:
485 (i) Insert a binding for C-c C-backspace into
486 c-bind-special-erase-keys which works in TTYs.
487 (ii) Make sure that when file styles are used, any explicitly
488 given style variables take priority over those in the style. Do
489 this by calling `hack-local-variables' a second time.
490
491 * progmodes/cc-vars.el: Add language specific customization
492 widgets for AWK to c-doc-comment-style, c-require-final-newline
493 and c-default-style. Add a defcustom for awk-mode-hook. Give
494 c-syntactic-element and c-syntactic-context doc-strings by
495 directly setting their `variable-documentation' propery. This
496 allows Emacs 22.1 to read these with C-h v.
497
498 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
499 Monnier).
500
501 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
502
503 * progmodes/cc-fonts.el, cc-vars.el
504 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
505 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
506 Masatake YAMATO.
507
508 (c-doc-comment-style): Made GtkDoc default in C mode.
509
510 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
511 and C-c C-<delete>.
512
513 (c-bind-special-erase-keys): New function for use on
514 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
515
516 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
517 <delete> key behavior in XEmacs according to `delete-forward-p'.
518 C.f. `c-electric-delete'.
519
520 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
521
522 * progmodes/cc-mode.el: Give c-hungry-backspace and
523 c-hungry-delete-forward permanent key bindings.
524
525 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
526 c-syntactic-context for calls to "criteria functions", for
527 consistency with other calls to user functions.
528
529 * progmodes/cc-cmds.el (c-indent-command): expunge use of
530 `current-prefix-arg', since this might be the prefix arg to a
531 command which calls c-indent-command as a function. Change the
532 interactive spec from "p" to "P".
533
534 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
535 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
536 was difficult to understand.
537
538 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
539
540 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
541 first char of an identifier.
542
543 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
544 +" syntax in C++.
545
546 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
547
548 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
549 auto-fill doesn't split a c-comment's last word from a hanging
550 "*/" when a space is typed between them after fill-column.
551
552 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
553
554 * progmodes/cc-styles.el (c-set-style,
555 c-setup-paragraph-variables): Abort the command if we're not in a
556 CC Mode buffer.
557
558 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
559 with blank comment-prefix, and a blank line as the comment's
560 second line.
561
562 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
563
564 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
565 Incorporated the patterns added in the Emacs development branch
566 for the new Emacs 22 face `font-lock-negation-char-face'.
567
568 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
569 of "red" since it stands out better in xterms and DOS terminals.
570
571 * progmodes/cc-engine.el (c-literal-faces): Added
572 `font-lock-comment-delimiter-face' which is new in Emacs 22.
573
574 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
575
576 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
577 forcibly enable c-electric-flag.
578
579 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
580 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
581 just after the comment-prefix of a C-style comment will close that
582 comment.
583
584 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
585
586 * progmodes/cc-fonts.el (c-basic-matchers-before,
587 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
588 in Pike.
589
590 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
591 digraphs.
592
593 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
594 (c-cpp-message-directives, c-cpp-include-directives,
595 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
596 c-cpp-expr-directives): Introduced new language constants to
597 control cpp syntax in a cleaner way.
598
599 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
600
601 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
602
603 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
604 c-multiline-string-start-char): New language constants and
605 variables to specify how newlines in string literals work.
606
607 (c-font-lock-invalid-string): Use them.
608
609 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
610 unbalanced close brace is entered. Optimization by avoiding going
611 back over arbitrarily large blocks. Removed hints that this
612 function only would be relevant/useful in AWK.
613
614 (c-electric-brace): Indent syntactically after the cleanups since
615 lineup functions might do it differently then.
616
617 * progmodes/cc-engine.el, cc-langs.el
618 (c-opt-op-identifier-prefix): New language constant and variable.
619
620 (c-just-after-func-arglist-p, c-after-special-operator-id,
621 c-search-decl-header-end, c-inside-bracelist-p): Use it.
622
623 * progmodes/cc-align.el, cc-engine.el
624 (c-after-special-operator-id): New helper to handle C++ operator
625 identifiers.
626
627 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
628 c-guess-basic-syntax): Handle C++ operator identifiers in
629 declarations.
630
631 * progmodes/cc-langs.el (c-assignment-operators): Added the
632 trigraph version of ^= too.
633
634 * progmodes/cc-langs.el (c-assignment-operators): Added the
635 trigraph version of |= in C++.
636
637 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
638 `c-decl-hangon-kwds' after the identifier name.
639
640 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
641 whether an arglist is "nonempty", ignore a comment after the open
642 paren if it isn't followed by a non-comment token on the same
643 line.
644
645 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
646 heuristics below the point to cope with classes inside special
647 brace lists in Pike.
648
649 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
650
651 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
652
653 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
654
655 * progmodes/cc-guess.el (cc-guess-install): New function to
656 install an already guessed style in another buffer.
657
658 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
659 sets `inhibit-read-only' - `c-save-buffer-state' should be used
660 anyway if the change always is undone.
661
662 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
663
664 Implement togglable electricity:
665
666 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
667 saying when it should be used.
668
669 * progmodes/cc-engine.el: Add the new buffer-local variable,
670 c-electric-flag.
671
672 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
673 c-toggle-auto-newline.
674
675 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
676 c-toggle-auto-newline. Remove the binding for
677 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
678 c-toggle-electric-state.
679
680 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
681
682 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
683 c-\(forward\|backward\)-subword.
684 (c-update-modeline): Add the new modeline flag `l' for
685 `c-electric-flag'. Make the auto-newline flag `a' dependent on
686 `l'.
687 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
688 the old name an alias of the new name.
689 (c-toggle-electric-state): New function.
690 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
691 Adapt these functions to do electric things only when
692 c-electric-flag is non-nil.
693 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
694 new functions from c-electric-brace.
695 (c-point-syntax): Add a check for "virtual semicolons" in AWK
696 mode, so that the tentative extra newline doesn't change the
697 syntax of the following brace.
698 (c-electric-brace): restructure by extracting the above functions.
699 Tidy up the coding somewhat.
700 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
701 restructure a bit.
702
703 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
704
705 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
706 anchor position(s) using faces. Thanks to Masatake YAMATO for the
707 idea.
708
709 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
710 (c-submode-indicators): Changed name from `c-auto-hungry-string'
711 since it's now used to track another submode.
712
713 (c-update-modeline): Converted to function and extended to check
714 `c-subword-move-mode'.
715
716 (c-forward-into-nomenclature, c-backward-into-nomenclature):
717 Converted to compat aliases for `c-forward-subword' and
718 `c-backward-subword'.
719
720 * progmodes/cc-subword.el: New functions and minor mode to handle
721 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
722
723 (c-forward-subword, c-backward-subword, c-mark-subword,
724 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
725 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
726 Functions corresponding to the standard word handling functions.
727
728 (c-subword-move-mode): Minor mode that replaces all the standard
729 word handling functions with their subword equivalences.
730
731 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
732
733 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
734 entry for one-liner-defun.
735
736 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
737 name in its def-edebug-spec.
738
739 * progmodes/cc-cmds.el (c-electric-brace): Make the
740 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
741 compacts space before a comment, if this will make things fit on
742 one line.
743
744 Introduce an "awk" style, mainly for auto-newline and clean-ups.
745
746 * progmodes/cc-align.el: new function c-snug-1line-defun-close
747
748 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
749 clean-up one-liner-defun.
750
751 * progmodes/cc-styles.el: Add the new "awk" style.
752
753 * progmodes/cc-vars.el: Add description of one-liner-defun to
754 c-cleanup-list's doc-string. New user options,
755 c-max-one-liner-length. In c-default-style, set the default style
756 for AWK to "awk".
757
758 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
759
760 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
761 macros inside labels.
762
763 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
764 `c-at-statement-start-p' and `c-at-expression-start-p'.
765
766 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
767 error if the mark isn't set.
768
769 * progmodes/cc-engine.el (c-guess-continued-construct,
770 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
771 accurately detect functions inside functions.
772
773 * progmodes/cc-engine.el (c-at-expression-start-p): New function
774 like `c-at-statement-start-p' that additionally recognizes commas
775 and expression parentheses as delimiters.
776
777 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
778 to avoid heuristics that doesn't work for unclosed blocks.
779
780 (c-at-statement-start-p): New function.
781
782 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
783 Objective-C directives, e.g. directives spanning lines should work
784 reasonably well now.
785
786 (c-put-c-type-property, c-clear-c-type-property): New helpers.
787
788 (c-forward-objc-directive): New function to move over any ObjC
789 directive.
790
791 (c-just-after-func-arglist-p, c-guess-basic-syntax,
792 c-basic-matchers-before): Use it.
793
794 (c-font-lock-objc-iip-decl): Removed.
795
796 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
797 in the template arglist recognition.
798
799 * progmodes/cc-styles.el (c-style-alist): Fixed several
800 inconsistencies in the Whitesmith style.
801
802 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
803 lineup function to get lines after Whitesmith style blocks
804 correctly indented.
805
806 (c-lineup-whitesmith-in-block): Backed out the compensation for
807 opening parens since it's done using `add' lists in the style
808 definition instead. Don't use the anchor position since it varies
809 too much between the syntactic symbols. :P
810
811 * progmodes/cc-vars.el (c-valid-offset): Updated.
812
813 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
814 lists where the offsets are combined according to several
815 different methods: `first', `min', `max', and `add'. Report
816 offset evaluation errors with `c-benign-error' so that some kind
817 of reindentation still is done.
818
819 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
820 `arglist-intro' the same way as `arglist-cont-nonempty' and
821 `arglist-close'.
822
823 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
824 situations for `arglist-cont-nonempty' and `arglist-close'.
825
826 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
827 constant.
828
829 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
830 cc-bytecomp-boundp' in a number of places.
831
832 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
833 macro related issue.
834
835 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
836
837 * progmodes/cc-awk.el: Change the terminology of regexps: A char
838 list is now
839 [asdf], a char class [:alpha:]. Include code for char classes.
840 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
841 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
842
843 Remove (nearly all of) the cruft associated with AWK Mode's former
844 concept of "virtual semicolons":
845
846 Adapt c-beginning-of-statement, c-end-of-statement (together with
847 subfunctions) to use the new notion of "virtual semicolon" in
848 place of the old awkward special handling for AWK. There remains
849 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
850 * progmodes/cc-cmds.el:
851 (c-ascertain-adjacent-literal): In the backwards direction, now
852 recognises AWK regexp delimiters as string delimiters.
853 (c-after-statement-terminator-p): Adapt for virtual semicolons;
854 check more rigorously for "end of macro".
855 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
856 virtual semicolons;
857 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
858 out the code for forward movement into ...
859 (c-end-of-statement): Now contains the code for forward movement,
860 adapted for virtual semicolons.
861
862 * progmodes/cc-engine.el:
863 (c-ws*-string-limit-regexp): new regexp.
864 (c-forward-single-comment, c-backward-single-comment): Comment out
865 the (now redundant) "special" AWK stuff.
866
867 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
868 c-string-par-start, c-string-par-separate to be more like Text
869 Mode than Fundamental Mode.
870
871 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
872
873 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
874 to the fontified region so that fontification doesn't occur
875 outside it
876 (could happen e.g. when fontifying a line with an unfinished
877 declaration).
878
879 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
880
881 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
882 moved to near the start of the file. ^L now separate sections of
883 the file. New defconsts: c-awk-non-eol-esc-pair-re,
884 c-awk-blank-or-comment-line-re,
885 c-awk-one-line-possibly-open-string-re,
886 c-awk-regexp-one-line-possibly-open-char-class-re,
887 c-awk-one-line-possibly-open-regexp-re,
888 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
889 c-awk-vsemi-status-unknown-p.
890
891 Amend the concept of "virtual semicolons" (in the indentation
892 engine) for languages like AWK, such that they are now
893 conceptually attached to end of the last token of a statement, not
894 the end of the line. (In AWK Mode, however, the pertinent text
895 property is still physically set on the EOL.) Remove the specific
896 tests for awk-mode, thus facilitating the introduction of other
897 language modes where EOLs can end statements. (Note: The
898 funtionality in cc-cmds.el, specifically
899 c-beginning/end-of-statement has yet to be amended.)
900
901 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
902 c-vsemi-status-unknown-p.
903
904 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
905 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
906 c-vsemi-status-unknown-p-fn (in a new page).
907
908 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
909 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
910 numerous awkward forms like
911 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
912 with
913 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
914 variable before-ws-ip, the place just after char-before-ip
915 appears.
916
917 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
918 a comment.
919
920 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
921
922 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
923 `c-tentative-buffer-changes'.
924
925 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
926 converted to macro to choose between Emacs and XEmacs at compile
927 time.
928
929 (c-set-region-active): New set counterpart to
930 `c-region-is-active-p'.
931
932 (c-tentative-buffer-changes): New macro to handle temporary buffer
933 changes in a convenient way.
934
935 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
936 for `c-tentative-buffer-changes'.
937
938 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
939 the checks for paren sexps between the point and the keyword, to
940 avoid some false alarms.
941
942 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
943 Fixed a situation where an error could be thrown for unbalanced
944 parens. Changed to make use of c-keyword-member' to avoid some
945 repeated regexp matches.
946
947 (c-opt-lambda-key, c-opt-inexpr-block-key,
948 c-opt-inexpr-class-key): These language variable are no longer
949 necessary.
950
951 (c-block-stmt-kwds): New language constant used by
952 c-looking-at-inexpr-block'.
953
954 (c-guess-basic-syntax): Removed an optional check that looked at
955 the existence of the now removed language variables.
956
957 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
958 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
959 object instantiation expressions as declarations in some contexts.
960 This bug only affected languages where the declarator can't be
961 enclosed in parentheses.
962
963 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
964 insert newlines before and after substatement braces.
965
966 * progmodes/cc-engine.el: Improved the heuristics for recognizing
967 function declaration headers and the handling of C++ style member
968 init lists.
969
970 (c-just-after-func-arglist-p): Rewritten to use
971 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
972
973 (c-beginning-of-member-init-list): Removed since it isn't used
974 anymore.
975
976 (c-guess-basic-syntax): Case 5B adapted for the new
977 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
978 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
979 covers all cases now).
980
981 * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
982
983 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
984
985 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
986 c-string-par-start/separate c-sentence-end-with-esc-eol,
987 initialised in c-setup-paragraph-variables, used in string
988 scanning subroutines of c-beginning-of-statement.
989
990 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
991 which precedes the newly inserted `{'.
992
993 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
994
995 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
996 function for declaration level blocks. It should now cope with
997 templates better and also be a lot more comprehensible.
998
999 (c-looking-at-decl-block): The new function.
1000
1001 (c-search-uplist-for-classkey): The old one. It's now a wrapper
1002 for compatibility.
1003
1004 (c-add-class-syntax, c-guess-continued-construct,
1005 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1006
1007 (c-decl-block-key): Changed to tell apart ambiguous and
1008 unambiguous keywords. Pike specials are now handled directly in
1009 the code instead.
1010
1011 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1012 language constants and variables to make the backward skip in
1013 `c-looking-at-decl-block' as tight as possible.
1014
1015 (c-nonsymbol-token-char-list): New language constant.
1016
1017 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1018 find balanced template arglists backwards.
1019
1020 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1021 making char classes for `c-syntactic-skip-backward'.
1022
1023 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1024 16D - can't be a class-close at that point.
1025
1026 * progmodes/cc-engine.el (c-guess-basic-syntax,
1027 c-add-class-syntax): Don't narrow out the enclosing declaration
1028 level. This makes everything a lot easier, and it was actually
1029 only four small places that needed it to work. Some places that
1030 previously did `widen' are removed now, which has the effect that
1031 `c-guess-basic-syntax' never will look at things outside the
1032 current narrowment now. The anchor position for `topmost-intro'
1033 is affected by this, but it was so bogus it was basically useless
1034 before, and now it's equally bogus but in a slightly different
1035 way.
1036
1037 (c-narrow-out-enclosing-class): Gone.
1038
1039 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1040 the narrowed region.
1041
1042 (c-least-enclosing-brace): Removed silly optional argument.
1043
1044 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1045 the point could be left directly after an open paren when finding
1046 the beginning of the first decl in the block.
1047
1048 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1049 Specify which submatch to use.
1050
1051 * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1052
1053 (c-decl-start-re): No no longer any need for special treatment of
1054 ObjC due to the above.
1055
1056 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1057 presumably follows C in that regard.
1058
1059 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1060 New language constants to specify operator tokens inside
1061 identifiers in a more high level way.
1062
1063 (c-opt-identifier-prefix-key): New internal language constant.
1064
1065 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1066 c-identifier-start, c-identifier-key): Now completely calculated
1067 from other constants.
1068
1069 (c-identifier-last-sym-match): Decommissioned since it's no longer
1070 used.
1071
1072 (c-operators): Use `c-identifier-ops'. Documented
1073 `postfix-if-paren'.
1074
1075 * progmodes/cc-engine.el (c-forward-name): Removed the
1076 optimization when c-identifier-key is equal to c-symbol-key since
1077 it doesn't work in byte compiled files. Don't record empty
1078 regions as identifiers.
1079
1080 * progmodes/cc-langs.el (c-filter-ops): New helper function to
1081 simplify access to `c-operators' and its likes.
1082
1083 (c-operator-list, c-all-op-syntax-tokens,
1084 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1085 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1086 c-primary-expr-regexp, c-cast-parens): Use it.
1087
1088 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1089 an explicit language in functions.
1090
1091 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1092 variant of adornment.
1093
1094 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1095 variable.
1096
1097 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1098 the Pike value.
1099
1100 * progmodes/cc-engine.el (c-on-identifier,
1101 c-simple-skip-symbol-backward): Small fix for handling "-"
1102 correctly in `skip-chars-backward'. Affected the operator lfun
1103 syntax in Pike.
1104
1105 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1106 diagnostic message about precompiled language vars not being used.
1107
1108 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1109 "__attribute__" is followed by a parenthesis.
1110
1111 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1112 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1113 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1114
1115 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1116 cleanups to properly detect the declared identifiers in various
1117 declarations.
1118
1119 (c-decl-start-kwds): New language constant to recognize
1120 declarations that can start anywhere. Used for class declarations
1121 in Pike.
1122
1123 (c-specifier-key, c-not-decl-init-keywords,
1124 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1125 c-find-decl-spots): Implement `c-decl-start-kwds'.
1126
1127 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1128 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1129 handling of the compiler specific extension keywords into a new
1130 language constant `c-decl-hangon-kwds' that defines keyword
1131 clauses to be ignored in declarations.
1132
1133 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1134 past unrecognized tokens when handling `c-colon-type-list-kwds'.
1135 Necessary to stop at the declared identifier in e.g. IDL valuetype
1136 declarations.
1137
1138 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1139 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1140 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1141 c-forward-decl-or-cast-1): Recognize the declared identifier in
1142 class and enum declarations as such and not as part of the type.
1143
1144 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1145 interpretation of PRECEDING-TOKEN-END when there's no preceding
1146 token.
1147
1148 (c-forward-decl-or-cast-1): Don't disregard sure signs of
1149 declarations when there's some syntax error later on.
1150
1151 (c-complex-decl-matchers): Did away with a reference to
1152 `c-specifier-key'.
1153
1154 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1155 value - this variable is always dynamically bound.
1156
1157 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1158 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1159 cc-cmds.el, cc-defs.el: Changed the policy for marking up
1160 functions that might do hidden buffer changes: All such internal
1161 functions are now marked instead of those that don't.
1162
1163 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1164 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1165 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1166 c-literal-type): Allow these functions to make hidden buffer changes,
1167 so that they are free to use text property caching later on.
1168
1169 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1170 c-electric-brace, c-electric-slash, c-electric-star,
1171 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1172 c-electric-paren, c-electric-continued-statement, c-indent-command,
1173 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1174 c-context-line-break): Added `c-save-buffer-state' calls to comply
1175 with the changed semantics of the functions above.
1176
1177 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1178 when macros occur in obscure places. Optimized the sexp movement
1179 a bit.
1180
1181 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1182
1183 Enhancements for c-beginning-of-statement to work in AWK Mode:
1184
1185 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1186 (completed statement) with `}' (statement completed by closing
1187 brace or semicolon) and `$' (statement completed by EOL).
1188
1189 (c-awk-virtual-semicolon-ends-prev-line-p,
1190 c-awk-virtual-semicolon-ends-line-p,
1191 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1192 c-awk-at-statement-end-p): new functions
1193
1194 * progmodes/cc-cmds.el: Simplify the structure of functions
1195 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
1196 two functions and c-beginning-of-statement to handle AWK Mode.
1197
1198 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1199 c-backward-single-comment for AWK mode. Attempt to clarify their
1200 doc-strings.
1201
1202 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1203
1204 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1205
1206 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1207 label handling. Labels are now recognized in a uniform and more
1208 robust way, regardless of context. Text properties are put on all
1209 labels to recognize the following declarations better. Multiword
1210 labels are handled both in indentation and fontification for the
1211 benefit of language extensions like Qt. For consistency, keywords
1212 in labels are now fontified with the label face instead. That
1213 also applies to "case" and "default".
1214
1215 (c-beginning-of-statement-1): Fixed some bugs in the label
1216 handling. Disregard `c-nonlabel-token-key' in labels that begin
1217 with `c-label-kwds'.
1218
1219 (c-find-decl-spots): Support that the callback adds more
1220 `c-decl-end' spots to find.
1221
1222 (c-forward-decl-or-cast-1): Don't treat a list of plain
1223 identifiers followed by a colon as a declaration.
1224
1225 (c-forward-label): New function to recognize labels.
1226
1227 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1228 `c-forward-label'. Moved the label recognition cases (14 and 15)
1229 earlier since they aren't so context sensitive now. Handle labels
1230 on the top level gracefully. Moved access label recognition to
1231 the generic label case (CASE 15) - removed CASE 5E.
1232
1233 (c-font-lock-declarations): Added recognition of labels in the
1234 same round since we need to handle labels in parallell with other
1235 declarations to recognize both accurately. It should also improve
1236 speed.
1237
1238 (c-simple-decl-matchers, c-basic-matchers-after): Moved
1239 `c-font-lock-labels' so that it only is used on decoration level 2
1240 since `c-font-lock-declarations' handles it otherwise.
1241
1242 (c-complex-decl-matchers): Removed the simplistic recognition of
1243 access labels.
1244
1245 (c-decl-prefix-re): Removed the kludges that was necessary to cope
1246 with labels earlier.
1247
1248 (c-decl-start-re): New language variable to make
1249 `c-font-lock-declarations' stop for the special protection labels
1250 in Objective-C that start with '@'.
1251
1252 (c-label-key): Removed since it's no longer used.
1253
1254 (c-recognize-colon-labels, c-label-prefix-re): New language
1255 constants to support recognition of generic colon-terminated
1256 labels.
1257
1258 (c-type-decl-end-used): `c-decl-end' is now used whenever there
1259 are colon terminated labels.
1260
1261 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1262 first argument starts with a special brace list.
1263
1264 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1265 c-font-lock-declarations): Broke out the declaration and cast
1266 recognition from `c-font-lock-declarations' to a new function, so
1267 that it can be used in the indentation engine.
1268
1269 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1270 up to the start of the literal. Fixed bug with the point on the
1271 wrong side of the search limit that could happen when the start
1272 position is inside a literal.
1273
1274 * progmodes/cc-engine.el (c-parse-state,
1275 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1276 so that it's kept a little bit back to increase the hit rate.
1277
1278 (c-parse-state): Changed the macro handling and fixed some
1279 glitches. Macro context is checked more often than necessary now,
1280 but otoh less garbage conses are generated.
1281
1282 * progmodes/cc-engine.el (c-parse-state,
1283 c-invalidate-state-cache): Cache the last position where
1284 `c-state-cache' applies. This can speed up refontification quite
1285 a bit in blocks where there are many non-brace parens before the
1286 point.
1287
1288 (c-state-cache-end): New variable for this.
1289
1290 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1291 cache variable.
1292
1293 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1294 get close initial continue positions when the start position is
1295 inside a literal or macro. Do not call the callback for spots
1296 before the start position (which can happen e.g. for `c-decl-end'
1297 spots inside comments). Optimize better in special cases when the
1298 region is a single line inside a literal or macro (typically when
1299 the current line is refontified).
1300
1301 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1302 to `c-add-stmt-syntax' - there's no need to explicitly whack off
1303 entries from the paren state.
1304
1305 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1306 special case for "else if" clauses.
1307
1308 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1309 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1310
1311 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1312 language variable to recognize the gcc extension with statement
1313 blocks inside expressions.
1314
1315 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1316 it somewhat more comprehensible. The argument AT-BLOCK-START is
1317 no longer used and hence removed.
1318
1319 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1320 to `c-add-stmt-syntax'.
1321
1322 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1323 `c-beginning-of-statement-1' instead of duplicating parts of it.
1324 This fixes bogus label recognition.
1325
1326 * progmodes/cc-engine.el (c-add-type, c-check-type,
1327 c-forward-name, c-forward-type): Improved storage of template
1328 types in `c-found-types' so that they can be recognized better.
1329
1330 (c-syntactic-content): Added option to skip past nested parens.
1331
1332 * progmodes/cc-engine.el (c-forward-name): Set
1333 `c-last-identifier-range' all the time. It's less work that way.
1334 Handle that there might not be an identifier to store in
1335 `c-last-identifier-range'.
1336
1337 (c-forward-type): Handle that `c-last-identifier-range' might be
1338 nil from `c-forward-name'.
1339
1340 * progmodes/cc-defs.el: (c-safe-scan-lists,
1341 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1342
1343 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1344 to work even if the form fails.
1345
1346 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1347 down in a large file in one go.
1348
1349 (c-get-fallback-start-pos): New helper function for
1350 `c-parse-state'.
1351
1352 * progmodes/cc-align.el (c-lineup-assignments): New lineup
1353 function which is like `c-lineup-math' but returns nil instead of
1354 `c-basic-offset' when it doesn't match.
1355
1356 (c-lineup-math): Changed to use `c-lineup-assignments'.
1357
1358 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1359
1360 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1361 c-beginning-of-statement. New subfunctions
1362 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1363
1364 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1365
1366 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1367 hardcoded char classes whereever possible. Changed a couple of
1368 places to use skip by syntax instead of skip by char class.
1369
1370 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1371 Fixed a bug in the regexp that caused extreme backtracking.
1372
1373 * progmodes/cc-langs.el (c-block-comment-starter,
1374 c-block-comment-ender): New language constants to specify in a
1375 single place how block comments look.
1376
1377 (c-comment-start-regexp, c-block-comment-start-regexp,
1378 comment-start, comment-end, comment-start-skip,
1379 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1380 c-syntactic-ws, c-nonempty-syntactic-ws,
1381 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1382 `c-line-comment-starter', `c-block-comment-starter' and
1383 `c-block-comment-ender'.
1384
1385 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1386 language constants to break up things a bit.
1387
1388 (c-simple-ws): New language constant for simple whitespace.
1389
1390 * progmodes/cc-defs.el (c-concat-separated): New convenience
1391 function.
1392
1393 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1394 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1395 newlines. Allow and ignore nil elements in the list.
1396
1397 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1398
1399 * progmodes/cc-cmds.el: Comment out a (n almost certainly
1400 superfluous) check, (eq here (point-max)) in
1401 c-beginning-of-statement.
1402
1403 * progmodes/cc-cmds.el: Tidy up the comments in
1404 c-beginning-of-statement and subfunctions.
1405
1406 * progmodes/cc-awk.el: Replace calls to put-text-property to the
1407 more flexible c-put-char-property and c-clear-char-properties.
1408 Add the author's email address.
1409
1410 * progmodes/cc-langs.el: New variable,
1411 c-block-comment-start-regexp.
1412
1413 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1414 closing "*/" of a block comment.
1415
1416 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1417 subfunctions) so that it works at BOB and EOB.
1418
1419 * progmodes/cc-cmds.el, cc-vars.el: More updating of
1420 c-beginning-of-statement, including new variable
1421 c-block-comment-start-regexp.
1422
1423 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1424
1425 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1426 symbols from `*-font-lock-extra-types' so that there's no need to
1427 use `regexp-opt' on those lists.
1428
1429 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1430 `c-type-modifier-kwds' is empty.
1431
1432 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1433 there are several strings on the same line.
1434
1435 * progmodes/cc-engine.el (c-literal-limits): Removed the
1436 compatibility function for older emacsen. `c-literal-limits-fast'
1437 has now taken the place of this function.
1438
1439 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1440 with older emacsen: We now require 'pps-extended-state.
1441
1442 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1443
1444 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1445 which obviates the need to hack sentence-end. This now handles
1446 escaped newlines in strings correctly. Correct minor bugs in
1447 c-move-over-sentence and in c-beginning-of-statement.
1448
1449 * progmodes/cc-cmds.el (c-beginning-of-statement (and
1450 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1451 that movement over macros and code are rigorously separated from
1452 eachother. Correct a few incidental bugs.
1453
1454 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1455 Improve its doc-string. Improve the handling of certain specific
1456 cases.
1457
1458 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1459
1460 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1461 (c-guess-basic-syntax): Changed the way class-level labels are
1462 recognized; they can now contain essentially any symbols.
1463
1464 (c-opt-extra-label-key): New language variable to cope with the
1465 special protection label syntax in Objective-C.
1466
1467 (c-opt-access-key): Removed; this is now handled better by
1468 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1469
1470 (c-complex-decl-matchers): Update to handle that
1471 `c-opt-access-key' no longer exists.
1472
1473 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1474 improved label recognition in `c-beginning-of-statement-1'.
1475
1476 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1477 Recognize bitfields better.
1478
1479 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1480 Removed some cruft and fixed a bug that could cause it to go to a
1481 position further down.
1482
1483 * progmodes/cc-langs.el, cc-engine.el
1484 (c-beginning-of-statement-1): Improved detection of labels in
1485 declaration contexts.
1486
1487 (c-beginning-of-decl-1): Use it.
1488
1489 (c-nonlabel-token-key): New language constant and variable needed
1490 by `c-beginning-of-statement-1'.
1491
1492 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1493 manifested itself due to the correction in `c-forward-sexp'.
1494
1495 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1496 these behave as documented when used at the buffer limits.
1497
1498 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1499 (c-type-decl-end-used): Made this a language variable.
1500
1501 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1502 correctly when `combine-after-change-calls' is used together with
1503 temporary narrowings.
1504
1505 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1506 labels correctly when the start point is immediately after the
1507 colon.
1508
1509 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1510 since it isn't used anymore.
1511
1512 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1513 bracket arglists such as template parens in C++.
1514
1515 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1516 in the last check-in. Some optimization.
1517
1518 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1519 where it could stop at the same level in a preceding sexp when
1520 PAREN-LEVEL is set.
1521
1522 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1523 text property lookup only when it's needed.
1524
1525 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1526 Changed the policy for paren marked angle brackets to be more
1527 persistent; once marked they remain marked even when they're found
1528 to be unbalanced in the searched region. This should keep the
1529 paren syntax around even when individual lines are refontified in
1530 multiline template arglists.
1531
1532 (c-parse-and-markup-<>-arglists): New dynamically bound variable
1533 to control markup so that incorrect angle bracket arglists aren't
1534 marked in contexts where the correct value for
1535 `c-disallow-comma-in-<>-arglists' isn't known.
1536
1537 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1538 argument has become `c-parse-and-markup-<>-arglists'.
1539
1540 (c-remove-<>-arglist-properties): Removed - no longer used.
1541
1542 (c-after-change-check-<>-operators): New function used on
1543 `after-change-functions' to avoid that "<" and ">" characters that
1544 are part of longer operators have paren syntax.
1545
1546 (c-<>-multichar-token-regexp): New language variable used by
1547 `c-after-change-check-<>-operators'.
1548
1549 (c-after-change): Call `c-after-change-check-<>-operators'.
1550
1551 (c-font-lock-<>-arglists): Use the context properties set by
1552 `c-font-lock-declarations' to set
1553 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1554 markup.
1555
1556 (c-font-lock-declarations): Removed code that undoes the invalid
1557 markup done by `c-font-lock-<>-arglists'.
1558
1559 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1560 after `c-font-lock-declarations'.
1561
1562 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1563 paren-level feature.
1564
1565 (c-guess-basic-syntax): Improved the anchor position for
1566 `template-args-cont' in nested template arglists. There's still
1567 much to be desired in this area, though.
1568
1569 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1570
1571 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1572 Make the "Text Filling and Line Breaking" commands work for AWK
1573 buffers.
1574
1575 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1576
1577 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1578 Removed;
1579 (c-major-mode-is 'awk-mode) can be used instead now.
1580
1581 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1582 it doesn't work no longer are supported.
1583
1584 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1585 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1586 requires support for the syntax-table' text property, which rules
1587 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
1588 cruft associated with those versions.
1589
1590 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1591 for the `syntax-table' text property, which rules out Emacs 19 and
1592 XEmacs < 21.4. Removed various compatibility cruft associated
1593 with those versions.
1594
1595 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1596 support for the `syntax-table' text property.
1597
1598 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1599 variable and use an extra quoted face name instead. All the
1600 emacsen flavors handle that correctly.
1601
1602 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1603 c-font-lock-declarators, c-font-lock-declarations,
1604 c-complex-decl-matchers, c-basic-matchers-after): Use a text
1605 property to mark the items in in declarator lists to handle
1606 refontification inside multiline declarations better.
1607
1608 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1609 construct like "a * b = c;" as a declaration.
1610
1611 2005-12-08 Kim F. Storm <storm@cua.dk>
1612
1613 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1614 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
1615 select either meta, hyper, or super modifier for rectangle commands.
1616 (cua--rectangle-modifier-key): New defvar.
1617 (cua--M/H-key): Use it. Remove special case for 'space.
1618 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1619 on X, to meta otherwise. Always bind C-return to toggle
1620 rectangle. Pass ?\s instead of 'space to cua--M/H-key.
1621
1622 * emulation/cua-rect.el (cua-help-for-rectangle): Use
1623 cua--rectangle-modifier-key. Handle super modifier too.
1624 (cua--init-rectangles): Always bind C-return to toggle rectangle.
1625 Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1626
1627 * ido.el: Move Acknowledgements and History after Commentary.
1628 Minor changes to Commentary.
1629
1630 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1631 keymap if cua--prefix-override-timer equals 'shift.
1632 (cua--shift-control-prefix): New function; emulate "type prefix
1633 key twice" functionality to handle shifted prefix key override.
1634 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1635 commands.
1636 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1637
1638 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
1639
1640 * textmodes/org.el (org-insert-heading): Try to do items before
1641 headings.
1642 (org-agenda-mode): Quote `org-agenda-mode-hook'.
1643 (org-insert-item): New function.
1644 (org-renumber-ordered-list): Don't skip to higher level lists.
1645
1646 2005-12-08 Juri Linkov <juri@jurta.org>
1647
1648 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1649
1650 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1651
1652 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1653
1654 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1655 the constructed function name fun-1.
1656
1657 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1658 because such links don't lead to parent documentation.
1659
1660 2005-12-08 Kenichi Handa <handa@m17n.org>
1661
1662 * descr-text.el (describe-char): Use *Help-2* buffer if the
1663 current buffer is *Help*. Call describe-text-properties while
1664 setting the original buffer.
1665
1666 2005-12-07 Bill Wohler <wohler@newt.com>
1667
1668 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1669 and causes problems with non-MH users (such as Gnus users).
1670
1671 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
1672
1673 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1674 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1675 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1676 command "info sources". Move calls to GDB command "list".
1677 (gdb-find-file-hook): Just use gdb-source-file-list.
1678 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1679 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1680 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1681 (gdb-data-list-register-values-handler): Use correct trigger name.
1682
1683 2005-12-07 Kim F. Storm <storm@cua.dk>
1684
1685 * ido.el (ido-completion-map): Renamed from ido-mode-map.
1686 (ido-common-completion-map, ido-file-completion-map)
1687 (ido-file-dir-completion-map, ido-buffer-completion-map):
1688 Renamed from ido-mode-....-map.
1689 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1690 (ido-setup-completion-map): Renamed from ido-define-mode-map.
1691 (ido-read-internal): Bind minibuffer-local-filename-completion-map
1692 to ido-completion-map.
1693
1694 2005-12-07 Kenichi Handa <handa@m17n.org>
1695
1696 * international/mule-cmds.el
1697 (set-display-table-and-terminal-coding-system): If the coding
1698 system specified in `unibyte-display' property is different from
1699 the arg coding-system, don't setup standard-display-table.
1700
1701 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1704 that comments end at \n, regardless of selective-display.
1705
1706 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
1707
1708 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1709 (gdb-version): New variables.
1710 (gdb-source-file-list, gdb-register-names)
1711 (gdb-changed-registers): New variables for use with GDB 6.4+.
1712 (gdb-ann3): Replace with...
1713 (gdb-init-1, gdb-init-2): ...two new functions.
1714 (gdba, gdb-prompt): Call gdb-init-1.
1715 (gdb-get-version): New function. Call gdb-init-2 from here.
1716 (gud-watch): Make it work with mouse events too.
1717 (gdb-post-prompt): Don't add to queue until GDB version is known.
1718 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1719 (gdb-locals-mode): Use gdb-version.
1720 (gdb-memory-format-map, gdb-memory-unit-map)
1721 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1722 (gdb-locals-font-lock-keywords-1)
1723 (gdb-locals-font-lock-keywords-2): New variables.
1724 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1725 (gdb-set-gud-minor-mode-existing-buffers-1)
1726 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1727 (gdb-var-update-1, gdb-var-update-handler-1)
1728 (gdb-data-list-register-values-handler)
1729 (gdb-data-list-register-values-custom)
1730 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1731 (gdb-stack-list-locals-handler, gdb-get-register-names):
1732 New functions for use with GDB 6.4+.
1733 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1734 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1735 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1736 (gdb-stack-list-locals-regexp)
1737 (gdb-data-list-register-names-regexp): New regexps for use with
1738 GDB 6.4+.
1739
1740 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1743
1744 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
1745
1746 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1747 prompts work for AUTH PLAIN. Also reported by Steve Allan
1748 <seallan@verizon.net>.
1749
1750 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1751
1752 * frame.el (set-frame-parameter): Add doc string.
1753
1754 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
1755
1756 * textmodes/org.el (org-occur-highlights): New variable.
1757 (org-highlight-new-match, org-remove-occur-highlights): New functions.
1758 (org-highlight-sparse-tree-matches): New option.
1759 (org-do-occur): New function.
1760 (org-get-heading): Make it work also at beginning of line.
1761 (org-category-table): New variable.
1762 (org-get-category-table, org-get-category)
1763 (org-camel-to-words, org-link-search): New functions.
1764 (org-select-this-todo-keyword): New variable.
1765 (org-todo-list): New command.
1766 (org-shiftright, org-shiftleft): New commands.
1767 (org-agenda-todo): Add prefix argument.
1768 (org-show-hierarchy-above): New option.
1769 (org-show-todo-tree): Numerical prefix creates tree for specific
1770 TODO keyword.
1771 (org-outline-level): New function, to assign a level to plain
1772 lists items.
1773 (org-cycle-include-plain-lists): New option.
1774 (org-mode): Use `org-outline-level' as value of `outline-level'.
1775 (org-cycle): Temporarily switch `outline-regexp' if
1776 `org-cycle-include-plain-lists' is non-nil.
1777 (org-start-icalendar-file): Fix format bug.
1778 (org-agenda-get-day-entries): Create category table.
1779 (org-agenda-get-todos, org-agenda-get-timestamps)
1780 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1781 (org-agenda-get-blocks): Use `org-get-category'.
1782 (org-context-in-file-links): Rename from
1783 `org-line-numbers-in-file-links' .
1784
1785 2005-12-06 Romain Francoise <romain@orebokech.com>
1786
1787 * window.el (balance-windows): Delete extraneous third arg in call
1788 to `enlarge-window'.
1789
1790 2005-12-06 Kenichi Handa <handa@m17n.org>
1791
1792 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
1793
1794 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
1795
1796 * progmodes/gdb-ui.el (gdb-var-create-handler)
1797 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
1798 (gdb-var-list-children-handler, gdb-var-update-handler):
1799 Current buffer is already gdb-partial-output-buffer, don't
1800 make it current again.
1801
1802 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
1803
1804 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
1805 (list-buffers-noselect): Use it.
1806
1807 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
1810 (mail-yank-ignored-headers): Use regexp-opt.
1811 (mail-mode-map): Move initialization into declaration.
1812 (mail-sent-via): Remove unused shadowed var `to-line'.
1813 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
1814 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
1815 (mail-do-fcc): Use dolist and push.
1816 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
1817 (mail-yank-ignored-headers): Don't autoload.
1818
1819 2005-12-05 Kenichi Handa <handa@m17n.org>
1820
1821 * international/mule-cmds.el (set-language-info-internal): New fun.
1822 (set-language-info): Call set-language-info-internal to update
1823 language-info-alist. If LANG-ENV is the current one, call
1824 set-language-environment to make INFO effective now.
1825 (set-language-info-alist): Likewise.
1826 (locale-language-names): With locale "en", use English
1827 lang. env. but set the default codings to iso-8859-1.
1828
1829 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
1830
1831 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
1832 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
1833 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
1834 for plain strings.
1835 (gdb-frames-mode): Remove redundant call to font-lock-mode.
1836 (gdb-all-registers): Rename from toggle-gdb-all-registers.
1837 Create registers buffer if necessary. Echo new state in minibuffer.
1838 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
1839
1840 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * info.el (Info-fontify-node): Match external links using
1843 non-directory part of filename.
1844
1845 2005-12-04 Juri Linkov <juri@jurta.org>
1846
1847 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
1848 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
1849 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
1850 because there is no customization option for it.
1851
1852 * font-lock.el (lisp-font-lock-keywords-1):
1853 Add define-global-minor-mode.
1854
1855 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
1856
1857 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
1858 properties on the constructed variable names.
1859
1860 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1861 Put `definition-name' properties on the constructed function names
1862 next-sym and prev-sym.
1863
1864 * emacs-lisp/find-func.el (find-function-regexp):
1865 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
1866 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
1867 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
1868 and easy-menu-define.
1869
1870 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
1871 easy-mmode-define-global-mode and define-global-minor-mode.
1872 (lisp-imenu-generic-expression): Add define-global-minor-mode.
1873
1874 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
1875 instead of easy-mmode-define-global-mode.
1876
1877 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1878 Use define-minor-mode instead of easy-mmode-define-minor-mode.
1879
1880 * cus-edit.el (customize-group, customize-group-other-window):
1881 Filter out autoloaded options from the group completion list by
1882 using heuristics that autoloaded groups don't have `custom-autoload'
1883 property on their symbols (they have only `custom-loads').
1884
1885 * simple.el (completion-setup-function): Put completions-common-part
1886 face on complete completion string too (i.e. completion string
1887 without completions-first-difference face).
1888
1889 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
1890
1891 2005-12-03 Eli Zaretskii <eliz@gnu.org>
1892
1893 * view.el (view-mode): Doc fix.
1894
1895 * disp-table.el (standard-display-european): Add to the warning
1896 message a reference to the doc string.
1897
1898 * play/yow.el (apropos-zippy): Call print-help-return-message,
1899 similar to other Help and Apropos commands.
1900
1901 * help.el (print-help-return-message): If pop-up-frames is
1902 non-nil, set up help-return-method to delete the help window and,
1903 possibly, its frame as well, and don't display message about
1904 scrolling the help window. Doc fix.
1905 (help-return-method): Doc fix.
1906
1907 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
1908
1909 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
1910 whereby names of length one or names starting with a
1911 symbol-constituent character would not be returned.
1912
1913 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1914
1915 * subr.el (atomic-change-group): Add edebug and indentation spec.
1916
1917 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * completion.el (save-completions-file-name): Fix typo in last change.
1920
1921 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1922
1923 * info.el: Move back/forward history to the beginning of the tool bar.
1924
1925 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
1926
1927 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
1928 Add fset of allout-real-isearch-abort during compile to fix
1929 byte-compilation warnings.
1930 (allout-mode-p): Move definition of this macro above all uses, or
1931 byte compilation in barren emacs (eg, during emacs build) will
1932 lack the definition.
1933 (allout-mode): Move this variable above any uses, or byte
1934 compilation will fail.
1935 (allout-resolve-xref): Remove use of personal file-reference function.
1936 (allout-toggle-current-subtree-encryption): Do the current (ie,
1937 visible containing) topic, rather than nearest around point. Doc fix.
1938 (allout-toggle-subtree-encryption): New function, workhorse that
1939 works on nearest topic containing point.
1940 (allout-encrypt-string): Signal requirement for newer version of pgg.
1941 (allout-resumptions): Doc fix.
1942
1943 2005-12-02 Eli Zaretskii <eliz@gnu.org>
1944
1945 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
1946
1947 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
1948
1949 * textmodes/flyspell.el (flyspell-external-point-words):
1950 Consider a misspelling as found in the string search if: (a) misspelling
1951 and found string lengths match, or (b) misspelling is found as
1952 element in a boundary-chars separated longer string, or (c)
1953 ispell-program-name is really ispell and misspelling is found as
1954 part of a TeX string. After successful match move beginning of
1955 search region to end of match. Warn about not found misspellings
1956 once the process is done.
1957 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
1958
1959 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
1960
1961 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
1962 tool bar (removed inadvertently).
1963
1964 2005-12-02 Juri Linkov <juri@jurta.org>
1965
1966 * log-view.el (log-view-diff): Clarify doc string.
1967
1968 2005-12-01 Bill Wohler <wohler@newt.com>
1969
1970 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
1971 triggers lm-verify errors.
1972
1973 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
1974
1975 * simple.el (transient-mark-mode, line-number-mode)
1976 (column-number-mode, size-indication-mode): Remove `:require nil'.
1977
1978 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
1979
1980 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
1981 in the margin also.
1982 (gdb-breakpoints-mode-map): Use D instead of d for
1983 gdb-delete-breakpoint.
1984 (gdb-get-frame-number): Require a number to match on.
1985 (gdb-threads-mode-map): Add follow-link binding.
1986
1987 2005-11-30 Jason Rumney <jasonr@gnu.org>
1988
1989 * isearch.el (isearch-mode-map): Avoid exiting search on
1990 language-change event.
1991
1992 2005-11-30 Romain Francoise <romain@orebokech.com>
1993
1994 * speedbar.el (speedbar-default-position): New defcustom.
1995 (speedbar-frame-reposition-smartly): Use it.
1996
1997 * dframe.el (dframe-reposition-frame-emacs): Fix position
1998 computation for `left' location.
1999 Update copyright year.
2000
2001 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * help.el (help-map): Move initialization into declaration.
2004
2005 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2006
2007 * help-fns.el (help-argument-name): Don't autoload.
2008 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2009 to be re-loaded when customizing the `help' group.
2010
2011 2005-11-30 John Paul Wallington <jpw@gnu.org>
2012
2013 * help-fns.el (describe-function-1): Fill arglist output.
2014
2015 2005-11-30 Kim F. Storm <storm@cua.dk>
2016
2017 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2018 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2019 after revert-buffer (or anything else which kills all local variables).
2020
2021 * apropos.el (apropos-parse-pattern): Doc fix.
2022 Set apropos-regexp directly, rather than expecting callers to do so.
2023 (apropos-command, apropos, apropos-value, apropos-documentation):
2024 Simplify calls to apropos-parse-pattern.
2025
2026 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2027
2028 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2029 (hi-lock-face-phrase-buffer): Use hi-yellow face.
2030 (hi-lock-write-interactive-patterns): Use comment-region.
2031
2032 * longlines.el (longlines-mode): Add mail-setup-hook.
2033
2034 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2035
2036 * simple.el (sendmail-user-agent-compose, next-line):
2037 Conditionally use hard-newline.
2038
2039 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2040
2041 * international/latexenc.el (latex-inputenc-coding-alist):
2042 Reword doc string.
2043
2044 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2045
2046 * help.el (describe-key-briefly, describe-key): Recognize default
2047 bindings.
2048
2049 2005-11-29 Romain Francoise <romain@orebokech.com>
2050
2051 * view.el (view-inhibit-help-message): New defcustom.
2052 (view-mode-enter): Use it.
2053
2054 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
2055
2056 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2057 Preserve user position.
2058
2059 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
2060
2061 * font-lock.el: Throw error if facemenu is not loaded to prevent
2062 accidental change of loading order in loadup.el. (Suggested by RMS.)
2063
2064 * loadup.el: Add comment explaining why facemenu must be loaded
2065 before font-lock.
2066
2067 2005-11-28 Jay Belanger <belanger@truman.edu>
2068
2069 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2070 (calc-dispatch-map): Add more keys for `calc-same-interface'.
2071
2072 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2073
2074 * calc/calc-embed.el (calc-do-embedded): Update help message.
2075
2076 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2077
2078 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2079
2080 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2081
2082 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2083 called-interactively-p.
2084 (elp-profilable-p): Rename from elp-not-profilable-p.
2085 Invert result and take into account macros and autoloaded functions.
2086 (elp-instrument-function): Update call.
2087 (elp-instrument-package): Update call. Add completion.
2088 (elp-pack-number): Use match-string.
2089 (elp-results-jump-to-definition-by-mouse): Merge into
2090 elp-results-jump-to-definition and then remove.
2091 (elp-output-insert-symname): Make help echo text single-line.
2092
2093 * replace.el (query-replace-map): Move initialization into declaration.
2094 (occur-engine): Use with-current-buffer.
2095 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2096 (occur-mode-mouse-goto): Replace with an alias.
2097
2098 2005-11-28 Juri Linkov <juri@jurta.org>
2099
2100 * simple.el (quoted-insert): Let-bind input-method-function to nil.
2101
2102 * term/w32-win.el: Bind [S-tab] to [backtab].
2103
2104 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2105 `Info-find-file' to t.
2106
2107 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2108 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2109 and same-window-regexps.
2110 (occur-next-error): Don't move point for arg 0.
2111
2112 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2115
2116 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * log-edit.el (log-edit-changelog-use-first): New var.
2119 (log-edit-changelog-ours-p): Use it.
2120 (log-edit-insert-changelog): Set it with new arg `use-first'.
2121 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2122 (log-edit-hook): Add them to the list of suggested options.
2123
2124 * textmodes/flyspell.el (flyspell-last-buffer): New var.
2125 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2126 redundant work.
2127 (flyspell-mode-on): Use add-hook for after-change-functions.
2128 (flyspell-mode-off): Use remove-hook for after-change-functions.
2129 (flyspell-changes): Make it buffer-local.
2130 (flyspell-after-change-function): Make it non-interactive. Use push.
2131 (flyspell-post-command-hook): Check input-pending-p while processing
2132 the potentially long list of buffer changes.
2133
2134 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2135
2136 * buff-menu.el (list-buffers-noselect): Display the selected
2137 frame's buffer list, not the global one.
2138
2139 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2140
2141 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2142 that (list last-input-event) works as in interactive spec.
2143
2144 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2145
2146 * loadup.el ("facemenu"): Load facemenu before font-lock, because
2147 `facemenu-keymap' needs to be defined when font-lock is loaded.
2148 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2149
2150 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * completion.el: Remove useless leading * in defcustom docstrings.
2153 (save-completions-file-name): Use ~/.emacs.d if available.
2154 (completion-standard-syntax-table): Rename from
2155 cmpl-standard-syntax-table and fold initialization into declaration,
2156 thus removing cmpl-make-standard-completion-syntax-table.
2157 (completion-lisp-syntax-table, completion-c-syntax-table)
2158 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2159 (cmpl-saved-syntax, cmpl-saved-point): Remove.
2160 (symbol-under-point, symbol-before-point)
2161 (symbol-under-or-before-point, symbol-before-point-for-complete)
2162 (add-completions-from-c-buffer): Use with-syntax-table.
2163 (make-completion): Don't return a list of completion entries.
2164 Update callers.
2165 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2166 (completion-initialize): Rename from initialize-completions.
2167 (completion-find-file-hook): Rename from cmpl-find-file-hook.
2168 (kill-emacs-save-completions): Collect stats here.
2169 (save-completions-to-file, load-completions-from-file):
2170 Use with-current-buffer.
2171 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
2172 into a function. Move all calls to toplevel.
2173 (completion-lisp-mode-hook): New fun.
2174 (completion-c-mode-hook, completion-setup-fortran-mode):
2175 Set the syntax-table here. Use local-set-key.
2176 (completion-saved-bindings): New var.
2177 (dynamic-completion-mode): Make it into a proper minor mode.
2178 (load-completions-from-file): Remove unused var `num-uses'.
2179
2180 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2181 constructor if it is explicitly overridden.
2182
2183 * complete.el (PC-completion-as-file-name-predicate):
2184 Use minibuffer-completing-file-name.
2185 (partial-completion-mode): Use find-file-not-found-functions.
2186 (PC-lisp-complete-symbol): Use with-syntax-table.
2187 (PC-look-for-include-file): Remove dead setq.
2188 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2189 (PC-complete): Use with-current-buffer.
2190
2191 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2192 escape single quotes.
2193
2194 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2195
2196 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2197 of `if' whose condition always returned nil. Doc fix.
2198
2199 * buff-menu.el (Buffer-menu-revert-function): Make the selected
2200 window's buffer the current buffer around the call to
2201 `list-buffers-noselect'. This is necessary to mark that buffer
2202 with a `.' in the Buffer Menu when called from Lisp, for instance
2203 by Auto Revert Mode.
2204
2205 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2206
2207 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2208 attaching to it.
2209 (gdb-pre-prompt): Make sure gdb-error is reset.
2210
2211 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2212 with a child process, detect it.
2213 (gud-speedbar-buttons): Match regexp more carefully.
2214
2215 2005-11-27 Richard M. Stallman <rms@gnu.org>
2216
2217 * mouse.el (mouse-drag-move-window-bottom):
2218 Use adjust-window-trailing-edge.
2219
2220 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2221
2222 * simple.el (blink-matching-open): Ignore
2223 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2224 (blink-matching-paren-on-screen): Update docstring.
2225
2226 * paren.el (show-paren-mode): No longer change
2227 `blink-matching-paren-on-screen'.
2228
2229 2005-11-27 John Paul Wallington <jpw@pobox.com>
2230
2231 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2232 (gdb-threads-select, gdb-edit-register-value):
2233 Use `posn-set-point' instead of `mouse-set-point' because the
2234 latter is not fbound when configured without X.
2235
2236 2005-11-27 Kim F. Storm <storm@cua.dk>
2237
2238 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2239 existing face when partially highlighting a TAB in a rectangle.
2240
2241 2005-11-26 Kim F. Storm <storm@cua.dk>
2242
2243 * ido.el (ido-mode-map): Doc fix.
2244 (ido-mode-common-map, ido-mode-file-map)
2245 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2246 (ido-define-mode-map): Rewrite. Select one of the new maps as
2247 parent for ido-mode-map instead of building from scratch.
2248 (ido-init-mode-maps): New defun to initialize new maps.
2249 (ido-mode): Call it.
2250 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2251 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2252
2253 2005-11-26 John Paul Wallington <jpw@pobox.com>
2254
2255 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2256 `mouse-set-point' because the latter is not fbound when configured
2257 without X.
2258
2259 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
2260
2261 * files.el (file-relative-name): Doc fix.
2262
2263 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2264
2265 * progmodes/octave-inf.el (inferior-octave-startup): Force a
2266 non-empty string for secondary prompt PS2.
2267
2268 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * progmodes/compile.el (compilation-setup): Fix last change.
2271
2272 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
2273
2274 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2275 (gdb-mouse-toggle-breakpoint-margin)
2276 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2277 Add gdb-server-prefix to keep out of command history.
2278 (gdb-edit-register-value): New function.
2279 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2280 (gdb-info-registers-custom): Use above map.
2281
2282 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * custom.el (enable-theme): Signal error if argument is not a
2285 theme. Don't recalculate a face if it's not loaded yet.
2286
2287 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2288 the `user' theme is in effect.
2289
2290 * info.el (Info-on-current-buffer): Record actual filename in
2291 Info-current-file, instead of t, or a fake filename if a non-file
2292 buffer. Make autoload.
2293 (Info-find-node, Info-revert-find-node): No need to check for
2294 Info-current-file nil.
2295 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2296 Info-current-file is now never `t'.
2297 (Info-fontify-node): Many simplifications due to Info-current-file
2298 always being valid. Use Info-find-file to find node filename.
2299
2300 2005-11-25 David Kastrup <dak@gnu.org>
2301
2302 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2303 new character, then delete" in order to preserve markers.
2304
2305 2005-11-25 David Ponce <david@dponce.com>
2306
2307 * recentf.el (recentf-arrange-by-rule): Handle a special
2308 `auto-mode-alist'-like "strip suffix" rule.
2309 (recentf-build-mode-rules): Handle second level auto-mode entries.
2310
2311 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
2312
2313 * viper-keym.el (viper-ESC-key): Use different values in terminal and
2314 window modes.
2315
2316 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2317 jde-javadoc-checker-report-mode.
2318
2319 * ediff-wind (ediff-make-wide-display): Slight simplification.
2320
2321 * ediff.el (ediff-date): Change the date of last update.
2322
2323 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2326 Use define-minor-mode, and make it a local mode. Turn on font-lock.
2327 (hi-lock-mode): New global minor mode.
2328 (turn-on-hi-lock-if-enabled): New function.
2329 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2330 Change arguments to regexp and face instead of a font-lock pattern.
2331 Directly set face property, instead of refontifying.
2332 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2333 (hi-lock-find-patterns): Use line-number-at-pos.
2334
2335 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
2336 arguments for hi-lock-set-pattern.
2337 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2338 font-lock-fontify-buffer.
2339 (hi-lock-find-file-hook, hi-lock-current-line)
2340 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2341
2342 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2343 turned off.
2344
2345 * progmodes/compile.el (compilation-setup): Don't fiddle with
2346 font-lock-defaults.
2347
2348 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
2349
2350 * progmodes/gdb-ui.el (gdb-var-create-handler)
2351 (gdb-var-list-children-handler): Find values for all variable
2352 objects. gud-speedbar-buttons decides whether to display them.
2353
2354 2005-11-24 Romain Francoise <romain@orebokech.com>
2355
2356 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2357 buffer name with a space.
2358
2359 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
2360
2361 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2362 `org-export-local-list-max-depth'. Change default value to 3.
2363 (org-auto-renumber-ordered-lists)
2364 (org-plain-list-ordered-item-terminator): New options.
2365 (org-at-item-p, org-beginning-of-item, org-end-of-item)
2366 (org-get-indentation, org-get-string-indentation)
2367 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2368 functions.
2369 (org-move-item-down, org-move-item-up): New commands.
2370 (org-export-as-html): New classes for CSS support. Bug fix in
2371 regular expression detecting fixed-width regions. Respect
2372 `org-local-list-ordered-item-terminator'.
2373 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2374 also a list item.
2375 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2376 New item moving functions.
2377
2378 2005-11-24 Juri Linkov <juri@jurta.org>
2379
2380 * isearch.el (isearch-repeat): With empty search ring set
2381 `isearch-error' to the error string instead of signaling error
2382 with the function `error'.
2383
2384 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2385
2386 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2387
2388 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
2389
2390 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2391 and variable.
2392 (gdb-var-create-handler, gdb-var-list-children-handler):
2393 Don't match on "char **...".
2394 (gdb-var-update-handler): Find values for all variable objects.
2395 (gdb-info-frames-custom): Identify frames by leading "#".
2396
2397 * progmodes/gud.el (gud-speedbar-menu-items): Add
2398 gdb-speedbar-auto-raise as radio button.
2399 (gud-speedbar-buttons): Raise speedbar if requested.
2400 Don't match on "char **...".
2401 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2402 Make it editable.
2403
2404 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * info.el (Info-fontify-node): Handle the case where
2407 Info-current-file is t.
2408
2409 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * simple.el (blink-matching-open): Fix off-by-one in last change.
2412
2413 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2414
2415 * term/mac-win.el: Don't change default directory.
2416
2417 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
2418
2419 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2420 buffers correctly. (It used to throw an error in such buffers.)
2421 Make it ask for confirmation in group buffers and other Custom
2422 buffers containing more than one customization item.
2423
2424 2005-11-22 John Paul Wallington <jpw@gnu.org>
2425
2426 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2427 property on mail and url overlays.
2428 (goto-address-at-point): Use `posn-set-point' instead of
2429 `mouse-set-point' because the latter is not fbound when configured
2430 without X.
2431
2432 2005-11-22 Lars Hansen <larsh@soem.dk>
2433
2434 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2435 (ls-lisp-classify, ls-lisp-format): Delete call to
2436 ls-lisp-parse-symlink.
2437 (ls-lisp-handle-switches): Handle symlinks to directories as
2438 directories when ls-lisp-dirs-first in non-nil.
2439
2440 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
2441
2442 * startup.el (command-line): Make sure that loaddefs.el is handled
2443 correctly in load-history.
2444
2445 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2446
2447 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2448 (gdb-struct-string, gdb-array-string): New constants.
2449 (gdb-info-locals-handler): Use them.
2450 (gdb-reset): Reset gdb-var-list to nil.
2451
2452 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2455 in patterns.
2456
2457 2005-11-21 Juri Linkov <juri@jurta.org>
2458
2459 * custom.el (defcustom): Update link types in docstring.
2460
2461 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
2462
2463 * custom.el (defgroup): Add doc-string-elt info.
2464
2465 * widget.el (define-widget): Don't use declare for the doc-string-elt.
2466
2467 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * newcomment.el (comment-enter-backward): Fix last fix.
2470
2471 * simple.el (blink-matching-open):
2472 * paren.el (show-paren-function): Allow new paren-class info.
2473
2474 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
2475
2476 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2477 handled automagically.
2478
2479 2005-11-20 Andreas Schwab <schwab@suse.de>
2480
2481 * descr-text.el (describe-char): When copying overlays put them
2482 over the full char description instead of just the first character
2483 of it.
2484
2485 2005-11-20 Juri Linkov <juri@jurta.org>
2486
2487 * simple.el (what-cursor-position):
2488 * descr-text.el (describe-char): Use Lisp-readable syntax
2489 for octal and hex. Reorder decimal, octal and hex values.
2490 Remove excess whitespace in the output. Use `=' in `column='
2491 like in `point=' and `Hscroll='.
2492
2493 * international/mule-cmds.el (encoded-string-description):
2494 Use Lisp-readable syntax for hex.
2495
2496 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * newcomment.el (comment-enter-backward): Handle the case where the
2499 comment is closed by EOB.
2500
2501 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2502
2503 * longlines.el (longlines-before-revert-hook)
2504 (longlines-after-revert-hook): New functions.
2505 (longlines-mode): Turn off longlines temporarily when reverting.
2506 Add a message-setup-hook.
2507 (longlines-decode-buffer): New function.
2508 (longlines-wrap-line): Preserve marker positions.
2509
2510 2005-11-19 Andreas Schwab <schwab@suse.de>
2511
2512 * emacs-lisp/shadow.el: Handle compressed files.
2513
2514 2005-11-19 Romain Francoise <romain@orebokech.com>
2515
2516 * net/browse-url.el (browse-url-default-browser): Signal an error
2517 if no usable browser can be found, rather than try to load w3.
2518
2519 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
2520
2521 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2522 replacing existing properties.
2523 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2524 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2525 tty specs.
2526 (rcirc-server-prefix, rcirc-server): New faces.
2527 (rcirc-url-regexp): Generate with rx macro.
2528 (rcirc-last-server-message-time): New variable.
2529 (rcirc-filter): Record time of last message.
2530 (rcirc-keepalive): Kill processes that did not send a message
2531 since the last ping.
2532 (rcirc-mode): Give rcirc-topic a local binding here.
2533
2534 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2535
2536 * subr.el (read-passwd): Fontify the prompt as we do with other
2537 prompts.
2538
2539 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2540
2541 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2542 binding buffer-read-only to nil.
2543
2544 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2545
2546 * complete.el (partial-completion-mode):
2547 Mention completion-auto-help in the doc string.
2548
2549 * man.el (Man-highlight-references): Doc fix. Reformat code in a
2550 more Lisp-ish way.
2551
2552 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2553
2554 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2555 digits, not 8, to avoid misalignment for files larger than 100MB.
2556
2557 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2558
2559 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2560 Mention "keyboard shortcuts" in the help text.
2561
2562 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2563
2564 * startup.el (fancy-splash-default-action): Discard only
2565 mouse-down and succeeding mouse-up events in the splash screen
2566 window so that drag-n-drop event can be processed.
2567
2568 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2569
2570 * longlines.el (longlines-mode): Add hacks for mail-mode and
2571 message-mode.
2572
2573 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2574
2575 * textmodes/org.el (org-table-sort-lines): New command.
2576 (org-tbl-menu): Add entry for `org-table-sort-lines'.
2577 (org-add-file): Command removed, use `org-agenda-file-to-front'
2578 instead.
2579 (org-export-icalendar): Use `org-icalendar-combined-name'.
2580 (org-cycle-agenda-files, org-agenda-file-to-end)
2581 (org-agenda-file-to-front): New commands.
2582 (org-table-tab-jumps-over-hlines,org-export-html-style): New
2583 options.
2584 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2585 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2586 New functions.
2587 (org-fill-paragraph): Call `org-table-align' in tables.
2588 (org-mode): Call `org-set-autofill-regexps'.
2589 (org-export-as-html): Support for local handformatted lists.
2590 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2591 (org-export-local-list-max-depth): New option.
2592 (org-html-expand): Use `org-html-protect'.
2593
2594 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2595
2596 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2597 to "p".
2598 (gdb): Move definition of gud-pp to...
2599
2600 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
2601 speedbar.
2602 (gdb-find-watch-expression): New function.
2603
2604 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * faces.el (face-attribute, set-face-attribute): Mention existence
2607 of `:ignore-defface' setting in docstring.
2608
2609 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * simple.el (completion-setup-function): Fix last change.
2612
2613 2005-11-17 John Paul Wallington <jpw@pobox.com>
2614
2615 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2616 Use `posn-set-point' instead of `mouse-set-point' because the
2617 latter is not fbound when configured without X.
2618
2619 * comint.el (comint-insert-input): Likewise.
2620
2621 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * simple.el (hard-newline): New variable.
2624 (sendmail-user-agent-compose, next-line): Use it.
2625
2626 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2627 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2628 (mail-mail-reply-to, mail-mail-followup-to)
2629 (mail-position-on-field, mail-signature, mail-yank-original)
2630 (mail-attach-file): Likewise.
2631
2632 * mail/mailheader.el (mail-header-format)
2633 (mail-header-format-function): Likewise.
2634
2635 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2636
2637 2005-11-17 Juri Linkov <juri@jurta.org>
2638
2639 * font-lock.el (font-lock-faces): Rename this defgroup from
2640 `font-lock-highlighting-faces'.
2641 (font-lock-comment-face, font-lock-comment-delimiter-face)
2642 (font-lock-string-face, font-lock-doc-face)
2643 (font-lock-keyword-face, font-lock-builtin-face)
2644 (font-lock-function-name-face, font-lock-variable-name-face)
2645 (font-lock-type-face, font-lock-constant-face)
2646 (font-lock-warning-face, font-lock-negation-char-face)
2647 (font-lock-preprocessor-face)
2648 (font-lock-regexp-grouping-backslash)
2649 (font-lock-regexp-grouping-construct): Rename :group from
2650 `font-lock-highlighting-faces' to `font-lock-faces'.
2651
2652 * cus-edit.el (lisp, c, tex):
2653 * progmodes/ada-mode.el (ada):
2654 * progmodes/asm-mode.el (asm):
2655 * progmodes/cperl-mode.el (cperl-faces):
2656 * progmodes/cpp.el (cpp):
2657 * progmodes/dcl-mode.el (dcl):
2658 * progmodes/f90.el (f90):
2659 * progmodes/fortran.el (fortran):
2660 * progmodes/icon.el (icon):
2661 * progmodes/idlwave.el (idlwave-misc):
2662 * progmodes/m4-mode.el (m4):
2663 * progmodes/make-mode.el (makefile):
2664 * progmodes/meta-mode.el (meta-font):
2665 * progmodes/modula2.el (modula2):
2666 * progmodes/octave-mod.el (octave):
2667 * progmodes/pascal.el (pascal):
2668 * progmodes/perl-mode.el (perl):
2669 * progmodes/prolog.el (prolog):
2670 * progmodes/ps-mode.el (PostScript-edit):
2671 * progmodes/scheme.el (scheme):
2672 * progmodes/sh-script.el (sh-script):
2673 * progmodes/simula.el (simula):
2674 * progmodes/tcl.el (tcl):
2675 * textmodes/nroff-mode.el (nroff):
2676 * textmodes/reftex-vars.el (reftex-fontification-configurations):
2677 * textmodes/sgml-mode.el (sgml):
2678 * textmodes/texinfo.el (texinfo):
2679 Add :link (custom-group-link font-lock-faces) to defgroup.
2680
2681 * hi-lock.el (hi-lock): Rename this defgroup from
2682 `hi-lock-interactive-text-highlighting'. Change parent group from
2683 `faces' to `font-lock'. Add link to the manual.
2684 (hi-lock-mode, hi-lock-file-patterns-range)
2685 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2686 `hi-lock-interactive-text-highlighting' to `hi-lock'.
2687 (hi-lock-faces): Add :group `faces'.
2688
2689 * cus-edit.el (custom-variable-prompt): Clarify the code.
2690
2691 * faces.el (face-read-string): Set the default value arg of
2692 completing-read.
2693
2694 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2695
2696 * rfn-eshadow.el (file-name-shadow-properties)
2697 (file-name-shadow-tty-properties, file-name-shadow-mode):
2698 Remove autoloads, because the file is now preloaded.
2699
2700 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * printing.el (easy-menu-intern): Don't define.
2703 (pr-get-symbol): Use easy-menu-intern only if defined.
2704
2705 * simple.el (blink-matching-open): Simplify a bit.
2706 (completion-setup-function): Fix the case of partial-completion-mode
2707 when the minibuffer's contents start with "-".
2708 Obey completion-base-size-function even when
2709 minibuffer-completing-file-name is non-nil.
2710
2711 2005-11-16 Richard M. Stallman <rms@gnu.org>
2712
2713 * net/eudcb-ph.el (eudc-ph-open-session):
2714 Use set-process-query-on-exit-flag.
2715
2716 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2717
2718 * international/ucs-tables.el (ucs-set-table-for-input):
2719 Use make-local-variable, not make-variable-buffer-local.
2720
2721 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2722 Improve warning message text.
2723
2724 * savehist.el (savehist-save-hook): Add :group.
2725
2726 * menu-bar.el (menu-bar-help-menu):
2727 Rename Find Extra Packages to External Packages.
2728
2729 * cus-edit.el (Custom-reset-standard): Verify that
2730 :custom-standard-value prop exists before calling it.
2731
2732 * apropos.el (apropos-calc-scores): Use apropos-pattern.
2733
2734 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
2735
2736 * wid-edit.el (color): Enclose %t in %{...%}.
2737
2738 * cus-edit.el (face): Enclose %t in %{...%}.
2739
2740 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
2741
2742 * savehist.el (savehist-mode-hook): Re-add the var.
2743 (savehist-mode): Use it.
2744
2745 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * textmodes/flyspell.el: Fix commenting convention.
2748 Remove unnecessary leading * in custom docstrings.
2749 (flyspell-emacs): Remove unused var.
2750 (flyspell-delete-region-overlays): Use remove-overlays.
2751 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2752 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2753 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2754 (flyspell-debug-signal-word-checked): Use with-current-buffer.
2755 (make-flyspell-overlay): Don't locally reuse a global name.
2756 (flyspell-highlight-incorrect-region)
2757 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2758 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2759 (flyspell-notify-misspell): Remove unused args `start' and `end'.
2760 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
2761 Wrap calls to accept-process-output inside with-local-quit since it's
2762 often called from a post-command-hook.
2763 (flyspell-correct-word, flyspell-auto-correct-word):
2764 Use ispell-send-string.
2765 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
2766
2767 * calendar/diary-lib.el (diary-list-entries): Also hide the
2768 terminating newline.
2769
2770 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
2771
2772 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2773 window-system, to allow fonts on tty.
2774
2775 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
2776
2777 * progmodes/gud.el (gud-speedbar-item-info): New function.
2778 (gud-install-speedbar-variables): Use it to display data type
2779 of watch expression as a tooltip in speedbar.
2780
2781 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2782
2783 * font-core.el (global-font-lock-mode): Add :version keyword,
2784 because default was changed.
2785
2786 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
2787
2788 * startup.el (command-line): Use `custom-reevaluate-setting' for
2789 `file-name-shadow-mode'.
2790
2791 * loadup.el: Preload rfn-eshadow.
2792
2793 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
2794 Add :version keyword.
2795 (file-name-shadow-properties, file-name-shadow-tty-properties)
2796 (file-name-shadow): Add :version keyword.
2797
2798 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
2799 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
2800 in the custom-group property of the symbol frames and the fringe
2801 group got no link to its parent group frames.
2802 Doc fix.
2803
2804 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2805
2806 * progmodes/gud.el (gud-stop-subjob): New function.
2807 (gud-menu-map, gud-tool-bar-map): Use it.
2808
2809 2005-11-16 Kim F. Storm <storm@cua.dk>
2810
2811 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
2812 than kill it.
2813 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
2814 to a more useful/logical place.
2815
2816 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2817
2818 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
2819 go buttons complementary.
2820
2821 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
2824 (rfn-eshadow-sifn-equal): New function.
2825 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2826
2827 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
2828
2829 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
2830 string.
2831
2832 * viper.el (viper-emacs-state-mode-list): Ensure that
2833 rcirc-mode buffers come up in Emacs state.
2834
2835 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
2836 operation.
2837
2838 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2839
2840 * term.el (term-termcap-format): Fix typos.
2841 (term-down): Fix the negative argument case.
2842
2843 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2844
2845 * progmodes/gdb-ui.el: Remove face-alias left over from change on
2846 2005-08-15.
2847 (gdb-ann3): New command gud-go.
2848 (menu): Accomodate gdb-mi.el.
2849 (gdb-assembler-custom): Make buffer of selected window current
2850 so that set-window-point works.
2851
2852 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
2853 buttons and include new ones.
2854
2855 2005-11-16 Kim F. Storm <storm@cua.dk>
2856
2857 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
2858 (gud-menu-map): Use it.
2859
2860 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
2861
2862 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
2863 that works correctly for Custom and that does not override a user
2864 who disables it.
2865
2866 * help-mode.el (help-make-xrefs, help-xref-on-pp)
2867 (help-xref-interned, help-follow): Make hyperlinks for variables
2868 that are unbound, but have a non-nil variable-documentation property.
2869
2870 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
2871 mode hook. (It conflicted with defcustoms for some mode hooks.)
2872 Use the `variable-documentation' property to give the mode hook a
2873 docstring and expand that docstring.
2874
2875 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
2876
2877 * savehist.el (savehist-mode): Don't bother with
2878 `custom-set-minor-mode'.
2879 (savehist-coding-system): Check XEmacs version.
2880 (history-length): Declare also at run time.
2881 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
2882 Don't set the customize state.
2883 (savehist-minibuffer-hook): Special case for when
2884 minibuffer-history-variable is equal to t.
2885
2886 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * files.el (write-file): Refresh VC status.
2889
2890 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
2891 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
2892 than fundamental-mode to see if the mode was set.
2893
2894 2005-11-14 Romain Francoise <romain@orebokech.com>
2895
2896 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
2897 dummy function in `eval-when-compile' to avoid compiler warning.
2898 Require `man' at compile time.
2899
2900 2005-11-14 Jay Belanger <belanger@truman.edu>
2901
2902 * calc-alg.el (calcFunc-write-out-power): Rename it to
2903 calcFunc-powerexpand.
2904 (math-write-out-power): Rename it to math-powerexpand; have it
2905 handle negative exponents.
2906 (calc-writeoutpower): Rename it to calc-powerexpand.
2907
2908 * calc-ext.el: Change calcFunc-writeoutpower and
2909 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
2910 autoloads.
2911 Add calcFunc-ldiv to autoloads.
2912
2913 * calc-arith.el (calcFunc-ldiv): New function.
2914
2915 * calc.el (calc-left-divide): New function.
2916
2917 2005-11-14 Juri Linkov <juri@jurta.org>
2918
2919 * cus-edit.el (custom-variable-prompt): Set the default value arg
2920 of completing-read.
2921
2922 * cus-dep.el (custom-make-dependencies): Reverse the list of
2923 found dependencies.
2924
2925 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2926
2927 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
2928 Highlighting" entry, it is on by default now.
2929 (menu-bar-options-save): Do not save global-font-lock-mode.
2930
2931 2005-11-13 Richard M. Stallman <rms@gnu.org>
2932
2933 * textmodes/flyspell.el (flyspell-large-region):
2934 Call flyspell-accept-buffer-local-defs.
2935
2936 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
2937
2938 * textmodes/flyspell.el (flyspell-notify-misspell):
2939 Fix misspelling of "Misspelling".
2940 (flyspell-process-localwords): New function.
2941 (flyspell-large-region): Call flyspell-process-localwords and
2942 flyspell-delete-region-overlays.
2943 (flyspell-delete-region-overlays): New function.
2944 (flyspell-delete-all-overlays): Call that.
2945
2946 2005-11-13 Richard M. Stallman <rms@gnu.org>
2947
2948 * help.el (help-for-help-internal): Improve doc of C-h a.
2949 (describe-key): Improve prompt; doc fix.
2950
2951 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * vc-svn.el (vc-svn-registered): Catch all errors.
2954
2955 * cus-dep.el (custom-make-dependencies): Typo.
2956
2957 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
2958
2959 * net/tramp-util.el (top): Fix compilation warning.
2960
2961 2005-11-13 Kim F. Storm <storm@cua.dk>
2962
2963 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
2964
2965 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2966
2967 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
2968 (gud-speedbar-buttons): Match on "const char *" too.
2969
2970 * progmodes/gdb-ui.el (gdb-var-create-handler)
2971 (gdb-var-list-children-handler): Match on "const char *" too.
2972 (gdb-var-evaluate-expression-handler): Match on empty string.
2973 (gdb-var-update-handler): Only call
2974 gdb-var-evaluate-expression-handler when required.
2975
2976 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2977
2978 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
2979 selected window. This still doesn't work for speedbar.
2980 (gud-speedbar-buttons): Handle string expressions properly.
2981
2982 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2983 (gdb-var-create-handler): Handle string expressions properly.
2984 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
2985 Handle string expressions properly. Move "type" field into regexp.
2986
2987 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2988
2989 * bookmark.el (bookmark-maybe-message): New function to reduce
2990 code duplication: invokes `message' iff baud-rate is high enough.
2991 (bookmark-write-file): Use above instead of an inline conditional.
2992 (bookmark-load): Same.
2993
2994 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2995
2996 * bookmark.el (bookmark-write-file): Don't visit the destination
2997 file, just write the data to it using write-region. This is
2998 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
2999 change to avoid visiting the file in the first place.
3000
3001 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
3002
3003 * hi-lock.el (hi-lock-mode): Set the default value of
3004 font-lock-defaults.
3005
3006 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
3007
3008 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3009 arg to `file-attributes'.
3010 (find-lisp-format): The UID and GID can now be strings.
3011
3012 2005-11-12 Kim F. Storm <storm@cua.dk>
3013
3014 * help.el (help-map): Bind C-h d to apropos-documentation.
3015
3016 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3017 when point is at end-of-buffer.
3018
3019 * apropos.el (apropos-match-face): Doc fix.
3020 (apropos-sort-by-scores): Add new choice `verbose'.
3021 (apropos-documentation-sort-by-scores): New defcustom.
3022 (apropos-pattern): Now contains the pattern entered by the user.
3023 (apropos-pattern-quoted): New defvar.
3024 (apropos-regexp): New defvar, containing the regexp corresponding
3025 to apropos-pattern.
3026 (apropos-all-words-regexp): Rename from apropos-all-regexp.
3027 (apropos-read-pattern): New defun. Use it to read pattern arg in
3028 interactive calls; returns list of words for a word list, and
3029 string for a regexp.
3030 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
3031 parses a list of words or regexp as returned by apropos-read-pattern.
3032 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3033 (apropos-score-doc): Return a very high score if the string
3034 entered by the user matches literally.
3035 (apropos-variable): Doc fix. Use apropos-read-pattern.
3036 (apropos-command): Doc fix. Use apropos-read-pattern and
3037 apropos-parse-pattern. Call apropos-print with nosubst=t.
3038 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3039 apropos-parse-pattern.
3040 (apropos-documentation): Doc fix. Use apropos-read-pattern and
3041 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
3042 apropos-documentation-sort-by-scores. Call apropos-print with
3043 nosubst=t.
3044 (apropos-documentation-internal): Pass doc string through
3045 substitute-key-definition before adding text properties.
3046 Highlight substring matching literal user input if possible.
3047 (apropos-documentation-check-doc-file): Remove locals beg and end.
3048 Fix calculation of score (as added twice). Pass doc string through
3049 substitute-key-definition before adding text properties.
3050 (apropos-documentation-check-elc-file): Pass doc string through
3051 substitute-key-definition before adding text properties.
3052 Highlight substring matching literal user input if possible.
3053 (apropos-print): Add new arg NOSUBST; if set, command and variable
3054 doc strings have already been passed through substitute-key-definition.
3055 Add code to handle apropos-accumulator items without score element
3056 for backwards compatibility (e.g. with woman package).
3057 Only show scores if apropos-sort-by-scores is `verbose'.
3058
3059 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3062 Add jka-compr-load-suffixes to load-suffixes.
3063
3064 * jka-compr.el: Require 'jka-cmpr-hook.
3065 (jka-compr-info-compress-message, jka-compr-info-compress-program)
3066 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3067 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3068 (jka-compr-info-can-append, jka-compr-info-strip-extension)
3069 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3070 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
3071 (jka-compr-uninstall): Remove entries from
3072 jka-compr-added-to-file-coding-system-alist after they are used.
3073 (jka-compr-error): Remove unused var `curbuf'.
3074 (jka-compr-file-local-copy): Remove unused var `notfound'.
3075
3076 2005-11-10 Romain Francoise <romain@orebokech.com>
3077
3078 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3079
3080 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
3081
3082 * progmodes/gud.el (gud-menu-map): Move parentheses.
3083 (gdb): New command gud-pv.
3084
3085 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * tar-mode.el: Remove spurious or unnecessary leading stars
3088 in docstrings.
3089 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3090 (tar-parse-octal-integer-safe): Use mapc.
3091 (tar-header-block-summarize): Remove unused var `ck'.
3092 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3093 cleared before. Obey default-enable-multibyte-characters.
3094 Use mapconcat. Simplify setting of tar-header-offset.
3095 (tar-mode-map): Move initialization inside delcaration.
3096 (tar-flag-deleted): Use `abs'.
3097 (tar-expunge-internal): Remove unused var `line'.
3098 (tar-expunge-internal): Don't hardcode point-min==1.
3099 (tar-expunge): Widen while doing set-buffer-multibyte.
3100 (tar-rename-entry): Use file-name-coding-system.
3101 (tar-alter-one-field): Don't hardcode point-min==1.
3102 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3103 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
3104
3105 2005-11-10 Masatake YAMATO <jet@gyve.org>
3106
3107 * add-log.el (add-log-current-defun): Handle class::method
3108 notation of c++. Fix incorrect comment.
3109
3110 2005-11-10 Alan Mackenzie <acm@muc.de>
3111
3112 * help-fns.el (describe-variable): Make C-h v work when a variable
3113 has variable documentation yet is unbound.
3114
3115 2005-11-10 Masatake YAMATO <jet@gyve.org>
3116
3117 * man.el (Man-highlight-references): Set an empty
3118 string to `Man-arguments' if it is nil.
3119 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3120
3121 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3122
3123 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3124 commenting conventions.
3125
3126 * cus-dep.el (custom-make-dependencies): Simplify.
3127 Better follow the commenting conventions.
3128
3129 2005-11-09 Richard M. Stallman <rms@gnu.org>
3130
3131 * apropos.el (apropos-pattern): Rename from apropos-regexp.
3132 (apropos-orig-pattern): Rename from apropos-orig-regexp.
3133 All uses changed.
3134 (apropos-rewrite-regexp): Doc fix.
3135 (apropos-variable, apropos-command, apropos, apropos-value):
3136 Change prompt; carry through the argument renaming.
3137
3138 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3139
3140 * find-lisp.el: Require dired.
3141 (find-lisp-find-dired-internal): Do not call
3142 `abbreviate-file-name' on DIR.
3143
3144 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
3145
3146 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3147
3148 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
3149
3150 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3151 when using the speedbar.
3152 (gdb): New command gud-pp.
3153 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3154
3155 2005-11-09 Juri Linkov <juri@jurta.org>
3156
3157 * replace.el (occur-excluded-properties): New defcustom.
3158 (occur-1, occur-engine, occur-accumulate-lines): Use it.
3159
3160 2005-11-08 Jay Belanger <belanger@truman.edu>
3161
3162 * calc/calc-units.el (math-convert-units): Replace any composite
3163 unit by its definition.
3164
3165 2005-11-08 Lars Hansen <larsh@soem.dk>
3166
3167 * emacs-lisp/autoload.el (update-directory-autoloads):
3168 Add obsolete function alias.
3169
3170 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3173 comment-indent-function.
3174 (lisp-comment-indent): Replace by an alias for comment-indent-default.
3175
3176 * reveal.el (reveal-post-command): Rework the handling of
3177 reveal-open-spots, so as to be more reliable. There were several
3178 tricky corner cases where an open spot might be lost, or where
3179 a closed spot might end up on the list of open spots.
3180 Only reveal text that's ellipsised.
3181
3182 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
3183
3184 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3185
3186 2005-11-07 John Paul Wallington <jpw@gnu.org>
3187
3188 * ibuffer.el (ibuffer): Search iconified frames too when
3189 getting Ibuffer buffer's window.
3190
3191 2005-11-06 Richard M. Stallman <rms@gnu.org>
3192
3193 * progmodes/compile.el (compilation-internal-error-properties):
3194 save-excursion around the computation of MARKER.
3195
3196 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
3197
3198 * textmodes/flyspell.el (flyspell-external-point-words):
3199 flyspell-get-word returns a list, not just a string.
3200
3201 2005-11-06 John Paul Wallington <jpw@pobox.com>
3202
3203 * ibuffer.el (ibuffer): Search all visible frames when getting
3204 Ibuffer buffer's window.
3205
3206 2005-11-07 Masatake YAMATO <jet@gyve.org>
3207
3208 * man.el (Man-reference-regexp): Accept spaces between
3209 `Man-name-regexp' and `Man-section-regexp'.
3210 (Man-apropos-regexp): New variable.
3211 (Man-abstract-xref-man-page): Use value for `Man-target-string'
3212 if available.
3213 (Man-highlight-references, Man-highlight-references0):
3214 Handle the case when `Man-arguments' includes "-k".
3215 (Man-highlight-references0): Rename the argument `TARGET-POS' to
3216 `TARGET'. `TARGET' can be a number, function or nil.
3217
3218 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
3219
3220 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3221 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3222 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3223 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3224 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3225 (gdb-send-item): Use buffer-local-value and simplify.
3226
3227 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
3228
3229 * startup.el (command-line): Use `custom-reevaluate-setting' for
3230 `global-font-lock-mode'.
3231
3232 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3233 by default, except in batch mode or when the -D option is given.
3234
3235 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3236 specified keyword args on to `define-minor-mode'. Update docstring.
3237
3238 2005-11-05 Romain Francoise <romain@orebokech.com>
3239
3240 * replace.el (occur-engine): Add marker at end of line, too.
3241
3242 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3243
3244 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3245 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3246 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3247 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3248 argument to all these routines, so the passphrase can be managed
3249 externally and passed in to the system.
3250 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3251 pgg-add-passphrase-to-cache function.
3252
3253 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3254 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3255 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3256 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3257 argument to all these routines, so the passphrase can be managed
3258 externally and passed in to the system.
3259 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3260 function.
3261
3262 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3263
3264 * font-lock.el: Don't deal with font-lock-face-attributes here,
3265 move the code ...
3266
3267 * startup.el (command-line): ... here. Use face-spec-set instead
3268 of custom-declare-face.
3269
3270 * faces.el (face-spec-set): Reset the face if spec is not nil.
3271
3272 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * newcomment.el (comment-region-internal): Box more tightly in the
3275 common case where there's no TAB in the boxed text.
3276
3277 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3278
3279 * info.el (info-tool-bar-map): Use images prev-node, next-node and
3280 up-node.
3281
3282 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
3283
3284 * newsticker.el: Commentary updated. Code formatting changed.
3285 (newsticker-version): Change to "1.9".
3286 (newsticker, newsticker-feed): Doc fix.
3287 (newsticker-url-list): Doc fix. Add option "Weekly".
3288 (newsticker-retrieval-interval): Add option "Weekly".
3289 (newsticker-headline-processing): Doc fix.
3290 (newsticker-auto-mark-filter): Remove.
3291 (newsticker-auto-mark-filter-list): New.
3292 (newsticker-layout, newsticker-sort-method): Doc fix.
3293 (newsticker-hide-old-items-in-newsticker-buffer)
3294 (newsticker-heading-format, newsticker-item-format)
3295 (newsticker-desc-format): Doc fix.
3296 (newsticker-show-all-rss-elements): Remove.
3297 (newsticker-show-all-news-elements): New.
3298 (newsticker-faces, newsticker-ticker): Doc fix.
3299 (remove-from-invisibility-spec): Code formatting.
3300 (newsticker--process-ids): New.
3301 (newsticker-mode): Doc fix.
3302 (newsticker-mode): Change mode-line-format.
3303 (newsticker-start): Remove debug output.
3304 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
3305 (newsticker-w3m-show-inline-images): Code formatting.
3306 (newsticker-next-item): Call `force-mode-line-update'.
3307 (newsticker-previous-item): Call `force-mode-line-update'.
3308 (newsticker-next-feed): Call `force-mode-line-update'.
3309 (newsticker-previous-feed): Call `force-mode-line-update'.
3310 (newsticker-mark-all-items-at-point-as-read): Code formatting.
3311 (newsticker-show-old-items): Do not show descs.
3312 (newsticker-hide-entry): Hide too much.
3313 (newsticker-hide-entry, newsticker-show-entry)
3314 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3315 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3316 (newsticker-toggle-auto-narrow-to-item): Code formatting.
3317 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3318 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3319 (newsticker-get-news): Call `force-mode-line-update'.
3320 Collect process ids.
3321 (newsticker--sentinel): Change coding system handling.
3322 Move image retrieval to new functions newsticker--get-logo-url-*.
3323 Move feed parsing to new functions newsticker--parse-*.
3324 Update list of process ids.
3325 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3326 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3327 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3328 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3329 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3330 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3331 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3332 (newsticker--decode-coding-string): Remove.
3333 (newsticker--decode-numeric-entities): Check input. Format code.
3334 (newsticker--remove-whitespace): Check input.
3335 (newsticker--do-forget-preformatted): Doc fix.
3336 (newsticker--decode-rfc822-date): Allow for missing time.
3337 (newsticker--update-process-ids): New.
3338 (newsticker--image-sentinel): Change comment.
3339 (newsticker--image-read): Change error message.
3340 (newsticker--imenu-goto): Doc fix. Show headline title.
3341 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3342 (newsticker--buffer-do-insert-text): Clean whitespace in
3343 html-rendered headline title. Code formatting.
3344 Call `newsticker--buffer-print-extra-elements'.
3345 (newsticker--buffer-print-extra-element): Remove.
3346 (newsticker--buffer-print-extra-elements): New.
3347 (newsticker--buffer-do-print-extra-element): New.
3348 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
3349 large sizes.
3350 (newsticker--run-auto-mark-filter)
3351 (newsticker--do-run-auto-mark-filter):
3352 Use `newsticker-auto-mark-filter-list'.
3353
3354 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
3355
3356 * net/rcirc.el: Use split-string OMIT-NULLS argument.
3357 (rcirc-print): Force redisplay before running hooks. Do long
3358 buffer truncation after making new text read-only. Deal with nil
3359 text when decoding strings. If TARGET is nil, use either the
3360 currently selected buffer, if it is an rcirc buffer and of the
3361 same process or the process buffer.
3362 (rcirc-mode): Remove header-line. Recompute short buffer names.
3363 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3364 (rcirc-short-buffer-name): Add variable.
3365 (rcirc-kill-buffer-hook): Recompute short buffer names.
3366 Remove nick from private channel.
3367 (rcirc-send-input): Send command text to current-buffer.
3368 Don't clear overlay arrow here.
3369 (rcirc-short-buffer-name): Return a short buffer name.
3370 (rcirc-update-short-buffer-names, rcirc-abbreviate)
3371 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3372 buffer-name abbreviations.
3373 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3374 Do not touch nick-table when killing a parted channel.
3375 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3376 Clear arrow from current buffer if it is now hidden.
3377 (rcirc-current-buffer): Add variable.
3378 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3379 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3380 Remove -face from names.
3381 (rcirc-update-activity-string): Print "DND" when globally ignoring
3382 activity.
3383 (rcirc-ignore-buffer-activity-flag): Rename from
3384 rcirc-ignore-channel-activity.
3385 (rcirc-ignore-all-activity-flag): Doc fix.
3386 (rcirc-channels): Remove variable.
3387 (rcirc-kill-buffer-hook):
3388 (rcirc-get-buffer-create): Add nick to private channel.
3389 (rcirc-multiline-edit-submit): Remove tabs.
3390 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3391 folded.
3392 (rcirc-remove-nick-channel): Bug fix.
3393 (rcirc-toggle-ignore-buffer-activity): Rename from
3394 rcirc-toggle-ignore-channel-activity.
3395 (rcirc-record-activity): Add buffers to the front of the list.
3396 (rcirc-update-activity): Remove killed buffers from list.
3397 (rcirc-process-server-response-1): Remove last argument if it is
3398 null before calling handler.
3399 (rcirc): Add "rcirc" defcustom prefix.
3400 (rcirc-prompt): Simplify default prompt.
3401 Use custom-initialize-default.
3402 (rcirc-private-chats): Remove variable.
3403 (rcirc-prompt): Change initialization.
3404 (rcirc-version): Remove function.
3405 (rcirc-id-string): Add constant.
3406 (rcirc-last-buffer): Remove variable.
3407 (rcirc-buffer-alist): Add variable.
3408 (rcirc-connect): Update variable setup.
3409 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3410 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3411 default.
3412 (rcirc-handler-generic): Trigger activity.
3413 (rcirc-send-message): Create the buffor of the target.
3414 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3415 (rcirc-get-buffer): Just return nil if there is no matching buffer.
3416 (rcirc-multiline-edit-cancel): Remove function.
3417 (rcirc-set-last-buffer): Remove function.
3418 (rcirc-get-any-buffer): Add function.
3419 (rcirc-join-channels): Don't print /join text.
3420 (rcirc-toggle-ignore-channel-activity): Add and update echo area
3421 messages.
3422 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3423 (rcirc-handler-NOTICE): Recognize CTCP responses.
3424 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3425 constructing TOPIC string for buffers we are not JOINed.
3426 (rcirc-handler-CTCP-response): Add handler.
3427 (rcirc-multiline-edit-submit): Restore the window-configuration
3428 before adjusting point.
3429 (rcirc): Add customization group.
3430 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3431 (rcirc-user-full-name, rcirc-startup-channels-alist)
3432 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3433 (rcirc-ignore-all-activity-flag, rcirc-time-format)
3434 (rcirc-input-ring-size, rcirc-read-only-flag)
3435 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3436 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3437 Change defvar to defcustom.
3438 (rcirc-update-prompt): Add optional ALL arg, which will update
3439 prompts in all rcirc buffers. Regexp quote replacement text.
3440 (rcirc-fill-column): Accept 'frame-width as a value.
3441 (rcirc-set-changed): Add function.
3442 (rcirc-next-active-buffer): Write more meaningful messages.
3443 (rcirc-faces): Add customization group.
3444 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3445 (rcirc-nick-in-message-face, rcirc-prompt-face)
3446 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3447 (with-rcirc-process-buffer): Move before first usage.
3448 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3449 (rcirc-debug-flag): Rename from `rcirc-log-p'.
3450 (rcirc-debug): Rename from `rcirc-log'.
3451 (rcirc-format-response-string): Do not print '-' chars for a
3452 NOTICE with no sender. Simplify output of server responses.
3453
3454 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3455
3456 (rcirc-browse-url-map, rcirc-browse-url-at-point)
3457 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3458 mouse and RET clickable.
3459
3460 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3461
3462 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3463
3464 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3465
3466 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3467 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3468 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3469 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3470 argument to all these routines, so the passphrase can be managed
3471 externally and passed in to the system.
3472 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3473 pgg-add-passphrase-to-cache function.
3474
3475 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3476 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3477 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3478 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3479 argument to all these routines, so the passphrase can be managed
3480 externally and passed in to the system.
3481 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3482 function.
3483
3484 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
3485
3486 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3487 from goto-address-url-regexp.
3488
3489 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3490
3491 * textmodes/org.el (org-read-date, org-goto-calendar)
3492 (org-recenter-calendar, org-agenda-goto-calendar):
3493 Temporarily clear 'calendar-move-hook'.
3494
3495 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
3496
3497 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3498 merging.
3499
3500 * ediff-util.el (ediff-previous-difference): Don't skip regions that
3501 have merge clashes.
3502
3503 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3504
3505 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3506 Undo previous change.
3507
3508 * startup.el (command-line): Use `custom-reevaluate-setting' for
3509 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
3510 tty-register-default-colors on Mac.
3511
3512 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3513
3514 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3515 (gdb-buffer-type): Make it automatically buffer local...
3516 (gdb-get-create-buffer): ...and set it accordingly.
3517 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3518 actually work.
3519
3520 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3521
3522 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3523 not red.
3524
3525 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3526
3527 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3528 case GUD buffer is not visible.
3529 (gdb-goto-breakpoint): Try to force display in source buffer.
3530 (gdb-frame-gdb-buffer): Copy other similar functions.
3531 (gdb-restore-windows): Don't display source if not asked for.
3532 (gdb-assembler-buffer-name): Don't capitalise.
3533
3534 2005-11-03 Richard M. Stallman <rms@gnu.org>
3535
3536 * wid-edit.el (key-sequence): New widget type.
3537
3538 * simple.el (set-mark-command-repeat-pop): New variable.
3539 (set-mark-command): Only interpret plan C-@ after a pop as a pop
3540 if set-mark-command-repeat-pop is true.
3541
3542 * info.el (Info-fontify-node): Don't display extra "see" if there
3543 already is one here.
3544
3545 * mouse.el: Fix special handling of DEL after dragging a region:
3546 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3547 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
3548
3549 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3550
3551 * textmodes/ispell.el (ispell-command-loop): Change `i' description
3552 not to assume it pertains to an affix.
3553
3554 * textmodes/flyspell.el (flyspell-post-command-hook):
3555 Bind deactivate-mark to prevent deactivation.
3556
3557 2005-11-03 Lars Hansen <larsh@soem.dk>
3558
3559 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3560 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3561 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3562
3563 2005-11-03 Romain Francoise <romain@orebokech.com>
3564
3565 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
3566 Update copyright years.
3567
3568 2005-11-03 Sam Steingold <sds@gnu.org>
3569
3570 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3571 Use system-type instead of window-system because window-system is not
3572 correctly defined during loadup.
3573
3574 2005-11-02 Mark A. Hershberger <mah@everybody.org>
3575
3576 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3577 (xml-parse-tag): Join strings separated by a comment properly.
3578
3579 2005-11-02 Andreas Schwab <schwab@suse.de>
3580
3581 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3582
3583 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3584
3585 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3586 (byte-optimize-pure-func): Quote the eval'd value.
3587
3588 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3589 Rename from perl-font-lock-syntactic-face-function.
3590 Change the calling convention so it can be used as a font-lock MATCHER.
3591 Do the parse-partial-sexp loop outselves.
3592 (perl-font-lock-syntactic-keywords): Use it.
3593 (perl-mode): Don't set font-lock-syntactic-face-function any more.
3594
3595 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
3596
3597 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3598 disassembly buffer too.
3599 (gdb-exited): Remove overlay arrows when execution has finished.
3600 (gdb-info-frames-custom, gdb-info-threads-custom)
3601 (gdb-info-registers-custom): Don't add inappropriate text
3602 properties if inferior is not active.
3603
3604 2005-11-02 Glenn Morris <rgm@gnu.org>
3605
3606 * progmodes/fortran.el (fortran-blink-match):
3607 Use `blink-matching-delay'.
3608
3609 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3610
3611 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3612
3613 2005-11-02 Lars Hansen <larsh@soem.dk>
3614
3615 * net/tramp.el (tramp-action-out-of-band): Handle scp message
3616 "Permission denied".
3617
3618 2005-11-01 Richard M. Stallman <rms@gnu.org>
3619
3620 * textmodes/flyspell.el (flyspell-external-point-words):
3621 Pass nil to flyspell-get-word.
3622
3623 2005-11-02 Kim F. Storm <storm@cua.dk>
3624
3625 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3626 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3627
3628 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3631 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3632 (calendar-mouse-print-dates): Add optional `event' argument.
3633 Update interactive-spec.
3634 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3635 Use `calendar-event-to-date' instead of `event'.
3636
3637 2005-11-02 Masatake YAMATO <jet@gyve.org>
3638
3639 * progmodes/ld-script.el (ld-script-builtins):
3640 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3641 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3642 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3643
3644 2005-11-01 Romain Francoise <romain@orebokech.com>
3645
3646 * vc-sccs.el: Update copyright year.
3647 * ezimage.el: Likewise.
3648
3649 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3650
3651 * info.el (Info-fontify-node): Use `string-width' for fontifying
3652 underlined titles.
3653
3654 2005-11-01 Juri Linkov <juri@jurta.org>
3655
3656 * info.el (Info-fontify-node): Downcase node header keywords Node,
3657 Prev, Next, Up before comparison.
3658 (Info-history): Insert absolute directory name, and put invisible
3659 property on it.
3660
3661 2005-11-01 Juri Linkov <juri@jurta.org>
3662
3663 * info.el (Info-file-supports-index-cookies): New variable.
3664 (Info-find-node-2): Check makeinfo version for index cookie support.
3665 (Info-index-nodes): Search for nodes with index cookies only when
3666 Info-file-supports-index-cookies is t. Otherwise, search nodes
3667 with "Index" in the node name.
3668 (Info-index-node): Search index cookie in the current node only when
3669 Info-file-supports-index-cookies is t. Otherwise, check the word
3670 "Index" in the node name.
3671 (Info-find-emacs-command-nodes): Remove code that searches nodes
3672 with "Index" node name in the top menu.
3673
3674 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * progmodes/scheme.el (scheme-mode-variables): Use the default
3677 comment-indent-function.
3678
3679 * faces.el (face-attribute): Handle the case where a face inherits from
3680 a non-existent face.
3681
3682 * simple.el (eval-expression-print-format): Use lisp-readable syntax
3683 for octal and hexa output, and merge the char into the paren.
3684 (kill-new): Use push.
3685 (copy-to-buffer): Use with-current-buffer.
3686 (completion-setup-function): Move code in loop to remove redundancy.
3687 (minibuffer-local-must-match-map): Don't add bindings that duplicate
3688 those inherited from minibuffer-local-completion-map.
3689
3690 * savehist.el (savehist-mode) <defcustom>:
3691 Use custom-set-minor-mode if available.
3692 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3693 and emit a message if applicable.
3694
3695 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
3696
3697 * savehist.el: Sync up to version 19.
3698 (savehist-mode): New minor mode.
3699 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3700 (savehist-length): Remove (use history-length instead).
3701 (savehist-file-modes): Rename from savehist-modes.
3702 (savehist-save-hook, savehist-loaded): New vars.
3703 (savehist-load): Use savehist-mode. Try to smooth up transition from
3704 old format to new format.
3705 (savehist-install): Allow savehist-autosave-interval to be nil.
3706 (savehist-save): Run the new hook. Be more careful to only trim the
3707 history variables.
3708 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
3709 (savehist-printable): Print into a buffer rather than char-by-char.
3710
3711 2005-11-01 John Wiegley <johnw@newartisans.com>
3712
3713 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3714 toggle-ignore keybinding (C-a). The author said it had been
3715 disabled much earlier due to a possible incompatibility, but after
3716 many months of usage I have encountered no problems (and it is a
3717 rather useful option, especially for switching to " *temp*").
3718
3719 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3720 support for OS/X's AddressBook, by calling out to the open source
3721 program "contacts" (installable through Fink).
3722
3723 * net/eudc.el (eudc-expand-inline): If the
3724 `eudc-multiple-match-handling-method' is set to `all', delete the
3725 query string before inserting the query result.
3726
3727 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3728 flag, to prevent Eshell from using the system ls when
3729 `eshell-ls-insert-directory' is in used.
3730 (eshell-ls-insert-directory): Disable font-lock in directory
3731 buffer so that Eshell's own fontification is seen. This broke
3732 recently due to changes in font-lock, so this goes back to version
3733 21 behavior.
3734
3735 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3736
3737 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3738 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3739 (gdb-many-windows): Doc fix.
3740
3741 2005-10-31 Romain Francoise <romain@orebokech.com>
3742
3743 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3744
3745 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3746
3747 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3748 that global-font-lock-mode can be enabled by default.
3749
3750 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3751 (font-lock-add-keywords, font-lock-remove-keywords)
3752 (font-lock-fontify-buffer): Remove autoload cookies.
3753
3754 * jit-lock.el (jit-lock-register): Likewise.
3755
3756 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3757
3758 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3759
3760 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3761 intact if there is no gud-comint-buffer.
3762
3763 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
3764
3765 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3766 old prompt comint-prompt-read-only is t and GDB commands are
3767 issued from tool bar etc.
3768
3769 2005-10-31 Masatake YAMATO <jet@gyve.org>
3770
3771 * vc.el (vc-directory-exclusion-list): Add "{arch}".
3772
3773 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3776 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
3777
3778 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
3779
3780 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
3781 starting at beginning of line. Fontification is messed up when
3782 `open-paren-in-column-0-is-defun-start' set to t.
3783 Reported by John Paul Wallington <jpw@pobox.com>.
3784
3785 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
3786
3787 * comint.el (comint-send-input): Call `comint-update-fence' when
3788 `comint-process-echoes' and `comint-prompt-read-only' are both
3789 non-nil, to avoid leftover read-only newline.
3790
3791 2005-10-30 Richard M. Stallman <rms@gnu.org>
3792
3793 * textmodes/flyspell.el (flyspell-external-point-words):
3794 Detect when WORD can't be checked properly because
3795 flyspell-get-word finds just part of it, and move on.
3796
3797 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
3798 boundarychar for Polish.
3799 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
3800 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
3801
3802 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3803
3804 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
3805 (gdb-registers-font-lock-keywords): Delete.
3806 (gdb-registers-mode): Don't fontify.
3807 (gdb-info-registers-custom): Use text properties instead as, in
3808 future, changed register values will use font-lock-warning-face.
3809 (gdb-local-font-lock-keywords): Rename to...
3810 (gdb-locals-font-lock-keywords): ...for consistency.
3811
3812 2005-10-30 Andre Spiegel <spiegel@gnu.org>
3813
3814 * vc.el (vc-switch-backend): Better error message if the buffer is
3815 not visiting a file under version control.
3816
3817 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
3818
3819 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
3822 ~/.emacs.d/.emacs.
3823
3824 2005-10-29 Richard M. Stallman <rms@gnu.org>
3825
3826 * replace.el (occur-mode-mouse-goto): Always go to other window.
3827 (occur-mode-goto-occurrence): Always switch in same window.
3828
3829 * simple.el (undo): Display message at end, not at start.
3830
3831 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
3832 New arg REUSE-CELL.
3833 (cancel-timer-internal): New function.
3834 (timer-event-handler): Use cancel-timer-internal,
3835 and pass the cell it returns to timer-activate...
3836
3837 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
3838 (jit-lock-deferred-fontify, jit-lock-context-fontify)
3839 (jit-lock-after-change): Test memory-full.
3840
3841 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3842
3843 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3844 part of the decoded armor to find the key-identifier.
3845 (pgg-gpg-lookup-key-owner): New function to return the
3846 human-readable identifier of a key owner.
3847 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3848 key itself.
3849 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3850 the key value) if we have a key and can match it against a secret
3851 key. Also, added a note pointing out fact that the prompt only
3852 indicates the first matching key.
3853
3854 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3855 pgg-decrypt-region.
3856 (pgg-pending-timers): A new hash for tracking the passphrase cache
3857 timers, so that new ones supercede old ones.
3858 (pgg-add-passphrase-to-cache): Rename from
3859 `pgg-add-passphrase-cache' to reduce confusion (all callers
3860 changed). Modified to cancel old timers when new ones are added.
3861 (pgg-remove-passphrase-from-cache): Rename from
3862 `pgg-remove-passphrase-cache' to reduce confusion (all callers
3863 changed). Modified to cancel old timers when their keys are
3864 removed from the cache.
3865 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3866 XEmacs, an indirection to delete-itimer.
3867 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3868 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3869 users can only check cache without risk of prompting. Correct bug in
3870 notruncate behavior.
3871 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3872 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3873 Add informative docstrings.
3874 (pgg-decrypt): Convey provided passphrase in subordinate call to
3875 pgg-decrypt-region.
3876
3877 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3878 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3879 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3880 'passphrase' argument, so the passphrase can be managed externally
3881 and then passed in to the system.
3882
3883 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3884 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3885 so the passphrase cache can be used reliably with identifiers
3886 besides a pgp packet's key id.
3887
3888 * pgg-gpg.el (pgg-pgp-encrypt-region)
3889 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3890 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3891 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3892 argument to all these routines, so the passphrase can be managed
3893 externally and passed in to the system.
3894
3895 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3896 'notruncate' argument, so the passphrase cache can be used
3897 reliably with identifiers besides a pgp packet's key id.
3898
3899 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
3900
3901 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3902 symmetric encryption.
3903 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3904 encrypted session key.
3905 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3906 message ask for the passphrase in a proper way.
3907
3908 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3909 New user commands for symmetric encryption.
3910
3911 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
3912
3913 * textmodes/conf-mode.el (conf-assignment-sign)
3914 (conf-assignment-regexp): Fix docstrings.
3915 (conf-mode-initialize): New function.
3916 (conf-mode): Remove optional args. Use delay-mode-hooks to
3917 recognize recursive calls.
3918 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
3919 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
3920 (conf-xdefaults-mode): Use define-derived-mode and
3921 conf-mode-initialize.
3922
3923 2005-10-29 Romain Francoise <romain@orebokech.com>
3924
3925 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
3926
3927 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3928
3929 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3930 part of the decoded armor to find the key-identifier.
3931 (pgg-gpg-lookup-key-owner): New function to return the
3932 human-readable identifier of a key owner.
3933 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3934 key itself.
3935 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3936 the key value) if we have a key and can match it against a secret
3937 key. Also, added a note pointing out fact that the prompt only
3938 indicates the first matching key.
3939
3940 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3941 pgg-decrypt-region.
3942 (pgg-pending-timers): A new hash for tracking the passphrase cache
3943 timers, so that new ones supercede old ones.
3944 (pgg-add-passphrase-to-cache): Rename from
3945 `pgg-add-passphrase-cache' to reduce confusion (all callers
3946 changed). Modified to cancel old timers when new ones are added.
3947 (pgg-remove-passphrase-from-cache): Rename from
3948 `pgg-remove-passphrase-cache' to reduce confusion (all callers
3949 changed). Modified to cancel old timers when their keys are
3950 removed from the cache.
3951 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3952 XEmacs, an indirection to delete-itimer.
3953 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3954 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3955 users can only check cache without risk of prompting. Correct bug in
3956 notruncate behavior.
3957 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3958 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3959 Add informative docstrings.
3960 (pgg-decrypt): Convey provided passphrase in subordinate call to
3961 pgg-decrypt-region.
3962
3963 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
3964
3965 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3966 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3967 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3968 'passphrase' argument, so the passphrase can be managed externally
3969 and then passed in to the system.
3970
3971 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3972 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3973 so the passphrase cache can be used reliably with identifiers
3974 besides a pgp packet's key id.
3975
3976 * pgg-gpg.el (pgg-pgp-encrypt-region)
3977 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3978 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3979 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3980 argument to all these routines, so the passphrase can be managed
3981 externally and passed in to the system.
3982
3983 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3984 'notruncate' argument, so the passphrase cache can be used
3985 reliably with identifiers besides a pgp packet's key id.
3986
3987 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
3988
3989 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3990 symmetric encryption.
3991 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3992 encrypted session key.
3993 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3994 message ask for the passphrase in a proper way.
3995
3996 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3997 New user commands for symmetric encryption.
3998
3999 2005-10-28 Bill Wohler <wohler@newt.com>
4000
4001 * help-mode.el (help-url): New button type. Calls browse-url.
4002 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4003 Similar to Info nodes: URL `url'.
4004 (help-make-xrefs): Create help-url buttons for
4005 help-xref-url-regexp matches.
4006
4007 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
4008
4009 * tool-bar.el (tool-bar-add-item-from-menu)
4010 (tool-bar-local-item-from-menu): Fix doc strings.
4011
4012 2005-10-28 Romain Francoise <romain@orebokech.com>
4013
4014 * ldefs-boot.el: Update.
4015
4016 * subr.el (locate-library): Move from help-fns.el.
4017 * help-fns.el (locate-library): Move to subr.el.
4018
4019 2005-10-28 Richard M. Stallman <rms@gnu.org>
4020
4021 * net/tramp.el (tramp-completion-mode): defvar moved up.
4022
4023 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4024
4025 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4026
4027 * files.el (find-file-noselect): Use %d to format large file size.
4028
4029 * bindings.el (mode-line-format): Add %e.
4030
4031 * loadup.el ("facemenu"): Load unconditionally.
4032 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4033 ("x-dnd"): Load, when appropriate.
4034
4035 * startup.el (command-line): Call before-init-hook earlier.
4036 Warn about some bad characters in -u user name.
4037
4038 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4039 (flyspell-external-point-words): Error if misspelled word is not found.
4040 Set flyspell-large-region-beg at end of word.
4041
4042 2005-10-28 Andreas Schwab <schwab@suse.de>
4043
4044 * view.el (View-revert-buffer-scroll-page-forward):
4045 Use view-page-size-default.
4046
4047 2005-10-28 Juri Linkov <juri@jurta.org>
4048
4049 * international/quail.el (quail-get-current-str): Translate last
4050 raw character for deterministic input methods.
4051
4052 2005-10-27 Jay Belanger <belanger@truman.edu>
4053
4054 * calc/calc-ext.el: Add functions to autoloads.
4055 (math-identity-matrix-p, math-ident-row-p): New functions.
4056
4057 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4058 multiplication by an identity matrix; don't turn multiplication by
4059 an inverse matrix into division.
4060 (math-div-symbol-fancy): Replace division by matrices with
4061 multiplication by inverse.
4062
4063 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4064
4065 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4066 (calc-writeoutpower): New functions.
4067
4068 2005-10-27 Romain Francoise <romain@orebokech.com>
4069
4070 * replace.el (occur-engine): Include colon in mouse-face highlight.
4071
4072 * dired-x.el: Change Maintainer field.
4073
4074 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * longlines.el (longlines-mode): Bind after-change-functions to
4077 nil during initial decoding and final encoding.
4078
4079 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4080
4081 * term.el (term-emulate-terminal, term-handle-colors-array)
4082 (term-handle-ansi-escape): Specify the terminfo capabilities
4083 implemented.
4084
4085 2005-10-26 Richard M. Stallman <rms@gnu.org>
4086
4087 * info.el (Info-fontify-node): Fix detection of sentence-break
4088 before *Note.
4089
4090 2005-10-26 Romain Francoise <romain@orebokech.com>
4091
4092 * smerge-mode.el: Add `tools' to file keywords.
4093
4094 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
4095
4096 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4097 when the fringe is not available.
4098
4099 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4100 (def-gdb-auto-update-trigger): Simplify construction.
4101 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4102 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4103 defined explicitly.
4104 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4105 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4106 defined explicitly.
4107 (gdb-info-locals-custom): Remove as it's a no-op.
4108
4109 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
4110
4111 * longlines.el (longlines-mode): Remove narrowing before
4112 performing the initial decoding or final encoding.
4113
4114 2005-10-25 Romain Francoise <romain@orebokech.com>
4115
4116 * emacs-lisp/find-func.el (find-library-name): Also strip
4117 extension if library name ends in .el, to take advantage of
4118 `find-library-suffixes'.
4119
4120 2005-10-25 Richard M. Stallman <rms@gnu.org>
4121
4122 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4123
4124 2005-10-25 Juri Linkov <juri@jurta.org>
4125
4126 * textmodes/texinfo.el (texinfo-mode): Change charset of one
4127 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4128
4129 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4132 (blackbox-redefine-key): Add argument `map'.
4133
4134 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4135 regions when moving the jit-lock-context-unfontify-pos boundary.
4136
4137 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
4138
4139 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4140
4141 2005-10-25 Masatake YAMATO <jet@gyve.org>
4142
4143 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4144
4145 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
4146
4147 * play/blackbox.el (blackbox-redefine-key): New function.
4148 (blackbox-mode-map): Use it to remap existing bindings for cursor
4149 motion instead of binding literal keys.
4150
4151 2005-10-25 Glenn Morris <rgm@gnu.org>
4152
4153 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4154 diary does not end in a newline. Do not assume a blank line at
4155 the start of the diary file.
4156
4157 2005-10-25 Kenichi Handa <handa@m17n.org>
4158
4159 * international/quail.el (quail-translate-key): If the input
4160 method is deterministic and failed to handle the last key, restart
4161 the key handling loop from an appropriate key.
4162
4163 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
4164
4165 * vc.el (vc-dired-mode): Extend comment for binding of
4166 `directory-listing-before-filename-regexp'.
4167
4168 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * textmodes/texinfo.el (texinfo-mode):
4171 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4172 not to unnecessarily expose emacs-mule's internal char codes.
4173
4174 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
4175
4176 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4177 Display hand pointer and help-echo on disabled icon too.
4178 (gdb-mouse-until): New function.
4179 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4180
4181 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
4182
4183 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4184 with 2005-10-23 change to doctor.el.
4185
4186 * finder.el (finder-mode-map): Add follow-link binding.
4187
4188 2005-10-25 Kim F. Storm <storm@cua.dk>
4189
4190 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4191 to gdb-mouse-toggle-breakpoint-fringe.
4192 (gdb-mouse-toggle-breakpoint-margin): Rename from
4193 gdb-mouse-toggle-breakpoint. Fix doc.
4194 (gdb-mouse-toggle-breakpoint-fringe): New defun.
4195 (gdb-put-string): Add optional SPROPS arg. Add props to string.
4196 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4197 string properties also for fringe breakpoint bitmaps.
4198
4199 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
4200
4201 * textmodes/org.el (org-start-icalendar-file): Fix format form.
4202
4203 2005-10-25 Masatake YAMATO <jet@gyve.org>
4204
4205 * simple.el (completion-common-substring):
4206 Use `completion-common-substring' prior to `completion-base-size'.
4207
4208 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
4209
4210 * savehist.el: Require CL while compiling.
4211 (savehist-history-variables): Remove.
4212 (savehist-save-minibuffer-history, savehist-additional-variables)
4213 (savehist-minibuffer-history-variables): New vars.
4214 (savehist-save): Use them.
4215 (savehist-uninstall, savehist-minibuffer-hook): New funs.
4216 (savehist-install): New fun, extracted from savehist-load.
4217 (savehist-load): Use them.
4218
4219 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4222 a dummy doc-string-elt property.
4223 (defalias, defvaralias, define-category): Add a docstring property.
4224
4225 * image.el (defimage):
4226 * widget.el (define-widget):
4227 * custom.el (defface, defcustom): Add `doc-string' declaration.
4228
4229 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4230 (defadvice): Add `doc-string' declaration.
4231
4232 * emacs-lisp/byte-run.el (macro-declaration-function):
4233 Handle `doc-string' declarations.
4234 (define-obsolete-function-alias, define-obsolete-variable-alias):
4235 Add `doc-string' declaration.
4236
4237 2005-10-24 Kenichi Handa <handa@m17n.org>
4238
4239 * international/utf-7.el (utf-7): Add autoload cookie.
4240
4241 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4242
4243 2005-10-24 Eli Zaretskii <eliz@gnu.org>
4244
4245 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4246 list of directories passed to batch-update-autoloads. Add "." to
4247 the list of the echoed directories.
4248
4249 * pgg-def.el:
4250 * pgg-gpg.el:
4251 * pgg-parse.el:
4252 * pgg-pgp.el:
4253 * pgg-pgp5.el:
4254 * pgg.el: Moved here from the gnus subdirectory.
4255
4256 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
4257
4258 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4259 in case comint-prompt-read-only is set to t.
4260
4261 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4262 in case comint-prompt-read-only is set to t.
4263
4264 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
4265
4266 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4267 Now a string.
4268 (icalendar-import-format): Handle CLASS, STATUS, URL.
4269 Rename `subject' to `summary'.
4270 (icalendar-import-format-summary): Rename from
4271 `icalendar-import-format-subject'.
4272 (icalendar-import-format-url, icalendar-import-format-status)
4273 (icalendar-import-format-class): New variables.
4274 (icalendar--rris): Take variable argument list.
4275 (icalendar--datestring-to-isodate): Remove unnecessary
4276 calendar-style check when converting dates with explicit month names.
4277 (icalendar-export-region): Change return type of conversion
4278 subroutines. Bury current buffer unless error occurred.
4279 (icalendar--convert-to-ical)
4280 (icalendar--parse-summary-and-rest): New functions.
4281 (icalendar--convert-ordinary-to-ical)
4282 (icalendar--convert-weekly-to-ical)
4283 (icalendar--convert-yearly-to-ical)
4284 (icalendar--convert-block-to-ical)
4285 (icalendar--convert-cyclic-to-ical)
4286 (icalendar--convert-anniversary-to-ical): Change return type.
4287 Strip trailing blanks from subject.
4288 (icalendar--convert-sexp-to-ical): Change return type.
4289 Strip trailing blanks from subject. Handle simple sexp
4290 entries as generated by icalendar.el.
4291 (icalendar--convert-float-to-ical)
4292 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4293 (icalendar-import-file): Doc fix.
4294 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4295 Correct call to icalendar--rris.
4296 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
4297 `summary'.
4298 (icalendar--add-diary-entry): Rename `subject' to `summary'.
4299
4300 2005-10-24 Romain Francoise <romain@orebokech.com>
4301
4302 * server.el (server-sentinel): Set query-on-exit flag to nil on
4303 new client processes (it isn't inherited from the server process).
4304
4305 * replace.el (occur-engine): Rearrange text properties.
4306
4307 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4310 case-fold-search is nil.
4311 (debug-help-follow): Use help-xref-interned directly.
4312
4313 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * thumbs.el (thumbs-image-type): Add .pbm.
4316
4317 2005-10-23 Richard M. Stallman <rms@gnu.org>
4318
4319 * faces.el (inhibit-face-set-after-frame-default): New variable.
4320 (set-face-attribute): Bind it.
4321 (face-set-after-frame-default): Test it.
4322
4323 * help-fns.el (describe-simplify-lib-file-name): New function.
4324 (describe-function-1, describe-variable): Use it.
4325
4326 * faces.el (describe-face): Use describe-simplify-lib-file-name.
4327
4328 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4329 Eliminate nil as possible value.
4330 (tooltip-hide-delay): Reduce internal-border-width.
4331
4332 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4333 (menu-bar-file-menu) <new-file>: Likewise.
4334
4335 * simple.el (line-move-finish): Ignore fields computing LINE-END.
4336
4337 * international/mule.el (load-with-code-conversion):
4338 Pass full file name to `eval-buffer' unless preloading.
4339
4340 * textmodes/flyspell.el (flyspell-large-region):
4341 Call ispell-check-version.
4342
4343 * textmodes/ispell.el (ispell-local-dictionary-overridden):
4344 Fix the make-variable-buffer-local call that was supposed
4345 to be for this variable.
4346 (ispell-aspell-supports-utf8): Doc fix.
4347 (ispell-find-aspell-dictionaries): Preserve elements of
4348 ispell-dictionary-alist for dictionaries that aspell doesn't report.
4349 (ispell-aspell-find-dictionary): Return nil on error.
4350
4351 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4352 (doctor-symptoms): Likewise.
4353
4354 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4355
4356 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * cus-edit.el (custom-button, custom-button-pressed): New vars.
4359 (custom-raised-buttons): Add :set spec.
4360 (custom-button-unraised, custom-button-pressed-unraised):
4361 New faces, so that custom-raised-buttons actually does something.
4362 (custom-mode): Use custom-button and custom-button-pressed.
4363
4364 * wid-edit.el (widget-specify-button): Don't ignore
4365 widget-mouse-face on graphic terminals.
4366 (widget-move-and-invoke): Cleanup.
4367
4368 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
4369
4370 * whitespace.el (whitespace-cleanup): Doc fix.
4371
4372 2005-10-23 Romain Francoise <romain@orebokech.com>
4373
4374 * emulation/viper.el (viper-set-hooks): Quote forms passed to
4375 `eval-after-load' to avoid evaluating their result.
4376
4377 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
4378
4379 * files.el (directory-listing-before-filename-regexp):
4380 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
4381
4382 * dired.el (dired-move-to-filename-regexp): Remove.
4383 All occurences replaced by `directory-listing-before-filename-regexp'.
4384
4385 * dired-x.el, locate.el, vc.el:
4386 Replace `dired-move-to-filename-regexp' by
4387 `directory-listing-before-filename-regexp'. In vc.el it is
4388 overwritten locally; maybe this can be handled in files.el too.
4389
4390 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
4391 replaced by `directory-listing-before-filename-regexp'.
4392
4393 2005-10-23 Andreas Schwab <schwab@suse.de>
4394
4395 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4396 and eval-next-after-load.
4397
4398 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
4399
4400 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4401 exist, create it.
4402
4403 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
4404
4405 * allout.el: Remove autoloads for mailcrypt and crypt++.
4406 Require pgg, pgg-gpg during compilation.
4407 (allout-version): Increment version number to 2.1, and use a literal
4408 rather than RCS Id.
4409 (allout-default-encryption-scheme): Remove.
4410 (allout-passphrase-verifier-handling)
4411 (allout-passphrase-verifier-string)
4412 (allout-file-passphrase-verifier-string)
4413 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4414 (allout-passphrase-hint-handling): Rename and simplify.
4415 (allout-init): Use `find-file-hook' if available, otherwise
4416 `find-file-hooks'.
4417 (allout-mode): Use `write-file-functions' if available, otherwise
4418 `local-write-file-hooks' and, instead of making auto-save-hook
4419 buffer local, make the write-file-hook activity contingent to
4420 allout-mode.
4421 (allout-mode): Use key-binding substitution in the docstring.
4422 (allout-kill-line): Spell-out kill ring data structure mutation
4423 instead of using byte-compiler-complaint-provoking `pop'.
4424 (allout-insert-listified): Use `insert' rather than `insert-string'
4425 (allout-toggle-current-subtree-encryption): Update docstring, adjust
4426 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4427 (allout-encrypt-string): Totally revamped vis new underlying
4428 encryption facilities.
4429 (allout-mc-activate-passwd): Remove.
4430 (allout-obtain-passphrase): New, more or less replaces
4431 allout-mc-activate-passwd.
4432 (allout-encrypted-key-info): More or less replaces
4433 allout-encrypted-text-type.
4434 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4435 (my-mark-marker): Use `(featurep 'xemacs)'.
4436
4437 2005-10-23 Lars Hansen <larsh@soem.dk>
4438
4439 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4440 (byte-compile-file-form-defmumble, byte-compile-defun)
4441 (byte-compile-defmacro): Use it.
4442 (byte-compile-form): Don't call byte-compile-set-symbol-position
4443 when a byte-compile handler is called.
4444
4445 2005-10-22 Romain Francoise <romain@orebokech.com>
4446
4447 * savehist.el (savehist-history-variables): Add `grep-find-history'.
4448
4449 * subr.el (eval-after-load): Convert library name to an absolute
4450 file name using locate-library, since load-history no longer has
4451 library names in it.
4452
4453 2005-10-22 Richard M. Stallman <rms@gnu.org>
4454
4455 * files.el (make-temp-file): Move from subr.el.
4456 * subr.el (make-temp-file): Move to files.el.
4457
4458 * window.el (get-buffer-window-list): Move from subr.el.
4459 * subr.el (get-buffer-window-list): Move to window.el.
4460
4461 * image.el (image-load-path): Use eval-at-startup to initialize.
4462
4463 * subr.el (eval-at-startup): New macro.
4464
4465 * subr.el: Much rearrangement of functions and division
4466 into pages. No code changes.
4467
4468 2005-10-22 Kenichi Handa <handa@m17n.org>
4469
4470 * tar-mode.el (tar-extract): Be sure to call
4471 find-operation-coding-system if set-auto-coding doesn't find a
4472 coding system.
4473
4474 2005-10-22 Kim F. Storm <storm@cua.dk>
4475
4476 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4477 Change users.
4478 (image-type-file-name-regexps): New defconst.
4479 (image-type-from-data): Simplify loop.
4480 (image-type-from-buffer): New defun.
4481 (image-type-from-file-header): Use it instead of image-type-from-data.
4482 Use image-search-load-path instead of only looking in data-directory.
4483 (image-type-from-file-name): New defun.
4484 (image-search-load-path): Change `pathname' to `filename'.
4485 Make PATH arg optional, default to image-load-path.
4486
4487 2005-10-21 Richard M. Stallman <rms@gnu.org>
4488
4489 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4490
4491 * textmodes/paragraphs.el (sentence-end-base): New variable.
4492 (sentence-end): Use sentence-end-base.
4493
4494 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * font-lock.el (font-lock-default-fontify-region): Check the multiline
4497 property independently from the font-lock-multiline variable.
4498
4499 2005-10-21 Richard M. Stallman <rms@gnu.org>
4500
4501 * emacs-lisp/find-func.el (find-library-name): Doc fix.
4502
4503 * startup.el (command-line): Convert library names
4504 in `load-history' to absolute file names.
4505
4506 * subr.el (symbol-file): Doc fix.
4507
4508 * loadhist.el (file-loadhist-lookup): Call locate-library
4509 instead of find-library-name. Don't try converting
4510 abs file names to library names, since load-history no longer
4511 has library names in it.
4512 (file-dependents, file-provides, file-requires): Doc fixes.
4513
4514 2005-10-21 Juri Linkov <juri@jurta.org>
4515
4516 * progmodes/etags.el (tags-table-mode): New function.
4517 (tags-verify-table): Replace initialize-new-tags-table with
4518 tags-table-mode.
4519
4520 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4521 default value.
4522 (desktop-modes-not-to-save): Add tags-table-mode to the
4523 default value.
4524
4525 * info.el (Info-index-next): Add total number of index
4526 alternatives to the message.
4527
4528 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4529 backward only space (instead of space and period) before looking
4530 at sentence end.
4531
4532 * simple.el (set-variable): Use user-variable-p instead of symbolp.
4533 Add the old variable value as 4th default-value arg of read-string.
4534
4535 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4536
4537 * cus-face.el (custom-declare-face): Make face from X resources
4538 also on Mac.
4539
4540 * disp-table.el (standard-display-g1, standard-display-graphic):
4541 Refuse to use string glyphs also on Mac.
4542 (standard-display-european): Don't set terminal coding system also
4543 on Mac.
4544
4545 * frame.el (display-screens): Use x-display-screens also on Mac.
4546
4547 2005-10-21 Romain Francoise <romain@orebokech.com>
4548
4549 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4550
4551 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4554 and $? into sexps.
4555
4556 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4557 warning face on open-paren-in-column-0.
4558
4559 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4560 boundary case. Fix typo.
4561 Suggested by Martin Rudalics <rudalics@gmx.at>.
4562
4563 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4564
4565 * textmodes/org.el (org-combined-agenda-icalendar-file)
4566 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4567 (org-export-icalendar-this-file)
4568 (org-export-icalendar-all-agenda-files)
4569 (org-export-icalendar-combine-agenda-files): New commands.
4570 (org-export-icalendar, org-print-icalendar-entries)
4571 (org-start-icalendar-file, org-finish-icalendar-file)
4572 (org-ical-ts-to-string): New functions.
4573 (org-read-date, org-goto-calendar)
4574 (org-agenda-goto-calendar): Inhibit displaying diary entries by
4575 call to `calendar'.
4576 (orgtbl-setup): Remove the :keys arguments from the menu description.
4577 (org-after-save-iCalendar-file-hook): New variable.
4578
4579 2005-10-21 Kenichi Handa <handa@m17n.org>
4580
4581 * language/vietnamese.el (tcvn-5712): Make it an alias of
4582 vietnamese-tcvn coding-system.
4583
4584 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
4585
4586 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4587 group id is given.
4588
4589 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * progmodes/sh-script.el (sh-escaped-line-re): New var.
4592 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4593 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4594 whose line is either continued or ends with a comment.
4595
4596 2005-10-20 Romain Francoise <romain@orebokech.com>
4597
4598 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4599
4600 * replace.el (occur-engine): Add follow-link property.
4601
4602 * font-core.el (font-lock-mode): Doc fix.
4603
4604 2005-10-20 Richard M. Stallman <rms@gnu.org>
4605
4606 * net/rcirc.el: New file.
4607
4608 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
4609
4610 * term.el (term-term-name): Initialize to "eterm-color".
4611
4612 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
4613
4614 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4615 for encryption functionality.
4616 Move allout customization subgroup from `editing' to `outlines' group.
4617 Fix commentary 'keywords' to legitimate ones.
4618 Update author info (using my current email address, obscurified).
4619 (allout-encrypt-string, allout-encryption-produce-work-buffer)
4620 (allout-encrypted-topic-p, allout-encrypted-text-type)
4621 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4622 (allout-situate-encryption-key-verifier)
4623 (allout-get-encryption-key-verifier, allout-verify-key)
4624 (allout-next-topic-pending-encryption)
4625 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4626 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4627 (outline-key-verifier-handling, outline-key-hint-handling)
4628 (outline-encrypt-unencrypted-on-saves): New defcustoms.
4629 (allout-file-key-verifier-string, allout-encryption-scheme)
4630 (allout-key-verifier-string, allout-key-hint-string)
4631 (allout-after-save-decrypt): New variables.
4632 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4633 (allout-after-saves-handler): New hook functions.
4634 (allout-post-command-business): Do allout-after-save-decrypt.
4635 (allout-enable-file-variable-adjustment): Custom var to enable
4636 mechanism for adding and adjusting settings of Emacs file variables.
4637 (allout-adjust-file-variable, allout-file-vars-section-data):
4638 New functions, implement the mechanism.
4639 (outlineify-sticky): Use the file vars mechanism.
4640 (allout-inhibit-protection, allout-during-write-cue)
4641 (allout-override-protect, allout-before-change-protect): Remove.
4642 (allout-flag-region, allout-open-topic): Adjust read-only text.
4643 (allout-open-line-not-read-only): Add to facilitate read-only
4644 text based protection.
4645 (allout-kill-line): Revise to adjust read-only text, clue the
4646 user about the inhibition.
4647 (allout-unprotected): Use unwind-protect.
4648 (allout-shift-in, allout-shift-out): Disallow manually shifting a
4649 topic deeper than the offspring depth of the previous topic -
4650 avoiding confusing "containment discontinuities".
4651 (allout-reindent-bodies): Fix retention of body relative hanging
4652 indent during promotion of collapsed bodies.
4653 (allout-open-topic): Make it easy to open new topic with same
4654 bullet as current topic - topic creation functions provided with
4655 any universal argument provokes now prompt for bullet, defaulting
4656 to the bullet of the previous topic.
4657 (allout-plain-bullets-string, allout-distinctive-bullets-string):
4658 Plain bullet alternates '.' period and ',' comma only. All other
4659 bullets are relegated to special status (but customizable).
4660 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4661 since it actually operates w.r.t. most immediately containing
4662 entry, visible or not.
4663 (allout-hide-current-entry, allout-show-current-entry): Use the
4664 revised version.
4665 (allout-old-expose-topic): Solidify deprecation.
4666 (allout-end-of-subtree): Add so we can span concealed as well
4667 as visible topics.
4668 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4669 (allout-end-of-current-heading): Tweak to just respect the first line.
4670 (allout-get-body-text): Add.
4671 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4672 when invoked interactively.
4673 (allout-up-current-level): Use `interactive-p'.
4674 (allout-mode, allout-init): Miscellaneous docstring and
4675 operational refinements, as well as hookups of new encryption stuff.
4676 (allout-beginning-of-current-entry): Now works as advertised.
4677 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4678 (allout-isearch-rectification): Refine condition for isearching.
4679 (allout-isearch-abort, allout-enwrap-isearch)
4680 (allout-flag-region, my-region-active-p): Relocate some macros.
4681 (allout-title): Fallback title is '(buffer-name)', not
4682 non-existing '(current-buffer-name)'.
4683 (subst-char-in-string): Define if absent (for some XEmacs versions).
4684
4685 2005-10-20 Jari Aalto <jari.aalto@cante.net>
4686
4687 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4688 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4689 (mail-citation-prefix-regexp, mail-signature-file)
4690 (mail-default-headers, mail-bury-selects-summary)
4691 (mail-send-nonascii): Add autoload cookies.
4692
4693 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4694
4695 * frame.el (blink-cursor-mode): Add `mac' to the list of
4696 window-system's that support blinking cursor.
4697
4698 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4699
4700 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4701
4702 2005-10-20 Eli Zaretskii <eliz@gnu.org>
4703
4704 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4705 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4706 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4707
4708 2005-10-20 Kim F. Storm <storm@cua.dk>
4709
4710 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4711 (ido-set-current-directory): Don't add / after final @.
4712 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4713 Explicitly handle ange-ftp completion oddities.
4714 (ido-make-file-list): Don't rotate list at tramp root to avoid
4715 triggering tramp file handler for expand-file-name via get-file-buffer.
4716
4717 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4720
4721 2005-10-19 Jay Belanger <belanger@truman.edu>
4722
4723 * calc/calc-units.el (math-standard-units): Add units, adjust
4724 symbols and update values.
4725 (math-unit-prefixes): Add more prefixes.
4726
4727 2005-10-19 Romain Francoise <romain@orebokech.com>
4728
4729 * bookmark.el (bookmark-menu-heading): New face.
4730 (bookmark-bmenu-list): Use it.
4731 Don't fiddle with `baud-rate' at top-level.
4732
4733 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * image.el (create-image, find-image): Mention max-image-size in
4736 docstring.
4737
4738 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * savehist.el (savehist-load): Revert to checking XEmacs.
4741
4742 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4743 Various docstring and line-width fixups.
4744 (conf-mode): Use cond.
4745 Set font-lock-defaults. Don't set comment-use-syntax.
4746
4747 2005-10-18 David Ponce <david@dponce.com>
4748
4749 * tree-widget.el (tree-widget-button-click): New function.
4750 (tree-widget-button-keymap): Use it.
4751
4752 2005-10-18 Romain Francoise <romain@orebokech.com>
4753
4754 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4755 (bookmark-bmenu-hide-filenames): Add follow-link property.
4756 Improve help-echo text.
4757
4758 * ffap.el (find-file-at-point): Doc fix.
4759
4760 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4761
4762 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4763
4764 2005-10-18 Masatake YAMATO <jet@gyve.org>
4765
4766 Install to the CVS repository what I forgot to install in my
4767 2005-10-16 changes.
4768
4769 * progmodes/python.el (python-complete-symbol): Pass the common
4770 prefix substring of completion to `display-completion-list'.
4771
4772 * textmodes/org.el (org-complete): Ditto.
4773
4774 2005-10-18 Masatake YAMATO <jet@gyve.org>
4775
4776 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4777
4778 * woman.el (WoMan-xref-man-page): New button type derived
4779 from `Man-abstract-xref-man-page'.
4780 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
4781
4782 * man.el (Man-abstract-xref-man-page): New button type.
4783 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
4784 (Man-highlight-references): Add new optional argument `xref-man-type'.
4785
4786 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4787
4788 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4789
4790 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * cus-edit.el (Custom-move-and-invoke): Delete.
4793 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
4794
4795 * wid-edit.el (widget-move-and-invoke): New function, from
4796 Custom-move-and-invoke.
4797
4798 2005-10-17 Bill Wohler <wohler@newt.com>
4799
4800 Move all remaining images from lisp/toolbar to etc/images, move
4801 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
4802 the low resolution images in their own directory (low-color).
4803
4804 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
4805 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
4806 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
4807 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
4808 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
4809 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
4810 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
4811
4812 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
4813 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
4814 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
4815 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
4816 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
4817 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
4818 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
4819 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
4820 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
4821 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
4822 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
4823 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
4824 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
4825 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
4826 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
4827
4828 To conform with convention, replace the underscore (_) in the
4829 following image names with dash (-) or (/) as appropriate.
4830
4831 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
4832 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
4833 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
4834 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
4835 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
4836 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
4837 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
4838 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
4839 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
4840 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
4841 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
4842 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
4843 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
4844 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
4845 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
4846
4847 * info.el (info-tool-bar-map): Replace underscores in image names
4848 with dashes.
4849
4850 * makefile.w32-in (WINS): Remove toolbar.
4851
4852 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
4853
4854 * tool-bar.el: Move to lisp from toolbar. Now that
4855 toolbar is empty, it should be deleted when folks run "cvs up -P".
4856
4857 2005-10-18 Jay Belanger <belanger@truman.edu>
4858
4859 * calc/calc-store.el (calc-store-into): Get the proper variable name
4860 to display in message.
4861
4862 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4863
4864 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4865 expressions display in speedbar for all buffers when debugging.
4866 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
4867
4868 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
4869 (speedbar-insert-button, speedbar-make-button):
4870 Use add-text-properties.
4871 (speedbar-update-localized-contents)
4872 (speedbar-update-directory-contents)
4873 (speedbar-update-special-contents): Use dolist.
4874 (speedbar-buffer-easymenu-definition): Add a menu separator.
4875
4876 2005-10-17 Jason Rumney <jasonr@gnu.org>
4877
4878 * makefile.w32-in: Use $(lisp) consistently.
4879 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
4880 for shell specific generation of mh-autoloads.
4881
4882 2005-10-17 Richard M. Stallman <rms@gnu.org>
4883
4884 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
4885
4886 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * jit-lock.el (jit-lock-fontify-now):
4889 Move jit-lock-context-unfontify-pos to avoid wasted work.
4890
4891 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
4892
4893 * net/tramp.el (tramp-completion-mode): New defvar. Used in
4894 `tramp-completion-mode' for checking if we are in completion mode.
4895 (tramp-completion-handle-file-name-all-completions): Reorder code
4896 in order to complete for file names only in case there are no
4897 method/user/host completions. This is necessary for cooperation
4898 with ido. Reported by Kim F. Storm <storm@cua.dk>.
4899
4900 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
4901
4902 * longlines.el (longlines-search-forward)
4903 (longlines-search-backward): Match any number of spaces.
4904
4905 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
4906
4907 * diff-mode.el (diff-mode): Doc fix.
4908
4909 2005-10-16 David Reitter <david.reitter@gmail.com>
4910
4911 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
4912 as default on darwin and windows systems.
4913
4914 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
4915
4916 * arc-mode.el (archive-zip-extract): Doc fix.
4917
4918 2005-10-16 Romain Francoise <romain@orebokech.com>
4919
4920 * mouse.el (mouse-1-click-follows-link): Doc fix.
4921
4922 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * savehist.el: Don't require CL at runtime.
4925 (savehist-xemacs): Remove.
4926 (savehist-coding-system): Use utf-8 if present, regardless of religion.
4927 (savehist-no-conversion): Use (featurep 'xemacs).
4928 (savehist-load): Check existence of start-itimer rather than XEmacs.
4929 Use an idle timer.
4930 (savehist-process-for-saving): Replace use of CL funs `subseq' and
4931 `delete-if-not'.
4932
4933 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
4934
4935 * savehist.el: Newer version.
4936 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
4937 (savehist-last-checksum, savehist-no-conversion): New vars.
4938 (savehist-autosave, savehist-process-for-saving, savehist-printable):
4939 New functions.
4940 (savehist-load, savehist-save): Use them.
4941 (savehist-delimit): Remove.
4942
4943 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * progmodes/compile.el (compilation-goto-locus): Display the
4946 compilation buffer first and the source buffer second, in case they're
4947 in overlapping frames. Don't raise the compilation frame if it was the
4948 selected window upon entry. Pass the `other-window' arg to
4949 pop-to-buffer.
4950
4951 * info.el (Info-fontify-node): Use dolist.
4952 Change add-text-properties to put-text-property.
4953
4954 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4955
4956 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
4957 bound of search.
4958
4959 2005-10-16 Masatake YAMATO <jet@gyve.org>
4960
4961 * dabbrev.el (dabbrev-completion): Pass the common
4962 prefix substring of completion to `display-completion-list'.
4963
4964 * filecache.el (file-cache-minibuffer-complete)
4965 (file-cache-complete): Ditto.
4966
4967 * tempo.el (tempo-display-completions): Ditto.
4968
4969 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
4970
4971 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
4972
4973 * eshell/em-hist.el (eshell-list-history): Ditto.
4974
4975 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
4976
4977 * mail/mailalias.el (mail-complete): Ditto.
4978
4979 * progmodes/etags.el (complete-tag): Ditto.
4980
4981 * progmodes/make-mode.el (makefile-complete): Ditto.
4982
4983 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
4984
4985 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
4986
4987 * progmodes/pascal.el (pascal-complete-word)
4988 (pascal-show-completions): Ditto.
4989
4990 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
4991
4992 * simple.el (completion-common-substring): New variable.
4993 (completion-setup-function): Use `completion-common-substring'
4994 to put faces.
4995
4996 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4997
4998 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
4999 (x-get-selection, mac-select-convert-to-string): Convert from/to
5000 UTF-16 clipboard data as in native byte order, no BOM.
5001
5002 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
5003
5004 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5005 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5006 (gud-sentinel): Use speedbar-frame to check for speedbar.
5007
5008 2005-10-15 Richard M. Stallman <rms@gnu.org>
5009
5010 * savehist.el: New file.
5011
5012 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
5013
5014 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5015 Fix bug in \bf fontification.
5016
5017 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * pcvs.el (cvs-edit-log-files): New var.
5020 (cvs-mode-edit-log): New arg `file'.
5021 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5022 Instead force the use of the original file and nothing else.
5023 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5024 the cvs-minor-wrap-function is set.
5025 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5026
5027 2005-10-14 Bill Wohler <wohler@newt.com>
5028
5029 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5030 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5031 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5032 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5033 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5034 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5035 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5036 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5037 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5038 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5039 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5040 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5041 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5042 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5043 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5044
5045 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5046 appropriately (for example, gud-break to gud/break).
5047
5048 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * longlines.el (longlinges-search-function)
5051 (longlines-search-forward, longlines-search-backward): New functions.
5052 (longlines-mode): Set isearch-search-fun-function to
5053 longlinges-search-function.
5054
5055 * mouse.el (mouse-drag-region-1): Handle the case where a
5056 double-click event is bound to an arbitrary function.
5057
5058 2005-10-14 David Ponce <david@dponce.com>
5059
5060 * recentf.el (recentf-track-opened-file)
5061 (recentf-track-closed-file, recentf-update-menu)
5062 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5063 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5064 mouse-1-click-follows-link.
5065
5066 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5067
5068 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5069 Gnome file-manager.png. Suggested by
5070 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5071
5072 * toolbar/README: Add diropen.xpm.
5073
5074 2005-10-13 Bill Wohler <wohler@newt.com>
5075
5076 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5077 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
5078
5079 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5082 Don't waste the byte-compiler's time on constant data.
5083
5084 2005-10-13 Kenichi Handa <handa@m17n.org>
5085
5086 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5087 byte with `escape-glyph' face.
5088
5089 * international/fontset.el (ccl-encode-unicode-font):
5090 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5091 Handle the case that ucs-mule-to-mule-unicode translates a character to
5092 ASCII (usually for IPA characters).
5093
5094 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5097 Don't hide the underline of titles if font-lock-mode is disabled.
5098
5099 2005-10-12 Bill Wohler <wohler@newt.com>
5100
5101 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5102 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5103 files in MH-E-SRC have been updated.
5104 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5105
5106 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5109 (mixal-mode-syntax-table): Add \n as end-comment.
5110 (mixal-operation-codes-alist): Immediately initialize to full value.
5111 (mixal-add-operation-code): Remove.
5112 (mixal-describe-operation-code): Make the arg non-optional.
5113 Use the interactive spec instead.
5114 Use mixal-operation-codes-alist rather than mixal-operation-codes.
5115 (mixal-font-lock-keywords): Don't highlight comments here any more.
5116 (mixal-font-lock-syntactic-keywords): New var.
5117 (mixal-mode): Use it. Fix comment-start-skip.
5118
5119 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5120
5121 * startup.el (command-line-x-option-alist): -nb => -nbi
5122
5123 2005-10-12 Kim F. Storm <storm@cua.dk>
5124
5125 * startup.el (fancy-splash-default-action): Discard mouse click in
5126 the splash screen window, as it has no sensible meaning in the
5127 next window to be selected. Fixes error reported by Jan D.
5128
5129 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5130
5131 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5132
5133 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5136 Try to fix up minor layout issues like indentation, line break, etc...
5137 (mixal-mode-syntax-table): Don't try to specify comment syntax,
5138 because it doesn't work.
5139 (mixal-operation-codes): Add some more codes.
5140 (mixal-font-lock-keywords): Process comments here.
5141 (mixal-mode): mixasm no longer needs -g option.
5142
5143 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
5144
5145 * progmodes/sh-script.el (sh-tmp-file):
5146 Use mktemp -t. Finish support for es and rc shells.
5147
5148 2005-10-11 Jay Belanger <belanger@truman.edu>
5149
5150 * calc/calcalg2.el (calc-integral): With an argument, compute the
5151 definite integral.
5152
5153 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
5154
5155 * mouse.el (mouse-drag-region-1): Don't try to catch a
5156 double-click when doing follow-link (it's overridden anyway).
5157
5158 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5161 (autoload-print-form-outbuf): Add docstring.
5162
5163 2005-10-11 Juri Linkov <juri@jurta.org>
5164
5165 * info.el (Info-mode-menu): Delete menu item "Edit".
5166 (Info-mode): Delete description of Info-edit from docstring,
5167 and rearrange descriptions of Info commands in the order
5168 they are documented in the Info manual.
5169
5170 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * calendar/appt.el (appt-check): Use diary-selective-display var.
5173
5174 2005-10-10 Richard M. Stallman <rms@gnu.org>
5175
5176 * net/newsticker.el (newsticker-start, newsticker-show-news):
5177 Add autoload cookies.
5178
5179 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5180
5181 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5182
5183 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
5184
5185 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5186
5187 2005-10-10 Jay Belanger <belanger@truman.edu>
5188
5189 * calc/calc-arith.el (math-check-known-scalarp)
5190 (math-check-known-matrixp): Check the values of arguments that are
5191 variables.
5192 (math-check-known-square-matrixp): New function.
5193 (math-known-square-matrixp): Use math-check-known-square-matrixp.
5194 (math-super-types): Add sqmatrix type.
5195
5196 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5197 mode name `square' to 'sqmatrix'.
5198
5199 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5200 mode name `square' to 'sqmatrix'.
5201
5202 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * progmodes/etags.el (select-tags-table-mode): Don't use
5205 selective-display.
5206 (tags-select-tags-table): Pass `button' to the action function.
5207 (select-tags-table): Place the side-info on button properties rather
5208 than in hidden text. Abbreviate file names.
5209 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5210 (select-tags-table-select): Add `button' argument.
5211 Get side-info from the button property rather than from hidden text.
5212
5213 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
5214
5215 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5216 (gud-speedbar-buttons): Preserve point if possible.
5217 (gud-sentinel): Restore previous speedbar display type.
5218
5219 * progmodes/gdb-ui.el (gdba): Improve diagram.
5220 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5221 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5222 Call get-buffer-window once.
5223
5224 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5227 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5228 (pascal-indent-command): Remove unused var `ind'.
5229 (pascal-indent-case): Remove unused var `oldpos'.
5230 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5231 since it's now used as a proper minor mode map.
5232 (pascal-outline): Rename to pascal-outline-mode.
5233 (pascal-outline-mode): Use define-minor-mode.
5234 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5235 selective-display.
5236
5237 2005-10-10 Andreas Schwab <schwab@suse.de>
5238
5239 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5240 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
5241
5242 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5243 outside source directory.
5244
5245 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
5246
5247 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5248 C-x' as a prefix.
5249 (orgtbl-mode-map): Full keymap instead of sparse, because all
5250 `self-insert-command' keys are redefined in this map.
5251 (org-export-as-html): Specify charset for HTML file, by taking it
5252 from the coding system.
5253
5254 2005-10-10 Kenichi Handa <handa@m17n.org>
5255
5256 * textmodes/flyspell.el (flyspell-check-word-p):
5257 If unread-command-events is non-empty, don't call sit-for.
5258
5259 2005-10-09 Richard M. Stallman <rms@gnu.org>
5260
5261 * font-lock.el (font-lock-syntactic-keywords)
5262 (font-lock-keywords): Doc fixes.
5263
5264 * textmodes/flyspell.el (flyspell-external-point-words):
5265 Simplify logic, and don't try to check for consecutive appearances
5266 of one incorrect word.
5267
5268 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
5269
5270 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5271 separator.
5272
5273 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5274 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5275 (gud-expansion-speedbar-buttons): New function.
5276 (gud-speedbar-buttons): Check for gud-comint-buffer.
5277
5278 2005-10-09 Bill Wohler <wohler@newt.com>
5279
5280 * Makefile.in (updates): Add mh-loaddefs dependency.
5281
5282 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * speedbar.el (speedbar-file-key-map): Fix typo.
5285
5286 2005-10-09 Daniel Brockman <daniel@brockman.se>
5287
5288 * cus-start.el (line-spacing): Add custom spec.
5289
5290 2005-10-09 Romain Francoise <romain@orebokech.com>
5291
5292 * textmodes/ispell.el (ispell-check-version): Fix last change.
5293
5294 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5295
5296 * term/x-win.el: Remove -i, --icon-type from comment.
5297
5298 * startup.el (command-line-x-option-alist): Remove options -i,
5299 -itype, --icon-type, added -nb, --no-bitmap-icon
5300
5301 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
5302
5303 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5304 instead of :active.
5305
5306 2005-10-08 Eric Hanchrow <offby1@blarg.net>
5307
5308 * textmodes/ispell.el (ispell-check-version):
5309 Ignore hyphen, and all that follows, in aspell's version text.
5310
5311 2005-10-08 Jay Belanger <belanger@truman.edu>
5312
5313 * calc/calc-arith.el (math-known-square-matrixp): New function.
5314 (math-pow-fancy): Check for matrices before distributing exponent
5315 across products.
5316
5317 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5318 fullscreen keypad. Suggested by Luc Teirlinck.
5319 (calc-keypad-show-input): Add space for formatting.
5320
5321 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5322 Add square matrix option.
5323
5324 * calc/calc-poly.el (math-expand-term): Check for matrices instead
5325 of checking calc-matrix-mode when deciding how to expand.
5326
5327 * calc/calc.el (calc-set-mode-line): Add square matrix option.
5328
5329 2005-10-08 Lars Hansen <larsh@soem.dk>
5330
5331 * net/tramp.el (tramp-perl-directory-files-and-attributes):
5332 Add error handling.
5333 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5334
5335 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
5336
5337 Sync with Tramp 2.0.51.
5338
5339 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5340 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5341 Insert special handling for `last-coding-system-used', again
5342 it still seems to be necessary (unlike stated before).
5343 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5344 (tramp-password-prompt-regexp): There might be other words before
5345 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5346 (tramp-chunksize): Improve docstring.
5347 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5348 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
5349 Christian Joergensen <bugs@razor.dk>.
5350
5351 2005-10-07 Glenn Morris <rgm@gnu.org>
5352
5353 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5354 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5355 precision'.
5356
5357 2005-10-07 Romain Francoise <romain@orebokech.com>
5358
5359 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5360 (ibuffer-do-shell-command-pipe-replace)
5361 (ibuffer-do-shell-command-file, ibuffer-do-eval)
5362 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5363 (ibuffer-do-revert, ibuffer-do-replace-regexp)
5364 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5365 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5366 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5367 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5368 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5369 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5370 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5371 Autoload file sans suffix.
5372
5373 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5374
5375 2005-10-07 David Ponce <david@dponce.com>
5376
5377 * recentf.el (recentf-menu-open-all-flag): New option.
5378 (recentf-digit-shortcut-command-name): New function.
5379 (recentf--shortcuts-keymap): New variable.
5380 (recentf-menu-shortcuts): New variable.
5381 (recentf-make-menu-items): Initialize it. Replace the "More..."
5382 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5383 (recentf-menu-value-shortcut): New function.
5384 (recentf-make-menu-item): Use it. No more in-lined.
5385 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5386 (recentf-open-most-recent-file): Rename from
5387 `recentf-open-file-with-key'. Don't depend on key binding.
5388 (recentf-mode-map): New variable.
5389 (recentf-mode): Use it.
5390
5391 2005-10-06 Bill Wohler <wohler@newt.com>
5392
5393 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
5394
5395 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5396 (MH-E-SRC): New. Used by mh-autoloads.
5397 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5398 files in MH-E-SRC have been updated.
5399 (compile, recompile, bootstrap): Depend on mh-autoloads.
5400
5401 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
5402
5403 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5404 gud-break and gud-remove icons when the fringe is not available.
5405
5406 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5407 Typo.
5408
5409 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5410
5411 * play/zone.el (zone): Wrap body with save-window-excursion.
5412
5413 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5416 Use the new `list-only' arg to diary-list-entries.
5417
5418 * calendar/diary-lib.el: Use overlays rather than selective-display.
5419 (diary-selective-display): New var.
5420 (diary-header-line-format): Use it.
5421 (diary-list-entries): Add argument `list-only'.
5422 Put the buffer in diary-mode. Don't add \^M at beg and end.
5423 Replace \^M by invisible overlays.
5424 (diary-unhide-everything): Replace \^M by invisible overlays.
5425 (print-diary-entries): Look for overlays rather than \^M.
5426 Add a space to the temp buffer name.
5427 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5428 Put the buffer in diary-mode.
5429 (list-sexp-diary-entries): Replace \^M by invisible overlays.
5430 (diary-anniversary): Make the year arg optional.
5431 (diary-time-regexp): New const.
5432 (diary-font-lock-keywords): Use it to accept a few more time formats.
5433
5434 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5435
5436 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
5437
5438 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5439 Fix bug introduced 2005-07-03: Use (car (last ...))
5440 to faithfully reproduce replaced artist-last.
5441 (artist-set-arrow-points-for-poly): Likewise.
5442 Suggested by Johan Bockg\e,Ae\e(Brd.
5443
5444 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
5445
5446 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5447 * wid-edit.el (widget):
5448 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5449 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5450
5451 2005-10-06 Kenichi Handa <handa@m17n.org>
5452
5453 * international/mule-cmds.el (set-language-environment):
5454 Fix setting up of case-table for unibyte mode.
5455
5456 * simple.el (what-cursor-position): If the character is displayed
5457 by some `display' text property, show that. Don't use
5458 single-key-description for eight-bit characters in multibyte mode.
5459
5460 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
5461
5462 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5463 (gdb-ann3): Set it.
5464 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5465 (gdb-info-frames-custom): Use inverse-video for first five
5466 characters of selected frame only.
5467 (gdb-get-frame-number): Select frame even when point is on frame
5468 number.
5469
5470 2005-10-06 Masatake YAMATO <jet@gyve.org>
5471
5472 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5473 Put `font-lock-function-name-face'.
5474 (gdb-info-frames-custom): Put `font-lock-function-name-face'
5475 and `font-lock-variable-name-face'
5476 (gdb-registers-font-lock-keywords): New font lock keywords definition.
5477 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5478 (gdb-memory-font-lock-keywords): New font lock keywords definition.
5479 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5480 (gdb-local-font-lock-keywords): New font lock keywords definition.
5481 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5482 (gdb-threads-font-lock-keywords): New font lock keywords definition.
5483 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5484
5485 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
5486
5487 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5488 (ediff-merge-region-is-non-clash-to-skip): Previously called
5489 ediff-merge-region-is-non-clash.
5490
5491 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5492 Use insert-buffer-substring.
5493
5494 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5495 selecting files to patch. Also bug fixes.
5496
5497 * ediff-util.el (ediff-setup): Bug fix.
5498 (ediff-next-difference): Never skip clashes that differ in white
5499 space only.
5500
5501 * ediff-wind.el (ediff-setup-control-frame)
5502 (ediff-destroy-control-frame): Check the menubar feature.
5503
5504 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5505 (viper-refresh-mode-line): Use make-local-variable to localize
5506 some vars instead of make-variable-buffer-local. Suggested by
5507 Stefan Monnier.
5508
5509 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5510 (viper-restore-cursor-type, viper-set-insert-cursor-type):
5511 Use make-local-variable instead of make-variable-buffer-local.
5512 Suggested by Stefan Monnier.
5513
5514 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5515 (viper-comint-mode-hook): Use make-local-variable on
5516 require-final-newline.
5517 (viper-non-hook-settings): Don't use make-variable-buffer-local.
5518
5519 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5522 also the second char of a comment-start sequence.
5523 (scheme-sexp-comment-syntax-table): New var.
5524 (lambda, define): Set their scheme-doc-string-elt property.
5525 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5526 Use lisp-font-lock-syntactic-face-function now that it properly
5527 handles |...| symbols.
5528 (scheme-mode-variables): Set lisp-doc-string-elt-property,
5529 parse-sexp-lookup-properties and font-lock-extra-managed-props.
5530
5531 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5532 bit from # to |.
5533 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5534
5535 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5536 (lisp-doc-string-elt-property): New var.
5537 (lisp-font-lock-syntactic-face-function): Use it.
5538 Rewrite to recognize docstrings even for forms not at toplevel.
5539
5540 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5541 annotation on the | part of #| rather than on the # part.
5542 (scheme-font-lock-syntactic-face-function): New function, to
5543 distinguish strings from |...| symbols.
5544 (scheme-mode-variables): Use it. Also fix up the font-lock-time
5545 syntax-table so that #|...|# is properly highlighted.
5546
5547 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5548 Don't mark as docstring the 3rd elem of an unknown toplevel form.
5549
5550 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5553 and C-e.
5554
5555 * emacs-lisp/eldoc.el: Move comments into docstrings.
5556 (eldoc-message-commands): Initialize in its declaration.
5557 Add move-beginning-of-line and move-end-of-line.
5558 (eldoc-add-command, eldoc-add-command-completions)
5559 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5560
5561 * outline.el (outline-mark-subtree): Activate the mark.
5562
5563 * calendar/appt.el (appt-time-regexp): New var.
5564 (appt-add, appt-make-list): Use it.
5565 (appt-convert-time): Clean up.
5566
5567 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5568 Don't set any syntax-table property here.
5569 (tex-font-lock-verb): New function. Do it here.
5570 (tex-font-lock-syntactic-keywords): Use it.
5571
5572 2005-10-04 Richard M. Stallman <rms@gnu.org>
5573
5574 * wid-edit.el (widget-file-complete): Get the widget start point
5575 the right way. Default directory to `/' if file has none.
5576
5577 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5578
5579 * textmodes/flyspell.el (flyspell-mode-on):
5580 Call ispell-maybe-find-aspell-dictionaries.
5581
5582 * textmodes/ispell.el (ispell-word, ispell-region):
5583 Call ispell-maybe-find-aspell-dictionaries.
5584 (ispell-accept-buffer-local-defs):
5585 Don't call ispell-maybe-find-aspell-dictionaries
5586
5587 2005-10-04 Richard M. Stallman <rms@gnu.org>
5588
5589 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5590
5591 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
5592
5593 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5594 instead of `fboundp' in order to allow for anonymous functions.
5595
5596 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
5597
5598 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5599 case the user clicks on the link while another window is selected.
5600 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5601
5602 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5603 functionality.
5604 (dframe-help-echo): Save point in case mouse tracking is off.
5605
5606 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
5607
5608 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5609
5610 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5613 not change the global value of those vars.
5614
5615 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5616 make-local-variable which we do not need any more.
5617
5618 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
5619
5620 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5621 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5622 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5623 (speedbar-path-line): Define obsolete aliases.
5624 (speedbar-line-directory): Doc fix.
5625
5626 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5627 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5628 instead of speedbar-line-path.
5629
5630 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5631
5632 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5633 to nil if dropping on a window. Handle dropping on a minibuffer window
5634 like dropping on a non-window part of Emacs.
5635
5636 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * net/ange-ftp.el: Use with-current-buffer.
5639 (ange-ftp-insert-directory): Do not follow symlinks any more.
5640
5641 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5642 Remove interactive spec.
5643
5644 2005-10-03 Kim F. Storm <storm@cua.dk>
5645
5646 * ido.el (ido-mode): Use custom-initialize-set.
5647
5648 2005-10-02 Richard M. Stallman <rms@gnu.org>
5649
5650 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5651 Use insert-buffer-substring.
5652
5653 * net/tramp.el: Pacify byte compiler warnings in pacification code.
5654 (tramp-handle-file-local-copy): Use insert-buffer-substring.
5655
5656 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5659 in last change.
5660 (ange-ftp-insert-directory): Fix up the search for the case where
5661 `file' is absolute.
5662
5663 2005-10-02 Romain Francoise <romain@orebokech.com>
5664
5665 * progmodes/compile.el (compile-goto-error): Delete extra paren.
5666
5667 2005-10-02 Andreas Schwab <schwab@suse.de>
5668
5669 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5670 directory component in the session info.
5671
5672 2005-10-01 Richard M. Stallman <rms@gnu.org>
5673
5674 * comint.el (comint-redirect-subvert-readonly): Doc fix.
5675
5676 * simple.el (next-error-internal): New function.
5677
5678 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5679 (compilation-start): Pass new arg to compilation-buffer-name.
5680 (compile-goto-error): Use next-error-internal.
5681
5682 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5683
5684 * speedbar.el: Remove RCS tag.
5685 (speedbar-check-read-only): Handle non-existent files.
5686
5687 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5688
5689 * info.el (Info-speedbar-hierarchy-buttons)
5690 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5691
5692 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5693
5694 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5695 Do not match newline.
5696 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5697 (bibtex-summary): Remove unnecessary save-excursion.
5698 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5699
5700 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5701
5702 * term/mac-win.el: Add charset info for "iso10646-1".
5703 Modify default fontset to use ATSUI-compatible fonts for some charsets
5704 if available.
5705
5706 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * speedbar.el: Re-apply arch tag.
5709 (speedbar-version): Rename to version 1.0. Suggested by Eric
5710 M. Ludlam.
5711 Reapply two changes from Emacs CVS' version of speedbar lost
5712 during the merge:
5713 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5714 (speedbar-frame-parameters): Improve customize type.
5715
5716 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5719 (ange-ftp-file-directory-p): Fix the symlink case.
5720 (ange-ftp-insert-directory): When listing a single file, get a list of
5721 the parent buffer and extract the relevant line. Inspired from a patch
5722 by Katsumi Yamaoka <yamaoka@jpl.org>.
5723 (ange-ftp-file-name-sans-versions): Simplify.
5724
5725 2005-09-30 Bill Wohler <wohler@newt.com>
5726
5727 Move MH-E image files from toolbar and mail directories into
5728 etc/images.
5729
5730 * mail/reply2.*: Move to etc/images/mail/reply*.
5731
5732 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5733 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5734 etc/images.
5735
5736 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5737 * toolbar/reply*: Move to etc/images/mail.
5738
5739 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5740
5741 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
5742
5743 * speedbar.el: New version 1.0pre3.
5744
5745 Frame management code (including timer, and mouse click specifics)
5746 moved to dframe.el:
5747 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
5748 (speedbar-timer): Removed. Use dframe-timer.
5749 (speedbar-close-frame): Removed. Use dframe-close-frame.
5750 (speedbar-activity-change-focus-flag): Removed. Use
5751 dframe-activity-change-focus-flag.
5752 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
5753 dframe-update-speed.
5754
5755 (speedbar-current-frame): New macro. Use this instead of the
5756 variable speedbar-frame.
5757
5758 (speedbar-use-images, speedbar-expand-image-button-alist)
5759 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5760
5761 (speedbar-find-image-on-load-path): Removed. Replaced by
5762 defezimage in ezimage.el.
5763 (speedbar-expand-image-button-alist): Removed. Replaced by
5764 ezimage-expand-image-button-alist in ezimage.el.
5765
5766 (speedbar-ignored-directory-regexp)
5767 (speedbar-add-ignored-directory-regexp)
5768 (speedbar-ignored-directory-expressions)
5769 (speedbar-line-directory, speedbar-buffers-line-directory)
5770 (speedbar-directory-line, speedbar-buffers-line-directory):
5771 Renamed, replacing `path' with `directory'.
5772
5773 (speedbar-create-directory, speedbar-expand-line-descendants)
5774 (speedbar-toggle-line-expansion)
5775 (speedbar-contract-line-descendants): New commands.
5776
5777 (speedbar-query-confirmation-method, speedbar-select-frame-method)
5778 (speedbar-use-tool-tips-flag): New options.
5779
5780 (speedbar-check-read-only, speedbar-require-version)
5781 (speedbar-insert-separator, speedbar-buffers-tail-notes)
5782 (speedbar-handle-delete-frame, speedbar-try-completion)
5783 (speedbar-update-localized-contents): New functions.
5784
5785 (speedbar-incompatible-version, speedbar-ro-to-do-point)
5786 (speedbar-object-read-only-indicator): New variables.
5787
5788 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
5789 New hooks.
5790
5791 (speedbar-separator-face): New face.
5792
5793 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
5794 (speedbar-ignored-modes): Add fundamental-mode.
5795 (speedbar-directory-unshown-regexp): Add . directories.
5796
5797 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
5798 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
5799 `]' for full expand/close.
5800 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
5801
5802 (speedbar-check-vc): Support hidden files.
5803 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
5804 (speedbar-this-file-in-vc): Use vc-state if available. If VC
5805 state is nil, it is not checked out.
5806
5807 (speedbar-line-text, speedbar-line-token): Support expand buttons
5808 with no text.
5809 (speedbar-refresh): Universal argument acts as power-click.
5810 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
5811 that buffer to get variable values.
5812
5813 And many other bugfixes.
5814
5815 * dframe.el, ezimage.el, sb-image.el: New files.
5816
5817 * sb-*.xpm: Remove files. New image files installed into
5818 etc/images/ezimage.
5819
5820 2005-09-30 Kenichi Handa <handa@m17n.org>
5821
5822 * ps-mule.el (ps-mule-show-warning): If a character is in
5823 ps-print-translation-table, don't treat it as non-printable.
5824
5825 2005-09-30 David Ponce <david@dponce.com>
5826
5827 * tree-widget.el (tree-widget-themes-load-path): New variable.
5828 (tree-widget-themes-directory): Doc fix.
5829 (tree-widget-image-formats) [Emacs]: Doc fix.
5830 (tree-widget--locate-sub-directory): New function.
5831 (tree-widget-themes-directory): Use it.
5832
5833 * recentf.el (recentf-filename-handlers): Rename from
5834 `recentf-filename-handler'. Allow a list of functions.
5835 (recentf-menu-items-for-commands): Fix :help strings.
5836 (recentf-apply-filename-handlers): New function.
5837 (recentf-expand-file-name): Use it.
5838 (recentf-cleanup): Remove duplicates too.
5839
5840 2005-09-29 Juri Linkov <juri@jurta.org>
5841
5842 * faces.el: Rearrange face definitions to be in the same order as
5843 their face descriptions in "(emacs)Standard Faces".
5844
5845 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
5846
5847 * tooltip.el (tooltip): Add group `basic-faces'.
5848
5849 * buff-menu.el (Buffer-menu-buffer): Remove group
5850 `font-lock-highlighting-faces'.
5851
5852 * progmodes/compile.el (compilation-error, compilation-warning)
5853 (compilation-info, compilation-line-number, compilation-column-number):
5854 Change group from `font-lock-highlighting-faces' to `compilation'.
5855
5856 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5857 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
5858 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
5859 (vhdl-font-lock-reserved-words-face)
5860 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
5861 `font-lock-highlighting-faces'.
5862
5863 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
5864
5865 2005-09-28 Kim F. Storm <storm@cua.dk>
5866
5867 * emulation/cua-base.el: Set CUA move property on additional commands:
5868 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
5869 forward-sexp, backward-sexp, forward-list, backward-list.
5870
5871 2005-09-28 Romain Francoise <romain@orebokech.com>
5872
5873 * comint.el (comint-show-output): Really set point at the
5874 beginning of the output when not using `comint-use-prompt-regexp'.
5875
5876 2005-09-27 Jay Belanger <belanger@truman.edu>
5877
5878 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
5879 in TeX mode.
5880
5881 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
5882
5883 * textmodes/org.el (org-table-sum): Fix format string.
5884
5885 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
5886 Quote face names.
5887
5888 2005-09-26 Romain Francoise <romain@orebokech.com>
5889
5890 * isearch.el (isearch-forward-regexp): Close doc string.
5891
5892 2005-09-25 Richard M. Stallman <rms@gnu.org>
5893
5894 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
5895
5896 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
5897
5898 * progmodes/compile.el (compilation-error-properties):
5899 When getting the file from the previous error message,
5900 correctly decode the new data format.
5901
5902 * progmodes/cc-cmds.el (c-electric-paren):
5903 Call old-blink-paren only for close-paren.
5904
5905 2005-09-24 Andreas Schwab <schwab@suse.de>
5906
5907 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
5908 condition.
5909
5910 2005-09-25 Romain Francoise <romain@orebokech.com>
5911
5912 * dired-aux.el (dired-copy-file-recursive):
5913 * dired.el (dired-delete-file):
5914 * ediff-mult.el (ediff-dir-diff-copy-file):
5915 * ediff-util.el (ediff-test-save-region):
5916 * forms.el (forms-mode):
5917 * ido.el (ido-file-internal, ido-delete-file-at-head):
5918 * log-edit.el (log-edit-done):
5919 * ses.el (ses-yank-resize):
5920 * play/gomoku.el (gomoku-human-plays, gomoku)
5921 (gomoku-human-resigns, gomoku-prompt-for-other-game)
5922 (gomoku-offer-a-draw):
5923 * play/landmark.el (lm-human-resigns, lm):
5924 * net/eudcb-ldap.el (eudc-ldap-check-base):
5925 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
5926 * progmodes/ebrowse.el (ebrowse-find-pattern):
5927 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
5928 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
5929 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
5930
5931 * vc.el (vc-delete-file):
5932 * play/gomoku.el (gomoku-terminate-game, gomoku)
5933 (gomoku-prompt-for-move, gomoku-human-takes-back):
5934 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
5935 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
5936
5937 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5938
5939 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
5940 color rxvt terminals by using the code xterm.el used to use before
5941 2005-04-09 in order to match the colors used by rxvt.
5942
5943 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5944
5945 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
5946 colors rxvt-unicode terminals by using the same code as xterm.el.
5947
5948 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * textmodes/tex-mode.el (tex-font-lock-append-prop)
5951 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
5952 new symbol used for the tex-verbatim face.
5953
5954 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
5955
5956 * woman.el (woman-file-name):
5957 * wid-edit.el (widget-file-prompt-value)
5958 (widget-coding-system-prompt-value):
5959 * w32-fns.el (set-w32-system-coding-system):
5960 * vc.el (vc-version-diff, vc-annotate):
5961 * textmodes/reftex-auc.el (reftex-arg-cite)
5962 (reftex-arg-index-tag):
5963 * textmodes/refer.el (refer-get-bib-files):
5964 * textmodes/artist.el (artist-figlet-choose-font):
5965 * terminal.el (terminal-emulator):
5966 * replace.el (occur-read-primary-args):
5967 * rect.el (string-rectangle, string-insert-rectangle):
5968 * ps-print.el (ps-print-preprint):
5969 * progmodes/pascal.el (pascal-goto-defun):
5970 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
5971 * progmodes/compile.el (compilation-find-file):
5972 * printing.el (pr-interactive-n-up):
5973 * play/animate.el (animate-birthday-present):
5974 * net/rcompile.el (remote-compile):
5975 * man.el (man, Man-goto-section, Man-follow-manual-reference):
5976 * mail/rmailsum.el (rmail-summary-search-backward)
5977 (rmail-summary-search):
5978 * mail/rmailout.el (rmail-output-read-rmail-file-name)
5979 (rmail-output-read-file-name):
5980 * mail/rmail.el (rmail-search, rmail-search-backwards):
5981 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
5982 * locate.el (locate):
5983 * international/quail.el (quail-show-keyboard-layout):
5984 * international/mule.el (set-buffer-file-coding-system)
5985 (revert-buffer-with-coding-system, set-file-name-coding-system)
5986 (set-terminal-coding-system, set-keyboard-coding-system)
5987 (set-next-selection-coding-system):
5988 * international/mule-diag.el (describe-coding-system)
5989 (describe-font, describe-fontset):
5990 * international/mule-cmds.el (universal-coding-system-argument)
5991 (search-unencodable-char, describe-input-method)
5992 (set-language-environment, describe-language-environment):
5993 * international/codepage.el (codepage-setup):
5994 * international/code-pages.el (codepage-setup):
5995 * info.el (Info-search, Info-follow-reference)
5996 (Info-search-backward):
5997 * emacs-lisp/advice.el (ad-read-advised-function)
5998 (ad-read-advice-class, ad-clear-cache, ad-activate)
5999 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6000 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6001 (ad-read-regexp):
6002 * ediff-util.el (ediff-toggle-regexp-match):
6003 * ediff-ptch.el (ediff-prompt-for-patch-file):
6004 * dired-aux.el (dired-diff):
6005 * diff.el (diff):
6006 * cus-edit.el (custom-variable-prompt):
6007 * calendar/timeclock.el (timeclock-ask-for-project):
6008 * calc/calcalg3.el (calc-get-fit-variables):
6009 * calc/calc-store.el (calc-edit-variable)
6010 (calc-permanent-variable):
6011 * vc-mcvs.el (vc-mcvs-register):
6012 * shadowfile.el (shadow-define-literal-group):
6013 * woman.el (woman-file-name):
6014 * vc.el (vc-version-diff, vc-merge):
6015 * textmodes/reftex-index.el (reftex-index-complete-tag):
6016 * format.el (format-decode-buffer, format-decode-region):
6017 * emulation/viper-cmd.el (viper-read-string-with-history):
6018 * emacs-lisp/debug.el (cancel-debug-on-entry):
6019 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6020 * ediff.el (ediff-merge-revisions)
6021 (ediff-merge-revisions-with-ancestor, ediff-revision):
6022 * completion.el (interactive-completion-string-reader):
6023 * calc/calc-prog.el (calc-user-define-formula):
6024 Follow convention for reading with the minibuffer.
6025
6026 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
6027
6028 * progmodes/python.el (python-describe-symbol): Add globals() and
6029 locals() to the arguments of emacs.ehelp.
6030
6031 2005-09-24 Magnus Henoch <mange@freemail.hu>
6032
6033 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6034 New function, code extracted from ispell-valid-dictionary-list.
6035 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6036 Call it.
6037
6038 2005-09-24 Eli Zaretskii <eliz@gnu.org>
6039
6040 * subr.el (version-regexp-alist): Extend valid syntax for version
6041 strings: allow any of the characters -,_,+ to separate the
6042 alpha/beta/rc part from the version part. Doc fix.
6043 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
6044
6045 2005-09-23 David Reitter <david.reitter@gmail.com>
6046
6047 * mail/mailclient.el: New file.
6048
6049 2005-09-23 Richard M. Stallman <rms@gnu.org>
6050
6051 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6052 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6053 Doc fixes.
6054
6055 * progmodes/cc-mode.el (c-font-lock-init):
6056 Specify font-lock-lines-before.
6057
6058 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6061 whole conflict.
6062
6063 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
6064
6065 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6066 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
6067 of `remap' feature when available. Additional key bindings for
6068 better tty support.
6069 (org-mode-restart, org-force-self-insert): New commands.
6070 (org-time-stamp-inactive): New command.
6071 (org-remap): New function.
6072 (org-table-auto-blank-field, org-level-color-stars-only): New options.
6073 (org-enable-fixed-width-editor): Move to `org-structure'
6074 customization group.
6075 (org-self-insert-command, orgtbl-self-insert-command): Modify to
6076 blank field after field motion commands.
6077
6078 2005-09-23 Kenichi Handa <handa@m17n.org>
6079
6080 * international/mule-cmds.el (set-language-environment):
6081 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6082 have to call utf-translate-cjk-load-tables.
6083
6084 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * mouse.el (mouse-move-drag-overlay): Fix last change.
6087
6088 2005-09-22 David Ponce <david@dponce.com>
6089
6090 * tree-widget.el (tree-widget-value-create): Fix previous change.
6091
6092 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6093
6094 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6095
6096 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6097
6098 * mouse.el (mouse-move-drag-overlay): New function.
6099 (mouse-drag-region-1): Use it.
6100 Try to simplify a bit the state handling. Handle clicks on links
6101 inside intangible areas.
6102 (mouse-save-then-kill): Minor simplification.
6103 (mouse-secondary-overlay): Make it always non-nil instead of
6104 recreating it each time.
6105 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6106 (mouse-kill-secondary, mouse-secondary-save-then-kill):
6107 Simplify accordingly.
6108
6109 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6110
6111 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6112
6113 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
6114
6115 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6116 (ediff-file-name-sans-prefix): Treat nil as an empty string.
6117 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6118 to patch.
6119
6120 * ediff-util.el: Use insert-buffer-substring.
6121
6122 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6123
6124 * emulation/viper-cmd.el (viper-change-state): Don't move over the
6125 field boundaries in the minibuffer.
6126 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6127 (viper-minibuffer-post-command-hook): New hook.
6128 (viper-line): Don't move cursor at bolp.
6129
6130 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6131
6132 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6133 avoid compiler warnings.
6134
6135 * emulation/viper-macs.el (ex-map): Better messages.
6136
6137 * emulation/viper-utils.el (viper-beginning-of-field): New function.
6138
6139 * emulation/viper.el: Replace make-variable-buffer-local with
6140 viper-make-variable-buffer-local everywhere, to avoid warnings.
6141
6142 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6143
6144 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6145 Delete unused var `old-selected-window'.
6146 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6147 (mouse-drag-secondary): Delete unused var `start-frame'.
6148
6149 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6150
6151 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6152
6153 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6154
6155 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6156 Re-indent within 80 columns. Use inhibit-read-only.
6157
6158 2005-09-19 Romain Francoise <romain@orebokech.com>
6159
6160 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6161
6162 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * font-lock.el (font-lock-default-fontify-region): Don't add a line
6165 unconditionally, since the after-change-function already did it.
6166
6167 2005-09-19 Miles Bader <miles@gnu.org>
6168
6169 * net/newsticker.el: Get rid of CVS keyword.
6170
6171 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
6172
6173 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6174 The prompt is formatted later.
6175
6176 2005-09-19 David Ponce <david@dponce.com>
6177
6178 * tree-widget.el (tree-widget-value-create): Save the converted
6179 tree :node widget.
6180
6181 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
6182
6183 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6184 variable `message'.
6185
6186 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
6187
6188 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6189 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
6190 <slawomir.nowaczyk.847@student.lu.se>.
6191
6192 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
6193
6194 * image.el (image-load-path): Use symbol `data-directory' instead
6195 of its value, for backward compatibility with packages that bind
6196 it during `find-image'. Suggested by Katsumi Yamaoka.
6197 (image-search-load-path): Handle symbols whose values are strings.
6198
6199 2005-09-18 Romain Francoise <romain@orebokech.com>
6200
6201 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6202 with-current-buffer form in save-excursion.
6203
6204 2005-09-18 D Goel <deego@gnufans.org>
6205
6206 * apropos.el (apropos-command): Fix `message' call: first arg
6207 should be a format spec. In this and all other cases that appear
6208 below and elsewhere in the source code, I made a change only when
6209 two conditions were satisfied: [1] I can think of a possibility
6210 that the arguments would cause an error, for example, the code in
6211 question relies on external variables such as filenames. [2] I
6212 was sure that the arg to `message' could not have been nil in the code.
6213
6214 * textmodes/tildify.el (tildify-region): Ditto.
6215
6216 * textmodes/reftex-index.el (reftex-index-change-entry)
6217 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6218 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6219 * textmodes/org.el (org-complete, org-deadline, org-schedule)
6220 (org-priority, org-table-sum):
6221 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6222 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6223 (flyspell-word, flyspell-display-next-corrections):
6224 * textmodes/bibtex.el (bibtex-print-help-message):
6225 * textmodes/artist.el (artist-key-set-point-poly):
6226 * term/mac-win.el (mac-services-insert-text):
6227 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6228 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6229 (vhdl-port-paste-testbench, vhdl-compose-new-component)
6230 (vhdl-compose-configuration):
6231 * progmodes/sh-script.el (sh-blink, sh-show-indent)
6232 (sh-set-indent, sh-learn-line-indent):
6233 * progmodes/ps-mode.el (ps-mode-target-column):
6234 * progmodes/idlwave.el (idlwave-make-tags)
6235 (idlwave-scan-library-catalogs):
6236 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6237 * progmodes/gud.el (gud-jdb-analyze-source):
6238 * progmodes/flymake.el (flymake-log):
6239 * progmodes/ebnf2ps.el (ebnf-generate-region):
6240 * progmodes/cmacexp.el (c-macro-expansion):
6241 * progmodes/ada-xref.el (ada-treat-cmd-string):
6242 * progmodes/ada-mode.el (ada-create-case-exception-substring)
6243 (ada-justified-indent-current, ada-batch-reformat):
6244 * play/zone.el (zone):
6245 * play/landmark.el (lm-move):
6246 * play/decipher.el (decipher-show-alphabet):
6247 * net/newsticker.el (newsticker--display-jump)
6248 (newsticker--display-scroll):
6249 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6250 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6251 * mail/feedmail.el (feedmail-dump-message-to-queue):
6252 * eshell/esh-proc.el (eshell-remove-process-entry):
6253 * emulation/ws-mode.el (ws-last-error):
6254 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6255 (viper-record-kbd-macro):
6256 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6257 * emacs-lisp/lisp-mnt.el (lm-report-bug):
6258 * emacs-lisp/find-func.el (find-function-noselect):
6259 * calendar/timeclock.el (timeclock-status-string)
6260 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6261 (timeclock-when-to-leave-string):
6262 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6263 * calc/calc-units.el (calc-enter-units-table):
6264 * calc/calc-mode.el (calc-mode-record-mode):
6265 * woman.el (woman-mini-help):
6266 * wdired.el (wdired-change-to-wdired-mode):
6267 * vc.el (vc-retrieve-snapshot):
6268 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6269 * startup.el (display-startup-echo-area-message):
6270 * simple.el (set-goal-column):
6271 * ses.el (ses-command-hook, ses-recalculate-cell):
6272 * server.el (server-process-filter):
6273 * printing.el (pr-interface-txt-print, pr-interface-printify)
6274 (pr-interface-ps):
6275 * pcvs.el (cvs-help):
6276 * log-edit.el (log-edit, log-edit-mode-help):
6277 * iswitchb.el (iswitchb-possible-new-buffer):
6278 * isearch.el (isearch-edit-string):
6279 * image-mode.el (image-mode, image-minor-mode):
6280 * ibuf-macs.el (define-ibuffer-filter):
6281 * hi-lock.el (hi-lock-find-patterns):
6282 * files.el (toggle-read-only):
6283 * ediff-util.el (ediff-copy-diff)
6284 (ediff-write-merge-buffer-and-maybe-kill):
6285 * echistory.el (Electric-history-undefined):
6286 * dnd.el (dnd-insert-text):
6287 * dired-aux.el (dired-query):
6288 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6289 * bookmark.el (bookmark-bmenu-locate):
6290 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6291 Fix `message' calls to ensure first arg is a format string.
6292 The change was made only when these two conditions were satisfied:
6293 [1] when there is a possibility that the arguments would cause an error
6294 for example, if the code in question relies on external variables
6295 such as filenames, and
6296 [2] if the arg to `message' could not have been nil in the code.
6297
6298 * pcomplete.el (pcomplete--help): Fix `message' format spec.
6299 Not having a %s would be weird, though not technically wrong.
6300
6301 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6302
6303 * term/mac-win.el (mac-add-charset-info): Doc fix.
6304
6305 2005-09-17 Romain Francoise <romain@orebokech.com>
6306
6307 * shell.el (shell-resync-dirs): Handle echoing processes more
6308 reliably. Don't insert resync command if `comint-process-echoes'
6309 is non-nil.
6310
6311 2005-09-17 Magnus Henoch <mange@freemail.hu>
6312
6313 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6314 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6315 aspell versions >= 0.60.
6316 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6317 only if ispell-aspell-supports-utf8 is non-nil.
6318
6319 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6320
6321 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6322 buffer-local value to lisp-indent-function.
6323
6324 2005-09-17 Milan Zamazal <pdm@zamazal.org>
6325
6326 * progmodes/glasses.el (glasses-make-readable): If
6327 glasses-separator differs from underscore, put appropriate
6328 overlays over underscore characters.
6329 (glasses-convert-to-unreadable): If glasses-separator differs from
6330 underscore, try to convert glasses-separator characters to
6331 underscores.
6332
6333 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6336 Use with-syntax-table and dolist.
6337
6338 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
6339
6340 * textmodes/reftex-auc.el:
6341 * textmodes/reftex-cite.el:
6342 * textmodes/reftex-dcr.el:
6343 * textmodes/reftex-global.el:
6344 * textmodes/reftex-parse.el:
6345 * textmodes/reftex-ref.el:
6346 * textmodes/reftex-sel.el:
6347 * textmodes/reftex-toc.el:
6348 * textmodes/reftex-vars.el:
6349 * textmodes/reftex.el: Small changes to remove compiler warnings.
6350
6351 * textmodes/reftex-index.el: Likewise.
6352 (reftex-query-index-phrase): More efficient use of markers.
6353
6354 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6355
6356 * image.el (image-load-path): New variable.
6357 (image-search-load-path): New function.
6358 (find-image): Search for images in `image-load-path'.
6359
6360 2005-09-15 Richard M. Stallman <rms@gnu.org>
6361
6362 * follow.el: Change Maintainer field.
6363
6364 2005-09-15 David Ponce <david@dponce.com>
6365
6366 * recentf.el (recentf-save-file-modes): New option.
6367 (recentf-save-list): Use it.
6368
6369 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
6370
6371 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6372 (mode-line-mule-info, mode-line-modified): Move bindings from
6373 mouse-3 to mouse-1.
6374
6375 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6376
6377 * simple.el (sendmail-user-agent-compose): Revert last change.
6378
6379 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6380
6381 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6382 Use with-current-buffer.
6383 (ange-ftp-gwp-start): Remove unused var `gw-user'.
6384 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6385 (ange-ftp-insert-directory): Remove unused var `short'.
6386 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6387
6388 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6389 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6390
6391 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6392 (check-calendar-holidays, diary-list-entries): Autoload.
6393 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6394 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6395
6396 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6397 which mistakenly removed a call to display-buffer.
6398
6399 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
6400
6401 * obsolete/iso-insert.el: Move to obsolete/ from international/.
6402
6403 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
6404
6405 * progmodes/hideshow.el
6406 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6407 (hs-allow-nesting): New user var.
6408 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6409 (hs-hide-block-at-point): When nesting allowed,
6410 if there is already an overlay in place, delete it.
6411 (hs-safety-is-job-n): Delete func; remove call sites.
6412 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6413 (hs-overlay-at): New func.
6414 (hs-already-hidden-p, hs-show-block): Use it.
6415 (hs-hide-all): Don't pre-clean if nesting allowed.
6416 (hs-show-all): Temporarily disallow
6417 nesting around call to `hs-discard-overlays'.
6418
6419 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6422 Delete unused local var.
6423
6424 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
6425
6426 * help-fns.el (describe-categories): "?\ " -> "?\s".
6427 (help-do-arg-highlight): Recognize also ARG-n, as in
6428 `move-to-left-margin' (ARG+n is already recognized). Simplify.
6429
6430 * international/codepage.el (dos-unsupported-char-glyph):
6431 * net/newsticker.el (tool-bar-map, w3-mode-map)
6432 (w3m-minor-mode-map):
6433 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6434 (ent-alist):
6435 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6436
6437 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * custom.el (custom-push-theme): Handle the case where a symbol is
6440 bound but face properties have not yet been assigned.
6441
6442 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6443 Fix behavior if noerase is `t' and there is no mail buffer.
6444
6445 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6446 if `continue' is nil, rather than signal an error.
6447
6448 2005-09-12 Richard M. Stallman <rms@gnu.org>
6449
6450 * font-lock.el (font-lock-keywords): Add autoload.
6451
6452 * help-fns.el (describe-variable): Rearrange to put source link
6453 in a predictable place.
6454
6455 * net/newsticker.el: New file.
6456
6457 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * calendar/calendar.el (calendar-for-loop): Add edebug info.
6460 (calendar-basic-setup): Use the new nil arg.
6461 (number-of-diary-entries): Move to diary-lib.el.
6462
6463 * calendar/diary-lib.el: Use with-current-buffer, match-string.
6464 (diary-list-entries): Use with-syntax-table and dolist.
6465 Rename from list-diary-entries.
6466 Use number-of-diary-entries if `number' is nil.
6467 (diary, diary-view-entries): Use this new name and new nil arg value.
6468 (number-of-diary-entries): Move from calendar.el.
6469 (diary-unhide-everything): New function.
6470 (include-other-diary-files, fancy-diary-display)
6471 (diary-show-all-entries, make-diary-entry): Use it.
6472 (diary-mail-entries): Use buffer-string.
6473 (mark-diary-entries): Fix long standing paren typo.
6474 (diary-sexp-entry): Use count-lines.
6475 (make-diary-entry): Avoid `previous-line'.
6476 (diary-mode-map): New var.
6477 (diary-mode): Redraw cal after saving. Setup header-line.
6478 (fancy-diary-display-mode): Use local-set-key.
6479
6480 * startup.el (command-line): Try calling various terminal-init-foo-bar
6481 functions by stripping hyphenated suffixes from $TERM.
6482
6483 * files.el (normal-mode): Check boundness of font-lock-keywords.
6484
6485 2005-09-12 Richard M. Stallman <rms@gnu.org>
6486
6487 * progmodes/compile.el: Don't decide a file's directory
6488 until the user actually tries to go there.
6489 (compilation-next-error-function):
6490 Pass compilation-find-file the directory from the file-struct.
6491 (compilation-internal-error-properties): Separate local FILE-STRUCT
6492 from FILE. Doc the args better. Rename arg FMT to FMTS.
6493 (compilation-find-file): Arg DIR renamed to DIRECTORY.
6494 Expand it, and if nil, use default-directory.
6495 (compilation-get-file-structure): Don't mix specified directory
6496 with default directory. Put specified directory into
6497 file-struct. Don't make the file name absolute.
6498
6499 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6500 (compile-command): Add autoload.
6501 (compilation-disable-input): Add autoload.
6502
6503 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
6504
6505 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6506 strings of the variables it can override.
6507 (time-stamp): New (as yet undocumented) time-stamp-format escapes
6508 %Q and %q, for fully-qualified domain name and unqualified host name.
6509
6510 2005-09-11 Kim F. Storm <storm@cua.dk>
6511
6512 * emacs-lisp/authors.el (authors-aliases): Update list.
6513 (authors-fixed-entries): Update mldrag.el entry.
6514
6515 2005-09-10 Alan Mackenzie <acm@muc.de>
6516
6517 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6518 from the region narrowed to.
6519
6520 2005-09-10 Magnus Henoch <mange@freemail.hu>
6521
6522 * textmodes/ispell.el (ispell-check-version): Signal an error if
6523 aspell version is less than 0.60.
6524
6525 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
6526
6527 * progmodes/octave-inf.el (inferior-octave-startup):
6528 Resync current dir at the end.
6529
6530 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
6531
6532 * woman.el (woman-topic-at-point-default):
6533 Rename to woman-use-topic-at-point-default.
6534 (woman-topic-at-point): Rename to woman-use-topic-at-point.
6535 (woman-file-name): Reflect renames above. Automatically use the
6536 word at point as topic if woman-use-topic-at-point is non-nil.
6537 Otherwise offer it as default but don't insert it in the
6538 minibuffer. Also use `test-completion' instead of `assoc' as
6539 suggested by Stefan Monnier.
6540
6541 2005-09-10 Andre Spiegel <spiegel@gnu.org>
6542
6543 * vc.el (vc-directory, vc-update-change-log): Throw an error on
6544 the attempt to do it over Tramp. This is not yet supported.
6545
6546 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6547
6548 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6549 (menu-bar-non-minibuffer-window-p): New functions.
6550 ("Split Window", "Save As..."): Use them.
6551 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6552 ("Print Buffer", "Truncate Long Lines in this Buffer"):
6553 Use menu-bar-menu-frame-live-and-visible-p.
6554 ("Save Buffer", "Insert File", "Open Directory...")
6555 ("Open File...", "Visit New File..."):
6556 Use menu-bar-non-minibuffer-window-p.
6557 (kill-this-buffer-enabled-p, dired <menu-enable>):
6558 Use menu-bar-non-minibuffer-window-p.
6559
6560 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6561
6562 * cus-start.el (all): Don't complain about fringe-related
6563 built-ins if fringes are not supported. Ditto about
6564 selection-related built-ins. Fix the test for GTK-related built-ins.
6565
6566 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6567 ("Postscript Print Buffer", "Print Region", "Save As...")
6568 ("Save", "Insert File...", "Open Directory...")
6569 ("Open File...", "Visit New File..."")
6570 ("Truncate Long Lines in this Buffer"): Don't look at
6571 menu-updating-frame if this display does not support multiple frames.
6572
6573 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6574
6575 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6576
6577 2005-09-09 Emilio Lopes <eclig@gmx.net>
6578
6579 * woman.el: Format- and whitespace-related changes.
6580
6581 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6582
6583 * woman.el: Fix my email address.
6584
6585 2005-09-08 Richard M. Stallman <rms@gnu.org>
6586
6587 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6588 (sh-mode): Locally set skeleton-pair-default-alist.
6589
6590 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6591
6592 * progmodes/flymake.el: Require `compile' unconditionally.
6593
6594 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6595
6596 * woman.el (woman-file-name): Provide a default, not initial input.
6597
6598 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6599
6600 * font-lock.el (font-lock-support-mode): Doc fix.
6601
6602 * descr-text.el (describe-property-list): Handle non-symbol prop names.
6603
6604 2005-09-08 Richard M. Stallman <rms@gnu.org>
6605
6606 * simple.el (blink-matching-open): Get rid of text props from
6607 the string shown in echo area. Don't permanently set point.
6608 Some rearrangements.
6609
6610 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
6611
6612 * recentf.el (recentf-filename-handler): Add custom choice
6613 `abbreviate-file-name'.
6614
6615 * msb.el (msb--very-many-menus): Fix typo.
6616
6617 * disp-table.el (standard-display-european): Don't set
6618 enable-multibyte-characters to nil.
6619
6620 2005-09-08 David Ponce <david@dponce.com>
6621
6622 * recentf.el (recentf-show-file-shortcuts-flag): New option.
6623 (recentf-expand-file-name): Doc fix.
6624 (recentf-dialog-mode-map): Define digit shortcuts.
6625 (recentf--files-with-key): New variable.
6626 (recentf-show-digit-shortcut-filter): New function.
6627 (recentf-open-files-items): New function.
6628 (recentf-open-files): Use it.
6629 (recentf-open-file-with-key): New command.
6630
6631 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * buff-menu.el (Buffer-menu-sort-by-column): New function.
6634 Suggested by Kim F. Storm.
6635 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6636 (Buffer-menu-make-sort-button): Use global keymap.
6637
6638 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6641 (Man-getpage-in-background-advice): Remove defadvice; it isn't
6642 necessary any longer with the remapped command.
6643 (Man-bgproc-sentinel-advice): Remove defadvice which counts
6644 formatting time only.
6645
6646 * net/tramp.el (tramp-action-password)
6647 (tramp-multi-action-password): Compile the password prompt from
6648 `method', `user' and `host'. Sometimes it isn't obvious which
6649 password to enter, for example with remote files offered by
6650 recentf.el, or with multiple steps. Suggested by Robert Marshall
6651 <robert@chezmarshall.freeserve.co.uk>.
6652
6653 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6656 Fix regexp for when "s///" is at the beginning of line.
6657
6658 2005-09-07 Jay Belanger <belanger@truman.edu>
6659
6660 * calc/calc-poly.el (math-expand-term): Multiply out any powers
6661 when in matrix mode.
6662
6663 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6666 non-anonymous functions.
6667
6668 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6671 when using a header line. Otherwise, use mouse-1-click-follows-link.
6672
6673 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6674 can't be moved; don't signal an error.
6675
6676 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6677
6678 * cus-theme.el (custom-theme-write-faces): Save the current face
6679 spec, not the defface spec.
6680
6681 * custom.el (custom-known-themes): Clarify meaning of "standard".
6682 (custom-push-theme): Save old values in the standard theme.
6683 (disable-theme): Correct typo.
6684 (custom-face-theme-value) Deleted unused function.
6685 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6686
6687 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * progmodes/compile.el (compilation-goto-locus): Take into account
6690 iconified frames when determining whether the buffer is
6691 already visible.
6692 Don't reset window height if the window already existed.
6693
6694 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
6695
6696 * custom.el (load-theme): Rename from require-theme.
6697 Add interactive spec.
6698 (enable-theme): Rename from custom-enable-theme.
6699 Add interactive spec.
6700 (disable-theme): Rename from custom-disable-theme.
6701 Add interactive spec.
6702 (custom-make-theme-feature): Doc fix.
6703 (custom-theme-directory): Doc fix.
6704 (provide-theme): Call enable-theme.
6705
6706 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * obsolete/lazy-lock.el (lazy-lock-mode):
6709 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6710 font-lock-mode if it's off. Print a warning instead.
6711
6712 * progmodes/compile.el (compilation-start): Ignore errors if the
6713 process died before we get to send-eof.
6714
6715 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6716 Undo last change. Enclosing the result in quotes broke things on Unix
6717 since tex-send-command passes it through shell-quote-argument.
6718 (tex-send-command): Pass `file' through convert-standard-filename
6719 when possible.
6720 (tex-uptodate-p): Handle the case where TeX hasn't put additional
6721 info in a transcript.
6722
6723 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6724
6725 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6726 fix compilation warning. Reorder the key definitions to group
6727 together keys emitted by the current version of xterm.
6728
6729 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6730 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6731 Reorder predicates to correct min-color usage.
6732
6733 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * longlines.el (longlines-mode): Inhibit read-only when encoding.
6736 Kill local variables when longlines-mode is turned off.
6737
6738 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6741
6742 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6743
6744 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6745
6746 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6747 (font-lock-lines-before): Change default to being inactive.
6748 (font-lock-default-fontify-region): Obey font-lock-lines-before.
6749 (font-lock-after-change-function): Don't handle f-l-lines-before here.
6750
6751 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6752
6753 * net/tramp.el (tramp-handle-make-auto-save-file-name):
6754 Deactivate temporarily advice if active (not needed for Emacs 22,
6755 but for backwards compatibility).
6756 (tramp-exists-file-name-handler): Rewrite. First implementation
6757 was too simple.
6758 (tramp-advice-make-auto-save-file-name):
6759 Call `tramp-handle-make-auto-save-file-name' (again, just for
6760 backwards compatibility).
6761
6762 2005-08-31 Reto Zimmermann <reto@gnu.org>
6763
6764 * progmodes/vhdl-mode.el
6765 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6766 (vhdl-end-p): Fix indentation bug "else" after "-- when".
6767 (vhdl-set-default-project): New function (easier setting of default).
6768 (vhdl-port-copy): Handle extended identifiers for generics.
6769 (vhdl-compiler-alist): Better description for error message regexp.
6770 (vhdl-make): Query for target, use previous as default.
6771 (vhdl-port-copy): Fix port copy for port names starting with "signal".
6772 (vhdl-font-lock-keywords-2): Fix fontification for record
6773 el. assign.
6774 (vhdl-speedbar-make-subpack-line): Add package body link.
6775 (vhdl-generate-makefile-1): Not include itself as dependency.
6776 (vhdl-font-lock-init): Highlight c-preprocessor directives.
6777 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
6778 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
6779 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
6780 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
6781 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
6782 (vhdl-import-project): Add string argument for `error'.
6783 (vhdl-compose-configuration)
6784 (vhdl-compose-configuration-architecture): Add configuration
6785 declaration generation.
6786 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
6787 (vhdl-trailer-re): Add "record" keyword (better indentation).
6788 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
6789 "[^ \t-\"]+".
6790 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
6791 (vhdl-testbench-entity-file-name)
6792 (vhdl-testbench-architecture-file-name): Allow separate
6793 customization of testbench file names.
6794 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
6795 (vhdl-get-visible-signals): Allow newline within alias declaration.
6796 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
6797 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
6798 (member-ignore-case): Alias for missing function in XEmacs.
6799 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
6800 (vhdl-update-sensitivity-list): Ignore case on read signals.
6801 (vhdl-replace-string): Adjust case only for file names.
6802 (vhdl-update-sensitivity-list): Fix search for read signals.
6803 (vhdl-update-sensitivity-list): Exclude formal parameters.
6804 (vhdl-get-visible-signals): Include aliases of signals.
6805 (vhdl-get-visible-signals): Fix signal name searching.
6806 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
6807 (vhdl-fixup-whitespace-region): Fix for character
6808 literals (e.g. ':').
6809
6810 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6811
6812 * ansi-color.el (comint-last-output-start):
6813 * bs.el (font-lock-verbose):
6814 * diff-mode.el (add-log-buffer-file-name-function):
6815 * dired-x.el (vm-folder-directory):
6816 * faces.el (help-xref-stack-item):
6817 * files.el (font-lock-keywords):
6818 * find-lisp.el (dired-buffers, dired-subdir-alist):
6819 * ido.el (cua-inhibit-cua-keys):
6820 * log-view.el (cvs-minor-wrap-function):
6821 * outline.el (font-lock-warning-face):
6822 * simple.el (compilation-current-error):
6823 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
6824 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
6825 * tooltip.el (comint-prompt-regexp):
6826 * w32-fns.el (explicit-shell-file-name):
6827 * term/mac-win.el (mac-charset-info-alist)
6828 (mac-services-selection, mac-system-script-code):
6829 * term/tty-colors.el (msdos-color-values):
6830 * term/w32-win.el (xlfd-regexp-registry-subnum):
6831 * term/x-win.el (x-keysym-table, x-selection-timeout)
6832 (x-session-id, x-session-previous-id):
6833 * textmodes/ispell.el (mail-yank-prefix):
6834 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
6835 * textmodes/org.el (calc-embedded-close-formula)
6836 (calc-embedded-open-formula)
6837 (font-lock-unfontify-region-function):
6838 * textmodes/reftex-global.el (isearch-next-buffer-function)
6839 (TeX-master):
6840 * textmodes/reftex.el (font-lock-keywords):
6841 * textmodes/tex-mode.el (font-lock-comment-face)
6842 (font-lock-doc-face):
6843 * textmodes/texinfo.el (outline-heading-alist):
6844 Add defvars.
6845
6846 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
6847 (artist-spray-chars, artist-mode-init, artist-replace-string)
6848 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
6849 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
6850 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
6851
6852 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
6853 (conf-align-assignments): "?\ " -> "?\s".
6854
6855 * textmodes/reftex-index.el (TeX-master): Add defvar.
6856 (reftex-index-phrases-marker): Move up defvar.
6857
6858 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
6859 (reftex-toc-include-labels-indicator)
6860 (reftex-toc-include-index-indicator)
6861 (reftex-toc-max-level-indicator): Move up declarations.
6862
6863 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
6864 of args to `tramp-run-real-handler', even if it's empty in this case.
6865
6866 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6867
6868 * dired.el (dired-move-to-filename-regexp): Add date format for
6869 Mac OS X 10.3 in East Asian locales.
6870
6871 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6872
6873 * files.el (make-auto-save-file-name): Add file name handler call
6874 if applicable.
6875
6876 * net/tramp.el (tramp-file-name-handler-alist)
6877 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
6878 (tramp-handle-make-auto-save-file-name): Rename from
6879 `tramp-make-auto-save-file-name'.
6880 (tramp-exists-file-name-handler): New defun.
6881 (tramp-advice-make-auto-save-file-name): Make defadvice only when
6882 `make-auto-save-file-name' is not a magic file name operation.
6883
6884 2005-08-30 Richard M. Stallman <rms@gnu.org>
6885
6886 * files.el (risky-local-variable-p):
6887 Match `-predicates' and `-commands.
6888
6889 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
6890 (custom-save-all): Visit the file if necessary;
6891 kill the buffer if we created it.
6892 (custom-save-delete): Don't visit file or kill buffer here.
6893
6894 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
6895
6896 * textmodes/org.el (org-special-keyword): New face.
6897 (org-table-copy-down, org-table-eval-formula)
6898 (org-table-recalculate, org-init-section-numbers):
6899 Use `string-to-number' instead of `string-to-int'.
6900 (org-get-location): Use `insert-buffer-substring' instead of
6901 `insert-buffer'.
6902 (org-modify-diary-entry-string): New function.
6903 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
6904 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
6905 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
6906 active region.
6907 (org-export-as-html): Handle QUOTE keyword.
6908 (org-quote-string): New option.
6909 (org-bookmark-jump-unhide): New function, used for
6910 `bookmark-after-jump-hook'.
6911 (org-diary-default-entry): Apply only when not called through
6912 `org-agenda'.
6913
6914 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
6915
6916 * net/eudc.el (mode-popup-menu):
6917 * play/handwrite.el (ps-printer-name, ps-lpr-command):
6918 * progmodes/ada-mode.el (compile-auto-highlight)
6919 (skeleton-further-elements):
6920 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6921 * progmodes/cmacexp.el (msdos-shells):
6922 * progmodes/compile.el (font-lock-extra-managed-props)
6923 (font-lock-keywords, font-lock-maximum-size)
6924 (font-lock-support-mode):
6925 * progmodes/grep.el (font-lock-lines-before):
6926 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
6927 * progmodes/mixal-mode.el (compile-command):
6928 * progmodes/perl-mode.el (font-lock-comment-face)
6929 (font-lock-doc-face, font-lock-string-face):
6930 * progmodes/prolog.el (comint-prompt-regexp):
6931 * progmodes/sh-script.el (font-lock-comment-face)
6932 (font-lock-set-defaults, font-lock-string-face):
6933 * progmodes/sql.el (font-lock-keyword-face)
6934 (font-lock-set-defaults, font-lock-string-face):
6935 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
6936 (itimer-version, lazy-lock-defer-contextually)
6937 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
6938 Add defvars.
6939
6940 * progmodes/cperl-mode.el (cperl-electric-lbrace)
6941 (cperl-electric-keyword, cperl-electric-pod)
6942 (cperl-electric-backspace, cperl-forward-re)
6943 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
6944 (vc-rcs-header, vc-sccs-header): Add defvars.
6945
6946 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
6947 (font-lock-syntactic-keywords, gud-find-expr-function):
6948 Add defvars.
6949
6950 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
6951 (gdb-frame-parameters): Declare before use.
6952
6953 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
6954 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
6955 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
6956 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
6957
6958 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
6959 (idlwave-help-with-source): Use `insert-buffer-substring', not
6960 `insert-buffer'.
6961
6962 2005-08-29 Juri Linkov <juri@jurta.org>
6963
6964 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
6965 Put outline-back-to-heading function call inside save-excursion.
6966
6967 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * man.el (Man-init-defvars, Man-translate-references)
6970 (Man-support-local-filenames, Man-highlight-references):
6971 * progmodes/sql.el (sql-interactive-mode):
6972 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
6973
6974 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
6975 (compilation-mode-font-lock-keywords): Add defvars.
6976 (checkdoc-interactive-loop): "?\ " -> "?\s".
6977
6978 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
6979 (font-lock-doc-face, font-lock-string-face)
6980 (font-lock-keywords-case-fold-search): Add defvars.
6981 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
6982
6983 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
6984 Don't pass X and Y (they are ignored anyway).
6985 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
6986 (mouse-delete-window): Make arguments optional.
6987
6988 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
6989 (caesar-translate-table, minor-modes, news-buffer-save)
6990 (news-group-name, news-minor-modes): Add defvars.
6991
6992 * emacs-lisp/lselect.el (mouse-highlight-priority)
6993 (x-lost-selection-functions, zmacs-regions):
6994 * emacs-lisp/pp.el (font-lock-verbose):
6995 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
6996 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
6997 (ses-mode-map):
6998 * emacs-lisp/tcover-unsafep.el (safe-functions):
6999 * international/mule-cmds.el (mac-system-coding-system)
7000 (mac-system-locale):
7001 * language/ethio-util.el (rmail-current-message)
7002 (rmail-message-vector):
7003 * language/thai-util.el (thai-auto-composition-mode):
7004 * mail/metamail.el (rmail-current-message, rmail-message-vector):
7005 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7006 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7007 (vm-primary-inbox, vm-spool-files):
7008 * mail/rmail.el (deleted-head, font-lock-fontified)
7009 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7010 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7011 (total-messages):
7012 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7013 (rmail-summary-mode-map):
7014 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7015 (rmail-last-label, rmail-last-multi-labels)
7016 (rmail-summary-vector, rmail-total-messages):
7017 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7018 * mail/rmailsum.el (msgnum):
7019 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7020 (rmail-current-message):
7021 * obsolete/fast-lock.el (font-lock-face-list):
7022 * obsolete/rnewspost.el (mail-reply-buffer):
7023 * obsolete/scribe.el (compile-command):
7024 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7025
7026 2005-08-28 John Paul Wallington <jpw@gnu.org>
7027
7028 * ibuf-ext.el (ibuffer-auto-update-changed):
7029 Use `frame-or-buffer-changed-p' to check whether we need to update.
7030 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7031 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
7032 as a `frame-or-buffer-changed-p' state vector instead.
7033
7034 2005-08-27 Romain Francoise <romain@orebokech.com>
7035
7036 * textmodes/makeinfo.el (makeinfo-compile):
7037 Use `compilation-start'. Set `next-error-function' according to
7038 `disable-errors'.
7039 (makeinfo-next-error): New function.
7040 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7041 (makeinfo-buffer): Likewise.
7042
7043 * progmodes/compile.el (compilation-start): Add autoload cookie.
7044
7045 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7046 * textmodes/sgml-mode.el: Likewise.
7047 * progmodes/python.el: Likewise.
7048
7049 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7050
7051 * simple.el (blink-matching-paren-distance): Document the meaning
7052 of nil value, and allow to customize to nil.
7053
7054 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7055 command.com, not command.exe.
7056
7057 2005-08-26 John Wiegley <johnw@newartisans.com>
7058
7059 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7060 code around a bit so that an extraneous nil argument is not added
7061 to a command when no args are given.
7062
7063 * eshell/esh-arg.el (eshell-parse-double-quote): If a
7064 double-quoted argument resolves to nil, return it as an empty
7065 string rather than as nil. This made it impossible to pass "" to
7066 a shell script as a null string argument.
7067
7068 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * outline.el (outline-invent-heading): New fun.
7071 (outline-promote, outline-demote): Use it.
7072 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7073 (outline-end-of-subtree): Remove unused var `opoint'.
7074
7075 2005-08-26 David Reitter <david.reitter@gmail.com>
7076
7077 * menu-bar.el (truncate-lines, write-file, print-buffer)
7078 (ps-print-buffer-faces, ps-print-buffer, split-window):
7079 Disable menu items when the frame they refer to is invisible, or when
7080 they refer to a buffer and the minibuffer is selected.
7081
7082 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7083
7084 * progmodes/flymake.el (flymake-highlight-err-lines):
7085 Use save-excursion around flymake-highlight-line to preserve point.
7086
7087 2005-08-26 Eli Zaretskii <eliz@gnu.org>
7088
7089 * progmodes/octave-mod.el: Change Author and Maintainer address.
7090 (octave-maintainer-address): Change Kurt's email address.
7091 * progmodes/octave-inf.el: Change Author and Maintainer address.
7092 * progmodes/octave-hlp.el: Change Author and Maintainer address.
7093
7094 2005-08-26 Kim F. Storm <storm@cua.dk>
7095
7096 * subr.el (version-list-<, version-list-<=, version-list-=):
7097 Renamed from integer-list-*.
7098 (version-list-not-zero): Likewise. Fix while loop.
7099 (version=): Use version-list-= instead of string-equal.
7100
7101 2005-08-26 Richard M. Stallman <rms@gnu.org>
7102
7103 * outline.el (outline-promote): Try shortening the heading.
7104 As last resort, read the heading to use.
7105 (outline-demote): As last resort, read the heading to use.
7106
7107 2005-08-26 Romain Francoise <romain@orebokech.com>
7108
7109 * progmodes/compile.el (compilation-start): Doc fix.
7110
7111 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7112 (antlr-font-lock-additional-keywords): Fix reference to
7113 `antlr-font-lock-literal-regexp' erroneously changed during the
7114 mass face rename.
7115 (antlr-run-tool): Use `compilation-start'.
7116
7117 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7118 instead of the obsolete `compile-internal'.
7119
7120 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
7121
7122 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7123 (number, original-date):
7124 * calendar/cal-china.el (date):
7125 * calendar/cal-coptic.el (date):
7126 * calendar/cal-french.el (date):
7127 * calendar/cal-hebrew.el (date, entry, number, original-date):
7128 * calendar/cal-islam.el (date, number, original-date):
7129 * calendar/cal-iso.el (date):
7130 * calendar/cal-julian.el (date):
7131 * calendar/cal-mayan.el (date):
7132 * calendar/cal-menu.el (date, event):
7133 * calendar/cal-persia.el (date):
7134 * calendar/lunar.el (date):
7135 * calendar/solar.el (date): Add defvars.
7136
7137 * emerge.el:
7138 * ibuffer.el:
7139 * info-xref.el:
7140 * obsolete/bg-mouse.el:
7141 * obsolete/sun-curs.el:
7142 * obsolete/swedish.el: Move the `defvar's to the top level.
7143
7144 * smerge-mode.el (smerge-refined-change): Add :group.
7145
7146 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7147
7148 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7149 (smerge-keep-n): Remove props.
7150 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7151 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7152 now that it's done in smerge-keep-n.
7153 (smerge-refined-change): New face.
7154 (smerge-refine-chopup-region, smerge-refine-highlight-change)
7155 (smerge-refine): New funs.
7156 (smerge-basic-map): Bind smerge-refine.
7157
7158 2005-08-25 Juri Linkov <juri@jurta.org>
7159
7160 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7161 compilation-process-setup-function and compilation-disable-input
7162 in grep-mode instead of let-bindings in grep.
7163
7164 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7165 Delete "Automatic File De/compression" (auto-compression-mode).
7166
7167 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
7168
7169 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7170 Silence warning about non-existent variable.
7171
7172 2005-08-25 Richard M. Stallman <rms@gnu.org>
7173
7174 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7175 Rename "Describe Key" to "Describe Key or Mouse Operation".
7176
7177 * mail/mailalias.el (build-mail-aliases): Delete comments
7178 from the contents before processing them.
7179
7180 * isearch.el (isearch-edit-string): Erase the Search prompt
7181 if user enters an empty string and there is no default.
7182
7183 * comint.el (comint-file-name-prefix): Add autoload.
7184
7185 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
7186
7187 * subr.el (play-sound): Rearrange to avoid warning.
7188
7189 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
7190
7191 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7192 New hook.
7193 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7194
7195 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7198
7199 * custom.el (custom-theme-set-variables): Sort minor modes last.
7200
7201 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7202
7203 * subr.el (version-separator, version-regexp-alist): New vars used by
7204 version comparison funs.
7205 (integer-list-<, integer-list-=, integer-list-<=)
7206 (integer-list-not-zero): New funs for integer list comparison.
7207 (version-to-list, version=, version<, version<=): New funs for version
7208 comparison.
7209
7210 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
7211
7212 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7213 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7214 time to silence the byte-compiler.
7215
7216 * ibuffer.el (ibuffer-compile-make-eliding-form)
7217 (ibuffer-check-formats): Use `with-no-warnings' to hide references
7218 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7219 so it's silly to get warnings for it).
7220 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7221 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7222 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7223 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7224 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7225 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7226 Defvar at compile time.
7227 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7228 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7229 Declare them before use.
7230
7231 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7232 (info-xref-good, info-xref-bad): Defvar at compile time.
7233
7234 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7235 Use `let*' instead of `let'.
7236
7237 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7238 (*mouse-y*, menu, char): Defvar at compile time.
7239 (sc::menu): Declare it before use.
7240 (sc::pack-one-line): Use `let', not `let*'.
7241
7242 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7243 (mail-send-hook): Defvar at compile time.
7244
7245 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7246 Defvar at compile time.
7247
7248 * term/sun-mouse.el (current-global-mousemap)
7249 (current-local-mousemap): Declare them before use.
7250
7251 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
7252
7253 * bookmark.el (bookmark-after-jump-hook): New hook.
7254 (bookmark-jump): Run `bookmark-after-jump-hook'.
7255
7256 2005-08-23 Juri Linkov <juri@jurta.org>
7257
7258 * faces.el (minibuffer-prompt): Doc fix.
7259
7260 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
7261
7262 * progmodes/xscheme.el: Trivial changes to silence warnings.
7263 (xscheme-previous-mode, xscheme-previous-process-state):
7264 Add defvars.
7265 (xscheme-last-input-end, xscheme-process-command-line)
7266 (xscheme-process-name, xscheme-buffer-name)
7267 (xscheme-expressions-ring-max, xscheme-expressions-ring)
7268 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7269 (xscheme-control-g-synchronization-p)
7270 (xscheme-control-g-disabled-p, xscheme-string-receiver)
7271 (default-xscheme-runlight, xscheme-runlight)
7272 (xscheme-runlight-string, xscheme-process-filter-state)
7273 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7274 Move to beginning of file.
7275 (scheme-interaction-mode-commands-alist)
7276 (scheme-interaction-mode-map, scheme-debugger-mode-map):
7277 Declare them before use. Note: the initialization code for the variables
7278 has not been moved because it uses functions that reference the variables.
7279 (xscheme-control-g-message-string, xscheme-process-filter-alist)
7280 (xscheme-prompt-for-expression-map): Declare them before use.
7281 (scheme-debugger-mode-commands): "?\ " -> "?\s".
7282
7283 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
7284
7285 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7286
7287 2005-08-22 Juri Linkov <juri@jurta.org>
7288
7289 * faces.el (set-face-underline): Delete this duplicate function
7290 and make an obsolete alias to set-face-underline-p.
7291 (set-face-underline-p): Use docstring of set-face-underline.
7292 (describe-face): Create hyperlink to parent face.
7293
7294 * info.el (Info-insert-dir): Use save-excursion around
7295 insert-buffer-substring.
7296 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7297 (Info-escape-percent): Delete function.
7298 (Info-fontify-node): Replace Info-escape-percent by
7299 replace-regexp-in-string with REP arg set to lambda that
7300 duplicates `%' and preserves text properties.
7301
7302 * progmodes/compile.el (compilation-disable-input): Doc fix.
7303 (define-compilation-mode): Doc fix and refill.
7304 (kill-compilation): Use `mode-name' in the error message.
7305 (compilation-find-file): Use `compilation-error' in the
7306 read-file-name's prompt.
7307
7308 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7309
7310 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7311 (smerge-auto-leave): Make undo re-enable the mode.
7312 (debug-ignored-errors): Add the user-error of impossible resolution.
7313 (smerge-resolve): Move things around a bit, in preparation for later.
7314 (smerge-diff): Don't fail if the buffer has no associated file.
7315 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7316 (smerge-conflict-overlay): New function.
7317 (smerge-match-conflict): Don't add text properties here.
7318 (smerge-find-conflict): Instead, add an overlay here.
7319 Also check for the case where we're inside a conflict already, so as to
7320 obviate the need for font-lock-multiline, which is unbearably slow with
7321 large conflicts and ciomplex font-lock patterns.
7322 (smerge-remove-props): Remove overlay rather than text-properties.
7323 (smerge-mode): Don't set font-lock-multiline.
7324 Remove overlays when turned off.
7325
7326 2005-08-21 Kim F. Storm <storm@cua.dk>
7327
7328 * ido.el (ido-ignore-item-p): Use save-match-data.
7329 Bind case-fold-search to ido-case-fold locally.
7330
7331 2005-08-20 Richard M. Stallman <rms@gnu.org>
7332
7333 * files.el (normal-mode): If font lock is on, turn it off and on.
7334
7335 * subr.el (replace-regexp-in-string): Doc fix.
7336
7337 * startup.el (command-line-1): Don't suppress startup screen
7338 due to existing processes.
7339
7340 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7341
7342 * progmodes/compile.el (compilation-disable-input): Default to nil.
7343
7344 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7345
7346 * progmodes/compile.el (compilation-disable-input): New defcustom.
7347 (compilation-start): If compilation-disable-input is non-nil, send
7348 EOF to the compilation process.
7349
7350 2005-08-20 Eli Zaretskii <eliz@gnu.org>
7351
7352 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7353 Run the argument of tex-shell-cd-command through
7354 convert-standard-filename, to get the correct style of slashes on
7355 Windows, and enclose the result in quotes, in case the file name
7356 includes whitespace or other special characters.
7357
7358 2005-08-19 Andreas Schwab <schwab@suse.de>
7359
7360 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7361 process.
7362
7363 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7364
7365 * cus-start.el (minibuffer-prompt-properties): Correct typo.
7366
7367 2005-08-18 Kim F. Storm <storm@cua.dk>
7368
7369 * scroll-lock.el: Fix errors due to incorrect line wrapping.
7370
7371 2005-08-18 Richard M. Stallman <rms@gnu.org>
7372
7373 * scroll-lock.el: New file.
7374
7375 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
7376
7377 * dired.el (dired-move-to-end-of-filename):
7378 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7379
7380 2005-08-18 Kim F. Storm <storm@cua.dk>
7381
7382 * ido.el (ido-everywhere): Fix defcustom :set function to disable
7383 rather than toggle mode when custom value is nil.
7384 (ido-everywhere): Fix defun doc string.
7385
7386 2005-08-17 Richard M. Stallman <rms@gnu.org>
7387
7388 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7389 as tag instead of "Inviolable".
7390
7391 2005-08-17 Kim F. Storm <storm@cua.dk>
7392
7393 * windmove.el (windmove-coordinates-of-position): Remove.
7394 (windmove-coordinates-of-window-position): Remove.
7395 (windmove-reference-loc): Use posn-at-point instead.
7396
7397 * subr.el (insert-for-yank-1): Doc fix.
7398
7399 * ido.el (ido-enter-matching-directory): Rename from
7400 ido-enter-single-matching-directory. Change 'slash choice to
7401 'only. Add 'first choice.
7402 (ido-exhibit): Adapt to above changes.
7403
7404 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
7405
7406 * Makefile.in: Expand comment about building loaddefs.el.
7407
7408 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
7409
7410 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7411 Comment use of defadvice.
7412
7413 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7414
7415 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
7416
7417 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7418 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7419 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7420 * progmodes/idlw-shell.el, progmodes/ld-script.el,
7421 * progmodes/which-func.el, ruler-mode.el, strokes.el,
7422 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7423 for backward compatibility for faces that did not appear in the
7424 previous Emacs release.
7425
7426 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7427
7428 2005-08-15 Kim F. Storm <storm@cua.dk>
7429
7430 * emulation/cua-base.el (cua-delete-region): Return t if
7431 deleted region was non-empty.
7432 (cua-replace-region): Inhibit overwrite-mode for
7433 self-insert-command if replaced region was non-empty.
7434 (cua--explicit-region-start, cua--status-string): Make them
7435 buffer-local at top-level...
7436 (cua-mode): ...rather than when mode is enabled.
7437
7438 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
7439
7440 * progmodes/vhdl-mode.el (vhdl-emacs-21):
7441 Set t for Emacs 21, 22, and so on.
7442
7443 2005-08-15 David Ponce <david@dponce.com>
7444
7445 * tree-widget.el: Update Commentary header.
7446 (tree-widget-theme): Doc fix.
7447 (tree-widget-space-width): New option.
7448 (tree-widget-image-properties): Look up in the default theme too.
7449 (tree-widget--cursors): Only for images with arrow pointer shape.
7450 (tree-widget-lookup-image): Pointer shape is hand by default.
7451 (tree-widget-icon): Rename generic icon widget from
7452 `tree-widget-control'.
7453 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7454 derive from `tree-widget-icon'.
7455 (tree-widget-handle): Improve default look and feel of the text
7456 representation.
7457 (tree-widget): Rename :*-control properties to :*-icon properties.
7458 Add :action and :help-echo properties.
7459 (tree-widget-after-toggle-functions): Move.
7460 (tree-widget-close-node, tree-widget-open-node): Remove.
7461 (tree-widget-before-create-icon-functions): New hook.
7462 (tree-widget-value-create): Update to allow customization of icons
7463 and nodes at run-time via that new hook.
7464 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7465 (tree-widget-icon-action, tree-widget-icon-help-echo)
7466 (tree-widget-action, tree-widget-help-echo): New functions.
7467
7468 2005-08-15 Kim F. Storm <storm@cua.dk>
7469
7470 * ido.el (ido-buffer-internal): Use with-no-warnings.
7471 (ido-make-merged-file-list): Use while-no-input.
7472
7473 2005-08-15 Richard M. Stallman <rms@gnu.org>
7474
7475 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7476 (flyspell-large-region): Fix doc and custom type.
7477
7478 2005-08-14 Richard M. Stallman <rms@gnu.org>
7479
7480 * files.el (interpreter-mode-alist): Doc fix.
7481
7482 * mail/rmail.el (rmail-nonignored-headers): New variable.
7483 (rmail-clear-headers): Use it.
7484 (rmail-reply): Better handling of mail-followup-to header.
7485
7486 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7487 Rename variable from sh-font-lock-keywords. In the `shell' entry,
7488 don't try to refer to executable-font-lock-keywords.
7489 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7490 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7491 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7492 (sh-mode): Set comment-start-skip, local-abbrev-table,
7493 imenu-case-fold-search.
7494 (sh-set-shell): Don't set them here.
7495 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
7496 Don't cache the results in the original alist; don't ever modify
7497 that alist.
7498
7499 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7500
7501 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7502 empty.
7503
7504 2005-08-15 Andreas Schwab <schwab@suse.de>
7505
7506 * desktop.el: Put autoload cookie at risky-local-variable declarations.
7507
7508 * dired.el, info.el, mail/rmail.el: Revert last change.
7509
7510 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
7511
7512 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7513 modification in `eval-after-load' form.
7514 * info.el: Likewise.
7515 * mail/rmail.el: Likewise.
7516
7517 2005-08-14 Juri Linkov <juri@jurta.org>
7518
7519 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7520 Remove highlighting of "Compilation started". Highlight only
7521 the word "finished" in "Compilation finished". Add highlighting
7522 of "interrupt", "killed", "terminated" and the exit code.
7523 (compilation-start): Add newline after header. Use exactly the
7524 same time stamp format as the finishing message.
7525 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7526
7527 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7528 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7529 Add highlighting of "interrupt", "killed", "terminated".
7530
7531 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7532 enabled and the current command is self-insert-command, call it
7533 explicitly with overwrite-mode bound to nil, to not allow it
7534 to delete the character after the selected region.
7535
7536 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
7537
7538 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7539 move-end-of-line, end-of-line, and beginning-of-line to the list
7540 of commands after which the echo area is updated.
7541
7542 2005-08-12 Eli Zaretskii <eliz@gnu.org>
7543
7544 * cus-edit.el (custom-save-all, custom-save-delete):
7545 Bind recentf-exclude to exclude custom-file.
7546
7547 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
7548
7549 * mail/rmailsum.el (rmail-summary-end-of-message): New command
7550 to go to the bottom of the mail message. Added to
7551 `rmail-summary-mode-map' with key "/".
7552 (rmail-summary-show-message): New (internal) function for use by
7553 both `rmail-summary-beginning/end-of-message'.
7554 (rmail-summary-beginning-of-message): Change to use
7555 rmail-summary-show-message.
7556
7557 * mail/rmail.el (rmail-end-of-message): New command to go to the
7558 end of the current message. Added to `rmail-mode-map' with key "/".
7559 (rmail-beginning-of-message): Fix to work as documented.
7560 (rmail-mode): Change documentation.
7561
7562 * progmodes/compile.el (compilation-start): Add the line
7563 "Compilation started" with compilation start time.
7564 (compilation-mode-font-lock-keywords): Add `started' to keywords.
7565
7566 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
7567
7568 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7569 of menu items.
7570
7571 2005-08-11 Richard M. Stallman <rms@gnu.org>
7572
7573 * simple.el (pop-global-mark): Reverse test of widen-automatically.
7574
7575 * battery.el (battery-status-function): Don't use ignore-errors.
7576
7577 2005-08-11 Lute Kamstra <lute@gnu.org>
7578
7579 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7580 define-obsolete-variable-alias.
7581
7582 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7585 (ange-ftp-send-cmd): Revert last change, and expand
7586 the comment explaining the problem.
7587
7588 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
7589
7590 * ldefs-boot.el: Update.
7591
7592 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7593 item to "Time, Load and Mail". Change help echo text.
7594
7595 * time.el (display-time-use-mail-icon, display-time-format)
7596 (display-time-string-forms): Shorten first line of docstrings.
7597
7598 2005-08-10 Lars Hansen <larsh@soem.dk>
7599
7600 * desktop.el (desktop-buffer-mode-handlers):
7601 Make non-customizable. Add autoload cookie. Change initial value to
7602 nil; add elements in respective modules instead. Fix doc string.
7603 (desktop-load-file): New function.
7604 (desktop-minor-mode-handlers): New autoloaded variable.
7605 (desktop-create-buffer): Call minor mode handlers.
7606 Use desktop-load-file to load major and minor mode modules prior to
7607 checking for a handler.
7608 (desktop-save): Don't add nil to desktop-minor-modes for minor
7609 modes with nil function in desktop-minor-mode-table. Don't delete
7610 desktop file before rewriting it.
7611 (desktop-locals-to-save): Add autoload cookie. Don't make
7612 automatically buffer-local. Add variables column-number-mode,
7613 size-indication-mode, indent-tabs-mode,
7614 indicate-buffer-boundaries, indicate-empty-lines and
7615 show-trailing-whitespace.
7616 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7617 regexps. Don't use desktop-clear-preserve-buffers-regexp.
7618 (desktop-clear-preserve-buffers-regexp): Delete.
7619 (desktop-clear-preserve-buffers): Update initial value and docstring.
7620 (desktop-save-buffer): Fix doc string.
7621
7622 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7623 (hilit-chg-desktop-restore): New function.
7624 (highlight-changes-mode): Add highlight-changes-mode to
7625 desktop-locals-to-save.
7626
7627 * dired.el: Add handler to desktop-buffer-mode-handlers.
7628 (dired-restore-desktop-buffer): Remove autoload cookie.
7629 (dired-mode): Add autoload cookie.
7630
7631 * info.el: Add handler to desktop-buffer-mode-handlers.
7632 (Info-restore-desktop-buffer): Remove autoload cookie.
7633 (Info-mode): Add autoload cookie.
7634
7635 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7636 (mh-restore-desktop-buffer): Remove autoload cookie.
7637 (mh-folder-mode): Add autoload cookie.
7638
7639 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7640 (rmail-restore-desktop-buffer): Remove autoload cookie.
7641
7642 2005-08-11 Masatake YAMATO <jet@gyve.org>
7643
7644 * hexl.el (hexl-address-region):
7645 (hexl-ascii-region, hexl-font-lock-keywords):
7646 (hexl-highlight-line-range): Use the term "region"
7647 instead of "area" for consistency with the other symbols
7648 defined in hexl.el.
7649
7650 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7651
7652 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7653 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7654 out by Juri Linkov). Add `display-battery-mode'.
7655
7656 2005-08-09 Juri Linkov <juri@jurta.org>
7657
7658 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7659 Remove `-text' from face variable names.
7660 (compilation-error-file-name, compilation-warning-file-name)
7661 (compilation-info-file-name): Delete faces.
7662 (compilation-line-number, compilation-column-number):
7663 Remove face underlining.
7664 (compilation-message-face): Set to `underline' value by default.
7665 (compilation-error-face, compilation-warning-face)
7666 (compilation-info-face): Remove `-file-name' from face names.
7667 (compilation-error-text-face, compilation-warning-text-face)
7668 (compilation-info-text-face): Delete face variables.
7669 (compilation-text-face): Delete function.
7670
7671 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7672 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7673 (grep-error-face): Set to `compilation-error' instead of
7674 `compilation-error-face' (which is redefined to `grep-hit-face' in
7675 grep buffers).
7676 (grep-mode-font-lock-keywords): Remove `-text' from face variable
7677 names. Use `grep-error-face' instead of `compilation-error-text-face'.
7678
7679 * dired-aux.el (dired-do-query-replace-regexp):
7680 Use `query-replace-read-args'.
7681
7682 * replace.el (query-replace-read-from, query-replace-read-to)
7683 (query-replace-read-args): Rename arg `string' to `prompt'.
7684
7685 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7686
7687 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7688
7689 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7690 uploading files.
7691 (ange-ftp-canonize-filename): Handle file names beginning with ~
7692 correctly.
7693
7694 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * textmodes/fill.el (canonically-space-region)
7697 (fill-context-prefix, fill-french-nobreak-p)
7698 (fill-delete-newlines, fill-comment-paragraph)
7699 (justify-current-line): "?\ " -> "?\s".
7700
7701 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
7702
7703 * textmodes/fill.el (fill-nonuniform-paragraphs):
7704 Improve argument/docstring consistency.
7705
7706 2005-08-09 Richard M. Stallman <rms@gnu.org>
7707
7708 * textmodes/ispell.el (ispell-word): More fboundp checks.
7709
7710 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7711 (find-file-noselect-1): Call it here, only if RAWFILE.
7712 (normal-mode): Always set some major mode.
7713 (save-some-buffers-action-alist): Change some explanation strings.
7714 (file-name-non-special): In the `quote' method, use unwind-protect.
7715
7716 2005-08-09 Magnus Henoch <mange@freemail.hu>
7717
7718 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7719 (ispell-have-aspell-dictionaries): New variable.
7720 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7721 (ispell-get-aspell-config-value): New function.
7722 (ispell-aspell-find-dictionary): New function.
7723 (ispell-aspell-add-aliases): New function.
7724 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7725 appropriate. Don't look for ispell dictionaries if we use aspell.
7726 (ispell-menu-map): Don't build a submenu of dictionaries.
7727
7728 2005-08-09 Richard M. Stallman <rms@gnu.org>
7729
7730 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7731 (sql-read-passwd): Use read-passwd.
7732
7733 * progmodes/idlw-toolbar.el (idlwave-toolbar)
7734 (idlwave-toolbar-is-possible): Add defvars.
7735
7736 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7737 Avoid warnings.
7738
7739 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7740 (idlwave-system-class-info, idlwave-executive-commands-alist):
7741 Use defvar.
7742
7743 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7744
7745 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7746 Avoid warnings.
7747
7748 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7749 and content-type: headers.
7750
7751 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7752
7753 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7754 and rename some of them to be more self-explanatory.
7755
7756 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7757
7758 * startup.el (command-line-1): Implement -scriptload.
7759
7760 * replace.el (occur-engine): Initial *Occur* output not undoable.
7761
7762 * menu-bar.el (menu-bar-file-menu): Rename some menu items
7763 and improve help strings.
7764
7765 * isearch.el (isearch-repeat): When changing direction,
7766 mark search successful.
7767
7768 * ediff-init.el: Use (featurep 'xemacs).
7769
7770 * comint.el (send-invisible): Identify buffer, if not selected.
7771
7772 * align.el: Delete autoload for c-guess-basic-syntax.
7773
7774 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
7777 Improve argument/docstring consistency. Doc fixes.
7778 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
7779 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
7780 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
7781 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
7782 (r2bv-organization, r2bv-pages, r2bv-primary-author)
7783 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
7784 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
7785 Defvar at compile time.
7786
7787 2005-08-09 Juri Linkov <juri@jurta.org>
7788
7789 * info.el: Replace `info' with upper-case `Info' where appropriate.
7790 (info-title-1, info-title-2, info-title-3, info-title-4)
7791 (info-menu-header): Move up face definitions.
7792 (info-menu-star): Rename from `info-menu-5'.
7793 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
7794 (Info-fontify-visited-nodes): Fix docstring.
7795 (Info-hide-note-references): Fix docstring.
7796 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
7797 menu items in the same way as on cross-references.
7798 (info-apropos): Fix sorting order and formatting to be like in the
7799 stand-alone Info browser. Display error messages for 1 sec.
7800 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
7801 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
7802 from the menu bar.
7803 (Info-insert-dir): Restore point after calling
7804 `insert-buffer-substring'.
7805
7806 2005-08-08 Richard M. Stallman <rms@gnu.org>
7807
7808 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
7809 (recompute-lucid-menubar): Add defvars.
7810
7811 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
7812
7813 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
7814
7815 * net/net-utils.el (run-dig): Rename from `dig'.
7816
7817 * play/gametree.el (gametree-mode): Use make-local-variable,
7818 not make-variable-buffer-local.
7819
7820 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
7821
7822 * ansi-color.el (ansi-color-make-extent)
7823 (ansi-color-set-extent-face): Use fboundp, not functionp.
7824
7825 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
7826 not make-variable-buffer-local.
7827
7828 * bookmark.el (Info-current-file): Add defvar.
7829 (bookmark-jump-noselect): Use with-no-warnings.
7830
7831 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
7832
7833 * ebuff-menu.el (Helper-return-blurb): Add defvar.
7834
7835 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
7836
7837 * find-file.el (ada-procedure-start-regexp)
7838 (ada-package-start-regexp): Add defvars.
7839
7840 * info.el (Info-insert-dir): Use insert-buffer-substring.
7841
7842 * xml.el (xml-att-def-re): Add defvar.
7843
7844 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
7845 calling convention.
7846
7847 * subr.el (while-no-input): Return t if there is input.
7848
7849 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
7850
7851 * cus-start.el (all): Add `overflow-newline-into-fringe'.
7852
7853 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
7854
7855 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
7856 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
7857
7858 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
7859
7860 * cmuscheme.el (scheme-start-file): Replace reference to
7861 `user-emacs-directory' by "~/.emacs.d/".
7862
7863 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
7864
7865 * info.el (Info-dir-remove-duplicates): Avoid case folding
7866 in loop; instead, keep downcased strings for comparison.
7867 Suggested by Helmut Eller.
7868
7869 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7870
7871 Sync with Tramp 2.0.50.
7872
7873 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
7874 XEmacs case; not necessary anymore.
7875 (tramp-user-regexp): Allow "@" as part of user name.
7876 (tramp-handle-set-visited-file-modtime)
7877 (tramp-handle-insert-file-contents)
7878 (tramp-handle-write-region): No special handling for
7879 `last-coding-system-used, because this is done in
7880 `tramp-accept-process-output' now.
7881 (tramp-accept-process-output): New defun.
7882 (tramp-process-one-action, tramp-process-one-multi-action)
7883 (tramp-wait-for-regexp, tramp-wait-for-output)
7884 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
7885 Howells <dhowells@redhat.com>.
7886 (clear-visited-file-modtime): Defadvice removed. The check for
7887 unset buffer's modtime does not need to be based on
7888 `tramp-buffer-file-attributes'. Suggested by RMS.
7889 (tramp-message): Insert "\n" if not being at beginning of line.
7890 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
7891 sequence with same logic.
7892 (tramp-completion-handle-expand-file-name): Discard call of
7893 `tramp-drop-volume-letter'. It is not necessary, and there have
7894 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
7895 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7896 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
7897 should always be visible.
7898 (tramp-handle-insert-directory, tramp-setup-complete)
7899 (tramp-set-process-query-on-exit-flag)
7900 (tramp-append-tramp-buffers): Pacify byte-compiler.
7901 (tramp-bug): Delete non-existing variables from list.
7902 Apply `tramp-load-report-modules' as pre-hook.
7903 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
7904 `shell-prompt-pattern' because of non-7bit characters.
7905 Reported by Sebastian Luque <sluque@mun.ca>.
7906 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
7907 (tramp-match-string-list): Remove function.
7908 (tramp-wait-for-regexp): Remove call of that function.
7909 Suggested by Kim F. Storm <storm@cua.dk>.
7910 (tramp-set-auto-save-file-modes): Use octal integer code #o600
7911 instead of octal character code ?\600. The latter resulted in a
7912 syntax error with XEmacs.
7913
7914 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
7915 XEmacs case; not necessary anymore.
7916 (tramp-smb-handle-write-region): No special handling for
7917 `last-coding-system-used, because this is done in
7918 `tramp-accept-process-output' now.
7919 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
7920
7921 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
7922
7923 * wid-edit.el (widget-choice-value-create):
7924 Unconditionally respect user choice. Set :explicit-choice back to nil
7925 when no longer needed.
7926 (widget-choice-action): Unconditionally respect user choice.
7927 Eliminate :explicit-choice-value.
7928
7929 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
7930
7931 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
7932 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
7933 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
7934 running new function `toggle-indicate-empty-lines'.
7935 Rename "Customize" item to "Customize fringe".
7936 Rename "Indicators" item to "Buffer boundaries" and change help echo.
7937 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
7938 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
7939 Delete "Empty lines only" item.
7940 (menu-bar-showhide-fringe-ind-customize): New function.
7941 (menu-bar-showhide-fringe-ind-mixed)
7942 (menu-bar-showhide-fringe-ind-box)
7943 (menu-bar-showhide-fringe-ind-right)
7944 (menu-bar-showhide-fringe-ind-left)
7945 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
7946 instead of `fringe-indicators'.
7947
7948 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7949
7950 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
7951 Change the date of last update.
7952
7953 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7954
7955 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
7956 (viper-exec-yank, viper-put-back): Don't display modification msg
7957 if in the minibuffer.
7958
7959 * viper-init.el (viper-replace-overlay-cursor-color)
7960 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
7961 Make variables frame local.
7962
7963 * viper-util.el (viper-append-filter-alist): Use append instead of
7964 nconc.
7965
7966 * viper.el (viper-vi-state-mode-list)
7967 (viper-emacs-state-mode-list): Move help-mode and
7968 completion-list-mode from the first list to the second.
7969 (viper-mode): Docstring.
7970 (viper-go-away, viper-non-hook-settings): Don't localize
7971 minor-mode-alist in newer Emacsen. Add advice to
7972 set-cursor-color. Don't bind "\C-c\\".
7973
7974 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
7975
7976 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
7977 (scheme-macro-expand-command): New user options.
7978 (scheme-trace-procedure, scheme-expand-current-form): New commands.
7979 (scheme-form-at-point, scheme-start-file)
7980 (scheme-interactively-start-process): New functions.
7981 (scheme-get-process): New function, extracted from `scheme-proc'.
7982 (run-scheme): Call `scheme-start-file' to get start file, and pass
7983 it to `make-comint'.
7984 (switch-to-scheme, scheme-proc):
7985 Call `scheme-interactively-start-process' if no Scheme buffer/process
7986 is available.
7987
7988 2005-08-06 Juri Linkov <juri@jurta.org>
7989
7990 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7991 Use `compilation-text-face', `compilation-info-text-face' and
7992 `compilation-error-text-face' instead of `font-lock-keyword-face'.
7993 (compilation-error): New face.
7994 (compilation-error-file-name): Inherit from
7995 `compilation-error' instead of `font-lock-warning-face'.
7996 (compilation-warning-file-name): Inherit from
7997 `compilation-warning' instead of `font-lock-warning-face'.
7998 (compilation-info, compilation-error-file-name)
7999 (compilation-warning-file-name, compilation-info-file-name)
8000 (compilation-line-number, compilation-column-number): Doc fix.
8001 (compilation-error-text-face, compilation-warning-text-face)
8002 (compilation-info-text-face): New face variables.
8003 (compilation-line-face, compilation-column-face)
8004 (compilation-enter-directory-face)
8005 (compilation-leave-directory-face): Doc fix.
8006 (compilation-text-face): New function.
8007
8008 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8009 instead of 1 to display binary file names as info file links.
8010 (grep-error-face): Use `compilation-error-face' instead of
8011 `font-lock-keyword-face'.
8012 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8013 and `compilation-warning-text-face' instead of
8014 `font-lock-keyword-face'. Use `compilation-error-text-face'
8015 instead of `grep-error-face'.
8016
8017 2005-08-05 Kenichi Handa <handa@m17n.org>
8018
8019 * international/code-pages.el: Add autoload cookies for all coding
8020 systems.
8021
8022 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
8023
8024 * cus-start.el (all): Put undo.c where it alphabetically belongs.
8025
8026 2005-08-04 Juri Linkov <juri@jurta.org>
8027
8028 * progmodes/compile.el (compilation-mode-map):
8029 * progmodes/grep.el (grep-mode-map):
8030 Bind TAB to `compilation-next-error' and [backtab] to
8031 `compilation-previous-error'.
8032
8033 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8034 matching line numbers, column numbers and their ranges with regexp
8035 matching only line numbers.
8036 (grep-context-face): New face variable.
8037 (grep-mode-font-lock-keywords): Use it.
8038
8039 * faces.el (read-face-name): Delete duplicate faces.
8040
8041 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
8042
8043 * thumbs.el (thumbs-find-image): Don't make variables
8044 automatically buffer local.
8045 (thumbs-current-tmp-filename, thumbs-current-image-filename)
8046 (thumbs-image-num): Make automatically buffer local.
8047 (thumbs-show-thumbs-list): Use `make-local-variable', not
8048 `make-variable-buffer-local'.
8049 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8050
8051 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8052 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8053 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8054 (bother, bye, canyou, chatlst, continue, deathlst, describe)
8055 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8056 (feelings-about, foullst, found, hello, history, howareyoulst)
8057 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8058 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8059 (neglst, obj, object, owner, please, problems, qlist)
8060 (random-adjective, relation, remlst, repetitive-shortness)
8061 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8062 (shortlst, something, sportslst, stallmanlst, states, subj)
8063 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8064 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8065 Defvar at compile time.
8066
8067 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8068 not `make-variable-buffer-local'.
8069
8070 2005-08-02 Kim F. Storm <storm@cua.dk>
8071
8072 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8073 rectangle overlay in selected window.
8074
8075 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
8076
8077 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8078 instead of display group. Make `indicate-buffer-boundaries'
8079 customizable through Custom.
8080
8081 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
8082
8083 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8084 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8085 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8086 (gdb-put-string): Fix typos in docstrings.
8087
8088 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
8089
8090 Update copyright notices of files in progmodes directory for
8091 release of Emacs 22.1.
8092
8093 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8094
8095 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8096 Don't barf if the GUD buffer has been killed.
8097
8098 2005-08-01 Kim F. Storm <storm@cua.dk>
8099
8100 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8101
8102 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8103
8104 * simple.el (next-error-follow-minor-mode):
8105 make-variable-buffer-local -> make-local-variable.
8106
8107 * emacs-lisp/cl-extra.el: Require CL also when compiling.
8108
8109 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8110 (byte-compile-form-make-variable-buffer-local): New functions to warn
8111 about misuses of make-variable-buffer-local where make-local-variable
8112 was meant.
8113
8114 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
8115
8116 * bs.el (bs-attributes-list): Doc fix.
8117 (bs): Update url-link.
8118
8119 * desktop.el (desktop-save-buffer): Fix typos in docstring.
8120 (desktop-load-default): Simplify.
8121
8122 * ibuffer.el (ibuffer-columnize-and-insert-list)
8123 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8124 (ibuffer-unmark-all, ibuffer-toggle-marks)
8125 (ibuffer-unmark-forward, ibuffer-unmark-backward)
8126 (ibuffer-compile-make-format-form, ibuffer-format-column)
8127 (ibuffer-current-buffers-with-marks)
8128 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8129 (ibuffer): Doc fix.
8130 (ibuffer-mode): Fix typo in docstring.
8131 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8132 with `define-obsolete-variable-alias'.
8133 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
8134
8135 2005-07-29 Kenichi Handa <handa@m17n.org>
8136
8137 * international/mule-cmds.el (select-message-coding-system):
8138 Be sure to use LF for end-of-line. If no coding system is decided,
8139 return iso-8859-1-unix.
8140
8141 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8142
8143 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8144 (ange-ftp-pending-error-line): New vars.
8145 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8146 to handle the non-fatal no-route-to-host messages.
8147 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8148
8149 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8150
8151 * isearch.el (isearch-mode-map, isearch-other-meta-char)
8152 (isearch-quote-char, isearch-printing-char)
8153 (isearch-text-char-description): "?\ " -> "?\s".
8154 (isearch-lazy-highlight-cleanup)
8155 (isearch-lazy-highlight-initial-delay)
8156 (isearch-lazy-highlight-interval)
8157 (isearch-lazy-highlight-max-at-a-time)
8158 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8159 Declare with define-obsolete-*-alias macros.
8160 (isearch-forward): Fix typo in docstring.
8161 (search-invisible, search-ring-yank-pointer)
8162 (regexp-search-ring-yank-pointer): Doc fixes.
8163
8164 * recentf.el (recentf-menu-append-commands-p): Declare with
8165 `define-obsolete-variable-alias'.
8166 (recentf-max-saved-items, recentf-menu-filter)
8167 (recentf-arrange-by-rule-subfilter): Doc fixes.
8168 (recentf-menu-append-commands-flag)
8169 (recentf-initialize-file-name-history, recentf-expand-file-name)
8170 (recentf-clear-data): Fix typos in docstrings.
8171
8172 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
8173
8174 * progmodes/gdb-ui.el: Smarten comments.
8175 (gdb-info-breakpoints-custom): Use nowarn when finding file.
8176
8177 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8178
8179 * term/apollo.el (terminal-init-apollo): New function containing
8180 all former top level forms in the file.
8181 * term/bobcat.el (terminal-init-bobcat):
8182 * term/cygwin.el (terminal-init-cygwin):
8183 * term/iris-ansi.el (terminal-init-iris-ansi):
8184 * term/linux.el (terminal-init-linux):
8185 * term/news.el (terminal-init-news):
8186 * term/rxvt.el (terminal-init-rxvt):
8187 * term/sun.el (terminal-init-sun):
8188 * term/tvi970.el (terminal-init-tvi970):
8189 * term/vt100.el (terminal-init-vt100):
8190 * term/vt102.el (terminal-init-vt102):
8191 * term/vt125.el (terminal-init-vt125):
8192 * term/vt200.el (terminal-init-vt200):
8193 * term/vt201.el (terminal-init-vt201):
8194 * term/vt220.el (terminal-init-vt220):
8195 * term/vt240.el (terminal-init-vt240):
8196 * term/vt300.el (terminal-init-vt300):
8197 * term/vt320.el (terminal-init-vt320):
8198 * term/vt400.el (terminal-init-vt400):
8199 * term/vt420.el (terminal-init-vt420):
8200 * term/wyse50.el (terminal-init-wyse50):
8201 * term/xterm.el (terminal-init-xterm): Likewise.
8202
8203 * term/README: Describe the terminal-init-* functionality.
8204
8205 * startup.el (command-line): After loading the terminal initialization
8206 file call the corresponding terminal initialization function.
8207
8208 2005-07-27 Kenichi Handa <handa@m17n.org>
8209
8210 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8211 negative.
8212
8213 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8214 (ps-mule-composition-prologue): Fix for the case that
8215 RelativeCompose is false.
8216
8217 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8220
8221 * descr-text.el (describe-char): Handle the case where the list of
8222 chars is displayed in a separate frame.
8223 Be a bit more discriminating when looking for the char.
8224
8225 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
8226
8227 * bookmark.el (bookmark-automatically-show-annotations)
8228 (bookmark-read-annotation-text-func): Doc fixes.
8229 (bookmark-save): Improve argument/docstring consistency.
8230 (bookmark-get-bookmark, bookmark-get-bookmark-record)
8231 (bookmark-alist-from-buffer)
8232 (bookmark-upgrade-file-format-from-0)
8233 (bookmark-grok-file-format-version)
8234 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8235 (bookmark-read-annotation-mode)
8236 (bookmark-insert-current-bookmark, bookmark-jump)
8237 (bookmark-exit-hook): Fix typos in docstrings.
8238 (bookmark-exit-hooks): Define as obsolete alias.
8239 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8240 not `bookmark-exit-hooks'. Fix docstring.
8241 (bookmark-bmenu-select): "?\ " -> "?\s".
8242
8243 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
8244
8245 * startup.el (command-line): Fix typo.
8246
8247 2005-07-24 Richard M. Stallman <rms@gnu.org>
8248
8249 * tooltip.el (tooltip-mode): Test emacs-basic-display,
8250 not emacs-quick-startup.
8251
8252 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
8253
8254 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8255 (reb-next-match, reb-show-subexp): Use `with-selected-window'
8256 instead of `reb-with-current-window'.
8257 (reb-prev-match): Likewise. Also, don't move left if the search
8258 was unsuccessful.
8259 (reb-initialize-buffer): New function.
8260 (re-builder, reb-change-syntax): Use it.
8261
8262 * man.el (Man-goto-page): Make second argument NOERROR optional.
8263
8264 2005-07-23 Richard M. Stallman <rms@gnu.org>
8265
8266 * man.el (Man-bgproc-sentinel): Check here for failure to find
8267 any man page in the output, and report the error here.
8268 (Man-arguments): Make it permanent local.
8269 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
8270 (Man-mode): Pass t for NOERROR.
8271
8272 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8273 (grep-mode-font-lock-keywords):
8274 Don't use compilation-...-face for messages that are not file names.
8275
8276 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8277 Don't use compilation-...-face for messages that are not file names.
8278
8279 2005-07-22 Juri Linkov <juri@jurta.org>
8280
8281 * startup.el (normal-splash-screen): Update menu name.
8282
8283 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8284
8285 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8286
8287 * term/xterm.el: Load term/rxvt if the terminal is actually an
8288 rxvt terminal.
8289 (xterm-rxvt-set-background-mode): Remove, not used anymore.
8290
8291 * term/rxvt.el (function-key-map): Use substitute-key-definition
8292 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8293
8294 * term/cygwin.el: New file.
8295
8296 2005-07-22 Kim F. Storm <storm@cua.dk>
8297
8298 * image-file.el (insert-image-file, image-file-yank-handler):
8299 Fix last change to maintain a (unique) yank-handler on yanked images.
8300
8301 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
8302
8303 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8304 of the file size (as in "177B" for 177 bytes). This happens with
8305 "ls -lh" on FreeBSD.
8306
8307 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
8308
8309 * hilit-chg.el (highlight-changes-global-initial-state)
8310 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8311 (hilit-chg-fixup, highlight-changes-mode):
8312 Fix typos in docstrings.
8313 (highlight-changes-global-modes, highlight-changes-rotate-faces):
8314 Doc fixes.
8315
8316 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
8317
8318 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8319 mode function using `eval-after-load'.
8320
8321 2005-07-21 Kim F. Storm <storm@cua.dk>
8322
8323 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8324 included when reporting an emacs crash, and tell about the DEBUG file.
8325
8326 * image-file.el (insert-image-file): Add yank-handler.
8327 (image-file-yank-handler): Yank handler to make unique copies of
8328 images when they are yanked into a buffer next to each other.
8329
8330 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
8331
8332 * comint.el (comint-use-prompt-regexp, comint-send-input)
8333 (comint-source-default, comint-extract-string)
8334 (comint-get-source, comint-word, comint-completion)
8335 (comint-source, comint-prompt-read-only, comint-update-fence):
8336 Fix typos in docstrings.
8337 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8338 Declare with define-obsolete-*-alias macros.
8339 (comint-previous-matching-input-from-input)
8340 (comint-next-matching-input-from-input)
8341 (comint-previous-matching-input, comint-next-matching-input)
8342 (comint-forward-matching-input):
8343 Improve argument/docstring consistency.
8344
8345 * desktop.el (desktop-clear-preserve-buffers-regexp):
8346 Also preserve the *server* buffer.
8347
8348 * simple.el (clone-indirect-buffer): Doc fix.
8349 (fixup-whitespace, just-one-space)
8350 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8351 (next-error, next-error-highlight)
8352 (next-error-highlight-no-select, next-error-last-buffer)
8353 (next-error-buffer-p, next-error-find-buffer, next-error)
8354 (previous-error, next-error-no-select, previous-error-no-select)
8355 (open-line, split-line, minibuffer-prompt-width, kill-new)
8356 (binary-overwrite-mode): Fix typos in docstrings.
8357 (set-fill-column): Fix typo in message.
8358
8359 * skeleton.el (skeleton-proxy-new): Doc fix.
8360
8361 * strokes.el (strokes-load-hook): Doc fix.
8362 (strokes-grid-resolution, strokes-get-grid-position)
8363 (strokes-renormalize-to-grid, strokes-read-stroke)
8364 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8365 (strokes-global-map): Fix typos in docstrings.
8366 (strokes-help): Doc fix. Fix help message and pass it through
8367 `substitute-command-keys'.
8368
8369 * tempo.el (tempo-insert-prompt, tempo-interactive)
8370 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8371 (tempo-insert-string-functions, tempo-local-tags)
8372 (tempo-define-template, tempo-insert-template)
8373 (tempo-insert-prompt-compat, tempo-is-user-element)
8374 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8375 Fix typos in docstrings.
8376
8377 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8378 (vcursor-key-bindings, vcursor-use-vcursor-map)
8379 (vcursor-find-window, vcursor-scroll-down)
8380 (vcursor-disable, vcursor-beginning-of-buffer)
8381 (vcursor-end-of-buffer): Fix typos in docstrings.
8382 (vcursor-relative-move, vcursor-get-char-count):
8383 Improve argument/docstring consistency.
8384
8385 * version.el: "?\ " -> "?\s".
8386
8387 * wid-edit.el (widget-default-create, widget-after-change)
8388 (widget-default-format-handler, widget-checklist-add-item)
8389 (widget-radio-add-item, widget-choose, widget-specify-secret)
8390 (widget-field-value-create, widget-field-value-get)
8391 (widget-editable-list-format-handler)
8392 (widget-editable-list-entry-create, widget-group-value-create)
8393 (widget-documentation-link-add)
8394 (widget-documentation-string-value-create): "?\ " -> "?\s".
8395 (widget-convert-text): Doc fix.
8396 (widget-narrow-to-field, widget-field-find)
8397 (widget-url-link-action, widget-emacs-library-link-action)
8398 (widget-color-notify): Fix typos in docstrings.
8399
8400 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8401 (x-select-text, set-w32-system-coding-system)
8402 (w32-add-charset-info): Fix typos in docstrings.
8403
8404 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8405 (cua-enable-cua-keys, cua-use-hyper-key)
8406 (cua-virtual-rectangle-edges): Fix typos in docstrings.
8407 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8408
8409 * net/tramp.el (tramp-handle-load): Fix typo in error message.
8410
8411 * emacs-lisp/re-builder.el (regexp-builder): Declare with
8412 `defalias' instead of faking it.
8413
8414 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8415 (eshell-ls-missing, eshell-ls-dired-initial-args)
8416 (eshell-ls-use-in-dired): Fix typos in docstrings.
8417
8418 2005-07-20 Kim F. Storm <storm@cua.dk>
8419
8420 * emulation/cua-base.el (cua-mode): Improve doc string.
8421
8422 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
8423
8424 * abbrev.el (expand-region-abbrevs): Doc fix.
8425 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8426 Improve argument/docstring consistency.
8427
8428 * arc-mode.el (archive-get-descr, archive-alternate-display):
8429 Doc fixes.
8430 (archive-l-e): Improve argument/docstring consistency.
8431 (archive-tmpdir, archive-unixdate, archive-unixtime)
8432 (archive-chmod-entry): Fix typos in docstrings.
8433 (archive-unflag, archive-unflag-backwards)
8434 (archive-unmark-all-files): "?\ " -> "?\s".
8435
8436 * buff-menu.el (Buffer-menu-unmark): Doc fix.
8437 (Buffer-menu-not-modified, Buffer-menu-execute)
8438 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8439 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8440
8441 * composite.el (compose-string, encode-composition-rule)
8442 (compose-last-chars): Fix typos in docstrings.
8443
8444 * desktop.el (desktop-enable, desktop-basefilename):
8445 Declare with `define-obsolete-variable-alias'.
8446 (desktop-internal-v2s): Don't quote keywords.
8447 (desktop-clear): "?\ " -> "?\s".
8448
8449 * dired.el (dired-align-file, dired-flag-backup-files)
8450 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8451 (dired-listing-switches, dired-ls-F-marks-symlinks)
8452 (dired-dwim-target, dired-load-hook, dired-mode-hook)
8453 (dired-directory, dired-faces, dired, dired-revert)
8454 (dired-mode, dired-summary, dired-view-file)
8455 (dired-copy-filename-as-kill, dired-delete-file)
8456 (dired-no-confirm, dired-unmark-all-marks)
8457 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8458 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8459 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8460 Fix typos in message strings.
8461
8462 * dired-x.el (virtual-dired): Declare with `defalias'.
8463 (dired-mark-unmarked-files, dired-local-variables-file)
8464 (dired-omit-here-always): Doc fix.
8465 (dired-omit-mode, dired-find-subdir)
8466 (dired-enable-local-variables, dired-clean-up-buffers-too)
8467 (dired-extra-startup, dired-mark-extension, dired-jump)
8468 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8469 (dired-smart-shell-command, dired-guess-shell-alist-user)
8470 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8471 (dired-x-bind-find-file, dired-x-submit-report):
8472 Fix typos in docstrings.
8473 (dired-mark-unmarked-files): "?\ " -> "?\s".
8474
8475 * dirtrack.el (dirtrack-list): Fix typos in docstring.
8476
8477 * faces.el (describe-face): "?\ " -> "?\s".
8478 (read-all-face-attributes, read-face-font, modify-face)
8479 (face-attr-construct, italic): Fix typos in docstrings.
8480 (frame-update-face-colors): Declare with
8481 `define-obsolete-function-alias'.
8482
8483 * files.el (find-file-noselect, recode-file-name): Doc fixes.
8484 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8485 (magic-mode-alist, buffer-file-numbers-unique)
8486 (write-file-functions, get-free-disk-space):
8487 Fix typos in docstrings.
8488 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8489 (write-contents-hooks, write-file-hooks):
8490 Declare with `define-obsolete-variable-alias'.
8491
8492 * forms-d2.el (arch-rj): Fix typo in docstrings.
8493 (arch-tocol): Likewise. "?\ " -> "?\s".
8494
8495 * frame.el (set-frame-font, cursor-in-non-selected-windows):
8496 Fix typo in docstring.
8497 (set-screen-width, set-screen-height): Delete redundant info in
8498 doctrings.
8499 (new-frame, screen-height, screen-width): Declare with
8500 `define-obsolete-function-alias'.
8501 (delete-frame-hook, blink-cursor): Declare with
8502 `define-obsolete-variable-alias'.
8503
8504 * paths.el (prune-directory-list): Fix typos in docstring.
8505
8506 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8507 (cvs-prefix-get): Fix typos in docstrings.
8508
8509 * ps-print.el (ps-extend-face-list, ps-extend-face)
8510 (ps-print-background-image): Fix typos in docstrings.
8511 (ps-default-fg, ps-default-bg): Doc fixes.
8512
8513 * s-region.el (s-region-bind): Doc fix.
8514 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8515
8516 * textmodes/org.el (org-table-formula-substitute-names)
8517 (org-table-get-vertical-vector): Doc fixes.
8518 (org-table-recalculate): Remove unused argument to `message'.
8519
8520 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8521
8522 * textmodes/org.el (org-table-column-names)
8523 (org-table-column-name-regexp)
8524 (org-table-named-field-locations): New variables.
8525 (org-archive-subtree): Protect `this-command' when calling
8526 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8527 the kill buffer.
8528 (org-complete): Remove fixed-formula completion.
8529 (org-edit-formulas-map): New variable.
8530 (org-table-edit-formulas): New command.
8531 (org-finish-edit-formulas, org-abort-edit-formulas)
8532 (org-show-variable, org-table-get-vertical-vector): New functions.
8533 (org-table-maybe-eval-formula): Handle `:=' fields.
8534 (org-table-get-stored-formulas, org-table-store-formulas)
8535 (org-table-get-formula, org-table-modify-formulas)
8536 (org-table-replace-in-formulas): Handle named field formulas.
8537 (org-table-get-specials): Store locations of named fields.
8538
8539 2005-07-19 Juri Linkov <juri@jurta.org>
8540
8541 * progmodes/grep.el (grep-regexp-alist)
8542 (grep-mode-font-lock-keywords, grep-process-setup):
8543 Use default GNU grep match color "01;31m" instead of "01;41m".
8544 (grep-regexp-alist, grep-mode-font-lock-keywords):
8545 Use `\\[[0-9]*m' instead of `\\[00m'.
8546 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8547 sgr_start where its handling is more important. Use the real
8548 length of sgr_start instead of constant 8.
8549 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8550 specially. Delete all remaining escape sequences.
8551 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8552 (grep-regexp-alist): Make hyperlink only for binary file name
8553 instead of the whole line.
8554 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8555 (grep-mode): Add autoload.
8556
8557 * emacs-lisp/find-func.el (find-function-regexp):
8558 Add `define-compilation-mode'.
8559
8560 2005-07-19 Juri Linkov <juri@jurta.org>
8561
8562 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8563 (compare-windows-sync-string-size, compare-windows-recenter)
8564 (compare-windows-highlight, compare-windows): Add version 22.1.
8565 (compare-windows) <defface>: Inherit from lazy-highlight instead
8566 of duplicating its default value.
8567
8568 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8569 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8570
8571 * descr-text.el (describe-char): Create link buttons for `charset'
8572 and `code point'. Add the current input method name with a link
8573 button to `to input' field. Print face names of display table
8574 characters in `The display table entry is displayed by' section
8575 instead of printing face-id in the `display' field.
8576 Guess hardcoded faces and create a link button for them.
8577 Skip empty fields when calculating max-width.
8578 Treat `widget-create' specially while inserting strings from the
8579 collected field list.
8580 (describe-char-after): Made obsolete in version 22.1, not 21.5.
8581
8582 * diff-mode.el (diff-file-header): Change foreground color from
8583 yellow to green on light backgrounds.
8584 (diff-context): Inherit from `shadow' only for color/grayscale
8585 with more than 88 colors.
8586 (diff-indicator-removed, diff-indicator-added)
8587 (diff-indicator-changed): New faces.
8588 (diff-font-lock-keywords): Use new faces. Regroup rules.
8589 Add "^---$" for `normal' diff format. Fontify `#' lines with
8590 font-lock-comment-delimiter-face and font-lock-comment-face.
8591 Add `#' to ^[^...] in the rule for `diff-context-face'.
8592
8593 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8594 a button-like box. Inherit from `highlight' on low colors.
8595 (shadow): Use shades of gray only for color/grayscale with
8596 more than 88 colors. Use green for light backgrounds with
8597 8 colors, and yellow for dark backgrounds with 8 colors.
8598
8599 * font-lock.el (font-lock-regexp-grouping-backslash):
8600 Don't inherit from escape-glyph (use bold for all cases).
8601
8602 * info.el (info-xref-visited): Use light foreground color `violet'
8603 for dark backgrounds instead of dark color `magenta3'.
8604 (info-title-1): Use `yellow' color for dark backgrounds.
8605
8606 * isearch.el (isearch): Use not-too-dark magenta3 instead of
8607 too-light magenta2.
8608
8609 * replace.el (match): Use slightly more light RoyalBlue3 instead
8610 of dark RoyalBlue4.
8611
8612 * wid-edit.el (widget-inactive): Inherit from `shadow'.
8613
8614 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8615
8616 * novice.el (disabled-command-hook): Declare it with
8617 `define-obsolete-variable-alias'.
8618
8619 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8620 (desktop-buffer-misc-functions, desktop-buffer-handlers)
8621 (desktop-load-default): Add release to obsolescence info.
8622 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8623 (desktop-append-buffer-args, desktop-read):
8624 Fix typos in docstrings.
8625 (desktop-kill): Fix typo in message.
8626 (desktop-save): Doc fix.
8627
8628 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
8629
8630 * viper-cmd.el (viper-escape-to-state): Bug fix.
8631 (viper-envelop-ESC-key): Change the definition of fast
8632 keysequence so it'll work with keyboard macros.
8633
8634 * ediff.el (ediff-patch-buffer): Change the docstring.
8635
8636 2005-07-19 Kenichi Handa <handa@m17n.org>
8637
8638 * international/mule-cmds.el (select-safe-coding-system): Try to
8639 use an auto-coding (if any) before anything else. If the found
8640 auto-coding is invalid, show a warning message.
8641
8642 * international/mule.el (find-auto-coding): New function created
8643 by modifying the body of set-auto-coding.
8644 (set-auto-coding): Use find-auto-coding to find a coding.
8645
8646 2005-07-18 Richard M. Stallman <rms@gnu.org>
8647
8648 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8649 not isearch-mode-end-hook-error.
8650 (allout-before-change-protect): Fix error message.
8651
8652 2005-07-18 Juri Linkov <juri@jurta.org>
8653
8654 * allout.el (allout-mode):
8655 * calculator.el (calculator-copy):
8656 * custom.el (custom-known-themes):
8657 * dired.el (dired-desktop-buffer-misc-data)
8658 (dired-restore-desktop-buffer):
8659 * dired-x.el (dired-omit-marker-char):
8660 * files.el (basic-save-buffer):
8661 * font-core.el (font-lock-mode):
8662 * calendar/calendar.el (calendar-goto-hebrew-date)
8663 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8664 (calendar-goto-persian-date):
8665 * language/ethio-util.el (ethio-sera-to-fidel-region):
8666 * textmodes/picture.el (picture-mode):
8667 Delete duplicate duplicate words.
8668
8669 2005-07-18 Juri Linkov <juri@jurta.org>
8670
8671 * isearch.el (isearch-mode-map): Remove key bindings for regexp
8672 chars * ? } |.
8673 (isearch-fallback): Don't call `isearch-process-search-char'.
8674 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8675 (isearch-process-search-char): Call `isearch-fallback' for regexp
8676 chars * ? } |.
8677 (isearch-return-char): Make obsolete with `make-obsolete' instead
8678 of simply documenting it as obsolete in the docstring.
8679 (isearch-fallback): Refill docstring.
8680
8681 * international/isearch-x.el
8682 (isearch-process-search-multibyte-characters): Remove unneeded
8683 `concat'. Add intermediate values to `junk-hist' instead of
8684 `minibuffer-history'. Test the length of `str'.
8685
8686 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
8687
8688 * allout.el (allout-resolve-xref): Fix typos in error strings.
8689 (allout-before-change-protect): Remove unneeded `concat'.
8690
8691 * array.el (array-mode, array-reconfigure-rows)
8692 (untabify-backward): Fix typos in docstrings.
8693 (array-reconfigure-rows): Use `insert-buffer-substring', not
8694 `insert-buffer'.
8695
8696 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8697 * progmodes/ada-mode.el (ada-make-body):
8698 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8699
8700 * dired.el (dired-log):
8701 * tar-mode.el (tar-subfile-save-buffer):
8702 * play/zone.el (zone-pgm-stress-destress):
8703 Use `insert-buffer-substring', not `insert-buffer'.
8704
8705 2005-07-17 Simon Josefsson <jas@extundo.com>
8706
8707 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8708
8709 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
8710
8711 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8712 Add plain auth method.
8713 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8714
8715 2005-07-17 Kim F. Storm <storm@cua.dk>
8716
8717 * ido.el (dired-other-window): Add ido property.
8718
8719 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
8720
8721 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8722 Fix typo in docstring.
8723 (byte-compile-interactive-only-functions): Add `insert-buffer' and
8724 `insert-file-literally'.
8725
8726 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8727 info and delete redundant message. Doc fix.
8728 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8729 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8730
8731 2005-07-16 Richard M. Stallman <rms@gnu.org>
8732
8733 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8734 (byte-compile-and): Use byte-compile-and-recursion.
8735 (byte-compile-or-recursion): New function.
8736 (byte-compile-or): Use that.
8737 (byte-compile-if): Guard the else-clause too.
8738 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8739
8740 * isearch.el (isearch-mode-end-hook-quit): New variable.
8741 (isearch-done): Bind it.
8742 (isearch-mode-end-hook): Doc fix.
8743
8744 * allout.el (allout-isearch-did-quit): Variable deleted.
8745 (allout-real-isearch-abort): Function name no longer used.
8746 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8747 (allout-isearch-rectification): isearch-mode always exists.
8748 Don't set allout-isearch-did-quit.
8749 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8750 allout-isearch-did-quit.
8751 (allout-enwrap-isearch): Just add the hook.
8752 (allout-isearch-abort): Function deleted.
8753 (allout-pre-command-business): Avoid warning.
8754
8755 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8756 Correctly avoid warnings.
8757 (pascal-outline): Likewise.
8758
8759 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8760
8761 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8762
8763 * play/tetris.el (tetris-mode): Avoid warning.
8764
8765 * play/snake.el (snake-mode): Avoid warning.
8766
8767 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8768 (gamegrid-set-display-table): Avoid warning.
8769 (gamegrid-set-timer): Likewise.
8770 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8771 (gamegrid-add-score-with-update-game-score-1): Take FILE
8772 as argument.
8773 (gamegrid-add-score-with-update-game-score): Pass that argument.
8774 Rename have-shared-game-dir to gamegrid-shared-game-dir.
8775
8776 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
8777
8778 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
8779 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
8780
8781 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
8782 and insert-file.
8783
8784 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
8785 (sc-ask): Avoid warnings.
8786
8787 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
8788 (eshell-hist-initialize): Use that var the natural way.
8789
8790 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
8791
8792 * emacs-lisp/re-builder.el (reb-cook-regexp):
8793 Avoid warning calling lre-compile-string.
8794 (reb-color-display-p): Avoid warning.
8795
8796 * calculator.el (calculator-last-input): Guard uses
8797 of event-key and key-press-event-p.
8798 (event-key, key-press-event-p): Delete definitions.
8799
8800 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
8801 (find-gc-source-directory, find-gc-subrs-callers)
8802 (find-gc-noreturn-list, find-gc-source-files)
8803 (find-gc-subrs-called): Vars renamed and defvar'd.
8804
8805 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
8806 (checkdoc-overlay-put, checkdoc-delete-overlay)
8807 (checkdoc-overlay-start, checkdoc-overlay-end)
8808 (checkdoc-mode-line-update, checkdoc-char=):
8809 Define such that compiler knows they are defined.
8810 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
8811 (checkdoc-read-event): Delete. Use read-event directly.
8812
8813 * whitespace.el (whitespace-make-overlay)
8814 (whitespace-overlay-put, whitespace-delete-overlay)
8815 (whitespace-overlay-start, whitespace-overlay-end):
8816 Define such that compiler knows they are defined.
8817 (whitespace): Move conditional inside.
8818
8819 * tempo.el (tempo-insert-template): Suppress warning.
8820
8821 * ediff-diff.el (longlines-mode): Add defvar.
8822
8823 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
8824
8825 * server.el: Bind "C-x #" in a way that works even if C-x is
8826 redefined to a command key, not a prefix key.
8827
8828 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8829
8830 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
8831 cl-make-type-test till execution time.
8832
8833 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
8834
8835 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
8836 arg ARG and use it.
8837
8838 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8839
8840 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
8841
8842 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
8843
8844 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8845 a defcustom with two :set or :type keywords.
8846
8847 2005-07-15 Richard M. Stallman <rms@gnu.org>
8848
8849 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8850 Don't give ^M comment-end syntax.
8851
8852 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
8853
8854 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
8855 Don't consider gdbmi (gdb-mi.el has its own update functions).
8856 (gdb-var-delete): Make it work for gdbmi as well.
8857 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
8858
8859 * progmodes/gud.el (etags, sdb): Only require etags when needed.
8860 (gud-speedbar-menu-items): Correct logic for enabling items.
8861
8862 2005-07-15 Kim F. Storm <storm@cua.dk>
8863
8864 * ido.el: Fix commentary.
8865 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
8866 Use with-no-warnings around ffap-guesser.
8867 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
8868 Let bind minibuffer-completing-file-name to t.
8869
8870 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
8871
8872 * startup.el (site-run-file, keyboard-type): Doc fixes.
8873 (command-line): Check for "--basic-display" argument; also for
8874 "--quick", not "--bare-bones" (which was renamed).
8875 (fancy-splash-text): Add missing item "Getting New Versions".
8876 (normal-splash-screen): Fix typos and improve consistency with
8877 `fancy-splash-text'. Update copyright year.
8878
8879 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
8880 valid binding for `help-char'.
8881
8882 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
8883
8884 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
8885
8886 * term.el (term-mode): Disable cua-mode for term buffers.
8887
8888 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * add-log.el (add-log-mailing-address, change-log-merge):
8891 Doc fixes.
8892 (change-log-get-method-definition): Fix typo in docstring.
8893
8894 2005-07-14 Kim F. Storm <storm@cua.dk>
8895
8896 * emulation/cua-base.el:
8897 (cua--pre-command-handler-1, cua--pre-command-handler)
8898 (cua--post-command-handler-1, cua--post-command-handler):
8899 Split in two. Check (buffer local) value of cua-mode.
8900 (cua-selection-mode): New command.
8901
8902 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8903
8904 * custom.el (custom-initialize-safe-set)
8905 (custom-initialize-safe-default): Doc fixes.
8906
8907 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8908 and simplify :init-value again.
8909
8910 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8911 and simplify :init-value again. Delete autoload.
8912
8913 * startup.el (command-line): Use `custom-reevaluate-setting' again
8914 for tooltip-mode.
8915
8916 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8917 a defcustom with two :initialize keywords.
8918
8919 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
8920
8921 * allout.el (my-mark-marker, allout-isearch-prior-pos)
8922 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
8923 (allout-post-command-business, allout-flag-region)
8924 (isearch-reenable-font-lock, allout-yank)
8925 (allout-insert-latex-header, allout-insert-latex-trailer)
8926 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
8927 (allout-latex-verb-quote): Fix typos in docstrings.
8928 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
8929 (allout-unprotected, allout-prefix-data):
8930 Improve argument/docstring consistency.
8931 (allout-chart-subtree): Fix argument spec.
8932 (allout-open-topic): Rename `use_sib_bullet' argument to
8933 `use-sib-bullet'. Doc fix.
8934
8935 * whitespace.el (whitespace-check-buffer-leading)
8936 (whitespace-check-buffer-trailing)
8937 (whitespace-check-buffer-indent)
8938 (whitespace-check-buffer-spacetab)
8939 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
8940 (whitespace-check-leading-whitespace)
8941 (whitespace-check-trailing-whitespace)
8942 (whitespace-check-spacetab-whitespace)
8943 (whitespace-check-indent-whitespace)
8944 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
8945 (whitespace-modes): Fix typos in docstrings.
8946 (defgroup, defcustom): Doc fixes.
8947
8948 * winner.el (winner-mode, winner-boring-buffers)
8949 (winner-pending-undo-ring): Doc fixes.
8950 (winner-ring): Remove unneeded `progn'.
8951 (winner-equal): `defsubst' it.
8952 (winner-redo): Fix message.
8953
8954 2005-07-13 Kim F. Storm <storm@cua.dk>
8955
8956 * simple.el (line-move-1): Always use vertical-motion to
8957 do the last (or only) line move to ensure some movement.
8958 Undo 2005-06-23 change--don't check for overlays.
8959
8960 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8961
8962 * term/mac-win.el (ccl-encode-mac-roman-font)
8963 (ccl-encode-mac-centraleurroman-font)
8964 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
8965 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
8966 Change charset-id boundary of dimension to ?\xef.
8967 (mac-char-fontspec-list): New constant.
8968 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
8969 argument. Nil uses itself as family in font-spec. Previous
8970 behavior for nil is now provided by non-nil non-string argument.
8971 All callers changed. Add font-specs for Mac fonts to
8972 "fontset-default" unless iso8859-1 fonts are installed.
8973
8974 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * progmodes/sh-script.el (sh-get-indent-info): Only indent
8977 a continuation line if the \ is preceded by SPC or TAB.
8978 (sh-get-indent-info): Simplify.
8979 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
8980 Use with-current-buffer.
8981
8982 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
8983 when the matched text is empty.
8984
8985 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
8986
8987 * startup.el (command-line): Revert to previous handling of
8988 tooltip-mode. Explain in comment why the complexity is needed.
8989
8990 * tooltip.el (tooltip-mode): Revert to previous implementation of
8991 its defcustom.
8992
8993 * frame.el (blink-cursor-mode): Revert to previous implementation
8994 of its defcustom. Update comment.
8995
8996 2005-07-12 Lars Hansen <larsh@soem.dk>
8997
8998 * desktop.el: Update e-mail address.
8999
9000 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9001
9002 * term/mac-win.el (mac-services-mail-selection)
9003 (mac-services-mail-to): New functions.
9004 (mac-application-menu-map): Bind them.
9005
9006 2005-07-12 wulei <milton@wulei.net> (tiny change)
9007
9008 * progmodes/gdb-ui.el: Add note about buffering with Windows.
9009
9010 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
9011
9012 * custom.el (custom-reevaluate-setting): Doc fix.
9013
9014 2005-07-11 Jay Belanger <belanger@truman.edu>
9015
9016 * calc/calc.el (calc-embedded-announce-formula-alist)
9017 (calc-embedded-open-close-plain-alist)
9018 (calc-embedded-open-close-mode-alist): Add checks for additional
9019 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9020
9021 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
9022
9023 * custom.el (custom-enable-theme): Don't add theme to
9024 `custom-enabled-themes' with `push' because there is no
9025 setf-method for `delq'.
9026
9027 2005-07-11 Richard M. Stallman <rms@gnu.org>
9028
9029 * custom.el (custom-declare-variable): Doc fix.
9030
9031 * dired-aux.el (dired-compare-directories): Remove "." and ".."
9032 from the alists.
9033
9034 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9035 Do nothing if edebug-active.
9036
9037 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9038 (edebug-display): Do it here instead.
9039
9040 2005-07-10 Richard M. Stallman <rms@gnu.org>
9041
9042 * cus-face.el (custom-theme-set-faces): Make it work.
9043 (custom-reset-faces): Doc fix.
9044 (custom-theme-reset-internal-face, custom-theme-face-value):
9045 Functions deleted.
9046
9047 * custom.el (custom-push-theme): Maintain list of the settings
9048 of a given theme in its theme-settings property.
9049 Maintain position of old settings in the theme-value
9050 or theme-face property.
9051 (custom-enabled-themes): New variable.
9052 (custom-theme-enabled-p): New function.
9053 (provide-theme): Update custom-enabled-themes.
9054 Disable and reenable the `user' theme.
9055 (require-theme): Doc fix.
9056 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9057 (custom-theme-value, custom-theme-variable-value): Likewise.
9058 (custom-theme-reset-internal): Likewise.
9059 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9060 (custom-enable-theme, custom-disable-theme): New functions.
9061 (custom-variable-theme-value, custom-face-theme-value): Likewise.
9062 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9063 (custom-theme-reset-variables): Simplify.
9064 (deftheme, custom-declare-theme, custom-make-theme-feature):
9065 Definitions moved.
9066
9067 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * longlines.el (longlines-show-region)
9070 (longlines-unshow-hard-newlines): Recognize hard newlines by
9071 non-nil hard property, instead of t.
9072
9073 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
9074
9075 * viper-cmd.el (viper--key-maps): New variable.
9076 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9077 emulation-mode-map-alists.
9078 (viper-envelop-ESC-key): Use viper-subseq.
9079 (viper-search-forward/backward/next): Disable debug-on-error.
9080
9081 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9082 (viper-ESC-key): New defcustoms.
9083
9084 * viper-macs.el (ex-map-read-args): Use viper-subseq.
9085
9086 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9087 (viper-subseq): Copy of subseq from cl.el.
9088
9089 * viper.el (viper-go-away, viper-set-hooks): Use
9090 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9091
9092 * viper-mous.el (viper-current-frame-saved): Use defvar.
9093
9094 * viper-init.el: Get rid of -face in face names.
9095
9096 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9097 Make it work with longlines mode
9098
9099 * ediff-mult.el (ediff-meta-mode-hook): New variable.
9100
9101 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9102
9103 * ediff-init.el: Get rid of -face in face names.
9104
9105 2005-07-10 Richard M. Stallman <rms@gnu.org>
9106
9107 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9108 and with-timeout-unsuspend.
9109
9110 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9111 and with-timeout-unsuspend.
9112
9113 * emacs-lisp/timer.el (with-timeout-timers): New variable.
9114 (with-timeout): Bind that variable to record timers.
9115 (with-timeout-suspend, with-timeout-unsuspend): New functions.
9116
9117 * emacs-lisp/debug.el (debug-help-follow): New function.
9118 (debugger-mode-map): Use that instead of help-follow.
9119 (debugger-setup-buffer): Use eval-buffer-list
9120 to handle eval-buffer frames.
9121
9122 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
9123
9124 * timezone.el (timezone-parse-date): Change first regexp
9125 so it will not mistakenly match dates with no time zone.
9126
9127 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
9128
9129 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9130
9131 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
9132
9133 * custom.el (custom-initialize-safe-set)
9134 (custom-initialize-safe-default): New functions.
9135
9136 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9137 and simplify :init-value.
9138
9139 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9140 and simplify :init-value. Delete obsolete comment.
9141
9142 * startup.el (command-line): Use `custom-reevaluate-setting' to
9143 handle `tooltip-mode'. Delete obsolete comment.
9144
9145 * files.el (set-visited-file-name): Avoid calling
9146 `file-name-nondirectory' with a nil argument.
9147
9148 2005-07-09 Richard M. Stallman <rms@gnu.org>
9149
9150 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9151 was called with nil for the buffer, handle the read position right.
9152 Handle read position for eval-region, too.
9153
9154 2005-07-09 Juri Linkov <juri@jurta.org>
9155
9156 * fringe.el (fringe-mode): Add period in docstring.
9157 (fringe-query-style): Build prompt depending on `all-frames' arg.
9158
9159 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9160 to not create links to unrelated functions in the Help buffer.
9161
9162 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9163 Doc fix.
9164
9165 * simple.el (next-error-hook): New variable.
9166 (next-error): Use it. Doc fix.
9167
9168 * textmodes/ispell.el (ispell-command-loop): Add current
9169 dictionary name and program name to mode-line-format.
9170 (ispell-region, ispell-process-line): Add current dictionary name
9171 and program name to messages.
9172
9173 2005-07-08 Jay Belanger <belanger@truman.edu>
9174
9175 * calc/calc.el (calc-embedded-announce-formula-alist)
9176 (calc-embedded-open-close-formula-alist)
9177 (calc-embedded-open-close-word-alist)
9178 (calc-embedded-open-close-plain-alist)
9179 (calc-embedded-open-close-new-formula-alist)
9180 (calc-embedded-open-close-mode-alist)
9181 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9182 (calc-embedded-mode-hook): New variables.
9183
9184 * calc/calc-embed.el (calc-embedded-firsttime)
9185 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9186 New variables.
9187 (calc-do-embedded): Use calc-embedded-firsttime,
9188 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9189 determine whether or not to run hooks.
9190 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9191 calc-embedded-firsttime-formula appropriately.
9192 Set calc-embedded delimiter variables according to mode.
9193
9194 2005-07-08 Richard M. Stallman <rms@gnu.org>
9195
9196 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9197 Check for "emacs", etc., as entire symbol, not just as word.
9198 (checkdoc-file-comments-engine): Use regexp-quote on FN.
9199
9200 * files.el (set-visited-file-name): Report the error
9201 for "empty filename" earlier.
9202 (kill-some-buffers): Ignore buffers already dead.
9203
9204 * fringe.el (fringe-mode): Doc fix.
9205
9206 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9207 Check for (featurep 'xemacs) and turn off warnings in what it guards.
9208 Use unwind-protect to ensure byte-compile-unresolved-functions
9209 is updated.
9210
9211 * whitespace.el (whitespace-buffer-leading-cleanup):
9212 Simplify w/ skip-chars-forward.
9213 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9214
9215 * mail/rmail.el (rmail-only-expunge): Fix paren error.
9216 Unconditionally try to leave point at the same old place.
9217
9218 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
9219
9220 * comint.el (comint-postoutput-scroll-to-bottom)
9221 (comint-show-maximum-output): Take scroll-margin into consideration.
9222
9223 2005-07-08 Kim F. Storm <storm@cua.dk>
9224
9225 * ido.el (ido-use-filename-at-point): New choice `guess'.
9226 (ido-file-internal): Try ffap-guesser if selected.
9227
9228 * ido.el (ido-before-fallback-functions): New hook.
9229 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9230 (ido-read-file-name): Run it.
9231
9232 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9235 strings rather than a list of symbols to the completion function.
9236
9237 2005-07-07 Jay Belanger <belanger@truman.edu>
9238
9239 * calc/calc-units.el (math-apply-units): Change the places in
9240 which units are simplified.
9241
9242 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
9243
9244 * cus-edit.el (customize-option, customize-option-other-window):
9245 Make them handle aliases.
9246
9247 * custom.el (custom-variable-p): Make it recursively follow
9248 aliases. Mention that in the docstring.
9249
9250 2005-07-07 Richard M. Stallman <rms@gnu.org>
9251
9252 * cus-start.el (exec-path): Use `directory' instead of `file'.
9253 Fix tag for nil.
9254
9255 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9256
9257 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9258 when called non-interactively. Doc fix.
9259
9260 2005-07-07 Lute Kamstra <lute@gnu.org>
9261
9262 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9263 new address as well.
9264
9265 2005-07-07 Kenichi Handa <handa@m17n.org>
9266
9267 * international/mule.el (make-coding-system):
9268 Describe `ascii-incompatible' property in the docstring.
9269 (set-file-name-coding-system): Signal an error if coding-system is
9270 ascii-incompatible.
9271 (set-keyboard-coding-system): Likewise.
9272
9273 * international/mule-cmds.el (set-default-coding-systems):
9274 Don't set default-file-name-coding-system and
9275 default-keyboard-coding-system if coding-system is ASCII-incompatible.
9276
9277 * international/utf-16.el: Declare that all UTF-16-based coding
9278 systems are ASCII-incompatible.
9279
9280 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
9281
9282 * progmodes/gud.el: Require font-lock for displaying errors.
9283 Used by gdb-ui.el.
9284
9285 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9286
9287 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9288 values for the pattern lists which are `read'able but not
9289 `append'able (like symbols).
9290
9291 2005-07-06 Richard M. Stallman <rms@gnu.org>
9292
9293 * progmodes/flymake.el (flymake-float-time): Instead of
9294 with-no-warnings, test for xemacs.
9295 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9296 to avoid warning.
9297
9298 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
9299
9300 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9301
9302 2005-07-05 Lute Kamstra <lute@gnu.org>
9303
9304 * battery.el: Add support for Darwin (with much debugging help
9305 from Samuel Lauber <sam124@operamail.com>).
9306 (battery-status-function, battery-echo-area-format)
9307 (battery-mode-line-format): Add support for pmset on Darwin.
9308 (battery-load-low, battery-load-critical): New user options.
9309 (battery-pmset): New function.
9310
9311 2005-07-05 Lute Kamstra <lute@gnu.org>
9312
9313 Update FSF's address in GPL notices.
9314
9315 * textmodes/page-ext.el: Update FSF's address.
9316
9317 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9320 filling from using prefix when filling a single-line docstring.
9321
9322 * progmodes/flymake.el: Remove useless eval-when-compile.
9323
9324 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9325
9326 2005-07-04 Richard M. Stallman <rms@gnu.org>
9327
9328 * textmodes/org.el (org-file-apps-defaults-gnu):
9329 Rename from org-file-apps-defaults-linux.
9330 (org-default-apps): Don't test system-type for `linux'.
9331 (org-file-apps): Doc fix.
9332
9333 2005-07-04 David Ponce <david@dponce.com>
9334
9335 * tree-widget.el: Improve header Commentary section.
9336 (tree-widget) [defgroup]
9337 (tree-widget-image-enable, tree-widget-themes-directory)
9338 (tree-widget-theme, tree-widget-image-properties-emacs)
9339 (tree-widget-image-properties-xemacs, tree-widget-create-image)
9340 (tree-widget-image-formats, tree-widget-control)
9341 (tree-widget-empty-control, tree-widget-leaf-control
9342 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9343 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9344 (tree-widget-keep, tree-widget-after-toggle-functions)
9345 (tree-widget-open-node, tree-widget-close-node): Doc fix.
9346 (tree-widget-open-control, tree-widget-close-control): Fix doc and
9347 :help-echo message.
9348 (tree-widget-set-theme): Doc fix. Use `string-equal'.
9349 (tree-widget-image-properties): Doc fix. Clearer implementation.
9350 (tree-widget--cursors): New constant.
9351 (tree-widget-lookup-image): New function split from
9352 `tree-widget-find-image'. Clearer implementation.
9353 (tree-widget-find-image): Use it.
9354 (tree-widget-button-keymap): Use `set-keymap-parent'.
9355 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9356 Define the sub-widgets here.
9357 (tree-widget-node): Check that :node is not a tree-widget.
9358 (tree-widget-get-super, tree-widget-open-control)
9359 (tree-widget-close-control, tree-widget-empty-control)
9360 (tree-widget-leaf-control, tree-widget-guide)
9361 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9362 (tree-widget-no-handle, tree-widget-value-delete)
9363 (tree-widget-map): Remove.
9364 (tree-widget-children-value-save): Doc fix. Simplified.
9365 (tree-widget-value-create): Update according to previous changes.
9366
9367 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9368
9369 * textmodes/org.el: Leading space replaced by TABS.
9370 (org-recalc-marks, org-table-rotate-recalc-marks)
9371 (org-table-get-specials): Treat "^" and "_" marks.
9372 (org-table-justify-field-maybe): Optional argument NEW.
9373 (org-table-eval-formula): Parsing of the format simplified.
9374 New modes C,I. Honor the %= parameter in the current table.
9375 Avoid unnecessary re-align by using the NEW argument to
9376 `org-table-justify-field-maybe'.
9377 (org-calc-default-modes): Default for date-format mimicks org-mode.
9378 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9379
9380 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9381
9382 * cus-face.el (custom-theme-set-faces): Make it handle face
9383 aliases whose alias declarations are pre- or autoloaded.
9384
9385 2005-07-04 Juri Linkov <juri@jurta.org>
9386
9387 * faces.el (read-face-name): Put the code for getting a face name
9388 from the buffer before adding the faces from the `face' property.
9389 Use `completing-read-multiple' instead of `completing-read'.
9390 Require `crm'. Add default value and post-process the returned
9391 list of faces.
9392
9393 * emacs-lisp/crm.el (crm-find-current-element)
9394 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9395
9396 * emacs-lisp/lisp-mode.el (eval-defun-1):
9397 * emacs-lisp/edebug.el (edebug-eval-defun):
9398 Remove unnecessary quotes.
9399
9400 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9401
9402 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9403 (prolog-indent-level): Fix typo in docstring.
9404
9405 * info.el (Info-history, Info-history-forward)
9406 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9407
9408 * add-log.el (add-change-log-entry):
9409 * comint.el (comint-dynamic-list-input-ring)
9410 (comint-dynamic-list-completions):
9411 * dabbrev.el (dabbrev-expand):
9412 * delim-col.el (delimit-columns-rectangle-line):
9413 * diff-mode.el (diff-context->unified, diff-reverse-direction)
9414 (diff-unified->context):
9415 * ediff-init.el (ediff-abbrev-jobname):
9416 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9417 (ediff-replace-session-activity-marker-in-meta-buffer):
9418 * info.el (Info-summary):
9419 * lpr.el (printify-region):
9420 * printing.el (pr-create-interface):
9421 * ps-print.el (ps-print-quote):
9422 * ses.el (ses-column-widths, ses-print-cell)
9423 (ses-adjust-print-width, ses-center):
9424 * shell.el (shell-file-name-quote-list):
9425 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9426 (strokes-fill-current-buffer-with-whitespace)
9427 (strokes-xpm-for-stroke, strokes-list-strokes)
9428 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9429 * term.el (term-dynamic-list-input-ring)
9430 (term-dynamic-list-completions):
9431 * calc/calc.el (math-format-stack-value):
9432 * emacs-lisp/edebug.el (edebug-display-freq-count):
9433 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9434 (delphi-new-comment-line):
9435 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9436 * progmodes/executable.el (executable-set-magic):
9437 * progmodes/python.el (inferior-python-mode):
9438 * progmodes/scheme.el (scheme-mode-syntax-table):
9439 * progmodes/sh-script.el (sh-maybe-here-document):
9440 * progmodes/sql.el (sql-copy-column):
9441 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9442 * textmodes/bibtex.el (bibtex-mode):
9443 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9444 (sgml-auto-attributes):
9445 * textmodes/table.el (table-insert, table-shorten-cell)
9446 (table--generate-source-scan-lines, table-delete-row)
9447 (*table--cell-delete-char, table--spacify-frame)
9448 (table--horizontally-shift-above-and-below)
9449 (table--cell-insert-char, table--cell-blank-str)
9450 (table--fill-region-strictly):
9451 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9452 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9453
9454 * add-log.el (change-log):
9455 * apropos.el (apropos):
9456 * comint.el (comint-completion, comint-source):
9457 * dabbrev.el (dabbrev):
9458 * delim-col.el (columns):
9459 * diff-mode.el (diff-mode):
9460 * ediff.el (ediff):
9461 * ediff-diff.el (ediff-diff):
9462 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9463 * ediff-mult.el (ediff-mult):
9464 * ediff-ptch.el (ediff-ptch):
9465 * ediff-wind.el (ediff-window):
9466 * facemenu.el (facemenu):
9467 * indent.el (indent):
9468 * info.el (info):
9469 * jka-cmpr-hook.el (compression, jka-compr):
9470 * lpr.el (lpr):
9471 * outline.el (outlines):
9472 * pcmpl-cvs.el (pcmpl-cvs):
9473 * pcmpl-rpm.el (pcmpl-rpm):
9474 * printing.el (printing):
9475 * ps-print.el (postscript, ps-print, ps-print-horizontal)
9476 (ps-print-vertical, ps-print-headers, ps-print-font)
9477 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9478 (ps-print-background, ps-print-printer, ps-print-page)
9479 (ps-print-miscellany):
9480 * ses.el (ses):
9481 * shell.el (shell, shell-directories, shell-faces):
9482 * startup.el (initialization):
9483 * strokes.el (strokes):
9484 * term.el (term):
9485 * uniquify.el (uniquify):
9486 * w32-vars.el (w32):
9487 * calc/calc.el (calc):
9488 * emacs-lisp/bytecomp.el (bytecomp):
9489 * emacs-lisp/cl-indent.el (lisp-indent):
9490 * emacs-lisp/edebug.el (edebug):
9491 * emacs-lisp/elp.el (elp):
9492 * emacs-lisp/testcover.el (testcover):
9493 * emacs-lisp/trace.el (trace):
9494 * emulation/viper-ex.el (viper-ex):
9495 * emulation/viper-mous.el (viper-mouse):
9496 * mail/mailalias.el (mailalias):
9497 * mail/supercite.el (supercite, supercite-frames)
9498 (supercite-attr, supercite-cite, supercite-hooks):
9499 * net/rcompile.el (remote-compile):
9500 * net/rlogin.el (rlogin):
9501 * obsolete/ooutline.el (outlines):
9502 * progmodes/delphi.el (delphi):
9503 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9504 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9505 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9506 (ebnf-optimization):
9507 * progmodes/etags.el (etags):
9508 * progmodes/executable.el (executable):
9509 * progmodes/idlwave.el (idlwave):
9510 * progmodes/pascal.el (pascal):
9511 * progmodes/prolog.el (prolog):
9512 * progmodes/python.el (python):
9513 * progmodes/scheme.el (scheme):
9514 * progmodes/sh-script.el (sh, sh-script):
9515 * progmodes/sql.el (SQL):
9516 * progmodes/tcl.el (tcl):
9517 * textmodes/bibtex.el (bibtex, bibtex-autokey):
9518 * textmodes/enriched.el (enriched):
9519 * textmodes/makeinfo.el (makeinfo):
9520 * textmodes/sgml-mode.el (sgml):
9521 * textmodes/table.el (table-hooks):
9522 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9523 * textmodes/texinfo.el (texinfo):
9524 * textmodes/two-column.el (two-column):
9525 Finish `defgroup' description with period.
9526
9527 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9528 * eshell/esh-var.el (eshell-var):
9529 * progmodes/vhdl-mode.el (vhdl-testbench):
9530 * textmodes/org.el (org): Fix typos in docstrings.
9531
9532 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9533 consistency.
9534
9535 * progmodes/flymake.el (flymake-find-file): Remove.
9536 (flymake-float-time): Use `with-no-warnings'.
9537 (flymake-check-start-time, flymake-check-was-interrupted)
9538 (flymake-err-info, flymake-is-running, flymake-last-change-time)
9539 (flymake-new-err-info): `defvar' at compile time.
9540
9541 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
9542
9543 * replace.el (occur-hook): Doc fix.
9544 (occur-1): Don't call `occur-hook' if there are no matches.
9545
9546 2005-07-03 Richard M. Stallman <rms@gnu.org>
9547
9548 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9549 global-map, save the same map.
9550 (global-map): Don't alter it at top level.
9551 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9552 Then alter it here instead.
9553 (tpu-edt-off): Set global-map to the saved one.
9554
9555 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9556 All references simplified.
9557 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
9558 (zmacs-regions): Add defvar.
9559 (repeat-complex-command-map): Everything about that deleted.
9560
9561 * textmodes/artist.el (artist-key-is-drawing)
9562 (artist-key-endpoint1, artist-key-poly-point-list)
9563 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9564 (artist-key-compl-table, artist-rb-save-data)
9565 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9566 Don't put them in eval-when-compile.
9567 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9568
9569 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9570 Use with-no-warnings.
9571
9572 * net/browse-url.el (dos-windows-version): Add defvar.
9573
9574 * mail/supercite.el (filladapt-prefix-table): Add defvar.
9575
9576 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9577 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9578 (rmail-new-summary-line-count): Rename from new-summary-line-count.
9579 Add defvar.
9580 (rmail-summary-beginning-of-message): Use with-no-warnings.
9581 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9582
9583 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9584 Use with-no-warnings.
9585
9586 * emulation/vi.el (vi-mark-region): Use c-mark-function.
9587 (c-mark-function): Add point-moving-unit property.
9588 (vi-goto-line): Use with-no-warnings.
9589
9590 * emulation/edt.el (edt-last-copied-word): Add defvar.
9591 (zmacs-region-stays): Likewise.
9592 (edt-mark-section-wisely): Use c-mark-function for C.
9593 Use makr-defun for Fortran.
9594 (time-string): defvar deleted.
9595 (edt-display-the-time): Don't set time-string.
9596
9597 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9598
9599 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9600 Don't warn when name is not constant
9601 or for defining the group `emacs'.
9602
9603 * tooltip.el (gud-tooltip-mode): Add defvar.
9604
9605 * startup.el (default-frame-background-mode): Add defvar.
9606
9607 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9608
9609 * info.el (tool-bar-map): Add defvar.
9610
9611 * dired.el (dnd-protocol-alist): Add defvar.
9612
9613 * dired-aux.el (dired-query): Display question with answer, when
9614 the user answers.
9615
9616 * custom.el (custom-add-option): Doc fix.
9617
9618 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9619
9620 2005-07-03 Eli Zaretskii <eliz@gnu.org>
9621
9622 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9623 bogus name from the last change.
9624
9625 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
9626
9627 * custom.el (custom-declare-variable): Fix typos in comment.
9628 (custom-known-themes): Doc fix.
9629 (custom-theme-directory): New defcustom.
9630 (require-theme): Make it check `custom-theme-directory'.
9631
9632 * cus-theme.el (custom-new-theme-mode): New function.
9633 (custom-theme-name, custom-theme-variables, custom-theme-faces)
9634 (custom-theme-description): Add compiler defvars.
9635 (customize-create-theme): Add doc to the "*New Custom Theme*"
9636 buffer. Use `custom-new-theme-mode'.
9637 (custom-theme-write): Put the created buffer in emacs-lisp-mode
9638 and save it to the `custom-theme-directory'. Make this the
9639 default directory of the buffer.
9640
9641 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
9642
9643 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9644 Fix unbalanced parentheses.
9645
9646 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9649 into flymake-mode and delegate to flymake-mode.
9650
9651 * find-file.el (ff-which-function-are-we-in): Clean up.
9652
9653 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9654
9655 * replace.el (occur-rename-buffer): Fix docstring.
9656
9657 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9658 (edt-last-copied-word, edt-learn-macro-count)
9659 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9660 (edt-rect-start-point, edt-user-global-map, rect-start-point)
9661 (time-string, zmacs-region-stays):
9662 * emulation/edt-mapper.el (edt-save-function-key-map)
9663 (EDT-key-name): `defvar' to silence the byte-compiler.
9664
9665 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
9666
9667 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9668 font-lock-regexp-backslash. Doc fix.
9669 (font-lock-regexp-backslash-grouping-construct): Rename from
9670 font-lock-regexp-backslash-construct. Doc fix.
9671 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9672 grouping constructs.
9673
9674 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9675
9676 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9677 updating all the prerequisites.
9678
9679 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
9680
9681 * textmodes/org.el (org-agenda-start-on-weekday)
9682 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9683 (org-agenda-use-time-grid, org-archive-location)
9684 (org-allow-space-in-links, org-usenet-links-prefer-google)
9685 (org-enable-table-editor, org-export-default-language)
9686 (org-export-html-show-new-buffer, org-fill-paragraph)
9687 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9688 (org-goto-quit, org-occur, org-eval-in-calendar)
9689 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9690 (org-agenda-diary-entry, org-remember-help)
9691 (org-table-convert-region, org-at-table-p)
9692 (org-table-move-row-down, org-table-move-row-up)
9693 (org-table-copy-region, org-table-toggle-vline-visibility)
9694 (org-table-get-stored-formulas, org-table-get-specials)
9695 (org-recalc-commands, org-table-eval-formula)
9696 (org-table-formula-substitute-names, orgtbl-make-binding)
9697 (org-format-org-table-html, org-format-table-table-html)
9698 (org-format-table-table-html-using-table-generate-source)
9699 (org-customize): Fix typos in docstrings.
9700 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9701 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9702 (org-back-to-heading): Doc fixes.
9703 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9704 (org-agenda-change-all-lines, org-get-header):
9705 Improve argument/docstring consistency.
9706 (orgtbl-error): Fix error message.
9707
9708 * progmodes/flymake.el (flymake-find-possible-master-files)
9709 (flymake-master-file-compare, flymake-get-line-err-count)
9710 (flymake-highlight-line, flymake-gui-warnings-enabled):
9711 Fix typos in docstrings.
9712 (flymake-parse-line, flymake-get-project-include-dirs-function)
9713 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9714 Doc fixes.
9715 (flymake-get-project-include-dirs-function)
9716 (flymake-make-err-menu-data):
9717 Improve argument/docstring consistency.
9718
9719 2005-07-01 Lute Kamstra <lute@gnu.org>
9720
9721 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9722 Catch errors with ignore-errors. Use temporary buffer.
9723 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
9724
9725 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9726 background color faces.
9727 (facemenu-set-foreground, facemenu-set-background):
9728 Use facemenu-set-face-from-menu.
9729 (facemenu-set-face-from-menu): Treat face names that start with
9730 "fg:" or "bg:" as special.
9731 (facemenu-add-new-color): Don't create faces. Simplify.
9732
9733 2005-06-30 Richard M. Stallman <rms@gnu.org>
9734
9735 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9736 (crm-find-current-element): Likewise.
9737
9738 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9739
9740 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9741
9742 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9743
9744 * arc-mode.el (archive-extract): Make it work as a mouse binding.
9745 (archive-mouse-extract): Make it an obsolete alias.
9746 (archive-mode-map): Don't use archive-mouse-extract any more.
9747 (archive-mode, archive-extract): write-contents-hooks ->
9748 write-contents-functions.
9749 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9750 first arg.
9751 (archive-rename-entry): Update the call.
9752 (archive-zip-summarize): Remove unused var `method'.
9753 (archive-lzh-summarize): Remove unused var `creator'.
9754
9755 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9756 dedicated frame upon exit.
9757
9758 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9759 (archive-zip-extract, archive-zip-expunge)
9760 (archive-zip-update, archive-zip-update-case): Use executable-find.
9761 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9762 Use restore-buffer-modified-p.
9763 (archive-extract, archive-add-new-member, archive-write-file-member):
9764 Use with-current-buffer.
9765 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9766
9767 2005-06-30 Andreas Schwab <schwab@suse.de>
9768
9769 * progmodes/gud.el (gud-filter): Remove unneeded progn.
9770
9771 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9772
9773 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9774
9775 2005-06-30 Juri Linkov <juri@jurta.org>
9776
9777 * faces.el (vertical-border): Inherit from mode-line-inactive
9778 only on tty.
9779
9780 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
9781
9782 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
9783 example, -NLINES in the `occur' docstring).
9784
9785 * replace.el (occur-1): When no matches are found, do not set the
9786 `buffer-read-only' and modified flags for the occur buffer,
9787 because it is deleted.
9788
9789 * emulation/cua-base.el (cua-check-pending-input)
9790 (cua-repeat-replace-region, cua-mode, cua-debug)
9791 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
9792 Fix typos in docstrings.
9793
9794 * emulation/cua-gmrk.el (cua-toggle-global-mark)
9795 (cua-cut-region-to-global-mark)
9796 (cua--cut-rectangle-to-global-mark):
9797 Remove period from end of messages.
9798
9799 * emulation/cua-rect.el (cua-do-rectangle-padding):
9800 Remove period from end of messages.
9801 (cua--rectangle-seq-format): Fix typo in docstring.
9802 (cua-sequence-rectangle, cua-fill-char-rectangle):
9803 Improve argument/docstring consistency.
9804
9805 2005-06-29 Juri Linkov <juri@jurta.org>
9806
9807 * faces.el (default-frame-background-mode): New internal variable.
9808 (frame-set-background-mode): Use it.
9809
9810 * startup.el (normal-top-level): Set default-frame-background-mode
9811 instead of frame-background-mode. Before setting it, test for its
9812 nil value. Remove tests for frame-background-mode and frame
9813 parameter `reverse'. Add test for "unspecified-fg".
9814
9815 * term/xterm.el (xterm-rxvt-set-background-mode):
9816 * term/rxvt.el (rxvt-set-background-mode):
9817 Set default-frame-background-mode instead of frame-background-mode.
9818
9819 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9820
9821 * simple.el (set-variable): Warn about obsolete user variables.
9822
9823 * imenu.el (imenu--completion-buffer):
9824 * mouse.el (mouse-buffer-menu-alist):
9825 * msb.el (msb-invisible-buffer-p):
9826 * calendar/diary-lib.el (diary-header-line-format):
9827 * emacs-lisp/pp.el (pp-buffer):
9828 * progmodes/cperl-mode.el (cperl-do-auto-fill):
9829 * textmodes/picture.el (picture-replace-match):
9830 Change space constants followed by a sexp to "?\s ".
9831
9832 * play/decipher.el (decipher-loop-with-breaks):
9833 * textmodes/texinfo.el (texinfo-insert-@item): Change space
9834 constants "protected" from end of line by a comment to "?\s".
9835
9836 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * font-lock.el (save-buffer-state): Use `declare'.
9839
9840 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
9841 reset the syntax-table to cperl-mode-syntax-table.
9842 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
9843 "foo_print_bar" is not matched as a reserved keyword.
9844
9845 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9846
9847 * textmodes/org.el (orgtbl-setup): New function, for delayed
9848 setup for the orgtbl commands.
9849 (org-calc-default-modes): New option.
9850 (orgtbl-make-binding): Use `defun' to get better help display.
9851 (org-diary): Call `org-compile-prefix-format'.
9852 (org-table-formula-substitute-names): New function.
9853 (org-agenda-day-view, org-agenda-week-view): New commands.
9854 (org-agenda-toggle-week-view): Command removed.
9855 (org-tbl-menu): Split off from org-org-menu.
9856 (org-mode): Move removal of outline-mode menus to here.
9857 (org-table-formula-debug): New option.
9858 (org-table-insert-row): Keep first field if just "#" or "*".
9859 (org-mode): Paragraph regexps fixed.
9860 (org-table-recalculate-regexp): New constant.
9861 (org-table-justify-field-maybe): Avoid replace if not necessary.
9862 (org-copy-special, org-cut-special): Use `call-interactively'.
9863 (org-table-copy-region): Take region from `interactive' call.
9864 (org-trim): Return string even if no match.
9865 (org-formula): New face.
9866 (org-set-font-lock-defaults): No longer highlight "FIXME".
9867 But highlight formula-related fields in table.
9868 (org-table-p): Use regexp, not fontification.
9869 (org-table-align): Handle white space at end of line.
9870 (org-table-formula-evaluate-inline): New option.
9871 (org-mode): Auto-wrapping in comment lines turned off.
9872 (org-table-copy-down): Evaluate only in copied field, not in
9873 destination.
9874 (org-table-current-formula): Variable removed.
9875 (org-table-store-formulas, org-table-get-stored-formulas)
9876 (org-table-modify-formulas, org-table-replace-in-formulas)
9877 (org-table-maybe-eval-formula): New functions.
9878 (org-table-get-formula): Modify to use stored formulas.
9879 (org-table-insert-column, org-table-delete-column)
9880 (org-table-move-column): Call `org-table-modify-formulas'.
9881 (org-complete): Add completion for keyword formulas.
9882 (orgtbl-mode): Pull orgtbl-mode-map to start of
9883 minor-mode-map-alist.
9884
9885 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * progmodes/python.el (python-check): Require `compile' before
9888 modifying its variables.
9889
9890 * newcomment.el (comment-indent-default): Don't get fooled by an early
9891 end of buffer.
9892
9893 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9894
9895 * ps-print.el (ps-print-version): Fix version number.
9896
9897 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
9898
9899 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
9900
9901 2005-06-28 Richard M. Stallman <rms@gnu.org>
9902
9903 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
9904 (flyspell-local-mouse-map): Declaration deleted.
9905 (flyspell-mouse-map): Bind only mouse-2.
9906 (flyspell-mode-map): Don't test flyspell-use-local-map.
9907 (flyspell-overlay-keymap-property-name): Var deleted.
9908 (flyspell-mode-on): Don't make local bindings for
9909 flyspell-mouse-map and flyspell-mode-map.
9910 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
9911
9912 * textmodes/ispell.el (ispell-word): Do not ignore short words.
9913
9914 * progmodes/compile.el (compilation-next-error-function):
9915 Don't switch buffers; operate on the current buffer.
9916
9917 * progmodes/compile.el (compilation-error-file-name)
9918 (compilation-warning-file-name, compilation-info-file-name)
9919 (compilation-line-number, compilation-column-number): New faces.
9920 (compilation-error-face, compilation-warning-face)
9921 (compilation-info-face, compilation-line-face)
9922 (compilation-column-face): Use them.
9923
9924 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
9925
9926 * comint.el (comint-password-prompt-regexp): Accept ", try again".
9927
9928 * bindings.el (global-map): Bind insertchar and its variants.
9929
9930 2005-06-27 Richard M. Stallman <rms@gnu.org>
9931
9932 * textmodes/artist.el (artist-text-overwrite)
9933 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
9934
9935 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9936
9937 * ps-print.el: It was not working the page selection for printing.
9938 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
9939 (ps-print-version): New version 6.6.7.
9940 (ps-end-sheet): New fun.
9941 (ps-header-sheet, ps-end-job): Call it.
9942
9943 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9944
9945 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
9946
9947 2005-06-27 Lute Kamstra <lute@gnu.org>
9948
9949 * facemenu.el (facemenu-unlisted-faces): Add foreground and
9950 background color faces.
9951 (facemenu-get-face): Delete function.
9952 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
9953 (facemenu-add-new-color): Make second argument mandatory.
9954 Create the appropriate face and return it. Simplify.
9955 (facemenu-set-foreground, facemenu-set-background): Don't check if
9956 color is defined. Use return value of facemenu-add-new-color.
9957
9958 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
9959
9960 * progmodes/gud.el (gud-filter): Add missing argument to
9961 with-selected-window.
9962
9963 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
9966 a :require to the defcustom.
9967
9968 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
9969 defcustoms corresponding to minor modes.
9970
9971 2005-06-26 David Ponce <david@dponce.com>
9972
9973 * recentf.el: Require tree-widget instead of wid-edit.
9974 (recentf-filename-handler): Fix widget :type.
9975 (recentf-cancel-dialog, recentf-open-more-files)
9976 (recentf-open-files-action): Doc fix.
9977 (recentf-dialog-goto-first): New function.
9978 (recentf-dialog-mode-map): Set parent keymap first.
9979 (recentf-dialog-mode): Define with define-derived-mode.
9980 Don't display continuation lines in dialogs.
9981 (recentf-edit-list): Rename from recentf-edit-selected-items.
9982 (recentf-edit-list-select): Rename from recentf-edit-list-action.
9983 Simplify.
9984 (recentf-edit-list-validate): New function.
9985 (recentf-edit-list): Update accordingly.
9986 (recentf-open-files-item-shift): Remove.
9987 (recentf-open-files-item): Convert menu elements into tree and
9988 link widgets. Don't create the widgets.
9989 (recentf-open-files): Update accordingly.
9990 (recentf-save-list): Untabify.
9991
9992 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9993
9994 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
9995 (keep-lines): Add INTERACTIVE arg. Never delete lines only
9996 partially contained in the active region. Do not take active
9997 region into account when called from Lisp, unless INTERACTIVE arg
9998 is non-nil. Use `forward-line' instead of `beginning-of-line' to
9999 avoid trouble with fields. Make marker point nowhere when no
10000 longer used. Always return nil. Doc fix.
10001 (flush-lines): Add INTERACTIVE arg. Do not take active region
10002 into account when called from Lisp, unless INTERACTIVE arg is
10003 non-nil. Use `forward-line' instead of `beginning-of-line' to
10004 avoid trouble with fields. Make marker point nowhere when no
10005 longer used. Always return nil. Doc fix.
10006 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
10007 interchangeable. Do not take active region into account when
10008 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
10009 message in echo area when called from Lisp, unless INTERACTIVE arg
10010 is non-nil. Avoid saying "1 occurrences". Do not use markers.
10011 Return the number of matches. Doc fix.
10012 (occur): Doc fix.
10013 (perform-replace): Make comment follow double space convention for
10014 the sake of `outline-minor-mode'.
10015
10016 * faces.el (facep): Doc fix.
10017
10018 2005-06-25 Richard M. Stallman <rms@gnu.org>
10019
10020 * facemenu.el (facemenu-enable-faces-p): New function.
10021 (facemenu-background-menu, facemenu-foreground-menu)
10022 (facemenu-face-menu): Add menu-enable property.
10023
10024 * jka-compr.el (jka-compr-insert-file-contents):
10025 Special handling if cannot find the uncompression program.
10026
10027 * cus-face.el (custom-face-attributes): Add autoload.
10028
10029 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10030 Bind comment-indent-function locally.
10031
10032 * window.el (save-selected-window): Use save-current-buffer.
10033
10034 * subr.el (with-selected-window): Use save-current-buffer.
10035
10036 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10037 and with-current-buffer.
10038
10039 2005-06-24 Richard M. Stallman <rms@gnu.org>
10040
10041 * simple.el (line-move-1): Fix previous change.
10042
10043 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
10044
10045 * replace.el (occur-1): Set `buffer-read-only' and the
10046 buffer-modified flag before running `occur-hook' to protect
10047 against unintentional buffer switches that can lead to data loss.
10048
10049 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
10050
10051 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10052 (gud-gdb-marker-filter): Use font-lock-warning-face for any
10053 initial error.
10054
10055 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10056 after fresh input.
10057 (gdb-var-create-handler): Put name of expression in quotes.
10058
10059 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10060
10061 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10062 elements of RING in order, and without bogus nil elements.
10063
10064 2005-06-23 Richard M. Stallman <rms@gnu.org>
10065
10066 * simple.el (set-variable): Args renamed; doc fix.
10067 (line-move-1): When there are overlays around, use vertical-motion.
10068
10069 * faces.el (escape-glyph): Use brown against light background.
10070 (nobreak-space): Rename from no-break-space.
10071 Fix previous change.
10072
10073 * dired-aux.el (dired-do-copy): Fix arg prompt.
10074
10075 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10076
10077 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10078
10079 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10080 rather than "Distributor".
10081
10082 2005-06-23 Lute Kamstra <lute@gnu.org>
10083
10084 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10085 (debug-on-entry): Use it. New interactive declaration that uses
10086 function-called-at-point.
10087
10088 2005-06-23 Kim F. Storm <storm@cua.dk>
10089
10090 * subr.el (save-match-data): Add comment about using evaporate arg
10091 to set-match-data.
10092
10093 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10094
10095 * cus-edit.el (customize-face)
10096 (customize-face-other-window): Handle face aliases.
10097
10098 * faces.el (face-documentation, set-face-attribute)
10099 (face-spec-set): Handle face aliases.
10100
10101 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
10102
10103 * help-mode.el (help-make-xrefs): If a symbol representing a face
10104 name is not followed by the word "face", it could still be a
10105 function or variable name, so don't bypass other checks.
10106
10107 2005-06-22 Juri Linkov <juri@jurta.org>
10108
10109 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10110 Replace aliased functions with calls where second arg `inherit' is t.
10111
10112 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
10113
10114 * progmodes/gdb-ui.el (gdb-error): New variable.
10115 (gdb-error): New function.
10116 (gdb-annotation-rules): Act on error-begin and error annotations.
10117 (gdb-concat-output): Use font-lock-warning-face for errors.
10118
10119 2005-06-22 Miles Bader <miles@gnu.org>
10120
10121 * bindings.el (propertized-buffer-identification): Use renamed
10122 `Buffer-menu-buffer' face.
10123
10124 * faces.el (vertical-border): Rename from `vertical-divider'.
10125 (escape-glyph): Change dark-background color back to `cyan'.
10126
10127 2005-06-21 Juri Linkov <juri@jurta.org>
10128
10129 * faces.el (face-user-default-spec): Try getting `customized-face'
10130 prior to `saved-face'.
10131 (frame-background-mode): Refill docstring.
10132
10133 * emacs-lisp/lisp-mode.el (eval-defun-1):
10134 * emacs-lisp/edebug.el (edebug-eval-defun):
10135 Set `saved-face' temporarily to nil before calling form.
10136 Set `customized-face' to the new spec after that.
10137
10138 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
10139
10140 * subr.el (1value, lambda, key-substitution-in-progress):
10141 Doc fixes.
10142
10143 * autoinsert.el (auto-insert-alist):
10144 * ses.el (ses-call-printer):
10145 * subr.el (noreturn):
10146 * emacs-lisp/lisp.el (check-parens):
10147 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10148 * net/browse-url.el (browse-url-mosaic):
10149 * progmodes/cc-defs.el (c-safe-scan-lists):
10150 * progmodes/ebnf-abn.el (ebnf-abn-lex):
10151 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10152 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10153 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10154 * progmodes/ebnf-iso.el (ebnf-iso-lex):
10155 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10156
10157 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10158
10159 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10160
10161 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
10162
10163 * calendar/appt.el (appt-make-list): Activate the package, if
10164 not already active (for backwards compatibility).
10165
10166 2005-06-20 Kim F. Storm <storm@cua.dk>
10167
10168 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
10169
10170 2005-06-20 Miles Bader <miles@gnu.org>
10171
10172 * faces.el (vertical-divider): New face.
10173
10174 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
10175
10176 * simple.el (kill-whole-line): Doc fix.
10177 (next-error-buffer-p, next-error-find-buffer)
10178 (clone-indirect-buffer): Fix typos in docstrings.
10179 (comment-line-break-function): Doc fix: don't say variable
10180 is automatically buffer-local (it isn't).
10181
10182 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
10183
10184 * net/tramp-ftp.el (top):
10185 * net/tramp-smb.el (top):
10186 * net/tramp-util.el (top):
10187 * net/tramp-uu.el (top):
10188 * net/tramp-vc.el (top):
10189 * net/tramp.el (top): Revert copyright years back to original
10190 ones. Tramp has a life outside GNU Emacs.
10191
10192 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
10193
10194 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10195
10196 2005-06-18 Juri Linkov <juri@jurta.org>
10197
10198 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10199 end of first regexp to limit the match to the position between
10200 line number and source line with same separator character as used
10201 between file name and line number. In the second regexp limit
10202 mouse-face area to file name and line number by adding new group
10203 for them and referring it in HYPERLINK arg.
10204 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10205 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10206 previous line where grep markers may be already removed.
10207
10208 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
10209
10210 * progmodes/ps-mode.el: Update version and maintainer's email address.
10211
10212 2005-06-18 Steve Youngs <steve@xemacs.org>
10213
10214 * net/browse-url.el (browse-url-browser-function)
10215 (browse-url-default-browser): Add firefox.
10216 (browse-url-firefox-program, browse-url-firefox-arguments)
10217 (browse-url-firefox-startup-arguments)
10218 (browse-url-firefox-new-window-is-tab): New defcustoms.
10219 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10220
10221 2005-06-17 Richard M. Stallman <rms@gnu.org>
10222
10223 * startup.el (command-line): Warn if specified user name has
10224 no home directory.
10225
10226 * term.el (term-get-old-input, term-input-filter, term-input-sender)
10227 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10228
10229 * longlines.el (longlines-mode, longlines-show-hard-newlines):
10230 Doc fixes.
10231
10232 * faces.el (underline): Try bold if terminal doesn't support underline.
10233
10234 * mail/sendmail.el (mail-setup-with-from): New variable.
10235 (mail-insert-from-field): New function.
10236 (sendmail-send-it): Call it.
10237 (mail-setup): Optionally call it here.
10238
10239 * term/linux.el: Call tty-no-underline.
10240
10241 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10242
10243 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10244
10245 2005-06-17 Miles Bader <miles@gnu.org>
10246
10247 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10248 (ediff-current-diff-C, ediff-current-diff-Ancestor)
10249 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10250 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10251 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10252 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10253 Remove "-face" suffix from face names.
10254 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10255 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10256 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10257 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10258 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10259 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10260 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10261 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10262 New backward-compatibility aliases for renamed faces.
10263 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10264 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10265 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10266 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10267 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10268 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10269 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10270 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10271 Use renamed ediff faces.
10272
10273 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10274 Remove "-face" suffix from face names.
10275 (eshell-test-ok-face, eshell-test-failed-face):
10276 New backward-compatibility aliases for renamed faces.
10277 (eshell-run-test): Use renamed eshell-test faces.
10278
10279 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10280 face name.
10281 (eshell-prompt-face): New backward-compatibility alias for renamed
10282 face.
10283 (eshell-emit-prompt): Use renamed eshell-prompt face.
10284
10285 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10286 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10287 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10288 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10289 Remove "-face" suffix from face names.
10290 (eshell-ls-directory-face, eshell-ls-symlink-face)
10291 (eshell-ls-executable-face, eshell-ls-readonly-face)
10292 (eshell-ls-unreadable-face, eshell-ls-special-face)
10293 (eshell-ls-missing-face, eshell-ls-archive-face)
10294 (eshell-ls-backup-face, eshell-ls-product-face)
10295 (eshell-ls-clutter-face):
10296 New backward-compatibility aliases for renamed faces.
10297 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10298
10299 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10300 Remove "-face" suffix from face name.
10301 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10302 instead of literal face.
10303
10304 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
10305
10306 * emacs-lisp/warnings.el (display-warning, lwarn)
10307 (warning-minimum-log-level): Doc fixes.
10308 (warning-minimum-level, warning-minimum-log-level):
10309 Add :debug to :type choices.
10310
10311 * progmodes/ada-mode.el (ada-format-paramlist)
10312 (ada-get-indent-case, ada-check-matching-start)
10313 (ada-check-defun-name, ada-goto-matching-decl-start)
10314 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10315 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10316 (ada-make-subprogram-body): Follow error conventions.
10317 (ada-case-exception-file, ada-indent-comment-as-code)
10318 (ada-indent-handle-comment-special, ada-indent-renames)
10319 (ada-indent-return, ada-search-directories-internal)
10320 (ada-tab-policy, ada-case-exception-substring)
10321 (ada-other-file-alist, ada-matching-start-re)
10322 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10323 (ada-imenu-generic-expression, ada-compile-goto-error)
10324 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10325 (ada-popup-menu, ada-add-extensions, ada-mode)
10326 (ada-region-selected, ada-create-case-exception)
10327 (ada-create-case-exception-substring, ada-after-keyword-p)
10328 (ada-activate-keys-for-case, ada-adjust-case-region)
10329 (ada-adjust-case-buffer, ada-format-paramlist)
10330 (ada-scan-paramlist, ada-insert-paramlist)
10331 (ada-indent-newline-indent)
10332 (ada-indent-newline-indent-conditional)
10333 (ada-justified-indent-current, ada-goto-previous-word)
10334 (ada-indent-current, ada-get-indent-open-paren)
10335 (ada-get-indent-paramlist, ada-get-indent-end)
10336 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10337 (ada-get-indent-block-start, ada-get-indent-subprog)
10338 (ada-get-indent-noindent, ada-get-indent-label)
10339 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10340 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10341 (ada-goto-stmt-end, ada-goto-next-word)
10342 (ada-check-matching-start, ada-check-defun-name)
10343 (ada-goto-matching-decl-start, ada-goto-matching-start)
10344 (ada-goto-matching-end, ada-search-ignore-string-comment)
10345 (ada-in-decl-p, ada-looking-at-semi-or)
10346 (ada-looking-at-semi-private, ada-in-paramlist-p)
10347 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10348 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10349 (ada-next-procedure, ada-previous-procedure, ada-next-package)
10350 (ada-previous-package, ada-create-menu)
10351 (ada-fill-comment-paragraph-justify)
10352 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10353 (ada-other-file-name, ada-last-which-function-line)
10354 (ada-last-which-function-subprog, ada-which-function)
10355 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10356 (ada-gen-treat-proc, ada-check-emacs-version)
10357 (ada-continuation-indent, ada-align-region-separate):
10358 Fix typos in docstrings.
10359 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10360
10361 2005-06-16 Lute Kamstra <lute@gnu.org>
10362
10363 * simple.el (fundamental-mode): Run after-change-major-mode-hook
10364 conditionally.
10365
10366 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10367
10368 * comint.el (comint-replace-by-expanded-filename)
10369 (comint-prompt-regexp, comint-delimiter-argument-list)
10370 (comint-preinput-scroll-to-bottom):
10371 * info.el (Info-hide-cookies-node):
10372 * ls-lisp.el (ls-lisp-classify):
10373 * find-file.el (ff-search-directories, ff-special-constructs)
10374 (ff-find-other-file):
10375 * font-lock.el (font-lock-keywords):
10376 * shell.el (shell-prompt-pattern)
10377 (shell-dynamic-complete-functions, shell-mode)
10378 (shell-delimiter-argument-list):
10379 * term.el (term-replace-by-expanded-filename)
10380 (term-prompt-regexp, term-delimiter-argument-list):
10381 * woman.el (woman-ignore, woman0-if):
10382 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10383 * emacs-lisp/elint.el (elint-init-env):
10384 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10385 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10386 * language/ethio-util.el (ethio-tilde-escape)
10387 (ethio-use-three-dot-question):
10388 * net/zone-mode.el (zone-mode-load-time-setup):
10389 * progmodes/cc-align.el (c-lineup-argcont):
10390 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10391 * progmodes/cperl-mode.el (cperl-set-style-back):
10392 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10393 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10394 Fix spellings in docstrings.
10395
10396 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10397 * progmodes/modula2.el (m2-for): Fix spellings.
10398
10399 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10400
10401 * simple.el (undo-more): Don't use `format' on `error' arguments.
10402 Improve argument/docstring consistency.
10403 (pending-undo-list): Doc fix.
10404
10405 * smerge-mode.el (smerge-ensure-match):
10406 * emulation/vip.el (vip-ex):
10407 * net/zone-mode.el (zone-mode-update-serial):
10408 * progmodes/idlwave.el (idlwave-complete):
10409 * progmodes/vhdl-mode.el (vhdl-visit-file)
10410 (vhdl-compose-wire-components):
10411 Don't use `format' on `error' arguments.
10412
10413 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10414 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10415 (tooltip-help-tips): Fix typos in docstrings.
10416
10417 2005-06-16 David Ponce <david@dponce.com>
10418
10419 * tree-widget.el (tree-widget-value-create): Simplify last change.
10420
10421 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
10422
10423 * ido.el (ido-incomplete-regexp): New variable.
10424 (ido-set-matches-1): Handle invalid-regexp error and set
10425 ido-incomplete-regexp.
10426 (ido-incomplete-regexp): New face.
10427 (ido-completions): Use it.
10428 (ido-complete, ido-exit-minibuffer, ido-completions):
10429 Handle incomplete regexps.
10430 (ido-completions): Add check for complete match when entering a regexp.
10431
10432 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10435
10436 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10437
10438 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10439 by field delimiters.
10440
10441 2005-06-15 David Ponce <david@dponce.com>
10442
10443 * tree-widget.el: eval-and-compile inlined functions so they will
10444 be available at run-time too.
10445 (tree-widget-super-format-handler)
10446 (tree-widget-format-handler): Remove.
10447 (tree-widget-value-create): Handle the :indent property.
10448
10449 2005-06-15 Miles Bader <miles@gnu.org>
10450
10451 * progmodes/which-func.el (which-func): Only inherit
10452 `font-lock-function-name-face' when that makes sense against the
10453 default mode-line face, otherwise set the face color explicitly.
10454
10455 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10456 faces instead of (non-existent) variables.
10457
10458 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10459
10460 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10461 (iswitchb-get-matched-buffers): Likewise. Simplify.
10462
10463 2005-06-14 Miles Bader <miles@gnu.org>
10464
10465 * progmodes/ld-script.el (ld-script-location-counter):
10466 Remove "-face" suffix from face name.
10467 (ld-script-location-counter-face):
10468 New backward-compatibility alias for renamed face.
10469 (ld-script-location-counter-face): Use renamed face.
10470
10471 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10472 (cperl-hash): Remove "-face" suffix from face names.
10473 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10474 New backward-compatibility aliases for renamed faces.
10475 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10476 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10477
10478 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10479 name.
10480 (which-func-face): New backward-compatibility alias for renamed face.
10481 (which-func-format): Use renamed which-func face.
10482
10483 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10484 (vhdl-function, vhdl-directive, vhdl-reserved-word)
10485 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10486 names.
10487 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10488 (vhdl-speedbar-configuration, vhdl-speedbar-package)
10489 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10490 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10491 (vhdl-speedbar-architecture-selected)
10492 (vhdl-speedbar-configuration-selected)
10493 (vhdl-speedbar-package-selected)
10494 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10495 names.
10496 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10497 Use renamed faces.
10498 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10499 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10500 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10501 Use renamed faces.
10502 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10503 names.
10504 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10505 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10506 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10507 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10508 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10509 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10510
10511 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10512 face name.
10513 (sh-heredoc-face): New backward-compatibility alias for renamed face.
10514 (sh-heredoc-face): Use renamed sh-heredoc face.
10515
10516 * progmodes/idlw-help.el (idlwave-help-link):
10517 Remove "-face" suffix from face name.
10518 (idlwave-help-link-face):
10519 New backward-compatibility alias for renamed face.
10520 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10521
10522 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10523 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10524 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10525 New backward-compatibility aliases for renamed faces.
10526 (idlwave-shell-disabled-breakpoint-face)
10527 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10528
10529 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10530 Remove "-face" suffix from face names.
10531 (flymake-errline-face, flymake-warnline-face):
10532 New backward-compatibility aliases for renamed faces.
10533 (flymake-highlight-line): Use renamed flymake faces.
10534
10535 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10536 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10537 (ebrowse-member-class, ebrowse-progress):
10538 Remove "-face" suffix from face names.
10539 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10540 (ebrowse-file-name-face, ebrowse-default-face)
10541 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10542 (ebrowse-progress-face):
10543 New backward-compatibility aliases for renamed faces.
10544 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10545 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10546 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10547 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10548
10549 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10550 antlr-syntax)
10551 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10552 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10553 names.
10554 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10555 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10556 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10557 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10558 backward-compatibility aliases for renamed faces.
10559 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10560 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10561 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10562 remove "font-lock-". Use renamed antlr-mode faces.
10563 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
10564 literal face-names with face variable references.
10565
10566 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10567 face name.
10568 (Buffer-menu-buffer-face): New backward-compatibility alias for
10569 renamed face.
10570 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10571
10572 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
10573
10574 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10575 Eliminate "-face" suffix.
10576 (makefile-targets): Inherit from font-lock-function-name-face and
10577 eliminate "-face" suffix.
10578 (makefile-shell): Remove attributes and eliminate "-face" suffix.
10579 (makefile-*-font-lock-keywords): Append makefile-targets in rule
10580 actions, instead of prepending, to make it less visible.
10581 (makefile-previous-dependency, makefile-match-dependency):
10582 Don't match a target on a continuation line.
10583
10584 * files.el (auto-mode-alist): Put Makefile in gmake mode.
10585
10586 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
10587
10588 * progmodes/gdb-ui.el (menu): Re-order menu items.
10589 (gdb-tooltip-print): Respect tooltip-use-echo-area.
10590
10591 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10592 Define in tooltip.el.
10593 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10594 (gud-tooltip-tips): Respect tooltip-use-echo-area and
10595 gud-tooltip-echo-area.
10596
10597 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10598 backward compatibility and make obsolete.
10599 (tooltip-help-tips): Use tooltip-use-echo-area.
10600 (tooltip-show-help-function): Rename to...
10601 (tooltip-show-help): ...this, because it is a function.
10602 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10603
10604 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10605
10606 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10607 (edebug-print-length, edebug-print-level, edebug-print-circle)
10608 (edebug-modify-breakpoint, edebug-eval-last-sexp)
10609 (edebug-eval-print-last-sexp): Doc fixes.
10610
10611 2005-06-14 Kim F. Storm <storm@cua.dk>
10612
10613 * ido.el (ido-mode): Make a new keymap every time we enable ido,
10614 as the coverage buffer/file/both may change.
10615
10616 2005-06-14 Lute Kamstra <lute@gnu.org>
10617
10618 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10619 and run-mode-hooks. Simplify.
10620
10621 * mail/rmailedit.el (rmail-edit-mode):
10622 * progmodes/octave-inf.el (inferior-octave-mode):
10623 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10624
10625 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10626 and run-mode-hooks.
10627 (recentf-edit-list, recentf-open-files): Don't call
10628 kill-all-local-variables directly.
10629
10630 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10631
10632 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10633
10634 * emacs-lisp/byte-run.el (make-obsolete)
10635 (define-obsolete-function-alias): Rename arguments FUNCTION and
10636 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10637 (make-obsolete-variable, define-obsolete-variable-alias):
10638 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10639 respectively.
10640
10641 * isearchb.el (isearchb-activate):
10642 * pcvs.el (cvs-mode):
10643 * ses.el (ses-load):
10644 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10645 * net/tramp.el (tramp-find-file-exists-command)
10646 (tramp-find-shell):
10647 * progmodes/ada-mode.el (ada-create-case-exception)
10648 (ada-create-case-exception-substring, ada-make-subprogram-body):
10649 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10650 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10651 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10652 * textmodes/org.el (org-promote, org-evaluate-time-range)
10653 (org-agenda-next-date-line, org-agenda-previous-date-line)
10654 (org-agenda-error, org-open-at-point, org-table-move-row)
10655 (org-format-table-table-html-using-table-generate-source)
10656 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10657 * textmodes/reftex.el (reftex-access-scan-info):
10658 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10659 (reftex-toc-promote-prepare): Follow error conventions.
10660
10661 * diff-mode.el (diff-mode): Fix typo in docstring.
10662
10663 * forms.el (forms--intuit-from-file): Fix reference to
10664 `forms-number-of-fields' in error message.
10665 (forms-print): Fix quoting in error message.
10666
10667 * forms.el (forms-mode):
10668 * emulation/vi.el (vi-goto-insert-state):
10669 * progmodes/flymake.el (flymake-new-err-info)
10670 (flymake-start-syntax-check-for-current-buffer)
10671 (flymake-simple-cleanup):
10672 * eshell/esh-var.el (eshell/export):
10673 * progmodes/gud.el (xdb):
10674 * textmodes/flyspell.el (flyspell-incorrect-hook)
10675 (flyspell-maybe-correct-transposition)
10676 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10677
10678 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
10679
10680 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10681 minibuffer prompt.
10682
10683 2005-06-13 Kim F. Storm <storm@cua.dk>
10684
10685 * subr.el (add-to-ordered-list): New defun.
10686
10687 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10688 add cua--keymap-alist to emulation-mode-map-alists.
10689
10690 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * subr.el (complete-in-turn): New macro.
10693 (dynamic-completion-table, lazy-completion-table): Add debug info.
10694
10695 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10696 in preference to face aliases.
10697
10698 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10699 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10700 Remove unused vars `start' and `firstline'.
10701 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10702 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10703
10704 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10705
10706 * cus-start.el (all): Don't complain about missing GTK-related
10707 variables, unless either `gtk' is boundp or this isn't a
10708 `windows-nt' build.
10709
10710 2005-06-13 Lute Kamstra <lute@gnu.org>
10711
10712 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10713 run-mode-hooks.
10714
10715 * ediff-mult.el (ediff-meta-mode):
10716 * ediff-util.el (ediff-mode): Use run-mode-hooks.
10717
10718 * ledit.el (ledit-mode): Use delay-mode-hooks.
10719
10720 * woman.el (woman-mode-line-format): Delete constant.
10721 (woman-mode-map): Initialize it properly.
10722 (woman-mode): Set mode-class property to special.
10723 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
10724 Set major-mode and mode-name. Don't set mode-line-format directly.
10725 (Man-getpage-in-background): Don't reference woman-mode-line-format.
10726
10727 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10728 string argument obsolete.
10729
10730 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10731
10732 * textmodes/org.el (org-CUA-compatible): New option.
10733 (org-disputed-keys): New variable.
10734 (org-key): New function.
10735 (orgtbl-make-binding): Add docstring to the created function.
10736 (org-mode): Set paragraph start/separate regexps.
10737 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10738 (org-archive-location, org-archive-mark-done)
10739 (org-archive-stamp-time): New options.
10740 (org-archive-subtree): New command.
10741 (org-fill-paragraph): New function.
10742 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10743 (org-fake-empty-table-line): Function removed.
10744 (org-format-org-table-html): Do not create empty table lines at
10745 separator lines. Improved table header treatment.
10746 (org-link-format): New option.
10747 (org-make-link): New function.
10748 (org-insert-link, org-store-link): Use org-make-link.
10749 (org-open-file): Quote file name for shell command, to allow
10750 spaces in file names.
10751 (org-link-regexp): Fix bug with mailto link.
10752 (org-link-maybe-angles-regexp, org-protected-link-regexp):
10753 New constants.
10754 (org-export-as-html): Deal with the optional angles around a link.
10755 Better treatment of file: links.
10756 (org-open-at-point): Replace @{ and @} with < and >.
10757 (org-run-mode-hooks): Function removed.
10758 (org-agenda-mode): No longer use `org-run-mode-hooks'.
10759
10760 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
10761
10762 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10763 MI command -data-list-register-values.
10764 (gdb-post-prompt): Indent properly.
10765
10766 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
10767
10768 * hilit-chg.el (highlight-changes-colors): Rename from
10769 `highlight-changes-colours'.
10770 (highlight-changes-colours): Keep as obsolete alias.
10771 (highlight-changes-face-list): Doc fix.
10772 (hilit-chg-make-list): Use `highlight-changes-colors'.
10773
10774 2005-06-12 Mark A. Hershberger <mah@everybody.org>
10775
10776 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
10777 defun-prompt-regexp.
10778
10779 2005-06-12 Eli Zaretskii <eliz@gnu.org>
10780
10781 * loadup.el: Don't say we are dumping under 2 names on windows-nt
10782 and cygwin.
10783
10784 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10785 Don't use an old loaddefs.el, as in Makefile.in.
10786
10787 2005-06-12 Lute Kamstra <lute@gnu.org>
10788
10789 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
10790
10791 * man.el (Man-mode-map): Initialize it properly.
10792 (Man-mode): Set mode-class property to special.
10793
10794 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
10795
10796 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10797
10798 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
10799 A newline is needed in the docstring there.
10800
10801 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
10802 Doc fixes.
10803
10804 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10805
10806 * printing.el: Doc fix. The menubar is no more changed when printing
10807 is loaded, it only changes when pr-menu-bind or pr-update-menus is
10808 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
10809 (pr-version): New version number (6.8.4).
10810 (pr-menu-bind): New command.
10811 (pr-update-menus): Docstring and code fix.
10812 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
10813 Docstring fix.
10814 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
10815 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
10816
10817 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
10818
10819 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
10820 "Returns" to "return", document useful return values, etc.
10821
10822 2005-06-11 Alan Mackenzie <acm@muc.de>
10823
10824 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
10825 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
10826 (adaptive-file-function): Minor amendment to doc-string.
10827
10828 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10829
10830 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
10831 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
10832 Fix :type--it is `integer', not `string'.
10833
10834 * faces.el (modeline-highlight): Rename from (the erroneous)
10835 `modeline-higilight'.
10836
10837 2005-06-11 Lute Kamstra <lute@gnu.org>
10838
10839 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
10840 lisp-interaction-mode-map but make it the parent.
10841 (edebug-eval-mode): Use define-derived-mode.
10842
10843 2005-06-11 Andreas Schwab <schwab@suse.de>
10844
10845 * bindings.el: Add binding of `ESC functionkey' for every
10846 `M-functionkey'.
10847 * hexl.el (hexl-mode-map): Likewise.
10848
10849 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
10850
10851 * progmodes/compile.el (compilation-error-regexp-alist-alist)
10852 [msft]: update regexp for newer msft compilers.
10853
10854 2005-06-10 Mark A. Hershberger <mah@everybody.org>
10855
10856 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
10857 ATTLIST portions of included DTDs.
10858 (xml-parse-dtd): Eliminate use of inefficient match-data.
10859
10860 2005-06-10 Miles Bader <miles@gnu.org>
10861
10862 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10863 (mpuz-text): Remove "-face" suffix from face names.
10864 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
10865 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
10866 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
10867
10868 * play/gomoku.el (gomoku-O, gomoku-X):
10869 Remove "-face" suffix from face names.
10870 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
10871 New backward-compatibility aliases for renamed faces.
10872 (gomoku-font-lock-keywords): Use renamed gomoku faces.
10873
10874 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10875
10876 * thumbs.el: Fixes for changes of 2005-06-09.
10877 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
10878 as a directory.
10879 (thumbs-thumbname): Remove directory separator from format string;
10880 `thumbs-thumbsdir' now returns a valid directory name.
10881 (thumbs-temp-dir): New defsubst.
10882 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
10883 Use it.
10884
10885 * cus-edit.el (minibuffer):
10886 * files.el (make-backup-file-name-function):
10887 * filesets.el (filesets-external-viewers):
10888 * hilit-chg.el (highlight-changes-colours)
10889 (highlight-changes-face-list, highlight-changes-rotate-faces):
10890 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
10891 * kmacro.el (kmacro-call-macro):
10892 * log-edit.el (log-edit-changelog-full-paragraphs):
10893 * mouse.el (mouse-1-click-follows-link):
10894 * skeleton.el (skeleton-autowrap):
10895 * subr.el (insert-for-yank-1):
10896 * tempo.el (tempo-insert-region):
10897 * terminal.el (terminal-emulator):
10898 * time.el (display-time-mail-face):
10899 * vc.el (vc-annotate):
10900 * vcursor.el (vcursor-copy-line):
10901 * woman.el (woman-bold-headings, woman-ignore)
10902 (woman-default-faces, woman-monochrome-faces):
10903 * calendar/todo-mode.el (todo-insert-threshold):
10904 * emulation/pc-select.el (pc-select-selection-keys-only)
10905 (pc-selection-mode):
10906 * emulation/vip.el (vip-find-char-forward):
10907 * emulation/viper-cmd.el (viper-find-char-forward):
10908 * international/mule-cmds.el
10909 (select-safe-coding-system-accept-default-p)
10910 (input-method-exit-on-invalid-key):
10911 * international/mule-diag.el (describe-coding-system):
10912 * international/ucs-tables.el (unify-8859-on-encoding-mode):
10913 * net/browse-url.el (browse-url-xterm-program):
10914 * obsolete/lazy-lock.el (lazy-lock-mode):
10915 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
10916 (cperl-mode):
10917 * progmodes/cpp.el (cpp-face-light-name-list)
10918 (cpp-face-dark-name-list):
10919 * progmodes/delphi.el (delphi-newline-always-indents):
10920 Fix spellings in docstrings.
10921
10922 * ido.el (ido-mode, ido-file-extensions-order)
10923 (ido-default-file-method, ido-default-buffer-method)
10924 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
10925 (ido-decorations, ido-read-file-name-as-directory-commands)
10926 (ido-read-file-name-non-ido, ido-work-directory-list)
10927 (ido-ignore-item-temp-list, ido-current-directory)
10928 (ido-magic-forward-char, ido-enter-find-file)
10929 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
10930 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
10931
10932 2005-06-10 Lute Kamstra <lute@gnu.org>
10933
10934 * play/dunnet.el (dun-mode): Use define-derived-mode.
10935 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
10936 obsolete alias.
10937
10938 * play/doctor.el (doctor-mode-map): Remove defvar.
10939 (doctor-mode): Use define-derived-mode.
10940
10941 * mail/mspools.el (mspools-mode):
10942 * net/eudc-hotlist.el (eudc-hotlist-mode):
10943 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
10944
10945 2005-06-10 Miles Bader <miles@gnu.org>
10946
10947 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10948 Remove "-face" suffix from face names.
10949 (flyspell-incorrect-face, flyspell-duplicate-face):
10950 New backward-compatibility aliases for renamed faces.
10951 (flyspell-mode-on, make-flyspell-overlay)
10952 (flyspell-highlight-incorrect-region)
10953 (flyspell-highlight-duplicate-region)
10954 (flyspell-display-next-corrections)
10955 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
10956
10957 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
10958 from face name.
10959 (texinfo-heading-face): New backward-compatibility alias for
10960 renamed face.
10961 (texinfo-heading-face): Use renamed texinfo-heading face.
10962
10963 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
10964 suffix from face names.
10965 (tex-math-face, tex-verbatim-face):
10966 New backward-compatibility aliases for renamed faces.
10967 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
10968 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
10969 literal face name.
10970
10971 * textmodes/table.el (table-cell): Remove "-face" suffix from face
10972 name.
10973 (table-cell-face): New backward-compatibility alias for renamed face.
10974 (table--put-cell-face-property, table--update-cell-face):
10975 Use renamed table-cell face.
10976
10977 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
10978 from face name.
10979 (sgml-namespace-face): New backward-compatibility alias for
10980 renamed face.
10981 (sgml-namespace-face): Use renamed sgml-namespace face.
10982
10983 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
10984 (org-level-4, org-level-5, org-level-6, org-level-7)
10985 (org-level-8, org-warning, org-headline-done)
10986 (org-deadline-announce, org-scheduled-today)
10987 (org-scheduled-previously, org-link, org-done, org-table)
10988 (org-time-grid): Remove "-face" suffix from face names.
10989 (org-level-1-face, org-level-2-face, org-level-3-face)
10990 (org-level-4-face, org-level-5-face, org-level-6-face)
10991 (org-level-7-face, org-level-8-face, org-warning-face)
10992 (org-headline-done-face, org-deadline-announce-face)
10993 (org-scheduled-today-face, org-scheduled-previously-face)
10994 (org-link-face, org-done-face, org-table-face)
10995 (org-time-grid-face):
10996 New backward-compatibility aliases for renamed faces.
10997 (org-level-faces, org-set-font-lock-defaults, org-timeline)
10998 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
10999 (org-agenda-get-timestamps, org-agenda-get-scheduled)
11000 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11001
11002 * emulation/viper-init.el (viper-search, viper-replace-overlay)
11003 (viper-minibuffer-emacs, viper-minibuffer-insert)
11004 (viper-minibuffer-vi): Remove "-face" suffix from face names.
11005 (viper-search-face, viper-replace-overlay-face)
11006 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11007 (viper-minibuffer-vi-face):
11008 New backward-compatibility aliases for renamed faces.
11009 (viper-search-face, viper-replace-overlay-face)
11010 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11011 (viper-minibuffer-vi-face): Use renamed viper faces.
11012
11013 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11014 Remove "-face" suffix from face names.
11015 (testcover-nohits-face, testcover-1value-face):
11016 New backward-compatibility aliases for renamed faces.
11017 (testcover-mark): Use renamed testcover faces.
11018
11019 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11020 face name.
11021 (diary-button-face): New backward-compatibility alias for renamed face.
11022 (diary-entry): Use renamed diary-button face.
11023
11024 * calendar/calendar.el (diary, calendar-today, holiday)
11025 (mark-visible-calendar-date): Remove "-face" suffix from face names.
11026 (diary-face, calendar-today-face, holiday-face):
11027 New backward-compatibility aliases for renamed faces.
11028 (eval-after-load "facemenu", diary-entry-marker)
11029 (calendar-today-marker, calendar-holiday-marker, diary-face):
11030 Use renamed calendar faces.
11031
11032 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11033 (compare-windows-face): New backward-compatibility alias for
11034 renamed face.
11035 (compare-windows-highlight): Use renamed compare-windows face.
11036
11037 * strokes.el (strokes-char): Remove "-face" suffix from face name.
11038 (strokes-char-face): New backward-compatibility alias for renamed face.
11039 (strokes-encode-buffer): Use renamed strokes-char face.
11040
11041 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11042 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11043 Remove "-face" suffix from face names.
11044 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11045 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11046 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11047 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11048 Use renamed pcvs faces.
11049 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11050 * pcvs-defs.el (cvs-mode-map): Likewise.
11051 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11052
11053 * info.el (info-title-1, info-title-2, info-title-3)
11054 (info-title-4): Remove "-face" suffix from and downcase face names.
11055 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11056 (Info-title-4-face):
11057 New backward-compatibility aliases for renamed faces.
11058 (Info-fontify-node): Use renamed info faces.
11059
11060 * hilit-chg.el (highlight-changes, highlight-changes-delete):
11061 Remove "-face" suffix from face names.
11062 (highlight-changes-face, highlight-changes-delete-face):
11063 New backward-compatibility aliases for renamed faces.
11064 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11065 (hilit-chg-make-list): Use renamed highlight-changes faces.
11066
11067 * generic-x.el (show-tabs-tab, show-tabs-space):
11068 Remove "-face" suffix from face names.
11069 (show-tabs-tab-face, show-tabs-space-face):
11070 New backward-compatibility aliases for renamed faces.
11071 (show-tabs-generic-mode-font-lock-defaults-1)
11072 (show-tabs-generic-mode-font-lock-defaults-2):
11073 Use renamed show-tabs faces.
11074
11075 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11076 (smerge-markers): Remove "-face" suffix from face names.
11077 (smerge-mine-face, smerge-other-face, smerge-base-face)
11078 (smerge-markers-face):
11079 New backward-compatibility aliases for renamed faces.
11080 (smerge-mine-face, smerge-other-face, smerge-base-face)
11081 (smerge-markers-face): Use renamed smerge faces.
11082
11083 * log-view.el (log-view-file, log-view-message): Remove "-face"
11084 suffix from face names.
11085 (log-view-file-face, log-view-message-face):
11086 New backward-compatibility aliases for renamed faces.
11087 (log-view-file-face, log-view-message-face): Use renamed log-view
11088 faces.
11089
11090 * paren.el (show-paren-match, show-paren-mismatch):
11091 Remove "-face" suffix from face names.
11092 (show-paren-match-face, show-paren-mismatch-face):
11093 New backward-compatibility aliases for renamed faces.
11094 (show-paren-function): Use renamed show-paren faces.
11095
11096 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11097 (ruler-mode-margins, ruler-mode-fringes)
11098 (ruler-mode-column-number, ruler-mode-fill-column)
11099 (ruler-mode-comment-column, ruler-mode-goal-column)
11100 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11101 suffix from face names.
11102 (ruler-mode-default-face, ruler-mode-pad-face)
11103 (ruler-mode-margins-face, ruler-mode-fringes-face)
11104 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11105 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11106 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11107 New backward-compatibility aliases for renamed faces.
11108 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11109 (ruler-mode-column-number, ruler-mode-fill-column)
11110 (ruler-mode-comment-column, ruler-mode-goal-column)
11111 (ruler-mode-tab-stop, ruler-mode-current-column)
11112 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11113 faces.
11114
11115 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11116 face name.
11117 (whitespace-highlight-the-space): Use renamed face.
11118 (whitespace-highlight-face): New backward-compatibility alias for
11119 renamed face.
11120
11121 * woman.el (woman-italic, woman-bold, woman-unknown)
11122 (woman-addition, woman-symbol-face):
11123 Remove "-face" suffix from face names.
11124 (woman-italic-face, woman-bold-face, woman-unknown-face)
11125 (woman-addition-face):
11126 New backward-compatibility aliases for renamed faces.
11127 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11128 (woman-decode-region, woman-replace-match)
11129 (woman-display-extended-fonts, woman-special-characters)
11130 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11131 Use renamed woman faces.
11132
11133 * longlines.el (longlines-visible-face): Face removed.
11134
11135 * diff-mode.el (diff-header, diff-file-header, diff-index)
11136 (diff-hunk-header, diff-removed, diff-added, diff-changed)
11137 (diff-function, diff-context, diff-nonexistent): Remove "-face"
11138 suffix from face names.
11139 (diff-header-face, diff-file-header-face, diff-index-face)
11140 (diff-hunk-header-face, diff-removed-face, diff-added-face)
11141 (diff-changed-face, diff-function-face, diff-context-face)
11142 (diff-nonexistent-face): New backward-compatibility aliases for
11143 renamed faces.
11144 (diff-header-face, diff-file-header-face)
11145 (diff-index, diff-index-face, diff-hunk-header)
11146 (diff-hunk-header-face, diff-removed, diff-removed-face)
11147 (diff-added, diff-added-face, diff-changed-face, diff-function)
11148 (diff-function-face, diff-context-face, diff-nonexistent)
11149 (diff-nonexistent-face): Use renamed diff-mode faces.
11150
11151 * progmodes/compile.el (compilation-warning-face)
11152 (compilation-info-face): Remove "-face" suffix from face names.
11153 (compilation-warning-face, compilation-info-face):
11154 New backward-compatibility aliases for renamed faces.
11155 (compilation-warning-face, compilation-info-face):
11156 Use renamed compilation faces.
11157
11158 * add-log.el (change-log-date, change-log-name)
11159 (change-log-email, change-log-file, change-log-list)
11160 (change-log-conditionals, change-log-function)
11161 (change-log-acknowledgement): Remove "-face" suffix from face names.
11162 (change-log-date-face, change-log-name-face)
11163 (change-log-email-face, change-log-file-face)
11164 (change-log-list-face, change-log-conditionals-face)
11165 (change-log-function-face, change-log-acknowledgement-face):
11166 New backward-compatibility aliases for renamed faces.
11167 (change-log-font-lock-keywords): Use renamed change-log faces.
11168
11169 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11170 (custom-set, custom-changed, custom-saved, custom-button)
11171 (custom-button-pressed, custom-documentation, custom-state)
11172 (custom-comment, custom-comment-tag, custom-variable-tag)
11173 (custom-variable-button, custom-face-tag, custom-group-tag-1)
11174 (custom-group-tag): Remove "-face" suffix from face names.
11175 (custom-magic-alist, custom-magic-value-create)
11176 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11177 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11178 (custom-set-face, custom-changed-face, custom-saved-face)
11179 (custom-button-face, custom-button-pressed-face)
11180 (custom-documentation-face, custom-state-face)
11181 (custom-comment-face, custom-comment-tag-face)
11182 (custom-variable-tag-face, custom-variable-button-face)
11183 (custom-face-tag-face, custom-group-tag-face-1)
11184 (custom-group-tag-face):
11185 New backward-compatibility aliases for renamed faces.
11186
11187 * wid-edit.el (widget-documentation, widget-button)
11188 (widget-field, widget-single-line-field, widget-inactive)
11189 (widget-button-pressed): "-face" suffix removed from face names.
11190 (widget-documentation-face, widget-button-face)
11191 (widget-field-face, widget-single-line-field-face)
11192 (widget-inactive-face, widget-button-pressed-face):
11193 New backward-compatibility aliases for renamed faces.
11194 (widget-documentation-face, widget-button-face)
11195 (widget-button-pressed-face, widget-specify-field)
11196 (widget-specify-inactive): Use renamed widget faces.
11197
11198 2005-06-10 Kenichi Handa <handa@m17n.org>
11199
11200 * term/x-win.el (x-clipboard-yank): Remove condition-case
11201 wrapping.
11202
11203 2005-06-11 Kenichi Handa <handa@m17n.org>
11204
11205 * add-log.el (change-log-font-lock-keywords): Make the regexp for
11206 date lines stricter.
11207
11208 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
11209
11210 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11211 of x-get-selection.
11212
11213 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
11214
11215 * comint.el (comint-mode, comint-snapshot-last-prompt):
11216 * frame.el (frame-current-scroll-bars):
11217 * term.el (term-mode, term-check-proc, term-input-sender)
11218 (term-simple-send, term-extract-string, term-word)
11219 (term-match-partial-filename):
11220 * window.el (window-current-scroll-bars):
11221 * emulation/cua-base.el (cua-normal-cursor-color)
11222 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11223 (cua-global-mark-cursor-color):
11224 * mail/undigest.el (rmail-forward-separator-regex):
11225 Fix typos in docstrings.
11226
11227 * comint.el (comint-check-proc, make-comint-in-buffer)
11228 (comint-source-default): Doc fixes.
11229
11230 * term.el (term-send-string): Improve argument/docstring consistency.
11231
11232 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
11233
11234 * comint.el (comint-send-input): Bind `inhibit-read-only' around
11235 call to `delete-region'.
11236 (comint-mode-hook): Do not enable Font Lock by default.
11237
11238 2005-06-09 Lute Kamstra <lute@gnu.org>
11239
11240 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11241 could be void.
11242
11243 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * emacs-lisp/debug.el (debugger-will-be-back): New var.
11246 (debug): Use it.
11247 (debugger-step-through, debugger-continue, debugger-jump)
11248 (debugger-return-value): Set it when needed.
11249 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11250 Use inhibit-read-only.
11251
11252 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
11253
11254 * window.el (shrink-window-if-larger-than-buffer)
11255 (window-size-fixed): Fix typo in docstring.
11256
11257 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
11258 thumbnails directory on loading.
11259 (thumbs-conversion-program): Use `eq' to check the system type,
11260 not `equal'.
11261 (thumbs-temp-dir): Initialize to `temporary-file-directory',
11262 not "/tmp". Fix docstring.
11263 (thumbs-thumbsdir): New function to return the thumbnails
11264 directory, creating it if needed.
11265 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11266 (thumbs-temp-file): Delete variable and make it into a function.
11267 (thumbs-resize-image, thumbs-modify-image): Use it.
11268 (thumbs-kill-buffer): Simplify.
11269 (thumbs-gensym): Defalias or duplicate CL `gensym'.
11270 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11271 docstrings.
11272
11273 2005-06-09 Kim F. Storm <storm@cua.dk>
11274
11275 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11276 set-match-data to free markers in match-data.
11277
11278 * replace.el (replace-match-data): Pass RESEAT arg `t' to
11279 match-data to unchain markers in match-data.
11280
11281 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11284 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
11285 unnecessary now.
11286
11287 2005-06-08 Richard M. Stallman <rms@gnu.org>
11288
11289 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11290 give the variable a doc string that doesn't say don't set it directly.
11291
11292 * textmodes/ispell.el (ispell-check-version):
11293 Use match-string-no-properties.
11294 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11295 (ispell-buffer-local-words): Likewise.
11296
11297 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11298 except on terminals with enough colors to really display it.
11299 (makefile-dependency-regex): Delete spurious `bb'.
11300
11301 * faces.el (escape-glyph): Use blue once again in last case.
11302 (no-break-space): Redefine so that it isn't invisible on a tty.
11303
11304 2005-06-08 Kim F. Storm <storm@cua.dk>
11305
11306 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11307 also when reading directory name.
11308
11309 2005-06-08 Lute Kamstra <lute@gnu.org>
11310
11311 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11312 (flyspell-mode-line-string): Remove autoload cookie.
11313 (flyspell-mode): Remove defvar.
11314
11315 2005-06-07 Lute Kamstra <lute@gnu.org>
11316
11317 * textmodes/org.el (org-run-mode-hooks): New function.
11318 (org-agenda-mode): Use it.
11319
11320 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
11321
11322 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11323
11324 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11327
11328 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
11329
11330 * font-lock.el (font-lock-add-keywords): Doc fix.
11331
11332 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11335 (tex-compile-default): In the absence of any history, use the order in
11336 tex-compile-alist to choose the preferred command.
11337 (tex-compile-commands): Reorder a bit.
11338
11339 * textmodes/flyspell.el (flyspell-auto-correct-binding)
11340 (flyspell-incorrect-face, flyspell-duplicate-face):
11341 Use (X)Emacs-agnostic code.
11342 (flyspell-mode-map): Don't overwrite at each load. Remove code
11343 redundant with the subsequent add-minor-mode. Merge Emacs and
11344 XEmacs code.
11345 (flyspell-word): Minor simplification.
11346 (flyspell-math-tex-command-p): Quieten the byte-compiler.
11347 (flyspell-external-point-words): Remove unused vars `size' and `start'.
11348 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11349 Merge the corresponding Emacs code.
11350 (flyspell-correct-word, flyspell-xemacs-popup):
11351 Use flyspell-do-correct.
11352
11353 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11354 a dedicated window.
11355
11356 * international/latexenc.el (latexenc-find-file-coding-system):
11357 Undo part of last patch, to turn off a compiler warning.
11358
11359 2005-06-06 Juri Linkov <juri@jurta.org>
11360
11361 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11362 Rename `tmm-inactive-face' to `tmm-inactive'.
11363
11364 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
11365
11366 * iswitchb.el: Rename faces.
11367
11368 2005-06-06 Kim F. Storm <storm@cua.dk>
11369
11370 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11371 (cua-global-mark): Remove -face suffix from face names.
11372
11373 * emulation/cua-gmrk.el (cua--init-global-mark):
11374 Remove cua-global-mark face setup.
11375
11376 2005-06-06 Richard M. Stallman <rms@gnu.org>
11377
11378 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11379 just like other allowed characters.
11380 (makefile-match-dependency): Exclude leading and training whitespace
11381 from the range of regexp subexp 1.
11382 (makefile-macroassign-regex): Don't try to match the body,
11383 just the name of the macro being defined.
11384
11385 * info.el (Info-read-node-name-2): New function.
11386 (Info-read-node-name-1): Use that.
11387 Add a completion-base-size-function property.
11388
11389 * simple.el (completion-setup-function): Look for
11390 completion-base-size-function property of minibuffer-completion-table.
11391
11392 * files.el (locate-file-completion): Doc fix.
11393
11394 * printing.el: Don't call pr-update-menus; user must do that.
11395
11396 * emacs-lisp/debug.el (debugger-window): New variable.
11397 (debug): Use debugger-window if it is set and still alive.
11398 Record debugger-window for next entry.
11399
11400 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11401
11402 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
11403
11404 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11405 (hack-one-local-variable, hack-local-variables)
11406 (hack-local-variables-prop-line): Pass that arg.
11407
11408 2005-06-06 Kim F. Storm <storm@cua.dk>
11409
11410 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11411 (ido-indicator): Remove -face suffix from face names.
11412
11413 2005-06-06 Juri Linkov <juri@jurta.org>
11414
11415 * font-lock.el (font-lock-regexp-backslash)
11416 (font-lock-regexp-backslash-construct): New faces.
11417 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
11418 after `('. Add `while-no-input' to control structures.
11419
11420 * faces.el (no-break-space, shadow): New faces.
11421 (escape-glyph): Use less loud colors pink2 and red4.
11422
11423 * diff-mode.el (diff-context-face)
11424 * dired.el (dired-ignored)
11425 * rfn-eshadow.el (file-name-shadow)
11426 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11427
11428 * info.el (Info-title-1-face): Use green instead of yellow because
11429 bold yellow is not readable on light backgrounds.
11430
11431 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11432 before selecting the desired mode to not spend time fontifying
11433 old contents.
11434
11435 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
11436
11437 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11438 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11439
11440 * ps-print.el (ps-default-fg, ps-default-bg):
11441 Fix typos in docstrings.
11442
11443 * isearchb.el (isearchb): Don't pass a spurious second argument to
11444 `iswitchb-completions'.
11445
11446 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
11447
11448 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11449 to preserve point.
11450 (gdb-find-file-hook): Add doc string.
11451
11452 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11453 C dereferenced pointer expression.
11454 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
11455
11456 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11457
11458 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11459 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11460 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11461 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11462 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11463 Make background transparent.
11464
11465 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11466
11467 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
11468 (font-lock-remove-keywords): Doc fix.
11469 (font-lock-mode-major-mode): Compiler defvar.
11470 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11471
11472 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11473 (font-lock-mode): Update `font-lock-mode-major-mode'.
11474 (font-lock-set-defaults): Compiler defvar.
11475 (font-lock-default-function): Take `font-lock-mode-major-mode'
11476 into account.
11477
11478 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11479 keep track of which major mode it enabled the minor mode for.
11480 Use find-file-hook again. Update docstring.
11481
11482 * simple.el (eval-expression-print-level)
11483 (eval-expression-print-length, eval-expression-debug-on-error):
11484 Doc fixes.
11485
11486 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
11487
11488 * iswitchb.el (iswitchb-single-match-face)
11489 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11490 (iswitchb-invalid-regexp-face): New faces.
11491 (iswitchb-completions): Use them.
11492 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11493 now marked as an obsolete alias.
11494 (iswitchb-read-buffer): Remove check for bound font variables.
11495 (iswitchb-invalid-regexp): New free variable.
11496 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11497 set iswitchb-invalid-regexp.
11498 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11499 invalid regexps.
11500 (iswitchb-completions): Add check for complete match when entering
11501 a regexp.
11502 (iswitchb-completions): Remove require-match argument.
11503 (iswitchb-exhibit): Fix caller.
11504 (iswitchb-common-match-inserted): New variable.
11505 (iswitchb-complete, iswitchb-completion-help): Use it.
11506
11507 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
11508
11509 * url-http.el (url-http-chunked-encoding-after-change-function):
11510 Use `url-http-debug' instead of `message'.
11511
11512 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
11513
11514 * url-http.el (url-http-parse-headers): Pass redirected URL as a
11515 callback argument.
11516
11517 2005-06-04 Kim F. Storm <storm@cua.dk>
11518
11519 * simple.el (line-move): Only call sit-for when moving backwards.
11520
11521 * ido.el (ido-make-merged-file-list-1): New defun split from
11522 ido-make-merged-file-list.
11523 (ido-make-merged-file-list): Bind throw-on-input around call to
11524 ido-make-merged-file-list-1. Return input-pending-p if
11525 interrupted by more input available.
11526 (ido-read-internal): Handle input-pending-p return value from
11527 ido-make-merged-file-list.
11528
11529 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11532 compatibility code.
11533
11534 * international/latexenc.el (latexenc-find-file-coding-system):
11535 Don't inherit the EOL part of the coding-system from the
11536 tex-main buffer. Fit within 80 columns.
11537
11538 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
11539
11540 * tmm.el (tmm-inactive-face): New face.
11541 (tmm-remove-inactive-mouse-face): New function.
11542 (tmm-prompt, tmm-add-one-shortcut)
11543 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11544 but not selectable.
11545
11546 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
11547
11548 * faces.el (face-equal): Improve argument/docstring consistency.
11549
11550 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
11551
11552 * progmodes/make-mode.el (makefile-targets-face)
11553 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11554 (makefile-bsdmake-dependency-regex)
11555 (makefile-makepp-rule-action-regex)
11556 (makefile-bsdmake-rule-action-regex): New constants.
11557 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11558
11559 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11560 Allow (...) within `...' for makepp messages.
11561
11562 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
11563
11564 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11565
11566 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11567 "." files are deleted from all file lists before comparison.
11568
11569 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11570 (viper-ESC-key): Made them customizable.
11571
11572 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11573
11574 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
11575
11576 * autorevert.el (auto-revert-buffers): Use save-match-data.
11577
11578 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11579
11580 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11581 menu items with a nil command binding.
11582
11583 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
11584
11585 * emacs-lisp/cl-macs.el (defsetf):
11586 Improve argument/docstring consistency.
11587
11588 * faces.el (list-faces-display): Improve the formatting by
11589 computing the maximum length required for any face-name (reworked
11590 patch of 1999-01-11, accidentally deleted on 1999-07-21).
11591 (internal-find-face): Remove redundant info in docstring.
11592
11593 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
11594
11595 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11596 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11597 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11598 (gdb-assembler-custom): Improve regexps.
11599 (def-gdb-auto-update-handler): Use window point to preserve point.
11600
11601 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11602
11603 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11604
11605 2005-05-31 Jay Belanger <belanger@truman.edu>
11606
11607 * calc/calc-embed.el (calc-embedded-word): Change argument passed
11608 to calc-embedded.
11609 (calc-embedded-make-info): Have plain prefix argument select
11610 entire line.
11611
11612 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
11613
11614 * faces.el (list-faces-display): Signal error if passed a regexp
11615 that matches no face name.
11616
11617 * simple.el (filter-buffer-substring): Fix typo in docstring.
11618
11619 2005-05-31 Richard M. Stallman <rms@gnu.org>
11620
11621 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11622 (vhdl-emacs-21): Doc fix.
11623 (vhdl-mode): Unconditionally set comment-padding.
11624 (vhdl-fixup-whitespace-region): Insert spaces only where
11625 there are none.
11626 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11627
11628 2005-05-30 John Wiegley <johnw@newartisans.com>
11629
11630 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11631 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11632 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11633 `directory-sep-char' to ?/, and all uses of `string-to-int' to
11634 `string-to-number'.
11635
11636 2005-05-30 Jay Belanger <belanger@truman.edu>
11637
11638 * calc/calc.el (calc-bug-address): Fix docstring.
11639 (calc-window-hook, calc-trail-window-hook): New variables.
11640 (calc-trail-display): Restore use of calc-trail-window-hook.
11641 (calc): Restore use of calc-window-hook.
11642
11643 2005-05-31 Masatake YAMATO <jet@gyve.org>
11644
11645 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11646
11647 * help-fns.el (help-C-file-name): Add autoload mark for
11648 `find-function-noselect'.
11649
11650 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11653 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11654
11655 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11656
11657 * calendar/diary-lib.el (mark-included-diary-files): Only kill
11658 included diary buffer if it was not already being visited.
11659 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11660
11661 * calendar/icalendar.el (top-level): Do not require 'appt.
11662
11663 * mail/supercite.el (sc-select-attribution): Only use a list
11664 element from sc-attrib-selection-list if it returns a string.
11665 Reported by Davide G. M. Salvetti <salve@debian.org>.
11666
11667 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
11668
11669 * thumbs.el (thumbs-thumbname): The resulting thumbname now
11670 includes a hash value to improve its uniqueness, and has a ".jpg"
11671 extension. Also, it is now a valid filename on all systems.
11672 (thumbs-make-thumb): Use `let', not `let*'.
11673 (thumbs-show-thumbs-list): Check for JPEG availability.
11674
11675 2005-05-30 Richard M. Stallman <rms@gnu.org>
11676
11677 * filesets.el (filesets-menu-ensure-use-cached):
11678 Prevent warning when emacs-version>= is undefined.
11679
11680 * printing.el (pr-interactive-n-up): Use string-to-number.
11681
11682 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11683
11684 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11685 Warn only when name to be defined is quoted.
11686
11687 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
11688
11689 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11690 Make regexp more robust.
11691 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11692 Force regeneration of disassembly.
11693
11694 2005-05-29 Jay Belanger <belanger@truman.edu>
11695
11696 * calc/calc.el (calc-user-invocation): Check if
11697 calc-invocation-macro is non-nil.
11698
11699 2005-05-29 Juri Linkov <juri@jurta.org>
11700
11701 * add-log.el (change-log-font-lock-keywords):
11702 Add `+' to e-mail regexp to accept mail address with keywords.
11703
11704 * man.el (Man-name-regexp): Add `:' to accept qualified names.
11705
11706 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
11707
11708 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11709
11710 * ielm.el (inferior-emacs-lisp-mode): Ditto.
11711
11712 2005-05-29 Richard M. Stallman <rms@gnu.org>
11713
11714 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11715 Undo the change that moves to end of the current word.
11716
11717 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11718
11719 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11720 Throw error when count <= 0 to ensure input is a number.
11721 (gdb-read-memory-custom): Pick up address from buffer.
11722 (gdb-memory-mode): Allow user to increment and decrement
11723 memory address from header line.
11724
11725 2005-05-29 Richard M. Stallman <rms@gnu.org>
11726
11727 * flyspell.el (flyspell-version): Function deleted.
11728 (flyspell-auto-correct-previous-hook): Doc fix.
11729
11730 * jit-lock.el (jit-lock-function, jit-lock-after-change):
11731 Do nothing if memory is full.
11732
11733 * font-lock.el (font-lock-fontify-syntactically-region):
11734 Pass t for GREEDY to looking-back.
11735
11736 * saveplace.el (save-place-alist-to-file): Write the file
11737 using write-region.
11738
11739 * subr.el (looking-back): New argument GREEDY.
11740
11741 * progmodes/compile.el (compilation-start): Set the mode
11742 before inserting the initial text.
11743
11744 * progmodes/which-func.el (which-func-update-1): Turn the mode
11745 off in case of error by setting which-func-mode.
11746
11747 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
11748
11749 * flyspell.el (flyspell-auto-correct-previous-word):
11750 Narrow down to what's on the screen, and recenter overlays
11751 at the end of the next word.
11752
11753 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
11754
11755 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11756 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11757 (flyspell-abbrev-p): Default to nil.
11758 (flyspell-use-global-abbrev-table-p): Doc fix.
11759 (flyspell-large-region): Allow nil as value.
11760 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11761
11762 (mail-mode-flyspell-verify): More robust handling
11763 of `mail-header-separator'. More efficient signature detection.
11764 Allow for regexp metacharacters in message-header-separator.
11765 Adding `To' not to be checked in mail-mode-flyspell-verify.
11766
11767 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11768 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11769 Bind flyspell-auto-correct-binding.
11770 Bind C-. and C-, .
11771 (flyspell-mode-map): Likewise.
11772 (flyspell-mode): Doc fix.
11773 (flyspell-accept-buffer-local-defs): Preserve current buffer.
11774 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11775 (flyspell-word-cache-result): New var, always local.
11776 (flyspell-check-pre-word-p): Doc fix.
11777 (flyspell-check-changed-word-p): Handle spc like newline.
11778 (flyspell-post-command-hook): Set flyspell-word-cache-result.
11779 (flyspell-word-search-backward, flyspell-word-search-forward):
11780 New functions.
11781 (flyspell-word): Return t if nothing to check.
11782 When parsing TeX code, check for after } or \.
11783 Use flyspell-word-search-backward to find previous word.
11784 Return nil if duplicated word.
11785 For word already checked, return same value as last time.
11786 Set flyspell-word-cache-result after checking.
11787 Don't clobber the return value.
11788 (flyspell-get-word): Major rewrite.
11789 (flyspell-external-point-words): New locals pword, pcount.
11790 Fix size used in progress message.
11791 Find the proper corresponding word in flyspell-large-region-buffer.
11792 (flyspell-region): Check for flyspell-large-region = nil.
11793 (flyspell-highlight-incorrect-region): Clean up overlays in region.
11794 (flyspell-auto-correct-word): Check that WORD is a cons.
11795 (flyspell-correct-word): Likewise.
11796
11797 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
11798
11799 * progmodes/make-mode.el (makefile-rule-action-regex)
11800 (makefile-macroassign-regex, makefile-makepp-mode)
11801 (makefile-bsdmake-mode): Continuation lines may be empty.
11802 Reported by Joshua Varner.
11803 (makefile-makepp-font-lock-keywords): Add $(stem).
11804
11805 2005-05-28 Karl Berry <karl@gnu.org>
11806
11807 * textmodes/tex-mode.el: Now that tex-send-command calls
11808 shell-quote-argument (2005-03-31 change), remove all calls to
11809 shell-quote-argument; they all end up invoking tex-send-command.
11810 The double quoting loses on filenames with non-safe characters,
11811 such as "@". Reported by Frederik Fouvry.
11812
11813 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11814
11815 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
11816 about preserving point.
11817
11818 2005-05-27 Jay Belanger <belanger@truman.edu>
11819
11820 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
11821 Info-goto-node.
11822
11823 * calc/calc-embed.el (calc-embed-arg): New variable.
11824 (calc-do-embedded-activate, calc-embedded-activate-formula)
11825 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
11826 variable by new variable.
11827 (calc-embedded-make-info): Replace undeclared variable by new
11828 variable. When selecting region with positive prefix
11829 argument, use end of previous line instead of beginning of line.
11830
11831 * calc/calc-aent.el (calc-arg-values): Declare it.
11832
11833 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
11834 Declare them.
11835
11836 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
11837
11838 * calc/calc.el (calc-alg-map): Declare it.
11839
11840 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
11841
11842 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
11843
11844 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
11845 (gdb-registers-buffer, toggle-gdb-all-registers):
11846 Toggle display of floating point registers.
11847 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
11848
11849 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
11850 (toggle-gud-tooltip-dereference):
11851 Rename from gud-toggle-tooltip-dereference.
11852
11853 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11854
11855 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
11856
11857 2005-05-27 Jay Belanger <belanger@truman.edu>
11858
11859 * calc/calc-prog.el (calc-kbd-report): Remove.
11860 (calc-kbd-query): Rewrite.
11861
11862 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
11863
11864 * image.el (image-library-alist): Move to image.c.
11865 (image-type-available-p): Doc fix.
11866
11867 2005-05-27 Lute Kamstra <lute@gnu.org>
11868
11869 * calc/calc.el (calc):
11870 * outline.el (outline-1, outline-2, outline-3, outline-4)
11871 (outline-5, outline-6, outline-7, outline-8):
11872 * textmodes/dns-mode.el (dns-mode):
11873 * textmodes/sgml-mode.el (sgml-namespace-face):
11874 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
11875 (tex-verbatim-face, tex-use-reftex):
11876 * textmodes/texinfo.el (texinfo-heading-face):
11877 Specify customization group.
11878
11879 * longlines.el: Don't require easy-mmode.
11880 (longlines-visible-face): Specify customization group.
11881
11882 2005-05-27 Kenichi Handa <handa@m17n.org>
11883
11884 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
11885 encoding table of windows-1251.
11886
11887 * international/ucs-tables.el (ucs-set-table-for-input):
11888 If translation-table-for-input of a coding system is a symbol, get
11889 its translation-table property.
11890
11891 * international/code-pages.el: Don't register a coding system into
11892 non-iso-charset-alist more than once.
11893 (cp-make-coding-system): Likewise.
11894
11895 2005-05-26 John Wiegley <johnw@newartisans.com>
11896
11897 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
11898 `eshell-resume-eval' is wrapped in a list, it indicates that the
11899 command was run asynchronously. In that case, unwrap the value
11900 before checking the delimiter value.
11901
11902 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
11903 character before a space at the end of a line is \, assume the space
11904 is part of the last argument rather than a final argument separator.
11905
11906 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
11907 is in use, and the target is `t' or `nil' (which are the most common
11908 values), don't assume that the symbol target is a buffer.
11909
11910 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11911
11912 * calendar/calendar.el (calendar-mode-line-format):
11913 Use mode-line-highlight as mouse-face.
11914
11915 * time.el (display-time-string-forms, display-time-update):
11916 Use mode-line-highlight as mouse-face.
11917
11918 2005-05-26 Jay Belanger <belanger@truman.edu>
11919
11920 * calc/calc.el (calc-language-alist): Remove extra defvar.
11921
11922 2005-05-26 Lute Kamstra <lute@gnu.org>
11923
11924 * arc-mode.el (archive-mode):
11925 * bookmark.el (bookmark-read-annotation-mode)
11926 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
11927 * bs.el (bs-mode):
11928 * calc/calc-yank.el (calc-edit-mode):
11929 * calc/calc.el (calc-mode, calc-trail-mode):
11930 * calculator.el (calculator-mode):
11931 * chistory.el (command-history-mode):
11932 * comint.el:
11933 * cus-edit.el (custom-mode):
11934 * descr-text.el (describe-text-mode):
11935 * ebuff-menu.el (Electric-buffer-menu-mode):
11936 * ediff-util.el (ediff-mode):
11937 * emacs-lisp/re-builder.el (reb-mode):
11938 * emulation/vi.el (vi-mode-setup):
11939 * emulation/ws-mode.el (wordstar-mode):
11940 * eshell/esh-mode.el (eshell-mode):
11941 * forms.el (forms-mode):
11942 * help-mode.el (help-mode):
11943 * hexl.el (hexl-mode):
11944 * ibuffer.el (ibuffer-mode):
11945 * ielm.el (inferior-emacs-lisp-mode):
11946 * info.el (Info-mode, Info-edit-mode):
11947 * international/swedish.el:
11948 * ledit.el (ledit-from-lisp-mode):
11949 * locate.el (locate-mode):
11950 * mail/rmail.el (rmail-mode):
11951 * mail/rmailedit.el (rmail-edit-mode):
11952 * mail/rmailsum.el (rmail-summary-mode):
11953 * mail/supercite.el (sc-electric-mode):
11954 * net/eudc.el (eudc-mode):
11955 * net/quickurl.el (quickurl-list-mode):
11956 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
11957 * obsolete/ooutline.el (outline-mode):
11958 * obsolete/options.el (Edit-options-mode):
11959 * obsolete/rnews.el (news-mode):
11960 * obsolete/rnewspost.el (news-reply-mode):
11961 * play/5x5.el (5x5-mode):
11962 * play/decipher.el (decipher-mode, decipher-stats-mode):
11963 * play/gomoku.el (gomoku-mode):
11964 * play/snake.el (snake-mode):
11965 * play/solitaire.el (solitaire-mode):
11966 * play/tetris.el (tetris-mode):
11967 * progmodes/ada-mode.el (ada-mode):
11968 * progmodes/antlr-mode.el (antlr-mode):
11969 * progmodes/autoconf.el (autoconf-mode):
11970 * progmodes/dcl-mode.el (dcl-mode):
11971 * progmodes/delphi.el (delphi-mode):
11972 * progmodes/ebrowse.el (ebrowse-tree-mode)
11973 (ebrowse-electric-list-mode, ebrowse-member-mode)
11974 (ebrowse-electric-position-mode):
11975 * progmodes/f90.el (f90-mode):
11976 * progmodes/fortran.el (fortran-mode):
11977 * progmodes/icon.el (icon-mode):
11978 * progmodes/idlw-help.el (idlwave-help-mode):
11979 * progmodes/idlw-shell.el (idlwave-shell-mode):
11980 * progmodes/idlwave.el (idlwave-mode):
11981 * progmodes/inf-lisp.el (inferior-lisp-mode):
11982 * progmodes/m4-mode.el (m4-mode):
11983 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
11984 * progmodes/modula2.el (modula-2-mode):
11985 * progmodes/octave-inf.el (inferior-octave-mode):
11986 * progmodes/octave-mod.el (octave-mode):
11987 * progmodes/pascal.el (pascal-mode):
11988 * progmodes/sh-script.el (sh-mode):
11989 * progmodes/sql.el (sql-mode, sql-interactive-mode):
11990 * progmodes/vhdl-mode.el (vhdl-mode):
11991 * progmodes/xscheme.el (scheme-interaction-mode):
11992 * replace.el (occur-mode):
11993 * ses.el (ses-mode):
11994 * simple.el (completion-list-mode):
11995 * skeleton.el:
11996 * speedbar.el (speedbar-mode):
11997 * term.el (term-mode):
11998 * terminal.el (terminal-edit-mode):
11999 * textmodes/reftex-index.el (reftex-index-mode)
12000 (reftex-index-phrases-mode):
12001 * textmodes/reftex-sel.el (reftex-select-label-mode)
12002 (reftex-select-bib-mode):
12003 * textmodes/reftex-toc.el (reftex-toc-mode):
12004 * wdired.el (wdired-change-to-wdired-mode):
12005 * wid-browse.el (widget-browse-mode):
12006 Use run-mode-hooks.
12007
12008 * array.el (array-mode):
12009 * calendar/todo-mode.el (todo-mode):
12010 * man.el (Man-mode):
12011 * play/landmark.el (lm-mode):
12012 * play/mpuz.el (mpuz-mode):
12013 Use kill-all-local-variables and run-mode-hooks.
12014
12015 * subr.el (delay-mode-hooks): Specify indentation.
12016
12017 2005-05-26 Mark A. Hershberger <mah@everybody.org>
12018
12019 * xml.el (xml-substitute-special): Don't die for undefined xml
12020 entities.
12021
12022 2005-05-26 Jay Belanger <belanger@truman.edu>
12023
12024 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12025 of nil.
12026
12027 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
12028
12029 * progmodes/gdb-ui.el (gdb-frame-address):
12030 Rename from gdb-current-address.
12031 (gdb-previous-frame-address): Rename from gdb-previous-address.
12032 (gdb-selected-frame): Rename from gdb-current-frame.
12033 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12034 (gdb-frame-number): Rename from gdb-current-stack-level.
12035 (gdb-ann3): Match new mode-name for disassembly buffer.
12036 Extend initialization of variables.
12037 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12038 (gdb-memory-mode): Use mouse-face in header line.
12039 (gdb-assembler-buffer-name): Call it disassembly and give frame
12040 in mode line.
12041 (gdb-source-spec-regexp, gdb-assembler-custom)
12042 (gdb-invalidate-assembler, gdb-frame-handler):
12043 Make robust to leading zeroes in address format.
12044
12045 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
12046
12047 * textmodes/org.el (org-mode): Use `define-derived-mode' to
12048 define `org-mode'.
12049 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12050
12051 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12052
12053 * log-edit.el (log-edit-changelog-entries): Distinguish between
12054 filenames like xfns.c and fns.c.
12055
12056 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
12057
12058 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12059 point after reverting.
12060 (Buffer-menu-make-sort-button): Handle the case where
12061 `Buffer-menu-use-header-line' is nil.
12062
12063 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12064
12065 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12066 New funcs. In minibuffer-local-completion-map bind `]', `/'
12067 and `:' to them.
12068
12069 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * startup.el (normal-top-level): Allow modification of load-path while
12072 we're iterating over it.
12073
12074 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
12075
12076 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12077 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12078 (thumbs-resize-interactive, thumbs-insert-image)
12079 (thumbs-insert-thumb, thumbs-dired-show-marked)
12080 (thumbs-find-image-at-point, thumbs-delete-images)
12081 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12082 (thumbs-increment-image-size, thumbs-decrement-image-size):
12083 Fix typos in docstrings.
12084
12085 2005-05-24 Andre Spiegel <spiegel@gnu.org>
12086
12087 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12088 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12089 (cperl-mode): Use them.
12090
12091 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
12092
12093 * window.el (quit-window, shrink-window-if-larger-than-buffer):
12094 Doc fixes.
12095
12096 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
12097
12098 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12099 Bind C-d to gdb-inferior-io-eof.
12100
12101 * dired.el (dired-dnd-popup-notice): Use message-box.
12102
12103 2005-05-23 Masatake YAMATO <jet@gyve.org>
12104
12105 * bindings.el (mode-line-major-mode-keymap):
12106 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12107
12108 * faces.el (mode-line-highlight): New face.
12109
12110 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12111 as mouse-face.
12112
12113 * bindings.el (top-level, help-echo, mode-line-modified)
12114 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12115 as mouse-face.
12116
12117 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
12118
12119 * progmodes/cc-engine.el (c-guess-basic-syntax):
12120 Remove spurious call to `zerop'.
12121
12122 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12123
12124 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
12125
12126 CC Mode update to 5.30.10:
12127
12128 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12129 could go past the limit in decoration level 2, thereby causing
12130 errors during interactive fontification.
12131
12132 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12133 the file is evaluated interactively.
12134
12135 * cc-engine.el (c-guess-basic-syntax): Handle operator
12136 declarations somewhat better in C++.
12137
12138 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12139 make use of `run-mode-hooks' which has been added in Emacs 21.1.
12140 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12141 (awk-mode): Use it.
12142 (make-local-hook): Suppress warning about obsoleteness.
12143
12144 * cc-engine.el, cc-align.el, cc-cmds.el
12145 (c-append-backslashes-forward, c-delete-backslashes-forward)
12146 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12147 Compensate for return value from `forward-line' when it has moved
12148 but not to a different line due to eob.
12149
12150 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12151 `objc-method-intro' and `objc-method-args-cont'.
12152
12153 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
12154
12155 CC Mode update to 5.30.10:
12156
12157 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12158 in the copyright statement. Incidentally, change "along with GNU
12159 Emacs" to "along with this program" where it occurs.
12160
12161 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12162 so that it is interactive, hence can be found by M-x awk-mode
12163 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
12164 <gmorris+emacs@ast.cam.ac.uk>.
12165
12166 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12167 Mode's regexps.
12168
12169 2005-05-23 Kevin Ryde <user42@zip.com.au>
12170
12171 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12172 c-parse-state, to avoid a lisp error (on bad code).
12173
12174 2005-05-23 Lute Kamstra <lute@gnu.org>
12175
12176 * subr.el (font-lock-defaults): Remove defvar as it's already
12177 defined in font-core.el.
12178
12179 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12180
12181 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
12182
12183 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12184 more general and work when GDB variable "print pretty" is on,
12185 as with Emacs, for example.
12186
12187 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
12188
12189 * font-core.el: Update comment.
12190
12191 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12192 Use `after-change-major-mode-hook' instead of `find-file-hook'.
12193
12194 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12195
12196 2005-05-22 Eli Zaretskii <eliz@gnu.org>
12197
12198 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12199 and `yank-handler' in the doc strings.
12200
12201 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
12204
12205 2005-05-22 Richard M. Stallman <rms@gnu.org>
12206
12207 * help.el (describe-key): Move print-help-return-message call
12208 out of conditional.
12209
12210 * progmodes/etags.el (list-tags): Use with-no-warnings.
12211
12212 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12213 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12214 (starttls-extra-args, starttls-extra-arguments): Add defvars.
12215
12216 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12217
12218 * language/viet-util.el (viet-viscii-nonascii-translation-table):
12219 Add defvar.
12220
12221 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12222 Use defvar, not defconst.
12223
12224 * hexl.el (hexl-follow-line): Use with-no-warnings.
12225
12226 * emulation/tpu-extras.el: Use write-file-functions instead of
12227 write-file-hooks.
12228
12229 * dired.el (dired-font-lock-keywords): Fontify files with junk
12230 extensions even if marked by -F.
12231
12232 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
12233
12234 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12235 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12236 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12237 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12238 (concatenate, list-length, get*, getf, cl-remprop):
12239 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12240 (etypecase, progv, lexical-let, lexical-let*)
12241 (multiple-value-bind, multiple-value-setq, shiftf):
12242 Improve argument/docstring consistency.
12243
12244 * subr.el (focus-frame, unfocus-frame):
12245 Revert deletion on 2005-05-01.
12246
12247 2005-05-22 Andre Spiegel <spiegel@gnu.org>
12248
12249 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12250 doesn't exist.
12251
12252 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
12253 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12254
12255 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
12256
12257 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12258 already deleted variables: auto-fill-hook, blink-paren-hook,
12259 lisp-indent-hook, inhibit-local-variables, unread-command-event,
12260 suspend-hooks, comment-indent-hook, meta-flag,
12261 before-change-function, after-change-function,
12262 font-lock-doc-string-face.
12263
12264 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
12265
12266 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12267
12268 2005-05-21 Eli Zaretskii <eliz@gnu.org>
12269
12270 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12271 rmail-dont-reply-to.
12272
12273 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12274
12275 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12276 literal blank when splitting new-header-values.
12277
12278 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
12279
12280 * calendar/cal-menu.el (cal-menu-update): Add separator as a
12281 string so that tmm doesn't create a completion entry for it.
12282
12283 * textmodes/table.el (table-disable-menu): Ditto.
12284
12285 2005-05-21 Richard M. Stallman <rms@gnu.org>
12286
12287 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12288
12289 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12290
12291 * net/rcompile.el (remote-compile): Use compilation-start.
12292
12293 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12294
12295 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
12296
12297 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12298 Default to makefile-bsdmake-mode on BSD systems.
12299
12300 * imenu.el (imenu-generic-expression, imenu--generic-function'):
12301 REGEXP may also be a search function now. The part of doc-string
12302 for describing the structure was 95% identical to that of
12303 `imenu--generic-function'. Unify it there.
12304
12305 * progmodes/make-mode.el (makefile-imenu-generic-expression):
12306 Use function to find dependencies, because regexp alone is so complex,
12307 it easily goes into an endless loop.
12308 (makefile-makepp-mode): Also add submenu for Perl functions
12309 defined in the makefile.
12310 (makefile-bsdmake-mode): Special imenu-generic-expression no
12311 longer needed, due to function call.
12312 (makefile-match-dependency): Take BOUND into account when checking
12313 if we're through.
12314
12315 2005-05-20 Jay Belanger <belanger@truman.edu>
12316
12317 * calc/calc-units.el (calc-invalidate-units-table):
12318 Use inhibit-read-only.
12319 (math-build-units-table-buffer): Use view-mode.
12320
12321 2005-05-20 David Kastrup <dak@gnu.org>
12322
12323 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12324 easy-menu-add is not a nop on Emacs; and clarify when to call it.
12325
12326 2005-05-20 Lute Kamstra <lute@gnu.org>
12327
12328 * diff-mode.el (diff-header-face, diff-file-header-face)
12329 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12330 (diff-added-face, diff-changed-face, diff-function-face)
12331 (diff-context-face, diff-nonexistent-face): Put them in the
12332 diff-mode customization group.
12333
12334 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12337
12338 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12339
12340 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12341 Minor regexp-optimization.
12342
12343 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
12344
12345 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12346 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12347 (org-agenda-add-time-grid-maybe): New function.
12348 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12349 (org-table-create): `dotimes' instead of `mapcar'.
12350 (org-xor): Simplify implementation.
12351 (org-agenda): `inhibit-redisplay' turned on.
12352 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12353 a consistent line after a state change.
12354 (org-agenda-remove-times-when-in-prefix): New option.
12355 (org-prefix-has-time): New variable.
12356 (org-parse-time-string): Optional argument NODEFAULT.
12357 (org-format-agenda-item): Parse items for time-of-day
12358 specifications and move these into the prefix if possible.
12359 (org-agenda-priority): Get current heading, not previous heading
12360 during agenda remote editing.
12361
12362 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
12363
12364 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12365 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12366 (remove-duplicates, delete-duplicates, substitute)
12367 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12368 (nsubstitute-if-not, find, find-if, find-if-not, position)
12369 (position-if, position-if-not, count, count-if, count-if-not)
12370 (mismatch, search, sort*, stable-sort, merge, member*)
12371 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12372 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12373 (intersection, nintersection, set-difference, nset-difference)
12374 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12375 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12376 (nsublis, tree-equal): Improve argument/docstring consistency.
12377
12378 * subr.el (send-string, send-region):
12379 Remove obsolescence declaration.
12380 (window-dot, set-window-dot, read-input, show-buffer)
12381 (eval-current-buffer, string-to-int):
12382 Add release number to obsolescence declarations.
12383
12384 2005-05-19 Kim F. Storm <storm@cua.dk>
12385
12386 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12387 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12388
12389 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
12390
12391 * faces.el (list-faces-display): Make back button respect optional
12392 regexp arg.
12393
12394 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
12395
12396 * calculator.el (calculator-radix-grouping-mode)
12397 (calculator-radix-grouping-digits, calculator-displayer)
12398 (calculator-radix-grouping-separator, calculator-copy-displayer):
12399 * dabbrev.el (dabbrev-search-these-buffers-only):
12400 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12401 (diff-advance-after-apply-hunk, diff-mode-hook)
12402 (diff-minor-mode-prefix):
12403 * imenu.el (imenu-use-popup-menu):
12404 * jit-lock.el (jit-lock-context-time):
12405 * newcomment.el (comment-fill-column, comment-column)
12406 (comment-style, comment-padding, comment-multi-line)
12407 (comment-empty-lines, comment-auto-fill-only-comments):
12408 * reveal.el (reveal-around-mark):
12409 * uniquify.el (uniquify-buffer-name-style)
12410 (uniquify-after-kill-buffer-p)
12411 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12412 (uniquify-min-dir-content, uniquify-separator)
12413 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12414 * w32-vars.el (w32-fixed-font-alist):
12415 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12416 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12417 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12418 * progmodes/perl-mode.el (perl-indent-level)
12419 (perl-continued-statement-offset, perl-continued-brace-offset)
12420 (perl-brace-offset, perl-brace-imaginary-offset)
12421 (perl-label-offset, perl-indent-continued-arguments)
12422 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12423 * progmodes/tcl.el (tcl-indent-level)
12424 (tcl-continued-indent-level, tcl-auto-newline)
12425 (tcl-tab-always-indent, tcl-electric-hash-style)
12426 (tcl-help-directory-list, tcl-use-smart-word-finder)
12427 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12428 (inferior-tcl-source-command):
12429 * textmodes/fill.el (enable-kinsoku):
12430 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12431 * textmodes/table.el (table-yank-handler):
12432 Specify missing group (and type, if simple) in defcustom.
12433
12434 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
12435
12436 * progmodes/compile.el (compilation-finish-function): Fix defvar.
12437
12438 2005-05-19 Richard M. Stallman <rms@gnu.org>
12439
12440 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12441
12442 * subr.el (event-basic-type): Don't get an error.
12443 (left-fringe-p): Function deleted.
12444
12445 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12446 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12447
12448 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12449 in recursive copy.
12450
12451 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12452
12453 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12454
12455 * emacs-lisp/bytecomp.el
12456 (byte-compile-file-form-custom-declare-variable): Call
12457 byte-compile-nogroup-warn if appropriate.
12458
12459 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12460 (compilation-set-window): Don't call left-fringe-p; do it directly.
12461
12462 2005-05-19 Jay Belanger <belanger@truman.edu>
12463
12464 * calc/calc-graph.el (calc-graph-format-data): Make sure
12465 var-PlotRejects is bound before trying to check its value.
12466
12467 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
12468
12469 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12470 definition of this variable from reftex-global.el to reftex.el,
12471 because it is needed in the menu.
12472
12473 2005-05-19 Lute Kamstra <lute@gnu.org>
12474
12475 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12476 years are fixed. Don't insert a space after a dash.
12477
12478 2005-05-19 Kim F. Storm <storm@cua.dk>
12479
12480 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12481
12482 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
12483
12484 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12485 strings, because (eq ... ?\\) is fairly frequent.
12486
12487 * progmodes/make-mode.el (makefile-add-this-line-targets):
12488 Simplify and integrate into `makefile-pickup-targets'.
12489 (makefile-add-this-line-macro): Simplify and integrate into
12490 `makefile-pickup-macros.
12491 (makefile-pickup-filenames-as-targets): Simplify.
12492 (makefile-previous-dependency, makefile-match-dependency):
12493 Don't stumble over `::'.
12494
12495 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
12496
12497 * subr.el (post-command-idle-hook, post-command-idle-delay):
12498 Remove obsoletion of post-command-idle-hook and
12499 post-command-idle-delay.
12500
12501 * faces.el (list-faces-display): Provide button when describe-face
12502 is called to take user back to the list of faces.
12503
12504 * help-fns.el (describe-variable): Remove hyperlinks in a
12505 variable's value as these are quite frequently inappropriate.
12506
12507 * follow.el (follow-submit-feedback, follow-mode):
12508 Remove references to post-command-idle-hook.
12509
12510 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
12511
12512 * progmodes/make-mode.el (makefile-previous-dependency)
12513 (makefile-match-dependency): Check for := (and in bsd mode also
12514 !=) to give a better result, even when font-lock is not on.
12515
12516 2005-05-18 Jay Belanger <belanger@truman.edu>
12517
12518 * calc/calc-help.el (calc-s-prefix-help):
12519 Add `calc-copy-special-constant' to help string.
12520
12521 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
12522
12523 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12524
12525 2005-05-18 Jay Belanger <belanger@truman.edu>
12526
12527 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12528 in linear factors are in proper order.
12529
12530 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
12531
12532 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12533 Support for jurabib.
12534
12535 * textmodes/reftex.el (featurep): Define aliases for overlay
12536 commands, for XEmacs compatibility, and use these aliases in
12537 overlay initializations.
12538 (reftex-highlight): Use `reftex-move-overlay'.
12539 (reftex-unhighlight): Use `reftex-delete-overlay'.
12540 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
12541 (reftex-access-search-path): Use `reftex-uniquify' instead of
12542 `reftex-uniq'
12543
12544 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12545 `before-string' property modification enables for Emacs as well.
12546 (reftex-select-item): Use `reftex-delete-overlay'.
12547 (reftex-select-mark): Use `reftex-make-overlay' and
12548 `reftex-overlay-put'.
12549 (reftex-select-unmark): Use `reftex-delete-overlay' and
12550 `reftex-overlay-put'.
12551
12552 2005-05-18 Lute Kamstra <lute@gnu.org>
12553
12554 * emacs-lisp/lisp.el (check-parens): Fix docstring.
12555
12556 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
12557
12558 * add-log.el (add-change-log-entry):
12559 * array.el (array-make-template, array-reconfigure-rows)
12560 (array-init-max-row, array-init-max-column)
12561 (array-init-columns-per-line, array-init-field-width):
12562 * replace.el (replace-match-maybe-edit, perform-replace):
12563 * textmodes/spell.el (spell-region):
12564 Replace `read-input' by `read-string'.
12565
12566 * forms.el (forms-mode):
12567 * finder.el (finder-compile-keywords):
12568 * shadowfile.el (shadow-read-files):
12569 Replace `eval-current-buffer' by `eval-buffer'.
12570
12571 * terminal.el (te-pass-through):
12572 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12573 (ange-ftp-raw-send-cmd):
12574 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12575 (send-process-next-char, telnet-initial-filter, telnet):
12576 Replace `send-string' by `process-send-string'.
12577
12578 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12579 (prolog-consult-region): Replace `send-string' by
12580 `process-send-string'; replace `send-region' by `process-send-region'.
12581
12582 * progmodes/delphi.el (delphi-log-msg):
12583 Replace `set-window-dot' by `set-window-point'.
12584
12585 * subr.el (window-dot, set-window-dot, read-input, send-string)
12586 (send-region, show-buffer, eval-current-buffer):
12587 Make really obsolete, as the comment says.
12588
12589 2005-05-17 Kim F. Storm <storm@cua.dk>
12590
12591 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12592 (cua--init-keymaps): Bind C-return instead of S-return to set
12593 rectangle mark.
12594
12595 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12596 instead of S-return to toggle/clear rectangle mark.
12597
12598 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
12599
12600 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12601 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12602 Also fontify plain strings assigned to variables, mostly so that a
12603 colon has a face and is thus not taken as a dependency separator.
12604 (makefile-previous-dependency): Inline the new matcher, because it
12605 is too complex to work in both directions.
12606 (makefile-match-dependency): Eliminate `backward' arg (see above).
12607 Completely reimplemented so as to not sometimes go into an endless
12608 loop. It should also be more efficient, because first it only
12609 searches for `:', instead of applying the very complex regexp.
12610 (makefile-mode): Cancel `font-lock-support-mode', because blocks
12611 to be fontified in one piece can be too long for JIT.
12612 Makefiles are never *that* big.
12613
12614 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
12615
12616 * dired.el (dired-mode): Simplify.
12617
12618 2005-05-17 Lute Kamstra <lute@gnu.org>
12619
12620 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12621 defcustom for the mode hook variable.
12622
12623 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12624 Emacs Lisp Reference Manual.
12625
12626 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
12627
12628 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12629 (evenp, list*):
12630 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12631 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12632
12633 * net/tramp-smb.el (tramp-smb-open-connection):
12634 Pass `tramp-chunksize' as fifth (required) argument.
12635
12636 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
12637
12638 * font-lock.el (lisp-font-lock-keywords-1):
12639 Set `font-lock-negation-char-face' for [^...] char group.
12640 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12641
12642 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12643 a var, and refine it to mask one more level of nested vars.
12644 (makefile-rule-action-regex): Turn it into a var, and refine it so
12645 it recognizes backslashed continuation lines as belonging to the
12646 same command.
12647 (makefile-macroassign-regex): Refine it so it recognizes
12648 backslashed continuation lines as belonging to the same command.
12649 (makefile-var-use-regex): Don't look at the next char, because it
12650 might be the same one to be skipped by the initial [^$], leading
12651 to an overlooked variable use.
12652 (makefile-make-font-lock-keywords): Remove two parameters, which
12653 are now variables that some of the modes set locally.
12654 Handle dependency and rule action matching through functions, because
12655 regexps alone match too often. Dependency matching now comes
12656 last, so it can check, whether a colon already matched something else.
12657 (makefile-mode): Inform that font-lock improves makefile parsing
12658 capabilities.
12659 (makefile-match-dependency, makefile-match-action): New functions.
12660
12661 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
12662
12663 * emacs-lisp/cl-extra.el (equalp): Doc fix.
12664
12665 * align.el (align-regexp):
12666 * ansi-color.el (ansi-color-get-face):
12667 * array.el (array-reconfigure-rows, array-init-max-row)
12668 (array-init-max-column, array-init-columns-per-line)
12669 (array-init-field-width):
12670 * dired-aux.el (dired-trample-file-versions):
12671 * dired-x.el (dired-mark-sexp):
12672 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12673 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12674 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12675 * faces.el (face-read-integer):
12676 * files.el (backup-extract-version, insert-directory):
12677 * hexl.el (hexl-insert-decimal-char):
12678 * server.el (server-process-filter):
12679 * shell.el (shell-extract-num):
12680 * startup.el (command-line-1):
12681 * term.el (term-command-hook):
12682 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12683 (time-stamp-do-number):
12684 * time.el (display-time-update):
12685 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12686 (timezone-fix-time):
12687 * vms-patch.el (vms-suspend-resume-hook):
12688 * calendar/appt.el (appt-convert-time):
12689 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12690 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12691 * calendar/cal-islam.el (mark-islamic-diary-entries):
12692 * calendar/calendar.el (calendar-cursor-to-date)
12693 (calendar-star-date):
12694 * calendar/diary-lib.el (diary-attrtype-convert)
12695 (mark-diary-entries, diary-entry-time):
12696 * calendar/solar.el (solar-get-number):
12697 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12698 * emacs-lisp/re-builder.el (reb-display-subexp):
12699 * emulation/edt.el (edt-set-scroll-margins):
12700 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12701 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12702 (vip-get-ex-count):
12703 * emulation/viper-ex.el (viper-get-ex-token)
12704 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12705 * international/fontset.el (fontset-plain-name):
12706 * mail/feedmail.el (feedmail-look-at-queue-directory):
12707 * mail/mailalias.el (mail-get-names):
12708 * mail/rmail.el (rmail-convert-to-babyl-format):
12709 * mail/rmailsum.el (rmail-make-basic-summary-line)
12710 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12711 (rmail-summary-goto-msg):
12712 * mail/smtpmail.el (smtpmail-read-response):
12713 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12714 (ange-ftp-vms-add-file-entry):
12715 * play/gametree.el (gametree-looking-at-ply)
12716 (gametree-current-branch-score):
12717 * progmodes/ada-xref.el (ada-prj-find-prj-file)
12718 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12719 * progmodes/cperl-mode.el (condition-case):
12720 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12721 (ebrowse-set-member-buffer-column-width)
12722 (ebrowse-select-1st-to-9nth):
12723 * progmodes/etags.el (etags-snarf-tag):
12724 * progmodes/flymake.el (flymake-parse-line):
12725 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12726 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12727 (idlwave-shell-menu-def):
12728 * progmodes/ps-mode.el (ps-run-goto-error):
12729 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12730 (vhdl-speedbar-contract-level):
12731 * term/mac-win.el (x-handle-numeric-switch):
12732 * term/sun-mouse.el (sun-get-frame-data):
12733 * term/w32-win.el (x-handle-numeric-switch):
12734 * term/x-win.el (x-handle-numeric-switch):
12735 * textmodes/ispell.el (ispell-parse-output):
12736 * textmodes/nroff-mode.el (nroff-outline-level):
12737 * textmodes/reftex-cite.el (reftex-bib-sort-year)
12738 (reftex-bib-sort-year-reverse, reftex-format-citation):
12739 * textmodes/reftex-parse.el (reftex-init-section-numbers)
12740 (reftex-section-number):
12741 * textmodes/texinfmt.el (texinfo-paragraphindent):
12742 Replace `string-to-int' by `string-to-number'.
12743
12744 * international/latexenc.el: Add page marker to force the "Local
12745 Variables:" string out of the last page.
12746
12747 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12748
12749 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12750 tooltip-change-major-mode.
12751 (gud-tooltip-print-command): Remove case where gud-minor-mode
12752 is gdb ("--fullname").
12753 (gud-tooltip-tips): Turn GUD tooltips off for this case and
12754 explain to user.
12755
12756 2005-05-16 Jay Belanger <belanger@truman.edu>
12757
12758 * calc/calc-store.el (calc-copy-special-constant): New function.
12759
12760 * calc/calc-ext.el (calc-init-extensions): Add binding for
12761 `calc-copy-special-constant'.
12762
12763 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12764 for the `calc-copy-special-constant' command.
12765
12766 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12767
12768 * subr.el (left-fringe-p): New function.
12769
12770 * progmodes/compile.el (compilation-setup): Set local value of
12771 overlay-arrow-string to "" always.
12772 (compilation-set-window): Left fringe then don't scroll.
12773 No left fringe then no arrow and scroll message to top.
12774 (compilation-context-lines): Adjust doc string accordingly.
12775
12776 2005-05-16 Kim F. Storm <storm@cua.dk>
12777
12778 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12779 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
12780 (ido-wide-find-dir-or-delete-dir): New command for M-d.
12781 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
12782 (ido-read-file-name): Handle commands with ido property value
12783 equal to find-file as reading a file name, to allow C-d to enter dired.
12784 (ibuffer-find-file): Add ido property with value find-file.
12785
12786 2005-05-15 Kim F. Storm <storm@cua.dk>
12787
12788 * subr.el (open-network-stream-nowait): Remove.
12789 (open-network-stream-server): Remove.
12790
12791 2005-05-15 Richard M. Stallman <rms@gnu.org>
12792
12793 * faces.el (describe-face): Output a definition link button.
12794
12795 * help-mode.el (help-face-def): New button type.
12796
12797 * emacs-lisp/copyright.el (copyright-fix-years):
12798 Match properly if the first year is 2-digit.
12799 Don't mess up the whitespace after the years by filling.
12800
12801 * dired-aux.el (dired-mark-confirm):
12802 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
12803
12804 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
12805 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
12806 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
12807
12808 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12809 Set font-lock-comment-start-skip.
12810
12811 * font-lock.el (font-lock-comment-start-skip): New variable.
12812 (font-lock-comment-end-skip): New variable.
12813 (font-lock-fontify-syntactically-region): Use them if non-nil.
12814
12815 2005-05-15 Jay Belanger <belanger@truman.edu>
12816
12817 * calc/calc-store.el (calc-store-value): Return a string rather
12818 than display it as a message.
12819 Use calc-var-name for variable name.
12820 (calc-store-into): Add the result of calc-store-value to message.
12821 (calc-copy-variable): Add a message.
12822 (calc-store-exchange): Improve error messages.
12823 (calc-store-binary, calc-store-map): Don't reset the values of
12824 special constants.
12825
12826 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
12827
12828 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
12829 manual to docstring.
12830
12831 * files.el (hack-local-variables-confirm): Add STRING argument.
12832 Make the function handle non file visiting buffers correctly.
12833 (hack-local-variables-prop-line, hack-local-variables)
12834 (hack-one-local-variable): Use STRING arg of
12835 `hack-local-variables-confirm'.
12836
12837 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
12838
12839 Sync with Tramp 2.0.49.
12840
12841 * net/tramp.el (tramp-handle-dired-call-process)
12842 (tramp-handle-insert-directory):`insert-buffer' cannot be used
12843 because the contents of the Tramp buffer is changed before
12844 insertion (`expand-file' and alike).
12845 (tramp-handle-insert-directory): If `localname' has an empty
12846 nondirectory name, it must not be quoted.
12847 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
12848 variable `tramp-chunksize'. Change callees.
12849 (tramp-open-connection-setup-interactive-shell): Check remote host
12850 for buggy `send-process-string' implementation.
12851 Set `tramp-chunksize' if found. Reported by Michael Kifer
12852 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
12853 (tramp-handle-shell-command): `insert-buffer' cannot be used
12854 because the contents of the Tramp buffer is changed before
12855 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
12856 <frederic.bothamy@free.fr>.
12857 (tramp-set-auto-save): Actions should be done for Tramp file name
12858 handler only. Ange-FTP has its own auto-save mechanism.
12859 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12860 (tramp-set-auto-save-file-modes): Set file modes of
12861 `buffer-auto-save-file-name' to ?\600 as fallback solution.
12862 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
12863 (tramp-bug): Remove obsolete variable.
12864 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
12865 for presence of `mml-mode'. Make it running for older Emacsen as well.
12866
12867 2005-05-14 John Paul Wallington <jpw@pobox.com>
12868
12869 * ibuf-ext.el (define-ibuffer-filter filename):
12870 If `dired-directory' is a list, use its car.
12871
12872 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
12873
12874 * ibuffer.el (define-ibuffer-column filename):
12875 If `dired-directory' is a list, use its car.
12876
12877 2005-05-14 Richard M. Stallman <rms@gnu.org>
12878
12879 * subr.el (symbol-file): Doc fix.
12880
12881 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
12882 (byte-compile-form): Call byte-compile-nogroup-warn.
12883 (byte-compile-warning-types): Doc fix.
12884
12885 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
12886
12887 * progmodes/cc-engine.el (c-literal-faces):
12888 Add font-lock-comment-delimiter-face.
12889
12890 * net/net-utils.el (dig): Use with-no-warnings.
12891
12892 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
12893 (sc-recite-frame-alist, sc-default-cite-frame)
12894 (sc-default-uncite-frame, sc-default-recite-frame)
12895 (sc-attrib-selection-list, sc-rewrite-header-list):
12896 Mark as risky-local-variable.
12897
12898 * international/ogonek.el (ogonek-jak, ogonek-how):
12899 Don't use beginning-of-buffer.
12900
12901 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
12902
12903 * calendar/solar.el (solar-data-list): Move definition up.
12904
12905 * dnd.el (dnd-protocol-alist): Add autoload.
12906
12907 * progmodes/sh-script.el: Many doc usage fixes.
12908 (sh-indent-after-do): Change default to match common styles.
12909
12910 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
12911
12912 * files.el (interpreter-mode-alist)
12913 (auto-mode-interpreter-regexp): Doc fixes.
12914
12915 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
12916
12917 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
12918
12919 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
12920
12921 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12922
12923 * dired.el (dired-mode): make-variable-buffer-local =>
12924 make-local-variable.
12925
12926 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12927
12928 * term/mac-win.el (mac-select-convert-to-string): Try coding
12929 systems in mac-script-code-coding-systems if specified one cannot
12930 encode string for `com.apple.traditional-mac-plain-text'.
12931
12932 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
12933
12934 * progmodes/make-mode.el (makefile-targets-face)
12935 (makefile-shell-face, makefile-makepp-perl-face): New faces.
12936 (makefile-dependency-regex): Fix it to not make the colon in
12937 $(var:a=b) special.
12938 (makefile-rule-action-regex): New regexp for highlighting embedded
12939 Shell strings.
12940 (makefile-macroassign-regex): Handle != for highlighting as
12941 embedded Shell strings.
12942 (makefile-var-use-regex): New const.
12943 (makefile-statements, makefile-automake-statements)
12944 (makefile-gmake-statements, makefile-makepp-statements)
12945 (makefile-bsdmake-statements): New consts.
12946 (makefile-make-font-lock-keywords): New function.
12947 (makefile-automake-font-lock-keywords)
12948 (makefile-gmake-font-lock-keywords)
12949 (makefile-makepp-font-lock-keywords)
12950 (makefile-bsdmake-font-lock-keywords): New consts.
12951 (makefile-mode-map): Add switchers between the various submodes.
12952 (makefile-mode): Document the availability of the variants.
12953 (makefile-automake-mode, makefile-gmake-mode)
12954 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
12955
12956 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
12957 new variants of makefile-mode.
12958
12959 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * font-lock.el (font-lock-comment-delimiter-face): Fix up
12962 the inheritance.
12963
12964 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
12965
12966 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
12967 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
12968
12969 * files.el (normal-mode): Extend the scope of the
12970 `enable-local-variables' binding to include the `set-auto-mode' call.
12971 (magic-mode-alist): Doc fix.
12972
12973 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12974
12975 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
12976 font-lock-comment-face rather than copying its setting.
12977
12978 2005-05-12 Andreas Schwab <schwab@suse.de>
12979
12980 * eshell/esh-mode.el (eshell-send-input): Doc fix.
12981
12982 2005-05-12 Lute Kamstra <lute@gnu.org>
12983
12984 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
12985 defcustom for the mode hook variable. Delete the last argument.
12986 * generic-x.el: Fix callers of define-generic-mode.
12987 (generic-x-modes): Delete group.
12988 (show-tabs-tab-face, show-tabs-space-face): Put them in the
12989 generic-x customization group.
12990
12991 2005-05-12 Kim F. Storm <storm@cua.dk>
12992
12993 * font-lock.el (font-lock-negation-char-face): Default to "off".
12994
12995 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
12996 font-lock-negation-char-face to ! in !=.
12997
12998 2005-05-12 Masatake YAMATO <jet@gyve.org>
12999
13000 * add-log.el (find-change-log): Fix typos in the docstring
13001 of function.
13002
13003 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13004
13005 * international/latexenc.el (latexenc-find-file-coding-system):
13006 Avoid `re-search-forward' when looking for input encoding because
13007 of speed and safety. Better regular expressions for recognizing
13008 input encoding. Limit a search for TeX-master/tex-main-file to
13009 the local variable section.
13010
13011 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
13012
13013 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13014 syntax of $ to "'" (quote).
13015
13016 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13017
13018 * dnd.el (dnd-protocol-alist): Improve custom type.
13019
13020 * dired.el (dired-dnd-protocol-alist): New variable.
13021 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
13022 `dired-mode-hook' to the end.
13023
13024 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13027 comment-end if comment-start-skip is not set.
13028 Obey the font-lock-comment-delimiter-face variables.
13029
13030 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * files.el (executable-find): Move from executable.el. Use
13033 locate-file.
13034 * progmodes/executable.el (executable-find): Move to files.el.
13035
13036 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13037 when trying to ensure forward progress.
13038
13039 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
13040
13041 * mouse-sel.el (mouse-sel-follow-link-p): New function.
13042 (mouse-select, mouse-select-internal, mouse-extend-internal):
13043 Use it to implement mouse-1-click-follows-link functionality.
13044
13045 2005-05-11 Richard M. Stallman <rms@gnu.org>
13046
13047 * font-lock.el (font-lock-fontify-syntactically-region):
13048 Use font-lock-comment-delimiter-face for comment delimiters.
13049
13050 2005-05-10 Jay Belanger <belanger@truman.edu>
13051
13052 * calc/calc-help.el (calc-m-prefix-help): Add mention of
13053 preserving embedded modes.
13054
13055 2005-05-10 Richard M. Stallman <rms@gnu.org>
13056
13057 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13058
13059 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13060 Move from ada-stmt.el.
13061 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13062
13063 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13064 Move to ada-mode.el.
13065 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13066
13067 * cus-edit.el (custom-file): Call file-chase-links.
13068
13069 * files.el (read-directory-name): Fix previous change.
13070 (hack-local-variables-confirm): New function.
13071 (hack-local-variables-prop-line, hack-local-variables)
13072 (hack-one-local-variable): Use it.
13073
13074 2005-05-10 Lute Kamstra <lute@gnu.org>
13075
13076 * font-lock.el (font-lock-keywords-alist)
13077 (font-lock-removed-keywords-alist): Clarify docstrings.
13078
13079 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
13080
13081 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13082 (gdb-source-info): Check for preprocessor info.
13083 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
13084 a macro for a function.
13085 (gdb-info-breakpoints-custom): Try to find file again if not already
13086 found (user might have used GDB dir command).
13087 (gdb-get-location): Update gdb-location-alist correctly for change
13088 to gdb-info-breakpoints-custom.
13089
13090 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13091 (gud-tooltip-print-command): Add gdbmi case.
13092 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13093 preprocessor info.
13094
13095 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
13096
13097 * startup.el (fancy-splash-insert): Fix typo in doc string.
13098
13099 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
13100
13101 * obsolete/float.el (string-to-float):
13102 * obsolete/hilit19.el (hilit-add-pattern):
13103 * obsolete/rnews.el (news-parse-range, news-select-message)
13104 (news-get-pruned-list-of-files): Replace `string-to-int' by
13105 `string-to-number'.
13106
13107 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13108 `find-file-not-found-hooks'; use `add-hook'.
13109 (uncompress-while-visiting): Set `write-file-functions', not
13110 `write-file-hooks'; use `add-hook'.
13111
13112 2005-05-09 Kim F. Storm <storm@cua.dk>
13113
13114 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13115 (cua-paste): Handle clipboard action.
13116 (cua--init-keymaps): Remap clipboard-kill-region and
13117 clipboard-kill-ring-save.
13118
13119 2005-05-08 Eli Zaretskii <eliz@gnu.org>
13120
13121 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13122 Improve commentary.
13123
13124 * simple.el (next-error-overlay-arrow-position): Revert the change
13125 made on 2005-04-30.
13126
13127 2005-05-07 Jay Belanger <belanger@truman.edu>
13128
13129 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13130 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13131 `calc-sel-reselect'.
13132
13133 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13134 Calc is in embedded mode.
13135
13136 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13137
13138 * progmodes/compile.el (compilation-setup):
13139 Set overlay-arrow-string to an empty string on text terminals.
13140
13141 * textmodes/ispell.el (ispell-program-name): Try looking for
13142 "aspell" along exec-path, and if found, use it as the default
13143 speller program.
13144
13145 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
13146
13147 * international/mule.el (sgml-xml-auto-coding-function):
13148 Recognize encoding='FOO' in single quotes as well as in double quotes.
13149
13150 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13151
13152 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13153 as well as `interactive', so that defmacro* would recognize
13154 `declare' forms.
13155
13156 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13157
13158 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13159 Explain more about the LIGHTER arg's usage in the doc string.
13160 Add commentary to clarify what the code does. Fix the regexp that
13161 strips whitespace from LIGHTER. Quote LIGHTER before using it,
13162 since it could have characters special to regular expressions.
13163
13164 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13165
13166 * replace.el (occur-1): Bind inhibit-read-only so that
13167 erase-buffer doesn't barf on read-only text properties (likewise
13168 for add-text-properties in occur-engine). Mark buffer as unmodified.
13169 (occur-engine): Don't set buffer-read-only here.
13170
13171 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13172
13173 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13174 list-buffers-directory. This caused the *cvs-commit* buffer to be
13175 sometimes mistakenly reused as a *cvs* buffer.
13176
13177 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
13178
13179 * tooltip.el: Move code for GUD tooltips into gud.el.
13180 (require): CL no longer needed to compile case.
13181 (tooltip-mode): Do not toggle functions for GUD tooltips.
13182 (tooltip-gud-tips-p): Remove. Replace with minor mode
13183 gud-tooltip-mode in gud.el.
13184 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13185 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13186 tooltip-gud prefix with gud-tooltip and obsolete.
13187 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13188 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13189 (tooltip-mouse-motion): Mouse movement functions/variable.
13190 Rename in gud.el by adding gud prefix.
13191 (tooltip-gud-original-filter, tooltip-gud-dereference)
13192 (tooltip-gud-event, tooltip-toggle-gud-tips)
13193 (tooltip-gud-process-output, tooltip-gud-print-command)
13194 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
13195 gud.el by replacing tooltip-gud prefix with gud-tooltip.
13196 (gdb-tooltip-print): Move to gdb-ui.el.
13197
13198 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13199 (require): CL needed to compile case.
13200 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13201 tooltip-gud-tips-p. Make it a minor-mode.
13202 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13203 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13204 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13205 (gud-tooltip-change-major-mode)
13206 (gud-tooltip-activate-mouse-motions-if-enabled)
13207 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13208 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13209 (gud-tooltip-original-filter, gud-tooltip-dereference)
13210 (gud-tooltip-event, tooltip-toggle-gud-tips)
13211 (gud-tooltip-process-output, gud-tooltip-print-command)
13212 (gud-tooltip-tips): Move from tooltip.el.
13213
13214 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13215 (gdb-cpp-define-alist-flags): Doc fix.
13216 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13217 gud-tooltip-mode is t.
13218
13219 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13220
13221 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13222 evaporate if their text is deleted.
13223 (goto-address-at-point): Make it work as a mouse binding as well.
13224 (goto-address-at-mouse): Obsolete it. Update users.
13225
13226 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13227
13228 * calendar/appt.el (top-level): No longer activate on load.
13229
13230 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
13231
13232 * calendar/cal-bahai.el (mark-bahai-diary-entries):
13233 * net/webjump.el (webjump):
13234 * progmodes/idlw-help.el (idlwave-do-context-help1)
13235 (idlwave-highlight-linked-completions):
13236 * textmodes/po.el (po-find-file-coding-system-guts):
13237 Replace `assoc-ignore-case' by `assoc-string'.
13238
13239 2005-05-06 Eli Zaretskii <eliz@gnu.org>
13240
13241 * files.el (locate-file): Doc fix.
13242
13243 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13244 Remove the redundant test for ms-dos.
13245
13246 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13247 look for the preprocessor with exec-suffixes. If not found in
13248 standard places, look in exec-path. Remove most of the tests that
13249 used system-type.
13250
13251 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13252
13253 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13254
13255 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13256 file-name clash with jka-compr.el on 8+3 filesystems.
13257
13258 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13259
13260 * term/mac-win.el: Don't define or bind scroll bar functions if
13261 x-toolkit-scroll-bars is t.
13262 (x-select-text, x-get-selection-value): Clear
13263 x-last-selected-text-clipboard if x-select-enable-clipboard is
13264 nil.
13265 (PRIMARY): Put mac-scrap-name property.
13266 (mac-select-convert-to-file-url): New function.
13267 (public.file-url): New selection target type. Add to
13268 selection-converter-alist.
13269 (x-get-selection, x-selection-value): Handle it.
13270 (x-cut-buffer-or-selection-value): New alias.
13271
13272 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13273
13274 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13275 entry to avoid calling bibtex-find-entry with arg global
13276 being t. Remove arg key.
13277 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13278 (bibtex-copy-summary-as-kill): Change accordingly.
13279
13280 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13281
13282 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13283 (org-agenda-date-later): Use with-current-buffer.
13284
13285 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
13286
13287 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13288 (define-obsolete-variable-alias): Doc Fixes.
13289
13290 2005-05-06 Kim F. Storm <storm@cua.dk>
13291
13292 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
13293 vertical-motion when selective-display is active.
13294
13295 * ido.el (ido-setup-hook): New hook.
13296 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13297 (ido-input-stack): New var.
13298 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
13299 ido-next-work-file binding to M-O.
13300 Bind M-f to ido-wide-find-file-or-pop-dir.
13301 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13302 (ido-read-internal): Run ido-setup-hook.
13303 Catch quit in read-file-name and read-string to cancel edit.
13304 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13305 Automatically pop-all when completing a directory name (RET).
13306 (ido-file-internal): Add with-no-warnings around ffap and dired code.
13307 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13308 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13309 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13310 New functions for M-b/M-f to move among the directory components.
13311 (ido-make-merged-file-list): Catch quit to cancel merge.
13312 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13313 (ido-completion-help): No warnings for ido-completion-buffer-full.
13314
13315 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
13316
13317 * font-lock.el (font-lock-negation-char-face): New face and variable.
13318 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13319 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13320 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13321 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13322
13323 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
13324
13325 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13326 Fix typo in docstring.
13327
13328 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13329 (ebrowse-print-statistics-line)
13330 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13331
13332 * term/w32-win.el (image-library-alist): Add additional name for
13333 Xpm library.
13334
13335 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
13336
13337 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13338 use gcc instead of cpp.
13339
13340 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13341 (gdb-create-define-alist): Use it.
13342 (gdb-cpp-define-alist-program): Update for MS-DOS.
13343
13344 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
13345
13346 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13347
13348 2005-05-04 Richard M. Stallman <rms@gnu.org>
13349
13350 * help.el (describe-key): No error when UNTRANSLATED is nil.
13351
13352 * simple.el (line-move-1): Fix previous change to signal errors
13353 appropriately.
13354
13355 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
13356
13357 * calendar/icalendar.el (icalendar-version): Now at 0.12.
13358 (icalendar-duration-correction): Remove.
13359 (icalendar--get-event-properties): Split result at commas.
13360 (icalendar--decode-isoduration): New optional argument
13361 DURATION-CORRECTION.
13362 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13363 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13364 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13365 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13366 (icalendar--convert-anniversary-to-ical): New functions, extracted
13367 from icalendar-export-region, with bug fixes.
13368 (icalendar-export-region): Use the above functions.
13369 (icalendar-import-buffer): Check before saving diary file.
13370 (icalendar--convert-recurring-to-diary)
13371 (icalendar--convert-non-recurring-all-day-to-diary)
13372 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13373 extracted from icalendar--convert-ical-to-diary, with bug fixes.
13374 (icalendar--convert-ical-to-diary): Use the above functions.
13375
13376 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
13377
13378 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13379 Remove these recent additions.
13380 (c-mode): Restore to before 2005-04-28.
13381
13382 * progmodes/cc-vars.el (cc-define-list-program): Remove this
13383 recent addition.
13384
13385 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13386 (gdb-define-alist): New variables.
13387 (gdb-create-define-alist): New function.
13388 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13389 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13390 with string-to-number.
13391 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
13392
13393 * progmodes/gud.el: Replace string-to-int with string-to-number.
13394 (gud-find-file): Handle gdb-define-alist.
13395
13396 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13397
13398 2005-05-02 Jay Belanger <belanger@truman.edu>
13399
13400 * calc/calc-aent.el (math-read-token):
13401 * calc/calc-bin.el (calc-word-size):
13402 * calc/calc-ext.el (calc-read-number-fancy):
13403 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13404 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13405 * calc/calc-frac.el (calc-over-notation):
13406 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13407 (calc-graph-num-points, calc-graph-init):
13408 * calc/calc-prog.el (calc-read-parse-table-part)
13409 (calc-edit-macro-repeats):
13410 * calc/calc-yank.el (calc-do-grab-rectangle):
13411 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13412 Replace `string-to-int' by `string-to-number'.
13413
13414 2005-05-02 Kim F. Storm <storm@cua.dk>
13415
13416 * kmacro.el: Use executing-kbd-macro-index variable.
13417
13418 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
13419
13420 * net/rlogin.el (rlogin-parse-words): Delete func.
13421 (rlogin): Use split-string, not rlogin-parse-words.
13422 Also, if there are option-like elements in the parsed args,
13423 take the host to be the first arg immediately following them.
13424 Suggested by Michael Mauger.
13425
13426 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13427
13428 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13429
13430 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13431
13432 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13433 (cc-mode-cpp-program): Rename to cc-define-list-program and
13434 move to cc-vars.el.
13435
13436 * progmodes/cc-vars.el (cc-define-list-program):
13437 Change to "gcc -E -dM -". Make customizable.
13438
13439 2005-05-02 Kim F. Storm <storm@cua.dk>
13440
13441 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13442
13443 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13444
13445 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13446
13447 * international/mule-util.el (truncate-string): Remove alias and
13448 obsolete declaration.
13449
13450 * international/mule-cmds.el (update-iso-coding-systems):
13451 Remove alias and obsolete declaration.
13452
13453 * international/mule.el (coding-system-parent): Remove alias and
13454 obsolete declaration.
13455
13456 * subr.el (define-function, sref): Remove aliases and obsolete
13457 declarations.
13458 (chars-in-region): Remove obsolete declaration.
13459
13460 2005-05-01 Richard M. Stallman <rms@gnu.org>
13461
13462 * info.el (Info-mode): Set widen-automatically to nil, locally.
13463
13464 * simple.el (widen-automatically): New variable.
13465 (pop-global-mark): Obey widen-automatically.
13466
13467 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
13468
13469 * term/xterm.el (function-key-map): Call substitute-key-definition
13470 before the keymap size is increased by a lot of define-key calls.
13471
13472 2005-05-01 Richard M. Stallman <rms@gnu.org>
13473
13474 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13475 Rename ARG to ELEMENT. Doc fix.
13476
13477 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13478
13479 * allout.el (allout-exposure): Remove macro and obsolete declaration.
13480 Remove references to allout-exposure/change to allout-new-exposure.
13481
13482 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13483 bytecode symbols.
13484
13485 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13486 (compiled-function-p, focus-frame, unfocus-frame):
13487 Remove aliases and obsolete declarations.
13488 Back out inadvertent changes from previous commit.
13489
13490 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13491
13492 * files.el (require-final-newline): Make Custom tags consistent
13493 with mode-require-final-newline.
13494 (mode-require-final-newline): Doc fix.
13495
13496 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13497
13498 * international/latexenc.el (latexenc-find-file-coding-system):
13499 Fix regular expressions.
13500
13501 2005-05-01 David Kastrup <dak@gnu.org>
13502
13503 * international/latexenc.el (latexenc-find-file-coding-system):
13504 Fix regular expressions.
13505
13506 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13507
13508 * subr.el (string-to-int): Make obsolete.
13509
13510 2005-04-30 Richard M. Stallman <rms@gnu.org>
13511
13512 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13513
13514 * loadup.el: load jka-comp-hook.
13515
13516 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13517 (jka-compr-handler): Add autoload. `put' calls moved
13518 to jka-comp-hook.el.
13519 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13520 (jka-compr-inhibit): Autoload.
13521
13522 * jka-comp-hook.el: New file.
13523 Enable the mode by default.
13524
13525 * files.el (backup-buffer-copy): Use copy-file instead
13526 of write-region, and put back the 'excl.
13527
13528 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
13529
13530 * progmodes/flymake.el (flymake-split-string)
13531 (flymake-split-string, flymake-log, flymake-pid-to-names)
13532 (flymake-reg-names, flymake-get-source-buffer-name)
13533 (flymake-unreg-names, flymake-add-line-err-info)
13534 (flymake-add-err-info): Clarify docstrings.
13535 (flymake-popup-menu, flymake-make-emacs-menu)
13536 (flymake-make-xemacs-menu): Add docstrings.
13537 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13538 Set variables directly throughout.
13539
13540 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
13541
13542 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13543 exists. Initialize cc-define-alist.
13544 (c-mode): Add cc-create-define-alist locally to after-save-hook.
13545 If there is no file (Macroexpansion) don't create an alist.
13546
13547 2005-04-29 Sam Steingold <sds@gnu.org>
13548
13549 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13550 (cc-create-define-alist): Use it instead of the hard-coded string.
13551
13552 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13553
13554 * international/mule-conf.el (file-coding-system-alist): Fix regexp
13555 for latexenc.
13556
13557 2005-04-29 Lute Kamstra <lute@gnu.org>
13558
13559 * emacs-lisp/generic.el: Improve commentary section.
13560 (define-generic-mode): Improve docstring.
13561
13562 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
13563
13564 * textmodes/org.el (many places): Change to quiet the byte compiler.
13565 (org-prefix-format-compiled): New variable.
13566 (org-compile-prefix-format): New function.
13567 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13568 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13569 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13570 (org-get-entries-from-diary): Use `org-get-time-of-day' for
13571 consistency with entries from `org-mode' files.
13572 (org-get-time-of-day): Fix bug with partial matches early in a line.
13573 (org-non-link-chars): New constant.
13574 (org-link-regexp): Respect `org-non-link-chars'.
13575 (org-agenda-day-view): Remove command.
13576 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13577 (org-follow-bbdb-link, org-store-link): Search also company field.
13578 (org-highlight-overlay): New variable.
13579 (org-highlight, org-unhighlight): New functions.
13580 (org-agenda-mode): Add pre-command-hook to remove highlight.
13581 (org-evaluate-time-range): Behavior depends upon whether time stamp
13582 contains a time or not.
13583 (org-show-subtree, org-show-entry): New functions.
13584 (org-agenda-cleanup-fancy-diary): Remove empty lines.
13585
13586 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
13587
13588 * comint.el (comint-output-filter-functions): Add autoload cookie.
13589
13590 2005-04-28 Kim F. Storm <storm@cua.dk>
13591
13592 * ido.el (ido-everywhere): Fix last change.
13593
13594 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13595
13596 * international/latexenc.el: New file.
13597 * international/mule-conf.el (file-coding-system-alist): For .tex,
13598 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13599
13600 2005-04-28 Lute Kamstra <lute@gnu.org>
13601
13602 * font-lock.el (font-lock-add-keywords)
13603 (font-lock-remove-keywords): Clarify docstring.
13604 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13605 Don't start docstrings with a `*'.
13606 (font-lock-update-removed-keyword-alist): Give it a docstring.
13607
13608 * generic-x.el: Update commentary section.
13609 Only require font-lock when compiling.
13610 Define all modes conditionally.
13611 Place all generic modes in the generic-x-modes customization group.
13612 (generic-x-modes): New customization group.
13613 (generic-default-modes, generic-mswindows-modes)
13614 (generic-unix-modes, generic-other-modes): New constants.
13615 (generic-define-mswindows-modes, generic-define-unix-modes):
13616 Update docstrings. Make them obsolete.
13617 (generic-extras-enable-list): New default value. Update docstring.
13618 Improve :type. Change :set function.
13619 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13620 Fix docstring.
13621
13622 * emacs-lisp/generic.el (generic-mode-internal):
13623 Simplify font-lock-defaults.
13624 (define-generic-mode): Fix docstring.
13625
13626 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13629 font-lock-face property to highlight matches.
13630
13631 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
13632
13633 * progmodes/cc-mode.el (cc-create-define-alist): New function.
13634 (cc-define-alist): New variable.
13635 (c-mode): Make it local and initialize it.
13636
13637 * progmodes/gdb-ui.el (gdb-active-process): New variable.
13638 (gdb-exited): New function.
13639 (gdb-annotation-rules): Use it.
13640 (gdb-starting): Set gdb-active-process to t.
13641 (gdb-stopping): Amend doc string.
13642 (gdb-reset): Set gdb-active-process to nil.
13643
13644 * tooltip.el (tooltip-gud-tips): Show the associated #define
13645 directives when a C program under GDB is not executing.
13646
13647 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13648
13649 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13650 font-lock-fontify-syntactic-keywords.
13651
13652 * font-lock.el (font-lock-default-fontify-region): Don't force
13653 parse-sexp-lookup-properties to nil.
13654
13655 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13656
13657 * man.el (man-mode-syntax-table): Set up `:' to have
13658 word-constituent syntax.
13659
13660 2005-04-27 Lute Kamstra <lute@gnu.org>
13661
13662 * novice.el (disable-command): Don't add spurious newlines to the
13663 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
13664
13665 2005-04-26 Jay Belanger <belanger@truman.edu>
13666
13667 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13668 than one window before deleting window.
13669
13670 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
13671
13672 * shell.el (shell-prompt-pattern): Doc fix.
13673 (shell-mode): Set paragraph-separate buffer locally to "\\'".
13674
13675 * comint.el (comint-prompt-regexp, comint-get-old-input)
13676 (comint-use-prompt-regexp)
13677 (comint-use-prompt-regexp-instead-of-fields)
13678 (comint-replace-by-expanded-history, comint-send-input)
13679 (comint-output-filter, comint-get-old-input-default)
13680 (comint-line-beginning-position, comint-bol, comint-show-output)
13681 (comint-backward-matching-input, comint-forward-matching-input)
13682 (comint-next-prompt, comint-previous-prompt):
13683 Rename `comint-use-prompt-regexp-instead-of-fields' to
13684 `comint-use-prompt-regexp'. Keep old name as alias and declare
13685 obsolete.
13686 (comint-use-prompt-regexp): Shorten first line of doc string.
13687
13688 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13689 Set paragraph-separate buffer locally to "\\'".
13690
13691 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13692 Adapt to above name change.
13693
13694 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13695 (smbclient-prompt-regexp): Ditto.
13696
13697 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13698
13699 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
13700
13701 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13702 gdb-location-list.
13703 Break lines that are over 80 characters wide.
13704
13705 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13708 New fun and var, to preserve compatibility.
13709
13710 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13711
13712 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
13713
13714 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13715 name to file-newer-than-file-p.
13716
13717 2005-04-26 Richard M. Stallman <rms@gnu.org>
13718
13719 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13720
13721 * progmodes/python.el (python-mode):
13722 Use new name eldoc-documentation-function.
13723
13724 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13725
13726 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13727 (eldoc-documentation-function):
13728 Rename from eldoc-print-current-symbol-info-function. Calls changed.
13729
13730 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
13731
13732 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13733
13734 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13735
13736 * term/xterm.el (function-key-map): Fix strings for
13737 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
13738 {C,S,A,C-S}-{f1-f12}.
13739
13740 2005-04-26 Kenichi Handa <handa@m17n.org>
13741
13742 * international/mule-cmds.el (select-safe-coding-system):
13743 Fix previous change.
13744
13745 2005-04-26 Lute Kamstra <lute@gnu.org>
13746
13747 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13748
13749 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13750 (font-lock-comment-delimiter-face): Ditto.
13751
13752 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13753
13754 2005-04-25 Jay Belanger <belanger@truman.edu>
13755
13756 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13757 to t while inserting information; use help-mode.
13758
13759 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13760
13761 * term.el (ansi-term-color-vector): Use the xterm colors.
13762 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
13763
13764 2005-04-25 Lute Kamstra <lute@gnu.org>
13765
13766 * font-core.el (font-lock-defaults): Fix docstring.
13767
13768 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13769
13770 2005-04-25 Kenichi Handa <handa@m17n.org>
13771
13772 * international/mule-cmds.el (select-safe-coding-system):
13773 Don't check consistency with coding: spec, etc if raw-text or
13774 no-conversion was found to be safe.
13775
13776 2005-04-24 Richard M. Stallman <rms@gnu.org>
13777
13778 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
13779 citation markers at start of each line.
13780
13781 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
13782 citation markers at start of each line.
13783
13784 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
13785
13786 * files.el (mode-require-final-newline): Fix previous change.
13787 (require-final-newline): Fix type label.
13788
13789 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13790
13791 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
13792 statement in buffer (broken by 2004-11-24 change).
13793
13794 2005-04-24 Kim F. Storm <storm@cua.dk>
13795
13796 * ido.el (ido-everywhere): Save and restore old read-buffer-function
13797 and read-file-name-function values. Don't overwrite existing
13798 non-nil values if ido-mode is enabled without ido-everywhere.
13799
13800 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
13801
13802 * files.el (mode-require-final-newline): Minor doc fix.
13803
13804 2005-04-24 Eli Zaretskii <eliz@gnu.org>
13805
13806 * subr.el (syntax-after): Doc fix.
13807 (syntax-class): If argument is nil, return nil. Mask off upper 16
13808 bits, not 8 bits.
13809
13810 * files.el (mode-require-final-newline): Doc fix.
13811 (backup-buffer-copy): Fix last change.
13812
13813 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13814
13815 * term/mac-win.el: Require select. Set selection-coding-system to
13816 mac-system-coding-system. Call menu-bar-enable-clipboard.
13817 (x-last-selected-text-clipboard, x-last-selected-text-primary)
13818 (x-select-enable-clipboard): New variables.
13819 (x-select-text, x-get-selection, x-selection-value)
13820 (x-get-selection-value, mac-select-convert-to-string)
13821 (mac-services-open-file, mac-services-open-selection)
13822 (mac-services-insert-text): New functions.
13823 (CLIPBOARD, FIND): Put mac-scrap-name property.
13824 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
13825 (public.tiff): Put mac-ostype property.
13826 (selection-converter-alist): Add entries for them.
13827 (mac-application-menu-map): New keymap.
13828 (interprogram-cut-function, interprogram-paste-function): Set to
13829 x-select-text and x-get-selection-value, respectively.
13830 (split-window-keep-point): Set to t.
13831
13832 2005-04-23 Richard M. Stallman <rms@gnu.org>
13833
13834 * files.el (read-directory-name): Always pass non-nil
13835 DEFAULT-FILENAME arg to read-file-name.
13836 (backup-buffer-copy, basic-save-buffer-2): Take care against
13837 writing thru an unexpected existing symlink.
13838 (revert-buffer): In indirect buffer, revert the base buffer.
13839 (magic-mode-alist): Doc fix.
13840 (buffer-stale-function): Doc fix.
13841 (minibuffer-with-setup-hook): Avoid warning.
13842 (mode-require-final-newline): Doc and custom fix.
13843
13844 * follow.el (follow-end-of-buffer): Use with-no-warnings.
13845
13846 * font-lock.el (font-lock-comment-face): On terminals with few colors,
13847 use the default appearance.
13848 (font-lock-comment-delimiter-face): New face, new variable.
13849
13850 * imenu.el (imenu--generic-function): The official position of a
13851 definition is the start of the line that BEG is in.
13852
13853 * midnight.el (midnight-timer): Move defvar up.
13854
13855 * mouse.el (mouse-drag-region-1): Delete some debugging code.
13856
13857 * saveplace.el (save-place-to-alist): Use with-no-warnings.
13858
13859 * startup.el (command-line): Use with-no-warnings.
13860
13861 * window.el (window-size-fixed): New defvar.
13862
13863 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
13864
13865 * mail/rmail.el (rmail-font-lock-keywords):
13866 Use font-lock-comment-delimiter-face.
13867
13868 * mail/sendmail.el (mail-font-lock-keywords):
13869 Use font-lock-comment-delimiter-face.
13870
13871 * progmodes/compile.el (next-error-highlight-timer): New defvar.
13872
13873 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13874
13875 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13876 Specify t for LAXMATCH when matching directories.
13877 Save match data around compilation-compat-error-properties form.
13878
13879 2005-04-23 David Kastrup <dak@gnu.org>
13880
13881 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
13882 Mention that the autoloaded aliases should be kept for AUCTeX.
13883
13884 2005-04-23 Andreas Schwab <schwab@suse.de>
13885
13886 * isearch.el (isearch-forward): Doc fix.
13887
13888 2005-04-23 Eli Zaretskii <eliz@gnu.org>
13889
13890 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
13891 (jit-lock-stealth-nice): Change default value to 0.5.
13892
13893 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
13894
13895 * abbrev.el (write-abbrev-file): Write table entries in
13896 alphabetical order by table name.
13897
13898 2005-04-22 Kim F. Storm <storm@cua.dk>
13899
13900 * ido.el (ido-read-internal): Fix `list' completion.
13901
13902 2005-04-22 Kenichi Handa <handa@m17n.org>
13903
13904 * recentf.el (recentf-save-file-coding-system): New variable.
13905 (recentf-save-list): Encode the file by
13906 recentf-save-file-coding-system and add coding: tag.
13907
13908 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
13909
13910 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
13911
13912 2005-04-21 Lute Kamstra <lute@gnu.org>
13913
13914 * loadhist.el (unload-feature): Don't remove a function from hooks
13915 if it is about to be restored to an autoload . Remove functions
13916 that will become unbound from auto-mode-alist. Simplify the code.
13917
13918 * subr.el (assq-delete-all): New implementation that is linear,
13919 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
13920 (rassq-delete-all): New function.
13921
13922 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13923 Add size-indication-mode.
13924
13925 2005-04-21 Kenichi Handa <handa@m17n.org>
13926
13927 * international/mule-cmds.el: Add autoload for widget-value in
13928 eval-when-compile.
13929
13930 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
13931
13932 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13933 Add tooltip-mode.
13934
13935 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
13936
13937 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
13938
13939 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
13940 (inferior-lisp-filter-regexp, inferior-lisp-program)
13941 (inferior-lisp-load-command, inferior-lisp-prompt)
13942 (inferior-lisp-mode-hook, lisp-source-modes)
13943 (inferior-lisp-load-hook): defvar->defcustom.
13944 (inferior-lisp-program, inferior-lisp-prompt)
13945 (inferior-lisp-load-hook): Doc fixes.
13946 (inferior-lisp-install-letter-bindings): Small change in
13947 introductory comment.
13948
13949 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13950
13951 * vc.el (vc-annotate-color-map): Change some colors so that text
13952 using them as foreground is readable on both white and black
13953 backgrounds.
13954
13955 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * international/mule-conf.el (translation-table-for-input):
13958 Remove redundant declaration.
13959
13960 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13961
13962 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
13963
13964 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
13965 (tooltip-toggle-gud-tips): New function.
13966
13967 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13968
13969 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
13970 right angle brackets.
13971
13972 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13973
13974 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
13975
13976 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
13979 Remove. Update callers to use expand-file-name instead.
13980
13981 * subr.el (syntax-class): New function.
13982
13983 * simple.el (blink-matching-open): Use it.
13984
13985 * paren.el (show-paren-function): Use it to recognize parens that are
13986 also used in 2-char comment markers.
13987
13988 2005-04-19 Lute Kamstra <lute@gnu.org>
13989
13990 * loadhist.el (unload-feature): Update for new format of
13991 load-history. Simplify the code.
13992
13993 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13994
13995 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
13996 (mac-add-charset-info): New function. Initialize variable
13997 mac-charset-info-alist using it.
13998 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
13999 for translation.
14000 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14001 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14002 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14003 New CCL programs.
14004
14005 2005-04-19 Kim F. Storm <storm@cua.dk>
14006
14007 * simple.el (next-buffer, prev-buffer, next-error)
14008 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14009 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14010
14011 * bindings.el (next-buffer, prev-buffer, next-error)
14012 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14013 (clone-indirect-buffer-other-window): Move bindings from simple.el.
14014 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14015 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14016
14017 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14018
14019 * isearch.el (isearch-edit-string): Make the search-ring available for
14020 minibuffer history commands.
14021 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14022 the default history commands now work just as well.
14023 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14024
14025 2005-04-18 Kim F. Storm <storm@cua.dk>
14026
14027 * emulation/cua-base.el (cua--pre-command-handler): Add more
14028 elaborate check for shift modifier on non-window systems.
14029
14030 2005-04-18 Lars Hansen <larsh@math.ku.dk>
14031
14032 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14033
14034 2005-04-18 Kim F. Storm <storm@cua.dk>
14035
14036 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14037 and make it optional. Don't test tooltip-gud-echo-area here.
14038 (tooltip-gud-process-output, gdb-tooltip-print):
14039 Pass tooltip-gud-echo-area to tooltip-show.
14040 (tooltip-help-tips): Remove second optional arg to tooltip-show.
14041
14042 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14043
14044 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14045 `display-graphic-p' may not be bound yet.
14046
14047 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
14048
14049 * startup.el (command-line): No longer enable Xterm Mouse mode by
14050 default in terminals compatible with xterm.
14051
14052 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14053
14054 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
14055
14056 * tooltip.el (tooltip-gud-echo-area): Rename from
14057 tooltip-use-echo-area.
14058 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14059 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14060 area independently of where help tooltips are displayed.
14061
14062 2005-04-17 David Kastrup <dak@gnu.org>
14063
14064 * cus-theme.el (custom-theme-write-variables): Quote variables
14065 where necessary.
14066
14067 2005-04-17 Richard M. Stallman <rms@gnu.org>
14068
14069 * simple.el (yank-excluded-properties): Add follow-link to value.
14070
14071 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14072
14073 * startup.el (fancy-splash-max-time): Just 30 seconds.
14074 (fancy-splash-delay): Just 7.
14075 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14076
14077 * loadhist.el (unload-feature): Update for new format of load-history.
14078 Simplify the code.
14079
14080 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14081 (rmail-font-lock-keywords): Don't fontify the text of a citation.
14082
14083 * mail/sendmail.el (mail-font-lock-keywords):
14084 Don't fontify subject text.
14085 Don't fontify the text of a citation.
14086
14087 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
14088
14089 * comint.el (comint-output-filter): Run comint-output-filter-functions
14090 with point where the user had it.
14091
14092 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14093
14094 * international/ucs-tables.el (ucs-set-table-for-input):
14095 Disable when using unify-on-decoding.
14096
14097 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
14098
14099 * emulation/cua-base.el (cua-global-mark-face): Add special case
14100 for displays supporting a high number of colors.
14101
14102 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
14103
14104 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14105
14106 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
14107
14108 * filesets.el (filesets-add-buffer): If user supplies a name of a
14109 non-existing fileset, create a new fileset.
14110
14111 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
14112
14113 * textmodes/org.el (org-up-heading-all): Fix bug with
14114 `outline-up-heading-all'.
14115
14116 2005-04-16 Andreas Schwab <schwab@suse.de>
14117
14118 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14119 /etc/permissions.d/* and /etc/aliases.d/*.
14120
14121 2005-04-16 Kenichi Handa <handa@m17n.org>
14122
14123 * international/code-pages.el (cp-make-coding-system):
14124 Set `translation-table-for-input' property value to the symbol
14125 ucs-mule-to-mule-unicode, not to that value.
14126 (pt154): Escape guillemet by `\'.
14127
14128 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
14129
14130 * loadup.el: Load tooltip if x-show-tip is fboundp.
14131
14132 * startup.el (command-line): Add comment.
14133
14134 * tooltip.el (tooltip-mode): Specify correct standard value for
14135 Custom in init-value.
14136
14137 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
14138
14139 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14140 possible.
14141
14142 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
14143
14144 * textmodes/org.el (org-agenda-date-prompt): Rename from
14145 `org-agenda-date-today'.
14146 (org-evaluate-time-range): Insert at point instead of directly
14147 after time range.
14148 (org-first-headline-recenter, org-subtree-end-visible-p)
14149 (org-optimize-window-after-visibility-change): New functions
14150 (org-agenda-post-command-hook): Don't allow point at end of line,
14151 to make sure it always hits the text properties.
14152 (org-agenda-next-date-line, org-agenda-previous-date-line):
14153 New commands.
14154 (org-set-regexps-and-options): Category may contain white space.
14155 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14156 Improve marker positions.
14157 (org-agenda-new-marker): Argument POS made optional.
14158 (org-agenda-get-timestamps): Deadlines which are done are listed
14159 in org-done-face now.
14160 (org-agenda-get-todos, org-agenda-get-timestamps)
14161 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14162 Set `undone-face' and `done-face' properties.
14163 (org-last-todo-state-is-todo): New variable.
14164 (org-todo): Set `org-last-todo-state-is-todo'.
14165 (org-agenda-todo): Change face according to
14166 `org-last-todo-state-is-todo'. And change other lines referring to
14167 the same entry.
14168 (org-calendar-goto-agenda): New command.
14169 (org-calendar-to-agenda-key): New option.
14170 (org-startup-folded): New allowed value `content'.
14171 (org-set-regexps-and-options): Accept new value `content' for
14172 `org-startup-folded'.
14173 (org-get-current-options): Handle new value `content' for
14174 `org-startup-folded'.
14175 (org-insert-todo-heading): New command.
14176 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14177 interactively in empty file and option
14178 `org-insert-mode-line-in-empty-file' has been set.
14179 (org-agenda-todo,org-agenda-priority): Modify to use
14180 `org-agenda-change-all-lines'.
14181 (org-warning-face): Change color on dark background
14182
14183 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14184
14185 * international/mule-cmds.el (set-locale-environment): On Mac OS,
14186 use preferences AppleLocale and AppleLanguages, and variable
14187 mac-system-locale for default locale. On Mac OS Classic, use
14188 mac-system-coding-system for default coding systems.
14189
14190 * term/mac-win.el: Don't set file-name-coding-system.
14191 Decode variables system-name, emacs-build-system, user-login-name, and
14192 user-full-name by mac-system-coding-system on Mac OS Classic.
14193 (mac-system-coding-system): New variable.
14194
14195 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
14196
14197 * startup.el (command-line): Handle `xterm-mouse-mode' before
14198 reading init file.
14199
14200 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14201
14202 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14203
14204 * progmodes/sh-script.el (sh-here-document-word): Make it a
14205 defcustom. Doc fix.
14206 (sh-add): Bash uses $(( )) for arithmetic.
14207 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14208 (sh-maybe-here-document): Remove quotes and leading whitespace
14209 from heredoc word when closing. Indent heredoc with tabs if word
14210 starts with "-".
14211
14212 2005-04-13 Richard M. Stallman <rms@gnu.org>
14213
14214 * simple.el (undo): Fix previous change.
14215
14216 * custom.el (defface): Doc fix.
14217
14218 2005-04-13 Lute Kamstra <lute@gnu.org>
14219
14220 * Makefile.in (DONTCOMPILE): Remove list.
14221 (compile, compile-always): Don't use DONTCOMPILE.
14222 (update-authors): Load the library in which batch-update-authors
14223 is defined.
14224 * makefile.w32-in (DONTCOMPILE): Remove list.
14225 (compile, compile-always): Fix comments.
14226 (update-authors): Load the library in which batch-update-authors
14227 is defined.
14228
14229 * generic-x.el (generic-mode-ini-file-find-file-hook):
14230 Rename to ini-generic-mode-find-file-hook.
14231 Keep generic-mode-ini-file-find-file-hook as an alias.
14232 (ini-generic-mode-find-file-hook): Rename from
14233 generic-mode-ini-file-find-file-hook. Fix docstring.
14234 (ini-generic-mode): Docstring change.
14235 (bat-generic-mode-run-as-comint): Silence the byte compiler.
14236
14237 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14238 called from lisp.
14239
14240 * generic.el: Move to the emacs-lisp subdir.
14241
14242 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14243
14244 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14245 and C-S- function and cursor motion keys.
14246
14247 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
14248
14249 * startup.el (command-line): Enable Xterm Mouse mode by default.
14250 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14251 for Custom. No longer show "Mouse" in mode line when enabled.
14252 Doc fix.
14253
14254 2005-04-12 Kim F. Storm <storm@cua.dk>
14255
14256 * emulation/cua-base.el (cua-rectangle-face)
14257 (cua-rectangle-noselect-face): Define face attributes here.
14258
14259 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14260
14261 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14262
14263 * startup.el (command-line): Turn off blinking cursor if
14264 cursorBlink in resources is off or false.
14265
14266 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14267
14268 * term/mac-win.el (dnd): Require dnd.
14269 (mac-drag-n-drop): Call dnd-handle-one-url.
14270 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14271 (kTextEncodingISOLatin2): Remove constants.
14272 (mac-script-code-coding-systems): New constant.
14273 (mac-handle-language-change): New function.
14274 (special-event-map): Bind it to `language-change' event.
14275 (mac-centraleurroman, mac-cyrillic): New coding systems.
14276 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14277 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14278 and mac-cyrillic-encoder to encode-mac-centraleurroman and
14279 encode-mac-cyrillic, respectively.
14280
14281 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14282
14283 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14284 Don't set overlay-arrow-string to "=>" as this is done
14285 globally in C now.
14286
14287 2005-04-12 Lute Kamstra <lute@gnu.org>
14288
14289 * generic-x.el (rc-generic-mode, rul-generic-mode):
14290 Fix auto-mode-alist entries.
14291 (etc-fstab-generic-mode): Tweak fontification.
14292
14293 * generic.el (generic-make-keywords-list): Fix docstring.
14294 (generic-mode-internal): Simplify generic-font-lock-keywords.
14295
14296 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14297
14298 * whitespace.el (whitespace-buffer-leading)
14299 (whitespace-buffer-trailing): Revert the incorrect test inversion.
14300 However, fix the highlight area for the leading and
14301 trailing whitespaces to show space.
14302
14303 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14304
14305 * whitespace.el (whitespace-version): Bump to 3.5
14306
14307 (whitespace-buffer-leading, whitespace-buffer-trailing):
14308 Invert sense of the test to highlight the whitespace.
14309
14310 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14311
14312 * progmodes/gud.el (gud-display-line): GUD uses its own
14313 overlay arrow now so don't set overlay-arrow-string.
14314 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14315
14316 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
14317
14318 * term.el (term-ansi-current-bold, term-ansi-current-underline)
14319 (term-ansi-current-reverse, term-ansi-current-invisible)
14320 (term-ansi-face-already-done): Change to boolean.
14321 (term-reset-terminal, term-handle-colors-array): Handle the above
14322 vars accordingly.
14323 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14324 (term-emulate-terminal): Use the new name.
14325
14326 * faces.el (secondary-selection): Use yellow1, not yellow.
14327 (trailing-whitespace): Use red1, not red.
14328
14329 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14330
14331 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14332 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14333 (dired-dnd-handle-file): Call dnd-get-local-file-uri
14334
14335 * cus-edit.el (dnd): New group.
14336
14337 * term/w32-win.el (dnd): Require dnd
14338 (w32-drag-n-drop): Call dnd-handle-one-url.
14339
14340 * x-dnd.el: Require dnd.
14341 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14342 Call dnd-handle-one-url.
14343 (x-dnd-types-alist, x-dnd-insert-utf8-text)
14344 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14345 to dnd-insert-text.
14346 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14347 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14348 (x-dnd-get-local-file-name, x-dnd-open-local-file)
14349 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14350
14351 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14352
14353 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14354
14355 * wdired.el: Doc fixes.
14356 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14357 (wdired-use-dired-vertical-movement): Rename from
14358 wdired-always-move-to-filename-beginning.
14359 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14360 (wdired-change-to-wdired-mode): Change mode name.
14361 (wdired-newline): Delete.
14362
14363 2005-04-11 Richard M. Stallman <rms@gnu.org>
14364
14365 * whitespace.el (whitespace-highlight-the-space):
14366 Don't call whitespace-unhighlight-the-space here.
14367
14368 * simple.el (undo): Record t in undo-equiv-table
14369 for the redo record made by an undo-in-region.
14370
14371 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14372
14373 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14374 (gdb-frame-inferior-io-buffer): New Functions to control
14375 display of separate IO buffer.
14376 (menu): Add them to menu-bar.
14377 (gdb-display-buffer): Check for buffer another frame.
14378 Protect GUD buffer.
14379 (gdb-setup-windows): Create IO buffer if not already there.
14380 (gdb-memory-mode): Remove purecopy noops.
14381
14382 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14383
14384 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14385 and pass to self-insert-command.
14386
14387 2005-04-11 Lute Kamstra <lute@gnu.org>
14388
14389 * generic.el: Commentary section cleanup.
14390 (generic): Delete.
14391 (generic-use-find-file-hook, generic-lines-to-scan)
14392 (generic-find-file-regexp, generic-ignore-files-regexp)
14393 (default-generic-mode, generic-mode-find-file-hook)
14394 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14395 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
14396 (generic-use-find-file-hook, generic-lines-to-scan)
14397 (generic-find-file-regexp, generic-ignore-files-regexp)
14398 (default-generic-mode, generic-mode-find-file-hook)
14399 (generic-mode-ini-file-find-file-hook): Move from generic.el.
14400
14401 2005-04-10 Karl Fogel <kfogel@red-bean.com>
14402
14403 * bookmark.el (bookmark-write-file): Catch errors writing file.
14404 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14405
14406 2005-04-10 Richard M. Stallman <rms@gnu.org>
14407
14408 * startup.el (fancy-splash-tail): Update copyright year.
14409 (command-line): Split part of -Q into -D.
14410 (emacs-basic-display): New defvar.
14411 (fancy-splash-text): Correct name of menu item.
14412
14413 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14414
14415 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14416 lines in one node.
14417
14418 * comint.el (comint-send-input): New arg ARTIFICIAL.
14419 Callers in this file changed.
14420
14421 * abbrev.el (define-abbrevs): Read system abbrevs properly.
14422
14423 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14424
14425 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
14426
14427 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
14428 `ldap-search-internal'.
14429
14430 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14431
14432 * files.el (set-auto-mode-1): Use line-end-position.
14433
14434 * international/latin-1.el:
14435 * international/latin-2.el:
14436 * international/latin-3.el:
14437 * international/latin-4.el:
14438 * international/latin-5.el:
14439 * international/latin-8.el:
14440 * international/latin-9.el: Give punctuation syntax to NBSP.
14441
14442 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14443 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14444 Use char-classes to accept non-ascii letters, accepted in some recent
14445 bibtex implementations.
14446
14447 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
14448
14449 * custom.el (custom-set-minor-mode): Any non-nil value for the
14450 variable should enable the mode when set through Custom.
14451
14452 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14455 TAB binding so tab-always-indent is obeyed.
14456 (vhdl-minibuffer-local-map): Move initialization into declaration.
14457 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14458 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14459 (vhdl-hooked-abbrev): Avoid test for XEmacs.
14460 (vhdl-current-line): Use line-beginning-position.
14461 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14462 with-output-to-temp-buffer, so the current position can be recorded.
14463
14464 2005-04-10 Masatake YAMATO <jet@gyve.org>
14465
14466 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14467 Add regexp for gcov.
14468
14469 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14470
14471 * calendar/time-date.el (time-to-seconds, seconds-to-time)
14472 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14473 syntax which Emacs 20 doesn't support.
14474
14475 2005-04-09 Richard M. Stallman <rms@gnu.org>
14476
14477 * help.el (describe-key-briefly, describe-key):
14478 Replace strings as event types with "(any string)".
14479
14480 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14481
14482 * arc-mode.el (archive-mode-map): Move initialization into
14483 the declaration. Override *all* bindings of `undo'.
14484 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14485
14486 2005-04-09 Jay Belanger <belanger@truman.edu>
14487
14488 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14489
14490 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14491
14492 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14493 (xterm-register-default-colors): Update color values computation
14494 to match xterm-200.
14495
14496 2005-04-09 Kenichi Handa <handa@m17n.org>
14497
14498 * international/code-pages.el (iso-latin-7): Fix the map.
14499
14500 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
14501
14502 * emacs-lisp/lisp.el (defun-prompt-regexp)
14503 (parens-require-spaces, buffer-end, end-of-defun)
14504 (insert-parentheses): Doc fixes.
14505
14506 2005-04-08 Kim F. Storm <storm@cua.dk>
14507
14508 * comint.el (comint-highlight-prompt): Fix face spec.
14509 * hi-lock.el (hi-green): Likewise.
14510
14511 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14512
14513 * cus-edit.el (custom-modified-face):
14514 * comint.el (comint-highlight-input): Fix previous changes.
14515 * term.el (term-handle-ansi-escape): Add a comment.
14516
14517 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14518
14519 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14520 in the buffer and in whitespace-highlighted-space.
14521 (whitespace-unhighlight-the-space): Simplify.
14522 (whitespace-buffer): Simplify.
14523
14524 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14525
14526 * textmodes/table.el (table-cell-face): Add special case for
14527 displays supporting a high number of colors.
14528 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14529 (vhdl-font-lock-reserved-words-face)
14530 (vhdl-speedbar-architecture-face)
14531 (vhdl-speedbar-instantiation-face)
14532 (vhdl-speedbar-architecture-selected-face)
14533 (vhdl-speedbar-instantiation-selected-face): Likewise.
14534 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14535 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14536 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14537 (ebrowse-root-class-face, ebrowse-member-attribute-face)
14538 (ebrowse-progress-face): Likewise.
14539 * progmodes/compile.el (compilation-info-face): Likewise.
14540 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14541 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14542 * calendar/calendar.el (diary-face): Likewise.
14543 * woman.el (woman-italic-face, woman-bold-face)
14544 (woman-unknown-face): Likewise.
14545 * wid-edit.el (widget-button-pressed-face): Likewise.
14546 * whitespace.el (whitespace-highlight-face): Likewise.
14547 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14548 * pcvs-info.el (cvs-marked-face): Likewise.
14549 * info.el (info-xref): Likewise.
14550 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14551 * hilit-chg.el (highlight-changes-face)
14552 (highlight-changes-delete-face): Likewise.
14553 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14554 (hi-red-b): Likewise.
14555 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14556 * font-lock.el (font-lock-keyword-face)
14557 (font-lock-function-name-face, font-lock-warning-face): Likewise.
14558 * cus-edit.el (custom-invalid-face, custom-modified-face)
14559 (custom-set-face, custom-changed-face, custom-variable-tag-face)
14560 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14561 * comint.el (comint-highlight-prompt): Likewise.
14562
14563 2005-04-08 Lute Kamstra <lute@gnu.org>
14564
14565 * font-lock.el (font-lock-keywords): Docstring fixes.
14566
14567 2005-04-08 Kenichi Handa <handa@m17n.org>
14568
14569 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14570 chars are more than a limit, print " and more..." at the tail.
14571
14572 2005-04-08 Kim F. Storm <storm@cua.dk>
14573
14574 * emacs-lisp/authors.el (authors-aliases): Update list.
14575 (authors-ignored-files): New list.
14576 (authors-fixed-entries): Fix typo.
14577 (authors-renamed-files-alist): Update list.
14578 (authors-add): Check authors-ignored-files.
14579
14580 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
14581
14582 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14583 optional, to ensure backward compatibility.
14584
14585 2005-04-08 Stephen Eglen <stephen@gnu.org>
14586
14587 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14588
14589 2005-04-08 Kim F. Storm <storm@cua.dk>
14590
14591 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14592
14593 * mouse.el (mouse-on-link-p): Doc fix.
14594
14595 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
14596
14597 * ielm.el (ielm-prompt-read-only): Doc fix.
14598
14599 * comint.el (comint-prompt-read-only): Doc fix.
14600
14601 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
14602
14603 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14604 ensure dired always handles wildcards passed to ffap.
14605 (find-file-at-point): Use it.
14606 (ffap-dired-wildcards): Doc fix.
14607
14608 2005-04-07 Juri Linkov <juri@jurta.org>
14609
14610 * simple.el (next-error-overlay-arrow-position): New defvar.
14611 Put "=>" on its property `overlay-arrow-string'. Add it to
14612 `overlay-arrow-variable-list'.
14613
14614 * progmodes/compile.el (compilation-setup):
14615 Set `next-error-overlay-arrow-position' to nil. Also set it to
14616 nil in the local hook `kill-buffer-hook'. Make local variable
14617 `overlay-arrow-string' and set it to "=>".
14618 (compilation-goto-locus): Set BOL position to
14619 `next-error-overlay-arrow-position' instead of
14620 `overlay-arrow-position'.
14621
14622 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14623 locally instead of adding it to the global hook.
14624 (Info-kill-buffer): Move up.
14625
14626 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14627
14628 * term/xterm.el (xterm-standard-colors): Update color values from
14629 xterm-200.
14630
14631 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
14632
14633 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14634
14635 * fast-lock.el:
14636 * lazy-lock.el: Move them to the obsolete subdir.
14637
14638 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14639
14640 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14641 (wdired-add-replace-advice): Remove.
14642 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14643
14644 2005-04-06 Kim F. Storm <storm@cua.dk>
14645
14646 * startup.el (command-line): Add --bare-bones alias for -Q.
14647
14648 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14649
14650 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14651 create the startup fontset if a font specification ends with
14652 `mac-roman'.
14653
14654 2005-04-06 Lute Kamstra <lute@gnu.org>
14655
14656 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14657 change.
14658
14659 * emacs-lisp/copyright.el (copyright-update-year): Replace the
14660 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
14661
14662 2005-04-05 Lute Kamstra <lute@gnu.org>
14663
14664 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14665 (define-generic-mode): Ditto. Fix debug declaration.
14666
14667 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14668 Put them in the generic-x group.
14669
14670 * calendar/timeclock.el (timeclock): Doc fix.
14671
14672 * generic.el (define-generic-mode): Don't use custom-current-group.
14673 Document default :group value.
14674 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14675 (define-global-minor-mode): Don't use custom-current-group.
14676
14677 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14678
14679 * startup.el (command-line-1): Display startup-echo-area-message
14680 when fancy splash screen is in use.
14681
14682 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14683 (sh-escaped-newline): New face.
14684 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14685 newline, and use sh-escaped-newline face.
14686
14687 * progmodes/tcl.el (tcl-escaped-newline): New face.
14688 (tcl-builtin-list): New variable.
14689 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14690 newlines. Fix keywords subexpression number.
14691
14692 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
14693
14694 * textmodes/org.el (org-diary-default-entry): Fix call to
14695 `add-to-diary-entry'.
14696
14697 2005-04-05 Kim F. Storm <storm@cua.dk>
14698
14699 * ediff-init.el: Use (featurep 'xemacs).
14700
14701 2005-04-05 David Ponce <david@dponce.com>
14702
14703 * cus-edit.el (face): Derive from symbol widget. Display sample
14704 of the current face on the fly.
14705 (widget-face-sample-face-get, widget-face-notify): New functions.
14706 (widget-face-value-create): Remove.
14707
14708 * wid-edit.el (widget-field-end): Temporarily remove field
14709 narrowing before to call `get-char-property'.
14710
14711 2005-04-04 Jay Belanger <belanger@truman.edu>
14712
14713 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14714 (math-read-subscripts): New variable.
14715 (math-read-preprocess-string): Process subscripts.
14716
14717 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
14718
14719 * comint.el (comint-prompt-read-only): Doc fix.
14720
14721 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14722 `-1'. Doc fix.
14723
14724 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
14725
14726 * textmodes/org.el (org-insert-mode-line-in-empty-file):
14727 Change default value to nil.
14728
14729 2005-04-04 Lute Kamstra <lute@gnu.org>
14730
14731 * autorevert.el (auto-revert-mode): Specify :group.
14732 * battery.el (display-battery-mode): Specify :group.
14733 * diff-mode.el (diff-minor-mode): Specify :group.
14734 * font-core.el (font-lock-mode): Specify :group.
14735 * hl-line.el (hl-line-mode): Specify :group.
14736 * iimage.el (iimage): New customization group.
14737 (iimage-mode): Specify :group.
14738 * longlines.el (longlines-mode): Specify :group.
14739 * master.el: Don't require easy-mmode.
14740 (master): New customization group.
14741 (master-mode): Specify :group.
14742 * msb.el (msb-mode): Specify :group.
14743 * reveal.el (reveal-mode): Specify :group.
14744 * simple.el (next-error-follow-minor-mode): Specify :group.
14745 * smerge-mode.el (smerge-mode): Specify :group.
14746 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14747 * emulation/cua-base.el (cua-mode): Specify :group.
14748 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14749 * language/thai-util.el (thai-auto-composition-mode)
14750 (thai-word-mode): Specify :group.
14751 * mail/supercite.el (sc-minor-mode): Specify :group.
14752 * progmodes/cwarn.el (cwarn-mode): Specify :group.
14753 * progmodes/flymake.el (flymake-mode): Specify :group.
14754 * progmodes/glasses.el (glasses-mode): Specify :group.
14755 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14756 * textmodes/enriched.el (enriched-mode): Specify :group.
14757 * textmodes/refill.el (refill-mode): Specify :group.
14758
14759 * add-log.el (change-log-font-lock-keywords): Names in
14760 parenthesized lists can contain spaces.
14761
14762 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
14763
14764 * startup.el (fancy-splash-text): Shorten default text of
14765 "Emacs Tutorial" line. Also, if the current language env
14766 indicates an available tutorial file other than TUTORIAL,
14767 extract its title and append it to the line in parentheses.
14768 (fancy-splash-insert): If arg is a thunk, funcall it.
14769
14770 2005-04-04 Jay Belanger <belanger@truman.edu>
14771
14772 * calc.el (calc-language-alist): Add tags to customization type.
14773
14774 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
14775
14776 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14777 Doc fix.
14778
14779 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
14780
14781 * add-log.el (change-log-font-lock-keywords): The manual
14782 describing a Change Log entry, says: (...) "Aside from these
14783 header lines, every line in the change log starts with a space or
14784 a tab.". The font-lock was not highlighting lines started with
14785 spaces, added support for it.
14786
14787 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14788
14789 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
14790 (bibtex-generate-url-list): Update docstring accordingly. Put the
14791 complex example in the docstring.
14792 (bibtex-font-lock-url): Use pop.
14793
14794 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
14797
14798 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
14799
14800 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14801
14802 * filesets.el (filesets-set-default): Doc fix.
14803
14804 2005-04-03 Lute Kamstra <lute@gnu.org>
14805
14806 * generic.el (define-generic-mode): Add argument to specify
14807 keywords for defcustom.
14808 (default-generic-mode): Specify :group.
14809
14810 * generic-x.el: Specify :group for all generic modes.
14811
14812 * desktop.el (desktop-no-desktop-file-hook)
14813 (desktop-after-read-hook): Doc fix.
14814
14815 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
14816
14817 * simple.el (visible-mode): Use explicit :group keyword.
14818 This changes the group of `visible-mode-hook' from paren-blinking
14819 to editing-basics.
14820
14821 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
14822
14823 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
14824 mailbox specifications as well as URLs.
14825 (rmail-insert-inbox-text): Remove unused conditional branches.
14826
14827 2005-04-01 Jay Belanger <belanger@truman.edu>
14828
14829 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
14830 (calc-gnuplot-print-command): Move definitions to calc.el.
14831
14832 * calc/calc-embed.el (calc-embedded-announce-formula)
14833 (calc-embedded-open-formula, calc-embedded-close-formula)
14834 (calc-embedded-open-word, calc-embedded-close-word)
14835 (calc-embedded-open-plain, calc-embedded-close-plain)
14836 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
14837 (calc-embedded-open-mode, calc-embedded-close-mode):
14838 Move definitions to calc.el.
14839
14840 * calc/calc.el (calc-settings-file, calc-language-alist):
14841 Make customizable.
14842 (calc-embedded-announce-formula, calc-embedded-open-formula)
14843 (calc-embedded-close-formula, calc-embedded-open-word)
14844 (calc-embedded-close-word, calc-embedded-open-plain)
14845 (calc-embedded-close-plain, calc-embedded-open-new-formula)
14846 (calc-embedded-close-new-formula, calc-embedded-open-mode)
14847 (calc-embedded-close-mode, calc-gnuplot-name)
14848 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
14849 from other files and make customizable.
14850
14851 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
14854 Use buffer-live-p.
14855 (cvs-mode-run): Don't call cvs-update-header here.
14856 (cvs-run-process): Call cvs-update-header.
14857 Use process properties for cvs-postprocess and cvs-buffer so that
14858 the sentinel can behave better if the temp buffer is killed.
14859 Use a pipe rather than a tty, to better handle unexpected prompts.
14860 (cvs-sentinel): Rewrite. Call cvs-update-header.
14861
14862 2005-04-01 Andre Spiegel <spiegel@gnu.org>
14863
14864 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
14865 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
14866
14867 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14868
14869 * generic.el (define-generic-mode): Add indentation rule.
14870
14871 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
14872
14873 * files.el (mode-require-final-newline): Make Custom correctly
14874 report a nil value and allow to set it to nil via Custom.
14875 Doc fix.
14876
14877 2005-04-01 Kenichi Handa <handa@m17n.org>
14878
14879 * international/characters.el: Enable the correct case setting for
14880 dotless-i and dotted-I.
14881
14882 2005-04-01 Kim F. Storm <storm@cua.dk>
14883
14884 * ido.el (ido-file-internal): Fall back to non-ido command if
14885 initial directory is on slow ftp (or tramp) host.
14886
14887 2005-03-31 Richard M. Stallman <rms@gnu.org>
14888
14889 * emacs-lisp/autoload.el (make-autoload):
14890 Handle define-global-minor-mode.
14891
14892 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14893 Rename from easy-mmode-define-global-mode.
14894 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
14895
14896 * progmodes/scheme.el (scheme-mode-syntax-table):
14897 Update syntax of | and # for two-character comment syntax.
14898
14899 2005-03-31 Lute Kamstra <lute@gnu.org>
14900
14901 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
14902 (define-minor-mode): Call custom-current-group at load-time.
14903
14904 * generic.el (define-generic-mode): Add debug declaration.
14905 Add defcustom for the mode hook.
14906 (generic-mode-internal): Use run-mode-hooks.
14907
14908 2005-03-31 Kim F. Storm <storm@cua.dk>
14909
14910 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
14911 (mouse-fixup-help-message): New defun called by show_help_echo
14912 to fixup mouse-2 prefix in help messages when applicable.
14913
14914 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
14915
14916 2005-03-31 Kenichi Handa <handa@m17n.org>
14917
14918 * language/thai-word.el (thai-find-word-ends): Pay attention to
14919 the case that we reach the end of buffer.
14920
14921 * textmodes/fill.el (fill-text-properties-at): New function.
14922 (fill-newline): Use fill-text-properties-at instead of
14923 text-properties-at.
14924
14925 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14926
14927 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
14928 not comint-quote-filename.
14929
14930 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
14931
14932 * help-fns.el (help-with-tutorial): Revert last change.
14933
14934 2005-03-31 Kim F. Storm <storm@cua.dk>
14935
14936 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
14937
14938 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
14939
14940 * calendar/cal-china.el: Update reference to "Calendrical
14941 Calculations" book; there's a new edition.
14942 * calendar/cal-coptic.el: Likewise.
14943 * calendar/cal-french.el: Likewise.
14944 * calendar/cal-hebrew.el: Likewise.
14945 * calendar/cal-islam.el: Likewise.
14946 * calendar/cal-iso.el: Likewise.
14947 * calendar/cal-julian.el: Likewise.
14948 * calendar/cal-mayan.el: Likewise.
14949 * calendar/cal-persia.el: Likewise.
14950 * calendar/calendar.el: Likewise.
14951 * calendar/holidays.el: Likewise.
14952 * calendar/lunar.el: Likewise.
14953 * calendar/solar.el: Likewise.
14954
14955 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
14956 white space from doc string.
14957
14958 2005-03-30 Jay Belanger <belanger@truman.edu>
14959
14960 * calc/calc-help.el (calc-full-help): Remove email address.
14961
14962 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
14963
14964 * help-fns.el (help-with-tutorial): Delete title line.
14965
14966 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14967
14968 * calendar/cal-x.el (calendar-one-frame-setup)
14969 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
14970 rather than 'symbol for set-window-dedicated-p.
14971
14972 * calendar/appt.el (appt-buffer-name): Make it a constant.
14973 (appt-add): Doc fix.
14974
14975 * filesets.el (filesets-menu-path, filesets-menu-before)
14976 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
14977 (filesets-menu-cache-file): Use directory ~/.emacs.d.
14978 (filesets-add-submenu): Delete and use add-submenu instead.
14979
14980 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
14981
14982 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
14983 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
14984 (org-diary-default-entry): New function.
14985 (org-get-entries-from-diary): Better parsing of diary entries.
14986 (org-agenda-check-no-diary): New function.
14987 ("diary-lib"): Advice to function `add-to-diary-list', to allow
14988 linking to diary entries.
14989 (org-agenda-execute-calendar-command): New function.
14990 (org-agenda): Improve visible section in window.
14991 Use `org-fit-agenda-window'.
14992 (org-fit-agenda-window): New option.
14993 (org-move-subtree-down): Better handling of empty lines
14994 at end of subtree.
14995 (org-cycle): Numeric prefix is interpreted now as show-subtree N
14996 levels up.
14997 (org-fontify-done-headline): New option.
14998 (org-headline-done-face): New face.
14999 (org-set-font-lock-defaults): Use `org-headline-done-face'.
15000 (org-table-copy-down): Rename from `org-table-copy-from-above'.
15001 When current field is non-empty, it is copied to next row.
15002 (org-table-copy-from-above): Fix bug which made it
15003 impossible to copy fields containing only a single non-white character.
15004
15005 2005-03-30 Kim F. Storm <storm@cua.dk>
15006
15007 * kmacro.el (kmacro-end-macro): Isearch may store this command
15008 into the macro -- so ignore it when executing keyboard macro.
15009
15010 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15011
15012 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15013
15014 2005-03-29 Kenichi Handa <handa@m17n.org>
15015
15016 * language/thai.el ("Thai"): Set setup-function and exit-function
15017 for Thai language environment.
15018
15019 * language/thai-util.el: Require thai-word.
15020 (thai-word-mode-map): New variable.
15021 (thai-word-mode): New minor mode.
15022 (setup-thai-language-environment-internal): New function.
15023 (exit-thai-language-environment-internal): New function.
15024
15025 * language/thai-word.el (thai-word-table): Declare it by defvar,
15026 use dolist to initialize it.
15027 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15028 (thai-fill-find-break-point): New functions.
15029
15030 2005-03-29 Richard M. Stallman <rms@gnu.org>
15031
15032 * simple.el (idle-update-delay): Move definition up.
15033 (set-mark): Doc fix.
15034
15035 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
15036
15037 * longlines.el: New file.
15038
15039 * simple.el (buffer-substring-filters): New variable.
15040 (filter-buffer-substring): New function.
15041 (kill-region, copy-region-as-kill): Use it.
15042
15043 * register.el (copy-to-register, append-to-register)
15044 (prepend-to-register): Use filter-buffer-substring.
15045
15046 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15047
15048 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15049 (gud-filter-pending-text): Move in front of gdb.
15050 (gud-overlay-arrow-position): New variable.
15051 (gud-sentinel, gud-display-line): Use it in place of
15052 overlay-arrow-position.
15053
15054 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
15055
15056 * progmodes/fortran.el (fortran-if-indent): Doc fix.
15057 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15058 (fortran-font-lock-keywords-4): New variable.
15059 (fortran-blocks-re, fortran-end-block-re)
15060 (fortran-start-block-re): New constants, for hideshow.
15061 (hs-special-modes-alist): Add a Fortran entry.
15062 (fortran-mode-map): Bind fortran-end-of-block,
15063 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15064 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
15065 (fortran-looking-at-if-then, fortran-end-of-block)
15066 (fortran-beginning-of-block): New functions, for hideshow.
15067
15068 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15069 Doc fix. Tweak regexp.
15070 (f90-beginning-of-block): Push mark first.
15071
15072 2005-03-29 Jay Belanger <belanger@truman.edu>
15073
15074 * calc/calc.el: Update copyright date.
15075 (calc-version): Increase to 2.1.
15076 (calc-version-date): Remove.
15077
15078 * calc/calc-help.el: Update copyright date.
15079 (calc-full-help): Remove reference to calc-version-date.
15080 Update copyright date.
15081
15082 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15083
15084 * vc.el (vc-do-command): Use a pipe for async processes, so password
15085 prompts don't show up at places where the user can't reply.
15086
15087 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
15088
15089 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15090 on the file name we pass to the inferior shell.
15091
15092 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15093
15094 * progmodes/which-func.el (which-function): Be robust in the face of an
15095 imenu--make-index-alist failure.
15096
15097 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15098
15099 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15100
15101 * progmodes/python.el (python-preoutput-filter): Fix last change.
15102
15103 2005-03-29 Lute Kamstra <lute@gnu.org>
15104
15105 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15106 functions and compiled macros.
15107 (debug-convert-byte-code): Handle macros too.
15108 (debug-on-entry-1): Don't signal an error when trying to clear a
15109 function that is not set to debug on entry.
15110
15111 2005-03-29 Jay Belanger <belanger@truman.edu>
15112
15113 * calc/calc-lang.el: Add functions to math-function-table
15114 properties of tex and math.
15115
15116 2005-03-29 Kenichi Handa <handa@m17n.org>
15117
15118 * ps-mule.el (ps-mule-plot-string): Translate characters by
15119 ps-print-translation-table.
15120 (ps-mule-begin-job): Call find-charset-region/string with
15121 ps-print-translation-table.
15122 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15123
15124 * ps-print.el (ps-print-translation-table): New variable.
15125 (ps-plot-region): Translate characters by ps-print-translation-table.
15126
15127 2005-03-29 Juri Linkov <juri@jurta.org>
15128
15129 * simple.el (next-error-highlight-timer): New variable.
15130
15131 * progmodes/compile.el (compilation-goto-locus):
15132 Use `next-error-highlight-timer' instead of `sit-for'.
15133
15134 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15135
15136 * mail/supercite.el (sc-mail-field): Use assoc-string.
15137 (sc-get-address): Simplify regexps.
15138
15139 * files.el (minibuffer-with-setup-hook): New macro.
15140 (find-file-read-args): Use it to avoid let-binding
15141 minibuffer-with-setup-hook (which breaks turning on/off
15142 file-name-shadow-mode while in the prompt).
15143
15144 * complete.el (PC-read-include-file-name-internal):
15145 Use test-completion.
15146
15147 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
15148
15149 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15150
15151 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15152
15153 * window.el (window-buffer-height): Use count-screen-lines.
15154
15155 * progmodes/python.el (python-preoutput-leftover): New var.
15156 (python-preoutput-filter): Use it.
15157 (python-send-receive): Loop until all the result has been received.
15158
15159 2005-03-28 Juri Linkov <juri@jurta.org>
15160
15161 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15162
15163 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15164 "Recover Crashed Session".
15165 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15166 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15167 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15168 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15169 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15170 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15171 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15172 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15173
15174 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15175 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15176 Ediff Sessions", "Toggle use of separate control buffer frame",
15177 "Use separate frame for Ediff control buffer".
15178
15179 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15180 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15181 "Rename Bookmark", "Delete Bookmark".
15182
15183 * info.el (Info-mode-menu): Remove ellipsis from "Index".
15184 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15185 Add `:active Info-index-alternatives' to "Next Matching Item".
15186
15187 * wdired.el (wdired-change-to-wdired-mode):
15188 Mention `wdired-abort-changes' key in the initial message.
15189
15190 * international/mule.el (auto-coding-alist): Associate non-ascii
15191 image filename extensions with `no-conversion'.
15192
15193 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15194
15195 * international/iso-acc.el:
15196 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15197
15198 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
15199
15200 * textmodes/sgml-mode.el (html-mode): Doc update.
15201
15202 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15203
15204 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15205
15206 * term.el (term-move-columns): Fix face after extending a line.
15207 (term-insert-spaces): Likewise.
15208 (term-reset-terminal): Fix off by one error.
15209
15210 2005-03-26 Eli Zaretskii <eliz@gnu.org>
15211
15212 * international/mule.el (auto-coding-alist): Add .xpi files.
15213
15214 * files.el (auto-mode-alist): Add .xpi files.
15215
15216 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
15217
15218 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15219
15220 2005-03-26 Eli Zaretskii <eliz@gnu.org>
15221
15222 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15223
15224 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
15225
15226 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15227 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
15228
15229 * calendar/cal-move.el (calendar-beginning-of-year): Move the
15230 cursor to Jan 1 when needed.
15231 (calendar-end-of-year): Fix -/+ typo.
15232 Reported by Chong Yidong <cyd@stupidchicken.com>.
15233
15234 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15237
15238 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15239 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
15240
15241 2005-03-25 Richard M. Stallman <rms@gnu.org>
15242
15243 * filesets.el (filesets-init): Add autoload.
15244
15245 * mail/mailalias.el (mail-directory): Doc fix.
15246
15247 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15248
15249 * mail/mailalias.el (mail-directory-process): Do nothing if
15250 mail-directory-process is an atom.
15251 (mail-get-names): Ignore mail-directory-names if it is an atom.
15252 (mail-directory-process defvar): Doc fix.
15253 (mail-names): Doc fix.
15254
15255 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
15256
15257 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15258
15259 2005-03-26 Kenichi Handa <handa@m17n.org>
15260
15261 * international/mule-util.el (detect-coding-with-priority):
15262 Call update-coding-systems-internal before detect-coding-region.
15263
15264 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
15265
15266 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15267 (gdb-frames-mode-map): Add follow-link property.
15268
15269 2005-03-25 Jay Belanger <belanger@truman.edu>
15270
15271 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15272 for variables.
15273
15274 2005-03-25 Juri Linkov <juri@jurta.org>
15275
15276 * image-mode.el: Optimize image filename extension regexps in
15277 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
15278 in `auto-mode-alist'.
15279 (image-mode): Add `image-toggle-display-text' to local hook
15280 `change-major-mode-hook'. Display the image as an image by
15281 default. Set `cursor-type' and `truncate-lines' if the image
15282 is already displayed. Take into account the current mode (image
15283 or text) in message.
15284 (image-minor-mode): New minor mode.
15285 (image-mode-maybe, image-toggle-display-text): New functions.
15286 (image-toggle-display): Use called-interactively-p.
15287 Let-bind `inhibit-read-only' to t.
15288
15289 * image-mode.el (image-minor-mode): Set `cursor-type' and
15290 `truncate-lines' if the image is already displayed. Add turning
15291 image-minor-mode off to `change-major-mode-hook'. Add message.
15292 Call `image-toggle-display-text' after turning image-minor-mode off.
15293
15294 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15295
15296 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15297 Terminal.app, use utf-8.
15298 (set-display-table-and-terminal-coding-system): Add coding-system arg.
15299 (set-locale-environment): Use it.
15300
15301 * term/xterm.el: Undo last change, better done in mule-cmds.el.
15302
15303 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15304
15305 * progmodes/python.el (python-close-block-statement-p)
15306 (python-outdent-p, python-current-defun): Use symbol-end.
15307
15308 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15309
15310 * files.el (save-some-buffers): Doc fix.
15311
15312 2005-03-25 Werner Lemberg <wl@gnu.org>
15313
15314 * complete.el, thumbs.el: Replace `legal' with `valid'.
15315 * calendar/calendar.el: Replace `legal' with `valid'.
15316 * emacs-lisp/advice.el: Replace `legal' with `valid'.
15317 * mail/supercite.el: Replace `legal' with `valid'.
15318 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15319 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15320 Replace `legal' with `valid'.
15321 * textmodes/reftex-vars.el, textmodes/reftex.el:
15322 Replace `legal' with `valid'.
15323
15324 2005-03-25 Werner Lemberg <wl@gnu.org>
15325
15326 * calc/calc-forms.el, calc/calc-sel.el:
15327 * midnight.el, vc-cvs.el:
15328 * emacs-lisp/cl-macs.el:
15329 * emulation/vip.el:
15330 * eshell/esh-io.el, eshell/esh-var.el:
15331 * mail/supercite.el:
15332 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15333 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15334 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15335 * progmodes/sh-script.el, progmodes/xscheme.el:
15336 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15337 * textmodes/reftex-index.el, textmodes/reftex-parse.el
15338 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15339 * textmodes/reftex.el, textmodes/org.el:
15340 Replace `illegal' with `invalid'.
15341
15342 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15343
15344 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15345 (flymake-find-buildfile, flymake-find-possible-master-files)
15346 (flymake-check-include, flymake-parse-line): Replace loops over the
15347 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15348
15349 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15350 Substitute file-name-as-directory in the rest of the file.
15351 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15352 (flymake-replace-region): Remove unused arg `buffer'.
15353 (flymake-check-patch-master-file-buffer): Update calls to it.
15354 (flymake-add-err-info): Remove unused var `count'.
15355 (flymake-mode): Use define-minor-mode.
15356
15357 * progmodes/flymake.el: Use with-current-buffer.
15358 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15359 flymake-replace-regexp-in-string, flymake-line-beginning-position)
15360 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15361 Avoid testing for `xemacs'.
15362 (flymake-nop): Move.
15363 (flymake-region-has-flymake-overlays): Return the computed value.
15364 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15365 Remove unused var `endline'.
15366 (flymake-get-line-count): Remove unused function.
15367 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15368
15369 * emulation/vi.el:
15370 * generic.el:
15371 * hilit-chg.el (global-highlight-changes):
15372 * hi-lock.el (hi-lock-mode):
15373 * follow.el: find-file-hooks -> find-file-hook.
15374
15375 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15376
15377 2005-03-24 Juri Linkov <juri@jurta.org>
15378
15379 * dired.el (dired-mode-map): Add menu item "Compare directories"
15380 for dired-compare-directories.
15381
15382 * dired-aux.el (dired-compare-directories): Add autoload cookie.
15383 Doc fix. Replace `read-file-name' with `read-directory-name'.
15384
15385 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15386
15387 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15388
15389 2005-03-24 Jay Belanger <belanger@truman.edu>
15390
15391 * calc/calc-embed.el (calc-embedded-mode-change): Save all
15392 relevant mode settings in calc-embedded-original-modes when modes
15393 are permanently changed.
15394
15395 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15396
15397 * autoinsert.el: find-file-hooks -> find-file-hook.
15398
15399 2005-03-24 Lute Kamstra <lute@gnu.org>
15400
15401 * generic.el (generic-font-lock-defaults): Make it obsolete.
15402 (generic-font-lock-keywords): New variable to replace
15403 generic-font-lock-defaults.
15404 (generic-mode-set-font-lock): Delete it.
15405 (generic-mode-internal): Don't call generic-mode-set-font-lock.
15406 (generic-bracket-support): Add docstring.
15407
15408 * generic-x.el: Rename generic-font-lock-defaults to
15409 generic-font-lock-keywords throughout.
15410 (mailagent-rules-setup-function): Delete it.
15411 (mailagent-rules-generic-mode): Use anonymous function instead.
15412 (show-tabs-generic-mode-font-lock-defaults-1)
15413 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15414 Quote faces.
15415 (show-tabs-tab-face, show-tabs-space-face): Specify background,
15416 not foreground.
15417
15418 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15419 Recognize define-generic-mode.
15420
15421 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15422
15423 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15424 if there's no completion table.
15425
15426 2005-03-23 Miles Bader <miles@gnu.org>
15427
15428 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15429 Remove tty-specific variants, as they're no longer needed.
15430
15431 2005-03-23 Lute Kamstra <lute@gnu.org>
15432
15433 * generic-x.el: Code cleanup: make args constant whenever possible.
15434 (installshield-statement-keyword-list)
15435 (installshield-system-functions-list)
15436 (installshield-system-variables-list, installshield-types-list)
15437 (installshield-funarg-constants-list): Make them constants.
15438
15439 * generic.el (generic-make-keywords-list): Add autoload cookie.
15440
15441 * calendar/time-date.el: Add comment on time value formats.
15442 Don't require parse-time.
15443 (with-decoded-time-value): New macro.
15444 (encode-time-value): New function.
15445 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15446 (days-to-time): Return a valid time value when arg is huge.
15447 (time-since): Use time-subtract.
15448 (time-to-number-of-days): Use time-to-seconds.
15449
15450 2005-03-23 David Ponce <david@dponce.com>
15451
15452 * recentf.el: (recentf-keep): New option.
15453 (recentf-menu-action): Default to `find-file'.
15454 (recentf-keep-non-readable-files-flag)
15455 (recentf-keep-non-readable-files-p)
15456 (recentf-file-readable-p, recentf-find-file)
15457 (recentf-cleanup-remote): Remove.
15458 (recentf-include-p): More robust.
15459 (recentf-keep-p): New function.
15460 (recentf-remove-if-non-kept): Rename from
15461 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
15462 All callers updated.
15463 (recentf-menu-items-for-commands): Fix help string.
15464 (recentf-track-closed-file): Update. Doc fix.
15465 (recentf-cleanup): Update. Count removed files. Doc fix.
15466
15467 2005-03-23 Kim F. Storm <storm@cua.dk>
15468
15469 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15470 Don't inherit from fringe face (now happens automatically).
15471
15472 2005-03-22 Kim F. Storm <storm@cua.dk>
15473
15474 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15475 position values.
15476
15477 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15478
15479 * menu-bar.el (showhide-date-time): Remove.
15480 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15481 (menu-bar-make-mm-toggle): Simplify.
15482
15483 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15484
15485 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15486 Accept qualified variable and function names.
15487
15488 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
15489
15490 * bindings.el (completion-ignored-extensions):
15491 Remove ".lis" for `vax-vms'.
15492
15493 2005-03-22 Andreas Schwab <schwab@suse.de>
15494
15495 * generic-x.el: Revert last change.
15496 * ldefs-boot.el: Update.
15497
15498 2005-03-22 Jay Belanger <belanger@truman.edu>
15499
15500 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15501 (calc-embedded-save-original-modes)
15502 (calc-embedded-restore-original-modes): New functions.
15503 (calc-do-embedded): Save original modes when entering embedded mode
15504 and restore when leaving embedded mode.
15505 (calc-embedded-modes-change): Change the value of
15506 calc-embedded-original-modes to reflect permanent changes.
15507
15508 2005-03-22 Lute Kamstra <lute@gnu.org>
15509
15510 * generic-x.el: Require generic again.
15511
15512 2005-03-22 Miles Bader <miles@gnu.org>
15513
15514 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15515 Tweak details to look good on both ttys and bitmap displays, light
15516 or dark background, etc.
15517
15518 2005-03-21 Kim F. Storm <storm@cua.dk>
15519
15520 * tooltip.el (tooltip-show-help-function): Check car and cdr of
15521 mouse position.
15522
15523 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15524
15525 * icomplete.el: Don't forcibly turn on the mode upon load.
15526 (icomplete-mode): Use define-minor-mode.
15527 (icomplete-eoinput): Default to nil.
15528 (icomplete-minibuffer-setup): Remove autoload.
15529 (icomplete-tidy): Simplify.
15530 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15531 in the initial state or if the user has modified the field.
15532 Fix handling of icomplete-max-delay-chars.
15533 Remove code that handles the oddball case where
15534 minibuffer-completion-table is an integer.
15535 Wrap icomplete-completions in while-no-input in case building
15536 completions takes more time than expected.
15537 (icomplete-completions): Simplify.
15538
15539 2005-03-21 Richard M. Stallman <rms@gnu.org>
15540
15541 * jka-compr.el (jka-compr-really-do-compress):
15542 Make variable buffer-local.
15543
15544 * image-mode.el: Handle .xpm files too.
15545 (image-toggle-display): Preserve modification flag.
15546
15547 * help.el (where-is): Don't mention aliases with no key bindings.
15548
15549 2005-03-21 Lute Kamstra <lute@gnu.org>
15550
15551 * generic.el: Fix commentary section. Don't require cl for
15552 compilation.
15553 (generic-mode-list): Add autoload cookie.
15554 (generic-use-find-file-hook, generic-lines-to-scan)
15555 (generic-find-file-regexp, generic-ignore-files-regexp)
15556 (generic-mode, generic-mode-find-file-hook)
15557 (generic-mode-ini-file-find-file-hook): Fix docstrings.
15558 (define-generic-mode): Make it a defmacro. Fix docstring.
15559 (generic-mode-internal): Code cleanup. Add autoload cookie.
15560 (generic-mode-set-comments): Code cleanup.
15561 * generic-x.el: Don't prevent compilation. Don't require generic.
15562 Follow coding conventions. Minor code cleanup.
15563 (etc-fstab-generic-mode): Add some keywords.
15564 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15565 define-generic-mode like a function declaration.
15566
15567 2005-03-21 Jay Belanger <belanger@truman.edu>
15568
15569 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15570 changing modes.
15571
15572 2005-03-21 Sam Steingold <sds@gnu.org>
15573
15574 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15575
15576 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15577
15578 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15579 Add underscore to "f$ lexicals" regexp.
15580
15581 2005-03-20 Juri Linkov <juri@jurta.org>
15582
15583 * subr.el (progress-reporter-do-update): When `min-value' is equal
15584 to `max-value', set `percentage' to 0 and prevent division by zero.
15585
15586 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
15587
15588 Sync with Tramp 2.0.48.
15589
15590 * net/tramp.el (all): Change all addresses to .gnu.org.
15591 (tramp-append-tramp-buffers): New defun.
15592 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15593 Catch `dont-send' signal.
15594 (tramp-set-auto-save-file-modes): Set always permissions, because
15595 there might be an old auto-saved file belonging to another
15596 original file. This could be a security threat. Reported by
15597 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15598 Check for Emacs 21.3.50 removed.
15599
15600 * net/tramp-smb.el (all): Remove debug construct for
15601 `with-parsed-tramp-file-name'.
15602 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15603 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15604 No error message if DIRECTORY or FILENAME doesn't exist.
15605 (tramp-smb-open-connection): Check existence of
15606 `tramp-smb-program'.
15607
15608 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15609
15610 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15611 Properly handle the case where the `m' or `s' command's argument is not
15612 yet terminated.
15613 (perl-indent-new-calculate): New function.
15614 (perl-indent-line): Use it.
15615
15616 2005-03-20 Miles Bader <miles@gnu.org>
15617
15618 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15619 in text-mode too. Change to new face names.
15620 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15621 Add `:weight bold' attribute.
15622 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15623
15624 2005-03-19 Juri Linkov <juri@jurta.org>
15625
15626 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
15627
15628 * international/mule.el (auto-coding-alist): Sync with
15629 `auto-mode-alist' by adding upper case archive file extensions
15630 and adding ear/war to jar extension.
15631
15632 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
15633
15634 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15635 running, restart it.
15636
15637 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
15638
15639 * finder.el (finder-current-item): Throw an error on an empty line.
15640
15641 * man.el (Man-follow-manual-reference): If current-word returns
15642 nil, use "".
15643
15644 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
15645
15646 * simple.el (goto-line): Doc fix.
15647
15648 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
15649
15650 * files.el (save-buffer): Doc fix.
15651
15652 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
15653
15654 * recentf.el (recentf-cleanup-remote): New variable.
15655 (recentf-cleanup): Use it to conditionally check availability of
15656 remote files.
15657
15658 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
15659
15660 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15661 function names.
15662
15663 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15664
15665 * language/thai-word.el: New file.
15666
15667 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15668
15669 * files.el (backup-buffer): If the file's directory is not
15670 writable, use copy instead of move to backup the file.
15671
15672 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15673
15674 * obsolete/keyswap.el: Moved to obsolete/ from term/.
15675
15676 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15677
15678 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15679 Use functionp instead of symbolp and fboundp. Reported by Drkm
15680 <darkman_spam@yahoo.fr>.
15681 (ps-print-version): New version 6.6.6.
15682
15683 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
15684
15685 * textmodes/table.el (table--line-column-position): New idiom.
15686 (table--row-column-insertion-point-p): New function to test
15687 validity of row and column insertion operation at a location.
15688 (table-global-menu, table-cell-menu): Use above functions for
15689 deterministic test operation.
15690 (table--editable-cell-p): Behave in deterministic fashion.
15691
15692 2005-03-18 Juri Linkov <juri@jurta.org>
15693
15694 * isearch.el (isearch-lazy-highlight-new-loop):
15695 Make arguments beg and end optional.
15696 (isearch-update): Remove optional arguments nil from
15697 isearch-lazy-highlight-new-loop.
15698 (isearch-lazy-highlight-search): Let-bind case-fold-search to
15699 isearch-lazy-highlight-case-fold-search instead of
15700 isearch-case-fold-search, and let-bind isearch-regexp to
15701 isearch-lazy-highlight-regexp.
15702 Use isearch-lazy-highlight-last-string instead of isearch-string.
15703
15704 * replace.el (perform-replace): Remove bindings of global
15705 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15706 Add three new arguments to `replace-highlight'.
15707 (replace-highlight): Add arguments string, regexp, case-fold.
15708 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15709 to allow isearch-lazy-highlight-new-loop to use these values
15710 to set corresponding isearch-lazy-highlight-* internal
15711 variables whose values lazy highlighting will use regardless of
15712 changes to global variables isearch-string, isearch-regexp,
15713 isearch-case-fold-search during lazy highlighting loop.
15714 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15715 to `lazy-highlight-cleanup'.
15716
15717 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15718 (ispell-highlight-face): Set default face to `isearch' when
15719 lazy highlighting is enabled.
15720 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15721 priority to 1. Add lazy highlighting.
15722 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15723 from `isearch-dehighlight'.
15724
15725 2005-03-18 David Ponce <david@dponce.com>
15726
15727 * files.el (hack-local-variables): Do a case-insensitive search
15728 for End.
15729
15730 2005-03-18 Juri Linkov <juri@jurta.org>
15731
15732 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15733 `isearch-lazy-highlight-cleanup', add alias to old name and
15734 declare obsolete. Add release numbers to other obsolete vars.
15735 (isearch-done, isearch-lazy-highlight-new-loop):
15736 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15737 (lazy-highlight-cleanup) <variable>: Doc fix.
15738 (isearch-lazy-highlight-update): Rename obsolete
15739 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15740
15741 2005-03-18 Kenichi Handa <handa@m17n.org>
15742
15743 * language/thai-util.el: Fix categorization of Thai characters in
15744 thai-category-table.
15745 (thai-composition-pattern): Adjust it for the above change.
15746 (thai-self-insert-command, thai-compose-syllable): New functions.
15747 (thai-compose-region): Use thai-compose-syllable.
15748 (thai-compose-string): Likewise.
15749 (thai-composition-function): Likewise.
15750 (thai-auto-composition): New function.
15751 (thai-auto-composition-mode): New minor mode.
15752
15753 * language/thai.el: Fix patterns to be registered in
15754 composition-function-table.
15755
15756 * international/quail.el (quail-input-method): Locally bind
15757 inhibit-modification-hooks to t.
15758
15759 2005-03-17 Richard M. Stallman <rms@gnu.org>
15760
15761 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15762 (perl-mode): Use run-mode-hooks.
15763
15764 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15765 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15766 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15767
15768 * mail/sendmail.el (sendmail-send-it): Reenable the code
15769 to compute resend-to-address and use it.
15770
15771 * tar-mode.el (tar-mode): Turn off undo unconditionally.
15772
15773 * image-mode.el: New file.
15774
15775 * image.el (insert-sliced-image): Add autoload cookie.
15776
15777 * font-lock.el (font-lock-lines-before): New user option.
15778 (font-lock-after-change-function): Obey it.
15779
15780 * bindings.el (esc-map): Make M-g a prefix.
15781 Bind M-g g and M-g M-g to goto-line.
15782
15783 * faces.el (face-id): Doc fix.
15784
15785 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15786
15787 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
15788 (rmail-show-message): Use rmail-unknown-mail-followup-to.
15789 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
15790
15791 * mail/sendmail.el (mail-yank-ignored-headers)
15792 (mail-font-lock-keywords, mail-mode-fill-paragraph):
15793 Add Mail-Followup-To and Mail-Reply-To headers.
15794 (mail-citation-hook): Add autoload cookie.
15795 (mail-mode): Doc fix.
15796 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
15797 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
15798 (mail-mode-fill-paragraph): Handle those headers.
15799 (mail-mailing-lists): New variable.
15800 (mail-mail-reply-to, mail-mail-followup-to): New functions.
15801
15802 2005-03-17 Juri Linkov <juri@jurta.org>
15803
15804 * isearch.el (isearch-fallback): Check for `(car previous)'
15805 before calling `isearch-other-end-state'.
15806
15807 2005-03-17 Kim F. Storm <storm@cua.dk>
15808
15809 * simple.el (move-beginning-of-line): Move to beginning of buffer
15810 line, as well as beginning of screen line.
15811
15812 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
15813
15814 * calendar/diary-lib.el (mark-diary-entries): Use new optional
15815 argument REDRAW rather than calendar-redrawing variable.
15816 * calendar/calendar.el (calendar-redrawing): Delete.
15817 (redraw-calendar): Do not bind calendar-redrawing.
15818
15819 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
15820
15821 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
15822 diary-file buffer.
15823
15824 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15825
15826 * help.el (describe-mode): Allow a :minor-mode-function property to
15827 specify a different minor mode toggle function than the variable.
15828 * simple.el (auto-fill-function):
15829 * subr.el (add-minor-mode): Use it.
15830
15831 2005-03-16 Kenichi Handa <handa@m17n.org>
15832
15833 * language/ethio-util.el (sera-being-called-by-w3): New variable.
15834 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
15835 (ethio-fidel-to-sera-buffer): Likewise.
15836
15837 2005-03-16 Juri Linkov <juri@jurta.org>
15838
15839 * emacs-lisp/find-func.el (find-function-regexp):
15840 Add defun-emitting macro `menu-bar-make-toggle'.
15841
15842 * isearch.el: Put `isearch-scroll' property to
15843 `split-window-horizontally'.
15844
15845 * info.el: Update error messages for `debug-ignored-errors'.
15846 (Info-isearch-search): Doc fix.
15847 (Info-find-node): Move up code to go into info buffer before
15848 recording the node to the history.
15849 (Info-fontify-node): Fontify titles only if the next line
15850 has two or more `*', `=', `-', `.'.
15851 Display "go to this node" for empty (match-string 3).
15852
15853 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15854
15855 * term/mac-win.el: Add mouse pointer shape constants.
15856
15857 2005-03-15 Kim F. Storm <storm@cua.dk>
15858
15859 * simple.el (move-beginning-of-line): Use vertical-motion.
15860
15861 2005-03-15 Juri Linkov <juri@jurta.org>
15862
15863 * isearch.el (isearch-error): New variable.
15864 (isearch-invalid-regexp, isearch-within-brackets): Remove.
15865 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
15866 (isearch-within-brackets-state): Remove.
15867 (isearch-case-fold-search-state, isearch-pop-fun-state):
15868 Decrease frame index.
15869 (isearch-mode, isearch-top-state, isearch-push-state)
15870 (isearch-edit-string, isearch-abort, isearch-search-and-update)
15871 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
15872 (isearch-search, isearch-lazy-highlight-new-loop):
15873 Replace `isearch-invalid-regexp' with `isearch-error'.
15874 Remove `isearch-within-brackets'.
15875 (isearch-search): Add `search-failed' handler to `condition-case'.
15876 (isearch-lazy-highlight-search): Add `condition-case' to catch
15877 errors and allow `isearch-lazy-highlight-update' to try
15878 highlighting from the beginning of the window.
15879 (isearch-repeat): Move up code to set isearch-wrapped to t
15880 before calling isearch-wrap-function.
15881
15882 * info.el (Info-isearch-initial-node): New internal variable.
15883 (Info-search): Signal an error in isearch mode when search leaves
15884 the initial node. Signal an error when `bound' is non-nil and
15885 nothing was found in the current subfile.
15886 (Info-isearch-search): Remove `condition-case'.
15887 (Info-isearch-wrap): Don't wrap when search failed during leaving
15888 the initial node. If `Info-isearch-search' is nil, wrap around
15889 the current node.
15890 (Info-isearch-start): New fun.
15891 (Info-mode): Add buffer-local hook `Info-isearch-start' to
15892 `isearch-mode-hook'.
15893
15894 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15895
15896 * simple.el (normal-erase-is-backspace): Set default to t if
15897 running on Mac.
15898
15899 * term/mac-win.el (function-key-map): Sync with x-win.el.
15900
15901 2005-03-15 Kenichi Handa <handa@m17n.org>
15902
15903 * international/mule-cmds.el (locale-language-names): Modify the
15904 format of elements and add more entries.
15905 (locale-preferred-coding-systems): Add more entries.
15906 (set-locale-environment): Adjust for the change of
15907 locale-language-names.
15908
15909 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15910
15911 * pcvs.el (smerge-ediff): Remove bogus autoload.
15912
15913 2005-03-14 Lute Kamstra <lute@gnu.org>
15914
15915 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
15916 Ignore a `*' at the beginning of a line.
15917
15918 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
15919 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
15920 subr.el.
15921 (dont-compile, eval-when-compile, eval-and-compile): Use declare
15922 to specify indentation.
15923
15924 * generic.el (define-generic-mode): Let generic-mode-list be a
15925 list of strings; test membership with equal.
15926
15927 2005-03-14 Kim F. Storm <storm@cua.dk>
15928
15929 * simple.el (next-line, previous-line): Add optional try-vscroll
15930 arg to recognize interactive use. Pass it on to line-move.
15931 (line-move): Don't perform auto-window-vscroll when defining or
15932 executing keyboard macro to ensure consistent behavior.
15933
15934 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15935
15936 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
15937
15938 2005-03-13 Lute Kamstra <lute@gnu.org>
15939
15940 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
15941 debugger-setup-buffer so that backtrace marks the frames set to
15942 debug-on-exit and we don't have to do it manually. Set an extra
15943 debug-on-exit for macro's.
15944 (debugger-setup-buffer): Don't mark the top frame manually.
15945
15946 2005-03-12 Lute Kamstra <lute@gnu.org>
15947
15948 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
15949 lisp-indent-function throughout.
15950 (with-no-warnings): Set lisp-indent-function property.
15951
15952 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
15953
15954 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
15955 Add entry for backslash.
15956
15957 2005-03-12 Juri Linkov <juri@jurta.org>
15958
15959 * info.el (Info-search): Four fixes for backward search.
15960
15961 2005-03-11 Jay Belanger <belanger@truman.edu>
15962
15963 * calc/calc.el (calc-language-alist): New variable.
15964 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
15965 (calc-embedded-find-modes): Use calc-language-alist instead of
15966 calc-embedded-language-alist.
15967
15968 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15969
15970 * calendar/calendar.el (calendar-redrawing): New internal
15971 variable.
15972 (redraw-calendar): Remove bogus save-excursion from previous
15973 change. Bind calendar-redrawing to t for mark-diary-entries.
15974 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
15975 calendar if that is why we were called.
15976
15977 2005-03-11 Kenichi Handa <handa@m17n.org>
15978
15979 * international/mule.el (make-coding-system): Set property
15980 coding-system-define-form to nil.
15981 (define-coding-system-alias): Likewise.
15982
15983 2005-03-11 Kenichi Handa <handa@m17n.org>
15984
15985 These changes are suggested by Dave Love <fx@gnu.org>.
15986
15987 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
15988 coding: tag.
15989 (adaptive-fill-regexp): Add more bullets.
15990 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
15991 regexps.
15992
15993 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15994
15995 * help.el (describe-mode): Properly handle non-trivial lighters.
15996 Don't ignore minor modes that are not listed in minor-mode-list.
15997
15998 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
15999 feature ON when the user requests to turn it OFF.
16000
16001 2005-03-10 Lute Kamstra <lute@gnu.org>
16002
16003 * emacs-lisp/debug.el (debug-entry-code): Delete it.
16004 (implement-debug-on-entry): New function to replace debug-entry-code.
16005 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
16006 second argument as the 2005-03-07 change makes it obsolete.
16007 (debug-on-entry, cancel-debug-on-entry): Update call to
16008 debug-on-entry-1.
16009 (debug, debugger-setup-buffer): Comment update.
16010 (debugger-frame-number): Update to work with implement-debug-on-entry.
16011
16012 2005-03-10 Jay Belanger <belanger@truman.edu>
16013
16014 * calc/calc-embed.el (math-ms-args): Declare it.
16015 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16016 math-ms-args.
16017 (calc-embedded-subst): Use math-multi-subst-rec to substitute
16018 variables.
16019
16020 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
16021
16022 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16023 Use message-box.
16024
16025 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16026 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16027 (tooltip-gud-tips): Simplify.
16028 (tooltip-gud-tips-p): Remove superfluous :set.
16029 (tooltip-gud-modes): Add fortran-mode.
16030 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16031
16032 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16033
16034 2005-03-09 Kim F. Storm <storm@cua.dk>
16035
16036 * play/animate.el (animate-place-char): Use forward-line instead
16037 of next-line to improve performance.
16038
16039 2005-03-09 Simon Josefsson <jas@extundo.com>
16040
16041 * net/browse-url.el (browse-url-default-browser): Doc fix.
16042
16043 2005-03-09 Miles Bader <miles@gnu.org>
16044
16045 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16046 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16047
16048 2005-03-09 Kenichi Handa <handa@m17n.org>
16049
16050 * international/latin-1.el: Set case and syntax for 255 only if
16051 set-case-syntax-set-multibyte is nil.
16052
16053 * textmodes/ispell.el (ispell-insert-word): New function.
16054 (ispell-word): Use ispell-insert-word to insert a new word.
16055 (ispell-process-line): Likewise.
16056 (ispell-complete-word): Likewise.
16057
16058 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
16059
16060 * calendar/calendar.el (redraw-calendar): Preserve point.
16061 Reported by Matt Hodges <MPHodges@member.fsf.org>.
16062 (calendar-week-start-day): Move after definition of
16063 redraw-calendar. Delete buffer test, since redraw-calendar has
16064 that now.
16065
16066 * calendar/diary-lib.el (mark-diary-entries): Only call
16067 redraw-calendar in the first of any recursive calls.
16068 Reported by Alan Shutko <ats@acm.org>.
16069
16070 2005-03-08 Juri Linkov <juri@jurta.org>
16071
16072 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16073 (html-horizontal-rule, html-line, html-image, html-checkboxes)
16074 (html-radio-buttons): Add a space before the trailing `/>' where
16075 sgml-xml-mode is non-nil.
16076 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16077 the subsequent tag of the empty XML tag.
16078 (html-href-anchor): Don't set initial input to "http:".
16079 (html-image): Ask for the image URL and set point inside alt="".
16080 (html-name-anchor): Duplicate the name in the `id' attribute when
16081 sgml-xml-mode is non-nil.
16082 (html-paragraph): Remove \n before <p>.
16083 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16084 instead of `checked' when sgml-xml-mode is non-nil.
16085
16086 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16087 Remove 1 space before #RRGGBB to not truncate it on terminal
16088 windows w/o fringes. Remove 1 space between bg and fg examples
16089 to get more space.
16090 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16091 avoid byte-compile warnings.
16092
16093 * image-file.el (image-file-handler): Put `safe-magic' property to
16094 `image-file-handler'.
16095
16096 * info.el (Info-isearch-search): Emulate word search in
16097 isearching through multiple Info nodes with Info-search.
16098 (Info-isearch-wrap): Allow isearch-word.
16099
16100 2005-03-08 Lute Kamstra <lute@gnu.org>
16101
16102 * emacs-lisp/debug.el (debugger-step-through): Make sure that
16103 stepping into the debugger's code is not possible.
16104 (debugger-jumping-flag): Docstring update.
16105
16106 2005-03-08 Jay Belanger <belanger@truman.edu>
16107
16108 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16109 embedded mode begins.
16110 (calc-embedded-language-alist): New variable.
16111 (calc-embedded-find-modes): Use calc-embedded-language-alist to
16112 set default language mode.
16113
16114 2005-03-08 Kenichi Handa <handa@m17n.org>
16115
16116 * international/ccl.el (define-ccl-program): Fix docstring about
16117 extra 256 bytes assured for the output buffer.
16118
16119 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16120 Fix BUFFER_MAGNIFICATION to 2.
16121 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16122
16123 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
16124
16125 * align.el (align-rules-list): Added an alignment rule for CSS
16126 declarations (applies to css-mode and html-mode buffers).
16127
16128 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16129
16130 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16131
16132 2005-03-07 Kim F. Storm <storm@cua.dk>
16133
16134 * simple.el (move-beginning-of-line): New command.
16135
16136 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16137
16138 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16139
16140 * emulation/cua-base.el: Put CUA move property on move-end-of-line
16141 and move-beginning-of-line.
16142
16143 * apropos.el (apropos-print): Omit command from M-x ... RET.
16144
16145 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
16146
16147 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16148 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16149
16150 2005-03-06 Richard M. Stallman <rms@gnu.org>
16151
16152 * bindings.el (esc-map): Bind M-g to goto-line.
16153
16154 * facemenu.el (global-map): Bind M-o, not M-g.
16155
16156 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16157
16158 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16159 "Open Directory" as for "Open File".
16160
16161 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
16162
16163 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16164 (push-mark-command): Run activate-mark-hook.
16165
16166 2005-03-06 Richard M. Stallman <rms@gnu.org>
16167
16168 * help-mode.el (help-mode-finish): Don't alter the element
16169 in view-return-to-alist if there already is one.
16170
16171 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16172 make sure the current buffer is the expected one.
16173
16174 * novice.el (disabled-command-function): Output in *Disabled Command*.
16175 Explicitly ignore non-keyboard events, and explicitly handle C-g.
16176
16177 * textmodes/flyspell.el (flyspell-large-region):
16178 Pass args differently for aspell.
16179
16180 * files.el (mode-require-final-newline): Doc fix.
16181
16182 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16183
16184 * progmodes/which-func.el (which-function):
16185 Specify NOERROR when calling imenu--make-index-alist.
16186
16187 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16188
16189 * simple.el (normal-erase-is-backspace): Define default value.
16190
16191 * custom.el (custom-theme-set-variables): Remove unused var
16192 `immediate'.
16193 (custom-reevaluate-setting): Simple function to handle variables
16194 that are defined before their default value can really be
16195 computed.
16196
16197 * startup.el (command-line): Use it for temporary-file-directory,
16198 small-emporary-file-directory, auto-save-file-name-transforms,
16199 blink-cursor-mode, and normal-erase-is-backspace.
16200
16201 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16202 progress, even with buggy anchored keywords.
16203
16204 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
16205
16206 * simple.el (goto-line): Remove unbalanced final parenthesis.
16207
16208 2005-03-05 Richard M. Stallman <rms@gnu.org>
16209
16210 * simple.el (goto-line): Use a number at point as the default.
16211 With C-u as arg, switch buffers.
16212
16213 2005-03-05 Juri Linkov <juri@jurta.org>
16214
16215 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16216 with `no-blinking-cursor'.
16217
16218 * startup.el (no-blinking-cursor): New defvar.
16219 (command-line): Add `--no-blinking-cursor' to longopts.
16220 Set `no-blinking-cursor' to t for command line arguments
16221 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
16222 with `no-blinking-cursor' in the condition for calling
16223 `blink-cursor-mode'.
16224
16225 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
16226
16227 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16228 (menu-bar-options-save): Add blink-cursor-mode.
16229 (menu-bar-options-menu): Add blink-cursor-mode.
16230
16231 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
16232
16233 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16234 (icalendar-export-file, icalendar-export-region)
16235 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16236 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16237
16238 2005-03-04 Lute Kamstra <lute@gnu.org>
16239
16240 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16241 (debug-function-list): Ditto.
16242
16243 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
16244
16245 * textmodes/texinfmt.el (texinfo-append-refill):
16246 Redefine the types of line to which @refill
16247 is not appended by replacing a search for `@refill\\|@bye' with
16248 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
16249 itemize@refill' bug and the unfilled long lines bug.
16250 (texinfmt-version): Update number and date.
16251
16252 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16253
16254 * international/code-pages.el (windows-1250, windows-125[2-8])
16255 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16256
16257 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16258
16259 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16260 bound yet.
16261
16262 2005-03-02 Romain Francoise <romain@orebokech.com>
16263
16264 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16265 buffer after removing limits.
16266 (ibuffer-pop-filter): Ditto.
16267 Update copyright.
16268
16269 2005-03-02 Miles Bader <miles@gnu.org>
16270
16271 * button.el (make-text-button): If the user doesn't specify a
16272 type, use the default. Rewrite to use `add-text-properties' and
16273 plist functions.
16274
16275 2005-03-01 Lute Kamstra <lute@gnu.org>
16276
16277 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16278 (debugger-jumping-flag): New var.
16279 (debug-entry-code): Use it.
16280 (debugger-jump): Use debugger-jumping-flag and add
16281 debugger-reenable to post-command-hook.
16282 (debugger-reenable): Use debugger-jumping-flag and remove itself
16283 from post-command-hook.
16284 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16285 debugger-reenable.
16286
16287 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
16288
16289 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16290 inclusion of "itemize\\|", which may be unnecessary, is certainly
16291 inelegant, and stops refilling in itemize lists when formatting
16292 Japanese Texinfo files to Info.
16293 Update copyright to 2005.
16294
16295 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
16296
16297 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16298 of an error if GDB can't find the source file.
16299
16300 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16301
16302 * calendar/calendar.el (redraw-calendar): Work from any buffer,
16303 not just the calendar.
16304
16305 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16306 first.
16307 (diary-redraw-calendar): New function.
16308 (make-diary-entry): Add diary-redraw-calendar to local
16309 write-contents-functions. Turn off selective display before
16310 inserting in diary.
16311
16312 2005-03-01 Kim F. Storm <storm@cua.dk>
16313
16314 * emacs-lisp/copyright.el (copyright-fix-years): New command.
16315
16316 2005-03-01 Lute Kamstra <lute@gnu.org>
16317
16318 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16319 that debug-entry-code can be safely removed from a function while
16320 this code is being evaluated. Revert the 2005-02-27 change as the
16321 new implementation no longer requires it. Make sure that a
16322 function body containing just a string is not mistaken for a docstring.
16323 (debug): Skip one more frame in case of debug on entry.
16324 (debugger-setup-buffer): Delete one more frame line in case of
16325 debug on entry.
16326 (debugger-frame-number): Update to use the new text introduced by
16327 the 1999-11-03 change. Skip one more frame in case of debug on entry.
16328
16329 2005-02-28 Kim F. Storm <storm@cua.dk>
16330
16331 * double.el (double-translate-key): Call force-window-update after
16332 read-event to avoid crash in redisplay.
16333
16334 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
16335
16336 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16337 (debug): Use it. Move the inhibit-trace earlier.
16338 (debug-entry-code): New const.
16339 (debug-on-entry-1): Use it.
16340
16341 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
16342
16343 * international/utf-16.el (ccl-encode-mule-utf-16le):
16344 Fix BUFFER_MAGNIFICATION to 2.
16345 (ccl-encode-mule-utf-16be): Likewise.
16346
16347 2005-02-28 Kenichi Handa <handa@m17n.org>
16348
16349 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16350 Fix BUFFER_MAGNIFICATION to 4.
16351 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16352
16353 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
16354
16355 * speedbar.el (speedbar-update-flag): Doc fix.
16356 (speedbar-show-info-under-mouse): Give set-mouse-position the right
16357 argument.
16358
16359 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16360
16361 * reveal.el (reveal-post-command): Don't try to reveal overlays which
16362 have a non-nil `invisible' property but are actually visible.
16363
16364 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16365 for perldoc sections.
16366 (perl-outline-regexp, perl-outline-level): New var and function.
16367 (perl-mode): Use them.
16368
16369 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
16370
16371 * calendar/diary-lib.el (diary-remind): Discard any mark portion
16372 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16373
16374 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
16375
16376 * cus-edit.el: Comment change.
16377 (custom-buffer-create-internal): Slightly reword text at top of
16378 Custom buffers. Mention there that saving an option edits the
16379 init file. Add link to Emacs manual node on `custom-file'.
16380 (custom-magic-alist): Rewrite individual State messages to use
16381 capitalized keywords. Doc fix.
16382
16383 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
16384
16385 * calendar/calendar.el (calendar-buffer): Move above
16386 calendar-week-start-day.
16387 (calendar-week-start-day): Doc fix. Add :set function.
16388 (calendar-minimum-window-height): New variable.
16389 (generate-calendar-window): Only resize window if selected-window
16390 is displaying the calendar buffer. Use new variable
16391 calendar-minimum-window-height.
16392 (generate-calendar): Reword error message.
16393 (calendar-mode-map): Bind DEL to scroll-other-window-down.
16394
16395 2005-02-27 Andreas Schwab <schwab@suse.de>
16396
16397 * vc.el (vc-do-command): Don't run command asynchronously when
16398 operating in a remote directory.
16399
16400 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16401 change from sync with Tramp 2.0.47.
16402
16403 2005-02-27 Richard M. Stallman <rms@gnu.org>
16404
16405 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16406
16407 * textmodes/flyspell.el (flyspell-mode-on):
16408 Call ispell-change-dictionary only if necessary.
16409
16410 * emacs-lisp/re-builder.el (regexp-builder): New function.
16411
16412 * register.el (describe-register-1): Explicitly handle
16413 yank-excluded-properties = t.
16414
16415 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16416 (custom-magic-alist): Change the status descriptions again.
16417 (face widget-type): Total rewrite based on `restricted-sexp'
16418 to eliminate the confusing double hiding levels.
16419
16420 * emacs-lisp/debug.el (debug-on-entry-1):
16421 If function body is empty, add nil as body form.
16422
16423 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16424
16425 * emacs-lisp/trace.el (inhibit-trace): New var.
16426 (trace-make-advice): Use it.
16427
16428 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16429
16430 2005-02-26 Kim F. Storm <storm@cua.dk>
16431
16432 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16433 (mouse-on-link-p, mouse-drag-region-1): Use it.
16434
16435 2005-02-25 Lute Kamstra <lute@gnu.org>
16436
16437 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16438
16439 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
16440
16441 * frame.el (blink-cursor-mode): Add :group keyword.
16442
16443 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
16444
16445 * calendar/icalendar.el (icalendar--decode-isodatetime):
16446 New optional argument DAY-SHIFT.
16447 (icalendar-export-region): Fix coding-system-for-write.
16448 (icalendar--convert-ical-to-diary): Shift end-day of all-day
16449 events by one.
16450
16451 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16452
16453 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16454
16455 2005-02-24 Kim F. Storm <storm@cua.dk>
16456
16457 * international/iso-acc.el (iso-accents-compose): Fix crash
16458 during redisplay. Call force-window-update after read-event
16459 and delete-region to signal that window is not accurate.
16460
16461 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16464 Remove unused and inexistent var `inhibit-trace'.
16465 (debugger-mode): Use run-mode-hooks.
16466 (debugger-list-functions): Add buttons; setup xref stack.
16467
16468 2005-02-23 Richard M. Stallman <rms@gnu.org>
16469
16470 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16471 appointment says it was explicitly made.
16472 (appt-add): Set the 3rd element.
16473 (appt-make-list): Preserve explicit appointments.
16474
16475 * subr.el (find-tag-default): Catch errors in forward-sexp.
16476
16477 2005-02-23 Juri Linkov <juri@jurta.org>
16478
16479 * info.el (Info-isearch-search): New defcustom.
16480 (Info-isearch-search): Call the default isearch function
16481 when Info-isearch-search is nil.
16482 (Info-isearch-wrap): Use variable Info-isearch-search.
16483
16484 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
16485
16486 * cus-edit.el: Comment change.
16487
16488 2005-02-22 Kim F. Storm <storm@cua.dk>
16489
16490 * progmodes/hideif.el (hide-ifdef-use-define-alist):
16491 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
16492
16493 2005-02-22 Simon Josefsson <jas@extundo.com>
16494
16495 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16496 New variable.
16497 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
16498 Oskarsson" <myrkraverk@users.sourceforget.net>.
16499
16500 2005-02-22 Kim F. Storm <storm@cua.dk>
16501
16502 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16503 check that window of that event is the selected window.
16504 (mouse-drag-region-1): Compare mouse event window to selected
16505 window before setting point.
16506
16507 * tooltip.el (tooltip-show-help-function): Pass event to
16508 mouse-on-link-p so it can check selected window.
16509
16510 2005-02-22 Kenichi Handa <handa@m17n.org>
16511
16512 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16513 (ps-mule-show-warning): New function.
16514 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16515 characters are found.
16516
16517 * ps-print.el (ps-header-footer-string): Return a list of header
16518 and footer strings.
16519
16520 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16521
16522 * pcvs.el (cvs-retrieve-revision): Fix thinko.
16523
16524 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16525
16526 * frame.el (blink-cursor-mode): Use define-minor-mode.
16527
16528 * term/mac-win.el (function-key-map): Use char-names more consistently.
16529 (file-name-coding-system): Only set it for MacOS-9. The other case is
16530 already handled in mule-cmds.el (where it also works when mac-win.el
16531 is not used).
16532
16533 2005-02-21 Kenichi Handa <handa@m17n.org>
16534
16535 * international/mule.el (ctext-pre-write-conversion): Always use
16536 " *code-converting-work*" buffer for work.
16537
16538 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16539
16540 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
16541
16542 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16543
16544 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
16545
16546 * ses.el (undo-more): Restore defadvice, but only the part that
16547 allows changes outside the restricted area of the buffer.
16548
16549 2005-02-20 Kim F. Storm <storm@cua.dk>
16550
16551 * simple.el (line-move): Add fourth optional arg try-vscroll which
16552 must be set to perform auto-window-vscroll.
16553 When moving backwards and doing auto-window-vscroll, automatically
16554 vscroll to the last part of lines which are taller than the window.
16555 (next-line, previous-line): Set try-vscroll arg on line-move.
16556
16557 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16558
16559 * replace.el (query-replace, query-replace-regexp)
16560 (replace-string, replace-regexp): When operating on region, make
16561 the minibuffer prompt say so.
16562
16563 * isearch.el (isearch-forward): Document isearch-query-replace and
16564 isearch-query-replace-regexp keybindings.
16565
16566 2005-02-19 Jay Belanger <belanger@truman.edu>
16567
16568 * calc/calc-aent.el (math-read-token): Add local variable.
16569
16570 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16571 (calc-edit-top): Move declaration to earlier in file.
16572 (calc-edit-macro-repeats): Add local variables.
16573
16574 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16575 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16576 calcFunc-tanh.
16577 Adjust integration rule for calcFunc-tan.
16578
16579 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16580
16581 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16582 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16583 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16584 (viper-skip-separators): Bug fix.
16585 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16586 particular major mode.
16587 (viper-del-backward-char-in-replace): Don't put deleted char on the
16588 kill ring.
16589
16590 * viper-ex.el (viper-color-display-p): New function.
16591 (viper-has-face-support-p): Use viper-color-display-p.
16592
16593 * viper-keym.el (viper-gnus-modifier-map): New keymap.
16594
16595 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16596
16597 * viper-util.el (viper-glob-unix-files): Fix shell status check.
16598 (viper-file-remote-p): Make equivalent to file-remote-p.
16599
16600 * viper.el (viper-major-mode-modifier-list):
16601 Use viper-gnus-modifier-map.
16602
16603 2005-02-19 David Kastrup <dak@gnu.org>
16604
16605 * subr.el (subregexp-context-p): Fix garbled doc string by adding
16606 quoting.
16607
16608 2005-02-19 Jay Belanger <belanger@truman.edu>
16609
16610 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16611 Remove extra definitions.
16612 (calc-coth): New function.
16613 (calcFunc-cot): Fix `let'.
16614
16615 2005-02-19 Eli Zaretskii <eliz@gnu.org>
16616
16617 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16618 the reasons we use "type pc" in these faces.
16619
16620 * button.el (button): Ditto.
16621
16622 2005-02-19 Michael Mauger <mmaug@yahoo.com>
16623
16624 * replace.el (query-replace-read-from): Set the value of
16625 query-replace-from-history-variable to handle the case of an empty
16626 string entered to accept the suggested default.
16627
16628 * net/tramp.el (tramp-file-name-for-operation):
16629 Use dired-call-process instead of dired-call-process-command.
16630
16631 2005-02-19 Jay Belanger <belanger@truman.edu>
16632
16633 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16634 (math-div-non-trig): New variables.
16635 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16636 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16637 (math-combine-prod, math-div-symb-fancy): Add simplifications for
16638 trig expressions.
16639
16640 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
16641
16642 * progmodes/gdb-ui.el (gdb-var-update-handler)
16643 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16644 for watch expressions,
16645 (gdb-var-create-handler): Don't set speedbar-update-flag.
16646 (gdb-post-prompt): Simplify test for speedbar.
16647
16648 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16649
16650 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16651 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16652 we use the syntax table of the correct buffer.
16653 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16654 Felix Gatzemeier.
16655
16656 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16657 (ediff-file-remote-p): Make synonymous with file-remote-p.
16658 In all deffaces ediff-*-face-*, use min-colors.
16659
16660 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16661 ediff-recurse-to-subdirectories.
16662 (ediff-mark-if-equal): Check that the arguments are strings, use
16663 ediff-same-contents (after to Felix Gatzemeier).
16664
16665 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16666 nil.
16667
16668 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16669
16670 * log-view.el (log-view-message-re): Fix up Subversion regexp.
16671
16672 2005-02-18 David Kastrup <dak@gnu.org>
16673
16674 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16675 use `mark-active' when defined.
16676
16677 2005-02-18 Kenichi Handa <handa@m17n.org>
16678
16679 * ps-print.el (ps-font-info-database): New entry
16680 ZapfChancery-MediumItalic with correct font name. Fix font name
16681 of the entry Zapf-Chancery-MediumItalic.
16682
16683 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
16684
16685 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16686
16687 2005-02-16 Kim F. Storm <storm@cua.dk>
16688
16689 * ido.el (ido-fallback-command): Pass user input to fallback command.
16690
16691 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16692
16693 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16694 (gdb-find-file-hook): Add server prefix.
16695
16696 2005-02-16 Richard M. Stallman <rms@gnu.org>
16697
16698 * replace.el (perform-replace): Pass new args to replace-highlight.
16699 (replace-highlight): Take region args,
16700 and pass them to isearch-lazy-highlight-new-loop.
16701
16702 * novice.el (disabled-command-hook): Autoload the defalias
16703 and the make-obsolete-variable call.
16704
16705 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16706
16707 * isearch.el (isearch-lazy-highlight-start-limit)
16708 (isearch-lazy-highlight-end-limit): New variables limit
16709 the region for highlighting.
16710 (isearch-lazy-highlight-new-loop): New args BEG and END.
16711 (isearch-lazy-highlight-search): Use the new vars.
16712 (isearch-lazy-highlight-update): Likewise.
16713
16714 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16715
16716 * cus-start.el (all): Use default-boundp.
16717
16718 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
16719
16720 * menu-bar.el (menu-bar-select-frame): Handle current frame.
16721
16722 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
16723
16724 * autorevert.el (auto-revert-stop-on-user-input)
16725 (auto-revert-verbose): Doc fixes.
16726
16727 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
16728
16729 * international/mule-cmds.el (set-locale-environment): Remove call
16730 to set-selection-coding-system on Windows.
16731
16732 2005-02-15 Jay Belanger <belanger@truman.edu>
16733
16734 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16735 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16736 calcFunc-coth.
16737 (math-simplify-sqrt): Add simplifications.
16738
16739 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16740 to list.
16741
16742 * calc/calc-ext.el: Add functions to autoloads.
16743
16744 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16745 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16746 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16747 (math-csc-raw, math-cot-raw): New functions.
16748
16749 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16750
16751 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16752 the variable name in a message.
16753
16754 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16755 calcFunc-csc, calcFunc-cot.
16756
16757 * calc/calcalg2.el: Add derivative and integration rules for
16758 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16759 calcFunc-csch, calcFunc-coth.
16760 (math-do-integral-methods): Add to checks for when to use
16761 substitutions.
16762
16763 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16764
16765 2005-02-15 Lute Kamstra <lute@gnu.org>
16766
16767 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16768 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
16769 <monnier@iro.umontreal.ca>
16770 (lisp-outline-level): Improve efficiency. Suggested by David
16771 Kastrup <dak@gnu.org>.
16772
16773 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
16774
16775 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16776 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16777 (gdb-set-gud-minor-mode-existing-buffers): New functions.
16778 (gdb-find-file-hook): New hook. Add it to find-file-hook.
16779 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
16780
16781 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
16782
16783 * cus-start.el (all): Comment change.
16784
16785 2005-02-14 Lute Kamstra <lute@gnu.org>
16786
16787 * cus-start.el (all): Check if symbol is void.
16788
16789 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
16790
16791 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
16792 optional argument to \cite.
16793
16794 2005-02-14 Richard M. Stallman <rms@gnu.org>
16795
16796 * cus-edit.el (custom-buffer-create-internal): Update help message.
16797 (custom-magic-alist): Update help messages.
16798
16799 * cus-start.el (all): Allow a var to specify a standard value.
16800
16801 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
16802
16803 * custom.el (custom-theme-set-variables): Handle variable aliases.
16804
16805 * frame.el (blink-cursor-timer): Doc fix.
16806 (blink-cursor): Make it an alias for `blink-cursor-mode' and
16807 declare obsolete.
16808 (blink-cursor-mode): Define with defcustom and use correct
16809 standard expression in that defcustom.
16810 * startup.el (command-line): Adapt to above changes in frame.el.
16811
16812 2005-02-11 Lute Kamstra <lute@gnu.org>
16813
16814 * apropos.el (apropos-score-doc): Prevent division by zero.
16815
16816 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
16817
16818 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
16819 (icalendar--get-event-property-attributes)
16820 (icalendar--get-event-properties)
16821 (icalendar--datetime-to-diary-date): New functions.
16822 (icalendar--split-value): Doc fix.
16823 (icalendar--datetime-to-noneuropean-date)
16824 (icalendar--datetime-to-european-date): New optional argument
16825 SEPARATOR. Return result as a string instead of a list.
16826 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
16827 (icalendar--convert-string-for-export): Rename arg S to STRING.
16828 (icalendar-export-region): Doc fix. Change name of error buffer.
16829 Save output buffer.
16830 (icalendar-import-file): Add blank at end of prompt.
16831 (icalendar-import-buffer): Doc fix. Do not switch to error
16832 buffer. Indicate status in return value.
16833 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
16834 buffer. Save output buffer. Handle exception from recurrence
16835 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
16836 events. Fix problems with weekly all-day events.
16837
16838 2005-02-10 Richard M. Stallman <rms@gnu.org>
16839
16840 * simple.el (eval-expression-print-format):
16841 Avoid warning about edebug-active.
16842
16843 * help.el (help-for-help-internal): Rename from help-for-help.
16844 (help-for-help): Define with defalias.
16845
16846 * font-core.el (font-lock-default-function): Use with-no-warnings.
16847
16848 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
16849
16850 * custom.el (defface): Doc fix.
16851
16852 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
16853
16854 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
16855 width 0" to prevent word wrapping problems.
16856
16857 2005-02-09 Kim F. Storm <storm@cua.dk>
16858
16859 * ido.el (ido-file-extensions-order): New defcustom.
16860 (ido-file-extension-lessp, ido-file-extension-aux)
16861 (ido-file-extension-order): New advanced file ordering.
16862 (ido-file-lessp): New simple file ordering.
16863 (ido-sort-list): Remove.
16864 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
16865 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
16866
16867 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
16868
16869 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
16870 that some versions of grep produce.
16871 (grep-mode-font-lock-keywords): Likewise.
16872
16873 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
16874
16875 * progmodes/gdb-ui.el (gdb-location-list): New variable.
16876 (gdb-cdir): Delete.
16877 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
16878 (gdb-source-info): Treat case when source file is in another
16879 directory properly.
16880 (gdb-get-location): New function.
16881
16882 2005-02-07 Jay Belanger <belanger@truman.edu>
16883
16884 * calc/calc-prog.el (calc-write-parse-table-part)
16885 (calc-fix-token-name): Fix a check for language type.
16886
16887 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
16888
16889 2005-02-07 Andre Spiegel <spiegel@gnu.org>
16890
16891 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
16892 as directory not writable.
16893
16894 2005-02-07 Kim F. Storm <storm@cua.dk>
16895
16896 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
16897 (cua--standard-movement-commands): Remove list.
16898 Instead, set CUA property value to move for movement commands.
16899 (cua-movement-commands): Remove. Users must set CUA prop instead.
16900 (cua--pre-command-handler): Check CUA property.
16901 (cua--init-keymaps): Don't remap undo commands.
16902 (cua-mode): Don't call cua--rectangle-on-off.
16903
16904 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
16905 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
16906 (cua--rect-undo-set-point): New var.
16907 (cua--rectangle-undo-boundary): Setup undo apply entry.
16908 (cua--rect-undo-handler): New function for rectangle undo.
16909 (cua--rect-start-position, cua--rect-end-position): Add.
16910 (cua--rectangle-post-command): Call cua--rectangle-set-corners
16911 for restored rectangle. Set point if cua--rect-undo-set-point.
16912
16913 2005-02-06 Jay Belanger <belanger@truman.edu>
16914
16915 * calc/calc-lang.el (calc-tex-language): Display more information
16916 in messages.
16917
16918 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
16919 in TeX mode.
16920
16921 2005-02-06 Richard M. Stallman <rms@gnu.org>
16922
16923 * emacs-lisp/lisp.el (buffer-end): Doc fix.
16924
16925 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
16926
16927 * net/ldap.el (ldap-search-internal): Support attributes with
16928 optional descriptions separated by a semi-colon, as in
16929 "userCertificate;binary".
16930
16931 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16932
16933 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
16934 isn't a cons (i.e. the version is 0).
16935
16936 2005-02-05 Eli Zaretskii <eliz@gnu.org>
16937
16938 * help.el (help-for-help): Doc fix.
16939
16940 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
16941
16942 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
16943 GDB-Windows on the menu-bar as this works better.
16944
16945 2005-02-04 Jay Belanger <belanger@truman.edu>
16946
16947 * calc/calc-embed.el (calc-embedded-update): Don't put in
16948 unnecessary newlines. Adjust the end of formula marker.
16949
16950 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
16951 (math-latex-parse-two-args): New function.
16952
16953 2005-02-03 Lute Kamstra <lute@gnu.org>
16954
16955 * help-fns.el (help-with-tutorial): Make sure that users cannot
16956 remove the entire text of the tutorial by means of `undo'.
16957
16958 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
16959
16960 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
16961 in recent changes, where the ispell process was repeatedly
16962 killed & restarted.
16963
16964 * international/mule-cmds.el (set-locale-environment): Set file-name
16965 coding system to utf-8 on Darwin systems.
16966 (set-default-coding-systems): Don't set default-file-name-coding-system
16967 on Darwin systems.
16968
16969 2005-02-03 Richard M. Stallman <rms@gnu.org>
16970
16971 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
16972
16973 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
16974
16975 * faces.el (list-faces-display): Add optional argument.
16976
16977 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16978
16979 * font-core.el (font-lock-default-function): Handle the rare case where
16980 only font-lock-keywords is set.
16981
16982 2005-02-02 Kenichi Handa <handa@m17n.org>
16983
16984 * international/characters.el: Cancel previous change for
16985 I-WITH-DOT-ABOVE and DOTLESS-i.
16986
16987 * international/latin-5.el: Cancel previous change.
16988
16989 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16990
16991 * progmodes/gud.el: Correction to syntax in gud-menu-map.
16992
16993 2005-02-02 Kenichi Handa <handa@m17n.org>
16994
16995 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
16996 DOTLESS-i.
16997
16998 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
16999 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17000
17001 * case-table.el (get-upcase-table): New function.
17002 (copy-case-table): Copy upcaes table too if non-nil.
17003 (set-case-syntax-delims): Maintain upcase table too.
17004 (set-case-syntax-pair): Likewise.
17005 (set-upcase-syntax, set-downcase-syntax): New functions.
17006 (set-case-syntax): Maintain upcase table too.
17007
17008 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
17009
17010 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17011
17012 * progmodes/gud.el (gud-goto-info): New function.
17013 (gud-tool-bar-map): Use correct icon.
17014
17015 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17016
17017 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17018 When delegating, order args in the funcall correctly.
17019
17020 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17021
17022 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17023
17024 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
17025
17026 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17027 buffer not visiting a file.
17028
17029 2005-01-31 Jay Belanger <belanger@truman.edu>
17030
17031 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17032 bound on the line with the formula.
17033
17034 2005-01-31 Kim F. Storm <storm@cua.dk>
17035
17036 * ses.el (ses-create-cell-variable-range)
17037 (ses-destroy-cell-variable-range, ses-reset-header-string)
17038 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17039 (ses-insert-row): Fix format of apply undo entries.
17040
17041 2005-01-31 Jay Belanger <belanger@truman.edu>
17042
17043 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17044 parts.
17045
17046 * calc/calc-embed.el (calc-embedded-open-formula)
17047 (calc-embedded-close-formula): Ignore matrix environments.
17048
17049 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17050 TeX mode.
17051
17052 * calc/calc-lang.el (math-function-table, math-oper-table)
17053 (math-variable-table): Adjust the LaTeX portions.
17054
17055 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17056 (math-latex-ignore-words): New constant.
17057
17058 2005-01-31 Richard M. Stallman <rms@gnu.org>
17059
17060 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17061 (ispell-local-dictionary): Doc fix.
17062 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17063 Don't reinitialize at run time. Don't defcustom.
17064 All uses changed to append ispell-local-dictionary-alist,
17065 or check it first.
17066 (ispell-current-dictionary): New variable for dictionary in use.
17067 (ispell-dictionary): Now used only for global default.
17068 (ispell-start-process): Set ispell-current-dictionary,
17069 not ispell-dictionary.
17070 (ispell-change-dictionary): Use this only for setting
17071 user preferences.
17072 (ispell-internal-change-dictionary): New function
17073 to change the current dictionary in use.
17074 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17075 Use ispell-current-dictionary.
17076 Handle ispell-local-dictionary-overridden.
17077 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17078
17079 2005-01-31 Jay Belanger <belanger@truman.edu>
17080
17081 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17082
17083 * calc/calc-ext.el: Add calc-latex-language to autoloads.
17084 (calc-mode-map): Add calc-latex-language.
17085
17086 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17087 (math-latex-print-frac): New functions.
17088 (math-oper-table, math-function-table, math-variable-table)
17089 (math-complex-format, math-input-filter): Add latex properties.
17090 (calc-set-language): Set math-expr-special-function-mapping.
17091
17092 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17093 (calc-write-parse-table-part): Add LaTeX support.
17094
17095 * calc/calc.el (calc-language): Adjust docstring.
17096 (calc-set-mode-line): Add LaTeX support.
17097 (math-expr-special-function-mapping): New variable.
17098 (math-tex-ignore-words): Add to list.
17099
17100 * calc/calccomp.el (math-compose-expr, math-compose-rows):
17101 Add LaTeX support.
17102 (math-compose-expr): Add support for special functions.
17103
17104 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17105
17106 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
17107
17108 * progmodes/gdb-ui.el (gdb-memory-address)
17109 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17110 (gdb-memory-mode-map, gdb-memory-format-keymap)
17111 (gdb-memory-format-menu, gdb-memory-unit-keymap)
17112 (gdb-memory-unit-menu): New variables for a buffer
17113 that lets the user examine program memory.
17114 (gdb-memory-set-address, gdb-memory-set-repeat-count)
17115 (gdb-memory-format-binary, gdb-memory-format-octal)
17116 (gdb-memory-format-unsigned, gdb-memory-format-signed)
17117 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17118 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17119 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17120 (gdb-memory-unit-byte, gdb-memory-unit-menu)
17121 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17122 (gdb-memory-mode, gdb-memory-buffer-name)
17123 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17124 New functions for above buffer.
17125
17126 2005-01-30 Richard M. Stallman <rms@gnu.org>
17127
17128 * cus-edit.el (custom-bury-buffer): Function deleted.
17129 (custom-buffer-done-function): Option deleted.
17130 (custom-buffer-done-kill): New replacement option.
17131 (Custom-buffer-done): Call quit-window.
17132 (custom-buffer-create-internal): Update for above changes.
17133
17134 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
17135
17136 * simple.el (undo-ask-before-discard): New var.
17137 (undo-outer-limit-truncate): Implement it.
17138 (undo-extra-outer-limit): Doc update.
17139
17140 2005-01-29 Richard M. Stallman <rms@gnu.org>
17141
17142 * ses.el (undo-more): Delete defadvice.
17143 (ses-begin-change): Doc fix.
17144
17145 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17146 instead of rebinding C-x u and C-_.
17147
17148 * files.el (normal-backup-enable-predicate): Return nil for files
17149 in /tmp, regardless of temporary-file-directory.
17150
17151 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17152
17153 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17154 (open-rectangle, delete-whitespace-rectangle-line)
17155 (clear-rectangle-line): If FILL, pass t instead of FILL
17156 for move-to-column's 2nd arg.
17157
17158 * simple.el (undo): Fix the test for continuing a series of undos.
17159 (undo-more): Set pending-undo-list to t when we reach end.
17160 (pending-undo-list): Move up defvar.
17161
17162 * wid-edit.el (widget-button-click):
17163 Shorten the range of the track-mouse binding.
17164
17165 * comint.el (comint-insert-input): Undo previous changes;
17166 use last-input-event in interactive spec.
17167
17168 2005-01-29 Eli Zaretskii <eliz@gnu.org>
17169
17170 * progmodes/compile.el (compilation-start): Bind buffer-read-only
17171 to nil before invoking call-process. Reset buffer's modified flag
17172 after fontifying it in the no-async branch.
17173
17174 * wid-edit.el (widget-specify-button): If mouse pointer shape
17175 cannot be changed, use mouse face instead.
17176
17177 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
17178
17179 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17180 (gdb-goto-breakpoint): Make breakpoint handling work on template
17181 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
17182 (gdb-assembler-custom): Update to recognize breakpoint information
17183 added on 2005-01-19.
17184
17185 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17186
17187 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17188 (dsssl-mode): Use define-derived-mode.
17189 (scheme-mode-initialize): Remove.
17190 (scheme-mode): Use run-mode-hooks.
17191
17192 * cus-edit.el (customize-group-other-window)
17193 (custom-buffer-create-other-window): Don't override special-display-*.
17194 (custom-mode-map): Make it dense.
17195
17196 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17197 sets the default value.
17198
17199 2005-01-28 Eli Zaretskii <eliz@gnu.org>
17200
17201 * descr-text.el: Add more keywords.
17202
17203 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17204
17205 * speedbar.el: Avoid unnecessary use of locate-library.
17206
17207 * international/mule-cmds.el (standard-display-european-internal):
17208 Don't fiddle with latin-1 non-break space any more since it's now
17209 special cased in the C code.
17210 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17211
17212 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
17213
17214 * cus-start.el (all): Add `undo-outer-limit'.
17215
17216 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17217
17218 * textmodes/bibtex.el (bibtex-format-entry):
17219 Use `bibtex-empty-field-re' only on the text of fields, not on entire
17220 field lines.
17221 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17222 not on part of a buffer.
17223
17224 2005-01-25 Lute Kamstra <lute@gnu.org>
17225
17226 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17227 nonempty field text strings like "{letters\\macro{}more letters}".
17228 Clarify docstring.
17229 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17230 (bibtex-entry-offset, bibtex-parse-association)
17231 (bibtex-parse-field-name): Fix typos in docstrings.
17232 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17233
17234 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
17235
17236 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17237 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17238 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17239 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17240
17241 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17242 isearch minor mode.
17243
17244 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
17245
17246 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17247
17248 2005-01-24 Lute Kamstra <lute@gnu.org>
17249
17250 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17251 CASECHARS and NOT-CASECHARS regular expressions of the
17252 "nederlands" and "nederlands8" dictionaries to prevent a "Range
17253 striding over charsets" error.
17254
17255 2005-01-24 Jay Belanger <belanger@truman.edu>
17256
17257 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17258 display variable name.
17259
17260 2005-01-24 Kenichi Handa <handa@m17n.org>
17261
17262 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17263 Fix setting of the element of encoded-kbd-iso2022-invocations.
17264
17265 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
17266
17267 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17268 (gdb-threads-select): Change to also accept mouse events.
17269 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17270 (gdb-threads-mouse-select): Delete.
17271
17272 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
17273
17274 * files.el (insert-directory): Take care of empty directory,
17275 listed without -a switch.
17276
17277 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * textmodes/refill.el (refill-post-command-function):
17280 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17281 to the list of functions that we should be careful not to undo.
17282 (refill-late-fill-paragraph-function): Remove.
17283 (refill-saved-state): New var.
17284 (refill-mode): Use it to save fill-paragraph-function.
17285 Save also the value of auto-fill-function.
17286
17287 * term/w32-win.el: Simplify code.
17288
17289 2005-01-23 Kim F. Storm <storm@cua.dk>
17290
17291 * simple.el (line-move): Adapt to new return value from
17292 pos-visible-in-window-p.
17293
17294 * simple.el (line-move): Fix last change. Check partial
17295 visibility at point rather than at window-start.
17296
17297 2005-01-22 Jason Rumney <jasonr@gnu.org>
17298
17299 * term/w32-win.el (xw-defined-colors): Remove debug-message.
17300
17301 2005-01-22 David Kastrup <dak@gnu.org>
17302
17303 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17304
17305 2005-01-22 Eli Zaretskii <eliz@gnu.org>
17306
17307 * type-break.el (type-break-mode): Add a test for
17308 type-break-file-name being non-nil.
17309
17310 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
17311
17312 * net/eudc.el (top level): Call (message "") via progn, so that
17313 eudc-options-file is loaded.
17314
17315 2005-01-22 Kim F. Storm <storm@cua.dk>
17316
17317 * simple.el (line-move-1): Rename from line-move.
17318 (line-move): New function that adjusts vscroll for partially
17319 visible rows, and calls line-move-1 otherwise.
17320
17321 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
17322
17323 * pcomplete.el: Define pcomplete-read-event instead of read-event,
17324 since it's not a complete read-event implementation
17325
17326 2005-01-20 Jay Belanger <belanger@truman.edu>
17327
17328 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17329 for called function.
17330
17331 2005-01-20 Steven Tamm <steventamm@mac.com>
17332
17333 * term/mac-win.el (process-connection-type): Remove.
17334 Controlled now by s/darwin.h:PTY_ITERATION.
17335
17336 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17337
17338 * window.el (handle-select-window): Don't switch window when we're
17339 in the minibuffer.
17340
17341 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
17342
17343 * subr.el (dotimes-with-progress-reporter): New macro.
17344
17345 * ses.el (ses-dotimes-msg): Remove macro.
17346 Use `dotimes-with-progress-reporter' instead.
17347
17348 2005-01-19 Steven Tamm <steventamm@mac.com>
17349
17350 * term/mac-win.el (process-connection-type): Use new
17351 operating-system-release variable to use ptys on Darwin 7 (OS X
17352 10.3) when using carbon build.
17353
17354 2005-01-19 Jay Belanger <belanger@truman.edu>
17355
17356 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17357 flags if the last command was a tab or M-tab.
17358
17359 * calc/calc-prog.el (calc-user-define-edit): Put original formula
17360 in formula editing buffer.
17361
17362 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17363
17364 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17365 breakpoint image symbol in margin.
17366
17367 2005-01-19 Jay Belanger <belanger@truman.edu>
17368
17369 * calc/calc-prog.el (calc-execute-kbd-macro):
17370 Ignore calc-keep-arg-flag.
17371
17372 2005-01-19 Kenichi Handa <handa@m17n.org>
17373
17374 * textmodes/ispell.el (ispell-looking-at): New function.
17375 (ispell-process-line): Use ispell-looking-at to compare the ispell
17376 output and the buffer contents.
17377
17378 2005-01-18 Jay Belanger <belanger@truman.edu>
17379
17380 * calc/calc.el (calc-display-raw): Fix docstring.
17381
17382 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17383
17384 * simple.el (blink-matching-open): Strip extra info from syntax.
17385
17386 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17387 funny chars in the end-of-here-doc marker.
17388
17389 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17390
17391 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17392 that enable/disabled state of breakpoints is shown correctly in
17393 fringe and on ttys.
17394 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17395 Add breakpoint information as text properties.
17396 (gdb-mouse-toggle-breakpoint):
17397 Rename to gdb-mouse-set-clear-breakpoint.
17398 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
17399 breakpoints in the margin.
17400 (gdb-remove-strings): Simplify.
17401
17402 2005-01-17 Jay Belanger <belanger@truman.edu>
17403
17404 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17405 erasing buffer.
17406
17407 2005-01-17 Richard M. Stallman <rms@gnu.org>
17408
17409 * progmodes/grep.el (grep-find): Copy from `grep' the condition
17410 for calling grep-compute-defaults.
17411
17412 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17413 if buffer is empty.
17414
17415 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17416
17417 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
17418
17419 * hilit-chg.el (highlight-changes-mode): Don't autoload.
17420
17421 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17422 non-preloaded variables.
17423
17424 2005-01-17 Steven Tamm <steventamm@mac.com>
17425
17426 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17427 tex-shell cause to force interactivity when using pipes.
17428
17429 2005-01-17 Kim F. Storm <storm@cua.dk>
17430
17431 * simple.el (just-one-space): Make arg optional.
17432
17433 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
17434
17435 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17436 posn-at-x-y to t to access left-margin.
17437
17438 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
17439
17440 Sync with Tramp 2.0.47.
17441
17442 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17443 catching keep-date problems in cp/scp operations.
17444 (tramp-handle-copy-file): Don't call `set-file-modes'
17445 unconditionally. Specialized functions should know better what is
17446 necessary. This improves performance a little bit, and the
17447 functions could catch errors with `cp -p' and `scp -p'.
17448 (tramp-do-copy-or-rename-file-via-buffer)
17449 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17450 when appropriate.
17451 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17452 Call `set-file-modes' when appropriate.
17453 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
17454 Johnsson <isak@hypergene.com>
17455 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17456 of both Tramp buffer and debug buffer. Reported by Joakim Verona
17457 <joakim@verona.se>
17458 (tramp-file-name-for-operation): Mark `shell-command' as magic for
17459 Emacs only.
17460
17461 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
17462 `find-file-hooks' and `dired-mode-hook'.
17463 (tramp-minor-mode-map): Respective map. Add remapping for
17464 `compile' and `recompile'.
17465 (tramp-remap-command, tramp-recompile): New defuns.
17466 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17467 in buffer "*Compilation*". Call the commands asynchronously.
17468
17469 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17470 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17471 `shell-command', because it isn't magic in XEmacs. Reported by
17472 Adrian Aichner <adrian@xemacs.org>.
17473
17474 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17475 `substitute-in-file-name.
17476 (tramp-smb-handle-substitute-in-file-name): New defun.
17477 (tramp-smb-advice-PC-do-completion): Delete advice.
17478
17479 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
17480
17481 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17482 Fix error in deleting region.
17483
17484 2005-01-15 Richard M. Stallman <rms@gnu.org>
17485
17486 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17487 In non-temp buffer, switch syntax table temporarily.
17488
17489 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17490
17491 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17492
17493 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17494
17495 * imenu.el (imenu--split-menu): Copy menulist before sorting.
17496 (imenu--generic-function): Use START, not BEG, as pos of definition.
17497
17498 * simple.el (just-one-space): Argument specifies number of spaces.
17499
17500 * simple.el (eval-expression-print-format): Avoid warning
17501 about edebug-active.
17502
17503 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
17504
17505 * progmodes/sh-script.el: Code copied from make-mode.el
17506 with small changes,
17507 (sh-mode-map): Bind C-c C-\.
17508 (sh-backslash-column, sh-backslash-align): New variables.
17509 (sh-backslash-region, sh-append-backslash): New functions.
17510
17511 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
17512
17513 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17514 (rmail-pop-password, rmail-pop-password-required): Move to
17515 rmail-obsolete group.
17516 (rmail-set-pop-password): Rename to rmail-set-remote-password.
17517 All callers updated.
17518 (rmail-get-pop-password): Rename to rmail-get-remote-password.
17519 Take an argument specifying whether it is POP or IMAP mailbox we
17520 are using. All callers updated.
17521 (rmail-pop-password-error): Rename to
17522 rmail-remote-password-error. Added mailutils-specific error message.
17523 (rmail-movemail-search-path)
17524 (rmail-movemail-variant-in-use): New variables.
17525 (rmail-remote-password, rmail-remote-password-required):
17526 New customization variables.
17527 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17528 (rmail-parse-url): New function.
17529 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17530 with GNU mailutils movemail.
17531
17532 2005-01-15 Kevin Ryde <user42@zip.com.au>
17533
17534 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17535 suffix to space, $ or '$, to correctly position point when going
17536 to @table style constants like DBL_MAX.
17537
17538 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
17539
17540 * type-break.el (type-break-mode, type-break-file-time)
17541 (type-break-file-keystroke-count, type-break-choose-file):
17542 Don't store data in or load data from the file if type-break-file-name
17543 is nil.
17544 (type-break-file-name): Doc update as per the above.
17545
17546 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
17547
17548 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17549 lookup-key might return nil; handle that.
17550
17551 2005-01-15 Alan Mackenzie <acm@muc.de>
17552
17553 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17554 rather than the element found, thus enabling the tree to be setcar'd.
17555
17556 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17557
17558 * textmodes/org.el (org-show-following-heading): New option.
17559 (org-show-hierarchy-above): Use `org-show-following-heading'.
17560 (org-cycle): Documentation fix.
17561
17562 * textmodes/org.el (orgtbl-optimized): New option
17563 (orgtbl-mode): New command, a minor mode.
17564 (orgtbl-mode-map): New variable.
17565 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17566 (orgtbl-error, orgtbl-self-insert-command)
17567 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17568
17569 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17570 a local variable in each org-mode buffer.
17571
17572 * textmodes/org.el (org-set-regexps-and-options): Rename from
17573 `org-set-regexps'. Added checking for STARTUP keyword.
17574 (org-get-current-options): Add STARTUP options.
17575 (org-table-insert-row): Make mode intelligent about when
17576 realignment is needed.
17577 (org-self-insert-command, org-delete-backward-char, org-delete-char):
17578 New commands.
17579 (org-enable-table-editor): New default value `optimized'.
17580 (org-table-blank-field): Support blanking regions if active.
17581
17582 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17583
17584 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17585 if the year is not given.
17586
17587 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17588 Add new escapes %m and %M, fixed bug with %F by adding
17589 save-match-data.
17590 (reftex-reference): Remove ?. from list of spaces.
17591 (reftex-label-info): Add automatic label prefix recognition.
17592
17593 * textmodes/reftex-index.el (reftex-index-next-phrase):
17594 Add slave parameter to call of `reftex-index-this-phrase'.
17595 (reftex-index-this-phrase): New optional argument.
17596 (reftex-index-region-phrases): Add slave parameter to call of
17597 `reftex-index-this-phrase'.
17598 (reftex-display-index): New argument redo.
17599 (reftex-index-rescan): Add 'redo to arguments of
17600 `reftex-display-index'.
17601 (reftex-index-Rescan, reftex-index-revert)
17602 (reftex-index-switch-index-tag): Add 'redo to arguments of
17603 `reftex-display-index'.
17604 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17605 indexing. Fix bug with matching is there is a quote before or
17606 after the word.
17607
17608 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17609 Fix bug when collecting citation keys in lines with comments.
17610 (reftex-citation): Prefix argument no longer rescans the document,
17611 but forces prompting for optional arguments of cite macros.
17612 (reftex-do-citation): Prompting for optional arguments implemented.
17613
17614 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17615 Add optional arguments to most cite commands.
17616 (reftex-cite-cleanup-optional-args): New option
17617 (reftex-cite-prompt-optional-args): New option.
17618 (reftex-trust-label-prefix): New option.
17619
17620 * textmodes/reftex-toc.el (reftex-toc-find-section):
17621 Add push-mark before changing the position in the buffer.
17622
17623 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17624 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17625
17626 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
17627
17628 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17629 more carefully.
17630
17631 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17632
17633 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17634 (sgml-mode): Use it.
17635 (sgml-get-context): Better keep track of implicitly closed tags.
17636
17637 2005-01-13 Kenichi Handa <handa@m17n.org>
17638
17639 * textmodes/ispell.el: These changes are to fix misalignment error
17640 caused by equivalent characters of different Emacs charsets.
17641 (ispell-unified-chars-table): New variable.
17642 (ispell-get-decoded-string): New function.
17643 (ispell-get-casechars, ispell-get-not-casechars)
17644 (ispell-get-otherchars): Call ispell-get-decoded-string.
17645
17646 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17647
17648 * custom.el (custom-declare-variable): Just put symbol instead
17649 of (defvar . symbol) in `current-load-list'.
17650
17651 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17652
17653 * emacs-lisp/elint.el: Fixed typo in Commentary section.
17654
17655 2005-01-12 Jay Belanger <belanger@truman.edu>
17656
17657 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17658 to create a Calc summary.
17659
17660 2005-01-12 Kim F. Storm <storm@cua.dk>
17661
17662 * mouse.el (mouse-on-link-p): Change functionality and doc
17663 string to comply with latest description in lisp ref.
17664
17665 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
17666
17667 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17668 Enable mouse clicks on mode-line, header-line and margin.
17669 (event-type): Give mouse event symbols an 'event-kind property
17670 with value 'mouse-click.
17671
17672 2005-01-12 Juri Linkov <juri@jurta.org>
17673
17674 * facemenu.el (list-colors-display): Add new arg buffer-name.
17675 Use it. Fix docstring. Replace code for identifying duplicate
17676 colors by the name with call to `list-colors-duplicates' which
17677 identifies duplicate colors by the value unless the color
17678 is one of special Windows colors. Set truncate-lines to t.
17679 Print sorted duplicate color names on each line. Indent to 22
17680 \(the longest color name in rgb.txt) instead of 20. Optimize.
17681 (list-colors-duplicates): New function.
17682 (facemenu-color-name-equal): Delete function.
17683
17684 * facemenu.el (list-colors-print): New function created from code
17685 in list-colors-display. Print #RRGGBB at the window right edge.
17686 (list-colors-display): When temp-buffer-show-function is not
17687 defined, call list-colors-print from temp-buffer-show-hook
17688 to get the right value of window-width in list-colors-print
17689 after the buffer is displayed.
17690
17691 * simple.el (pop-mark): Move deactivate-mark out of conditional
17692 part to deactivate the active mark regardless of the state of the
17693 mark ring.
17694
17695 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17696 variables line in desktop files.
17697
17698 2005-01-12 Juri Linkov <juri@jurta.org>
17699
17700 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17701 Bring together isearch highlight related options.
17702 (lazy-highlight): Replace group `replace' by `matching'.
17703 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17704 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17705 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17706 and declare them obsolete.
17707 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17708 (isearch-faces): Remove defgroup.
17709 (isearch-overlay, isearch-highlight, isearch-dehighlight):
17710 Move isearch highlighting code closer to lazy highlighting code.
17711
17712 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17713 (query-replace-highlight, query-replace-lazy-highlight)
17714 (query-replace): Move definitions to the beginning of the file.
17715
17716 2005-01-11 Juri Linkov <juri@jurta.org>
17717
17718 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17719 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17720 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17721
17722 * info.el (Info-history-forward): New variable.
17723 (Info-select-node): Reset Info-history-forward to nil.
17724 (Info-last): Turn into defalias.
17725 (Info-history-back): Rename from Info-last.
17726 Add current node to Info-history-forward.
17727 (Info-history-forward): New fun.
17728 (Info-mode-map): Replace Info-last by Info-history-back.
17729 Bind Info-history-forward to "r".
17730 (Info-mode-menu): Replace Info-last by Info-history-back.
17731 Fix menu item text. Add menu item for Info-history-forward.
17732 (info-tool-bar-map): Replace Info-last by Info-history-back.
17733 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
17734 for Info-history-forward.
17735 (Info-mode): Replace Info-last by Info-history-back in docstring.
17736 Add local variable Info-history-forward.
17737 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17738
17739 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17742 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17743 Ignore select-window events rather than fiddle with
17744 mouse-autoselect-window.
17745
17746 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
17747
17748 * type-break.el (type-break-mode): Fix previous change.
17749
17750 2005-01-10 Jay Belanger <belanger@truman.edu>
17751
17752 * calc/calc-ext.el (calc-reset): Reset when inside embedded
17753 calculator; only reset when point is inside a calculator.
17754 Don't adjust the window height if the window takes up the whole height
17755 of the frame.
17756
17757 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17758
17759 * ebuff-menu.el (Electric-buffer-menu-mode):
17760 Preserve value of buffer-local var header-line-format.
17761
17762 2005-01-09 Jay Belanger <belanger@truman.edu>
17763
17764 * calc/calc.el (calc-mode-var-list-restore-saved-values):
17765 Make sure settings file exists before accessing it.
17766
17767 * calc/calc-embed.el (calc-embedded-subst):
17768 Replace math-multi-subst-rec, which is only supposed to be called
17769 by math-multi-subst, by math-multi-subst.
17770
17771 2005-01-09 Andre Spiegel <spiegel@gnu.org>
17772
17773 * vc.el (vc-allow-async-revert): New user option.
17774 (vc-disable-async-diff): New internal variable.
17775 (vc-revert-buffer): Use them to disable asynchronous diff.
17776
17777 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17778 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
17779 asynchronously if vc-disable-async-diff is t.
17780
17781 2005-01-09 Jay Belanger <belanger@truman.edu>
17782
17783 * calc/calc.el (defcalcmodevar): New macro.
17784 (calc-mode-var-list-restore-default-values)
17785 (calc-mode-var-list-restore-saved-values): New functions.
17786 (calc-mode-var-list): Use defcalcmodevar to define it.
17787 (calc-always-load-extensions, calc-line-numbering)
17788 (calc-line-breaking, calc-display-just, calc-display-origin)
17789 (calc-number-radix, calc-leading-zeros, calc-group-digits)
17790 (calc-group-char, calc-point-char, calc-frac-format)
17791 (calc-prefer-frac, calc-hms-format, calc-date-format)
17792 (calc-float-format, calc-full-float-format, calc-complex-format)
17793 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
17794 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
17795 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
17796 (calc-matrix-brackets, calc-language, calc-language-option)
17797 (calc-left-label, calc-right-label, calc-word-size)
17798 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
17799 (calc-display-raw, calc-internal-prec, calc-angle-mode)
17800 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
17801 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
17802 (calc-window-height, calc-display-trail, calc-show-selections)
17803 (calc-use-selections, calc-assoc-selections)
17804 (calc-display-working-message, calc-auto-why, calc-timing)
17805 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
17806 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
17807 (calc-gnuplot-default-device, calc-gnuplot-default-output)
17808 (calc-gnuplot-print-device, calc-gnuplot-print-output)
17809 (calc-gnuplot-geometry, calc-graph-default-resolution)
17810 (calc-graph-default-resolution-3d, calc-invocation-macro)
17811 (calc-show-banner): Use defcalcmodevar to declare them and set
17812 their default values.
17813
17814 * calc/calc-ext.el (calc-reset): Restore saved values of variables
17815 instead of default values (but restore default values if there is
17816 an argument of 0).
17817
17818 2005-01-09 David Kastrup <dak@gnu.org>
17819
17820 * desktop.el (desktop-restore-eager): Fix typo in type.
17821
17822 2005-01-08 Richard M. Stallman <rms@gnu.org>
17823
17824 * cus-edit.el (customize): Delete :link.
17825
17826 2005-01-08 Jay Belanger <belanger@truman.edu>
17827
17828 * calc/calc.el (calc-mode): Remove the extension from the
17829 `calc-settings-file' file name when loading it.
17830
17831 2005-01-08 Kim F. Storm <storm@cua.dk>
17832
17833 * info.el (Info-mode-map, Info-next-link-keymap)
17834 (Info-prev-link-keymap, Info-up-link-keymap):
17835 Map follow-link to mouse-face.
17836 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
17837
17838 2005-01-08 Jay Belanger <belanger@truman.edu>
17839
17840 * calc/calc.el (calc-settings-file): Change default value.
17841 Suggested by cgw in a comment in calc-mode.el.
17842
17843 * calc/calc-mode.el (calc-settings-file-name):
17844 Compare calc-settings-file to user-init-file instead of ~/.emacs.
17845 Replace ~/.emacs in a prompt by calc-settings-file.
17846
17847 2005-01-07 Lars Hansen <larsh@math.ku.dk>
17848
17849 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
17850 (desktop-lazy-idle-delay): New customizable variables.
17851 (desktop-buffer-args-list): New variable.
17852 (desktop-append-buffer-args): New function.
17853 (desktop-save): Call desktop-append-buffer-args for some buffers.
17854 (desktop-lazy-create-buffer): New function.
17855 (desktop-idle-create-buffers): New function.
17856 (desktop-read): Add message about buffers to restore lazily.
17857 (desktop-lazy-abort): New command.
17858 (desktop-clear): Call desktop-lazy-abort.
17859 (desktop-lazy-complete): New command.
17860
17861 2005-01-06 Richard M. Stallman <rms@gnu.org>
17862
17863 * emacs-lisp/find-func.el (find-face-definition):
17864 Rename from find-face.
17865
17866 2005-01-06 Kim F. Storm <storm@cua.dk>
17867
17868 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
17869
17870 * man.el (Man-xref-man-page, Man-xref-header-file)
17871 (Man-xref-normal-file): Add follow-link property.
17872
17873 2005-01-06 Jay Belanger <belanger@truman.edu>
17874
17875 * calc/calc-units.el: Make sure the proper macro definitions are
17876 available when compiling.
17877
17878 2005-01-06 Juri Linkov <juri@jurta.org>
17879
17880 * isearch.el (isearch-lazy-highlight-update):
17881 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
17882
17883 2005-01-06 Miles Bader <miles@gnu.org>
17884
17885 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
17886 (isearch-lazy-highlight-face): Use new name.
17887
17888 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17889
17890 * uniquify.el (uniquify-rationalize-file-buffer-names):
17891 Re-add an interactive spec.
17892 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
17893 to the same name.
17894
17895 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
17896 (isearch-update, isearch-done): Adjust calls accordingly.
17897
17898 2005-01-05 Richard M. Stallman <rms@gnu.org>
17899
17900 * custom.el (custom-set-variables, custom-theme-set-variables):
17901 Clarify documentation.
17902
17903 * emacs-lisp/find-func.el (find-variable)
17904 (find-variable-other-window, find-variable-other-frame):
17905 Fix the TYPE args to find-function-read and find-function-do-it.
17906 (find-function): Doc fix.
17907 (find-function-at-point): Replace function-at-point alias.
17908
17909 2005-01-04 Richard M. Stallman <rms@gnu.org>
17910
17911 * cus-face.el (custom-declare-face):
17912 Record defface in current-load-list.
17913
17914 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
17915
17916 * emacs-lisp/find-func.el: Doc fixes.
17917 (find-face-regexp): New variable.
17918 (find-function-regexp-alist): New variable.
17919 (find-function-C-source): Third arg is now TYPE.
17920 (find-function-search-for-symbol): Handle general TYPE.
17921 (find-function-read, find-function-do-it): Handle general TYPE.
17922 (find-definition-noselect, find-face): New functions.
17923 (function-at-point): Alias deleted.
17924
17925 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
17926
17927 * battery.el (display-battery-mode): Rename from display-battery.
17928 Handle the case where it gets turned off.
17929
17930 2005-01-04 Richard M. Stallman <rms@gnu.org>
17931
17932 * cus-edit.el (customize): Make :link point to user doc.
17933
17934 * man.el (Man-fontify-manpage): Turn off undo generation.
17935
17936 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
17937
17938 2005-01-04 Andreas Schwab <schwab@suse.de>
17939
17940 * files.el (insert-directory): Only look for error lines in
17941 inserted text. Don't move too far after processing --dired markers.
17942
17943 2005-01-04 Richard M. Stallman <rms@gnu.org>
17944
17945 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
17946 Don't expand if the character is @, period, dash, etc.
17947 (define-mail-abbrev): Quote names that contain problem characters.
17948
17949 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
17950
17951 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
17952
17953 2005-01-03 Richard M. Stallman <rms@gnu.org>
17954
17955 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
17956 (query-replace-highlight, query-replace-lazy-highlight)
17957 (query-replace): Definitions moved up. Doc fix.
17958
17959 2005-01-03 Richard M. Stallman <rms@gnu.org>
17960
17961 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
17962 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17963 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17964 (lazy-highlight-face): Rename from isearch-lazy-...
17965 Change all references to them.
17966
17967 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
17968
17969 * cus-edit.el (custom-file): Doc fix for defcustom.
17970 (custom-file): The function no longer sets the variable
17971 `custom-file' to its return value.
17972
17973 * startup.el (command-line): No longer load `custom-file'.
17974
17975 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17976
17977 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
17978
17979 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
17980 Don't confuse module-prefixed identifiers for labels.
17981 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
17982
17983 2005-01-02 Richard M. Stallman <rms@gnu.org>
17984
17985 * files.el (basic-save-buffer-1): Fix previous change.
17986
17987 * loadhist.el (file-loadhist-lookup): New function.
17988 (file-provides, file-requires): Use it.
17989
17990 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
17991 instead of calculating the right size.
17992
17993 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17994
17995 * vc-svn.el (vc-svn-diff): Stay local if possible.
17996
17997 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
17998
17999 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18000
18001 * files.el (hack-local-variables): Fix last change.
18002
18003 2005-01-02 Jay Belanger <belanger@truman.edu>
18004
18005 * calc/calc-yank.el (calc-edit-top): New variable.
18006 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18007 object. Change header properties.
18008 (calc-edit-finish, calc-edit-finish-stack-object)
18009 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18010 edited object.
18011 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18012 for the beginning of the edited object.
18013 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18014 for the beginning of the edited object.
18015 * calc/calc-prog.el (calc-edit-macro-finish-edit)
18016 (calc-finish-formula-edit, calc-macro-repeats)
18017 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18018 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18019 beginning of the edited object.
18020 (calc-user-define-edit): Change the header for editing macros.
18021 Remove unnecessary variable.
18022
18023 2005-01-01 Jay Belanger <belanger@truman.edu>
18024
18025 * calc/calc-yank.el (calc-edit-mode): Change default header.
18026 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18027 * calc/calc-store.el (calc-edit-variable): Change title to match new
18028 header.
18029 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18030 mode to match new header.
18031 (calc-user-define-edit): Change titles to include names of commands.
18032 (calc-finish-formula-edit): Adjust to handle new header.
18033 (calc-finish-macro-edit): Remove.
18034 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18035 (calc-edit-macro-command, calc-edit-macro-command-type)
18036 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18037 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18038 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18039 (calc-edit-macro-finish-edit): New functions.
18040 (calc-user-define-edit): Use new functions to edit named calc macros.
18041
18042 2005-01-01 Stefan <monnier@iro.umontreal.ca>
18043
18044 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18045
18046 * ses.el (copy-region-as-kill): Deactivate mark.
18047
18048 2005-01-01 Richard M. Stallman <rms@gnu.org>
18049
18050 * replace.el (occur-1): If the output buffer is also an input,
18051 don't kill it, rename it.
18052
18053 * faces.el (set-face-background, set-face-foreground): Doc fix.
18054
18055 * cus-face.el (custom-face-attributes): Fix :help-echo strings
18056 for :foreground and :background.
18057
18058 * dired.el (dired-view-command-alist): Variable deleted.
18059 (dired-view-file, dired-mouse-find-file-other-window):
18060 Delete the code to use it.
18061
18062 2005-01-01 Kim F. Storm <storm@cua.dk>
18063
18064 * image.el (insert-sliced-image): Use t for line-height property.
18065
18066 See ChangeLog.11 for earlier changes.
18067
18068 ;; Local Variables:
18069 ;; coding: iso-2022-7bit
18070 ;; End:
18071
18072 Copyright (C) 2005 Free Software Foundation, Inc.
18073 Copying and distribution of this file, with or without modification,
18074 are permitted provided the copyright notice and this notice are preserved.
18075
18076 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1