]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el:
4 * org.el (org-tags-match-list-sublevels): New option.
5 (org-open-at-point): implement tag searches as links
6 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New
8 functions
9 (org-tags-sparse-tree, org-tags-view, org-set-tags)
10 (org-agenda-dispatch): New commands.
11 (org-use-tag-inheritance, org-tags-column): New options.
12 (org-tab-follows-link, org-return-follows-link): New options.
13 (org-tags): New customize group.
14 (org-start-icalendar-file): Get local time zone.
15 (org-tags-completion-function): New function.
16 (org-set-font-lock-defaults): make sure links will also
17 be highlighted inside headlines.
18
19 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
20
21 * term.el (term-emulate-terminal): Let
22 term-handle-ansi-terminal-messages override what Bash says about
23 its current directory.
24
25 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
26
27 * bindings.el (last-buffer): Move to simple.el.
28 * simple.el (last-buffer): Move here.
29 (get-next-valid-buffer): New function.
30 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
31 (prev-buffer): Ditto. Rename to `previous-buffer'.
32
33 * menu-bar.el (menu-bar-update-buffers): Update references to `prev-buffer'.
34 * bindings.el (global-map): Ditto.
35
36 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
37
38 * cus-edit.el: Introductory comment change.
39 (custom-magic-alist): Change message string for the `rogue' state.
40
41 2005-12-15 Richard M. Stallman <rms@gnu.org>
42
43 * tooltip.el: Delete defcustom variable :tag names.
44
45 * complete.el (partial-completion-mode): Doc fix.
46
47 * textmodes/flyspell.el (flyspell-external-point-words):
48 Use save-excursion to ensure we don't move backward in the
49 search loop, not even one character.
50 (flyspell-delete-all-overlays): Use remove-overlays directly.
51
52 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
53 (ispell-start-process): Set that variable.
54 Clear ispell-buffer-local-name.
55 (ispell-internal-change-dictionary):
56 Set ispell-current-dictionary after killing process.
57 (ispell-buffer-local-dict):
58 Don't set spell-personal-dictionary after killing process.
59 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
60 (ispell-tex-skip-alists)
61 (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
62
63 * net/newsticker.el (newsticker--retrieval-timer-list)
64 (newsticker--display-timer, newsticker-running-p)
65 (newsticker-ticker-running-p): Definitions moved up.
66
67 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
68
69 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in
70 minibuffer.
71
72 2005-12-15 David Ponce <david@dponce.com>
73
74 * recentf.el (recentf-dialog-goto-first): Fix missing error
75 condition.
76 (recentf-edit-list, recentf-open-files): Signal an error when
77 there is no recent file.
78
79 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
80
81 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
82 read-only except for texinfo-format-region evaluation.
83
84 2005-12-14 Richard M. Stallman <rms@gnu.org>
85
86 * vc.el (vc-default-previous-version, vc-default-next-version)
87 (vc-do-command): Doc fixes.
88
89 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
90
91 * textmodes/bibtex.el (bibtex-expand-strings)
92 (bibtex-autokey-expand-string, bibtex-name-part)
93 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
94 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
95 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
96 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
97 (bibtex-entry-postfix, bibtex-known-entry-type-re)
98 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
99 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
100 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
101 (bibtex-beginning-of-last-entry): Remove.
102 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
103 message if comma is missing but buffer is read-only.
104 (bibtex-parse-field-text): Handle whitespaces at the end of field
105 text. Return 3-element list with beginning and end of field text
106 and end of field.
107 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
108 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
109 (bibtex-search-forward-field, bibtex-search-backward-field):
110 Search always delimited by limits of entry. Use more efficient
111 search algorithms.
112 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
113 bibtex-end-of-name-in-field.
114 (bibtex-text-in-field-bounds): Handle BibTeX strings when
115 extracting the content of a field.
116 (bibtex-text-in-field): Use search limits.
117 (bibtex-parse-string-prefix): Handle empty string keys based on
118 bibtex-string-empty-key.
119 (bibtex-parse-string): Fix docstring.
120 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
121 (bibtex-preamble-prefix, bibtex-strings): New functions.
122 (bibtex-skip-to-valid-entry): Include preceding whitespace in
123 BibTeX entries (consistent with other BibTeX functions).
124 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
125 (bibtex-search-entry): Fix docstring. Simplify.
126 (bibtex-flash-head, bibtex-complete-string-cleanup)
127 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
128 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
129 (bibtex-parse-entry): New optional arg content.
130 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
131 Use bibtex-text-in-field-bounds.
132 (bibtex-print-help-message): Handle BibTeX strings and preambles.
133 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
134 bibtex-parse-string-postfix.
135 (bibtex-find-text-internal): New function.
136 (bibtex-remove-delimiters): Use it.
137 (bibtex-find-text): Use it. New optional arg help.
138 (bibtex-complete): Handle BibTeX string and preamble entries.
139 (bibtex-Preamble): Fix order of closing delimiters.
140
141 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * vc.el (vc-default-revert): New fun.
144
145 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
146
147 2005-12-14 Romain Francoise <romain@orebokech.com>
148
149 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
150 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
151 (font-lock-remove-keywords): Likewise.
152
153 2005-12-14 Juri Linkov <juri@jurta.org>
154
155 * log-view.el (log-view-diff): Doc fix.
156
157 * isearch.el (isearch-query-replace): Use (mark) instead of
158 isearch-opoint if mark is active in transient-mark-mode.
159
160 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
161
162 * isearch.el (isearch-query-replace): Check for isearch-other-end.
163
164 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
165
166 * progmodes/cpp.el (cpp-face): New widget.
167 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
168
169 2005-12-14 Juri Linkov <juri@jurta.org>
170
171 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
172 around `erase-buffer' and `insert'.
173
174 * descr-text.el (describe-text-properties): Replace buffer name
175 "*Help-2*" with "*Help*<2>".
176 (describe-char): Add functions print-help-return-message,
177 toggle-read-only. Use help-setup-xref with nil to not store
178 describe-char in help-xref-stack. Use help-make-xrefs to
179 make [back] button.
180
181 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
182
183 * wdired.el (wdired-old-point): New internal variable.
184 (wdired-change-to-wdired-mode): Set it buffer-locally.
185 (wdired-abort-changes): Restore point after aborting changes.
186
187 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * vc.el (vc-do-command): Add a new value t for okstatus.
190
191 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
192 frame in case of errors.
193
194 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
195
196 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
197 so it comes after "On the Left" in the menu.
198
199 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
200
201 * cus-edit.el (customize-apropos, customize-apropos-options)
202 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
203
204 2005-12-12 Bill Wohler <wohler@newt.com>
205
206 * vc-svn.el (vc-svn-registered): Fix problem of visiting
207 non-writable Subversion-controlled files by saving window
208 configuration before calling vc-do-command. vc-do-command calls
209 pop-to-buffer on error which is unexpected during registration.
210
211 2005-12-12 Jay Belanger <belanger@truman.edu>
212
213 * calc/README: Update the summary of changes.
214
215 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * descr-text.el (describe-char): Rework last fix to solve the problem
218 is the same way it's solved for everything else in that function
219 (i.e. by extracting the info before setting up the *Help* buffer).
220
221 2005-12-12 Kim F. Storm <storm@cua.dk>
222
223 * subr.el (version-regexp-alist): Allow space as separator before
224 non-numeric part, e.g. "1.0 alpha".
225 (version-to-list): Interpret .X.Y version as 0.X.Y version.
226
227 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
228
229 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
230 Implement Logging and the keep-modes setting.
231 (org-get-category): Make sure a string is returned.
232 (org-log-done): New function.
233 (org-log-done, org-closed-string): New options.
234
235 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
236
237 * tooltip.el (tooltip-y-offset): Change default to 20.
238
239 2005-12-12 Richard M. Stallman <rms@gnu.org>
240
241 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
242
243 * frame.el (display-hourglass): Doc fix.
244
245 * help.el (help-for-help-internal): Simplify entry for `a'.
246
247 * info.el (Info-on-current-buffer): Doc fix.
248 (info-insert-file-contents): Don't test (featurep 'jka-compr).
249
250 * startup.el (inhibit-splash-screen): Make this the real name.
251 (inhibit-startup-message): Make this the alias.
252 (command-line): Find only simple.el, and use its directory
253 to fill in other preloaded files' names.
254 (command-line): Deactivate the mark if deactivate-mark is set.
255
256 * international/mule.el (load-with-code-conversion):
257 Bind deactivate-mark.
258
259 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
260
261 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
262
263 * cus-edit.el (customize-apropos): Avoid listing an option more
264 than once under different aliases. No longer list user options
265 that are not defined with defcustom (unless a prefix arg is given).
266 Doc fix.
267 (customize-apropos-options): Doc fix.
268
269 2005-12-11 Juri Linkov <juri@jurta.org>
270
271 * frame.el (set-background-color, set-foreground-color)
272 (set-cursor-color, set-mouse-color, set-border-color):
273 Add explicit prompts to read colors by `facemenu-read-color'.
274 (show-trailing-whitespace, blink-cursor-delay)
275 (blink-cursor-interval, display-hourglass, hourglass-delay):
276 Remove tags.
277 (display-hourglass, hourglass-delay): Doc fix.
278 (cursor-in-non-selected-windows): Capitalize words in tag.
279
280 * faces.el (frame-background-mode): Replace `choice-item' keywords
281 with `const' to not make [default] button. Change default value tag
282 from `default' to `automatic'. Doc fix.
283 (trailing-whitespace) <defface>: Change group `whitespace' to
284 `whitespace-faces'.
285
286 2005-12-11 Richard M. Stallman <rms@gnu.org>
287
288 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
289
290 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
291
292 * term/mac-win.el: Create keymap for mac-apple-event-map.
293
294 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
295
296 * tooltip.el (tooltip-mode): Move to start of file so that it
297 appears at top of customize buffer.
298
299 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
300 Add the gud groupname.
301 (gud-tooltip-mode): Add the tooltip groupname.
302 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
303 avoid conflict with tooltip-use-echo-area.
304
305 2005-12-10 Romain Francoise <romain@orebokech.com>
306
307 * help.el (help-for-help-internal): Add `r' in doc string.
308
309 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
310
311 * align.el (align-regexp, align-highlight-rule): Use
312 region-beginning and region-end instead of point and mark, so that
313 repetition (with `repeat-complex-command') recomputes the region
314 bounds.
315
316 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
317
318 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
319 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
320 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
321 (balance-windows): Rewrite using the above new functions.
322
323 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
324
325 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
326 react if global-hi-lock-mode seems intended.
327 (global-hi-lock-mode) Renamed from hi-lock-mode.
328 (hi-lock-archaic-interface-message-used)
329 (hi-lock-archaic-interface-deduce): New variables.
330 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
331 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
332 (hi-lock-find-patterns, hi-lock-font-lock-hook): Replace
333 hi-lock-buffer-mode with hi-lock-mode.
334
335 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
336
337 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
338 completion list, even after a partial completion has been
339 inserted in the current buffer. If there are more than 1
340 completion, redisplay the *Completions* buffer; if the
341 completion is unique, delete the *Completions* window.
342
343 2005-12-10 Eli Zaretskii <eliz@gnu.org>
344
345 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
346 strings and long subject lines that were broken into multiple
347 lines at arbitrary places. Handle subjects that have "Re: " in
348 the middle.
349
350 2005-12-10 John W. Eaton <jwe@octave.org>
351
352 * emacs/octave-mod.el (octave-electric-space): Don't indent
353 comments or strings if octave-auto-indent is nil.
354
355 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
356
357 * term/mac-win.el: Require url when compiling. Call
358 mac-process-deferred-apple-events after loading init files.
359 (mac-apple-event-map): New defvar. Define event handlers in it.
360 (core-event, internet-event): New Apple event class symbols.
361 (open-application, reopen-application, open-documents)
362 (print-documents, open-contents, quit-application)
363 (application-died, show-preferences, autosave-now, get-url): New
364 Apple event ID symbols.
365 (about): New HICommand ID symbol.
366 (mac-event-spec, mac-event-ae): New macros.
367 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
368 (mac-ae-selection-range, mac-ae-text-for-search)
369 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
370 (mac-application-menu-map): Remove keymap. Handlers for HICommand
371 and Services menu events are now defined in mac-apple-event-map.
372 (mac-drag-n-drop): Remove selection range handling.
373
374 2005-12-10 Kenichi Handa <handa@m17n.org>
375
376 * simple.el (zap-to-char): Translate CHAR by
377 translation-table-for-input.
378
379 * isearch.el (isearch-process-search-char): Translate CHAR by
380 translation-table-for-input.
381
382 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
383
384 * foldout.el (foldout-exit-fold): Properly hide subtree.
385
386 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
387
388 * files.el (save-buffer):
389 * international/ucs-tables.el (ucs-set-table-for-input):
390 * mail/mail-extr.el (mail-extract-address-components):
391 * mail/sendmail.el (mail-mode): Reformat doc string.
392
393 2005-12-09 Juri Linkov <juri@jurta.org>
394
395 * isearch.el (isearch-highlight): Change main overlay priority
396 from 1 to 1001. Simplify.
397 (isearch-lazy-highlight-update): Change lazy overlay priority
398 from 0 to 1000.
399
400 * replace.el (replace-highlight): Change overlay priority from
401 1 to 1001.
402
403 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
404 Change overlay priority from 1 to 1001. Reuse existing overlay.
405
406 * compare-w.el (compare-windows-highlight): Change overlay
407 priority from 1 to 1000.
408
409 * menu-bar.el (menu-bar-edit-menu): Add listp around
410 pending-undo-list to disable menu item "undo" when pending
411 undo list is empty.
412
413 * locate.el (locate): Disable undo in *Locate* buffer.
414
415 2005-12-09 Kim F. Storm <storm@cua.dk>
416
417 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
418
419 2005-12-09 David Ponce <david@dponce.com>
420
421 * recentf.el: Improvement of the menu code.
422 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
423 instead of menu hook.
424 (recentf-show-menu, recentf-hide-menu): New functions.
425 (recentf-menu-customization-changed, recentf-mode): Use them.
426 (recentf-menu-action, recentf-max-menu-items)
427 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
428 (recentf-arrange-by-rule-others)
429 (recentf-arrange-by-rules-min-items)
430 (recentf-arrange-by-rule-subfilter) : Don't use
431 `recentf-menu-customization-changed'.
432 (recentf-arrange-rules): Likewise. Accept functions to compute
433 sub-menu titles.
434 (recentf-menu-filter): Likewise. Doc fix.
435 (recentf-menu-value-shortcut): Doc fix.
436 (recentf-dump-variable): Quote atom value.
437 (recentf-make-menu-items): Update to use it as a menu filter.
438 (recentf-match-rule): New function.
439 (recentf-arrange-by-rule): Use it.
440 (recentf-indirect-mode-rule): New function.
441 (recentf-build-mode-rules): Use it.
442 (recentf-dir-rule): New function.
443 (recentf-arrange-by-dir): Use it.
444 (recentf-filter-changer-current): Rename from
445 `recentf-filter-changer-state'. All references updated.
446 (recentf-filter-changer-alist): Update filter names.
447 (recentf-filter-changer-select): New function.
448 (recentf-filter-changer): Use it. Make a sub-menu from filters
449 available in `recentf-filter-changer-alist'.
450 (recentf-data-cache, recentf-clear-data)
451 (recentf-update-menu): Remove. All references updated.
452 (recentf-match-rule-p, recentf-build-dir-rules)
453 (recentf-filter-changer-goto-next)
454 (recentf-filter-changer-get-current)
455 (recentf-filter-changer-get-next): Remove.
456
457 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
458
459 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
460 buffer "Reset" button to "Reset to Current" for consistency with
461 the State buttons.
462
463 2005-12-08 John Paul Wallington <jpw@pobox.com>
464
465 * ibuf-ext.el (define-ibuffer-filter filename):
466 If `dired-directory' is a list then really use its car.
467
468 2005-12-08 Kim F. Storm <storm@cua.dk>
469
470 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
471 indention of text on right side of replaced rectangle.
472
473 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
474
475 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
476 No need to check gud-comint-buffer is bound.
477 (gdb): Prevent multiple debugging when first session uses gdba.
478
479 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
480
481 CC Mode update to 5.31.
482
483 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
484 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
485 might do this function properly in the future).
486
487 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
488 macros c-sentence-end and c-default-value-sentence end, to cope
489 with Emacs 22's new function `sentence-end'.
490
491 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
492
493 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
494 compat issue using `c-put-overlay' and `c-delete-overlay'.
495
496 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
497 compat macros to handle overlays/extents.
498
499 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
500
501 * progmodes/cc-fix.el: Add definitions of the macros push and pop
502 (for GNU Emacs 20.4)
503
504 * progmodes/cc-defs.el:
505 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
506
507 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
508 highlighting mechanism so it will work in XEmacs too.
509
510 * progmodes/cc-defs.el: Insert c-int-to-char.
511
512 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
513 call to the new macro c-int-to-char. This solves XEmacs's
514 regarding characters as different from integers.
515
516 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
517
518 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
519 helper.
520
521 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
522 construct to make the indirect face lookup work in XEmacs.
523
524 (c-cpp-matchers): Append the negation char face to the existing
525 fontification, so that the cpp face doesn't disappear. Use
526 `c-make-syntactic-matcher' to avoid negation chars in comments and
527 strings.
528
529 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
530 to map to `font-lock-negation-char-face' in emacsen where it
531 exists.
532
533 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
534
535 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
536
537 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
538 "c-subword-move-mode" as "c-subword-mode".
539
540 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
541 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
542
543 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
544
545 * progmodes/cc-mode.el: Added autoload directive for
546 `c-subword-move-mode' for use in older emacsen.
547
548 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
549
550 * progmodes/cc-mode.el:
551 (i) Insert a binding for C-c C-backspace into
552 c-bind-special-erase-keys which works in TTYs.
553 (ii) Make sure that when file styles are used, any explicitly
554 given style variables take priority over those in the style. Do
555 this by calling `hack-local-variables' a second time.
556
557 * progmodes/cc-vars.el: Add language specific customization
558 widgets for AWK to c-doc-comment-style, c-require-final-newline
559 and c-default-style. Add a defcustom for awk-mode-hook. Give
560 c-syntactic-element and c-syntactic-context doc-strings by
561 directly setting their `variable-documentation' propery. This
562 allows Emacs 22.1 to read these with C-h v.
563
564 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
565 Monnier).
566
567 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
568
569 * progmodes/cc-fonts.el, cc-vars.el
570 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
571 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
572 Masatake YAMATO.
573
574 (c-doc-comment-style): Made GtkDoc default in C mode.
575
576 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
577 and C-c C-<delete>.
578
579 (c-bind-special-erase-keys): New function for use on
580 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
581
582 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
583 <delete> key behavior in XEmacs according to `delete-forward-p'.
584 C.f. `c-electric-delete'.
585
586 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
587
588 * progmodes/cc-mode.el: Give c-hungry-backspace and
589 c-hungry-delete-forward permanent key bindings.
590
591 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
592 c-syntactic-context for calls to "criteria functions", for
593 consistency with other calls to user functions.
594
595 * progmodes/cc-cmds.el (c-indent-command): expunge use of
596 `current-prefix-arg', since this might be the prefix arg to a
597 command which calls c-indent-command as a function. Change the
598 interactive spec from "p" to "P".
599
600 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
601 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
602 was difficult to understand.
603
604 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
605
606 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
607 first char of an identifier.
608
609 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
610 +" syntax in C++.
611
612 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
613
614 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
615 auto-fill doesn't split a c-comment's last word from a hanging
616 "*/" when a space is typed between them after fill-column.
617
618 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
619
620 * progmodes/cc-styles.el (c-set-style,
621 c-setup-paragraph-variables): Abort the command if we're not in a
622 CC Mode buffer.
623
624 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
625 with blank comment-prefix, and a blank line as the comment's
626 second line.
627
628 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
629
630 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
631 Incorporated the patterns added in the Emacs development branch
632 for the new Emacs 22 face `font-lock-negation-char-face'.
633
634 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
635 of "red" since it stands out better in xterms and DOS terminals.
636
637 * progmodes/cc-engine.el (c-literal-faces): Added
638 `font-lock-comment-delimiter-face' which is new in Emacs 22.
639
640 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
641
642 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
643 forcibly enable c-electric-flag.
644
645 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
646 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
647 just after the comment-prefix of a C-style comment will close that
648 comment.
649
650 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
651
652 * progmodes/cc-fonts.el (c-basic-matchers-before,
653 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
654 in Pike.
655
656 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
657 digraphs.
658
659 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
660 (c-cpp-message-directives, c-cpp-include-directives,
661 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
662 c-cpp-expr-directives): Introduced new language constants to
663 control cpp syntax in a cleaner way.
664
665 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
666
667 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
668
669 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
670 c-multiline-string-start-char): New language constants and
671 variables to specify how newlines in string literals work.
672
673 (c-font-lock-invalid-string): Use them.
674
675 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
676 unbalanced close brace is entered. Optimization by avoiding going
677 back over arbitrarily large blocks. Removed hints that this
678 function only would be relevant/useful in AWK.
679
680 (c-electric-brace): Indent syntactically after the cleanups since
681 lineup functions might do it differently then.
682
683 * progmodes/cc-engine.el, cc-langs.el
684 (c-opt-op-identifier-prefix): New language constant and variable.
685
686 (c-just-after-func-arglist-p, c-after-special-operator-id,
687 c-search-decl-header-end, c-inside-bracelist-p): Use it.
688
689 * progmodes/cc-align.el, cc-engine.el
690 (c-after-special-operator-id): New helper to handle C++ operator
691 identifiers.
692
693 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
694 c-guess-basic-syntax): Handle C++ operator identifiers in
695 declarations.
696
697 * progmodes/cc-langs.el (c-assignment-operators): Added the
698 trigraph version of ^= too.
699
700 * progmodes/cc-langs.el (c-assignment-operators): Added the
701 trigraph version of |= in C++.
702
703 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
704 `c-decl-hangon-kwds' after the identifier name.
705
706 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
707 whether an arglist is "nonempty", ignore a comment after the open
708 paren if it isn't followed by a non-comment token on the same
709 line.
710
711 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
712 heuristics below the point to cope with classes inside special
713 brace lists in Pike.
714
715 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
716
717 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
718
719 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
720
721 * progmodes/cc-guess.el (cc-guess-install): New function to
722 install an already guessed style in another buffer.
723
724 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
725 sets `inhibit-read-only' - `c-save-buffer-state' should be used
726 anyway if the change always is undone.
727
728 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
729
730 Implement togglable electricity:
731
732 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
733 saying when it should be used.
734
735 * progmodes/cc-engine.el: Add the new buffer-local variable,
736 c-electric-flag.
737
738 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
739 c-toggle-auto-newline.
740
741 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
742 c-toggle-auto-newline. Remove the binding for
743 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
744 c-toggle-electric-state.
745
746 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
747
748 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
749 c-\(forward\|backward\)-subword.
750 (c-update-modeline): Add the new modeline flag `l' for
751 `c-electric-flag'. Make the auto-newline flag `a' dependent on
752 `l'.
753 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
754 the old name an alias of the new name.
755 (c-toggle-electric-state): New function.
756 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
757 Adapt these functions to do electric things only when
758 c-electric-flag is non-nil.
759 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
760 new functions from c-electric-brace.
761 (c-point-syntax): Add a check for "virtual semicolons" in AWK
762 mode, so that the tentative extra newline doesn't change the
763 syntax of the following brace.
764 (c-electric-brace): restructure by extracting the above functions.
765 Tidy up the coding somewhat.
766 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
767 restructure a bit.
768
769 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
770
771 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
772 anchor position(s) using faces. Thanks to Masatake YAMATO for the
773 idea.
774
775 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
776 (c-submode-indicators): Changed name from `c-auto-hungry-string'
777 since it's now used to track another submode.
778
779 (c-update-modeline): Converted to function and extended to check
780 `c-subword-move-mode'.
781
782 (c-forward-into-nomenclature, c-backward-into-nomenclature):
783 Converted to compat aliases for `c-forward-subword' and
784 `c-backward-subword'.
785
786 * progmodes/cc-subword.el: New functions and minor mode to handle
787 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
788
789 (c-forward-subword, c-backward-subword, c-mark-subword,
790 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
791 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
792 Functions corresponding to the standard word handling functions.
793
794 (c-subword-move-mode): Minor mode that replaces all the standard
795 word handling functions with their subword equivalences.
796
797 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
798
799 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
800 entry for one-liner-defun.
801
802 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
803 name in its def-edebug-spec.
804
805 * progmodes/cc-cmds.el (c-electric-brace): Make the
806 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
807 compacts space before a comment, if this will make things fit on
808 one line.
809
810 Introduce an "awk" style, mainly for auto-newline and clean-ups.
811
812 * progmodes/cc-align.el: new function c-snug-1line-defun-close
813
814 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
815 clean-up one-liner-defun.
816
817 * progmodes/cc-styles.el: Add the new "awk" style.
818
819 * progmodes/cc-vars.el: Add description of one-liner-defun to
820 c-cleanup-list's doc-string. New user options,
821 c-max-one-liner-length. In c-default-style, set the default style
822 for AWK to "awk".
823
824 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
825
826 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
827 macros inside labels.
828
829 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
830 `c-at-statement-start-p' and `c-at-expression-start-p'.
831
832 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
833 error if the mark isn't set.
834
835 * progmodes/cc-engine.el (c-guess-continued-construct,
836 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
837 accurately detect functions inside functions.
838
839 * progmodes/cc-engine.el (c-at-expression-start-p): New function
840 like `c-at-statement-start-p' that additionally recognizes commas
841 and expression parentheses as delimiters.
842
843 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
844 to avoid heuristics that doesn't work for unclosed blocks.
845
846 (c-at-statement-start-p): New function.
847
848 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
849 Objective-C directives, e.g. directives spanning lines should work
850 reasonably well now.
851
852 (c-put-c-type-property, c-clear-c-type-property): New helpers.
853
854 (c-forward-objc-directive): New function to move over any ObjC
855 directive.
856
857 (c-just-after-func-arglist-p, c-guess-basic-syntax,
858 c-basic-matchers-before): Use it.
859
860 (c-font-lock-objc-iip-decl): Removed.
861
862 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
863 in the template arglist recognition.
864
865 * progmodes/cc-styles.el (c-style-alist): Fixed several
866 inconsistencies in the Whitesmith style.
867
868 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
869 lineup function to get lines after Whitesmith style blocks
870 correctly indented.
871
872 (c-lineup-whitesmith-in-block): Backed out the compensation for
873 opening parens since it's done using `add' lists in the style
874 definition instead. Don't use the anchor position since it varies
875 too much between the syntactic symbols. :P
876
877 * progmodes/cc-vars.el (c-valid-offset): Updated.
878
879 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
880 lists where the offsets are combined according to several
881 different methods: `first', `min', `max', and `add'. Report
882 offset evaluation errors with `c-benign-error' so that some kind
883 of reindentation still is done.
884
885 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
886 `arglist-intro' the same way as `arglist-cont-nonempty' and
887 `arglist-close'.
888
889 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
890 situations for `arglist-cont-nonempty' and `arglist-close'.
891
892 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
893 constant.
894
895 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
896 cc-bytecomp-boundp' in a number of places.
897
898 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
899 macro related issue.
900
901 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
902
903 * progmodes/cc-awk.el: Change the terminology of regexps: A char
904 list is now
905 [asdf], a char class [:alpha:]. Include code for char classes.
906 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
907 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
908
909 Remove (nearly all of) the cruft associated with AWK Mode's former
910 concept of "virtual semicolons":
911
912 Adapt c-beginning-of-statement, c-end-of-statement (together with
913 subfunctions) to use the new notion of "virtual semicolon" in
914 place of the old awkward special handling for AWK. There remains
915 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
916 * progmodes/cc-cmds.el:
917 (c-ascertain-adjacent-literal): In the backwards direction, now
918 recognises AWK regexp delimiters as string delimiters.
919 (c-after-statement-terminator-p): Adapt for virtual semicolons;
920 check more rigorously for "end of macro".
921 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
922 virtual semicolons;
923 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
924 out the code for forward movement into ...
925 (c-end-of-statement): Now contains the code for forward movement,
926 adapted for virtual semicolons.
927
928 * progmodes/cc-engine.el:
929 (c-ws*-string-limit-regexp): new regexp.
930 (c-forward-single-comment, c-backward-single-comment): Comment out
931 the (now redundant) "special" AWK stuff.
932
933 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
934 c-string-par-start, c-string-par-separate to be more like Text
935 Mode than Fundamental Mode.
936
937 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
938
939 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
940 to the fontified region so that fontification doesn't occur
941 outside it
942 (could happen e.g. when fontifying a line with an unfinished
943 declaration).
944
945 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
946
947 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
948 moved to near the start of the file. ^L now separate sections of
949 the file. New defconsts: c-awk-non-eol-esc-pair-re,
950 c-awk-blank-or-comment-line-re,
951 c-awk-one-line-possibly-open-string-re,
952 c-awk-regexp-one-line-possibly-open-char-class-re,
953 c-awk-one-line-possibly-open-regexp-re,
954 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
955 c-awk-vsemi-status-unknown-p.
956
957 Amend the concept of "virtual semicolons" (in the indentation
958 engine) for languages like AWK, such that they are now
959 conceptually attached to end of the last token of a statement, not
960 the end of the line. (In AWK Mode, however, the pertinent text
961 property is still physically set on the EOL.) Remove the specific
962 tests for awk-mode, thus facilitating the introduction of other
963 language modes where EOLs can end statements. (Note: The
964 funtionality in cc-cmds.el, specifically
965 c-beginning/end-of-statement has yet to be amended.)
966
967 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
968 c-vsemi-status-unknown-p.
969
970 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
971 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
972 c-vsemi-status-unknown-p-fn (in a new page).
973
974 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
975 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
976 numerous awkward forms like
977 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
978 with
979 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
980 variable before-ws-ip, the place just after char-before-ip
981 appears.
982
983 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
984 a comment.
985
986 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
987
988 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
989 `c-tentative-buffer-changes'.
990
991 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
992 converted to macro to choose between Emacs and XEmacs at compile
993 time.
994
995 (c-set-region-active): New set counterpart to
996 `c-region-is-active-p'.
997
998 (c-tentative-buffer-changes): New macro to handle temporary buffer
999 changes in a convenient way.
1000
1001 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1002 for `c-tentative-buffer-changes'.
1003
1004 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1005 the checks for paren sexps between the point and the keyword, to
1006 avoid some false alarms.
1007
1008 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1009 Fixed a situation where an error could be thrown for unbalanced
1010 parens. Changed to make use of c-keyword-member' to avoid some
1011 repeated regexp matches.
1012
1013 (c-opt-lambda-key, c-opt-inexpr-block-key,
1014 c-opt-inexpr-class-key): These language variable are no longer
1015 necessary.
1016
1017 (c-block-stmt-kwds): New language constant used by
1018 c-looking-at-inexpr-block'.
1019
1020 (c-guess-basic-syntax): Removed an optional check that looked at
1021 the existence of the now removed language variables.
1022
1023 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1024 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1025 object instantiation expressions as declarations in some contexts.
1026 This bug only affected languages where the declarator can't be
1027 enclosed in parentheses.
1028
1029 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1030 insert newlines before and after substatement braces.
1031
1032 * progmodes/cc-engine.el: Improved the heuristics for recognizing
1033 function declaration headers and the handling of C++ style member
1034 init lists.
1035
1036 (c-just-after-func-arglist-p): Rewritten to use
1037 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
1038
1039 (c-beginning-of-member-init-list): Removed since it isn't used
1040 anymore.
1041
1042 (c-guess-basic-syntax): Case 5B adapted for the new
1043 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
1044 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1045 covers all cases now).
1046
1047 * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
1048
1049 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1050
1051 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1052 c-string-par-start/separate c-sentence-end-with-esc-eol,
1053 initialised in c-setup-paragraph-variables, used in string
1054 scanning subroutines of c-beginning-of-statement.
1055
1056 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1057 which precedes the newly inserted `{'.
1058
1059 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1060
1061 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1062 function for declaration level blocks. It should now cope with
1063 templates better and also be a lot more comprehensible.
1064
1065 (c-looking-at-decl-block): The new function.
1066
1067 (c-search-uplist-for-classkey): The old one. It's now a wrapper
1068 for compatibility.
1069
1070 (c-add-class-syntax, c-guess-continued-construct,
1071 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1072
1073 (c-decl-block-key): Changed to tell apart ambiguous and
1074 unambiguous keywords. Pike specials are now handled directly in
1075 the code instead.
1076
1077 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1078 language constants and variables to make the backward skip in
1079 `c-looking-at-decl-block' as tight as possible.
1080
1081 (c-nonsymbol-token-char-list): New language constant.
1082
1083 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1084 find balanced template arglists backwards.
1085
1086 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1087 making char classes for `c-syntactic-skip-backward'.
1088
1089 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1090 16D - can't be a class-close at that point.
1091
1092 * progmodes/cc-engine.el (c-guess-basic-syntax,
1093 c-add-class-syntax): Don't narrow out the enclosing declaration
1094 level. This makes everything a lot easier, and it was actually
1095 only four small places that needed it to work. Some places that
1096 previously did `widen' are removed now, which has the effect that
1097 `c-guess-basic-syntax' never will look at things outside the
1098 current narrowment now. The anchor position for `topmost-intro'
1099 is affected by this, but it was so bogus it was basically useless
1100 before, and now it's equally bogus but in a slightly different
1101 way.
1102
1103 (c-narrow-out-enclosing-class): Gone.
1104
1105 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1106 the narrowed region.
1107
1108 (c-least-enclosing-brace): Removed silly optional argument.
1109
1110 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1111 the point could be left directly after an open paren when finding
1112 the beginning of the first decl in the block.
1113
1114 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1115 Specify which submatch to use.
1116
1117 * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
1118
1119 (c-decl-start-re): No no longer any need for special treatment of
1120 ObjC due to the above.
1121
1122 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1123 presumably follows C in that regard.
1124
1125 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1126 New language constants to specify operator tokens inside
1127 identifiers in a more high level way.
1128
1129 (c-opt-identifier-prefix-key): New internal language constant.
1130
1131 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1132 c-identifier-start, c-identifier-key): Now completely calculated
1133 from other constants.
1134
1135 (c-identifier-last-sym-match): Decommissioned since it's no longer
1136 used.
1137
1138 (c-operators): Use `c-identifier-ops'. Documented
1139 `postfix-if-paren'.
1140
1141 * progmodes/cc-engine.el (c-forward-name): Removed the
1142 optimization when c-identifier-key is equal to c-symbol-key since
1143 it doesn't work in byte compiled files. Don't record empty
1144 regions as identifiers.
1145
1146 * progmodes/cc-langs.el (c-filter-ops): New helper function to
1147 simplify access to `c-operators' and its likes.
1148
1149 (c-operator-list, c-all-op-syntax-tokens,
1150 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1151 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1152 c-primary-expr-regexp, c-cast-parens): Use it.
1153
1154 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1155 an explicit language in functions.
1156
1157 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1158 variant of adornment.
1159
1160 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1161 variable.
1162
1163 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1164 the Pike value.
1165
1166 * progmodes/cc-engine.el (c-on-identifier,
1167 c-simple-skip-symbol-backward): Small fix for handling "-"
1168 correctly in `skip-chars-backward'. Affected the operator lfun
1169 syntax in Pike.
1170
1171 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1172 diagnostic message about precompiled language vars not being used.
1173
1174 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1175 "__attribute__" is followed by a parenthesis.
1176
1177 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1178 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1179 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1180
1181 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1182 cleanups to properly detect the declared identifiers in various
1183 declarations.
1184
1185 (c-decl-start-kwds): New language constant to recognize
1186 declarations that can start anywhere. Used for class declarations
1187 in Pike.
1188
1189 (c-specifier-key, c-not-decl-init-keywords,
1190 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1191 c-find-decl-spots): Implement `c-decl-start-kwds'.
1192
1193 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1194 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1195 handling of the compiler specific extension keywords into a new
1196 language constant `c-decl-hangon-kwds' that defines keyword
1197 clauses to be ignored in declarations.
1198
1199 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1200 past unrecognized tokens when handling `c-colon-type-list-kwds'.
1201 Necessary to stop at the declared identifier in e.g. IDL valuetype
1202 declarations.
1203
1204 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1205 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1206 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1207 c-forward-decl-or-cast-1): Recognize the declared identifier in
1208 class and enum declarations as such and not as part of the type.
1209
1210 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1211 interpretation of PRECEDING-TOKEN-END when there's no preceding
1212 token.
1213
1214 (c-forward-decl-or-cast-1): Don't disregard sure signs of
1215 declarations when there's some syntax error later on.
1216
1217 (c-complex-decl-matchers): Did away with a reference to
1218 `c-specifier-key'.
1219
1220 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1221 value - this variable is always dynamically bound.
1222
1223 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1224 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1225 cc-cmds.el, cc-defs.el: Changed the policy for marking up
1226 functions that might do hidden buffer changes: All such internal
1227 functions are now marked instead of those that don't.
1228
1229 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1230 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1231 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1232 c-literal-type): Allow these functions to make hidden buffer changes,
1233 so that they are free to use text property caching later on.
1234
1235 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1236 c-electric-brace, c-electric-slash, c-electric-star,
1237 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1238 c-electric-paren, c-electric-continued-statement, c-indent-command,
1239 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1240 c-context-line-break): Added `c-save-buffer-state' calls to comply
1241 with the changed semantics of the functions above.
1242
1243 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1244 when macros occur in obscure places. Optimized the sexp movement
1245 a bit.
1246
1247 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1248
1249 Enhancements for c-beginning-of-statement to work in AWK Mode:
1250
1251 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1252 (completed statement) with `}' (statement completed by closing
1253 brace or semicolon) and `$' (statement completed by EOL).
1254
1255 (c-awk-virtual-semicolon-ends-prev-line-p,
1256 c-awk-virtual-semicolon-ends-line-p,
1257 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1258 c-awk-at-statement-end-p): new functions
1259
1260 * progmodes/cc-cmds.el: Simplify the structure of functions
1261 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
1262 two functions and c-beginning-of-statement to handle AWK Mode.
1263
1264 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1265 c-backward-single-comment for AWK mode. Attempt to clarify their
1266 doc-strings.
1267
1268 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1269
1270 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1271
1272 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1273 label handling. Labels are now recognized in a uniform and more
1274 robust way, regardless of context. Text properties are put on all
1275 labels to recognize the following declarations better. Multiword
1276 labels are handled both in indentation and fontification for the
1277 benefit of language extensions like Qt. For consistency, keywords
1278 in labels are now fontified with the label face instead. That
1279 also applies to "case" and "default".
1280
1281 (c-beginning-of-statement-1): Fixed some bugs in the label
1282 handling. Disregard `c-nonlabel-token-key' in labels that begin
1283 with `c-label-kwds'.
1284
1285 (c-find-decl-spots): Support that the callback adds more
1286 `c-decl-end' spots to find.
1287
1288 (c-forward-decl-or-cast-1): Don't treat a list of plain
1289 identifiers followed by a colon as a declaration.
1290
1291 (c-forward-label): New function to recognize labels.
1292
1293 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1294 `c-forward-label'. Moved the label recognition cases (14 and 15)
1295 earlier since they aren't so context sensitive now. Handle labels
1296 on the top level gracefully. Moved access label recognition to
1297 the generic label case (CASE 15) - removed CASE 5E.
1298
1299 (c-font-lock-declarations): Added recognition of labels in the
1300 same round since we need to handle labels in parallell with other
1301 declarations to recognize both accurately. It should also improve
1302 speed.
1303
1304 (c-simple-decl-matchers, c-basic-matchers-after): Moved
1305 `c-font-lock-labels' so that it only is used on decoration level 2
1306 since `c-font-lock-declarations' handles it otherwise.
1307
1308 (c-complex-decl-matchers): Removed the simplistic recognition of
1309 access labels.
1310
1311 (c-decl-prefix-re): Removed the kludges that was necessary to cope
1312 with labels earlier.
1313
1314 (c-decl-start-re): New language variable to make
1315 `c-font-lock-declarations' stop for the special protection labels
1316 in Objective-C that start with '@'.
1317
1318 (c-label-key): Removed since it's no longer used.
1319
1320 (c-recognize-colon-labels, c-label-prefix-re): New language
1321 constants to support recognition of generic colon-terminated
1322 labels.
1323
1324 (c-type-decl-end-used): `c-decl-end' is now used whenever there
1325 are colon terminated labels.
1326
1327 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1328 first argument starts with a special brace list.
1329
1330 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1331 c-font-lock-declarations): Broke out the declaration and cast
1332 recognition from `c-font-lock-declarations' to a new function, so
1333 that it can be used in the indentation engine.
1334
1335 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1336 up to the start of the literal. Fixed bug with the point on the
1337 wrong side of the search limit that could happen when the start
1338 position is inside a literal.
1339
1340 * progmodes/cc-engine.el (c-parse-state,
1341 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1342 so that it's kept a little bit back to increase the hit rate.
1343
1344 (c-parse-state): Changed the macro handling and fixed some
1345 glitches. Macro context is checked more often than necessary now,
1346 but otoh less garbage conses are generated.
1347
1348 * progmodes/cc-engine.el (c-parse-state,
1349 c-invalidate-state-cache): Cache the last position where
1350 `c-state-cache' applies. This can speed up refontification quite
1351 a bit in blocks where there are many non-brace parens before the
1352 point.
1353
1354 (c-state-cache-end): New variable for this.
1355
1356 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1357 cache variable.
1358
1359 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1360 get close initial continue positions when the start position is
1361 inside a literal or macro. Do not call the callback for spots
1362 before the start position (which can happen e.g. for `c-decl-end'
1363 spots inside comments). Optimize better in special cases when the
1364 region is a single line inside a literal or macro (typically when
1365 the current line is refontified).
1366
1367 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1368 to `c-add-stmt-syntax' - there's no need to explicitly whack off
1369 entries from the paren state.
1370
1371 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1372 special case for "else if" clauses.
1373
1374 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1375 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1376
1377 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1378 language variable to recognize the gcc extension with statement
1379 blocks inside expressions.
1380
1381 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1382 it somewhat more comprehensible. The argument AT-BLOCK-START is
1383 no longer used and hence removed.
1384
1385 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1386 to `c-add-stmt-syntax'.
1387
1388 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1389 `c-beginning-of-statement-1' instead of duplicating parts of it.
1390 This fixes bogus label recognition.
1391
1392 * progmodes/cc-engine.el (c-add-type, c-check-type,
1393 c-forward-name, c-forward-type): Improved storage of template
1394 types in `c-found-types' so that they can be recognized better.
1395
1396 (c-syntactic-content): Added option to skip past nested parens.
1397
1398 * progmodes/cc-engine.el (c-forward-name): Set
1399 `c-last-identifier-range' all the time. It's less work that way.
1400 Handle that there might not be an identifier to store in
1401 `c-last-identifier-range'.
1402
1403 (c-forward-type): Handle that `c-last-identifier-range' might be
1404 nil from `c-forward-name'.
1405
1406 * progmodes/cc-defs.el: (c-safe-scan-lists,
1407 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1408
1409 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1410 to work even if the form fails.
1411
1412 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1413 down in a large file in one go.
1414
1415 (c-get-fallback-start-pos): New helper function for
1416 `c-parse-state'.
1417
1418 * progmodes/cc-align.el (c-lineup-assignments): New lineup
1419 function which is like `c-lineup-math' but returns nil instead of
1420 `c-basic-offset' when it doesn't match.
1421
1422 (c-lineup-math): Changed to use `c-lineup-assignments'.
1423
1424 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1425
1426 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1427 c-beginning-of-statement. New subfunctions
1428 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1429
1430 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1431
1432 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1433 hardcoded char classes whereever possible. Changed a couple of
1434 places to use skip by syntax instead of skip by char class.
1435
1436 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1437 Fixed a bug in the regexp that caused extreme backtracking.
1438
1439 * progmodes/cc-langs.el (c-block-comment-starter,
1440 c-block-comment-ender): New language constants to specify in a
1441 single place how block comments look.
1442
1443 (c-comment-start-regexp, c-block-comment-start-regexp,
1444 comment-start, comment-end, comment-start-skip,
1445 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1446 c-syntactic-ws, c-nonempty-syntactic-ws,
1447 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1448 `c-line-comment-starter', `c-block-comment-starter' and
1449 `c-block-comment-ender'.
1450
1451 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1452 language constants to break up things a bit.
1453
1454 (c-simple-ws): New language constant for simple whitespace.
1455
1456 * progmodes/cc-defs.el (c-concat-separated): New convenience
1457 function.
1458
1459 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1460 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1461 newlines. Allow and ignore nil elements in the list.
1462
1463 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1464
1465 * progmodes/cc-cmds.el: Comment out a (n almost certainly
1466 superfluous) check, (eq here (point-max)) in
1467 c-beginning-of-statement.
1468
1469 * progmodes/cc-cmds.el: Tidy up the comments in
1470 c-beginning-of-statement and subfunctions.
1471
1472 * progmodes/cc-awk.el: Replace calls to put-text-property to the
1473 more flexible c-put-char-property and c-clear-char-properties.
1474 Add the author's email address.
1475
1476 * progmodes/cc-langs.el: New variable,
1477 c-block-comment-start-regexp.
1478
1479 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1480 closing "*/" of a block comment.
1481
1482 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1483 subfunctions) so that it works at BOB and EOB.
1484
1485 * progmodes/cc-cmds.el, cc-vars.el: More updating of
1486 c-beginning-of-statement, including new variable
1487 c-block-comment-start-regexp.
1488
1489 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1490
1491 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1492 symbols from `*-font-lock-extra-types' so that there's no need to
1493 use `regexp-opt' on those lists.
1494
1495 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1496 `c-type-modifier-kwds' is empty.
1497
1498 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1499 there are several strings on the same line.
1500
1501 * progmodes/cc-engine.el (c-literal-limits): Removed the
1502 compatibility function for older emacsen. `c-literal-limits-fast'
1503 has now taken the place of this function.
1504
1505 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1506 with older emacsen: We now require 'pps-extended-state.
1507
1508 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1509
1510 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1511 which obviates the need to hack sentence-end. This now handles
1512 escaped newlines in strings correctly. Correct minor bugs in
1513 c-move-over-sentence and in c-beginning-of-statement.
1514
1515 * progmodes/cc-cmds.el (c-beginning-of-statement (and
1516 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1517 that movement over macros and code are rigorously separated from
1518 eachother. Correct a few incidental bugs.
1519
1520 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1521 Improve its doc-string. Improve the handling of certain specific
1522 cases.
1523
1524 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1525
1526 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1527 (c-guess-basic-syntax): Changed the way class-level labels are
1528 recognized; they can now contain essentially any symbols.
1529
1530 (c-opt-extra-label-key): New language variable to cope with the
1531 special protection label syntax in Objective-C.
1532
1533 (c-opt-access-key): Removed; this is now handled better by
1534 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1535
1536 (c-complex-decl-matchers): Update to handle that
1537 `c-opt-access-key' no longer exists.
1538
1539 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1540 improved label recognition in `c-beginning-of-statement-1'.
1541
1542 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1543 Recognize bitfields better.
1544
1545 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1546 Removed some cruft and fixed a bug that could cause it to go to a
1547 position further down.
1548
1549 * progmodes/cc-langs.el, cc-engine.el
1550 (c-beginning-of-statement-1): Improved detection of labels in
1551 declaration contexts.
1552
1553 (c-beginning-of-decl-1): Use it.
1554
1555 (c-nonlabel-token-key): New language constant and variable needed
1556 by `c-beginning-of-statement-1'.
1557
1558 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1559 manifested itself due to the correction in `c-forward-sexp'.
1560
1561 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1562 these behave as documented when used at the buffer limits.
1563
1564 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1565 (c-type-decl-end-used): Made this a language variable.
1566
1567 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1568 correctly when `combine-after-change-calls' is used together with
1569 temporary narrowings.
1570
1571 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1572 labels correctly when the start point is immediately after the
1573 colon.
1574
1575 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1576 since it isn't used anymore.
1577
1578 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1579 bracket arglists such as template parens in C++.
1580
1581 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1582 in the last check-in. Some optimization.
1583
1584 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1585 where it could stop at the same level in a preceding sexp when
1586 PAREN-LEVEL is set.
1587
1588 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1589 text property lookup only when it's needed.
1590
1591 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1592 Changed the policy for paren marked angle brackets to be more
1593 persistent; once marked they remain marked even when they're found
1594 to be unbalanced in the searched region. This should keep the
1595 paren syntax around even when individual lines are refontified in
1596 multiline template arglists.
1597
1598 (c-parse-and-markup-<>-arglists): New dynamically bound variable
1599 to control markup so that incorrect angle bracket arglists aren't
1600 marked in contexts where the correct value for
1601 `c-disallow-comma-in-<>-arglists' isn't known.
1602
1603 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1604 argument has become `c-parse-and-markup-<>-arglists'.
1605
1606 (c-remove-<>-arglist-properties): Removed - no longer used.
1607
1608 (c-after-change-check-<>-operators): New function used on
1609 `after-change-functions' to avoid that "<" and ">" characters that
1610 are part of longer operators have paren syntax.
1611
1612 (c-<>-multichar-token-regexp): New language variable used by
1613 `c-after-change-check-<>-operators'.
1614
1615 (c-after-change): Call `c-after-change-check-<>-operators'.
1616
1617 (c-font-lock-<>-arglists): Use the context properties set by
1618 `c-font-lock-declarations' to set
1619 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1620 markup.
1621
1622 (c-font-lock-declarations): Removed code that undoes the invalid
1623 markup done by `c-font-lock-<>-arglists'.
1624
1625 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1626 after `c-font-lock-declarations'.
1627
1628 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1629 paren-level feature.
1630
1631 (c-guess-basic-syntax): Improved the anchor position for
1632 `template-args-cont' in nested template arglists. There's still
1633 much to be desired in this area, though.
1634
1635 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1636
1637 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1638 Make the "Text Filling and Line Breaking" commands work for AWK
1639 buffers.
1640
1641 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1642
1643 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1644 Removed;
1645 (c-major-mode-is 'awk-mode) can be used instead now.
1646
1647 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1648 it doesn't work no longer are supported.
1649
1650 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1651 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1652 requires support for the syntax-table' text property, which rules
1653 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
1654 cruft associated with those versions.
1655
1656 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1657 for the `syntax-table' text property, which rules out Emacs 19 and
1658 XEmacs < 21.4. Removed various compatibility cruft associated
1659 with those versions.
1660
1661 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1662 support for the `syntax-table' text property.
1663
1664 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1665 variable and use an extra quoted face name instead. All the
1666 emacsen flavors handle that correctly.
1667
1668 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1669 c-font-lock-declarators, c-font-lock-declarations,
1670 c-complex-decl-matchers, c-basic-matchers-after): Use a text
1671 property to mark the items in in declarator lists to handle
1672 refontification inside multiline declarations better.
1673
1674 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1675 construct like "a * b = c;" as a declaration.
1676
1677 2005-12-08 Kim F. Storm <storm@cua.dk>
1678
1679 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1680 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
1681 select either meta, hyper, or super modifier for rectangle commands.
1682 (cua--rectangle-modifier-key): New defvar.
1683 (cua--M/H-key): Use it. Remove special case for 'space.
1684 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1685 on X, to meta otherwise. Always bind C-return to toggle
1686 rectangle. Pass ?\s instead of 'space to cua--M/H-key.
1687
1688 * emulation/cua-rect.el (cua-help-for-rectangle): Use
1689 cua--rectangle-modifier-key. Handle super modifier too.
1690 (cua--init-rectangles): Always bind C-return to toggle rectangle.
1691 Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1692
1693 * ido.el: Move Acknowledgements and History after Commentary.
1694 Minor changes to Commentary.
1695
1696 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1697 keymap if cua--prefix-override-timer equals 'shift.
1698 (cua--shift-control-prefix): New function; emulate "type prefix
1699 key twice" functionality to handle shifted prefix key override.
1700 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1701 commands.
1702 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1703
1704 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
1705
1706 * textmodes/org.el (org-insert-heading): Try to do items before
1707 headings.
1708 (org-agenda-mode): Quote `org-agenda-mode-hook'.
1709 (org-insert-item): New function.
1710 (org-renumber-ordered-list): Don't skip to higher level lists.
1711
1712 2005-12-08 Juri Linkov <juri@jurta.org>
1713
1714 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1715
1716 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1717
1718 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1719
1720 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1721 the constructed function name fun-1.
1722
1723 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1724 because such links don't lead to parent documentation.
1725
1726 2005-12-08 Kenichi Handa <handa@m17n.org>
1727
1728 * descr-text.el (describe-char): Use *Help-2* buffer if the
1729 current buffer is *Help*. Call describe-text-properties while
1730 setting the original buffer.
1731
1732 2005-12-07 Bill Wohler <wohler@newt.com>
1733
1734 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1735 and causes problems with non-MH users (such as Gnus users).
1736
1737 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
1738
1739 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1740 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1741 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1742 command "info sources". Move calls to GDB command "list".
1743 (gdb-find-file-hook): Just use gdb-source-file-list.
1744 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1745 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1746 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1747 (gdb-data-list-register-values-handler): Use correct trigger name.
1748
1749 2005-12-07 Kim F. Storm <storm@cua.dk>
1750
1751 * ido.el (ido-completion-map): Renamed from ido-mode-map.
1752 (ido-common-completion-map, ido-file-completion-map)
1753 (ido-file-dir-completion-map, ido-buffer-completion-map):
1754 Renamed from ido-mode-....-map.
1755 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1756 (ido-setup-completion-map): Renamed from ido-define-mode-map.
1757 (ido-read-internal): Bind minibuffer-local-filename-completion-map
1758 to ido-completion-map.
1759
1760 2005-12-07 Kenichi Handa <handa@m17n.org>
1761
1762 * international/mule-cmds.el
1763 (set-display-table-and-terminal-coding-system): If the coding
1764 system specified in `unibyte-display' property is different from
1765 the arg coding-system, don't setup standard-display-table.
1766
1767 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1770 that comments end at \n, regardless of selective-display.
1771
1772 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1775 (gdb-version): New variables.
1776 (gdb-source-file-list, gdb-register-names)
1777 (gdb-changed-registers): New variables for use with GDB 6.4+.
1778 (gdb-ann3): Replace with...
1779 (gdb-init-1, gdb-init-2): ...two new functions.
1780 (gdba, gdb-prompt): Call gdb-init-1.
1781 (gdb-get-version): New function. Call gdb-init-2 from here.
1782 (gud-watch): Make it work with mouse events too.
1783 (gdb-post-prompt): Don't add to queue until GDB version is known.
1784 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1785 (gdb-locals-mode): Use gdb-version.
1786 (gdb-memory-format-map, gdb-memory-unit-map)
1787 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1788 (gdb-locals-font-lock-keywords-1)
1789 (gdb-locals-font-lock-keywords-2): New variables.
1790 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1791 (gdb-set-gud-minor-mode-existing-buffers-1)
1792 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1793 (gdb-var-update-1, gdb-var-update-handler-1)
1794 (gdb-data-list-register-values-handler)
1795 (gdb-data-list-register-values-custom)
1796 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1797 (gdb-stack-list-locals-handler, gdb-get-register-names):
1798 New functions for use with GDB 6.4+.
1799 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1800 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1801 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1802 (gdb-stack-list-locals-regexp)
1803 (gdb-data-list-register-names-regexp): New regexps for use with
1804 GDB 6.4+.
1805
1806 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1809
1810 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
1811
1812 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1813 prompts work for AUTH PLAIN. Also reported by Steve Allan
1814 <seallan@verizon.net>.
1815
1816 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1817
1818 * frame.el (set-frame-parameter): Add doc string.
1819
1820 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
1821
1822 * textmodes/org.el (org-occur-highlights): New variable.
1823 (org-highlight-new-match, org-remove-occur-highlights): New functions.
1824 (org-highlight-sparse-tree-matches): New option.
1825 (org-do-occur): New function.
1826 (org-get-heading): Make it work also at beginning of line.
1827 (org-category-table): New variable.
1828 (org-get-category-table, org-get-category)
1829 (org-camel-to-words, org-link-search): New functions.
1830 (org-select-this-todo-keyword): New variable.
1831 (org-todo-list): New command.
1832 (org-shiftright, org-shiftleft): New commands.
1833 (org-agenda-todo): Add prefix argument.
1834 (org-show-hierarchy-above): New option.
1835 (org-show-todo-tree): Numerical prefix creates tree for specific
1836 TODO keyword.
1837 (org-outline-level): New function, to assign a level to plain
1838 lists items.
1839 (org-cycle-include-plain-lists): New option.
1840 (org-mode): Use `org-outline-level' as value of `outline-level'.
1841 (org-cycle): Temporarily switch `outline-regexp' if
1842 `org-cycle-include-plain-lists' is non-nil.
1843 (org-start-icalendar-file): Fix format bug.
1844 (org-agenda-get-day-entries): Create category table.
1845 (org-agenda-get-todos, org-agenda-get-timestamps)
1846 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1847 (org-agenda-get-blocks): Use `org-get-category'.
1848 (org-context-in-file-links): Rename from
1849 `org-line-numbers-in-file-links' .
1850
1851 2005-12-06 Romain Francoise <romain@orebokech.com>
1852
1853 * window.el (balance-windows): Delete extraneous third arg in call
1854 to `enlarge-window'.
1855
1856 2005-12-06 Kenichi Handa <handa@m17n.org>
1857
1858 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
1859
1860 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
1861
1862 * progmodes/gdb-ui.el (gdb-var-create-handler)
1863 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
1864 (gdb-var-list-children-handler, gdb-var-update-handler):
1865 Current buffer is already gdb-partial-output-buffer, don't
1866 make it current again.
1867
1868 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
1869
1870 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
1871 (list-buffers-noselect): Use it.
1872
1873 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
1876 (mail-yank-ignored-headers): Use regexp-opt.
1877 (mail-mode-map): Move initialization into declaration.
1878 (mail-sent-via): Remove unused shadowed var `to-line'.
1879 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
1880 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
1881 (mail-do-fcc): Use dolist and push.
1882 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
1883 (mail-yank-ignored-headers): Don't autoload.
1884
1885 2005-12-05 Kenichi Handa <handa@m17n.org>
1886
1887 * international/mule-cmds.el (set-language-info-internal): New fun.
1888 (set-language-info): Call set-language-info-internal to update
1889 language-info-alist. If LANG-ENV is the current one, call
1890 set-language-environment to make INFO effective now.
1891 (set-language-info-alist): Likewise.
1892 (locale-language-names): With locale "en", use English
1893 lang. env. but set the default codings to iso-8859-1.
1894
1895 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
1896
1897 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
1898 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
1899 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
1900 for plain strings.
1901 (gdb-frames-mode): Remove redundant call to font-lock-mode.
1902 (gdb-all-registers): Rename from toggle-gdb-all-registers.
1903 Create registers buffer if necessary. Echo new state in minibuffer.
1904 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
1905
1906 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
1907
1908 * info.el (Info-fontify-node): Match external links using
1909 non-directory part of filename.
1910
1911 2005-12-04 Juri Linkov <juri@jurta.org>
1912
1913 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
1914 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
1915 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
1916 because there is no customization option for it.
1917
1918 * font-lock.el (lisp-font-lock-keywords-1):
1919 Add define-global-minor-mode.
1920
1921 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
1922
1923 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
1924 properties on the constructed variable names.
1925
1926 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1927 Put `definition-name' properties on the constructed function names
1928 next-sym and prev-sym.
1929
1930 * emacs-lisp/find-func.el (find-function-regexp):
1931 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
1932 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
1933 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
1934 and easy-menu-define.
1935
1936 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
1937 easy-mmode-define-global-mode and define-global-minor-mode.
1938 (lisp-imenu-generic-expression): Add define-global-minor-mode.
1939
1940 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
1941 instead of easy-mmode-define-global-mode.
1942
1943 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1944 Use define-minor-mode instead of easy-mmode-define-minor-mode.
1945
1946 * cus-edit.el (customize-group, customize-group-other-window):
1947 Filter out autoloaded options from the group completion list by
1948 using heuristics that autoloaded groups don't have `custom-autoload'
1949 property on their symbols (they have only `custom-loads').
1950
1951 * simple.el (completion-setup-function): Put completions-common-part
1952 face on complete completion string too (i.e. completion string
1953 without completions-first-difference face).
1954
1955 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
1956
1957 2005-12-03 Eli Zaretskii <eliz@gnu.org>
1958
1959 * view.el (view-mode): Doc fix.
1960
1961 * disp-table.el (standard-display-european): Add to the warning
1962 message a reference to the doc string.
1963
1964 * play/yow.el (apropos-zippy): Call print-help-return-message,
1965 similar to other Help and Apropos commands.
1966
1967 * help.el (print-help-return-message): If pop-up-frames is
1968 non-nil, set up help-return-method to delete the help window and,
1969 possibly, its frame as well, and don't display message about
1970 scrolling the help window. Doc fix.
1971 (help-return-method): Doc fix.
1972
1973 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
1974
1975 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
1976 whereby names of length one or names starting with a
1977 symbol-constituent character would not be returned.
1978
1979 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1980
1981 * subr.el (atomic-change-group): Add edebug and indentation spec.
1982
1983 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * completion.el (save-completions-file-name): Fix typo in last change.
1986
1987 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1988
1989 * info.el: Move back/forward history to the beginning of the tool bar.
1990
1991 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
1992
1993 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
1994 Add fset of allout-real-isearch-abort during compile to fix
1995 byte-compilation warnings.
1996 (allout-mode-p): Move definition of this macro above all uses, or
1997 byte compilation in barren emacs (eg, during emacs build) will
1998 lack the definition.
1999 (allout-mode): Move this variable above any uses, or byte
2000 compilation will fail.
2001 (allout-resolve-xref): Remove use of personal file-reference function.
2002 (allout-toggle-current-subtree-encryption): Do the current (ie,
2003 visible containing) topic, rather than nearest around point. Doc fix.
2004 (allout-toggle-subtree-encryption): New function, workhorse that
2005 works on nearest topic containing point.
2006 (allout-encrypt-string): Signal requirement for newer version of pgg.
2007 (allout-resumptions): Doc fix.
2008
2009 2005-12-02 Eli Zaretskii <eliz@gnu.org>
2010
2011 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2012
2013 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
2014
2015 * textmodes/flyspell.el (flyspell-external-point-words):
2016 Consider a misspelling as found in the string search if: (a) misspelling
2017 and found string lengths match, or (b) misspelling is found as
2018 element in a boundary-chars separated longer string, or (c)
2019 ispell-program-name is really ispell and misspelling is found as
2020 part of a TeX string. After successful match move beginning of
2021 search region to end of match. Warn about not found misspellings
2022 once the process is done.
2023 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2024
2025 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
2026
2027 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2028 tool bar (removed inadvertently).
2029
2030 2005-12-02 Juri Linkov <juri@jurta.org>
2031
2032 * log-view.el (log-view-diff): Clarify doc string.
2033
2034 2005-12-01 Bill Wohler <wohler@newt.com>
2035
2036 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2037 triggers lm-verify errors.
2038
2039 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
2040
2041 * simple.el (transient-mark-mode, line-number-mode)
2042 (column-number-mode, size-indication-mode): Remove `:require nil'.
2043
2044 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
2045
2046 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2047 in the margin also.
2048 (gdb-breakpoints-mode-map): Use D instead of d for
2049 gdb-delete-breakpoint.
2050 (gdb-get-frame-number): Require a number to match on.
2051 (gdb-threads-mode-map): Add follow-link binding.
2052
2053 2005-11-30 Jason Rumney <jasonr@gnu.org>
2054
2055 * isearch.el (isearch-mode-map): Avoid exiting search on
2056 language-change event.
2057
2058 2005-11-30 Romain Francoise <romain@orebokech.com>
2059
2060 * speedbar.el (speedbar-default-position): New defcustom.
2061 (speedbar-frame-reposition-smartly): Use it.
2062
2063 * dframe.el (dframe-reposition-frame-emacs): Fix position
2064 computation for `left' location.
2065 Update copyright year.
2066
2067 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * help.el (help-map): Move initialization into declaration.
2070
2071 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2072
2073 * help-fns.el (help-argument-name): Don't autoload.
2074 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2075 to be re-loaded when customizing the `help' group.
2076
2077 2005-11-30 John Paul Wallington <jpw@gnu.org>
2078
2079 * help-fns.el (describe-function-1): Fill arglist output.
2080
2081 2005-11-30 Kim F. Storm <storm@cua.dk>
2082
2083 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2084 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2085 after revert-buffer (or anything else which kills all local variables).
2086
2087 * apropos.el (apropos-parse-pattern): Doc fix.
2088 Set apropos-regexp directly, rather than expecting callers to do so.
2089 (apropos-command, apropos, apropos-value, apropos-documentation):
2090 Simplify calls to apropos-parse-pattern.
2091
2092 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2095 (hi-lock-face-phrase-buffer): Use hi-yellow face.
2096 (hi-lock-write-interactive-patterns): Use comment-region.
2097
2098 * longlines.el (longlines-mode): Add mail-setup-hook.
2099
2100 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2101
2102 * simple.el (sendmail-user-agent-compose, next-line):
2103 Conditionally use hard-newline.
2104
2105 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2106
2107 * international/latexenc.el (latex-inputenc-coding-alist):
2108 Reword doc string.
2109
2110 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * help.el (describe-key-briefly, describe-key): Recognize default
2113 bindings.
2114
2115 2005-11-29 Romain Francoise <romain@orebokech.com>
2116
2117 * view.el (view-inhibit-help-message): New defcustom.
2118 (view-mode-enter): Use it.
2119
2120 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
2121
2122 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2123 Preserve user position.
2124
2125 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
2126
2127 * font-lock.el: Throw error if facemenu is not loaded to prevent
2128 accidental change of loading order in loadup.el. (Suggested by RMS.)
2129
2130 * loadup.el: Add comment explaining why facemenu must be loaded
2131 before font-lock.
2132
2133 2005-11-28 Jay Belanger <belanger@truman.edu>
2134
2135 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2136 (calc-dispatch-map): Add more keys for `calc-same-interface'.
2137
2138 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2139
2140 * calc/calc-embed.el (calc-do-embedded): Update help message.
2141
2142 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2143
2144 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2147
2148 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2149 called-interactively-p.
2150 (elp-profilable-p): Rename from elp-not-profilable-p.
2151 Invert result and take into account macros and autoloaded functions.
2152 (elp-instrument-function): Update call.
2153 (elp-instrument-package): Update call. Add completion.
2154 (elp-pack-number): Use match-string.
2155 (elp-results-jump-to-definition-by-mouse): Merge into
2156 elp-results-jump-to-definition and then remove.
2157 (elp-output-insert-symname): Make help echo text single-line.
2158
2159 * replace.el (query-replace-map): Move initialization into declaration.
2160 (occur-engine): Use with-current-buffer.
2161 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2162 (occur-mode-mouse-goto): Replace with an alias.
2163
2164 2005-11-28 Juri Linkov <juri@jurta.org>
2165
2166 * simple.el (quoted-insert): Let-bind input-method-function to nil.
2167
2168 * term/w32-win.el: Bind [S-tab] to [backtab].
2169
2170 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2171 `Info-find-file' to t.
2172
2173 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2174 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2175 and same-window-regexps.
2176 (occur-next-error): Don't move point for arg 0.
2177
2178 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2181
2182 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * log-edit.el (log-edit-changelog-use-first): New var.
2185 (log-edit-changelog-ours-p): Use it.
2186 (log-edit-insert-changelog): Set it with new arg `use-first'.
2187 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2188 (log-edit-hook): Add them to the list of suggested options.
2189
2190 * textmodes/flyspell.el (flyspell-last-buffer): New var.
2191 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2192 redundant work.
2193 (flyspell-mode-on): Use add-hook for after-change-functions.
2194 (flyspell-mode-off): Use remove-hook for after-change-functions.
2195 (flyspell-changes): Make it buffer-local.
2196 (flyspell-after-change-function): Make it non-interactive. Use push.
2197 (flyspell-post-command-hook): Check input-pending-p while processing
2198 the potentially long list of buffer changes.
2199
2200 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2201
2202 * buff-menu.el (list-buffers-noselect): Display the selected
2203 frame's buffer list, not the global one.
2204
2205 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2206
2207 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2208 that (list last-input-event) works as in interactive spec.
2209
2210 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2211
2212 * loadup.el ("facemenu"): Load facemenu before font-lock, because
2213 `facemenu-keymap' needs to be defined when font-lock is loaded.
2214 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2215
2216 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * completion.el: Remove useless leading * in defcustom docstrings.
2219 (save-completions-file-name): Use ~/.emacs.d if available.
2220 (completion-standard-syntax-table): Rename from
2221 cmpl-standard-syntax-table and fold initialization into declaration,
2222 thus removing cmpl-make-standard-completion-syntax-table.
2223 (completion-lisp-syntax-table, completion-c-syntax-table)
2224 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2225 (cmpl-saved-syntax, cmpl-saved-point): Remove.
2226 (symbol-under-point, symbol-before-point)
2227 (symbol-under-or-before-point, symbol-before-point-for-complete)
2228 (add-completions-from-c-buffer): Use with-syntax-table.
2229 (make-completion): Don't return a list of completion entries.
2230 Update callers.
2231 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2232 (completion-initialize): Rename from initialize-completions.
2233 (completion-find-file-hook): Rename from cmpl-find-file-hook.
2234 (kill-emacs-save-completions): Collect stats here.
2235 (save-completions-to-file, load-completions-from-file):
2236 Use with-current-buffer.
2237 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
2238 into a function. Move all calls to toplevel.
2239 (completion-lisp-mode-hook): New fun.
2240 (completion-c-mode-hook, completion-setup-fortran-mode):
2241 Set the syntax-table here. Use local-set-key.
2242 (completion-saved-bindings): New var.
2243 (dynamic-completion-mode): Make it into a proper minor mode.
2244 (load-completions-from-file): Remove unused var `num-uses'.
2245
2246 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2247 constructor if it is explicitly overridden.
2248
2249 * complete.el (PC-completion-as-file-name-predicate):
2250 Use minibuffer-completing-file-name.
2251 (partial-completion-mode): Use find-file-not-found-functions.
2252 (PC-lisp-complete-symbol): Use with-syntax-table.
2253 (PC-look-for-include-file): Remove dead setq.
2254 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2255 (PC-complete): Use with-current-buffer.
2256
2257 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2258 escape single quotes.
2259
2260 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2261
2262 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2263 of `if' whose condition always returned nil. Doc fix.
2264
2265 * buff-menu.el (Buffer-menu-revert-function): Make the selected
2266 window's buffer the current buffer around the call to
2267 `list-buffers-noselect'. This is necessary to mark that buffer
2268 with a `.' in the Buffer Menu when called from Lisp, for instance
2269 by Auto Revert Mode.
2270
2271 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2272
2273 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2274 attaching to it.
2275 (gdb-pre-prompt): Make sure gdb-error is reset.
2276
2277 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2278 with a child process, detect it.
2279 (gud-speedbar-buttons): Match regexp more carefully.
2280
2281 2005-11-27 Richard M. Stallman <rms@gnu.org>
2282
2283 * mouse.el (mouse-drag-move-window-bottom):
2284 Use adjust-window-trailing-edge.
2285
2286 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2287
2288 * simple.el (blink-matching-open): Ignore
2289 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2290 (blink-matching-paren-on-screen): Update docstring.
2291
2292 * paren.el (show-paren-mode): No longer change
2293 `blink-matching-paren-on-screen'.
2294
2295 2005-11-27 John Paul Wallington <jpw@pobox.com>
2296
2297 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2298 (gdb-threads-select, gdb-edit-register-value):
2299 Use `posn-set-point' instead of `mouse-set-point' because the
2300 latter is not fbound when configured without X.
2301
2302 2005-11-27 Kim F. Storm <storm@cua.dk>
2303
2304 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2305 existing face when partially highlighting a TAB in a rectangle.
2306
2307 2005-11-26 Kim F. Storm <storm@cua.dk>
2308
2309 * ido.el (ido-mode-map): Doc fix.
2310 (ido-mode-common-map, ido-mode-file-map)
2311 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2312 (ido-define-mode-map): Rewrite. Select one of the new maps as
2313 parent for ido-mode-map instead of building from scratch.
2314 (ido-init-mode-maps): New defun to initialize new maps.
2315 (ido-mode): Call it.
2316 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2317 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2318
2319 2005-11-26 John Paul Wallington <jpw@pobox.com>
2320
2321 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2322 `mouse-set-point' because the latter is not fbound when configured
2323 without X.
2324
2325 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
2326
2327 * files.el (file-relative-name): Doc fix.
2328
2329 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2330
2331 * progmodes/octave-inf.el (inferior-octave-startup): Force a
2332 non-empty string for secondary prompt PS2.
2333
2334 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * progmodes/compile.el (compilation-setup): Fix last change.
2337
2338 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
2339
2340 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2341 (gdb-mouse-toggle-breakpoint-margin)
2342 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2343 Add gdb-server-prefix to keep out of command history.
2344 (gdb-edit-register-value): New function.
2345 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2346 (gdb-info-registers-custom): Use above map.
2347
2348 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * custom.el (enable-theme): Signal error if argument is not a
2351 theme. Don't recalculate a face if it's not loaded yet.
2352
2353 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2354 the `user' theme is in effect.
2355
2356 * info.el (Info-on-current-buffer): Record actual filename in
2357 Info-current-file, instead of t, or a fake filename if a non-file
2358 buffer. Make autoload.
2359 (Info-find-node, Info-revert-find-node): No need to check for
2360 Info-current-file nil.
2361 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2362 Info-current-file is now never `t'.
2363 (Info-fontify-node): Many simplifications due to Info-current-file
2364 always being valid. Use Info-find-file to find node filename.
2365
2366 2005-11-25 David Kastrup <dak@gnu.org>
2367
2368 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2369 new character, then delete" in order to preserve markers.
2370
2371 2005-11-25 David Ponce <david@dponce.com>
2372
2373 * recentf.el (recentf-arrange-by-rule): Handle a special
2374 `auto-mode-alist'-like "strip suffix" rule.
2375 (recentf-build-mode-rules): Handle second level auto-mode entries.
2376
2377 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
2378
2379 * viper-keym.el (viper-ESC-key): Use different values in terminal and
2380 window modes.
2381
2382 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2383 jde-javadoc-checker-report-mode.
2384
2385 * ediff-wind (ediff-make-wide-display): Slight simplification.
2386
2387 * ediff.el (ediff-date): Change the date of last update.
2388
2389 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
2390
2391 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2392 Use define-minor-mode, and make it a local mode. Turn on font-lock.
2393 (hi-lock-mode): New global minor mode.
2394 (turn-on-hi-lock-if-enabled): New function.
2395 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2396 Change arguments to regexp and face instead of a font-lock pattern.
2397 Directly set face property, instead of refontifying.
2398 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2399 (hi-lock-find-patterns): Use line-number-at-pos.
2400
2401 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
2402 arguments for hi-lock-set-pattern.
2403 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2404 font-lock-fontify-buffer.
2405 (hi-lock-find-file-hook, hi-lock-current-line)
2406 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2407
2408 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2409 turned off.
2410
2411 * progmodes/compile.el (compilation-setup): Don't fiddle with
2412 font-lock-defaults.
2413
2414 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
2415
2416 * progmodes/gdb-ui.el (gdb-var-create-handler)
2417 (gdb-var-list-children-handler): Find values for all variable
2418 objects. gud-speedbar-buttons decides whether to display them.
2419
2420 2005-11-24 Romain Francoise <romain@orebokech.com>
2421
2422 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2423 buffer name with a space.
2424
2425 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
2426
2427 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2428 `org-export-local-list-max-depth'. Change default value to 3.
2429 (org-auto-renumber-ordered-lists)
2430 (org-plain-list-ordered-item-terminator): New options.
2431 (org-at-item-p, org-beginning-of-item, org-end-of-item)
2432 (org-get-indentation, org-get-string-indentation)
2433 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2434 functions.
2435 (org-move-item-down, org-move-item-up): New commands.
2436 (org-export-as-html): New classes for CSS support. Bug fix in
2437 regular expression detecting fixed-width regions. Respect
2438 `org-local-list-ordered-item-terminator'.
2439 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2440 also a list item.
2441 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2442 New item moving functions.
2443
2444 2005-11-24 Juri Linkov <juri@jurta.org>
2445
2446 * isearch.el (isearch-repeat): With empty search ring set
2447 `isearch-error' to the error string instead of signaling error
2448 with the function `error'.
2449
2450 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2451
2452 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2453
2454 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
2455
2456 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2457 and variable.
2458 (gdb-var-create-handler, gdb-var-list-children-handler):
2459 Don't match on "char **...".
2460 (gdb-var-update-handler): Find values for all variable objects.
2461 (gdb-info-frames-custom): Identify frames by leading "#".
2462
2463 * progmodes/gud.el (gud-speedbar-menu-items): Add
2464 gdb-speedbar-auto-raise as radio button.
2465 (gud-speedbar-buttons): Raise speedbar if requested.
2466 Don't match on "char **...".
2467 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2468 Make it editable.
2469
2470 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * info.el (Info-fontify-node): Handle the case where
2473 Info-current-file is t.
2474
2475 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * simple.el (blink-matching-open): Fix off-by-one in last change.
2478
2479 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2480
2481 * term/mac-win.el: Don't change default directory.
2482
2483 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
2484
2485 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2486 buffers correctly. (It used to throw an error in such buffers.)
2487 Make it ask for confirmation in group buffers and other Custom
2488 buffers containing more than one customization item.
2489
2490 2005-11-22 John Paul Wallington <jpw@gnu.org>
2491
2492 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2493 property on mail and url overlays.
2494 (goto-address-at-point): Use `posn-set-point' instead of
2495 `mouse-set-point' because the latter is not fbound when configured
2496 without X.
2497
2498 2005-11-22 Lars Hansen <larsh@soem.dk>
2499
2500 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2501 (ls-lisp-classify, ls-lisp-format): Delete call to
2502 ls-lisp-parse-symlink.
2503 (ls-lisp-handle-switches): Handle symlinks to directories as
2504 directories when ls-lisp-dirs-first in non-nil.
2505
2506 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
2507
2508 * startup.el (command-line): Make sure that loaddefs.el is handled
2509 correctly in load-history.
2510
2511 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2512
2513 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2514 (gdb-struct-string, gdb-array-string): New constants.
2515 (gdb-info-locals-handler): Use them.
2516 (gdb-reset): Reset gdb-var-list to nil.
2517
2518 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2521 in patterns.
2522
2523 2005-11-21 Juri Linkov <juri@jurta.org>
2524
2525 * custom.el (defcustom): Update link types in docstring.
2526
2527 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
2528
2529 * custom.el (defgroup): Add doc-string-elt info.
2530
2531 * widget.el (define-widget): Don't use declare for the doc-string-elt.
2532
2533 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2534
2535 * newcomment.el (comment-enter-backward): Fix last fix.
2536
2537 * simple.el (blink-matching-open):
2538 * paren.el (show-paren-function): Allow new paren-class info.
2539
2540 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2543 handled automagically.
2544
2545 2005-11-20 Andreas Schwab <schwab@suse.de>
2546
2547 * descr-text.el (describe-char): When copying overlays put them
2548 over the full char description instead of just the first character
2549 of it.
2550
2551 2005-11-20 Juri Linkov <juri@jurta.org>
2552
2553 * simple.el (what-cursor-position):
2554 * descr-text.el (describe-char): Use Lisp-readable syntax
2555 for octal and hex. Reorder decimal, octal and hex values.
2556 Remove excess whitespace in the output. Use `=' in `column='
2557 like in `point=' and `Hscroll='.
2558
2559 * international/mule-cmds.el (encoded-string-description):
2560 Use Lisp-readable syntax for hex.
2561
2562 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * newcomment.el (comment-enter-backward): Handle the case where the
2565 comment is closed by EOB.
2566
2567 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * longlines.el (longlines-before-revert-hook)
2570 (longlines-after-revert-hook): New functions.
2571 (longlines-mode): Turn off longlines temporarily when reverting.
2572 Add a message-setup-hook.
2573 (longlines-decode-buffer): New function.
2574 (longlines-wrap-line): Preserve marker positions.
2575
2576 2005-11-19 Andreas Schwab <schwab@suse.de>
2577
2578 * emacs-lisp/shadow.el: Handle compressed files.
2579
2580 2005-11-19 Romain Francoise <romain@orebokech.com>
2581
2582 * net/browse-url.el (browse-url-default-browser): Signal an error
2583 if no usable browser can be found, rather than try to load w3.
2584
2585 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
2586
2587 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2588 replacing existing properties.
2589 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2590 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2591 tty specs.
2592 (rcirc-server-prefix, rcirc-server): New faces.
2593 (rcirc-url-regexp): Generate with rx macro.
2594 (rcirc-last-server-message-time): New variable.
2595 (rcirc-filter): Record time of last message.
2596 (rcirc-keepalive): Kill processes that did not send a message
2597 since the last ping.
2598 (rcirc-mode): Give rcirc-topic a local binding here.
2599
2600 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2601
2602 * subr.el (read-passwd): Fontify the prompt as we do with other
2603 prompts.
2604
2605 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2606
2607 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2608 binding buffer-read-only to nil.
2609
2610 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2611
2612 * complete.el (partial-completion-mode):
2613 Mention completion-auto-help in the doc string.
2614
2615 * man.el (Man-highlight-references): Doc fix. Reformat code in a
2616 more Lisp-ish way.
2617
2618 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2619
2620 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2621 digits, not 8, to avoid misalignment for files larger than 100MB.
2622
2623 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2624
2625 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2626 Mention "keyboard shortcuts" in the help text.
2627
2628 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2629
2630 * startup.el (fancy-splash-default-action): Discard only
2631 mouse-down and succeeding mouse-up events in the splash screen
2632 window so that drag-n-drop event can be processed.
2633
2634 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * longlines.el (longlines-mode): Add hacks for mail-mode and
2637 message-mode.
2638
2639 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2640
2641 * textmodes/org.el (org-table-sort-lines): New command.
2642 (org-tbl-menu): Add entry for `org-table-sort-lines'.
2643 (org-add-file): Command removed, use `org-agenda-file-to-front'
2644 instead.
2645 (org-export-icalendar): Use `org-icalendar-combined-name'.
2646 (org-cycle-agenda-files, org-agenda-file-to-end)
2647 (org-agenda-file-to-front): New commands.
2648 (org-table-tab-jumps-over-hlines,org-export-html-style): New
2649 options.
2650 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2651 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2652 New functions.
2653 (org-fill-paragraph): Call `org-table-align' in tables.
2654 (org-mode): Call `org-set-autofill-regexps'.
2655 (org-export-as-html): Support for local handformatted lists.
2656 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2657 (org-export-local-list-max-depth): New option.
2658 (org-html-expand): Use `org-html-protect'.
2659
2660 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2661
2662 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2663 to "p".
2664 (gdb): Move definition of gud-pp to...
2665
2666 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
2667 speedbar.
2668 (gdb-find-watch-expression): New function.
2669
2670 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * faces.el (face-attribute, set-face-attribute): Mention existence
2673 of `:ignore-defface' setting in docstring.
2674
2675 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 * simple.el (completion-setup-function): Fix last change.
2678
2679 2005-11-17 John Paul Wallington <jpw@pobox.com>
2680
2681 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2682 Use `posn-set-point' instead of `mouse-set-point' because the
2683 latter is not fbound when configured without X.
2684
2685 * comint.el (comint-insert-input): Likewise.
2686
2687 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2688
2689 * simple.el (hard-newline): New variable.
2690 (sendmail-user-agent-compose, next-line): Use it.
2691
2692 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2693 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2694 (mail-mail-reply-to, mail-mail-followup-to)
2695 (mail-position-on-field, mail-signature, mail-yank-original)
2696 (mail-attach-file): Likewise.
2697
2698 * mail/mailheader.el (mail-header-format)
2699 (mail-header-format-function): Likewise.
2700
2701 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2702
2703 2005-11-17 Juri Linkov <juri@jurta.org>
2704
2705 * font-lock.el (font-lock-faces): Rename this defgroup from
2706 `font-lock-highlighting-faces'.
2707 (font-lock-comment-face, font-lock-comment-delimiter-face)
2708 (font-lock-string-face, font-lock-doc-face)
2709 (font-lock-keyword-face, font-lock-builtin-face)
2710 (font-lock-function-name-face, font-lock-variable-name-face)
2711 (font-lock-type-face, font-lock-constant-face)
2712 (font-lock-warning-face, font-lock-negation-char-face)
2713 (font-lock-preprocessor-face)
2714 (font-lock-regexp-grouping-backslash)
2715 (font-lock-regexp-grouping-construct): Rename :group from
2716 `font-lock-highlighting-faces' to `font-lock-faces'.
2717
2718 * cus-edit.el (lisp, c, tex):
2719 * progmodes/ada-mode.el (ada):
2720 * progmodes/asm-mode.el (asm):
2721 * progmodes/cperl-mode.el (cperl-faces):
2722 * progmodes/cpp.el (cpp):
2723 * progmodes/dcl-mode.el (dcl):
2724 * progmodes/f90.el (f90):
2725 * progmodes/fortran.el (fortran):
2726 * progmodes/icon.el (icon):
2727 * progmodes/idlwave.el (idlwave-misc):
2728 * progmodes/m4-mode.el (m4):
2729 * progmodes/make-mode.el (makefile):
2730 * progmodes/meta-mode.el (meta-font):
2731 * progmodes/modula2.el (modula2):
2732 * progmodes/octave-mod.el (octave):
2733 * progmodes/pascal.el (pascal):
2734 * progmodes/perl-mode.el (perl):
2735 * progmodes/prolog.el (prolog):
2736 * progmodes/ps-mode.el (PostScript-edit):
2737 * progmodes/scheme.el (scheme):
2738 * progmodes/sh-script.el (sh-script):
2739 * progmodes/simula.el (simula):
2740 * progmodes/tcl.el (tcl):
2741 * textmodes/nroff-mode.el (nroff):
2742 * textmodes/reftex-vars.el (reftex-fontification-configurations):
2743 * textmodes/sgml-mode.el (sgml):
2744 * textmodes/texinfo.el (texinfo):
2745 Add :link (custom-group-link font-lock-faces) to defgroup.
2746
2747 * hi-lock.el (hi-lock): Rename this defgroup from
2748 `hi-lock-interactive-text-highlighting'. Change parent group from
2749 `faces' to `font-lock'. Add link to the manual.
2750 (hi-lock-mode, hi-lock-file-patterns-range)
2751 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2752 `hi-lock-interactive-text-highlighting' to `hi-lock'.
2753 (hi-lock-faces): Add :group `faces'.
2754
2755 * cus-edit.el (custom-variable-prompt): Clarify the code.
2756
2757 * faces.el (face-read-string): Set the default value arg of
2758 completing-read.
2759
2760 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2761
2762 * rfn-eshadow.el (file-name-shadow-properties)
2763 (file-name-shadow-tty-properties, file-name-shadow-mode):
2764 Remove autoloads, because the file is now preloaded.
2765
2766 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * printing.el (easy-menu-intern): Don't define.
2769 (pr-get-symbol): Use easy-menu-intern only if defined.
2770
2771 * simple.el (blink-matching-open): Simplify a bit.
2772 (completion-setup-function): Fix the case of partial-completion-mode
2773 when the minibuffer's contents start with "-".
2774 Obey completion-base-size-function even when
2775 minibuffer-completing-file-name is non-nil.
2776
2777 2005-11-16 Richard M. Stallman <rms@gnu.org>
2778
2779 * net/eudcb-ph.el (eudc-ph-open-session):
2780 Use set-process-query-on-exit-flag.
2781
2782 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2783
2784 * international/ucs-tables.el (ucs-set-table-for-input):
2785 Use make-local-variable, not make-variable-buffer-local.
2786
2787 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2788 Improve warning message text.
2789
2790 * savehist.el (savehist-save-hook): Add :group.
2791
2792 * menu-bar.el (menu-bar-help-menu):
2793 Rename Find Extra Packages to External Packages.
2794
2795 * cus-edit.el (Custom-reset-standard): Verify that
2796 :custom-standard-value prop exists before calling it.
2797
2798 * apropos.el (apropos-calc-scores): Use apropos-pattern.
2799
2800 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
2801
2802 * wid-edit.el (color): Enclose %t in %{...%}.
2803
2804 * cus-edit.el (face): Enclose %t in %{...%}.
2805
2806 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
2807
2808 * savehist.el (savehist-mode-hook): Re-add the var.
2809 (savehist-mode): Use it.
2810
2811 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * textmodes/flyspell.el: Fix commenting convention.
2814 Remove unnecessary leading * in custom docstrings.
2815 (flyspell-emacs): Remove unused var.
2816 (flyspell-delete-region-overlays): Use remove-overlays.
2817 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2818 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2819 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2820 (flyspell-debug-signal-word-checked): Use with-current-buffer.
2821 (make-flyspell-overlay): Don't locally reuse a global name.
2822 (flyspell-highlight-incorrect-region)
2823 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2824 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2825 (flyspell-notify-misspell): Remove unused args `start' and `end'.
2826 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
2827 Wrap calls to accept-process-output inside with-local-quit since it's
2828 often called from a post-command-hook.
2829 (flyspell-correct-word, flyspell-auto-correct-word):
2830 Use ispell-send-string.
2831 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
2832
2833 * calendar/diary-lib.el (diary-list-entries): Also hide the
2834 terminating newline.
2835
2836 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
2837
2838 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2839 window-system, to allow fonts on tty.
2840
2841 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
2842
2843 * progmodes/gud.el (gud-speedbar-item-info): New function.
2844 (gud-install-speedbar-variables): Use it to display data type
2845 of watch expression as a tooltip in speedbar.
2846
2847 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2848
2849 * font-core.el (global-font-lock-mode): Add :version keyword,
2850 because default was changed.
2851
2852 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
2853
2854 * startup.el (command-line): Use `custom-reevaluate-setting' for
2855 `file-name-shadow-mode'.
2856
2857 * loadup.el: Preload rfn-eshadow.
2858
2859 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
2860 Add :version keyword.
2861 (file-name-shadow-properties, file-name-shadow-tty-properties)
2862 (file-name-shadow): Add :version keyword.
2863
2864 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
2865 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
2866 in the custom-group property of the symbol frames and the fringe
2867 group got no link to its parent group frames.
2868 Doc fix.
2869
2870 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2871
2872 * progmodes/gud.el (gud-stop-subjob): New function.
2873 (gud-menu-map, gud-tool-bar-map): Use it.
2874
2875 2005-11-16 Kim F. Storm <storm@cua.dk>
2876
2877 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
2878 than kill it.
2879 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
2880 to a more useful/logical place.
2881
2882 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2883
2884 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
2885 go buttons complementary.
2886
2887 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
2890 (rfn-eshadow-sifn-equal): New function.
2891 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2892
2893 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
2894
2895 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
2896 string.
2897
2898 * viper.el (viper-emacs-state-mode-list): Ensure that
2899 rcirc-mode buffers come up in Emacs state.
2900
2901 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
2902 operation.
2903
2904 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2905
2906 * term.el (term-termcap-format): Fix typos.
2907 (term-down): Fix the negative argument case.
2908
2909 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2910
2911 * progmodes/gdb-ui.el: Remove face-alias left over from change on
2912 2005-08-15.
2913 (gdb-ann3): New command gud-go.
2914 (menu): Accomodate gdb-mi.el.
2915 (gdb-assembler-custom): Make buffer of selected window current
2916 so that set-window-point works.
2917
2918 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
2919 buttons and include new ones.
2920
2921 2005-11-16 Kim F. Storm <storm@cua.dk>
2922
2923 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
2924 (gud-menu-map): Use it.
2925
2926 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
2927
2928 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
2929 that works correctly for Custom and that does not override a user
2930 who disables it.
2931
2932 * help-mode.el (help-make-xrefs, help-xref-on-pp)
2933 (help-xref-interned, help-follow): Make hyperlinks for variables
2934 that are unbound, but have a non-nil variable-documentation property.
2935
2936 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
2937 mode hook. (It conflicted with defcustoms for some mode hooks.)
2938 Use the `variable-documentation' property to give the mode hook a
2939 docstring and expand that docstring.
2940
2941 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
2942
2943 * savehist.el (savehist-mode): Don't bother with
2944 `custom-set-minor-mode'.
2945 (savehist-coding-system): Check XEmacs version.
2946 (history-length): Declare also at run time.
2947 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
2948 Don't set the customize state.
2949 (savehist-minibuffer-hook): Special case for when
2950 minibuffer-history-variable is equal to t.
2951
2952 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2953
2954 * files.el (write-file): Refresh VC status.
2955
2956 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
2957 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
2958 than fundamental-mode to see if the mode was set.
2959
2960 2005-11-14 Romain Francoise <romain@orebokech.com>
2961
2962 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
2963 dummy function in `eval-when-compile' to avoid compiler warning.
2964 Require `man' at compile time.
2965
2966 2005-11-14 Jay Belanger <belanger@truman.edu>
2967
2968 * calc-alg.el (calcFunc-write-out-power): Rename it to
2969 calcFunc-powerexpand.
2970 (math-write-out-power): Rename it to math-powerexpand; have it
2971 handle negative exponents.
2972 (calc-writeoutpower): Rename it to calc-powerexpand.
2973
2974 * calc-ext.el: Change calcFunc-writeoutpower and
2975 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
2976 autoloads.
2977 Add calcFunc-ldiv to autoloads.
2978
2979 * calc-arith.el (calcFunc-ldiv): New function.
2980
2981 * calc.el (calc-left-divide): New function.
2982
2983 2005-11-14 Juri Linkov <juri@jurta.org>
2984
2985 * cus-edit.el (custom-variable-prompt): Set the default value arg
2986 of completing-read.
2987
2988 * cus-dep.el (custom-make-dependencies): Reverse the list of
2989 found dependencies.
2990
2991 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2992
2993 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
2994 Highlighting" entry, it is on by default now.
2995 (menu-bar-options-save): Do not save global-font-lock-mode.
2996
2997 2005-11-13 Richard M. Stallman <rms@gnu.org>
2998
2999 * textmodes/flyspell.el (flyspell-large-region):
3000 Call flyspell-accept-buffer-local-defs.
3001
3002 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
3003
3004 * textmodes/flyspell.el (flyspell-notify-misspell):
3005 Fix misspelling of "Misspelling".
3006 (flyspell-process-localwords): New function.
3007 (flyspell-large-region): Call flyspell-process-localwords and
3008 flyspell-delete-region-overlays.
3009 (flyspell-delete-region-overlays): New function.
3010 (flyspell-delete-all-overlays): Call that.
3011
3012 2005-11-13 Richard M. Stallman <rms@gnu.org>
3013
3014 * help.el (help-for-help-internal): Improve doc of C-h a.
3015 (describe-key): Improve prompt; doc fix.
3016
3017 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * vc-svn.el (vc-svn-registered): Catch all errors.
3020
3021 * cus-dep.el (custom-make-dependencies): Typo.
3022
3023 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
3024
3025 * net/tramp-util.el (top): Fix compilation warning.
3026
3027 2005-11-13 Kim F. Storm <storm@cua.dk>
3028
3029 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
3030
3031 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
3032
3033 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3034 (gud-speedbar-buttons): Match on "const char *" too.
3035
3036 * progmodes/gdb-ui.el (gdb-var-create-handler)
3037 (gdb-var-list-children-handler): Match on "const char *" too.
3038 (gdb-var-evaluate-expression-handler): Match on empty string.
3039 (gdb-var-update-handler): Only call
3040 gdb-var-evaluate-expression-handler when required.
3041
3042 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
3043
3044 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3045 selected window. This still doesn't work for speedbar.
3046 (gud-speedbar-buttons): Handle string expressions properly.
3047
3048 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3049 (gdb-var-create-handler): Handle string expressions properly.
3050 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3051 Handle string expressions properly. Move "type" field into regexp.
3052
3053 2005-11-12 Karl Fogel <kfogel@red-bean.com>
3054
3055 * bookmark.el (bookmark-maybe-message): New function to reduce
3056 code duplication: invokes `message' iff baud-rate is high enough.
3057 (bookmark-write-file): Use above instead of an inline conditional.
3058 (bookmark-load): Same.
3059
3060 2005-11-12 Karl Fogel <kfogel@red-bean.com>
3061
3062 * bookmark.el (bookmark-write-file): Don't visit the destination
3063 file, just write the data to it using write-region. This is
3064 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3065 change to avoid visiting the file in the first place.
3066
3067 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * hi-lock.el (hi-lock-mode): Set the default value of
3070 font-lock-defaults.
3071
3072 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
3073
3074 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3075 arg to `file-attributes'.
3076 (find-lisp-format): The UID and GID can now be strings.
3077
3078 2005-11-12 Kim F. Storm <storm@cua.dk>
3079
3080 * help.el (help-map): Bind C-h d to apropos-documentation.
3081
3082 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3083 when point is at end-of-buffer.
3084
3085 * apropos.el (apropos-match-face): Doc fix.
3086 (apropos-sort-by-scores): Add new choice `verbose'.
3087 (apropos-documentation-sort-by-scores): New defcustom.
3088 (apropos-pattern): Now contains the pattern entered by the user.
3089 (apropos-pattern-quoted): New defvar.
3090 (apropos-regexp): New defvar, containing the regexp corresponding
3091 to apropos-pattern.
3092 (apropos-all-words-regexp): Rename from apropos-all-regexp.
3093 (apropos-read-pattern): New defun. Use it to read pattern arg in
3094 interactive calls; returns list of words for a word list, and
3095 string for a regexp.
3096 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
3097 parses a list of words or regexp as returned by apropos-read-pattern.
3098 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3099 (apropos-score-doc): Return a very high score if the string
3100 entered by the user matches literally.
3101 (apropos-variable): Doc fix. Use apropos-read-pattern.
3102 (apropos-command): Doc fix. Use apropos-read-pattern and
3103 apropos-parse-pattern. Call apropos-print with nosubst=t.
3104 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3105 apropos-parse-pattern.
3106 (apropos-documentation): Doc fix. Use apropos-read-pattern and
3107 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
3108 apropos-documentation-sort-by-scores. Call apropos-print with
3109 nosubst=t.
3110 (apropos-documentation-internal): Pass doc string through
3111 substitute-key-definition before adding text properties.
3112 Highlight substring matching literal user input if possible.
3113 (apropos-documentation-check-doc-file): Remove locals beg and end.
3114 Fix calculation of score (as added twice). Pass doc string through
3115 substitute-key-definition before adding text properties.
3116 (apropos-documentation-check-elc-file): Pass doc string through
3117 substitute-key-definition before adding text properties.
3118 Highlight substring matching literal user input if possible.
3119 (apropos-print): Add new arg NOSUBST; if set, command and variable
3120 doc strings have already been passed through substitute-key-definition.
3121 Add code to handle apropos-accumulator items without score element
3122 for backwards compatibility (e.g. with woman package).
3123 Only show scores if apropos-sort-by-scores is `verbose'.
3124
3125 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3128 Add jka-compr-load-suffixes to load-suffixes.
3129
3130 * jka-compr.el: Require 'jka-cmpr-hook.
3131 (jka-compr-info-compress-message, jka-compr-info-compress-program)
3132 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3133 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3134 (jka-compr-info-can-append, jka-compr-info-strip-extension)
3135 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3136 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
3137 (jka-compr-uninstall): Remove entries from
3138 jka-compr-added-to-file-coding-system-alist after they are used.
3139 (jka-compr-error): Remove unused var `curbuf'.
3140 (jka-compr-file-local-copy): Remove unused var `notfound'.
3141
3142 2005-11-10 Romain Francoise <romain@orebokech.com>
3143
3144 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3145
3146 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
3147
3148 * progmodes/gud.el (gud-menu-map): Move parentheses.
3149 (gdb): New command gud-pv.
3150
3151 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * tar-mode.el: Remove spurious or unnecessary leading stars
3154 in docstrings.
3155 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3156 (tar-parse-octal-integer-safe): Use mapc.
3157 (tar-header-block-summarize): Remove unused var `ck'.
3158 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3159 cleared before. Obey default-enable-multibyte-characters.
3160 Use mapconcat. Simplify setting of tar-header-offset.
3161 (tar-mode-map): Move initialization inside delcaration.
3162 (tar-flag-deleted): Use `abs'.
3163 (tar-expunge-internal): Remove unused var `line'.
3164 (tar-expunge-internal): Don't hardcode point-min==1.
3165 (tar-expunge): Widen while doing set-buffer-multibyte.
3166 (tar-rename-entry): Use file-name-coding-system.
3167 (tar-alter-one-field): Don't hardcode point-min==1.
3168 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3169 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
3170
3171 2005-11-10 Masatake YAMATO <jet@gyve.org>
3172
3173 * add-log.el (add-log-current-defun): Handle class::method
3174 notation of c++. Fix incorrect comment.
3175
3176 2005-11-10 Alan Mackenzie <acm@muc.de>
3177
3178 * help-fns.el (describe-variable): Make C-h v work when a variable
3179 has variable documentation yet is unbound.
3180
3181 2005-11-10 Masatake YAMATO <jet@gyve.org>
3182
3183 * man.el (Man-highlight-references): Set an empty
3184 string to `Man-arguments' if it is nil.
3185 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3186
3187 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3190 commenting conventions.
3191
3192 * cus-dep.el (custom-make-dependencies): Simplify.
3193 Better follow the commenting conventions.
3194
3195 2005-11-09 Richard M. Stallman <rms@gnu.org>
3196
3197 * apropos.el (apropos-pattern): Rename from apropos-regexp.
3198 (apropos-orig-pattern): Rename from apropos-orig-regexp.
3199 All uses changed.
3200 (apropos-rewrite-regexp): Doc fix.
3201 (apropos-variable, apropos-command, apropos, apropos-value):
3202 Change prompt; carry through the argument renaming.
3203
3204 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3205
3206 * find-lisp.el: Require dired.
3207 (find-lisp-find-dired-internal): Do not call
3208 `abbreviate-file-name' on DIR.
3209
3210 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
3211
3212 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3213
3214 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
3215
3216 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3217 when using the speedbar.
3218 (gdb): New command gud-pp.
3219 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3220
3221 2005-11-09 Juri Linkov <juri@jurta.org>
3222
3223 * replace.el (occur-excluded-properties): New defcustom.
3224 (occur-1, occur-engine, occur-accumulate-lines): Use it.
3225
3226 2005-11-08 Jay Belanger <belanger@truman.edu>
3227
3228 * calc/calc-units.el (math-convert-units): Replace any composite
3229 unit by its definition.
3230
3231 2005-11-08 Lars Hansen <larsh@soem.dk>
3232
3233 * emacs-lisp/autoload.el (update-directory-autoloads):
3234 Add obsolete function alias.
3235
3236 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3237
3238 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3239 comment-indent-function.
3240 (lisp-comment-indent): Replace by an alias for comment-indent-default.
3241
3242 * reveal.el (reveal-post-command): Rework the handling of
3243 reveal-open-spots, so as to be more reliable. There were several
3244 tricky corner cases where an open spot might be lost, or where
3245 a closed spot might end up on the list of open spots.
3246 Only reveal text that's ellipsised.
3247
3248 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
3249
3250 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3251
3252 2005-11-07 John Paul Wallington <jpw@gnu.org>
3253
3254 * ibuffer.el (ibuffer): Search iconified frames too when
3255 getting Ibuffer buffer's window.
3256
3257 2005-11-06 Richard M. Stallman <rms@gnu.org>
3258
3259 * progmodes/compile.el (compilation-internal-error-properties):
3260 save-excursion around the computation of MARKER.
3261
3262 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
3263
3264 * textmodes/flyspell.el (flyspell-external-point-words):
3265 flyspell-get-word returns a list, not just a string.
3266
3267 2005-11-06 John Paul Wallington <jpw@pobox.com>
3268
3269 * ibuffer.el (ibuffer): Search all visible frames when getting
3270 Ibuffer buffer's window.
3271
3272 2005-11-07 Masatake YAMATO <jet@gyve.org>
3273
3274 * man.el (Man-reference-regexp): Accept spaces between
3275 `Man-name-regexp' and `Man-section-regexp'.
3276 (Man-apropos-regexp): New variable.
3277 (Man-abstract-xref-man-page): Use value for `Man-target-string'
3278 if available.
3279 (Man-highlight-references, Man-highlight-references0):
3280 Handle the case when `Man-arguments' includes "-k".
3281 (Man-highlight-references0): Rename the argument `TARGET-POS' to
3282 `TARGET'. `TARGET' can be a number, function or nil.
3283
3284 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
3285
3286 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3287 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3288 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3289 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3290 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3291 (gdb-send-item): Use buffer-local-value and simplify.
3292
3293 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
3294
3295 * startup.el (command-line): Use `custom-reevaluate-setting' for
3296 `global-font-lock-mode'.
3297
3298 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3299 by default, except in batch mode or when the -D option is given.
3300
3301 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3302 specified keyword args on to `define-minor-mode'. Update docstring.
3303
3304 2005-11-05 Romain Francoise <romain@orebokech.com>
3305
3306 * replace.el (occur-engine): Add marker at end of line, too.
3307
3308 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3309
3310 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3311 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3312 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3313 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3314 argument to all these routines, so the passphrase can be managed
3315 externally and passed in to the system.
3316 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3317 pgg-add-passphrase-to-cache function.
3318
3319 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3320 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3321 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3322 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3323 argument to all these routines, so the passphrase can be managed
3324 externally and passed in to the system.
3325 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3326 function.
3327
3328 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3329
3330 * font-lock.el: Don't deal with font-lock-face-attributes here,
3331 move the code ...
3332
3333 * startup.el (command-line): ... here. Use face-spec-set instead
3334 of custom-declare-face.
3335
3336 * faces.el (face-spec-set): Reset the face if spec is not nil.
3337
3338 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * newcomment.el (comment-region-internal): Box more tightly in the
3341 common case where there's no TAB in the boxed text.
3342
3343 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3344
3345 * info.el (info-tool-bar-map): Use images prev-node, next-node and
3346 up-node.
3347
3348 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
3349
3350 * newsticker.el: Commentary updated. Code formatting changed.
3351 (newsticker-version): Change to "1.9".
3352 (newsticker, newsticker-feed): Doc fix.
3353 (newsticker-url-list): Doc fix. Add option "Weekly".
3354 (newsticker-retrieval-interval): Add option "Weekly".
3355 (newsticker-headline-processing): Doc fix.
3356 (newsticker-auto-mark-filter): Remove.
3357 (newsticker-auto-mark-filter-list): New.
3358 (newsticker-layout, newsticker-sort-method): Doc fix.
3359 (newsticker-hide-old-items-in-newsticker-buffer)
3360 (newsticker-heading-format, newsticker-item-format)
3361 (newsticker-desc-format): Doc fix.
3362 (newsticker-show-all-rss-elements): Remove.
3363 (newsticker-show-all-news-elements): New.
3364 (newsticker-faces, newsticker-ticker): Doc fix.
3365 (remove-from-invisibility-spec): Code formatting.
3366 (newsticker--process-ids): New.
3367 (newsticker-mode): Doc fix.
3368 (newsticker-mode): Change mode-line-format.
3369 (newsticker-start): Remove debug output.
3370 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
3371 (newsticker-w3m-show-inline-images): Code formatting.
3372 (newsticker-next-item): Call `force-mode-line-update'.
3373 (newsticker-previous-item): Call `force-mode-line-update'.
3374 (newsticker-next-feed): Call `force-mode-line-update'.
3375 (newsticker-previous-feed): Call `force-mode-line-update'.
3376 (newsticker-mark-all-items-at-point-as-read): Code formatting.
3377 (newsticker-show-old-items): Do not show descs.
3378 (newsticker-hide-entry): Hide too much.
3379 (newsticker-hide-entry, newsticker-show-entry)
3380 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3381 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3382 (newsticker-toggle-auto-narrow-to-item): Code formatting.
3383 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3384 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3385 (newsticker-get-news): Call `force-mode-line-update'.
3386 Collect process ids.
3387 (newsticker--sentinel): Change coding system handling.
3388 Move image retrieval to new functions newsticker--get-logo-url-*.
3389 Move feed parsing to new functions newsticker--parse-*.
3390 Update list of process ids.
3391 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3392 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3393 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3394 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3395 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3396 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3397 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3398 (newsticker--decode-coding-string): Remove.
3399 (newsticker--decode-numeric-entities): Check input. Format code.
3400 (newsticker--remove-whitespace): Check input.
3401 (newsticker--do-forget-preformatted): Doc fix.
3402 (newsticker--decode-rfc822-date): Allow for missing time.
3403 (newsticker--update-process-ids): New.
3404 (newsticker--image-sentinel): Change comment.
3405 (newsticker--image-read): Change error message.
3406 (newsticker--imenu-goto): Doc fix. Show headline title.
3407 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3408 (newsticker--buffer-do-insert-text): Clean whitespace in
3409 html-rendered headline title. Code formatting.
3410 Call `newsticker--buffer-print-extra-elements'.
3411 (newsticker--buffer-print-extra-element): Remove.
3412 (newsticker--buffer-print-extra-elements): New.
3413 (newsticker--buffer-do-print-extra-element): New.
3414 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
3415 large sizes.
3416 (newsticker--run-auto-mark-filter)
3417 (newsticker--do-run-auto-mark-filter):
3418 Use `newsticker-auto-mark-filter-list'.
3419
3420 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
3421
3422 * net/rcirc.el: Use split-string OMIT-NULLS argument.
3423 (rcirc-print): Force redisplay before running hooks. Do long
3424 buffer truncation after making new text read-only. Deal with nil
3425 text when decoding strings. If TARGET is nil, use either the
3426 currently selected buffer, if it is an rcirc buffer and of the
3427 same process or the process buffer.
3428 (rcirc-mode): Remove header-line. Recompute short buffer names.
3429 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3430 (rcirc-short-buffer-name): Add variable.
3431 (rcirc-kill-buffer-hook): Recompute short buffer names.
3432 Remove nick from private channel.
3433 (rcirc-send-input): Send command text to current-buffer.
3434 Don't clear overlay arrow here.
3435 (rcirc-short-buffer-name): Return a short buffer name.
3436 (rcirc-update-short-buffer-names, rcirc-abbreviate)
3437 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3438 buffer-name abbreviations.
3439 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3440 Do not touch nick-table when killing a parted channel.
3441 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3442 Clear arrow from current buffer if it is now hidden.
3443 (rcirc-current-buffer): Add variable.
3444 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3445 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3446 Remove -face from names.
3447 (rcirc-update-activity-string): Print "DND" when globally ignoring
3448 activity.
3449 (rcirc-ignore-buffer-activity-flag): Rename from
3450 rcirc-ignore-channel-activity.
3451 (rcirc-ignore-all-activity-flag): Doc fix.
3452 (rcirc-channels): Remove variable.
3453 (rcirc-kill-buffer-hook):
3454 (rcirc-get-buffer-create): Add nick to private channel.
3455 (rcirc-multiline-edit-submit): Remove tabs.
3456 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3457 folded.
3458 (rcirc-remove-nick-channel): Bug fix.
3459 (rcirc-toggle-ignore-buffer-activity): Rename from
3460 rcirc-toggle-ignore-channel-activity.
3461 (rcirc-record-activity): Add buffers to the front of the list.
3462 (rcirc-update-activity): Remove killed buffers from list.
3463 (rcirc-process-server-response-1): Remove last argument if it is
3464 null before calling handler.
3465 (rcirc): Add "rcirc" defcustom prefix.
3466 (rcirc-prompt): Simplify default prompt.
3467 Use custom-initialize-default.
3468 (rcirc-private-chats): Remove variable.
3469 (rcirc-prompt): Change initialization.
3470 (rcirc-version): Remove function.
3471 (rcirc-id-string): Add constant.
3472 (rcirc-last-buffer): Remove variable.
3473 (rcirc-buffer-alist): Add variable.
3474 (rcirc-connect): Update variable setup.
3475 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3476 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3477 default.
3478 (rcirc-handler-generic): Trigger activity.
3479 (rcirc-send-message): Create the buffor of the target.
3480 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3481 (rcirc-get-buffer): Just return nil if there is no matching buffer.
3482 (rcirc-multiline-edit-cancel): Remove function.
3483 (rcirc-set-last-buffer): Remove function.
3484 (rcirc-get-any-buffer): Add function.
3485 (rcirc-join-channels): Don't print /join text.
3486 (rcirc-toggle-ignore-channel-activity): Add and update echo area
3487 messages.
3488 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3489 (rcirc-handler-NOTICE): Recognize CTCP responses.
3490 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3491 constructing TOPIC string for buffers we are not JOINed.
3492 (rcirc-handler-CTCP-response): Add handler.
3493 (rcirc-multiline-edit-submit): Restore the window-configuration
3494 before adjusting point.
3495 (rcirc): Add customization group.
3496 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3497 (rcirc-user-full-name, rcirc-startup-channels-alist)
3498 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3499 (rcirc-ignore-all-activity-flag, rcirc-time-format)
3500 (rcirc-input-ring-size, rcirc-read-only-flag)
3501 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3502 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3503 Change defvar to defcustom.
3504 (rcirc-update-prompt): Add optional ALL arg, which will update
3505 prompts in all rcirc buffers. Regexp quote replacement text.
3506 (rcirc-fill-column): Accept 'frame-width as a value.
3507 (rcirc-set-changed): Add function.
3508 (rcirc-next-active-buffer): Write more meaningful messages.
3509 (rcirc-faces): Add customization group.
3510 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3511 (rcirc-nick-in-message-face, rcirc-prompt-face)
3512 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3513 (with-rcirc-process-buffer): Move before first usage.
3514 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3515 (rcirc-debug-flag): Rename from `rcirc-log-p'.
3516 (rcirc-debug): Rename from `rcirc-log'.
3517 (rcirc-format-response-string): Do not print '-' chars for a
3518 NOTICE with no sender. Simplify output of server responses.
3519
3520 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3521
3522 (rcirc-browse-url-map, rcirc-browse-url-at-point)
3523 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3524 mouse and RET clickable.
3525
3526 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3527
3528 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3529
3530 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3531
3532 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3533 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3534 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3535 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3536 argument to all these routines, so the passphrase can be managed
3537 externally and passed in to the system.
3538 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3539 pgg-add-passphrase-to-cache function.
3540
3541 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3542 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3543 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3544 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3545 argument to all these routines, so the passphrase can be managed
3546 externally and passed in to the system.
3547 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3548 function.
3549
3550 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
3551
3552 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3553 from goto-address-url-regexp.
3554
3555 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3556
3557 * textmodes/org.el (org-read-date, org-goto-calendar)
3558 (org-recenter-calendar, org-agenda-goto-calendar):
3559 Temporarily clear 'calendar-move-hook'.
3560
3561 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
3562
3563 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3564 merging.
3565
3566 * ediff-util.el (ediff-previous-difference): Don't skip regions that
3567 have merge clashes.
3568
3569 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3570
3571 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3572 Undo previous change.
3573
3574 * startup.el (command-line): Use `custom-reevaluate-setting' for
3575 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
3576 tty-register-default-colors on Mac.
3577
3578 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3579
3580 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3581 (gdb-buffer-type): Make it automatically buffer local...
3582 (gdb-get-create-buffer): ...and set it accordingly.
3583 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3584 actually work.
3585
3586 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3587
3588 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3589 not red.
3590
3591 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3592
3593 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3594 case GUD buffer is not visible.
3595 (gdb-goto-breakpoint): Try to force display in source buffer.
3596 (gdb-frame-gdb-buffer): Copy other similar functions.
3597 (gdb-restore-windows): Don't display source if not asked for.
3598 (gdb-assembler-buffer-name): Don't capitalise.
3599
3600 2005-11-03 Richard M. Stallman <rms@gnu.org>
3601
3602 * wid-edit.el (key-sequence): New widget type.
3603
3604 * simple.el (set-mark-command-repeat-pop): New variable.
3605 (set-mark-command): Only interpret plan C-@ after a pop as a pop
3606 if set-mark-command-repeat-pop is true.
3607
3608 * info.el (Info-fontify-node): Don't display extra "see" if there
3609 already is one here.
3610
3611 * mouse.el: Fix special handling of DEL after dragging a region:
3612 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3613 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
3614
3615 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3616
3617 * textmodes/ispell.el (ispell-command-loop): Change `i' description
3618 not to assume it pertains to an affix.
3619
3620 * textmodes/flyspell.el (flyspell-post-command-hook):
3621 Bind deactivate-mark to prevent deactivation.
3622
3623 2005-11-03 Lars Hansen <larsh@soem.dk>
3624
3625 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3626 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3627 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3628
3629 2005-11-03 Romain Francoise <romain@orebokech.com>
3630
3631 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
3632 Update copyright years.
3633
3634 2005-11-03 Sam Steingold <sds@gnu.org>
3635
3636 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3637 Use system-type instead of window-system because window-system is not
3638 correctly defined during loadup.
3639
3640 2005-11-02 Mark A. Hershberger <mah@everybody.org>
3641
3642 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3643 (xml-parse-tag): Join strings separated by a comment properly.
3644
3645 2005-11-02 Andreas Schwab <schwab@suse.de>
3646
3647 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3648
3649 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3652 (byte-optimize-pure-func): Quote the eval'd value.
3653
3654 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3655 Rename from perl-font-lock-syntactic-face-function.
3656 Change the calling convention so it can be used as a font-lock MATCHER.
3657 Do the parse-partial-sexp loop outselves.
3658 (perl-font-lock-syntactic-keywords): Use it.
3659 (perl-mode): Don't set font-lock-syntactic-face-function any more.
3660
3661 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
3662
3663 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3664 disassembly buffer too.
3665 (gdb-exited): Remove overlay arrows when execution has finished.
3666 (gdb-info-frames-custom, gdb-info-threads-custom)
3667 (gdb-info-registers-custom): Don't add inappropriate text
3668 properties if inferior is not active.
3669
3670 2005-11-02 Glenn Morris <rgm@gnu.org>
3671
3672 * progmodes/fortran.el (fortran-blink-match):
3673 Use `blink-matching-delay'.
3674
3675 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3676
3677 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3678
3679 2005-11-02 Lars Hansen <larsh@soem.dk>
3680
3681 * net/tramp.el (tramp-action-out-of-band): Handle scp message
3682 "Permission denied".
3683
3684 2005-11-01 Richard M. Stallman <rms@gnu.org>
3685
3686 * textmodes/flyspell.el (flyspell-external-point-words):
3687 Pass nil to flyspell-get-word.
3688
3689 2005-11-02 Kim F. Storm <storm@cua.dk>
3690
3691 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3692 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3693
3694 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3697 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3698 (calendar-mouse-print-dates): Add optional `event' argument.
3699 Update interactive-spec.
3700 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3701 Use `calendar-event-to-date' instead of `event'.
3702
3703 2005-11-02 Masatake YAMATO <jet@gyve.org>
3704
3705 * progmodes/ld-script.el (ld-script-builtins):
3706 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3707 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3708 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3709
3710 2005-11-01 Romain Francoise <romain@orebokech.com>
3711
3712 * vc-sccs.el: Update copyright year.
3713 * ezimage.el: Likewise.
3714
3715 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3716
3717 * info.el (Info-fontify-node): Use `string-width' for fontifying
3718 underlined titles.
3719
3720 2005-11-01 Juri Linkov <juri@jurta.org>
3721
3722 * info.el (Info-fontify-node): Downcase node header keywords Node,
3723 Prev, Next, Up before comparison.
3724 (Info-history): Insert absolute directory name, and put invisible
3725 property on it.
3726
3727 2005-11-01 Juri Linkov <juri@jurta.org>
3728
3729 * info.el (Info-file-supports-index-cookies): New variable.
3730 (Info-find-node-2): Check makeinfo version for index cookie support.
3731 (Info-index-nodes): Search for nodes with index cookies only when
3732 Info-file-supports-index-cookies is t. Otherwise, search nodes
3733 with "Index" in the node name.
3734 (Info-index-node): Search index cookie in the current node only when
3735 Info-file-supports-index-cookies is t. Otherwise, check the word
3736 "Index" in the node name.
3737 (Info-find-emacs-command-nodes): Remove code that searches nodes
3738 with "Index" node name in the top menu.
3739
3740 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * progmodes/scheme.el (scheme-mode-variables): Use the default
3743 comment-indent-function.
3744
3745 * faces.el (face-attribute): Handle the case where a face inherits from
3746 a non-existent face.
3747
3748 * simple.el (eval-expression-print-format): Use lisp-readable syntax
3749 for octal and hexa output, and merge the char into the paren.
3750 (kill-new): Use push.
3751 (copy-to-buffer): Use with-current-buffer.
3752 (completion-setup-function): Move code in loop to remove redundancy.
3753 (minibuffer-local-must-match-map): Don't add bindings that duplicate
3754 those inherited from minibuffer-local-completion-map.
3755
3756 * savehist.el (savehist-mode) <defcustom>:
3757 Use custom-set-minor-mode if available.
3758 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3759 and emit a message if applicable.
3760
3761 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
3762
3763 * savehist.el: Sync up to version 19.
3764 (savehist-mode): New minor mode.
3765 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3766 (savehist-length): Remove (use history-length instead).
3767 (savehist-file-modes): Rename from savehist-modes.
3768 (savehist-save-hook, savehist-loaded): New vars.
3769 (savehist-load): Use savehist-mode. Try to smooth up transition from
3770 old format to new format.
3771 (savehist-install): Allow savehist-autosave-interval to be nil.
3772 (savehist-save): Run the new hook. Be more careful to only trim the
3773 history variables.
3774 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
3775 (savehist-printable): Print into a buffer rather than char-by-char.
3776
3777 2005-11-01 John Wiegley <johnw@newartisans.com>
3778
3779 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3780 toggle-ignore keybinding (C-a). The author said it had been
3781 disabled much earlier due to a possible incompatibility, but after
3782 many months of usage I have encountered no problems (and it is a
3783 rather useful option, especially for switching to " *temp*").
3784
3785 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3786 support for OS/X's AddressBook, by calling out to the open source
3787 program "contacts" (installable through Fink).
3788
3789 * net/eudc.el (eudc-expand-inline): If the
3790 `eudc-multiple-match-handling-method' is set to `all', delete the
3791 query string before inserting the query result.
3792
3793 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3794 flag, to prevent Eshell from using the system ls when
3795 `eshell-ls-insert-directory' is in used.
3796 (eshell-ls-insert-directory): Disable font-lock in directory
3797 buffer so that Eshell's own fontification is seen. This broke
3798 recently due to changes in font-lock, so this goes back to version
3799 21 behavior.
3800
3801 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3802
3803 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3804 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3805 (gdb-many-windows): Doc fix.
3806
3807 2005-10-31 Romain Francoise <romain@orebokech.com>
3808
3809 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3810
3811 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3812
3813 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3814 that global-font-lock-mode can be enabled by default.
3815
3816 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3817 (font-lock-add-keywords, font-lock-remove-keywords)
3818 (font-lock-fontify-buffer): Remove autoload cookies.
3819
3820 * jit-lock.el (jit-lock-register): Likewise.
3821
3822 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3823
3824 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3825
3826 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3827 intact if there is no gud-comint-buffer.
3828
3829 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
3830
3831 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3832 old prompt comint-prompt-read-only is t and GDB commands are
3833 issued from tool bar etc.
3834
3835 2005-10-31 Masatake YAMATO <jet@gyve.org>
3836
3837 * vc.el (vc-directory-exclusion-list): Add "{arch}".
3838
3839 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
3840
3841 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3842 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
3843
3844 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
3845
3846 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
3847 starting at beginning of line. Fontification is messed up when
3848 `open-paren-in-column-0-is-defun-start' set to t.
3849 Reported by John Paul Wallington <jpw@pobox.com>.
3850
3851 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
3852
3853 * comint.el (comint-send-input): Call `comint-update-fence' when
3854 `comint-process-echoes' and `comint-prompt-read-only' are both
3855 non-nil, to avoid leftover read-only newline.
3856
3857 2005-10-30 Richard M. Stallman <rms@gnu.org>
3858
3859 * textmodes/flyspell.el (flyspell-external-point-words):
3860 Detect when WORD can't be checked properly because
3861 flyspell-get-word finds just part of it, and move on.
3862
3863 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
3864 boundarychar for Polish.
3865 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
3866 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
3867
3868 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3869
3870 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
3871 (gdb-registers-font-lock-keywords): Delete.
3872 (gdb-registers-mode): Don't fontify.
3873 (gdb-info-registers-custom): Use text properties instead as, in
3874 future, changed register values will use font-lock-warning-face.
3875 (gdb-local-font-lock-keywords): Rename to...
3876 (gdb-locals-font-lock-keywords): ...for consistency.
3877
3878 2005-10-30 Andre Spiegel <spiegel@gnu.org>
3879
3880 * vc.el (vc-switch-backend): Better error message if the buffer is
3881 not visiting a file under version control.
3882
3883 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
3884
3885 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3886
3887 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
3888 ~/.emacs.d/.emacs.
3889
3890 2005-10-29 Richard M. Stallman <rms@gnu.org>
3891
3892 * replace.el (occur-mode-mouse-goto): Always go to other window.
3893 (occur-mode-goto-occurrence): Always switch in same window.
3894
3895 * simple.el (undo): Display message at end, not at start.
3896
3897 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
3898 New arg REUSE-CELL.
3899 (cancel-timer-internal): New function.
3900 (timer-event-handler): Use cancel-timer-internal,
3901 and pass the cell it returns to timer-activate...
3902
3903 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
3904 (jit-lock-deferred-fontify, jit-lock-context-fontify)
3905 (jit-lock-after-change): Test memory-full.
3906
3907 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3908
3909 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3910 part of the decoded armor to find the key-identifier.
3911 (pgg-gpg-lookup-key-owner): New function to return the
3912 human-readable identifier of a key owner.
3913 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3914 key itself.
3915 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3916 the key value) if we have a key and can match it against a secret
3917 key. Also, added a note pointing out fact that the prompt only
3918 indicates the first matching key.
3919
3920 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3921 pgg-decrypt-region.
3922 (pgg-pending-timers): A new hash for tracking the passphrase cache
3923 timers, so that new ones supercede old ones.
3924 (pgg-add-passphrase-to-cache): Rename from
3925 `pgg-add-passphrase-cache' to reduce confusion (all callers
3926 changed). Modified to cancel old timers when new ones are added.
3927 (pgg-remove-passphrase-from-cache): Rename from
3928 `pgg-remove-passphrase-cache' to reduce confusion (all callers
3929 changed). Modified to cancel old timers when their keys are
3930 removed from the cache.
3931 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3932 XEmacs, an indirection to delete-itimer.
3933 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3934 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3935 users can only check cache without risk of prompting. Correct bug in
3936 notruncate behavior.
3937 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3938 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3939 Add informative docstrings.
3940 (pgg-decrypt): Convey provided passphrase in subordinate call to
3941 pgg-decrypt-region.
3942
3943 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3944 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3945 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3946 'passphrase' argument, so the passphrase can be managed externally
3947 and then passed in to the system.
3948
3949 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3950 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3951 so the passphrase cache can be used reliably with identifiers
3952 besides a pgp packet's key id.
3953
3954 * pgg-gpg.el (pgg-pgp-encrypt-region)
3955 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3956 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3957 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3958 argument to all these routines, so the passphrase can be managed
3959 externally and passed in to the system.
3960
3961 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3962 'notruncate' argument, so the passphrase cache can be used
3963 reliably with identifiers besides a pgp packet's key id.
3964
3965 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
3966
3967 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3968 symmetric encryption.
3969 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3970 encrypted session key.
3971 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3972 message ask for the passphrase in a proper way.
3973
3974 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3975 New user commands for symmetric encryption.
3976
3977 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
3978
3979 * textmodes/conf-mode.el (conf-assignment-sign)
3980 (conf-assignment-regexp): Fix docstrings.
3981 (conf-mode-initialize): New function.
3982 (conf-mode): Remove optional args. Use delay-mode-hooks to
3983 recognize recursive calls.
3984 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
3985 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
3986 (conf-xdefaults-mode): Use define-derived-mode and
3987 conf-mode-initialize.
3988
3989 2005-10-29 Romain Francoise <romain@orebokech.com>
3990
3991 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
3992
3993 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3994
3995 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3996 part of the decoded armor to find the key-identifier.
3997 (pgg-gpg-lookup-key-owner): New function to return the
3998 human-readable identifier of a key owner.
3999 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4000 key itself.
4001 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4002 the key value) if we have a key and can match it against a secret
4003 key. Also, added a note pointing out fact that the prompt only
4004 indicates the first matching key.
4005
4006 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4007 pgg-decrypt-region.
4008 (pgg-pending-timers): A new hash for tracking the passphrase cache
4009 timers, so that new ones supercede old ones.
4010 (pgg-add-passphrase-to-cache): Rename from
4011 `pgg-add-passphrase-cache' to reduce confusion (all callers
4012 changed). Modified to cancel old timers when new ones are added.
4013 (pgg-remove-passphrase-from-cache): Rename from
4014 `pgg-remove-passphrase-cache' to reduce confusion (all callers
4015 changed). Modified to cancel old timers when their keys are
4016 removed from the cache.
4017 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4018 XEmacs, an indirection to delete-itimer.
4019 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4020 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4021 users can only check cache without risk of prompting. Correct bug in
4022 notruncate behavior.
4023 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4024 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4025 Add informative docstrings.
4026 (pgg-decrypt): Convey provided passphrase in subordinate call to
4027 pgg-decrypt-region.
4028
4029 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
4030
4031 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4032 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4033 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4034 'passphrase' argument, so the passphrase can be managed externally
4035 and then passed in to the system.
4036
4037 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4038 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4039 so the passphrase cache can be used reliably with identifiers
4040 besides a pgp packet's key id.
4041
4042 * pgg-gpg.el (pgg-pgp-encrypt-region)
4043 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4044 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4045 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
4046 argument to all these routines, so the passphrase can be managed
4047 externally and passed in to the system.
4048
4049 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4050 'notruncate' argument, so the passphrase cache can be used
4051 reliably with identifiers besides a pgp packet's key id.
4052
4053 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
4054
4055 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4056 symmetric encryption.
4057 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4058 encrypted session key.
4059 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4060 message ask for the passphrase in a proper way.
4061
4062 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4063 New user commands for symmetric encryption.
4064
4065 2005-10-28 Bill Wohler <wohler@newt.com>
4066
4067 * help-mode.el (help-url): New button type. Calls browse-url.
4068 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4069 Similar to Info nodes: URL `url'.
4070 (help-make-xrefs): Create help-url buttons for
4071 help-xref-url-regexp matches.
4072
4073 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
4074
4075 * tool-bar.el (tool-bar-add-item-from-menu)
4076 (tool-bar-local-item-from-menu): Fix doc strings.
4077
4078 2005-10-28 Romain Francoise <romain@orebokech.com>
4079
4080 * ldefs-boot.el: Update.
4081
4082 * subr.el (locate-library): Move from help-fns.el.
4083 * help-fns.el (locate-library): Move to subr.el.
4084
4085 2005-10-28 Richard M. Stallman <rms@gnu.org>
4086
4087 * net/tramp.el (tramp-completion-mode): defvar moved up.
4088
4089 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4090
4091 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4092
4093 * files.el (find-file-noselect): Use %d to format large file size.
4094
4095 * bindings.el (mode-line-format): Add %e.
4096
4097 * loadup.el ("facemenu"): Load unconditionally.
4098 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4099 ("x-dnd"): Load, when appropriate.
4100
4101 * startup.el (command-line): Call before-init-hook earlier.
4102 Warn about some bad characters in -u user name.
4103
4104 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4105 (flyspell-external-point-words): Error if misspelled word is not found.
4106 Set flyspell-large-region-beg at end of word.
4107
4108 2005-10-28 Andreas Schwab <schwab@suse.de>
4109
4110 * view.el (View-revert-buffer-scroll-page-forward):
4111 Use view-page-size-default.
4112
4113 2005-10-28 Juri Linkov <juri@jurta.org>
4114
4115 * international/quail.el (quail-get-current-str): Translate last
4116 raw character for deterministic input methods.
4117
4118 2005-10-27 Jay Belanger <belanger@truman.edu>
4119
4120 * calc/calc-ext.el: Add functions to autoloads.
4121 (math-identity-matrix-p, math-ident-row-p): New functions.
4122
4123 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4124 multiplication by an identity matrix; don't turn multiplication by
4125 an inverse matrix into division.
4126 (math-div-symbol-fancy): Replace division by matrices with
4127 multiplication by inverse.
4128
4129 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4130
4131 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4132 (calc-writeoutpower): New functions.
4133
4134 2005-10-27 Romain Francoise <romain@orebokech.com>
4135
4136 * replace.el (occur-engine): Include colon in mouse-face highlight.
4137
4138 * dired-x.el: Change Maintainer field.
4139
4140 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * longlines.el (longlines-mode): Bind after-change-functions to
4143 nil during initial decoding and final encoding.
4144
4145 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4146
4147 * term.el (term-emulate-terminal, term-handle-colors-array)
4148 (term-handle-ansi-escape): Specify the terminfo capabilities
4149 implemented.
4150
4151 2005-10-26 Richard M. Stallman <rms@gnu.org>
4152
4153 * info.el (Info-fontify-node): Fix detection of sentence-break
4154 before *Note.
4155
4156 2005-10-26 Romain Francoise <romain@orebokech.com>
4157
4158 * smerge-mode.el: Add `tools' to file keywords.
4159
4160 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4163 when the fringe is not available.
4164
4165 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4166 (def-gdb-auto-update-trigger): Simplify construction.
4167 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4168 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4169 defined explicitly.
4170 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4171 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4172 defined explicitly.
4173 (gdb-info-locals-custom): Remove as it's a no-op.
4174
4175 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * longlines.el (longlines-mode): Remove narrowing before
4178 performing the initial decoding or final encoding.
4179
4180 2005-10-25 Romain Francoise <romain@orebokech.com>
4181
4182 * emacs-lisp/find-func.el (find-library-name): Also strip
4183 extension if library name ends in .el, to take advantage of
4184 `find-library-suffixes'.
4185
4186 2005-10-25 Richard M. Stallman <rms@gnu.org>
4187
4188 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4189
4190 2005-10-25 Juri Linkov <juri@jurta.org>
4191
4192 * textmodes/texinfo.el (texinfo-mode): Change charset of one
4193 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4194
4195 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4196
4197 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4198 (blackbox-redefine-key): Add argument `map'.
4199
4200 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4201 regions when moving the jit-lock-context-unfontify-pos boundary.
4202
4203 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
4204
4205 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4206
4207 2005-10-25 Masatake YAMATO <jet@gyve.org>
4208
4209 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4210
4211 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
4212
4213 * play/blackbox.el (blackbox-redefine-key): New function.
4214 (blackbox-mode-map): Use it to remap existing bindings for cursor
4215 motion instead of binding literal keys.
4216
4217 2005-10-25 Glenn Morris <rgm@gnu.org>
4218
4219 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4220 diary does not end in a newline. Do not assume a blank line at
4221 the start of the diary file.
4222
4223 2005-10-25 Kenichi Handa <handa@m17n.org>
4224
4225 * international/quail.el (quail-translate-key): If the input
4226 method is deterministic and failed to handle the last key, restart
4227 the key handling loop from an appropriate key.
4228
4229 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
4230
4231 * vc.el (vc-dired-mode): Extend comment for binding of
4232 `directory-listing-before-filename-regexp'.
4233
4234 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * textmodes/texinfo.el (texinfo-mode):
4237 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4238 not to unnecessarily expose emacs-mule's internal char codes.
4239
4240 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
4241
4242 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4243 Display hand pointer and help-echo on disabled icon too.
4244 (gdb-mouse-until): New function.
4245 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
4246
4247 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4250 with 2005-10-23 change to doctor.el.
4251
4252 * finder.el (finder-mode-map): Add follow-link binding.
4253
4254 2005-10-25 Kim F. Storm <storm@cua.dk>
4255
4256 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
4257 to gdb-mouse-toggle-breakpoint-fringe.
4258 (gdb-mouse-toggle-breakpoint-margin): Rename from
4259 gdb-mouse-toggle-breakpoint. Fix doc.
4260 (gdb-mouse-toggle-breakpoint-fringe): New defun.
4261 (gdb-put-string): Add optional SPROPS arg. Add props to string.
4262 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
4263 string properties also for fringe breakpoint bitmaps.
4264
4265 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
4266
4267 * textmodes/org.el (org-start-icalendar-file): Fix format form.
4268
4269 2005-10-25 Masatake YAMATO <jet@gyve.org>
4270
4271 * simple.el (completion-common-substring):
4272 Use `completion-common-substring' prior to `completion-base-size'.
4273
4274 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
4275
4276 * savehist.el: Require CL while compiling.
4277 (savehist-history-variables): Remove.
4278 (savehist-save-minibuffer-history, savehist-additional-variables)
4279 (savehist-minibuffer-history-variables): New vars.
4280 (savehist-save): Use them.
4281 (savehist-uninstall, savehist-minibuffer-hook): New funs.
4282 (savehist-install): New fun, extracted from savehist-load.
4283 (savehist-load): Use them.
4284
4285 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
4288 a dummy doc-string-elt property.
4289 (defalias, defvaralias, define-category): Add a docstring property.
4290
4291 * image.el (defimage):
4292 * widget.el (define-widget):
4293 * custom.el (defface, defcustom): Add `doc-string' declaration.
4294
4295 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4296 (defadvice): Add `doc-string' declaration.
4297
4298 * emacs-lisp/byte-run.el (macro-declaration-function):
4299 Handle `doc-string' declarations.
4300 (define-obsolete-function-alias, define-obsolete-variable-alias):
4301 Add `doc-string' declaration.
4302
4303 2005-10-24 Kenichi Handa <handa@m17n.org>
4304
4305 * international/utf-7.el (utf-7): Add autoload cookie.
4306
4307 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4308
4309 2005-10-24 Eli Zaretskii <eliz@gnu.org>
4310
4311 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4312 list of directories passed to batch-update-autoloads. Add "." to
4313 the list of the echoed directories.
4314
4315 * pgg-def.el:
4316 * pgg-gpg.el:
4317 * pgg-parse.el:
4318 * pgg-pgp.el:
4319 * pgg-pgp5.el:
4320 * pgg.el: Moved here from the gnus subdirectory.
4321
4322 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
4323
4324 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4325 in case comint-prompt-read-only is set to t.
4326
4327 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4328 in case comint-prompt-read-only is set to t.
4329
4330 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
4331
4332 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4333 Now a string.
4334 (icalendar-import-format): Handle CLASS, STATUS, URL.
4335 Rename `subject' to `summary'.
4336 (icalendar-import-format-summary): Rename from
4337 `icalendar-import-format-subject'.
4338 (icalendar-import-format-url, icalendar-import-format-status)
4339 (icalendar-import-format-class): New variables.
4340 (icalendar--rris): Take variable argument list.
4341 (icalendar--datestring-to-isodate): Remove unnecessary
4342 calendar-style check when converting dates with explicit month names.
4343 (icalendar-export-region): Change return type of conversion
4344 subroutines. Bury current buffer unless error occurred.
4345 (icalendar--convert-to-ical)
4346 (icalendar--parse-summary-and-rest): New functions.
4347 (icalendar--convert-ordinary-to-ical)
4348 (icalendar--convert-weekly-to-ical)
4349 (icalendar--convert-yearly-to-ical)
4350 (icalendar--convert-block-to-ical)
4351 (icalendar--convert-cyclic-to-ical)
4352 (icalendar--convert-anniversary-to-ical): Change return type.
4353 Strip trailing blanks from subject.
4354 (icalendar--convert-sexp-to-ical): Change return type.
4355 Strip trailing blanks from subject. Handle simple sexp
4356 entries as generated by icalendar.el.
4357 (icalendar--convert-float-to-ical)
4358 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4359 (icalendar-import-file): Doc fix.
4360 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4361 Correct call to icalendar--rris.
4362 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
4363 `summary'.
4364 (icalendar--add-diary-entry): Rename `subject' to `summary'.
4365
4366 2005-10-24 Romain Francoise <romain@orebokech.com>
4367
4368 * server.el (server-sentinel): Set query-on-exit flag to nil on
4369 new client processes (it isn't inherited from the server process).
4370
4371 * replace.el (occur-engine): Rearrange text properties.
4372
4373 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4376 case-fold-search is nil.
4377 (debug-help-follow): Use help-xref-interned directly.
4378
4379 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * thumbs.el (thumbs-image-type): Add .pbm.
4382
4383 2005-10-23 Richard M. Stallman <rms@gnu.org>
4384
4385 * faces.el (inhibit-face-set-after-frame-default): New variable.
4386 (set-face-attribute): Bind it.
4387 (face-set-after-frame-default): Test it.
4388
4389 * help-fns.el (describe-simplify-lib-file-name): New function.
4390 (describe-function-1, describe-variable): Use it.
4391
4392 * faces.el (describe-face): Use describe-simplify-lib-file-name.
4393
4394 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4395 Eliminate nil as possible value.
4396 (tooltip-hide-delay): Reduce internal-border-width.
4397
4398 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4399 (menu-bar-file-menu) <new-file>: Likewise.
4400
4401 * simple.el (line-move-finish): Ignore fields computing LINE-END.
4402
4403 * international/mule.el (load-with-code-conversion):
4404 Pass full file name to `eval-buffer' unless preloading.
4405
4406 * textmodes/flyspell.el (flyspell-large-region):
4407 Call ispell-check-version.
4408
4409 * textmodes/ispell.el (ispell-local-dictionary-overridden):
4410 Fix the make-variable-buffer-local call that was supposed
4411 to be for this variable.
4412 (ispell-aspell-supports-utf8): Doc fix.
4413 (ispell-find-aspell-dictionaries): Preserve elements of
4414 ispell-dictionary-alist for dictionaries that aspell doesn't report.
4415 (ispell-aspell-find-dictionary): Return nil on error.
4416
4417 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4418 (doctor-symptoms): Likewise.
4419
4420 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4421
4422 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4423
4424 * cus-edit.el (custom-button, custom-button-pressed): New vars.
4425 (custom-raised-buttons): Add :set spec.
4426 (custom-button-unraised, custom-button-pressed-unraised):
4427 New faces, so that custom-raised-buttons actually does something.
4428 (custom-mode): Use custom-button and custom-button-pressed.
4429
4430 * wid-edit.el (widget-specify-button): Don't ignore
4431 widget-mouse-face on graphic terminals.
4432 (widget-move-and-invoke): Cleanup.
4433
4434 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
4435
4436 * whitespace.el (whitespace-cleanup): Doc fix.
4437
4438 2005-10-23 Romain Francoise <romain@orebokech.com>
4439
4440 * emulation/viper.el (viper-set-hooks): Quote forms passed to
4441 `eval-after-load' to avoid evaluating their result.
4442
4443 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
4444
4445 * files.el (directory-listing-before-filename-regexp):
4446 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
4447
4448 * dired.el (dired-move-to-filename-regexp): Remove.
4449 All occurences replaced by `directory-listing-before-filename-regexp'.
4450
4451 * dired-x.el, locate.el, vc.el:
4452 Replace `dired-move-to-filename-regexp' by
4453 `directory-listing-before-filename-regexp'. In vc.el it is
4454 overwritten locally; maybe this can be handled in files.el too.
4455
4456 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
4457 replaced by `directory-listing-before-filename-regexp'.
4458
4459 2005-10-23 Andreas Schwab <schwab@suse.de>
4460
4461 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4462 and eval-next-after-load.
4463
4464 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
4465
4466 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4467 exist, create it.
4468
4469 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
4470
4471 * allout.el: Remove autoloads for mailcrypt and crypt++.
4472 Require pgg, pgg-gpg during compilation.
4473 (allout-version): Increment version number to 2.1, and use a literal
4474 rather than RCS Id.
4475 (allout-default-encryption-scheme): Remove.
4476 (allout-passphrase-verifier-handling)
4477 (allout-passphrase-verifier-string)
4478 (allout-file-passphrase-verifier-string)
4479 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4480 (allout-passphrase-hint-handling): Rename and simplify.
4481 (allout-init): Use `find-file-hook' if available, otherwise
4482 `find-file-hooks'.
4483 (allout-mode): Use `write-file-functions' if available, otherwise
4484 `local-write-file-hooks' and, instead of making auto-save-hook
4485 buffer local, make the write-file-hook activity contingent to
4486 allout-mode.
4487 (allout-mode): Use key-binding substitution in the docstring.
4488 (allout-kill-line): Spell-out kill ring data structure mutation
4489 instead of using byte-compiler-complaint-provoking `pop'.
4490 (allout-insert-listified): Use `insert' rather than `insert-string'
4491 (allout-toggle-current-subtree-encryption): Update docstring, adjust
4492 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4493 (allout-encrypt-string): Totally revamped vis new underlying
4494 encryption facilities.
4495 (allout-mc-activate-passwd): Remove.
4496 (allout-obtain-passphrase): New, more or less replaces
4497 allout-mc-activate-passwd.
4498 (allout-encrypted-key-info): More or less replaces
4499 allout-encrypted-text-type.
4500 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4501 (my-mark-marker): Use `(featurep 'xemacs)'.
4502
4503 2005-10-23 Lars Hansen <larsh@soem.dk>
4504
4505 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4506 (byte-compile-file-form-defmumble, byte-compile-defun)
4507 (byte-compile-defmacro): Use it.
4508 (byte-compile-form): Don't call byte-compile-set-symbol-position
4509 when a byte-compile handler is called.
4510
4511 2005-10-22 Romain Francoise <romain@orebokech.com>
4512
4513 * savehist.el (savehist-history-variables): Add `grep-find-history'.
4514
4515 * subr.el (eval-after-load): Convert library name to an absolute
4516 file name using locate-library, since load-history no longer has
4517 library names in it.
4518
4519 2005-10-22 Richard M. Stallman <rms@gnu.org>
4520
4521 * files.el (make-temp-file): Move from subr.el.
4522 * subr.el (make-temp-file): Move to files.el.
4523
4524 * window.el (get-buffer-window-list): Move from subr.el.
4525 * subr.el (get-buffer-window-list): Move to window.el.
4526
4527 * image.el (image-load-path): Use eval-at-startup to initialize.
4528
4529 * subr.el (eval-at-startup): New macro.
4530
4531 * subr.el: Much rearrangement of functions and division
4532 into pages. No code changes.
4533
4534 2005-10-22 Kenichi Handa <handa@m17n.org>
4535
4536 * tar-mode.el (tar-extract): Be sure to call
4537 find-operation-coding-system if set-auto-coding doesn't find a
4538 coding system.
4539
4540 2005-10-22 Kim F. Storm <storm@cua.dk>
4541
4542 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4543 Change users.
4544 (image-type-file-name-regexps): New defconst.
4545 (image-type-from-data): Simplify loop.
4546 (image-type-from-buffer): New defun.
4547 (image-type-from-file-header): Use it instead of image-type-from-data.
4548 Use image-search-load-path instead of only looking in data-directory.
4549 (image-type-from-file-name): New defun.
4550 (image-search-load-path): Change `pathname' to `filename'.
4551 Make PATH arg optional, default to image-load-path.
4552
4553 2005-10-21 Richard M. Stallman <rms@gnu.org>
4554
4555 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4556
4557 * textmodes/paragraphs.el (sentence-end-base): New variable.
4558 (sentence-end): Use sentence-end-base.
4559
4560 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * font-lock.el (font-lock-default-fontify-region): Check the multiline
4563 property independently from the font-lock-multiline variable.
4564
4565 2005-10-21 Richard M. Stallman <rms@gnu.org>
4566
4567 * emacs-lisp/find-func.el (find-library-name): Doc fix.
4568
4569 * startup.el (command-line): Convert library names
4570 in `load-history' to absolute file names.
4571
4572 * subr.el (symbol-file): Doc fix.
4573
4574 * loadhist.el (file-loadhist-lookup): Call locate-library
4575 instead of find-library-name. Don't try converting
4576 abs file names to library names, since load-history no longer
4577 has library names in it.
4578 (file-dependents, file-provides, file-requires): Doc fixes.
4579
4580 2005-10-21 Juri Linkov <juri@jurta.org>
4581
4582 * progmodes/etags.el (tags-table-mode): New function.
4583 (tags-verify-table): Replace initialize-new-tags-table with
4584 tags-table-mode.
4585
4586 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4587 default value.
4588 (desktop-modes-not-to-save): Add tags-table-mode to the
4589 default value.
4590
4591 * info.el (Info-index-next): Add total number of index
4592 alternatives to the message.
4593
4594 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4595 backward only space (instead of space and period) before looking
4596 at sentence end.
4597
4598 * simple.el (set-variable): Use user-variable-p instead of symbolp.
4599 Add the old variable value as 4th default-value arg of read-string.
4600
4601 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4602
4603 * cus-face.el (custom-declare-face): Make face from X resources
4604 also on Mac.
4605
4606 * disp-table.el (standard-display-g1, standard-display-graphic):
4607 Refuse to use string glyphs also on Mac.
4608 (standard-display-european): Don't set terminal coding system also
4609 on Mac.
4610
4611 * frame.el (display-screens): Use x-display-screens also on Mac.
4612
4613 2005-10-21 Romain Francoise <romain@orebokech.com>
4614
4615 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4616
4617 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4620 and $? into sexps.
4621
4622 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4623 warning face on open-paren-in-column-0.
4624
4625 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4626 boundary case. Fix typo.
4627 Suggested by Martin Rudalics <rudalics@gmx.at>.
4628
4629 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4630
4631 * textmodes/org.el (org-combined-agenda-icalendar-file)
4632 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4633 (org-export-icalendar-this-file)
4634 (org-export-icalendar-all-agenda-files)
4635 (org-export-icalendar-combine-agenda-files): New commands.
4636 (org-export-icalendar, org-print-icalendar-entries)
4637 (org-start-icalendar-file, org-finish-icalendar-file)
4638 (org-ical-ts-to-string): New functions.
4639 (org-read-date, org-goto-calendar)
4640 (org-agenda-goto-calendar): Inhibit displaying diary entries by
4641 call to `calendar'.
4642 (orgtbl-setup): Remove the :keys arguments from the menu description.
4643 (org-after-save-iCalendar-file-hook): New variable.
4644
4645 2005-10-21 Kenichi Handa <handa@m17n.org>
4646
4647 * language/vietnamese.el (tcvn-5712): Make it an alias of
4648 vietnamese-tcvn coding-system.
4649
4650 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
4651
4652 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4653 group id is given.
4654
4655 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * progmodes/sh-script.el (sh-escaped-line-re): New var.
4658 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4659 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4660 whose line is either continued or ends with a comment.
4661
4662 2005-10-20 Romain Francoise <romain@orebokech.com>
4663
4664 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4665
4666 * replace.el (occur-engine): Add follow-link property.
4667
4668 * font-core.el (font-lock-mode): Doc fix.
4669
4670 2005-10-20 Richard M. Stallman <rms@gnu.org>
4671
4672 * net/rcirc.el: New file.
4673
4674 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
4675
4676 * term.el (term-term-name): Initialize to "eterm-color".
4677
4678 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
4679
4680 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4681 for encryption functionality.
4682 Move allout customization subgroup from `editing' to `outlines' group.
4683 Fix commentary 'keywords' to legitimate ones.
4684 Update author info (using my current email address, obscurified).
4685 (allout-encrypt-string, allout-encryption-produce-work-buffer)
4686 (allout-encrypted-topic-p, allout-encrypted-text-type)
4687 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4688 (allout-situate-encryption-key-verifier)
4689 (allout-get-encryption-key-verifier, allout-verify-key)
4690 (allout-next-topic-pending-encryption)
4691 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4692 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4693 (outline-key-verifier-handling, outline-key-hint-handling)
4694 (outline-encrypt-unencrypted-on-saves): New defcustoms.
4695 (allout-file-key-verifier-string, allout-encryption-scheme)
4696 (allout-key-verifier-string, allout-key-hint-string)
4697 (allout-after-save-decrypt): New variables.
4698 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4699 (allout-after-saves-handler): New hook functions.
4700 (allout-post-command-business): Do allout-after-save-decrypt.
4701 (allout-enable-file-variable-adjustment): Custom var to enable
4702 mechanism for adding and adjusting settings of Emacs file variables.
4703 (allout-adjust-file-variable, allout-file-vars-section-data):
4704 New functions, implement the mechanism.
4705 (outlineify-sticky): Use the file vars mechanism.
4706 (allout-inhibit-protection, allout-during-write-cue)
4707 (allout-override-protect, allout-before-change-protect): Remove.
4708 (allout-flag-region, allout-open-topic): Adjust read-only text.
4709 (allout-open-line-not-read-only): Add to facilitate read-only
4710 text based protection.
4711 (allout-kill-line): Revise to adjust read-only text, clue the
4712 user about the inhibition.
4713 (allout-unprotected): Use unwind-protect.
4714 (allout-shift-in, allout-shift-out): Disallow manually shifting a
4715 topic deeper than the offspring depth of the previous topic -
4716 avoiding confusing "containment discontinuities".
4717 (allout-reindent-bodies): Fix retention of body relative hanging
4718 indent during promotion of collapsed bodies.
4719 (allout-open-topic): Make it easy to open new topic with same
4720 bullet as current topic - topic creation functions provided with
4721 any universal argument provokes now prompt for bullet, defaulting
4722 to the bullet of the previous topic.
4723 (allout-plain-bullets-string, allout-distinctive-bullets-string):
4724 Plain bullet alternates '.' period and ',' comma only. All other
4725 bullets are relegated to special status (but customizable).
4726 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4727 since it actually operates w.r.t. most immediately containing
4728 entry, visible or not.
4729 (allout-hide-current-entry, allout-show-current-entry): Use the
4730 revised version.
4731 (allout-old-expose-topic): Solidify deprecation.
4732 (allout-end-of-subtree): Add so we can span concealed as well
4733 as visible topics.
4734 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4735 (allout-end-of-current-heading): Tweak to just respect the first line.
4736 (allout-get-body-text): Add.
4737 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4738 when invoked interactively.
4739 (allout-up-current-level): Use `interactive-p'.
4740 (allout-mode, allout-init): Miscellaneous docstring and
4741 operational refinements, as well as hookups of new encryption stuff.
4742 (allout-beginning-of-current-entry): Now works as advertised.
4743 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4744 (allout-isearch-rectification): Refine condition for isearching.
4745 (allout-isearch-abort, allout-enwrap-isearch)
4746 (allout-flag-region, my-region-active-p): Relocate some macros.
4747 (allout-title): Fallback title is '(buffer-name)', not
4748 non-existing '(current-buffer-name)'.
4749 (subst-char-in-string): Define if absent (for some XEmacs versions).
4750
4751 2005-10-20 Jari Aalto <jari.aalto@cante.net>
4752
4753 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4754 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4755 (mail-citation-prefix-regexp, mail-signature-file)
4756 (mail-default-headers, mail-bury-selects-summary)
4757 (mail-send-nonascii): Add autoload cookies.
4758
4759 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4760
4761 * frame.el (blink-cursor-mode): Add `mac' to the list of
4762 window-system's that support blinking cursor.
4763
4764 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4765
4766 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4767
4768 2005-10-20 Eli Zaretskii <eliz@gnu.org>
4769
4770 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4771 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4772 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4773
4774 2005-10-20 Kim F. Storm <storm@cua.dk>
4775
4776 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4777 (ido-set-current-directory): Don't add / after final @.
4778 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4779 Explicitly handle ange-ftp completion oddities.
4780 (ido-make-file-list): Don't rotate list at tramp root to avoid
4781 triggering tramp file handler for expand-file-name via get-file-buffer.
4782
4783 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4786
4787 2005-10-19 Jay Belanger <belanger@truman.edu>
4788
4789 * calc/calc-units.el (math-standard-units): Add units, adjust
4790 symbols and update values.
4791 (math-unit-prefixes): Add more prefixes.
4792
4793 2005-10-19 Romain Francoise <romain@orebokech.com>
4794
4795 * bookmark.el (bookmark-menu-heading): New face.
4796 (bookmark-bmenu-list): Use it.
4797 Don't fiddle with `baud-rate' at top-level.
4798
4799 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4800
4801 * image.el (create-image, find-image): Mention max-image-size in
4802 docstring.
4803
4804 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * savehist.el (savehist-load): Revert to checking XEmacs.
4807
4808 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4809 Various docstring and line-width fixups.
4810 (conf-mode): Use cond.
4811 Set font-lock-defaults. Don't set comment-use-syntax.
4812
4813 2005-10-18 David Ponce <david@dponce.com>
4814
4815 * tree-widget.el (tree-widget-button-click): New function.
4816 (tree-widget-button-keymap): Use it.
4817
4818 2005-10-18 Romain Francoise <romain@orebokech.com>
4819
4820 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4821 (bookmark-bmenu-hide-filenames): Add follow-link property.
4822 Improve help-echo text.
4823
4824 * ffap.el (find-file-at-point): Doc fix.
4825
4826 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4827
4828 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4829
4830 2005-10-18 Masatake YAMATO <jet@gyve.org>
4831
4832 Install to the CVS repository what I forgot to install in my
4833 2005-10-16 changes.
4834
4835 * progmodes/python.el (python-complete-symbol): Pass the common
4836 prefix substring of completion to `display-completion-list'.
4837
4838 * textmodes/org.el (org-complete): Ditto.
4839
4840 2005-10-18 Masatake YAMATO <jet@gyve.org>
4841
4842 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4843
4844 * woman.el (WoMan-xref-man-page): New button type derived
4845 from `Man-abstract-xref-man-page'.
4846 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
4847
4848 * man.el (Man-abstract-xref-man-page): New button type.
4849 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
4850 (Man-highlight-references): Add new optional argument `xref-man-type'.
4851
4852 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4853
4854 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4855
4856 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * cus-edit.el (Custom-move-and-invoke): Delete.
4859 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
4860
4861 * wid-edit.el (widget-move-and-invoke): New function, from
4862 Custom-move-and-invoke.
4863
4864 2005-10-17 Bill Wohler <wohler@newt.com>
4865
4866 Move all remaining images from lisp/toolbar to etc/images, move
4867 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
4868 the low resolution images in their own directory (low-color).
4869
4870 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
4871 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
4872 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
4873 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
4874 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
4875 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
4876 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
4877
4878 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
4879 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
4880 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
4881 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
4882 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
4883 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
4884 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
4885 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
4886 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
4887 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
4888 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
4889 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
4890 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
4891 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
4892 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
4893
4894 To conform with convention, replace the underscore (_) in the
4895 following image names with dash (-) or (/) as appropriate.
4896
4897 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
4898 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
4899 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
4900 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
4901 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
4902 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
4903 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
4904 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
4905 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
4906 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
4907 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
4908 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
4909 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
4910 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
4911 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
4912
4913 * info.el (info-tool-bar-map): Replace underscores in image names
4914 with dashes.
4915
4916 * makefile.w32-in (WINS): Remove toolbar.
4917
4918 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
4919
4920 * tool-bar.el: Move to lisp from toolbar. Now that
4921 toolbar is empty, it should be deleted when folks run "cvs up -P".
4922
4923 2005-10-18 Jay Belanger <belanger@truman.edu>
4924
4925 * calc/calc-store.el (calc-store-into): Get the proper variable name
4926 to display in message.
4927
4928 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4929
4930 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4931 expressions display in speedbar for all buffers when debugging.
4932 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
4933
4934 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
4935 (speedbar-insert-button, speedbar-make-button):
4936 Use add-text-properties.
4937 (speedbar-update-localized-contents)
4938 (speedbar-update-directory-contents)
4939 (speedbar-update-special-contents): Use dolist.
4940 (speedbar-buffer-easymenu-definition): Add a menu separator.
4941
4942 2005-10-17 Jason Rumney <jasonr@gnu.org>
4943
4944 * makefile.w32-in: Use $(lisp) consistently.
4945 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
4946 for shell specific generation of mh-autoloads.
4947
4948 2005-10-17 Richard M. Stallman <rms@gnu.org>
4949
4950 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
4951
4952 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * jit-lock.el (jit-lock-fontify-now):
4955 Move jit-lock-context-unfontify-pos to avoid wasted work.
4956
4957 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
4958
4959 * net/tramp.el (tramp-completion-mode): New defvar. Used in
4960 `tramp-completion-mode' for checking if we are in completion mode.
4961 (tramp-completion-handle-file-name-all-completions): Reorder code
4962 in order to complete for file names only in case there are no
4963 method/user/host completions. This is necessary for cooperation
4964 with ido. Reported by Kim F. Storm <storm@cua.dk>.
4965
4966 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
4967
4968 * longlines.el (longlines-search-forward)
4969 (longlines-search-backward): Match any number of spaces.
4970
4971 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
4972
4973 * diff-mode.el (diff-mode): Doc fix.
4974
4975 2005-10-16 David Reitter <david.reitter@gmail.com>
4976
4977 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
4978 as default on darwin and windows systems.
4979
4980 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
4981
4982 * arc-mode.el (archive-zip-extract): Doc fix.
4983
4984 2005-10-16 Romain Francoise <romain@orebokech.com>
4985
4986 * mouse.el (mouse-1-click-follows-link): Doc fix.
4987
4988 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4989
4990 * savehist.el: Don't require CL at runtime.
4991 (savehist-xemacs): Remove.
4992 (savehist-coding-system): Use utf-8 if present, regardless of religion.
4993 (savehist-no-conversion): Use (featurep 'xemacs).
4994 (savehist-load): Check existence of start-itimer rather than XEmacs.
4995 Use an idle timer.
4996 (savehist-process-for-saving): Replace use of CL funs `subseq' and
4997 `delete-if-not'.
4998
4999 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
5000
5001 * savehist.el: Newer version.
5002 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5003 (savehist-last-checksum, savehist-no-conversion): New vars.
5004 (savehist-autosave, savehist-process-for-saving, savehist-printable):
5005 New functions.
5006 (savehist-load, savehist-save): Use them.
5007 (savehist-delimit): Remove.
5008
5009 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * progmodes/compile.el (compilation-goto-locus): Display the
5012 compilation buffer first and the source buffer second, in case they're
5013 in overlapping frames. Don't raise the compilation frame if it was the
5014 selected window upon entry. Pass the `other-window' arg to
5015 pop-to-buffer.
5016
5017 * info.el (Info-fontify-node): Use dolist.
5018 Change add-text-properties to put-text-property.
5019
5020 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5021
5022 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5023 bound of search.
5024
5025 2005-10-16 Masatake YAMATO <jet@gyve.org>
5026
5027 * dabbrev.el (dabbrev-completion): Pass the common
5028 prefix substring of completion to `display-completion-list'.
5029
5030 * filecache.el (file-cache-minibuffer-complete)
5031 (file-cache-complete): Ditto.
5032
5033 * tempo.el (tempo-display-completions): Ditto.
5034
5035 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5036
5037 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5038
5039 * eshell/em-hist.el (eshell-list-history): Ditto.
5040
5041 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5042
5043 * mail/mailalias.el (mail-complete): Ditto.
5044
5045 * progmodes/etags.el (complete-tag): Ditto.
5046
5047 * progmodes/make-mode.el (makefile-complete): Ditto.
5048
5049 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5050
5051 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5052
5053 * progmodes/pascal.el (pascal-complete-word)
5054 (pascal-show-completions): Ditto.
5055
5056 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5057
5058 * simple.el (completion-common-substring): New variable.
5059 (completion-setup-function): Use `completion-common-substring'
5060 to put faces.
5061
5062 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5063
5064 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5065 (x-get-selection, mac-select-convert-to-string): Convert from/to
5066 UTF-16 clipboard data as in native byte order, no BOM.
5067
5068 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
5069
5070 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5071 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5072 (gud-sentinel): Use speedbar-frame to check for speedbar.
5073
5074 2005-10-15 Richard M. Stallman <rms@gnu.org>
5075
5076 * savehist.el: New file.
5077
5078 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
5079
5080 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5081 Fix bug in \bf fontification.
5082
5083 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * pcvs.el (cvs-edit-log-files): New var.
5086 (cvs-mode-edit-log): New arg `file'.
5087 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5088 Instead force the use of the original file and nothing else.
5089 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5090 the cvs-minor-wrap-function is set.
5091 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5092
5093 2005-10-14 Bill Wohler <wohler@newt.com>
5094
5095 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5096 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5097 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5098 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5099 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5100 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5101 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5102 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5103 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5104 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5105 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5106 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5107 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5108 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5109 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5110
5111 * progmodes/gud.el (gud-tool-bar-map): Rename the images
5112 appropriately (for example, gud-break to gud/break).
5113
5114 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * longlines.el (longlinges-search-function)
5117 (longlines-search-forward, longlines-search-backward): New functions.
5118 (longlines-mode): Set isearch-search-fun-function to
5119 longlinges-search-function.
5120
5121 * mouse.el (mouse-drag-region-1): Handle the case where a
5122 double-click event is bound to an arbitrary function.
5123
5124 2005-10-14 David Ponce <david@dponce.com>
5125
5126 * recentf.el (recentf-track-opened-file)
5127 (recentf-track-closed-file, recentf-update-menu)
5128 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5129 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5130 mouse-1-click-follows-link.
5131
5132 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5133
5134 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5135 Gnome file-manager.png. Suggested by
5136 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5137
5138 * toolbar/README: Add diropen.xpm.
5139
5140 2005-10-13 Bill Wohler <wohler@newt.com>
5141
5142 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5143 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
5144
5145 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5148 Don't waste the byte-compiler's time on constant data.
5149
5150 2005-10-13 Kenichi Handa <handa@m17n.org>
5151
5152 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5153 byte with `escape-glyph' face.
5154
5155 * international/fontset.el (ccl-encode-unicode-font):
5156 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5157 Handle the case that ucs-mule-to-mule-unicode translates a character to
5158 ASCII (usually for IPA characters).
5159
5160 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5163 Don't hide the underline of titles if font-lock-mode is disabled.
5164
5165 2005-10-12 Bill Wohler <wohler@newt.com>
5166
5167 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5168 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5169 files in MH-E-SRC have been updated.
5170 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5171
5172 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5175 (mixal-mode-syntax-table): Add \n as end-comment.
5176 (mixal-operation-codes-alist): Immediately initialize to full value.
5177 (mixal-add-operation-code): Remove.
5178 (mixal-describe-operation-code): Make the arg non-optional.
5179 Use the interactive spec instead.
5180 Use mixal-operation-codes-alist rather than mixal-operation-codes.
5181 (mixal-font-lock-keywords): Don't highlight comments here any more.
5182 (mixal-font-lock-syntactic-keywords): New var.
5183 (mixal-mode): Use it. Fix comment-start-skip.
5184
5185 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5186
5187 * startup.el (command-line-x-option-alist): -nb => -nbi
5188
5189 2005-10-12 Kim F. Storm <storm@cua.dk>
5190
5191 * startup.el (fancy-splash-default-action): Discard mouse click in
5192 the splash screen window, as it has no sensible meaning in the
5193 next window to be selected. Fixes error reported by Jan D.
5194
5195 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5196
5197 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5198
5199 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5200
5201 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5202 Try to fix up minor layout issues like indentation, line break, etc...
5203 (mixal-mode-syntax-table): Don't try to specify comment syntax,
5204 because it doesn't work.
5205 (mixal-operation-codes): Add some more codes.
5206 (mixal-font-lock-keywords): Process comments here.
5207 (mixal-mode): mixasm no longer needs -g option.
5208
5209 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
5210
5211 * progmodes/sh-script.el (sh-tmp-file):
5212 Use mktemp -t. Finish support for es and rc shells.
5213
5214 2005-10-11 Jay Belanger <belanger@truman.edu>
5215
5216 * calc/calcalg2.el (calc-integral): With an argument, compute the
5217 definite integral.
5218
5219 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
5220
5221 * mouse.el (mouse-drag-region-1): Don't try to catch a
5222 double-click when doing follow-link (it's overridden anyway).
5223
5224 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5227 (autoload-print-form-outbuf): Add docstring.
5228
5229 2005-10-11 Juri Linkov <juri@jurta.org>
5230
5231 * info.el (Info-mode-menu): Delete menu item "Edit".
5232 (Info-mode): Delete description of Info-edit from docstring,
5233 and rearrange descriptions of Info commands in the order
5234 they are documented in the Info manual.
5235
5236 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * calendar/appt.el (appt-check): Use diary-selective-display var.
5239
5240 2005-10-10 Richard M. Stallman <rms@gnu.org>
5241
5242 * net/newsticker.el (newsticker-start, newsticker-show-news):
5243 Add autoload cookies.
5244
5245 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5246
5247 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
5248
5249 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
5250
5251 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
5252
5253 2005-10-10 Jay Belanger <belanger@truman.edu>
5254
5255 * calc/calc-arith.el (math-check-known-scalarp)
5256 (math-check-known-matrixp): Check the values of arguments that are
5257 variables.
5258 (math-check-known-square-matrixp): New function.
5259 (math-known-square-matrixp): Use math-check-known-square-matrixp.
5260 (math-super-types): Add sqmatrix type.
5261
5262 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
5263 mode name `square' to 'sqmatrix'.
5264
5265 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
5266 mode name `square' to 'sqmatrix'.
5267
5268 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * progmodes/etags.el (select-tags-table-mode): Don't use
5271 selective-display.
5272 (tags-select-tags-table): Pass `button' to the action function.
5273 (select-tags-table): Place the side-info on button properties rather
5274 than in hidden text. Abbreviate file names.
5275 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
5276 (select-tags-table-select): Add `button' argument.
5277 Get side-info from the button property rather than from hidden text.
5278
5279 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
5280
5281 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
5282 (gud-speedbar-buttons): Preserve point if possible.
5283 (gud-sentinel): Restore previous speedbar display type.
5284
5285 * progmodes/gdb-ui.el (gdba): Improve diagram.
5286 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5287 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
5288 Call get-buffer-window once.
5289
5290 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5293 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5294 (pascal-indent-command): Remove unused var `ind'.
5295 (pascal-indent-case): Remove unused var `oldpos'.
5296 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5297 since it's now used as a proper minor mode map.
5298 (pascal-outline): Rename to pascal-outline-mode.
5299 (pascal-outline-mode): Use define-minor-mode.
5300 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5301 selective-display.
5302
5303 2005-10-10 Andreas Schwab <schwab@suse.de>
5304
5305 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5306 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
5307
5308 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5309 outside source directory.
5310
5311 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
5312
5313 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5314 C-x' as a prefix.
5315 (orgtbl-mode-map): Full keymap instead of sparse, because all
5316 `self-insert-command' keys are redefined in this map.
5317 (org-export-as-html): Specify charset for HTML file, by taking it
5318 from the coding system.
5319
5320 2005-10-10 Kenichi Handa <handa@m17n.org>
5321
5322 * textmodes/flyspell.el (flyspell-check-word-p):
5323 If unread-command-events is non-empty, don't call sit-for.
5324
5325 2005-10-09 Richard M. Stallman <rms@gnu.org>
5326
5327 * font-lock.el (font-lock-syntactic-keywords)
5328 (font-lock-keywords): Doc fixes.
5329
5330 * textmodes/flyspell.el (flyspell-external-point-words):
5331 Simplify logic, and don't try to check for consecutive appearances
5332 of one incorrect word.
5333
5334 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
5335
5336 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5337 separator.
5338
5339 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5340 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5341 (gud-expansion-speedbar-buttons): New function.
5342 (gud-speedbar-buttons): Check for gud-comint-buffer.
5343
5344 2005-10-09 Bill Wohler <wohler@newt.com>
5345
5346 * Makefile.in (updates): Add mh-loaddefs dependency.
5347
5348 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * speedbar.el (speedbar-file-key-map): Fix typo.
5351
5352 2005-10-09 Daniel Brockman <daniel@brockman.se>
5353
5354 * cus-start.el (line-spacing): Add custom spec.
5355
5356 2005-10-09 Romain Francoise <romain@orebokech.com>
5357
5358 * textmodes/ispell.el (ispell-check-version): Fix last change.
5359
5360 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5361
5362 * term/x-win.el: Remove -i, --icon-type from comment.
5363
5364 * startup.el (command-line-x-option-alist): Remove options -i,
5365 -itype, --icon-type, added -nb, --no-bitmap-icon
5366
5367 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
5368
5369 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5370 instead of :active.
5371
5372 2005-10-08 Eric Hanchrow <offby1@blarg.net>
5373
5374 * textmodes/ispell.el (ispell-check-version):
5375 Ignore hyphen, and all that follows, in aspell's version text.
5376
5377 2005-10-08 Jay Belanger <belanger@truman.edu>
5378
5379 * calc/calc-arith.el (math-known-square-matrixp): New function.
5380 (math-pow-fancy): Check for matrices before distributing exponent
5381 across products.
5382
5383 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5384 fullscreen keypad. Suggested by Luc Teirlinck.
5385 (calc-keypad-show-input): Add space for formatting.
5386
5387 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5388 Add square matrix option.
5389
5390 * calc/calc-poly.el (math-expand-term): Check for matrices instead
5391 of checking calc-matrix-mode when deciding how to expand.
5392
5393 * calc/calc.el (calc-set-mode-line): Add square matrix option.
5394
5395 2005-10-08 Lars Hansen <larsh@soem.dk>
5396
5397 * net/tramp.el (tramp-perl-directory-files-and-attributes):
5398 Add error handling.
5399 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5400
5401 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
5402
5403 Sync with Tramp 2.0.51.
5404
5405 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5406 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5407 Insert special handling for `last-coding-system-used', again
5408 it still seems to be necessary (unlike stated before).
5409 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5410 (tramp-password-prompt-regexp): There might be other words before
5411 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5412 (tramp-chunksize): Improve docstring.
5413 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5414 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
5415 Christian Joergensen <bugs@razor.dk>.
5416
5417 2005-10-07 Glenn Morris <rgm@gnu.org>
5418
5419 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5420 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5421 precision'.
5422
5423 2005-10-07 Romain Francoise <romain@orebokech.com>
5424
5425 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5426 (ibuffer-do-shell-command-pipe-replace)
5427 (ibuffer-do-shell-command-file, ibuffer-do-eval)
5428 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5429 (ibuffer-do-revert, ibuffer-do-replace-regexp)
5430 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5431 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5432 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5433 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5434 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5435 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5436 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5437 Autoload file sans suffix.
5438
5439 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5440
5441 2005-10-07 David Ponce <david@dponce.com>
5442
5443 * recentf.el (recentf-menu-open-all-flag): New option.
5444 (recentf-digit-shortcut-command-name): New function.
5445 (recentf--shortcuts-keymap): New variable.
5446 (recentf-menu-shortcuts): New variable.
5447 (recentf-make-menu-items): Initialize it. Replace the "More..."
5448 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5449 (recentf-menu-value-shortcut): New function.
5450 (recentf-make-menu-item): Use it. No more in-lined.
5451 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5452 (recentf-open-most-recent-file): Rename from
5453 `recentf-open-file-with-key'. Don't depend on key binding.
5454 (recentf-mode-map): New variable.
5455 (recentf-mode): Use it.
5456
5457 2005-10-06 Bill Wohler <wohler@newt.com>
5458
5459 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
5460
5461 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5462 (MH-E-SRC): New. Used by mh-autoloads.
5463 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5464 files in MH-E-SRC have been updated.
5465 (compile, recompile, bootstrap): Depend on mh-autoloads.
5466
5467 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
5468
5469 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5470 gud-break and gud-remove icons when the fringe is not available.
5471
5472 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5473 Typo.
5474
5475 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5476
5477 * play/zone.el (zone): Wrap body with save-window-excursion.
5478
5479 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5480
5481 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5482 Use the new `list-only' arg to diary-list-entries.
5483
5484 * calendar/diary-lib.el: Use overlays rather than selective-display.
5485 (diary-selective-display): New var.
5486 (diary-header-line-format): Use it.
5487 (diary-list-entries): Add argument `list-only'.
5488 Put the buffer in diary-mode. Don't add \^M at beg and end.
5489 Replace \^M by invisible overlays.
5490 (diary-unhide-everything): Replace \^M by invisible overlays.
5491 (print-diary-entries): Look for overlays rather than \^M.
5492 Add a space to the temp buffer name.
5493 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5494 Put the buffer in diary-mode.
5495 (list-sexp-diary-entries): Replace \^M by invisible overlays.
5496 (diary-anniversary): Make the year arg optional.
5497 (diary-time-regexp): New const.
5498 (diary-font-lock-keywords): Use it to accept a few more time formats.
5499
5500 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5501
5502 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
5503
5504 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5505 Fix bug introduced 2005-07-03: Use (car (last ...))
5506 to faithfully reproduce replaced artist-last.
5507 (artist-set-arrow-points-for-poly): Likewise.
5508 Suggested by Johan Bockg\e,Ae\e(Brd.
5509
5510 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
5511
5512 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5513 * wid-edit.el (widget):
5514 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5515 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5516
5517 2005-10-06 Kenichi Handa <handa@m17n.org>
5518
5519 * international/mule-cmds.el (set-language-environment):
5520 Fix setting up of case-table for unibyte mode.
5521
5522 * simple.el (what-cursor-position): If the character is displayed
5523 by some `display' text property, show that. Don't use
5524 single-key-description for eight-bit characters in multibyte mode.
5525
5526 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
5527
5528 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5529 (gdb-ann3): Set it.
5530 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5531 (gdb-info-frames-custom): Use inverse-video for first five
5532 characters of selected frame only.
5533 (gdb-get-frame-number): Select frame even when point is on frame
5534 number.
5535
5536 2005-10-06 Masatake YAMATO <jet@gyve.org>
5537
5538 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5539 Put `font-lock-function-name-face'.
5540 (gdb-info-frames-custom): Put `font-lock-function-name-face'
5541 and `font-lock-variable-name-face'
5542 (gdb-registers-font-lock-keywords): New font lock keywords definition.
5543 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5544 (gdb-memory-font-lock-keywords): New font lock keywords definition.
5545 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5546 (gdb-local-font-lock-keywords): New font lock keywords definition.
5547 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5548 (gdb-threads-font-lock-keywords): New font lock keywords definition.
5549 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5550
5551 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
5552
5553 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5554 (ediff-merge-region-is-non-clash-to-skip): Previously called
5555 ediff-merge-region-is-non-clash.
5556
5557 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5558 Use insert-buffer-substring.
5559
5560 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5561 selecting files to patch. Also bug fixes.
5562
5563 * ediff-util.el (ediff-setup): Bug fix.
5564 (ediff-next-difference): Never skip clashes that differ in white
5565 space only.
5566
5567 * ediff-wind.el (ediff-setup-control-frame)
5568 (ediff-destroy-control-frame): Check the menubar feature.
5569
5570 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5571 (viper-refresh-mode-line): Use make-local-variable to localize
5572 some vars instead of make-variable-buffer-local. Suggested by
5573 Stefan Monnier.
5574
5575 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5576 (viper-restore-cursor-type, viper-set-insert-cursor-type):
5577 Use make-local-variable instead of make-variable-buffer-local.
5578 Suggested by Stefan Monnier.
5579
5580 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5581 (viper-comint-mode-hook): Use make-local-variable on
5582 require-final-newline.
5583 (viper-non-hook-settings): Don't use make-variable-buffer-local.
5584
5585 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5588 also the second char of a comment-start sequence.
5589 (scheme-sexp-comment-syntax-table): New var.
5590 (lambda, define): Set their scheme-doc-string-elt property.
5591 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5592 Use lisp-font-lock-syntactic-face-function now that it properly
5593 handles |...| symbols.
5594 (scheme-mode-variables): Set lisp-doc-string-elt-property,
5595 parse-sexp-lookup-properties and font-lock-extra-managed-props.
5596
5597 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5598 bit from # to |.
5599 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5600
5601 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5602 (lisp-doc-string-elt-property): New var.
5603 (lisp-font-lock-syntactic-face-function): Use it.
5604 Rewrite to recognize docstrings even for forms not at toplevel.
5605
5606 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5607 annotation on the | part of #| rather than on the # part.
5608 (scheme-font-lock-syntactic-face-function): New function, to
5609 distinguish strings from |...| symbols.
5610 (scheme-mode-variables): Use it. Also fix up the font-lock-time
5611 syntax-table so that #|...|# is properly highlighted.
5612
5613 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5614 Don't mark as docstring the 3rd elem of an unknown toplevel form.
5615
5616 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5619 and C-e.
5620
5621 * emacs-lisp/eldoc.el: Move comments into docstrings.
5622 (eldoc-message-commands): Initialize in its declaration.
5623 Add move-beginning-of-line and move-end-of-line.
5624 (eldoc-add-command, eldoc-add-command-completions)
5625 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5626
5627 * outline.el (outline-mark-subtree): Activate the mark.
5628
5629 * calendar/appt.el (appt-time-regexp): New var.
5630 (appt-add, appt-make-list): Use it.
5631 (appt-convert-time): Clean up.
5632
5633 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5634 Don't set any syntax-table property here.
5635 (tex-font-lock-verb): New function. Do it here.
5636 (tex-font-lock-syntactic-keywords): Use it.
5637
5638 2005-10-04 Richard M. Stallman <rms@gnu.org>
5639
5640 * wid-edit.el (widget-file-complete): Get the widget start point
5641 the right way. Default directory to `/' if file has none.
5642
5643 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5644
5645 * textmodes/flyspell.el (flyspell-mode-on):
5646 Call ispell-maybe-find-aspell-dictionaries.
5647
5648 * textmodes/ispell.el (ispell-word, ispell-region):
5649 Call ispell-maybe-find-aspell-dictionaries.
5650 (ispell-accept-buffer-local-defs):
5651 Don't call ispell-maybe-find-aspell-dictionaries
5652
5653 2005-10-04 Richard M. Stallman <rms@gnu.org>
5654
5655 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5656
5657 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
5658
5659 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5660 instead of `fboundp' in order to allow for anonymous functions.
5661
5662 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
5663
5664 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5665 case the user clicks on the link while another window is selected.
5666 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5667
5668 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5669 functionality.
5670 (dframe-help-echo): Save point in case mouse tracking is off.
5671
5672 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
5673
5674 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5675
5676 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5679 not change the global value of those vars.
5680
5681 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5682 make-local-variable which we do not need any more.
5683
5684 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
5685
5686 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5687 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5688 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5689 (speedbar-path-line): Define obsolete aliases.
5690 (speedbar-line-directory): Doc fix.
5691
5692 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5693 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5694 instead of speedbar-line-path.
5695
5696 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5697
5698 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5699 to nil if dropping on a window. Handle dropping on a minibuffer window
5700 like dropping on a non-window part of Emacs.
5701
5702 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * net/ange-ftp.el: Use with-current-buffer.
5705 (ange-ftp-insert-directory): Do not follow symlinks any more.
5706
5707 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5708 Remove interactive spec.
5709
5710 2005-10-03 Kim F. Storm <storm@cua.dk>
5711
5712 * ido.el (ido-mode): Use custom-initialize-set.
5713
5714 2005-10-02 Richard M. Stallman <rms@gnu.org>
5715
5716 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5717 Use insert-buffer-substring.
5718
5719 * net/tramp.el: Pacify byte compiler warnings in pacification code.
5720 (tramp-handle-file-local-copy): Use insert-buffer-substring.
5721
5722 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5725 in last change.
5726 (ange-ftp-insert-directory): Fix up the search for the case where
5727 `file' is absolute.
5728
5729 2005-10-02 Romain Francoise <romain@orebokech.com>
5730
5731 * progmodes/compile.el (compile-goto-error): Delete extra paren.
5732
5733 2005-10-02 Andreas Schwab <schwab@suse.de>
5734
5735 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5736 directory component in the session info.
5737
5738 2005-10-01 Richard M. Stallman <rms@gnu.org>
5739
5740 * comint.el (comint-redirect-subvert-readonly): Doc fix.
5741
5742 * simple.el (next-error-internal): New function.
5743
5744 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5745 (compilation-start): Pass new arg to compilation-buffer-name.
5746 (compile-goto-error): Use next-error-internal.
5747
5748 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5749
5750 * speedbar.el: Remove RCS tag.
5751 (speedbar-check-read-only): Handle non-existent files.
5752
5753 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5754
5755 * info.el (Info-speedbar-hierarchy-buttons)
5756 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5757
5758 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5759
5760 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5761 Do not match newline.
5762 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5763 (bibtex-summary): Remove unnecessary save-excursion.
5764 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5765
5766 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5767
5768 * term/mac-win.el: Add charset info for "iso10646-1".
5769 Modify default fontset to use ATSUI-compatible fonts for some charsets
5770 if available.
5771
5772 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * speedbar.el: Re-apply arch tag.
5775 (speedbar-version): Rename to version 1.0. Suggested by Eric
5776 M. Ludlam.
5777 Reapply two changes from Emacs CVS' version of speedbar lost
5778 during the merge:
5779 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5780 (speedbar-frame-parameters): Improve customize type.
5781
5782 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5785 (ange-ftp-file-directory-p): Fix the symlink case.
5786 (ange-ftp-insert-directory): When listing a single file, get a list of
5787 the parent buffer and extract the relevant line. Inspired from a patch
5788 by Katsumi Yamaoka <yamaoka@jpl.org>.
5789 (ange-ftp-file-name-sans-versions): Simplify.
5790
5791 2005-09-30 Bill Wohler <wohler@newt.com>
5792
5793 Move MH-E image files from toolbar and mail directories into
5794 etc/images.
5795
5796 * mail/reply2.*: Move to etc/images/mail/reply*.
5797
5798 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5799 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5800 etc/images.
5801
5802 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5803 * toolbar/reply*: Move to etc/images/mail.
5804
5805 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5806
5807 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
5808
5809 * speedbar.el: New version 1.0pre3.
5810
5811 Frame management code (including timer, and mouse click specifics)
5812 moved to dframe.el:
5813 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
5814 (speedbar-timer): Removed. Use dframe-timer.
5815 (speedbar-close-frame): Removed. Use dframe-close-frame.
5816 (speedbar-activity-change-focus-flag): Removed. Use
5817 dframe-activity-change-focus-flag.
5818 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
5819 dframe-update-speed.
5820
5821 (speedbar-current-frame): New macro. Use this instead of the
5822 variable speedbar-frame.
5823
5824 (speedbar-use-images, speedbar-expand-image-button-alist)
5825 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5826
5827 (speedbar-find-image-on-load-path): Removed. Replaced by
5828 defezimage in ezimage.el.
5829 (speedbar-expand-image-button-alist): Removed. Replaced by
5830 ezimage-expand-image-button-alist in ezimage.el.
5831
5832 (speedbar-ignored-directory-regexp)
5833 (speedbar-add-ignored-directory-regexp)
5834 (speedbar-ignored-directory-expressions)
5835 (speedbar-line-directory, speedbar-buffers-line-directory)
5836 (speedbar-directory-line, speedbar-buffers-line-directory):
5837 Renamed, replacing `path' with `directory'.
5838
5839 (speedbar-create-directory, speedbar-expand-line-descendants)
5840 (speedbar-toggle-line-expansion)
5841 (speedbar-contract-line-descendants): New commands.
5842
5843 (speedbar-query-confirmation-method, speedbar-select-frame-method)
5844 (speedbar-use-tool-tips-flag): New options.
5845
5846 (speedbar-check-read-only, speedbar-require-version)
5847 (speedbar-insert-separator, speedbar-buffers-tail-notes)
5848 (speedbar-handle-delete-frame, speedbar-try-completion)
5849 (speedbar-update-localized-contents): New functions.
5850
5851 (speedbar-incompatible-version, speedbar-ro-to-do-point)
5852 (speedbar-object-read-only-indicator): New variables.
5853
5854 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
5855 New hooks.
5856
5857 (speedbar-separator-face): New face.
5858
5859 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
5860 (speedbar-ignored-modes): Add fundamental-mode.
5861 (speedbar-directory-unshown-regexp): Add . directories.
5862
5863 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
5864 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
5865 `]' for full expand/close.
5866 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
5867
5868 (speedbar-check-vc): Support hidden files.
5869 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
5870 (speedbar-this-file-in-vc): Use vc-state if available. If VC
5871 state is nil, it is not checked out.
5872
5873 (speedbar-line-text, speedbar-line-token): Support expand buttons
5874 with no text.
5875 (speedbar-refresh): Universal argument acts as power-click.
5876 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
5877 that buffer to get variable values.
5878
5879 And many other bugfixes.
5880
5881 * dframe.el, ezimage.el, sb-image.el: New files.
5882
5883 * sb-*.xpm: Remove files. New image files installed into
5884 etc/images/ezimage.
5885
5886 2005-09-30 Kenichi Handa <handa@m17n.org>
5887
5888 * ps-mule.el (ps-mule-show-warning): If a character is in
5889 ps-print-translation-table, don't treat it as non-printable.
5890
5891 2005-09-30 David Ponce <david@dponce.com>
5892
5893 * tree-widget.el (tree-widget-themes-load-path): New variable.
5894 (tree-widget-themes-directory): Doc fix.
5895 (tree-widget-image-formats) [Emacs]: Doc fix.
5896 (tree-widget--locate-sub-directory): New function.
5897 (tree-widget-themes-directory): Use it.
5898
5899 * recentf.el (recentf-filename-handlers): Rename from
5900 `recentf-filename-handler'. Allow a list of functions.
5901 (recentf-menu-items-for-commands): Fix :help strings.
5902 (recentf-apply-filename-handlers): New function.
5903 (recentf-expand-file-name): Use it.
5904 (recentf-cleanup): Remove duplicates too.
5905
5906 2005-09-29 Juri Linkov <juri@jurta.org>
5907
5908 * faces.el: Rearrange face definitions to be in the same order as
5909 their face descriptions in "(emacs)Standard Faces".
5910
5911 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
5912
5913 * tooltip.el (tooltip): Add group `basic-faces'.
5914
5915 * buff-menu.el (Buffer-menu-buffer): Remove group
5916 `font-lock-highlighting-faces'.
5917
5918 * progmodes/compile.el (compilation-error, compilation-warning)
5919 (compilation-info, compilation-line-number, compilation-column-number):
5920 Change group from `font-lock-highlighting-faces' to `compilation'.
5921
5922 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5923 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
5924 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
5925 (vhdl-font-lock-reserved-words-face)
5926 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
5927 `font-lock-highlighting-faces'.
5928
5929 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
5930
5931 2005-09-28 Kim F. Storm <storm@cua.dk>
5932
5933 * emulation/cua-base.el: Set CUA move property on additional commands:
5934 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
5935 forward-sexp, backward-sexp, forward-list, backward-list.
5936
5937 2005-09-28 Romain Francoise <romain@orebokech.com>
5938
5939 * comint.el (comint-show-output): Really set point at the
5940 beginning of the output when not using `comint-use-prompt-regexp'.
5941
5942 2005-09-27 Jay Belanger <belanger@truman.edu>
5943
5944 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
5945 in TeX mode.
5946
5947 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
5948
5949 * textmodes/org.el (org-table-sum): Fix format string.
5950
5951 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
5952 Quote face names.
5953
5954 2005-09-26 Romain Francoise <romain@orebokech.com>
5955
5956 * isearch.el (isearch-forward-regexp): Close doc string.
5957
5958 2005-09-25 Richard M. Stallman <rms@gnu.org>
5959
5960 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
5961
5962 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
5963
5964 * progmodes/compile.el (compilation-error-properties):
5965 When getting the file from the previous error message,
5966 correctly decode the new data format.
5967
5968 * progmodes/cc-cmds.el (c-electric-paren):
5969 Call old-blink-paren only for close-paren.
5970
5971 2005-09-24 Andreas Schwab <schwab@suse.de>
5972
5973 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
5974 condition.
5975
5976 2005-09-25 Romain Francoise <romain@orebokech.com>
5977
5978 * dired-aux.el (dired-copy-file-recursive):
5979 * dired.el (dired-delete-file):
5980 * ediff-mult.el (ediff-dir-diff-copy-file):
5981 * ediff-util.el (ediff-test-save-region):
5982 * forms.el (forms-mode):
5983 * ido.el (ido-file-internal, ido-delete-file-at-head):
5984 * log-edit.el (log-edit-done):
5985 * ses.el (ses-yank-resize):
5986 * play/gomoku.el (gomoku-human-plays, gomoku)
5987 (gomoku-human-resigns, gomoku-prompt-for-other-game)
5988 (gomoku-offer-a-draw):
5989 * play/landmark.el (lm-human-resigns, lm):
5990 * net/eudcb-ldap.el (eudc-ldap-check-base):
5991 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
5992 * progmodes/ebrowse.el (ebrowse-find-pattern):
5993 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
5994 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
5995 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
5996
5997 * vc.el (vc-delete-file):
5998 * play/gomoku.el (gomoku-terminate-game, gomoku)
5999 (gomoku-prompt-for-move, gomoku-human-takes-back):
6000 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6001 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6002
6003 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6004
6005 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6006 color rxvt terminals by using the code xterm.el used to use before
6007 2005-04-09 in order to match the colors used by rxvt.
6008
6009 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6010
6011 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6012 colors rxvt-unicode terminals by using the same code as xterm.el.
6013
6014 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * textmodes/tex-mode.el (tex-font-lock-append-prop)
6017 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6018 new symbol used for the tex-verbatim face.
6019
6020 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6021
6022 * woman.el (woman-file-name):
6023 * wid-edit.el (widget-file-prompt-value)
6024 (widget-coding-system-prompt-value):
6025 * w32-fns.el (set-w32-system-coding-system):
6026 * vc.el (vc-version-diff, vc-annotate):
6027 * textmodes/reftex-auc.el (reftex-arg-cite)
6028 (reftex-arg-index-tag):
6029 * textmodes/refer.el (refer-get-bib-files):
6030 * textmodes/artist.el (artist-figlet-choose-font):
6031 * terminal.el (terminal-emulator):
6032 * replace.el (occur-read-primary-args):
6033 * rect.el (string-rectangle, string-insert-rectangle):
6034 * ps-print.el (ps-print-preprint):
6035 * progmodes/pascal.el (pascal-goto-defun):
6036 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6037 * progmodes/compile.el (compilation-find-file):
6038 * printing.el (pr-interactive-n-up):
6039 * play/animate.el (animate-birthday-present):
6040 * net/rcompile.el (remote-compile):
6041 * man.el (man, Man-goto-section, Man-follow-manual-reference):
6042 * mail/rmailsum.el (rmail-summary-search-backward)
6043 (rmail-summary-search):
6044 * mail/rmailout.el (rmail-output-read-rmail-file-name)
6045 (rmail-output-read-file-name):
6046 * mail/rmail.el (rmail-search, rmail-search-backwards):
6047 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6048 * locate.el (locate):
6049 * international/quail.el (quail-show-keyboard-layout):
6050 * international/mule.el (set-buffer-file-coding-system)
6051 (revert-buffer-with-coding-system, set-file-name-coding-system)
6052 (set-terminal-coding-system, set-keyboard-coding-system)
6053 (set-next-selection-coding-system):
6054 * international/mule-diag.el (describe-coding-system)
6055 (describe-font, describe-fontset):
6056 * international/mule-cmds.el (universal-coding-system-argument)
6057 (search-unencodable-char, describe-input-method)
6058 (set-language-environment, describe-language-environment):
6059 * international/codepage.el (codepage-setup):
6060 * international/code-pages.el (codepage-setup):
6061 * info.el (Info-search, Info-follow-reference)
6062 (Info-search-backward):
6063 * emacs-lisp/advice.el (ad-read-advised-function)
6064 (ad-read-advice-class, ad-clear-cache, ad-activate)
6065 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6066 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6067 (ad-read-regexp):
6068 * ediff-util.el (ediff-toggle-regexp-match):
6069 * ediff-ptch.el (ediff-prompt-for-patch-file):
6070 * dired-aux.el (dired-diff):
6071 * diff.el (diff):
6072 * cus-edit.el (custom-variable-prompt):
6073 * calendar/timeclock.el (timeclock-ask-for-project):
6074 * calc/calcalg3.el (calc-get-fit-variables):
6075 * calc/calc-store.el (calc-edit-variable)
6076 (calc-permanent-variable):
6077 * vc-mcvs.el (vc-mcvs-register):
6078 * shadowfile.el (shadow-define-literal-group):
6079 * woman.el (woman-file-name):
6080 * vc.el (vc-version-diff, vc-merge):
6081 * textmodes/reftex-index.el (reftex-index-complete-tag):
6082 * format.el (format-decode-buffer, format-decode-region):
6083 * emulation/viper-cmd.el (viper-read-string-with-history):
6084 * emacs-lisp/debug.el (cancel-debug-on-entry):
6085 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6086 * ediff.el (ediff-merge-revisions)
6087 (ediff-merge-revisions-with-ancestor, ediff-revision):
6088 * completion.el (interactive-completion-string-reader):
6089 * calc/calc-prog.el (calc-user-define-formula):
6090 Follow convention for reading with the minibuffer.
6091
6092 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
6093
6094 * progmodes/python.el (python-describe-symbol): Add globals() and
6095 locals() to the arguments of emacs.ehelp.
6096
6097 2005-09-24 Magnus Henoch <mange@freemail.hu>
6098
6099 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6100 New function, code extracted from ispell-valid-dictionary-list.
6101 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6102 Call it.
6103
6104 2005-09-24 Eli Zaretskii <eliz@gnu.org>
6105
6106 * subr.el (version-regexp-alist): Extend valid syntax for version
6107 strings: allow any of the characters -,_,+ to separate the
6108 alpha/beta/rc part from the version part. Doc fix.
6109 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
6110
6111 2005-09-23 David Reitter <david.reitter@gmail.com>
6112
6113 * mail/mailclient.el: New file.
6114
6115 2005-09-23 Richard M. Stallman <rms@gnu.org>
6116
6117 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6118 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6119 Doc fixes.
6120
6121 * progmodes/cc-mode.el (c-font-lock-init):
6122 Specify font-lock-lines-before.
6123
6124 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6125
6126 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6127 whole conflict.
6128
6129 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
6130
6131 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6132 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
6133 of `remap' feature when available. Additional key bindings for
6134 better tty support.
6135 (org-mode-restart, org-force-self-insert): New commands.
6136 (org-time-stamp-inactive): New command.
6137 (org-remap): New function.
6138 (org-table-auto-blank-field, org-level-color-stars-only): New options.
6139 (org-enable-fixed-width-editor): Move to `org-structure'
6140 customization group.
6141 (org-self-insert-command, orgtbl-self-insert-command): Modify to
6142 blank field after field motion commands.
6143
6144 2005-09-23 Kenichi Handa <handa@m17n.org>
6145
6146 * international/mule-cmds.el (set-language-environment):
6147 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6148 have to call utf-translate-cjk-load-tables.
6149
6150 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 * mouse.el (mouse-move-drag-overlay): Fix last change.
6153
6154 2005-09-22 David Ponce <david@dponce.com>
6155
6156 * tree-widget.el (tree-widget-value-create): Fix previous change.
6157
6158 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6159
6160 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6161
6162 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * mouse.el (mouse-move-drag-overlay): New function.
6165 (mouse-drag-region-1): Use it.
6166 Try to simplify a bit the state handling. Handle clicks on links
6167 inside intangible areas.
6168 (mouse-save-then-kill): Minor simplification.
6169 (mouse-secondary-overlay): Make it always non-nil instead of
6170 recreating it each time.
6171 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6172 (mouse-kill-secondary, mouse-secondary-save-then-kill):
6173 Simplify accordingly.
6174
6175 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6178
6179 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
6180
6181 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6182 (ediff-file-name-sans-prefix): Treat nil as an empty string.
6183 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6184 to patch.
6185
6186 * ediff-util.el: Use insert-buffer-substring.
6187
6188 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6189
6190 * emulation/viper-cmd.el (viper-change-state): Don't move over the
6191 field boundaries in the minibuffer.
6192 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6193 (viper-minibuffer-post-command-hook): New hook.
6194 (viper-line): Don't move cursor at bolp.
6195
6196 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6197
6198 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6199 avoid compiler warnings.
6200
6201 * emulation/viper-macs.el (ex-map): Better messages.
6202
6203 * emulation/viper-utils.el (viper-beginning-of-field): New function.
6204
6205 * emulation/viper.el: Replace make-variable-buffer-local with
6206 viper-make-variable-buffer-local everywhere, to avoid warnings.
6207
6208 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6209
6210 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6211 Delete unused var `old-selected-window'.
6212 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6213 (mouse-drag-secondary): Delete unused var `start-frame'.
6214
6215 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6216
6217 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6218
6219 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6222 Re-indent within 80 columns. Use inhibit-read-only.
6223
6224 2005-09-19 Romain Francoise <romain@orebokech.com>
6225
6226 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6227
6228 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * font-lock.el (font-lock-default-fontify-region): Don't add a line
6231 unconditionally, since the after-change-function already did it.
6232
6233 2005-09-19 Miles Bader <miles@gnu.org>
6234
6235 * net/newsticker.el: Get rid of CVS keyword.
6236
6237 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
6238
6239 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6240 The prompt is formatted later.
6241
6242 2005-09-19 David Ponce <david@dponce.com>
6243
6244 * tree-widget.el (tree-widget-value-create): Save the converted
6245 tree :node widget.
6246
6247 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
6248
6249 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
6250 variable `message'.
6251
6252 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
6253
6254 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
6255 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
6256 <slawomir.nowaczyk.847@student.lu.se>.
6257
6258 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
6259
6260 * image.el (image-load-path): Use symbol `data-directory' instead
6261 of its value, for backward compatibility with packages that bind
6262 it during `find-image'. Suggested by Katsumi Yamaoka.
6263 (image-search-load-path): Handle symbols whose values are strings.
6264
6265 2005-09-18 Romain Francoise <romain@orebokech.com>
6266
6267 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
6268 with-current-buffer form in save-excursion.
6269
6270 2005-09-18 D Goel <deego@gnufans.org>
6271
6272 * apropos.el (apropos-command): Fix `message' call: first arg
6273 should be a format spec. In this and all other cases that appear
6274 below and elsewhere in the source code, I made a change only when
6275 two conditions were satisfied: [1] I can think of a possibility
6276 that the arguments would cause an error, for example, the code in
6277 question relies on external variables such as filenames. [2] I
6278 was sure that the arg to `message' could not have been nil in the code.
6279
6280 * textmodes/tildify.el (tildify-region): Ditto.
6281
6282 * textmodes/reftex-index.el (reftex-index-change-entry)
6283 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
6284 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
6285 * textmodes/org.el (org-complete, org-deadline, org-schedule)
6286 (org-priority, org-table-sum):
6287 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
6288 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
6289 (flyspell-word, flyspell-display-next-corrections):
6290 * textmodes/bibtex.el (bibtex-print-help-message):
6291 * textmodes/artist.el (artist-key-set-point-poly):
6292 * term/mac-win.el (mac-services-insert-text):
6293 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6294 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6295 (vhdl-port-paste-testbench, vhdl-compose-new-component)
6296 (vhdl-compose-configuration):
6297 * progmodes/sh-script.el (sh-blink, sh-show-indent)
6298 (sh-set-indent, sh-learn-line-indent):
6299 * progmodes/ps-mode.el (ps-mode-target-column):
6300 * progmodes/idlwave.el (idlwave-make-tags)
6301 (idlwave-scan-library-catalogs):
6302 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6303 * progmodes/gud.el (gud-jdb-analyze-source):
6304 * progmodes/flymake.el (flymake-log):
6305 * progmodes/ebnf2ps.el (ebnf-generate-region):
6306 * progmodes/cmacexp.el (c-macro-expansion):
6307 * progmodes/ada-xref.el (ada-treat-cmd-string):
6308 * progmodes/ada-mode.el (ada-create-case-exception-substring)
6309 (ada-justified-indent-current, ada-batch-reformat):
6310 * play/zone.el (zone):
6311 * play/landmark.el (lm-move):
6312 * play/decipher.el (decipher-show-alphabet):
6313 * net/newsticker.el (newsticker--display-jump)
6314 (newsticker--display-scroll):
6315 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6316 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6317 * mail/feedmail.el (feedmail-dump-message-to-queue):
6318 * eshell/esh-proc.el (eshell-remove-process-entry):
6319 * emulation/ws-mode.el (ws-last-error):
6320 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6321 (viper-record-kbd-macro):
6322 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6323 * emacs-lisp/lisp-mnt.el (lm-report-bug):
6324 * emacs-lisp/find-func.el (find-function-noselect):
6325 * calendar/timeclock.el (timeclock-status-string)
6326 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6327 (timeclock-when-to-leave-string):
6328 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6329 * calc/calc-units.el (calc-enter-units-table):
6330 * calc/calc-mode.el (calc-mode-record-mode):
6331 * woman.el (woman-mini-help):
6332 * wdired.el (wdired-change-to-wdired-mode):
6333 * vc.el (vc-retrieve-snapshot):
6334 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6335 * startup.el (display-startup-echo-area-message):
6336 * simple.el (set-goal-column):
6337 * ses.el (ses-command-hook, ses-recalculate-cell):
6338 * server.el (server-process-filter):
6339 * printing.el (pr-interface-txt-print, pr-interface-printify)
6340 (pr-interface-ps):
6341 * pcvs.el (cvs-help):
6342 * log-edit.el (log-edit, log-edit-mode-help):
6343 * iswitchb.el (iswitchb-possible-new-buffer):
6344 * isearch.el (isearch-edit-string):
6345 * image-mode.el (image-mode, image-minor-mode):
6346 * ibuf-macs.el (define-ibuffer-filter):
6347 * hi-lock.el (hi-lock-find-patterns):
6348 * files.el (toggle-read-only):
6349 * ediff-util.el (ediff-copy-diff)
6350 (ediff-write-merge-buffer-and-maybe-kill):
6351 * echistory.el (Electric-history-undefined):
6352 * dnd.el (dnd-insert-text):
6353 * dired-aux.el (dired-query):
6354 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6355 * bookmark.el (bookmark-bmenu-locate):
6356 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6357 Fix `message' calls to ensure first arg is a format string.
6358 The change was made only when these two conditions were satisfied:
6359 [1] when there is a possibility that the arguments would cause an error
6360 for example, if the code in question relies on external variables
6361 such as filenames, and
6362 [2] if the arg to `message' could not have been nil in the code.
6363
6364 * pcomplete.el (pcomplete--help): Fix `message' format spec.
6365 Not having a %s would be weird, though not technically wrong.
6366
6367 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6368
6369 * term/mac-win.el (mac-add-charset-info): Doc fix.
6370
6371 2005-09-17 Romain Francoise <romain@orebokech.com>
6372
6373 * shell.el (shell-resync-dirs): Handle echoing processes more
6374 reliably. Don't insert resync command if `comint-process-echoes'
6375 is non-nil.
6376
6377 2005-09-17 Magnus Henoch <mange@freemail.hu>
6378
6379 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6380 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6381 aspell versions >= 0.60.
6382 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6383 only if ispell-aspell-supports-utf8 is non-nil.
6384
6385 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6386
6387 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6388 buffer-local value to lisp-indent-function.
6389
6390 2005-09-17 Milan Zamazal <pdm@zamazal.org>
6391
6392 * progmodes/glasses.el (glasses-make-readable): If
6393 glasses-separator differs from underscore, put appropriate
6394 overlays over underscore characters.
6395 (glasses-convert-to-unreadable): If glasses-separator differs from
6396 underscore, try to convert glasses-separator characters to
6397 underscores.
6398
6399 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6402 Use with-syntax-table and dolist.
6403
6404 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
6405
6406 * textmodes/reftex-auc.el:
6407 * textmodes/reftex-cite.el:
6408 * textmodes/reftex-dcr.el:
6409 * textmodes/reftex-global.el:
6410 * textmodes/reftex-parse.el:
6411 * textmodes/reftex-ref.el:
6412 * textmodes/reftex-sel.el:
6413 * textmodes/reftex-toc.el:
6414 * textmodes/reftex-vars.el:
6415 * textmodes/reftex.el: Small changes to remove compiler warnings.
6416
6417 * textmodes/reftex-index.el: Likewise.
6418 (reftex-query-index-phrase): More efficient use of markers.
6419
6420 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * image.el (image-load-path): New variable.
6423 (image-search-load-path): New function.
6424 (find-image): Search for images in `image-load-path'.
6425
6426 2005-09-15 Richard M. Stallman <rms@gnu.org>
6427
6428 * follow.el: Change Maintainer field.
6429
6430 2005-09-15 David Ponce <david@dponce.com>
6431
6432 * recentf.el (recentf-save-file-modes): New option.
6433 (recentf-save-list): Use it.
6434
6435 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
6436
6437 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6438 (mode-line-mule-info, mode-line-modified): Move bindings from
6439 mouse-3 to mouse-1.
6440
6441 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * simple.el (sendmail-user-agent-compose): Revert last change.
6444
6445 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6448 Use with-current-buffer.
6449 (ange-ftp-gwp-start): Remove unused var `gw-user'.
6450 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6451 (ange-ftp-insert-directory): Remove unused var `short'.
6452 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6453
6454 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6455 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6456
6457 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6458 (check-calendar-holidays, diary-list-entries): Autoload.
6459 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6460 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6461
6462 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6463 which mistakenly removed a call to display-buffer.
6464
6465 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
6466
6467 * obsolete/iso-insert.el: Move to obsolete/ from international/.
6468
6469 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
6470
6471 * progmodes/hideshow.el
6472 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6473 (hs-allow-nesting): New user var.
6474 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6475 (hs-hide-block-at-point): When nesting allowed,
6476 if there is already an overlay in place, delete it.
6477 (hs-safety-is-job-n): Delete func; remove call sites.
6478 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6479 (hs-overlay-at): New func.
6480 (hs-already-hidden-p, hs-show-block): Use it.
6481 (hs-hide-all): Don't pre-clean if nesting allowed.
6482 (hs-show-all): Temporarily disallow
6483 nesting around call to `hs-discard-overlays'.
6484
6485 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
6486
6487 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6488 Delete unused local var.
6489
6490 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
6491
6492 * help-fns.el (describe-categories): "?\ " -> "?\s".
6493 (help-do-arg-highlight): Recognize also ARG-n, as in
6494 `move-to-left-margin' (ARG+n is already recognized). Simplify.
6495
6496 * international/codepage.el (dos-unsupported-char-glyph):
6497 * net/newsticker.el (tool-bar-map, w3-mode-map)
6498 (w3m-minor-mode-map):
6499 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6500 (ent-alist):
6501 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6502
6503 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * custom.el (custom-push-theme): Handle the case where a symbol is
6506 bound but face properties have not yet been assigned.
6507
6508 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6509 Fix behavior if noerase is `t' and there is no mail buffer.
6510
6511 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6512 if `continue' is nil, rather than signal an error.
6513
6514 2005-09-12 Richard M. Stallman <rms@gnu.org>
6515
6516 * font-lock.el (font-lock-keywords): Add autoload.
6517
6518 * help-fns.el (describe-variable): Rearrange to put source link
6519 in a predictable place.
6520
6521 * net/newsticker.el: New file.
6522
6523 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * calendar/calendar.el (calendar-for-loop): Add edebug info.
6526 (calendar-basic-setup): Use the new nil arg.
6527 (number-of-diary-entries): Move to diary-lib.el.
6528
6529 * calendar/diary-lib.el: Use with-current-buffer, match-string.
6530 (diary-list-entries): Use with-syntax-table and dolist.
6531 Rename from list-diary-entries.
6532 Use number-of-diary-entries if `number' is nil.
6533 (diary, diary-view-entries): Use this new name and new nil arg value.
6534 (number-of-diary-entries): Move from calendar.el.
6535 (diary-unhide-everything): New function.
6536 (include-other-diary-files, fancy-diary-display)
6537 (diary-show-all-entries, make-diary-entry): Use it.
6538 (diary-mail-entries): Use buffer-string.
6539 (mark-diary-entries): Fix long standing paren typo.
6540 (diary-sexp-entry): Use count-lines.
6541 (make-diary-entry): Avoid `previous-line'.
6542 (diary-mode-map): New var.
6543 (diary-mode): Redraw cal after saving. Setup header-line.
6544 (fancy-diary-display-mode): Use local-set-key.
6545
6546 * startup.el (command-line): Try calling various terminal-init-foo-bar
6547 functions by stripping hyphenated suffixes from $TERM.
6548
6549 * files.el (normal-mode): Check boundness of font-lock-keywords.
6550
6551 2005-09-12 Richard M. Stallman <rms@gnu.org>
6552
6553 * progmodes/compile.el: Don't decide a file's directory
6554 until the user actually tries to go there.
6555 (compilation-next-error-function):
6556 Pass compilation-find-file the directory from the file-struct.
6557 (compilation-internal-error-properties): Separate local FILE-STRUCT
6558 from FILE. Doc the args better. Rename arg FMT to FMTS.
6559 (compilation-find-file): Arg DIR renamed to DIRECTORY.
6560 Expand it, and if nil, use default-directory.
6561 (compilation-get-file-structure): Don't mix specified directory
6562 with default directory. Put specified directory into
6563 file-struct. Don't make the file name absolute.
6564
6565 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6566 (compile-command): Add autoload.
6567 (compilation-disable-input): Add autoload.
6568
6569 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
6570
6571 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6572 strings of the variables it can override.
6573 (time-stamp): New (as yet undocumented) time-stamp-format escapes
6574 %Q and %q, for fully-qualified domain name and unqualified host name.
6575
6576 2005-09-11 Kim F. Storm <storm@cua.dk>
6577
6578 * emacs-lisp/authors.el (authors-aliases): Update list.
6579 (authors-fixed-entries): Update mldrag.el entry.
6580
6581 2005-09-10 Alan Mackenzie <acm@muc.de>
6582
6583 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6584 from the region narrowed to.
6585
6586 2005-09-10 Magnus Henoch <mange@freemail.hu>
6587
6588 * textmodes/ispell.el (ispell-check-version): Signal an error if
6589 aspell version is less than 0.60.
6590
6591 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
6592
6593 * progmodes/octave-inf.el (inferior-octave-startup):
6594 Resync current dir at the end.
6595
6596 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
6597
6598 * woman.el (woman-topic-at-point-default):
6599 Rename to woman-use-topic-at-point-default.
6600 (woman-topic-at-point): Rename to woman-use-topic-at-point.
6601 (woman-file-name): Reflect renames above. Automatically use the
6602 word at point as topic if woman-use-topic-at-point is non-nil.
6603 Otherwise offer it as default but don't insert it in the
6604 minibuffer. Also use `test-completion' instead of `assoc' as
6605 suggested by Stefan Monnier.
6606
6607 2005-09-10 Andre Spiegel <spiegel@gnu.org>
6608
6609 * vc.el (vc-directory, vc-update-change-log): Throw an error on
6610 the attempt to do it over Tramp. This is not yet supported.
6611
6612 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6613
6614 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6615 (menu-bar-non-minibuffer-window-p): New functions.
6616 ("Split Window", "Save As..."): Use them.
6617 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6618 ("Print Buffer", "Truncate Long Lines in this Buffer"):
6619 Use menu-bar-menu-frame-live-and-visible-p.
6620 ("Save Buffer", "Insert File", "Open Directory...")
6621 ("Open File...", "Visit New File..."):
6622 Use menu-bar-non-minibuffer-window-p.
6623 (kill-this-buffer-enabled-p, dired <menu-enable>):
6624 Use menu-bar-non-minibuffer-window-p.
6625
6626 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6627
6628 * cus-start.el (all): Don't complain about fringe-related
6629 built-ins if fringes are not supported. Ditto about
6630 selection-related built-ins. Fix the test for GTK-related built-ins.
6631
6632 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6633 ("Postscript Print Buffer", "Print Region", "Save As...")
6634 ("Save", "Insert File...", "Open Directory...")
6635 ("Open File...", "Visit New File..."")
6636 ("Truncate Long Lines in this Buffer"): Don't look at
6637 menu-updating-frame if this display does not support multiple frames.
6638
6639 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6640
6641 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6642
6643 2005-09-09 Emilio Lopes <eclig@gmx.net>
6644
6645 * woman.el: Format- and whitespace-related changes.
6646
6647 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6648
6649 * woman.el: Fix my email address.
6650
6651 2005-09-08 Richard M. Stallman <rms@gnu.org>
6652
6653 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6654 (sh-mode): Locally set skeleton-pair-default-alist.
6655
6656 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6657
6658 * progmodes/flymake.el: Require `compile' unconditionally.
6659
6660 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6661
6662 * woman.el (woman-file-name): Provide a default, not initial input.
6663
6664 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6665
6666 * font-lock.el (font-lock-support-mode): Doc fix.
6667
6668 * descr-text.el (describe-property-list): Handle non-symbol prop names.
6669
6670 2005-09-08 Richard M. Stallman <rms@gnu.org>
6671
6672 * simple.el (blink-matching-open): Get rid of text props from
6673 the string shown in echo area. Don't permanently set point.
6674 Some rearrangements.
6675
6676 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
6677
6678 * recentf.el (recentf-filename-handler): Add custom choice
6679 `abbreviate-file-name'.
6680
6681 * msb.el (msb--very-many-menus): Fix typo.
6682
6683 * disp-table.el (standard-display-european): Don't set
6684 enable-multibyte-characters to nil.
6685
6686 2005-09-08 David Ponce <david@dponce.com>
6687
6688 * recentf.el (recentf-show-file-shortcuts-flag): New option.
6689 (recentf-expand-file-name): Doc fix.
6690 (recentf-dialog-mode-map): Define digit shortcuts.
6691 (recentf--files-with-key): New variable.
6692 (recentf-show-digit-shortcut-filter): New function.
6693 (recentf-open-files-items): New function.
6694 (recentf-open-files): Use it.
6695 (recentf-open-file-with-key): New command.
6696
6697 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * buff-menu.el (Buffer-menu-sort-by-column): New function.
6700 Suggested by Kim F. Storm.
6701 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6702 (Buffer-menu-make-sort-button): Use global keymap.
6703
6704 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
6705
6706 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6707 (Man-getpage-in-background-advice): Remove defadvice; it isn't
6708 necessary any longer with the remapped command.
6709 (Man-bgproc-sentinel-advice): Remove defadvice which counts
6710 formatting time only.
6711
6712 * net/tramp.el (tramp-action-password)
6713 (tramp-multi-action-password): Compile the password prompt from
6714 `method', `user' and `host'. Sometimes it isn't obvious which
6715 password to enter, for example with remote files offered by
6716 recentf.el, or with multiple steps. Suggested by Robert Marshall
6717 <robert@chezmarshall.freeserve.co.uk>.
6718
6719 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6722 Fix regexp for when "s///" is at the beginning of line.
6723
6724 2005-09-07 Jay Belanger <belanger@truman.edu>
6725
6726 * calc/calc-poly.el (math-expand-term): Multiply out any powers
6727 when in matrix mode.
6728
6729 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6732 non-anonymous functions.
6733
6734 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
6735
6736 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6737 when using a header line. Otherwise, use mouse-1-click-follows-link.
6738
6739 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6740 can't be moved; don't signal an error.
6741
6742 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * cus-theme.el (custom-theme-write-faces): Save the current face
6745 spec, not the defface spec.
6746
6747 * custom.el (custom-known-themes): Clarify meaning of "standard".
6748 (custom-push-theme): Save old values in the standard theme.
6749 (disable-theme): Correct typo.
6750 (custom-face-theme-value) Deleted unused function.
6751 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6752
6753 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * progmodes/compile.el (compilation-goto-locus): Take into account
6756 iconified frames when determining whether the buffer is
6757 already visible.
6758 Don't reset window height if the window already existed.
6759
6760 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
6761
6762 * custom.el (load-theme): Rename from require-theme.
6763 Add interactive spec.
6764 (enable-theme): Rename from custom-enable-theme.
6765 Add interactive spec.
6766 (disable-theme): Rename from custom-disable-theme.
6767 Add interactive spec.
6768 (custom-make-theme-feature): Doc fix.
6769 (custom-theme-directory): Doc fix.
6770 (provide-theme): Call enable-theme.
6771
6772 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * obsolete/lazy-lock.el (lazy-lock-mode):
6775 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6776 font-lock-mode if it's off. Print a warning instead.
6777
6778 * progmodes/compile.el (compilation-start): Ignore errors if the
6779 process died before we get to send-eof.
6780
6781 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6782 Undo last change. Enclosing the result in quotes broke things on Unix
6783 since tex-send-command passes it through shell-quote-argument.
6784 (tex-send-command): Pass `file' through convert-standard-filename
6785 when possible.
6786 (tex-uptodate-p): Handle the case where TeX hasn't put additional
6787 info in a transcript.
6788
6789 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6790
6791 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6792 fix compilation warning. Reorder the key definitions to group
6793 together keys emitted by the current version of xterm.
6794
6795 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6796 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6797 Reorder predicates to correct min-color usage.
6798
6799 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
6800
6801 * longlines.el (longlines-mode): Inhibit read-only when encoding.
6802 Kill local variables when longlines-mode is turned off.
6803
6804 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6807
6808 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6809
6810 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6811
6812 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6813 (font-lock-lines-before): Change default to being inactive.
6814 (font-lock-default-fontify-region): Obey font-lock-lines-before.
6815 (font-lock-after-change-function): Don't handle f-l-lines-before here.
6816
6817 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * net/tramp.el (tramp-handle-make-auto-save-file-name):
6820 Deactivate temporarily advice if active (not needed for Emacs 22,
6821 but for backwards compatibility).
6822 (tramp-exists-file-name-handler): Rewrite. First implementation
6823 was too simple.
6824 (tramp-advice-make-auto-save-file-name):
6825 Call `tramp-handle-make-auto-save-file-name' (again, just for
6826 backwards compatibility).
6827
6828 2005-08-31 Reto Zimmermann <reto@gnu.org>
6829
6830 * progmodes/vhdl-mode.el
6831 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6832 (vhdl-end-p): Fix indentation bug "else" after "-- when".
6833 (vhdl-set-default-project): New function (easier setting of default).
6834 (vhdl-port-copy): Handle extended identifiers for generics.
6835 (vhdl-compiler-alist): Better description for error message regexp.
6836 (vhdl-make): Query for target, use previous as default.
6837 (vhdl-port-copy): Fix port copy for port names starting with "signal".
6838 (vhdl-font-lock-keywords-2): Fix fontification for record
6839 el. assign.
6840 (vhdl-speedbar-make-subpack-line): Add package body link.
6841 (vhdl-generate-makefile-1): Not include itself as dependency.
6842 (vhdl-font-lock-init): Highlight c-preprocessor directives.
6843 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
6844 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
6845 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
6846 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
6847 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
6848 (vhdl-import-project): Add string argument for `error'.
6849 (vhdl-compose-configuration)
6850 (vhdl-compose-configuration-architecture): Add configuration
6851 declaration generation.
6852 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
6853 (vhdl-trailer-re): Add "record" keyword (better indentation).
6854 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
6855 "[^ \t-\"]+".
6856 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
6857 (vhdl-testbench-entity-file-name)
6858 (vhdl-testbench-architecture-file-name): Allow separate
6859 customization of testbench file names.
6860 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
6861 (vhdl-get-visible-signals): Allow newline within alias declaration.
6862 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
6863 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
6864 (member-ignore-case): Alias for missing function in XEmacs.
6865 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
6866 (vhdl-update-sensitivity-list): Ignore case on read signals.
6867 (vhdl-replace-string): Adjust case only for file names.
6868 (vhdl-update-sensitivity-list): Fix search for read signals.
6869 (vhdl-update-sensitivity-list): Exclude formal parameters.
6870 (vhdl-get-visible-signals): Include aliases of signals.
6871 (vhdl-get-visible-signals): Fix signal name searching.
6872 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
6873 (vhdl-fixup-whitespace-region): Fix for character
6874 literals (e.g. ':').
6875
6876 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6877
6878 * ansi-color.el (comint-last-output-start):
6879 * bs.el (font-lock-verbose):
6880 * diff-mode.el (add-log-buffer-file-name-function):
6881 * dired-x.el (vm-folder-directory):
6882 * faces.el (help-xref-stack-item):
6883 * files.el (font-lock-keywords):
6884 * find-lisp.el (dired-buffers, dired-subdir-alist):
6885 * ido.el (cua-inhibit-cua-keys):
6886 * log-view.el (cvs-minor-wrap-function):
6887 * outline.el (font-lock-warning-face):
6888 * simple.el (compilation-current-error):
6889 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
6890 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
6891 * tooltip.el (comint-prompt-regexp):
6892 * w32-fns.el (explicit-shell-file-name):
6893 * term/mac-win.el (mac-charset-info-alist)
6894 (mac-services-selection, mac-system-script-code):
6895 * term/tty-colors.el (msdos-color-values):
6896 * term/w32-win.el (xlfd-regexp-registry-subnum):
6897 * term/x-win.el (x-keysym-table, x-selection-timeout)
6898 (x-session-id, x-session-previous-id):
6899 * textmodes/ispell.el (mail-yank-prefix):
6900 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
6901 * textmodes/org.el (calc-embedded-close-formula)
6902 (calc-embedded-open-formula)
6903 (font-lock-unfontify-region-function):
6904 * textmodes/reftex-global.el (isearch-next-buffer-function)
6905 (TeX-master):
6906 * textmodes/reftex.el (font-lock-keywords):
6907 * textmodes/tex-mode.el (font-lock-comment-face)
6908 (font-lock-doc-face):
6909 * textmodes/texinfo.el (outline-heading-alist):
6910 Add defvars.
6911
6912 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
6913 (artist-spray-chars, artist-mode-init, artist-replace-string)
6914 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
6915 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
6916 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
6917
6918 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
6919 (conf-align-assignments): "?\ " -> "?\s".
6920
6921 * textmodes/reftex-index.el (TeX-master): Add defvar.
6922 (reftex-index-phrases-marker): Move up defvar.
6923
6924 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
6925 (reftex-toc-include-labels-indicator)
6926 (reftex-toc-include-index-indicator)
6927 (reftex-toc-max-level-indicator): Move up declarations.
6928
6929 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
6930 of args to `tramp-run-real-handler', even if it's empty in this case.
6931
6932 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6933
6934 * dired.el (dired-move-to-filename-regexp): Add date format for
6935 Mac OS X 10.3 in East Asian locales.
6936
6937 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6938
6939 * files.el (make-auto-save-file-name): Add file name handler call
6940 if applicable.
6941
6942 * net/tramp.el (tramp-file-name-handler-alist)
6943 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
6944 (tramp-handle-make-auto-save-file-name): Rename from
6945 `tramp-make-auto-save-file-name'.
6946 (tramp-exists-file-name-handler): New defun.
6947 (tramp-advice-make-auto-save-file-name): Make defadvice only when
6948 `make-auto-save-file-name' is not a magic file name operation.
6949
6950 2005-08-30 Richard M. Stallman <rms@gnu.org>
6951
6952 * files.el (risky-local-variable-p):
6953 Match `-predicates' and `-commands.
6954
6955 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
6956 (custom-save-all): Visit the file if necessary;
6957 kill the buffer if we created it.
6958 (custom-save-delete): Don't visit file or kill buffer here.
6959
6960 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
6961
6962 * textmodes/org.el (org-special-keyword): New face.
6963 (org-table-copy-down, org-table-eval-formula)
6964 (org-table-recalculate, org-init-section-numbers):
6965 Use `string-to-number' instead of `string-to-int'.
6966 (org-get-location): Use `insert-buffer-substring' instead of
6967 `insert-buffer'.
6968 (org-modify-diary-entry-string): New function.
6969 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
6970 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
6971 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
6972 active region.
6973 (org-export-as-html): Handle QUOTE keyword.
6974 (org-quote-string): New option.
6975 (org-bookmark-jump-unhide): New function, used for
6976 `bookmark-after-jump-hook'.
6977 (org-diary-default-entry): Apply only when not called through
6978 `org-agenda'.
6979
6980 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
6981
6982 * net/eudc.el (mode-popup-menu):
6983 * play/handwrite.el (ps-printer-name, ps-lpr-command):
6984 * progmodes/ada-mode.el (compile-auto-highlight)
6985 (skeleton-further-elements):
6986 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6987 * progmodes/cmacexp.el (msdos-shells):
6988 * progmodes/compile.el (font-lock-extra-managed-props)
6989 (font-lock-keywords, font-lock-maximum-size)
6990 (font-lock-support-mode):
6991 * progmodes/grep.el (font-lock-lines-before):
6992 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
6993 * progmodes/mixal-mode.el (compile-command):
6994 * progmodes/perl-mode.el (font-lock-comment-face)
6995 (font-lock-doc-face, font-lock-string-face):
6996 * progmodes/prolog.el (comint-prompt-regexp):
6997 * progmodes/sh-script.el (font-lock-comment-face)
6998 (font-lock-set-defaults, font-lock-string-face):
6999 * progmodes/sql.el (font-lock-keyword-face)
7000 (font-lock-set-defaults, font-lock-string-face):
7001 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7002 (itimer-version, lazy-lock-defer-contextually)
7003 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7004 Add defvars.
7005
7006 * progmodes/cperl-mode.el (cperl-electric-lbrace)
7007 (cperl-electric-keyword, cperl-electric-pod)
7008 (cperl-electric-backspace, cperl-forward-re)
7009 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7010 (vc-rcs-header, vc-sccs-header): Add defvars.
7011
7012 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7013 (font-lock-syntactic-keywords, gud-find-expr-function):
7014 Add defvars.
7015
7016 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7017 (gdb-frame-parameters): Declare before use.
7018
7019 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7020 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7021 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7022 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7023
7024 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7025 (idlwave-help-with-source): Use `insert-buffer-substring', not
7026 `insert-buffer'.
7027
7028 2005-08-29 Juri Linkov <juri@jurta.org>
7029
7030 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7031 Put outline-back-to-heading function call inside save-excursion.
7032
7033 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * man.el (Man-init-defvars, Man-translate-references)
7036 (Man-support-local-filenames, Man-highlight-references):
7037 * progmodes/sql.el (sql-interactive-mode):
7038 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7039
7040 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7041 (compilation-mode-font-lock-keywords): Add defvars.
7042 (checkdoc-interactive-loop): "?\ " -> "?\s".
7043
7044 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7045 (font-lock-doc-face, font-lock-string-face)
7046 (font-lock-keywords-case-fold-search): Add defvars.
7047 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7048
7049 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7050 Don't pass X and Y (they are ignored anyway).
7051 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7052 (mouse-delete-window): Make arguments optional.
7053
7054 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7055 (caesar-translate-table, minor-modes, news-buffer-save)
7056 (news-group-name, news-minor-modes): Add defvars.
7057
7058 * emacs-lisp/lselect.el (mouse-highlight-priority)
7059 (x-lost-selection-functions, zmacs-regions):
7060 * emacs-lisp/pp.el (font-lock-verbose):
7061 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7062 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7063 (ses-mode-map):
7064 * emacs-lisp/tcover-unsafep.el (safe-functions):
7065 * international/mule-cmds.el (mac-system-coding-system)
7066 (mac-system-locale):
7067 * language/ethio-util.el (rmail-current-message)
7068 (rmail-message-vector):
7069 * language/thai-util.el (thai-auto-composition-mode):
7070 * mail/metamail.el (rmail-current-message, rmail-message-vector):
7071 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7072 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7073 (vm-primary-inbox, vm-spool-files):
7074 * mail/rmail.el (deleted-head, font-lock-fontified)
7075 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7076 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7077 (total-messages):
7078 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7079 (rmail-summary-mode-map):
7080 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7081 (rmail-last-label, rmail-last-multi-labels)
7082 (rmail-summary-vector, rmail-total-messages):
7083 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7084 * mail/rmailsum.el (msgnum):
7085 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7086 (rmail-current-message):
7087 * obsolete/fast-lock.el (font-lock-face-list):
7088 * obsolete/rnewspost.el (mail-reply-buffer):
7089 * obsolete/scribe.el (compile-command):
7090 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7091
7092 2005-08-28 John Paul Wallington <jpw@gnu.org>
7093
7094 * ibuf-ext.el (ibuffer-auto-update-changed):
7095 Use `frame-or-buffer-changed-p' to check whether we need to update.
7096 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7097 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
7098 as a `frame-or-buffer-changed-p' state vector instead.
7099
7100 2005-08-27 Romain Francoise <romain@orebokech.com>
7101
7102 * textmodes/makeinfo.el (makeinfo-compile):
7103 Use `compilation-start'. Set `next-error-function' according to
7104 `disable-errors'.
7105 (makeinfo-next-error): New function.
7106 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7107 (makeinfo-buffer): Likewise.
7108
7109 * progmodes/compile.el (compilation-start): Add autoload cookie.
7110
7111 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7112 * textmodes/sgml-mode.el: Likewise.
7113 * progmodes/python.el: Likewise.
7114
7115 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7116
7117 * simple.el (blink-matching-paren-distance): Document the meaning
7118 of nil value, and allow to customize to nil.
7119
7120 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7121 command.com, not command.exe.
7122
7123 2005-08-26 John Wiegley <johnw@newartisans.com>
7124
7125 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7126 code around a bit so that an extraneous nil argument is not added
7127 to a command when no args are given.
7128
7129 * eshell/esh-arg.el (eshell-parse-double-quote): If a
7130 double-quoted argument resolves to nil, return it as an empty
7131 string rather than as nil. This made it impossible to pass "" to
7132 a shell script as a null string argument.
7133
7134 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * outline.el (outline-invent-heading): New fun.
7137 (outline-promote, outline-demote): Use it.
7138 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7139 (outline-end-of-subtree): Remove unused var `opoint'.
7140
7141 2005-08-26 David Reitter <david.reitter@gmail.com>
7142
7143 * menu-bar.el (truncate-lines, write-file, print-buffer)
7144 (ps-print-buffer-faces, ps-print-buffer, split-window):
7145 Disable menu items when the frame they refer to is invisible, or when
7146 they refer to a buffer and the minibuffer is selected.
7147
7148 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7149
7150 * progmodes/flymake.el (flymake-highlight-err-lines):
7151 Use save-excursion around flymake-highlight-line to preserve point.
7152
7153 2005-08-26 Eli Zaretskii <eliz@gnu.org>
7154
7155 * progmodes/octave-mod.el: Change Author and Maintainer address.
7156 (octave-maintainer-address): Change Kurt's email address.
7157 * progmodes/octave-inf.el: Change Author and Maintainer address.
7158 * progmodes/octave-hlp.el: Change Author and Maintainer address.
7159
7160 2005-08-26 Kim F. Storm <storm@cua.dk>
7161
7162 * subr.el (version-list-<, version-list-<=, version-list-=):
7163 Renamed from integer-list-*.
7164 (version-list-not-zero): Likewise. Fix while loop.
7165 (version=): Use version-list-= instead of string-equal.
7166
7167 2005-08-26 Richard M. Stallman <rms@gnu.org>
7168
7169 * outline.el (outline-promote): Try shortening the heading.
7170 As last resort, read the heading to use.
7171 (outline-demote): As last resort, read the heading to use.
7172
7173 2005-08-26 Romain Francoise <romain@orebokech.com>
7174
7175 * progmodes/compile.el (compilation-start): Doc fix.
7176
7177 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7178 (antlr-font-lock-additional-keywords): Fix reference to
7179 `antlr-font-lock-literal-regexp' erroneously changed during the
7180 mass face rename.
7181 (antlr-run-tool): Use `compilation-start'.
7182
7183 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7184 instead of the obsolete `compile-internal'.
7185
7186 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7189 (number, original-date):
7190 * calendar/cal-china.el (date):
7191 * calendar/cal-coptic.el (date):
7192 * calendar/cal-french.el (date):
7193 * calendar/cal-hebrew.el (date, entry, number, original-date):
7194 * calendar/cal-islam.el (date, number, original-date):
7195 * calendar/cal-iso.el (date):
7196 * calendar/cal-julian.el (date):
7197 * calendar/cal-mayan.el (date):
7198 * calendar/cal-menu.el (date, event):
7199 * calendar/cal-persia.el (date):
7200 * calendar/lunar.el (date):
7201 * calendar/solar.el (date): Add defvars.
7202
7203 * emerge.el:
7204 * ibuffer.el:
7205 * info-xref.el:
7206 * obsolete/bg-mouse.el:
7207 * obsolete/sun-curs.el:
7208 * obsolete/swedish.el: Move the `defvar's to the top level.
7209
7210 * smerge-mode.el (smerge-refined-change): Add :group.
7211
7212 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7215 (smerge-keep-n): Remove props.
7216 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7217 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7218 now that it's done in smerge-keep-n.
7219 (smerge-refined-change): New face.
7220 (smerge-refine-chopup-region, smerge-refine-highlight-change)
7221 (smerge-refine): New funs.
7222 (smerge-basic-map): Bind smerge-refine.
7223
7224 2005-08-25 Juri Linkov <juri@jurta.org>
7225
7226 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7227 compilation-process-setup-function and compilation-disable-input
7228 in grep-mode instead of let-bindings in grep.
7229
7230 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7231 Delete "Automatic File De/compression" (auto-compression-mode).
7232
7233 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
7234
7235 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7236 Silence warning about non-existent variable.
7237
7238 2005-08-25 Richard M. Stallman <rms@gnu.org>
7239
7240 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7241 Rename "Describe Key" to "Describe Key or Mouse Operation".
7242
7243 * mail/mailalias.el (build-mail-aliases): Delete comments
7244 from the contents before processing them.
7245
7246 * isearch.el (isearch-edit-string): Erase the Search prompt
7247 if user enters an empty string and there is no default.
7248
7249 * comint.el (comint-file-name-prefix): Add autoload.
7250
7251 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
7252
7253 * subr.el (play-sound): Rearrange to avoid warning.
7254
7255 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
7256
7257 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
7258 New hook.
7259 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
7260
7261 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7262
7263 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
7264
7265 * custom.el (custom-theme-set-variables): Sort minor modes last.
7266
7267 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7268
7269 * subr.el (version-separator, version-regexp-alist): New vars used by
7270 version comparison funs.
7271 (integer-list-<, integer-list-=, integer-list-<=)
7272 (integer-list-not-zero): New funs for integer list comparison.
7273 (version-to-list, version=, version<, version<=): New funs for version
7274 comparison.
7275
7276 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
7277
7278 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
7279 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
7280 time to silence the byte-compiler.
7281
7282 * ibuffer.el (ibuffer-compile-make-eliding-form)
7283 (ibuffer-check-formats): Use `with-no-warnings' to hide references
7284 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
7285 so it's silly to get warnings for it).
7286 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
7287 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
7288 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
7289 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
7290 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
7291 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
7292 Defvar at compile time.
7293 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7294 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7295 Declare them before use.
7296
7297 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7298 (info-xref-good, info-xref-bad): Defvar at compile time.
7299
7300 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7301 Use `let*' instead of `let'.
7302
7303 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7304 (*mouse-y*, menu, char): Defvar at compile time.
7305 (sc::menu): Declare it before use.
7306 (sc::pack-one-line): Use `let', not `let*'.
7307
7308 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7309 (mail-send-hook): Defvar at compile time.
7310
7311 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7312 Defvar at compile time.
7313
7314 * term/sun-mouse.el (current-global-mousemap)
7315 (current-local-mousemap): Declare them before use.
7316
7317 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
7318
7319 * bookmark.el (bookmark-after-jump-hook): New hook.
7320 (bookmark-jump): Run `bookmark-after-jump-hook'.
7321
7322 2005-08-23 Juri Linkov <juri@jurta.org>
7323
7324 * faces.el (minibuffer-prompt): Doc fix.
7325
7326 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
7327
7328 * progmodes/xscheme.el: Trivial changes to silence warnings.
7329 (xscheme-previous-mode, xscheme-previous-process-state):
7330 Add defvars.
7331 (xscheme-last-input-end, xscheme-process-command-line)
7332 (xscheme-process-name, xscheme-buffer-name)
7333 (xscheme-expressions-ring-max, xscheme-expressions-ring)
7334 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7335 (xscheme-control-g-synchronization-p)
7336 (xscheme-control-g-disabled-p, xscheme-string-receiver)
7337 (default-xscheme-runlight, xscheme-runlight)
7338 (xscheme-runlight-string, xscheme-process-filter-state)
7339 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7340 Move to beginning of file.
7341 (scheme-interaction-mode-commands-alist)
7342 (scheme-interaction-mode-map, scheme-debugger-mode-map):
7343 Declare them before use. Note: the initialization code for the variables
7344 has not been moved because it uses functions that reference the variables.
7345 (xscheme-control-g-message-string, xscheme-process-filter-alist)
7346 (xscheme-prompt-for-expression-map): Declare them before use.
7347 (scheme-debugger-mode-commands): "?\ " -> "?\s".
7348
7349 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
7350
7351 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7352
7353 2005-08-22 Juri Linkov <juri@jurta.org>
7354
7355 * faces.el (set-face-underline): Delete this duplicate function
7356 and make an obsolete alias to set-face-underline-p.
7357 (set-face-underline-p): Use docstring of set-face-underline.
7358 (describe-face): Create hyperlink to parent face.
7359
7360 * info.el (Info-insert-dir): Use save-excursion around
7361 insert-buffer-substring.
7362 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7363 (Info-escape-percent): Delete function.
7364 (Info-fontify-node): Replace Info-escape-percent by
7365 replace-regexp-in-string with REP arg set to lambda that
7366 duplicates `%' and preserves text properties.
7367
7368 * progmodes/compile.el (compilation-disable-input): Doc fix.
7369 (define-compilation-mode): Doc fix and refill.
7370 (kill-compilation): Use `mode-name' in the error message.
7371 (compilation-find-file): Use `compilation-error' in the
7372 read-file-name's prompt.
7373
7374 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7377 (smerge-auto-leave): Make undo re-enable the mode.
7378 (debug-ignored-errors): Add the user-error of impossible resolution.
7379 (smerge-resolve): Move things around a bit, in preparation for later.
7380 (smerge-diff): Don't fail if the buffer has no associated file.
7381 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7382 (smerge-conflict-overlay): New function.
7383 (smerge-match-conflict): Don't add text properties here.
7384 (smerge-find-conflict): Instead, add an overlay here.
7385 Also check for the case where we're inside a conflict already, so as to
7386 obviate the need for font-lock-multiline, which is unbearably slow with
7387 large conflicts and ciomplex font-lock patterns.
7388 (smerge-remove-props): Remove overlay rather than text-properties.
7389 (smerge-mode): Don't set font-lock-multiline.
7390 Remove overlays when turned off.
7391
7392 2005-08-21 Kim F. Storm <storm@cua.dk>
7393
7394 * ido.el (ido-ignore-item-p): Use save-match-data.
7395 Bind case-fold-search to ido-case-fold locally.
7396
7397 2005-08-20 Richard M. Stallman <rms@gnu.org>
7398
7399 * files.el (normal-mode): If font lock is on, turn it off and on.
7400
7401 * subr.el (replace-regexp-in-string): Doc fix.
7402
7403 * startup.el (command-line-1): Don't suppress startup screen
7404 due to existing processes.
7405
7406 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7407
7408 * progmodes/compile.el (compilation-disable-input): Default to nil.
7409
7410 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7411
7412 * progmodes/compile.el (compilation-disable-input): New defcustom.
7413 (compilation-start): If compilation-disable-input is non-nil, send
7414 EOF to the compilation process.
7415
7416 2005-08-20 Eli Zaretskii <eliz@gnu.org>
7417
7418 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7419 Run the argument of tex-shell-cd-command through
7420 convert-standard-filename, to get the correct style of slashes on
7421 Windows, and enclose the result in quotes, in case the file name
7422 includes whitespace or other special characters.
7423
7424 2005-08-19 Andreas Schwab <schwab@suse.de>
7425
7426 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7427 process.
7428
7429 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7430
7431 * cus-start.el (minibuffer-prompt-properties): Correct typo.
7432
7433 2005-08-18 Kim F. Storm <storm@cua.dk>
7434
7435 * scroll-lock.el: Fix errors due to incorrect line wrapping.
7436
7437 2005-08-18 Richard M. Stallman <rms@gnu.org>
7438
7439 * scroll-lock.el: New file.
7440
7441 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
7442
7443 * dired.el (dired-move-to-end-of-filename):
7444 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7445
7446 2005-08-18 Kim F. Storm <storm@cua.dk>
7447
7448 * ido.el (ido-everywhere): Fix defcustom :set function to disable
7449 rather than toggle mode when custom value is nil.
7450 (ido-everywhere): Fix defun doc string.
7451
7452 2005-08-17 Richard M. Stallman <rms@gnu.org>
7453
7454 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7455 as tag instead of "Inviolable".
7456
7457 2005-08-17 Kim F. Storm <storm@cua.dk>
7458
7459 * windmove.el (windmove-coordinates-of-position): Remove.
7460 (windmove-coordinates-of-window-position): Remove.
7461 (windmove-reference-loc): Use posn-at-point instead.
7462
7463 * subr.el (insert-for-yank-1): Doc fix.
7464
7465 * ido.el (ido-enter-matching-directory): Rename from
7466 ido-enter-single-matching-directory. Change 'slash choice to
7467 'only. Add 'first choice.
7468 (ido-exhibit): Adapt to above changes.
7469
7470 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
7471
7472 * Makefile.in: Expand comment about building loaddefs.el.
7473
7474 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
7475
7476 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7477 Comment use of defadvice.
7478
7479 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7480
7481 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
7482
7483 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7484 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7485 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7486 * progmodes/idlw-shell.el, progmodes/ld-script.el,
7487 * progmodes/which-func.el, ruler-mode.el, strokes.el,
7488 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7489 for backward compatibility for faces that did not appear in the
7490 previous Emacs release.
7491
7492 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7493
7494 2005-08-15 Kim F. Storm <storm@cua.dk>
7495
7496 * emulation/cua-base.el (cua-delete-region): Return t if
7497 deleted region was non-empty.
7498 (cua-replace-region): Inhibit overwrite-mode for
7499 self-insert-command if replaced region was non-empty.
7500 (cua--explicit-region-start, cua--status-string): Make them
7501 buffer-local at top-level...
7502 (cua-mode): ...rather than when mode is enabled.
7503
7504 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
7505
7506 * progmodes/vhdl-mode.el (vhdl-emacs-21):
7507 Set t for Emacs 21, 22, and so on.
7508
7509 2005-08-15 David Ponce <david@dponce.com>
7510
7511 * tree-widget.el: Update Commentary header.
7512 (tree-widget-theme): Doc fix.
7513 (tree-widget-space-width): New option.
7514 (tree-widget-image-properties): Look up in the default theme too.
7515 (tree-widget--cursors): Only for images with arrow pointer shape.
7516 (tree-widget-lookup-image): Pointer shape is hand by default.
7517 (tree-widget-icon): Rename generic icon widget from
7518 `tree-widget-control'.
7519 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7520 derive from `tree-widget-icon'.
7521 (tree-widget-handle): Improve default look and feel of the text
7522 representation.
7523 (tree-widget): Rename :*-control properties to :*-icon properties.
7524 Add :action and :help-echo properties.
7525 (tree-widget-after-toggle-functions): Move.
7526 (tree-widget-close-node, tree-widget-open-node): Remove.
7527 (tree-widget-before-create-icon-functions): New hook.
7528 (tree-widget-value-create): Update to allow customization of icons
7529 and nodes at run-time via that new hook.
7530 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7531 (tree-widget-icon-action, tree-widget-icon-help-echo)
7532 (tree-widget-action, tree-widget-help-echo): New functions.
7533
7534 2005-08-15 Kim F. Storm <storm@cua.dk>
7535
7536 * ido.el (ido-buffer-internal): Use with-no-warnings.
7537 (ido-make-merged-file-list): Use while-no-input.
7538
7539 2005-08-15 Richard M. Stallman <rms@gnu.org>
7540
7541 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7542 (flyspell-large-region): Fix doc and custom type.
7543
7544 2005-08-14 Richard M. Stallman <rms@gnu.org>
7545
7546 * files.el (interpreter-mode-alist): Doc fix.
7547
7548 * mail/rmail.el (rmail-nonignored-headers): New variable.
7549 (rmail-clear-headers): Use it.
7550 (rmail-reply): Better handling of mail-followup-to header.
7551
7552 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7553 Rename variable from sh-font-lock-keywords. In the `shell' entry,
7554 don't try to refer to executable-font-lock-keywords.
7555 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7556 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7557 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7558 (sh-mode): Set comment-start-skip, local-abbrev-table,
7559 imenu-case-fold-search.
7560 (sh-set-shell): Don't set them here.
7561 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
7562 Don't cache the results in the original alist; don't ever modify
7563 that alist.
7564
7565 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7566
7567 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7568 empty.
7569
7570 2005-08-15 Andreas Schwab <schwab@suse.de>
7571
7572 * desktop.el: Put autoload cookie at risky-local-variable declarations.
7573
7574 * dired.el, info.el, mail/rmail.el: Revert last change.
7575
7576 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
7577
7578 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7579 modification in `eval-after-load' form.
7580 * info.el: Likewise.
7581 * mail/rmail.el: Likewise.
7582
7583 2005-08-14 Juri Linkov <juri@jurta.org>
7584
7585 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7586 Remove highlighting of "Compilation started". Highlight only
7587 the word "finished" in "Compilation finished". Add highlighting
7588 of "interrupt", "killed", "terminated" and the exit code.
7589 (compilation-start): Add newline after header. Use exactly the
7590 same time stamp format as the finishing message.
7591 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7592
7593 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7594 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7595 Add highlighting of "interrupt", "killed", "terminated".
7596
7597 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7598 enabled and the current command is self-insert-command, call it
7599 explicitly with overwrite-mode bound to nil, to not allow it
7600 to delete the character after the selected region.
7601
7602 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
7603
7604 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7605 move-end-of-line, end-of-line, and beginning-of-line to the list
7606 of commands after which the echo area is updated.
7607
7608 2005-08-12 Eli Zaretskii <eliz@gnu.org>
7609
7610 * cus-edit.el (custom-save-all, custom-save-delete):
7611 Bind recentf-exclude to exclude custom-file.
7612
7613 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
7614
7615 * mail/rmailsum.el (rmail-summary-end-of-message): New command
7616 to go to the bottom of the mail message. Added to
7617 `rmail-summary-mode-map' with key "/".
7618 (rmail-summary-show-message): New (internal) function for use by
7619 both `rmail-summary-beginning/end-of-message'.
7620 (rmail-summary-beginning-of-message): Change to use
7621 rmail-summary-show-message.
7622
7623 * mail/rmail.el (rmail-end-of-message): New command to go to the
7624 end of the current message. Added to `rmail-mode-map' with key "/".
7625 (rmail-beginning-of-message): Fix to work as documented.
7626 (rmail-mode): Change documentation.
7627
7628 * progmodes/compile.el (compilation-start): Add the line
7629 "Compilation started" with compilation start time.
7630 (compilation-mode-font-lock-keywords): Add `started' to keywords.
7631
7632 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
7633
7634 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7635 of menu items.
7636
7637 2005-08-11 Richard M. Stallman <rms@gnu.org>
7638
7639 * simple.el (pop-global-mark): Reverse test of widen-automatically.
7640
7641 * battery.el (battery-status-function): Don't use ignore-errors.
7642
7643 2005-08-11 Lute Kamstra <lute@gnu.org>
7644
7645 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7646 define-obsolete-variable-alias.
7647
7648 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7651 (ange-ftp-send-cmd): Revert last change, and expand
7652 the comment explaining the problem.
7653
7654 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
7655
7656 * ldefs-boot.el: Update.
7657
7658 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7659 item to "Time, Load and Mail". Change help echo text.
7660
7661 * time.el (display-time-use-mail-icon, display-time-format)
7662 (display-time-string-forms): Shorten first line of docstrings.
7663
7664 2005-08-10 Lars Hansen <larsh@soem.dk>
7665
7666 * desktop.el (desktop-buffer-mode-handlers):
7667 Make non-customizable. Add autoload cookie. Change initial value to
7668 nil; add elements in respective modules instead. Fix doc string.
7669 (desktop-load-file): New function.
7670 (desktop-minor-mode-handlers): New autoloaded variable.
7671 (desktop-create-buffer): Call minor mode handlers.
7672 Use desktop-load-file to load major and minor mode modules prior to
7673 checking for a handler.
7674 (desktop-save): Don't add nil to desktop-minor-modes for minor
7675 modes with nil function in desktop-minor-mode-table. Don't delete
7676 desktop file before rewriting it.
7677 (desktop-locals-to-save): Add autoload cookie. Don't make
7678 automatically buffer-local. Add variables column-number-mode,
7679 size-indication-mode, indent-tabs-mode,
7680 indicate-buffer-boundaries, indicate-empty-lines and
7681 show-trailing-whitespace.
7682 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7683 regexps. Don't use desktop-clear-preserve-buffers-regexp.
7684 (desktop-clear-preserve-buffers-regexp): Delete.
7685 (desktop-clear-preserve-buffers): Update initial value and docstring.
7686 (desktop-save-buffer): Fix doc string.
7687
7688 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7689 (hilit-chg-desktop-restore): New function.
7690 (highlight-changes-mode): Add highlight-changes-mode to
7691 desktop-locals-to-save.
7692
7693 * dired.el: Add handler to desktop-buffer-mode-handlers.
7694 (dired-restore-desktop-buffer): Remove autoload cookie.
7695 (dired-mode): Add autoload cookie.
7696
7697 * info.el: Add handler to desktop-buffer-mode-handlers.
7698 (Info-restore-desktop-buffer): Remove autoload cookie.
7699 (Info-mode): Add autoload cookie.
7700
7701 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7702 (mh-restore-desktop-buffer): Remove autoload cookie.
7703 (mh-folder-mode): Add autoload cookie.
7704
7705 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7706 (rmail-restore-desktop-buffer): Remove autoload cookie.
7707
7708 2005-08-11 Masatake YAMATO <jet@gyve.org>
7709
7710 * hexl.el (hexl-address-region):
7711 (hexl-ascii-region, hexl-font-lock-keywords):
7712 (hexl-highlight-line-range): Use the term "region"
7713 instead of "area" for consistency with the other symbols
7714 defined in hexl.el.
7715
7716 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7717
7718 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7719 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7720 out by Juri Linkov). Add `display-battery-mode'.
7721
7722 2005-08-09 Juri Linkov <juri@jurta.org>
7723
7724 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7725 Remove `-text' from face variable names.
7726 (compilation-error-file-name, compilation-warning-file-name)
7727 (compilation-info-file-name): Delete faces.
7728 (compilation-line-number, compilation-column-number):
7729 Remove face underlining.
7730 (compilation-message-face): Set to `underline' value by default.
7731 (compilation-error-face, compilation-warning-face)
7732 (compilation-info-face): Remove `-file-name' from face names.
7733 (compilation-error-text-face, compilation-warning-text-face)
7734 (compilation-info-text-face): Delete face variables.
7735 (compilation-text-face): Delete function.
7736
7737 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7738 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7739 (grep-error-face): Set to `compilation-error' instead of
7740 `compilation-error-face' (which is redefined to `grep-hit-face' in
7741 grep buffers).
7742 (grep-mode-font-lock-keywords): Remove `-text' from face variable
7743 names. Use `grep-error-face' instead of `compilation-error-text-face'.
7744
7745 * dired-aux.el (dired-do-query-replace-regexp):
7746 Use `query-replace-read-args'.
7747
7748 * replace.el (query-replace-read-from, query-replace-read-to)
7749 (query-replace-read-args): Rename arg `string' to `prompt'.
7750
7751 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7752
7753 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7754
7755 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7756 uploading files.
7757 (ange-ftp-canonize-filename): Handle file names beginning with ~
7758 correctly.
7759
7760 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * textmodes/fill.el (canonically-space-region)
7763 (fill-context-prefix, fill-french-nobreak-p)
7764 (fill-delete-newlines, fill-comment-paragraph)
7765 (justify-current-line): "?\ " -> "?\s".
7766
7767 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
7768
7769 * textmodes/fill.el (fill-nonuniform-paragraphs):
7770 Improve argument/docstring consistency.
7771
7772 2005-08-09 Richard M. Stallman <rms@gnu.org>
7773
7774 * textmodes/ispell.el (ispell-word): More fboundp checks.
7775
7776 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7777 (find-file-noselect-1): Call it here, only if RAWFILE.
7778 (normal-mode): Always set some major mode.
7779 (save-some-buffers-action-alist): Change some explanation strings.
7780 (file-name-non-special): In the `quote' method, use unwind-protect.
7781
7782 2005-08-09 Magnus Henoch <mange@freemail.hu>
7783
7784 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7785 (ispell-have-aspell-dictionaries): New variable.
7786 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7787 (ispell-get-aspell-config-value): New function.
7788 (ispell-aspell-find-dictionary): New function.
7789 (ispell-aspell-add-aliases): New function.
7790 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7791 appropriate. Don't look for ispell dictionaries if we use aspell.
7792 (ispell-menu-map): Don't build a submenu of dictionaries.
7793
7794 2005-08-09 Richard M. Stallman <rms@gnu.org>
7795
7796 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7797 (sql-read-passwd): Use read-passwd.
7798
7799 * progmodes/idlw-toolbar.el (idlwave-toolbar)
7800 (idlwave-toolbar-is-possible): Add defvars.
7801
7802 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7803 Avoid warnings.
7804
7805 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7806 (idlwave-system-class-info, idlwave-executive-commands-alist):
7807 Use defvar.
7808
7809 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7810
7811 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7812 Avoid warnings.
7813
7814 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7815 and content-type: headers.
7816
7817 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7818
7819 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7820 and rename some of them to be more self-explanatory.
7821
7822 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7823
7824 * startup.el (command-line-1): Implement -scriptload.
7825
7826 * replace.el (occur-engine): Initial *Occur* output not undoable.
7827
7828 * menu-bar.el (menu-bar-file-menu): Rename some menu items
7829 and improve help strings.
7830
7831 * isearch.el (isearch-repeat): When changing direction,
7832 mark search successful.
7833
7834 * ediff-init.el: Use (featurep 'xemacs).
7835
7836 * comint.el (send-invisible): Identify buffer, if not selected.
7837
7838 * align.el: Delete autoload for c-guess-basic-syntax.
7839
7840 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7841
7842 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
7843 Improve argument/docstring consistency. Doc fixes.
7844 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
7845 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
7846 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
7847 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
7848 (r2bv-organization, r2bv-pages, r2bv-primary-author)
7849 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
7850 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
7851 Defvar at compile time.
7852
7853 2005-08-09 Juri Linkov <juri@jurta.org>
7854
7855 * info.el: Replace `info' with upper-case `Info' where appropriate.
7856 (info-title-1, info-title-2, info-title-3, info-title-4)
7857 (info-menu-header): Move up face definitions.
7858 (info-menu-star): Rename from `info-menu-5'.
7859 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
7860 (Info-fontify-visited-nodes): Fix docstring.
7861 (Info-hide-note-references): Fix docstring.
7862 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
7863 menu items in the same way as on cross-references.
7864 (info-apropos): Fix sorting order and formatting to be like in the
7865 stand-alone Info browser. Display error messages for 1 sec.
7866 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
7867 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
7868 from the menu bar.
7869 (Info-insert-dir): Restore point after calling
7870 `insert-buffer-substring'.
7871
7872 2005-08-08 Richard M. Stallman <rms@gnu.org>
7873
7874 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
7875 (recompute-lucid-menubar): Add defvars.
7876
7877 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
7878
7879 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
7880
7881 * net/net-utils.el (run-dig): Rename from `dig'.
7882
7883 * play/gametree.el (gametree-mode): Use make-local-variable,
7884 not make-variable-buffer-local.
7885
7886 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
7887
7888 * ansi-color.el (ansi-color-make-extent)
7889 (ansi-color-set-extent-face): Use fboundp, not functionp.
7890
7891 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
7892 not make-variable-buffer-local.
7893
7894 * bookmark.el (Info-current-file): Add defvar.
7895 (bookmark-jump-noselect): Use with-no-warnings.
7896
7897 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
7898
7899 * ebuff-menu.el (Helper-return-blurb): Add defvar.
7900
7901 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
7902
7903 * find-file.el (ada-procedure-start-regexp)
7904 (ada-package-start-regexp): Add defvars.
7905
7906 * info.el (Info-insert-dir): Use insert-buffer-substring.
7907
7908 * xml.el (xml-att-def-re): Add defvar.
7909
7910 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
7911 calling convention.
7912
7913 * subr.el (while-no-input): Return t if there is input.
7914
7915 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
7916
7917 * cus-start.el (all): Add `overflow-newline-into-fringe'.
7918
7919 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
7920
7921 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
7922 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
7923
7924 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
7925
7926 * cmuscheme.el (scheme-start-file): Replace reference to
7927 `user-emacs-directory' by "~/.emacs.d/".
7928
7929 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
7930
7931 * info.el (Info-dir-remove-duplicates): Avoid case folding
7932 in loop; instead, keep downcased strings for comparison.
7933 Suggested by Helmut Eller.
7934
7935 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7936
7937 Sync with Tramp 2.0.50.
7938
7939 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
7940 XEmacs case; not necessary anymore.
7941 (tramp-user-regexp): Allow "@" as part of user name.
7942 (tramp-handle-set-visited-file-modtime)
7943 (tramp-handle-insert-file-contents)
7944 (tramp-handle-write-region): No special handling for
7945 `last-coding-system-used, because this is done in
7946 `tramp-accept-process-output' now.
7947 (tramp-accept-process-output): New defun.
7948 (tramp-process-one-action, tramp-process-one-multi-action)
7949 (tramp-wait-for-regexp, tramp-wait-for-output)
7950 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
7951 Howells <dhowells@redhat.com>.
7952 (clear-visited-file-modtime): Defadvice removed. The check for
7953 unset buffer's modtime does not need to be based on
7954 `tramp-buffer-file-attributes'. Suggested by RMS.
7955 (tramp-message): Insert "\n" if not being at beginning of line.
7956 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
7957 sequence with same logic.
7958 (tramp-completion-handle-expand-file-name): Discard call of
7959 `tramp-drop-volume-letter'. It is not necessary, and there have
7960 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
7961 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7962 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
7963 should always be visible.
7964 (tramp-handle-insert-directory, tramp-setup-complete)
7965 (tramp-set-process-query-on-exit-flag)
7966 (tramp-append-tramp-buffers): Pacify byte-compiler.
7967 (tramp-bug): Delete non-existing variables from list.
7968 Apply `tramp-load-report-modules' as pre-hook.
7969 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
7970 `shell-prompt-pattern' because of non-7bit characters.
7971 Reported by Sebastian Luque <sluque@mun.ca>.
7972 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
7973 (tramp-match-string-list): Remove function.
7974 (tramp-wait-for-regexp): Remove call of that function.
7975 Suggested by Kim F. Storm <storm@cua.dk>.
7976 (tramp-set-auto-save-file-modes): Use octal integer code #o600
7977 instead of octal character code ?\600. The latter resulted in a
7978 syntax error with XEmacs.
7979
7980 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
7981 XEmacs case; not necessary anymore.
7982 (tramp-smb-handle-write-region): No special handling for
7983 `last-coding-system-used, because this is done in
7984 `tramp-accept-process-output' now.
7985 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
7986
7987 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
7988
7989 * wid-edit.el (widget-choice-value-create):
7990 Unconditionally respect user choice. Set :explicit-choice back to nil
7991 when no longer needed.
7992 (widget-choice-action): Unconditionally respect user choice.
7993 Eliminate :explicit-choice-value.
7994
7995 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
7996
7997 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
7998 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
7999 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8000 running new function `toggle-indicate-empty-lines'.
8001 Rename "Customize" item to "Customize fringe".
8002 Rename "Indicators" item to "Buffer boundaries" and change help echo.
8003 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8004 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8005 Delete "Empty lines only" item.
8006 (menu-bar-showhide-fringe-ind-customize): New function.
8007 (menu-bar-showhide-fringe-ind-mixed)
8008 (menu-bar-showhide-fringe-ind-box)
8009 (menu-bar-showhide-fringe-ind-right)
8010 (menu-bar-showhide-fringe-ind-left)
8011 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8012 instead of `fringe-indicators'.
8013
8014 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
8015
8016 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8017 Change the date of last update.
8018
8019 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
8020
8021 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8022 (viper-exec-yank, viper-put-back): Don't display modification msg
8023 if in the minibuffer.
8024
8025 * viper-init.el (viper-replace-overlay-cursor-color)
8026 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8027 Make variables frame local.
8028
8029 * viper-util.el (viper-append-filter-alist): Use append instead of
8030 nconc.
8031
8032 * viper.el (viper-vi-state-mode-list)
8033 (viper-emacs-state-mode-list): Move help-mode and
8034 completion-list-mode from the first list to the second.
8035 (viper-mode): Docstring.
8036 (viper-go-away, viper-non-hook-settings): Don't localize
8037 minor-mode-alist in newer Emacsen. Add advice to
8038 set-cursor-color. Don't bind "\C-c\\".
8039
8040 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
8041
8042 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8043 (scheme-macro-expand-command): New user options.
8044 (scheme-trace-procedure, scheme-expand-current-form): New commands.
8045 (scheme-form-at-point, scheme-start-file)
8046 (scheme-interactively-start-process): New functions.
8047 (scheme-get-process): New function, extracted from `scheme-proc'.
8048 (run-scheme): Call `scheme-start-file' to get start file, and pass
8049 it to `make-comint'.
8050 (switch-to-scheme, scheme-proc):
8051 Call `scheme-interactively-start-process' if no Scheme buffer/process
8052 is available.
8053
8054 2005-08-06 Juri Linkov <juri@jurta.org>
8055
8056 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8057 Use `compilation-text-face', `compilation-info-text-face' and
8058 `compilation-error-text-face' instead of `font-lock-keyword-face'.
8059 (compilation-error): New face.
8060 (compilation-error-file-name): Inherit from
8061 `compilation-error' instead of `font-lock-warning-face'.
8062 (compilation-warning-file-name): Inherit from
8063 `compilation-warning' instead of `font-lock-warning-face'.
8064 (compilation-info, compilation-error-file-name)
8065 (compilation-warning-file-name, compilation-info-file-name)
8066 (compilation-line-number, compilation-column-number): Doc fix.
8067 (compilation-error-text-face, compilation-warning-text-face)
8068 (compilation-info-text-face): New face variables.
8069 (compilation-line-face, compilation-column-face)
8070 (compilation-enter-directory-face)
8071 (compilation-leave-directory-face): Doc fix.
8072 (compilation-text-face): New function.
8073
8074 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8075 instead of 1 to display binary file names as info file links.
8076 (grep-error-face): Use `compilation-error-face' instead of
8077 `font-lock-keyword-face'.
8078 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8079 and `compilation-warning-text-face' instead of
8080 `font-lock-keyword-face'. Use `compilation-error-text-face'
8081 instead of `grep-error-face'.
8082
8083 2005-08-05 Kenichi Handa <handa@m17n.org>
8084
8085 * international/code-pages.el: Add autoload cookies for all coding
8086 systems.
8087
8088 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
8089
8090 * cus-start.el (all): Put undo.c where it alphabetically belongs.
8091
8092 2005-08-04 Juri Linkov <juri@jurta.org>
8093
8094 * progmodes/compile.el (compilation-mode-map):
8095 * progmodes/grep.el (grep-mode-map):
8096 Bind TAB to `compilation-next-error' and [backtab] to
8097 `compilation-previous-error'.
8098
8099 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8100 matching line numbers, column numbers and their ranges with regexp
8101 matching only line numbers.
8102 (grep-context-face): New face variable.
8103 (grep-mode-font-lock-keywords): Use it.
8104
8105 * faces.el (read-face-name): Delete duplicate faces.
8106
8107 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
8108
8109 * thumbs.el (thumbs-find-image): Don't make variables
8110 automatically buffer local.
8111 (thumbs-current-tmp-filename, thumbs-current-image-filename)
8112 (thumbs-image-num): Make automatically buffer local.
8113 (thumbs-show-thumbs-list): Use `make-local-variable', not
8114 `make-variable-buffer-local'.
8115 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8116
8117 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8118 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8119 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8120 (bother, bye, canyou, chatlst, continue, deathlst, describe)
8121 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8122 (feelings-about, foullst, found, hello, history, howareyoulst)
8123 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8124 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8125 (neglst, obj, object, owner, please, problems, qlist)
8126 (random-adjective, relation, remlst, repetitive-shortness)
8127 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8128 (shortlst, something, sportslst, stallmanlst, states, subj)
8129 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8130 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8131 Defvar at compile time.
8132
8133 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8134 not `make-variable-buffer-local'.
8135
8136 2005-08-02 Kim F. Storm <storm@cua.dk>
8137
8138 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8139 rectangle overlay in selected window.
8140
8141 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
8142
8143 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8144 instead of display group. Make `indicate-buffer-boundaries'
8145 customizable through Custom.
8146
8147 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
8148
8149 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8150 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8151 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8152 (gdb-put-string): Fix typos in docstrings.
8153
8154 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
8155
8156 Update copyright notices of files in progmodes directory for
8157 release of Emacs 22.1.
8158
8159 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8160
8161 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8162 Don't barf if the GUD buffer has been killed.
8163
8164 2005-08-01 Kim F. Storm <storm@cua.dk>
8165
8166 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8167
8168 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * simple.el (next-error-follow-minor-mode):
8171 make-variable-buffer-local -> make-local-variable.
8172
8173 * emacs-lisp/cl-extra.el: Require CL also when compiling.
8174
8175 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8176 (byte-compile-form-make-variable-buffer-local): New functions to warn
8177 about misuses of make-variable-buffer-local where make-local-variable
8178 was meant.
8179
8180 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
8181
8182 * bs.el (bs-attributes-list): Doc fix.
8183 (bs): Update url-link.
8184
8185 * desktop.el (desktop-save-buffer): Fix typos in docstring.
8186 (desktop-load-default): Simplify.
8187
8188 * ibuffer.el (ibuffer-columnize-and-insert-list)
8189 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8190 (ibuffer-unmark-all, ibuffer-toggle-marks)
8191 (ibuffer-unmark-forward, ibuffer-unmark-backward)
8192 (ibuffer-compile-make-format-form, ibuffer-format-column)
8193 (ibuffer-current-buffers-with-marks)
8194 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8195 (ibuffer): Doc fix.
8196 (ibuffer-mode): Fix typo in docstring.
8197 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8198 with `define-obsolete-variable-alias'.
8199 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
8200
8201 2005-07-29 Kenichi Handa <handa@m17n.org>
8202
8203 * international/mule-cmds.el (select-message-coding-system):
8204 Be sure to use LF for end-of-line. If no coding system is decided,
8205 return iso-8859-1-unix.
8206
8207 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8210 (ange-ftp-pending-error-line): New vars.
8211 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8212 to handle the non-fatal no-route-to-host messages.
8213 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8214
8215 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8216
8217 * isearch.el (isearch-mode-map, isearch-other-meta-char)
8218 (isearch-quote-char, isearch-printing-char)
8219 (isearch-text-char-description): "?\ " -> "?\s".
8220 (isearch-lazy-highlight-cleanup)
8221 (isearch-lazy-highlight-initial-delay)
8222 (isearch-lazy-highlight-interval)
8223 (isearch-lazy-highlight-max-at-a-time)
8224 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8225 Declare with define-obsolete-*-alias macros.
8226 (isearch-forward): Fix typo in docstring.
8227 (search-invisible, search-ring-yank-pointer)
8228 (regexp-search-ring-yank-pointer): Doc fixes.
8229
8230 * recentf.el (recentf-menu-append-commands-p): Declare with
8231 `define-obsolete-variable-alias'.
8232 (recentf-max-saved-items, recentf-menu-filter)
8233 (recentf-arrange-by-rule-subfilter): Doc fixes.
8234 (recentf-menu-append-commands-flag)
8235 (recentf-initialize-file-name-history, recentf-expand-file-name)
8236 (recentf-clear-data): Fix typos in docstrings.
8237
8238 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
8239
8240 * progmodes/gdb-ui.el: Smarten comments.
8241 (gdb-info-breakpoints-custom): Use nowarn when finding file.
8242
8243 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8244
8245 * term/apollo.el (terminal-init-apollo): New function containing
8246 all former top level forms in the file.
8247 * term/bobcat.el (terminal-init-bobcat):
8248 * term/cygwin.el (terminal-init-cygwin):
8249 * term/iris-ansi.el (terminal-init-iris-ansi):
8250 * term/linux.el (terminal-init-linux):
8251 * term/news.el (terminal-init-news):
8252 * term/rxvt.el (terminal-init-rxvt):
8253 * term/sun.el (terminal-init-sun):
8254 * term/tvi970.el (terminal-init-tvi970):
8255 * term/vt100.el (terminal-init-vt100):
8256 * term/vt102.el (terminal-init-vt102):
8257 * term/vt125.el (terminal-init-vt125):
8258 * term/vt200.el (terminal-init-vt200):
8259 * term/vt201.el (terminal-init-vt201):
8260 * term/vt220.el (terminal-init-vt220):
8261 * term/vt240.el (terminal-init-vt240):
8262 * term/vt300.el (terminal-init-vt300):
8263 * term/vt320.el (terminal-init-vt320):
8264 * term/vt400.el (terminal-init-vt400):
8265 * term/vt420.el (terminal-init-vt420):
8266 * term/wyse50.el (terminal-init-wyse50):
8267 * term/xterm.el (terminal-init-xterm): Likewise.
8268
8269 * term/README: Describe the terminal-init-* functionality.
8270
8271 * startup.el (command-line): After loading the terminal initialization
8272 file call the corresponding terminal initialization function.
8273
8274 2005-07-27 Kenichi Handa <handa@m17n.org>
8275
8276 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
8277 negative.
8278
8279 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
8280 (ps-mule-composition-prologue): Fix for the case that
8281 RelativeCompose is false.
8282
8283 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
8286
8287 * descr-text.el (describe-char): Handle the case where the list of
8288 chars is displayed in a separate frame.
8289 Be a bit more discriminating when looking for the char.
8290
8291 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
8292
8293 * bookmark.el (bookmark-automatically-show-annotations)
8294 (bookmark-read-annotation-text-func): Doc fixes.
8295 (bookmark-save): Improve argument/docstring consistency.
8296 (bookmark-get-bookmark, bookmark-get-bookmark-record)
8297 (bookmark-alist-from-buffer)
8298 (bookmark-upgrade-file-format-from-0)
8299 (bookmark-grok-file-format-version)
8300 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8301 (bookmark-read-annotation-mode)
8302 (bookmark-insert-current-bookmark, bookmark-jump)
8303 (bookmark-exit-hook): Fix typos in docstrings.
8304 (bookmark-exit-hooks): Define as obsolete alias.
8305 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8306 not `bookmark-exit-hooks'. Fix docstring.
8307 (bookmark-bmenu-select): "?\ " -> "?\s".
8308
8309 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
8310
8311 * startup.el (command-line): Fix typo.
8312
8313 2005-07-24 Richard M. Stallman <rms@gnu.org>
8314
8315 * tooltip.el (tooltip-mode): Test emacs-basic-display,
8316 not emacs-quick-startup.
8317
8318 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
8319
8320 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8321 (reb-next-match, reb-show-subexp): Use `with-selected-window'
8322 instead of `reb-with-current-window'.
8323 (reb-prev-match): Likewise. Also, don't move left if the search
8324 was unsuccessful.
8325 (reb-initialize-buffer): New function.
8326 (re-builder, reb-change-syntax): Use it.
8327
8328 * man.el (Man-goto-page): Make second argument NOERROR optional.
8329
8330 2005-07-23 Richard M. Stallman <rms@gnu.org>
8331
8332 * man.el (Man-bgproc-sentinel): Check here for failure to find
8333 any man page in the output, and report the error here.
8334 (Man-arguments): Make it permanent local.
8335 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
8336 (Man-mode): Pass t for NOERROR.
8337
8338 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8339 (grep-mode-font-lock-keywords):
8340 Don't use compilation-...-face for messages that are not file names.
8341
8342 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8343 Don't use compilation-...-face for messages that are not file names.
8344
8345 2005-07-22 Juri Linkov <juri@jurta.org>
8346
8347 * startup.el (normal-splash-screen): Update menu name.
8348
8349 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8350
8351 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8352
8353 * term/xterm.el: Load term/rxvt if the terminal is actually an
8354 rxvt terminal.
8355 (xterm-rxvt-set-background-mode): Remove, not used anymore.
8356
8357 * term/rxvt.el (function-key-map): Use substitute-key-definition
8358 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8359
8360 * term/cygwin.el: New file.
8361
8362 2005-07-22 Kim F. Storm <storm@cua.dk>
8363
8364 * image-file.el (insert-image-file, image-file-yank-handler):
8365 Fix last change to maintain a (unique) yank-handler on yanked images.
8366
8367 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
8368
8369 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8370 of the file size (as in "177B" for 177 bytes). This happens with
8371 "ls -lh" on FreeBSD.
8372
8373 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
8374
8375 * hilit-chg.el (highlight-changes-global-initial-state)
8376 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8377 (hilit-chg-fixup, highlight-changes-mode):
8378 Fix typos in docstrings.
8379 (highlight-changes-global-modes, highlight-changes-rotate-faces):
8380 Doc fixes.
8381
8382 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
8383
8384 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8385 mode function using `eval-after-load'.
8386
8387 2005-07-21 Kim F. Storm <storm@cua.dk>
8388
8389 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8390 included when reporting an emacs crash, and tell about the DEBUG file.
8391
8392 * image-file.el (insert-image-file): Add yank-handler.
8393 (image-file-yank-handler): Yank handler to make unique copies of
8394 images when they are yanked into a buffer next to each other.
8395
8396 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
8397
8398 * comint.el (comint-use-prompt-regexp, comint-send-input)
8399 (comint-source-default, comint-extract-string)
8400 (comint-get-source, comint-word, comint-completion)
8401 (comint-source, comint-prompt-read-only, comint-update-fence):
8402 Fix typos in docstrings.
8403 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8404 Declare with define-obsolete-*-alias macros.
8405 (comint-previous-matching-input-from-input)
8406 (comint-next-matching-input-from-input)
8407 (comint-previous-matching-input, comint-next-matching-input)
8408 (comint-forward-matching-input):
8409 Improve argument/docstring consistency.
8410
8411 * desktop.el (desktop-clear-preserve-buffers-regexp):
8412 Also preserve the *server* buffer.
8413
8414 * simple.el (clone-indirect-buffer): Doc fix.
8415 (fixup-whitespace, just-one-space)
8416 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8417 (next-error, next-error-highlight)
8418 (next-error-highlight-no-select, next-error-last-buffer)
8419 (next-error-buffer-p, next-error-find-buffer, next-error)
8420 (previous-error, next-error-no-select, previous-error-no-select)
8421 (open-line, split-line, minibuffer-prompt-width, kill-new)
8422 (binary-overwrite-mode): Fix typos in docstrings.
8423 (set-fill-column): Fix typo in message.
8424
8425 * skeleton.el (skeleton-proxy-new): Doc fix.
8426
8427 * strokes.el (strokes-load-hook): Doc fix.
8428 (strokes-grid-resolution, strokes-get-grid-position)
8429 (strokes-renormalize-to-grid, strokes-read-stroke)
8430 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8431 (strokes-global-map): Fix typos in docstrings.
8432 (strokes-help): Doc fix. Fix help message and pass it through
8433 `substitute-command-keys'.
8434
8435 * tempo.el (tempo-insert-prompt, tempo-interactive)
8436 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8437 (tempo-insert-string-functions, tempo-local-tags)
8438 (tempo-define-template, tempo-insert-template)
8439 (tempo-insert-prompt-compat, tempo-is-user-element)
8440 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8441 Fix typos in docstrings.
8442
8443 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8444 (vcursor-key-bindings, vcursor-use-vcursor-map)
8445 (vcursor-find-window, vcursor-scroll-down)
8446 (vcursor-disable, vcursor-beginning-of-buffer)
8447 (vcursor-end-of-buffer): Fix typos in docstrings.
8448 (vcursor-relative-move, vcursor-get-char-count):
8449 Improve argument/docstring consistency.
8450
8451 * version.el: "?\ " -> "?\s".
8452
8453 * wid-edit.el (widget-default-create, widget-after-change)
8454 (widget-default-format-handler, widget-checklist-add-item)
8455 (widget-radio-add-item, widget-choose, widget-specify-secret)
8456 (widget-field-value-create, widget-field-value-get)
8457 (widget-editable-list-format-handler)
8458 (widget-editable-list-entry-create, widget-group-value-create)
8459 (widget-documentation-link-add)
8460 (widget-documentation-string-value-create): "?\ " -> "?\s".
8461 (widget-convert-text): Doc fix.
8462 (widget-narrow-to-field, widget-field-find)
8463 (widget-url-link-action, widget-emacs-library-link-action)
8464 (widget-color-notify): Fix typos in docstrings.
8465
8466 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8467 (x-select-text, set-w32-system-coding-system)
8468 (w32-add-charset-info): Fix typos in docstrings.
8469
8470 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8471 (cua-enable-cua-keys, cua-use-hyper-key)
8472 (cua-virtual-rectangle-edges): Fix typos in docstrings.
8473 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8474
8475 * net/tramp.el (tramp-handle-load): Fix typo in error message.
8476
8477 * emacs-lisp/re-builder.el (regexp-builder): Declare with
8478 `defalias' instead of faking it.
8479
8480 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8481 (eshell-ls-missing, eshell-ls-dired-initial-args)
8482 (eshell-ls-use-in-dired): Fix typos in docstrings.
8483
8484 2005-07-20 Kim F. Storm <storm@cua.dk>
8485
8486 * emulation/cua-base.el (cua-mode): Improve doc string.
8487
8488 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
8489
8490 * abbrev.el (expand-region-abbrevs): Doc fix.
8491 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8492 Improve argument/docstring consistency.
8493
8494 * arc-mode.el (archive-get-descr, archive-alternate-display):
8495 Doc fixes.
8496 (archive-l-e): Improve argument/docstring consistency.
8497 (archive-tmpdir, archive-unixdate, archive-unixtime)
8498 (archive-chmod-entry): Fix typos in docstrings.
8499 (archive-unflag, archive-unflag-backwards)
8500 (archive-unmark-all-files): "?\ " -> "?\s".
8501
8502 * buff-menu.el (Buffer-menu-unmark): Doc fix.
8503 (Buffer-menu-not-modified, Buffer-menu-execute)
8504 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8505 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8506
8507 * composite.el (compose-string, encode-composition-rule)
8508 (compose-last-chars): Fix typos in docstrings.
8509
8510 * desktop.el (desktop-enable, desktop-basefilename):
8511 Declare with `define-obsolete-variable-alias'.
8512 (desktop-internal-v2s): Don't quote keywords.
8513 (desktop-clear): "?\ " -> "?\s".
8514
8515 * dired.el (dired-align-file, dired-flag-backup-files)
8516 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8517 (dired-listing-switches, dired-ls-F-marks-symlinks)
8518 (dired-dwim-target, dired-load-hook, dired-mode-hook)
8519 (dired-directory, dired-faces, dired, dired-revert)
8520 (dired-mode, dired-summary, dired-view-file)
8521 (dired-copy-filename-as-kill, dired-delete-file)
8522 (dired-no-confirm, dired-unmark-all-marks)
8523 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8524 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8525 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8526 Fix typos in message strings.
8527
8528 * dired-x.el (virtual-dired): Declare with `defalias'.
8529 (dired-mark-unmarked-files, dired-local-variables-file)
8530 (dired-omit-here-always): Doc fix.
8531 (dired-omit-mode, dired-find-subdir)
8532 (dired-enable-local-variables, dired-clean-up-buffers-too)
8533 (dired-extra-startup, dired-mark-extension, dired-jump)
8534 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8535 (dired-smart-shell-command, dired-guess-shell-alist-user)
8536 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8537 (dired-x-bind-find-file, dired-x-submit-report):
8538 Fix typos in docstrings.
8539 (dired-mark-unmarked-files): "?\ " -> "?\s".
8540
8541 * dirtrack.el (dirtrack-list): Fix typos in docstring.
8542
8543 * faces.el (describe-face): "?\ " -> "?\s".
8544 (read-all-face-attributes, read-face-font, modify-face)
8545 (face-attr-construct, italic): Fix typos in docstrings.
8546 (frame-update-face-colors): Declare with
8547 `define-obsolete-function-alias'.
8548
8549 * files.el (find-file-noselect, recode-file-name): Doc fixes.
8550 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8551 (magic-mode-alist, buffer-file-numbers-unique)
8552 (write-file-functions, get-free-disk-space):
8553 Fix typos in docstrings.
8554 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8555 (write-contents-hooks, write-file-hooks):
8556 Declare with `define-obsolete-variable-alias'.
8557
8558 * forms-d2.el (arch-rj): Fix typo in docstrings.
8559 (arch-tocol): Likewise. "?\ " -> "?\s".
8560
8561 * frame.el (set-frame-font, cursor-in-non-selected-windows):
8562 Fix typo in docstring.
8563 (set-screen-width, set-screen-height): Delete redundant info in
8564 doctrings.
8565 (new-frame, screen-height, screen-width): Declare with
8566 `define-obsolete-function-alias'.
8567 (delete-frame-hook, blink-cursor): Declare with
8568 `define-obsolete-variable-alias'.
8569
8570 * paths.el (prune-directory-list): Fix typos in docstring.
8571
8572 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8573 (cvs-prefix-get): Fix typos in docstrings.
8574
8575 * ps-print.el (ps-extend-face-list, ps-extend-face)
8576 (ps-print-background-image): Fix typos in docstrings.
8577 (ps-default-fg, ps-default-bg): Doc fixes.
8578
8579 * s-region.el (s-region-bind): Doc fix.
8580 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8581
8582 * textmodes/org.el (org-table-formula-substitute-names)
8583 (org-table-get-vertical-vector): Doc fixes.
8584 (org-table-recalculate): Remove unused argument to `message'.
8585
8586 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8587
8588 * textmodes/org.el (org-table-column-names)
8589 (org-table-column-name-regexp)
8590 (org-table-named-field-locations): New variables.
8591 (org-archive-subtree): Protect `this-command' when calling
8592 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8593 the kill buffer.
8594 (org-complete): Remove fixed-formula completion.
8595 (org-edit-formulas-map): New variable.
8596 (org-table-edit-formulas): New command.
8597 (org-finish-edit-formulas, org-abort-edit-formulas)
8598 (org-show-variable, org-table-get-vertical-vector): New functions.
8599 (org-table-maybe-eval-formula): Handle `:=' fields.
8600 (org-table-get-stored-formulas, org-table-store-formulas)
8601 (org-table-get-formula, org-table-modify-formulas)
8602 (org-table-replace-in-formulas): Handle named field formulas.
8603 (org-table-get-specials): Store locations of named fields.
8604
8605 2005-07-19 Juri Linkov <juri@jurta.org>
8606
8607 * progmodes/grep.el (grep-regexp-alist)
8608 (grep-mode-font-lock-keywords, grep-process-setup):
8609 Use default GNU grep match color "01;31m" instead of "01;41m".
8610 (grep-regexp-alist, grep-mode-font-lock-keywords):
8611 Use `\\[[0-9]*m' instead of `\\[00m'.
8612 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8613 sgr_start where its handling is more important. Use the real
8614 length of sgr_start instead of constant 8.
8615 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8616 specially. Delete all remaining escape sequences.
8617 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8618 (grep-regexp-alist): Make hyperlink only for binary file name
8619 instead of the whole line.
8620 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8621 (grep-mode): Add autoload.
8622
8623 * emacs-lisp/find-func.el (find-function-regexp):
8624 Add `define-compilation-mode'.
8625
8626 2005-07-19 Juri Linkov <juri@jurta.org>
8627
8628 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8629 (compare-windows-sync-string-size, compare-windows-recenter)
8630 (compare-windows-highlight, compare-windows): Add version 22.1.
8631 (compare-windows) <defface>: Inherit from lazy-highlight instead
8632 of duplicating its default value.
8633
8634 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8635 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8636
8637 * descr-text.el (describe-char): Create link buttons for `charset'
8638 and `code point'. Add the current input method name with a link
8639 button to `to input' field. Print face names of display table
8640 characters in `The display table entry is displayed by' section
8641 instead of printing face-id in the `display' field.
8642 Guess hardcoded faces and create a link button for them.
8643 Skip empty fields when calculating max-width.
8644 Treat `widget-create' specially while inserting strings from the
8645 collected field list.
8646 (describe-char-after): Made obsolete in version 22.1, not 21.5.
8647
8648 * diff-mode.el (diff-file-header): Change foreground color from
8649 yellow to green on light backgrounds.
8650 (diff-context): Inherit from `shadow' only for color/grayscale
8651 with more than 88 colors.
8652 (diff-indicator-removed, diff-indicator-added)
8653 (diff-indicator-changed): New faces.
8654 (diff-font-lock-keywords): Use new faces. Regroup rules.
8655 Add "^---$" for `normal' diff format. Fontify `#' lines with
8656 font-lock-comment-delimiter-face and font-lock-comment-face.
8657 Add `#' to ^[^...] in the rule for `diff-context-face'.
8658
8659 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8660 a button-like box. Inherit from `highlight' on low colors.
8661 (shadow): Use shades of gray only for color/grayscale with
8662 more than 88 colors. Use green for light backgrounds with
8663 8 colors, and yellow for dark backgrounds with 8 colors.
8664
8665 * font-lock.el (font-lock-regexp-grouping-backslash):
8666 Don't inherit from escape-glyph (use bold for all cases).
8667
8668 * info.el (info-xref-visited): Use light foreground color `violet'
8669 for dark backgrounds instead of dark color `magenta3'.
8670 (info-title-1): Use `yellow' color for dark backgrounds.
8671
8672 * isearch.el (isearch): Use not-too-dark magenta3 instead of
8673 too-light magenta2.
8674
8675 * replace.el (match): Use slightly more light RoyalBlue3 instead
8676 of dark RoyalBlue4.
8677
8678 * wid-edit.el (widget-inactive): Inherit from `shadow'.
8679
8680 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8681
8682 * novice.el (disabled-command-hook): Declare it with
8683 `define-obsolete-variable-alias'.
8684
8685 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8686 (desktop-buffer-misc-functions, desktop-buffer-handlers)
8687 (desktop-load-default): Add release to obsolescence info.
8688 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8689 (desktop-append-buffer-args, desktop-read):
8690 Fix typos in docstrings.
8691 (desktop-kill): Fix typo in message.
8692 (desktop-save): Doc fix.
8693
8694 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
8695
8696 * viper-cmd.el (viper-escape-to-state): Bug fix.
8697 (viper-envelop-ESC-key): Change the definition of fast
8698 keysequence so it'll work with keyboard macros.
8699
8700 * ediff.el (ediff-patch-buffer): Change the docstring.
8701
8702 2005-07-19 Kenichi Handa <handa@m17n.org>
8703
8704 * international/mule-cmds.el (select-safe-coding-system): Try to
8705 use an auto-coding (if any) before anything else. If the found
8706 auto-coding is invalid, show a warning message.
8707
8708 * international/mule.el (find-auto-coding): New function created
8709 by modifying the body of set-auto-coding.
8710 (set-auto-coding): Use find-auto-coding to find a coding.
8711
8712 2005-07-18 Richard M. Stallman <rms@gnu.org>
8713
8714 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8715 not isearch-mode-end-hook-error.
8716 (allout-before-change-protect): Fix error message.
8717
8718 2005-07-18 Juri Linkov <juri@jurta.org>
8719
8720 * allout.el (allout-mode):
8721 * calculator.el (calculator-copy):
8722 * custom.el (custom-known-themes):
8723 * dired.el (dired-desktop-buffer-misc-data)
8724 (dired-restore-desktop-buffer):
8725 * dired-x.el (dired-omit-marker-char):
8726 * files.el (basic-save-buffer):
8727 * font-core.el (font-lock-mode):
8728 * calendar/calendar.el (calendar-goto-hebrew-date)
8729 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8730 (calendar-goto-persian-date):
8731 * language/ethio-util.el (ethio-sera-to-fidel-region):
8732 * textmodes/picture.el (picture-mode):
8733 Delete duplicate duplicate words.
8734
8735 2005-07-18 Juri Linkov <juri@jurta.org>
8736
8737 * isearch.el (isearch-mode-map): Remove key bindings for regexp
8738 chars * ? } |.
8739 (isearch-fallback): Don't call `isearch-process-search-char'.
8740 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8741 (isearch-process-search-char): Call `isearch-fallback' for regexp
8742 chars * ? } |.
8743 (isearch-return-char): Make obsolete with `make-obsolete' instead
8744 of simply documenting it as obsolete in the docstring.
8745 (isearch-fallback): Refill docstring.
8746
8747 * international/isearch-x.el
8748 (isearch-process-search-multibyte-characters): Remove unneeded
8749 `concat'. Add intermediate values to `junk-hist' instead of
8750 `minibuffer-history'. Test the length of `str'.
8751
8752 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
8753
8754 * allout.el (allout-resolve-xref): Fix typos in error strings.
8755 (allout-before-change-protect): Remove unneeded `concat'.
8756
8757 * array.el (array-mode, array-reconfigure-rows)
8758 (untabify-backward): Fix typos in docstrings.
8759 (array-reconfigure-rows): Use `insert-buffer-substring', not
8760 `insert-buffer'.
8761
8762 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8763 * progmodes/ada-mode.el (ada-make-body):
8764 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8765
8766 * dired.el (dired-log):
8767 * tar-mode.el (tar-subfile-save-buffer):
8768 * play/zone.el (zone-pgm-stress-destress):
8769 Use `insert-buffer-substring', not `insert-buffer'.
8770
8771 2005-07-17 Simon Josefsson <jas@extundo.com>
8772
8773 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8774
8775 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
8776
8777 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8778 Add plain auth method.
8779 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8780
8781 2005-07-17 Kim F. Storm <storm@cua.dk>
8782
8783 * ido.el (dired-other-window): Add ido property.
8784
8785 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
8786
8787 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8788 Fix typo in docstring.
8789 (byte-compile-interactive-only-functions): Add `insert-buffer' and
8790 `insert-file-literally'.
8791
8792 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8793 info and delete redundant message. Doc fix.
8794 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8795 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8796
8797 2005-07-16 Richard M. Stallman <rms@gnu.org>
8798
8799 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8800 (byte-compile-and): Use byte-compile-and-recursion.
8801 (byte-compile-or-recursion): New function.
8802 (byte-compile-or): Use that.
8803 (byte-compile-if): Guard the else-clause too.
8804 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8805
8806 * isearch.el (isearch-mode-end-hook-quit): New variable.
8807 (isearch-done): Bind it.
8808 (isearch-mode-end-hook): Doc fix.
8809
8810 * allout.el (allout-isearch-did-quit): Variable deleted.
8811 (allout-real-isearch-abort): Function name no longer used.
8812 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8813 (allout-isearch-rectification): isearch-mode always exists.
8814 Don't set allout-isearch-did-quit.
8815 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8816 allout-isearch-did-quit.
8817 (allout-enwrap-isearch): Just add the hook.
8818 (allout-isearch-abort): Function deleted.
8819 (allout-pre-command-business): Avoid warning.
8820
8821 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8822 Correctly avoid warnings.
8823 (pascal-outline): Likewise.
8824
8825 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8826
8827 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8828
8829 * play/tetris.el (tetris-mode): Avoid warning.
8830
8831 * play/snake.el (snake-mode): Avoid warning.
8832
8833 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8834 (gamegrid-set-display-table): Avoid warning.
8835 (gamegrid-set-timer): Likewise.
8836 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8837 (gamegrid-add-score-with-update-game-score-1): Take FILE
8838 as argument.
8839 (gamegrid-add-score-with-update-game-score): Pass that argument.
8840 Rename have-shared-game-dir to gamegrid-shared-game-dir.
8841
8842 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
8843
8844 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
8845 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
8846
8847 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
8848 and insert-file.
8849
8850 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
8851 (sc-ask): Avoid warnings.
8852
8853 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
8854 (eshell-hist-initialize): Use that var the natural way.
8855
8856 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
8857
8858 * emacs-lisp/re-builder.el (reb-cook-regexp):
8859 Avoid warning calling lre-compile-string.
8860 (reb-color-display-p): Avoid warning.
8861
8862 * calculator.el (calculator-last-input): Guard uses
8863 of event-key and key-press-event-p.
8864 (event-key, key-press-event-p): Delete definitions.
8865
8866 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
8867 (find-gc-source-directory, find-gc-subrs-callers)
8868 (find-gc-noreturn-list, find-gc-source-files)
8869 (find-gc-subrs-called): Vars renamed and defvar'd.
8870
8871 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
8872 (checkdoc-overlay-put, checkdoc-delete-overlay)
8873 (checkdoc-overlay-start, checkdoc-overlay-end)
8874 (checkdoc-mode-line-update, checkdoc-char=):
8875 Define such that compiler knows they are defined.
8876 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
8877 (checkdoc-read-event): Delete. Use read-event directly.
8878
8879 * whitespace.el (whitespace-make-overlay)
8880 (whitespace-overlay-put, whitespace-delete-overlay)
8881 (whitespace-overlay-start, whitespace-overlay-end):
8882 Define such that compiler knows they are defined.
8883 (whitespace): Move conditional inside.
8884
8885 * tempo.el (tempo-insert-template): Suppress warning.
8886
8887 * ediff-diff.el (longlines-mode): Add defvar.
8888
8889 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
8890
8891 * server.el: Bind "C-x #" in a way that works even if C-x is
8892 redefined to a command key, not a prefix key.
8893
8894 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8895
8896 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
8897 cl-make-type-test till execution time.
8898
8899 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
8900
8901 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
8902 arg ARG and use it.
8903
8904 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8905
8906 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
8907
8908 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
8909
8910 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8911 a defcustom with two :set or :type keywords.
8912
8913 2005-07-15 Richard M. Stallman <rms@gnu.org>
8914
8915 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8916 Don't give ^M comment-end syntax.
8917
8918 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
8919
8920 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
8921 Don't consider gdbmi (gdb-mi.el has its own update functions).
8922 (gdb-var-delete): Make it work for gdbmi as well.
8923 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
8924
8925 * progmodes/gud.el (etags, sdb): Only require etags when needed.
8926 (gud-speedbar-menu-items): Correct logic for enabling items.
8927
8928 2005-07-15 Kim F. Storm <storm@cua.dk>
8929
8930 * ido.el: Fix commentary.
8931 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
8932 Use with-no-warnings around ffap-guesser.
8933 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
8934 Let bind minibuffer-completing-file-name to t.
8935
8936 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
8937
8938 * startup.el (site-run-file, keyboard-type): Doc fixes.
8939 (command-line): Check for "--basic-display" argument; also for
8940 "--quick", not "--bare-bones" (which was renamed).
8941 (fancy-splash-text): Add missing item "Getting New Versions".
8942 (normal-splash-screen): Fix typos and improve consistency with
8943 `fancy-splash-text'. Update copyright year.
8944
8945 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
8946 valid binding for `help-char'.
8947
8948 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
8949
8950 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
8951
8952 * term.el (term-mode): Disable cua-mode for term buffers.
8953
8954 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
8955
8956 * add-log.el (add-log-mailing-address, change-log-merge):
8957 Doc fixes.
8958 (change-log-get-method-definition): Fix typo in docstring.
8959
8960 2005-07-14 Kim F. Storm <storm@cua.dk>
8961
8962 * emulation/cua-base.el:
8963 (cua--pre-command-handler-1, cua--pre-command-handler)
8964 (cua--post-command-handler-1, cua--post-command-handler):
8965 Split in two. Check (buffer local) value of cua-mode.
8966 (cua-selection-mode): New command.
8967
8968 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8969
8970 * custom.el (custom-initialize-safe-set)
8971 (custom-initialize-safe-default): Doc fixes.
8972
8973 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8974 and simplify :init-value again.
8975
8976 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8977 and simplify :init-value again. Delete autoload.
8978
8979 * startup.el (command-line): Use `custom-reevaluate-setting' again
8980 for tooltip-mode.
8981
8982 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8983 a defcustom with two :initialize keywords.
8984
8985 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
8986
8987 * allout.el (my-mark-marker, allout-isearch-prior-pos)
8988 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
8989 (allout-post-command-business, allout-flag-region)
8990 (isearch-reenable-font-lock, allout-yank)
8991 (allout-insert-latex-header, allout-insert-latex-trailer)
8992 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
8993 (allout-latex-verb-quote): Fix typos in docstrings.
8994 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
8995 (allout-unprotected, allout-prefix-data):
8996 Improve argument/docstring consistency.
8997 (allout-chart-subtree): Fix argument spec.
8998 (allout-open-topic): Rename `use_sib_bullet' argument to
8999 `use-sib-bullet'. Doc fix.
9000
9001 * whitespace.el (whitespace-check-buffer-leading)
9002 (whitespace-check-buffer-trailing)
9003 (whitespace-check-buffer-indent)
9004 (whitespace-check-buffer-spacetab)
9005 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9006 (whitespace-check-leading-whitespace)
9007 (whitespace-check-trailing-whitespace)
9008 (whitespace-check-spacetab-whitespace)
9009 (whitespace-check-indent-whitespace)
9010 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9011 (whitespace-modes): Fix typos in docstrings.
9012 (defgroup, defcustom): Doc fixes.
9013
9014 * winner.el (winner-mode, winner-boring-buffers)
9015 (winner-pending-undo-ring): Doc fixes.
9016 (winner-ring): Remove unneeded `progn'.
9017 (winner-equal): `defsubst' it.
9018 (winner-redo): Fix message.
9019
9020 2005-07-13 Kim F. Storm <storm@cua.dk>
9021
9022 * simple.el (line-move-1): Always use vertical-motion to
9023 do the last (or only) line move to ensure some movement.
9024 Undo 2005-06-23 change--don't check for overlays.
9025
9026 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9027
9028 * term/mac-win.el (ccl-encode-mac-roman-font)
9029 (ccl-encode-mac-centraleurroman-font)
9030 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9031 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9032 Change charset-id boundary of dimension to ?\xef.
9033 (mac-char-fontspec-list): New constant.
9034 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
9035 argument. Nil uses itself as family in font-spec. Previous
9036 behavior for nil is now provided by non-nil non-string argument.
9037 All callers changed. Add font-specs for Mac fonts to
9038 "fontset-default" unless iso8859-1 fonts are installed.
9039
9040 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * progmodes/sh-script.el (sh-get-indent-info): Only indent
9043 a continuation line if the \ is preceded by SPC or TAB.
9044 (sh-get-indent-info): Simplify.
9045 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9046 Use with-current-buffer.
9047
9048 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9049 when the matched text is empty.
9050
9051 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
9052
9053 * startup.el (command-line): Revert to previous handling of
9054 tooltip-mode. Explain in comment why the complexity is needed.
9055
9056 * tooltip.el (tooltip-mode): Revert to previous implementation of
9057 its defcustom.
9058
9059 * frame.el (blink-cursor-mode): Revert to previous implementation
9060 of its defcustom. Update comment.
9061
9062 2005-07-12 Lars Hansen <larsh@soem.dk>
9063
9064 * desktop.el: Update e-mail address.
9065
9066 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9067
9068 * term/mac-win.el (mac-services-mail-selection)
9069 (mac-services-mail-to): New functions.
9070 (mac-application-menu-map): Bind them.
9071
9072 2005-07-12 wulei <milton@wulei.net> (tiny change)
9073
9074 * progmodes/gdb-ui.el: Add note about buffering with Windows.
9075
9076 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
9077
9078 * custom.el (custom-reevaluate-setting): Doc fix.
9079
9080 2005-07-11 Jay Belanger <belanger@truman.edu>
9081
9082 * calc/calc.el (calc-embedded-announce-formula-alist)
9083 (calc-embedded-open-close-plain-alist)
9084 (calc-embedded-open-close-mode-alist): Add checks for additional
9085 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9086
9087 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * custom.el (custom-enable-theme): Don't add theme to
9090 `custom-enabled-themes' with `push' because there is no
9091 setf-method for `delq'.
9092
9093 2005-07-11 Richard M. Stallman <rms@gnu.org>
9094
9095 * custom.el (custom-declare-variable): Doc fix.
9096
9097 * dired-aux.el (dired-compare-directories): Remove "." and ".."
9098 from the alists.
9099
9100 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9101 Do nothing if edebug-active.
9102
9103 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9104 (edebug-display): Do it here instead.
9105
9106 2005-07-10 Richard M. Stallman <rms@gnu.org>
9107
9108 * cus-face.el (custom-theme-set-faces): Make it work.
9109 (custom-reset-faces): Doc fix.
9110 (custom-theme-reset-internal-face, custom-theme-face-value):
9111 Functions deleted.
9112
9113 * custom.el (custom-push-theme): Maintain list of the settings
9114 of a given theme in its theme-settings property.
9115 Maintain position of old settings in the theme-value
9116 or theme-face property.
9117 (custom-enabled-themes): New variable.
9118 (custom-theme-enabled-p): New function.
9119 (provide-theme): Update custom-enabled-themes.
9120 Disable and reenable the `user' theme.
9121 (require-theme): Doc fix.
9122 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9123 (custom-theme-value, custom-theme-variable-value): Likewise.
9124 (custom-theme-reset-internal): Likewise.
9125 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9126 (custom-enable-theme, custom-disable-theme): New functions.
9127 (custom-variable-theme-value, custom-face-theme-value): Likewise.
9128 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9129 (custom-theme-reset-variables): Simplify.
9130 (deftheme, custom-declare-theme, custom-make-theme-feature):
9131 Definitions moved.
9132
9133 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
9134
9135 * longlines.el (longlines-show-region)
9136 (longlines-unshow-hard-newlines): Recognize hard newlines by
9137 non-nil hard property, instead of t.
9138
9139 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
9140
9141 * viper-cmd.el (viper--key-maps): New variable.
9142 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9143 emulation-mode-map-alists.
9144 (viper-envelop-ESC-key): Use viper-subseq.
9145 (viper-search-forward/backward/next): Disable debug-on-error.
9146
9147 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9148 (viper-ESC-key): New defcustoms.
9149
9150 * viper-macs.el (ex-map-read-args): Use viper-subseq.
9151
9152 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9153 (viper-subseq): Copy of subseq from cl.el.
9154
9155 * viper.el (viper-go-away, viper-set-hooks): Use
9156 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9157
9158 * viper-mous.el (viper-current-frame-saved): Use defvar.
9159
9160 * viper-init.el: Get rid of -face in face names.
9161
9162 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9163 Make it work with longlines mode
9164
9165 * ediff-mult.el (ediff-meta-mode-hook): New variable.
9166
9167 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9168
9169 * ediff-init.el: Get rid of -face in face names.
9170
9171 2005-07-10 Richard M. Stallman <rms@gnu.org>
9172
9173 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9174 and with-timeout-unsuspend.
9175
9176 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9177 and with-timeout-unsuspend.
9178
9179 * emacs-lisp/timer.el (with-timeout-timers): New variable.
9180 (with-timeout): Bind that variable to record timers.
9181 (with-timeout-suspend, with-timeout-unsuspend): New functions.
9182
9183 * emacs-lisp/debug.el (debug-help-follow): New function.
9184 (debugger-mode-map): Use that instead of help-follow.
9185 (debugger-setup-buffer): Use eval-buffer-list
9186 to handle eval-buffer frames.
9187
9188 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
9189
9190 * timezone.el (timezone-parse-date): Change first regexp
9191 so it will not mistakenly match dates with no time zone.
9192
9193 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
9194
9195 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9196
9197 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
9198
9199 * custom.el (custom-initialize-safe-set)
9200 (custom-initialize-safe-default): New functions.
9201
9202 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9203 and simplify :init-value.
9204
9205 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9206 and simplify :init-value. Delete obsolete comment.
9207
9208 * startup.el (command-line): Use `custom-reevaluate-setting' to
9209 handle `tooltip-mode'. Delete obsolete comment.
9210
9211 * files.el (set-visited-file-name): Avoid calling
9212 `file-name-nondirectory' with a nil argument.
9213
9214 2005-07-09 Richard M. Stallman <rms@gnu.org>
9215
9216 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9217 was called with nil for the buffer, handle the read position right.
9218 Handle read position for eval-region, too.
9219
9220 2005-07-09 Juri Linkov <juri@jurta.org>
9221
9222 * fringe.el (fringe-mode): Add period in docstring.
9223 (fringe-query-style): Build prompt depending on `all-frames' arg.
9224
9225 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9226 to not create links to unrelated functions in the Help buffer.
9227
9228 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9229 Doc fix.
9230
9231 * simple.el (next-error-hook): New variable.
9232 (next-error): Use it. Doc fix.
9233
9234 * textmodes/ispell.el (ispell-command-loop): Add current
9235 dictionary name and program name to mode-line-format.
9236 (ispell-region, ispell-process-line): Add current dictionary name
9237 and program name to messages.
9238
9239 2005-07-08 Jay Belanger <belanger@truman.edu>
9240
9241 * calc/calc.el (calc-embedded-announce-formula-alist)
9242 (calc-embedded-open-close-formula-alist)
9243 (calc-embedded-open-close-word-alist)
9244 (calc-embedded-open-close-plain-alist)
9245 (calc-embedded-open-close-new-formula-alist)
9246 (calc-embedded-open-close-mode-alist)
9247 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
9248 (calc-embedded-mode-hook): New variables.
9249
9250 * calc/calc-embed.el (calc-embedded-firsttime)
9251 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
9252 New variables.
9253 (calc-do-embedded): Use calc-embedded-firsttime,
9254 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
9255 determine whether or not to run hooks.
9256 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
9257 calc-embedded-firsttime-formula appropriately.
9258 Set calc-embedded delimiter variables according to mode.
9259
9260 2005-07-08 Richard M. Stallman <rms@gnu.org>
9261
9262 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
9263 Check for "emacs", etc., as entire symbol, not just as word.
9264 (checkdoc-file-comments-engine): Use regexp-quote on FN.
9265
9266 * files.el (set-visited-file-name): Report the error
9267 for "empty filename" earlier.
9268 (kill-some-buffers): Ignore buffers already dead.
9269
9270 * fringe.el (fringe-mode): Doc fix.
9271
9272 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9273 Check for (featurep 'xemacs) and turn off warnings in what it guards.
9274 Use unwind-protect to ensure byte-compile-unresolved-functions
9275 is updated.
9276
9277 * whitespace.el (whitespace-buffer-leading-cleanup):
9278 Simplify w/ skip-chars-forward.
9279 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
9280
9281 * mail/rmail.el (rmail-only-expunge): Fix paren error.
9282 Unconditionally try to leave point at the same old place.
9283
9284 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
9285
9286 * comint.el (comint-postoutput-scroll-to-bottom)
9287 (comint-show-maximum-output): Take scroll-margin into consideration.
9288
9289 2005-07-08 Kim F. Storm <storm@cua.dk>
9290
9291 * ido.el (ido-use-filename-at-point): New choice `guess'.
9292 (ido-file-internal): Try ffap-guesser if selected.
9293
9294 * ido.el (ido-before-fallback-functions): New hook.
9295 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9296 (ido-read-file-name): Run it.
9297
9298 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9301 strings rather than a list of symbols to the completion function.
9302
9303 2005-07-07 Jay Belanger <belanger@truman.edu>
9304
9305 * calc/calc-units.el (math-apply-units): Change the places in
9306 which units are simplified.
9307
9308 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
9309
9310 * cus-edit.el (customize-option, customize-option-other-window):
9311 Make them handle aliases.
9312
9313 * custom.el (custom-variable-p): Make it recursively follow
9314 aliases. Mention that in the docstring.
9315
9316 2005-07-07 Richard M. Stallman <rms@gnu.org>
9317
9318 * cus-start.el (exec-path): Use `directory' instead of `file'.
9319 Fix tag for nil.
9320
9321 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9322
9323 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9324 when called non-interactively. Doc fix.
9325
9326 2005-07-07 Lute Kamstra <lute@gnu.org>
9327
9328 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9329 new address as well.
9330
9331 2005-07-07 Kenichi Handa <handa@m17n.org>
9332
9333 * international/mule.el (make-coding-system):
9334 Describe `ascii-incompatible' property in the docstring.
9335 (set-file-name-coding-system): Signal an error if coding-system is
9336 ascii-incompatible.
9337 (set-keyboard-coding-system): Likewise.
9338
9339 * international/mule-cmds.el (set-default-coding-systems):
9340 Don't set default-file-name-coding-system and
9341 default-keyboard-coding-system if coding-system is ASCII-incompatible.
9342
9343 * international/utf-16.el: Declare that all UTF-16-based coding
9344 systems are ASCII-incompatible.
9345
9346 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
9347
9348 * progmodes/gud.el: Require font-lock for displaying errors.
9349 Used by gdb-ui.el.
9350
9351 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9352
9353 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9354 values for the pattern lists which are `read'able but not
9355 `append'able (like symbols).
9356
9357 2005-07-06 Richard M. Stallman <rms@gnu.org>
9358
9359 * progmodes/flymake.el (flymake-float-time): Instead of
9360 with-no-warnings, test for xemacs.
9361 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9362 to avoid warning.
9363
9364 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
9365
9366 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9367
9368 2005-07-05 Lute Kamstra <lute@gnu.org>
9369
9370 * battery.el: Add support for Darwin (with much debugging help
9371 from Samuel Lauber <sam124@operamail.com>).
9372 (battery-status-function, battery-echo-area-format)
9373 (battery-mode-line-format): Add support for pmset on Darwin.
9374 (battery-load-low, battery-load-critical): New user options.
9375 (battery-pmset): New function.
9376
9377 2005-07-05 Lute Kamstra <lute@gnu.org>
9378
9379 Update FSF's address in GPL notices.
9380
9381 * textmodes/page-ext.el: Update FSF's address.
9382
9383 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9386 filling from using prefix when filling a single-line docstring.
9387
9388 * progmodes/flymake.el: Remove useless eval-when-compile.
9389
9390 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9391
9392 2005-07-04 Richard M. Stallman <rms@gnu.org>
9393
9394 * textmodes/org.el (org-file-apps-defaults-gnu):
9395 Rename from org-file-apps-defaults-linux.
9396 (org-default-apps): Don't test system-type for `linux'.
9397 (org-file-apps): Doc fix.
9398
9399 2005-07-04 David Ponce <david@dponce.com>
9400
9401 * tree-widget.el: Improve header Commentary section.
9402 (tree-widget) [defgroup]
9403 (tree-widget-image-enable, tree-widget-themes-directory)
9404 (tree-widget-theme, tree-widget-image-properties-emacs)
9405 (tree-widget-image-properties-xemacs, tree-widget-create-image)
9406 (tree-widget-image-formats, tree-widget-control)
9407 (tree-widget-empty-control, tree-widget-leaf-control
9408 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9409 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9410 (tree-widget-keep, tree-widget-after-toggle-functions)
9411 (tree-widget-open-node, tree-widget-close-node): Doc fix.
9412 (tree-widget-open-control, tree-widget-close-control): Fix doc and
9413 :help-echo message.
9414 (tree-widget-set-theme): Doc fix. Use `string-equal'.
9415 (tree-widget-image-properties): Doc fix. Clearer implementation.
9416 (tree-widget--cursors): New constant.
9417 (tree-widget-lookup-image): New function split from
9418 `tree-widget-find-image'. Clearer implementation.
9419 (tree-widget-find-image): Use it.
9420 (tree-widget-button-keymap): Use `set-keymap-parent'.
9421 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9422 Define the sub-widgets here.
9423 (tree-widget-node): Check that :node is not a tree-widget.
9424 (tree-widget-get-super, tree-widget-open-control)
9425 (tree-widget-close-control, tree-widget-empty-control)
9426 (tree-widget-leaf-control, tree-widget-guide)
9427 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9428 (tree-widget-no-handle, tree-widget-value-delete)
9429 (tree-widget-map): Remove.
9430 (tree-widget-children-value-save): Doc fix. Simplified.
9431 (tree-widget-value-create): Update according to previous changes.
9432
9433 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9434
9435 * textmodes/org.el: Leading space replaced by TABS.
9436 (org-recalc-marks, org-table-rotate-recalc-marks)
9437 (org-table-get-specials): Treat "^" and "_" marks.
9438 (org-table-justify-field-maybe): Optional argument NEW.
9439 (org-table-eval-formula): Parsing of the format simplified.
9440 New modes C,I. Honor the %= parameter in the current table.
9441 Avoid unnecessary re-align by using the NEW argument to
9442 `org-table-justify-field-maybe'.
9443 (org-calc-default-modes): Default for date-format mimicks org-mode.
9444 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9445
9446 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9447
9448 * cus-face.el (custom-theme-set-faces): Make it handle face
9449 aliases whose alias declarations are pre- or autoloaded.
9450
9451 2005-07-04 Juri Linkov <juri@jurta.org>
9452
9453 * faces.el (read-face-name): Put the code for getting a face name
9454 from the buffer before adding the faces from the `face' property.
9455 Use `completing-read-multiple' instead of `completing-read'.
9456 Require `crm'. Add default value and post-process the returned
9457 list of faces.
9458
9459 * emacs-lisp/crm.el (crm-find-current-element)
9460 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9461
9462 * emacs-lisp/lisp-mode.el (eval-defun-1):
9463 * emacs-lisp/edebug.el (edebug-eval-defun):
9464 Remove unnecessary quotes.
9465
9466 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9467
9468 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9469 (prolog-indent-level): Fix typo in docstring.
9470
9471 * info.el (Info-history, Info-history-forward)
9472 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9473
9474 * add-log.el (add-change-log-entry):
9475 * comint.el (comint-dynamic-list-input-ring)
9476 (comint-dynamic-list-completions):
9477 * dabbrev.el (dabbrev-expand):
9478 * delim-col.el (delimit-columns-rectangle-line):
9479 * diff-mode.el (diff-context->unified, diff-reverse-direction)
9480 (diff-unified->context):
9481 * ediff-init.el (ediff-abbrev-jobname):
9482 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9483 (ediff-replace-session-activity-marker-in-meta-buffer):
9484 * info.el (Info-summary):
9485 * lpr.el (printify-region):
9486 * printing.el (pr-create-interface):
9487 * ps-print.el (ps-print-quote):
9488 * ses.el (ses-column-widths, ses-print-cell)
9489 (ses-adjust-print-width, ses-center):
9490 * shell.el (shell-file-name-quote-list):
9491 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9492 (strokes-fill-current-buffer-with-whitespace)
9493 (strokes-xpm-for-stroke, strokes-list-strokes)
9494 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9495 * term.el (term-dynamic-list-input-ring)
9496 (term-dynamic-list-completions):
9497 * calc/calc.el (math-format-stack-value):
9498 * emacs-lisp/edebug.el (edebug-display-freq-count):
9499 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9500 (delphi-new-comment-line):
9501 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9502 * progmodes/executable.el (executable-set-magic):
9503 * progmodes/python.el (inferior-python-mode):
9504 * progmodes/scheme.el (scheme-mode-syntax-table):
9505 * progmodes/sh-script.el (sh-maybe-here-document):
9506 * progmodes/sql.el (sql-copy-column):
9507 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9508 * textmodes/bibtex.el (bibtex-mode):
9509 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9510 (sgml-auto-attributes):
9511 * textmodes/table.el (table-insert, table-shorten-cell)
9512 (table--generate-source-scan-lines, table-delete-row)
9513 (*table--cell-delete-char, table--spacify-frame)
9514 (table--horizontally-shift-above-and-below)
9515 (table--cell-insert-char, table--cell-blank-str)
9516 (table--fill-region-strictly):
9517 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9518 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9519
9520 * add-log.el (change-log):
9521 * apropos.el (apropos):
9522 * comint.el (comint-completion, comint-source):
9523 * dabbrev.el (dabbrev):
9524 * delim-col.el (columns):
9525 * diff-mode.el (diff-mode):
9526 * ediff.el (ediff):
9527 * ediff-diff.el (ediff-diff):
9528 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9529 * ediff-mult.el (ediff-mult):
9530 * ediff-ptch.el (ediff-ptch):
9531 * ediff-wind.el (ediff-window):
9532 * facemenu.el (facemenu):
9533 * indent.el (indent):
9534 * info.el (info):
9535 * jka-cmpr-hook.el (compression, jka-compr):
9536 * lpr.el (lpr):
9537 * outline.el (outlines):
9538 * pcmpl-cvs.el (pcmpl-cvs):
9539 * pcmpl-rpm.el (pcmpl-rpm):
9540 * printing.el (printing):
9541 * ps-print.el (postscript, ps-print, ps-print-horizontal)
9542 (ps-print-vertical, ps-print-headers, ps-print-font)
9543 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9544 (ps-print-background, ps-print-printer, ps-print-page)
9545 (ps-print-miscellany):
9546 * ses.el (ses):
9547 * shell.el (shell, shell-directories, shell-faces):
9548 * startup.el (initialization):
9549 * strokes.el (strokes):
9550 * term.el (term):
9551 * uniquify.el (uniquify):
9552 * w32-vars.el (w32):
9553 * calc/calc.el (calc):
9554 * emacs-lisp/bytecomp.el (bytecomp):
9555 * emacs-lisp/cl-indent.el (lisp-indent):
9556 * emacs-lisp/edebug.el (edebug):
9557 * emacs-lisp/elp.el (elp):
9558 * emacs-lisp/testcover.el (testcover):
9559 * emacs-lisp/trace.el (trace):
9560 * emulation/viper-ex.el (viper-ex):
9561 * emulation/viper-mous.el (viper-mouse):
9562 * mail/mailalias.el (mailalias):
9563 * mail/supercite.el (supercite, supercite-frames)
9564 (supercite-attr, supercite-cite, supercite-hooks):
9565 * net/rcompile.el (remote-compile):
9566 * net/rlogin.el (rlogin):
9567 * obsolete/ooutline.el (outlines):
9568 * progmodes/delphi.el (delphi):
9569 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9570 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9571 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9572 (ebnf-optimization):
9573 * progmodes/etags.el (etags):
9574 * progmodes/executable.el (executable):
9575 * progmodes/idlwave.el (idlwave):
9576 * progmodes/pascal.el (pascal):
9577 * progmodes/prolog.el (prolog):
9578 * progmodes/python.el (python):
9579 * progmodes/scheme.el (scheme):
9580 * progmodes/sh-script.el (sh, sh-script):
9581 * progmodes/sql.el (SQL):
9582 * progmodes/tcl.el (tcl):
9583 * textmodes/bibtex.el (bibtex, bibtex-autokey):
9584 * textmodes/enriched.el (enriched):
9585 * textmodes/makeinfo.el (makeinfo):
9586 * textmodes/sgml-mode.el (sgml):
9587 * textmodes/table.el (table-hooks):
9588 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9589 * textmodes/texinfo.el (texinfo):
9590 * textmodes/two-column.el (two-column):
9591 Finish `defgroup' description with period.
9592
9593 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9594 * eshell/esh-var.el (eshell-var):
9595 * progmodes/vhdl-mode.el (vhdl-testbench):
9596 * textmodes/org.el (org): Fix typos in docstrings.
9597
9598 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9599 consistency.
9600
9601 * progmodes/flymake.el (flymake-find-file): Remove.
9602 (flymake-float-time): Use `with-no-warnings'.
9603 (flymake-check-start-time, flymake-check-was-interrupted)
9604 (flymake-err-info, flymake-is-running, flymake-last-change-time)
9605 (flymake-new-err-info): `defvar' at compile time.
9606
9607 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
9608
9609 * replace.el (occur-hook): Doc fix.
9610 (occur-1): Don't call `occur-hook' if there are no matches.
9611
9612 2005-07-03 Richard M. Stallman <rms@gnu.org>
9613
9614 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9615 global-map, save the same map.
9616 (global-map): Don't alter it at top level.
9617 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9618 Then alter it here instead.
9619 (tpu-edt-off): Set global-map to the saved one.
9620
9621 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9622 All references simplified.
9623 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
9624 (zmacs-regions): Add defvar.
9625 (repeat-complex-command-map): Everything about that deleted.
9626
9627 * textmodes/artist.el (artist-key-is-drawing)
9628 (artist-key-endpoint1, artist-key-poly-point-list)
9629 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9630 (artist-key-compl-table, artist-rb-save-data)
9631 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9632 Don't put them in eval-when-compile.
9633 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9634
9635 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9636 Use with-no-warnings.
9637
9638 * net/browse-url.el (dos-windows-version): Add defvar.
9639
9640 * mail/supercite.el (filladapt-prefix-table): Add defvar.
9641
9642 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9643 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9644 (rmail-new-summary-line-count): Rename from new-summary-line-count.
9645 Add defvar.
9646 (rmail-summary-beginning-of-message): Use with-no-warnings.
9647 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9648
9649 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9650 Use with-no-warnings.
9651
9652 * emulation/vi.el (vi-mark-region): Use c-mark-function.
9653 (c-mark-function): Add point-moving-unit property.
9654 (vi-goto-line): Use with-no-warnings.
9655
9656 * emulation/edt.el (edt-last-copied-word): Add defvar.
9657 (zmacs-region-stays): Likewise.
9658 (edt-mark-section-wisely): Use c-mark-function for C.
9659 Use makr-defun for Fortran.
9660 (time-string): defvar deleted.
9661 (edt-display-the-time): Don't set time-string.
9662
9663 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9664
9665 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9666 Don't warn when name is not constant
9667 or for defining the group `emacs'.
9668
9669 * tooltip.el (gud-tooltip-mode): Add defvar.
9670
9671 * startup.el (default-frame-background-mode): Add defvar.
9672
9673 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9674
9675 * info.el (tool-bar-map): Add defvar.
9676
9677 * dired.el (dnd-protocol-alist): Add defvar.
9678
9679 * dired-aux.el (dired-query): Display question with answer, when
9680 the user answers.
9681
9682 * custom.el (custom-add-option): Doc fix.
9683
9684 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9685
9686 2005-07-03 Eli Zaretskii <eliz@gnu.org>
9687
9688 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9689 bogus name from the last change.
9690
9691 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
9692
9693 * custom.el (custom-declare-variable): Fix typos in comment.
9694 (custom-known-themes): Doc fix.
9695 (custom-theme-directory): New defcustom.
9696 (require-theme): Make it check `custom-theme-directory'.
9697
9698 * cus-theme.el (custom-new-theme-mode): New function.
9699 (custom-theme-name, custom-theme-variables, custom-theme-faces)
9700 (custom-theme-description): Add compiler defvars.
9701 (customize-create-theme): Add doc to the "*New Custom Theme*"
9702 buffer. Use `custom-new-theme-mode'.
9703 (custom-theme-write): Put the created buffer in emacs-lisp-mode
9704 and save it to the `custom-theme-directory'. Make this the
9705 default directory of the buffer.
9706
9707 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
9708
9709 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9710 Fix unbalanced parentheses.
9711
9712 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9715 into flymake-mode and delegate to flymake-mode.
9716
9717 * find-file.el (ff-which-function-are-we-in): Clean up.
9718
9719 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * replace.el (occur-rename-buffer): Fix docstring.
9722
9723 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9724 (edt-last-copied-word, edt-learn-macro-count)
9725 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9726 (edt-rect-start-point, edt-user-global-map, rect-start-point)
9727 (time-string, zmacs-region-stays):
9728 * emulation/edt-mapper.el (edt-save-function-key-map)
9729 (EDT-key-name): `defvar' to silence the byte-compiler.
9730
9731 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
9732
9733 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9734 font-lock-regexp-backslash. Doc fix.
9735 (font-lock-regexp-backslash-grouping-construct): Rename from
9736 font-lock-regexp-backslash-construct. Doc fix.
9737 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9738 grouping constructs.
9739
9740 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9741
9742 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9743 updating all the prerequisites.
9744
9745 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
9746
9747 * textmodes/org.el (org-agenda-start-on-weekday)
9748 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9749 (org-agenda-use-time-grid, org-archive-location)
9750 (org-allow-space-in-links, org-usenet-links-prefer-google)
9751 (org-enable-table-editor, org-export-default-language)
9752 (org-export-html-show-new-buffer, org-fill-paragraph)
9753 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9754 (org-goto-quit, org-occur, org-eval-in-calendar)
9755 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9756 (org-agenda-diary-entry, org-remember-help)
9757 (org-table-convert-region, org-at-table-p)
9758 (org-table-move-row-down, org-table-move-row-up)
9759 (org-table-copy-region, org-table-toggle-vline-visibility)
9760 (org-table-get-stored-formulas, org-table-get-specials)
9761 (org-recalc-commands, org-table-eval-formula)
9762 (org-table-formula-substitute-names, orgtbl-make-binding)
9763 (org-format-org-table-html, org-format-table-table-html)
9764 (org-format-table-table-html-using-table-generate-source)
9765 (org-customize): Fix typos in docstrings.
9766 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9767 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9768 (org-back-to-heading): Doc fixes.
9769 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9770 (org-agenda-change-all-lines, org-get-header):
9771 Improve argument/docstring consistency.
9772 (orgtbl-error): Fix error message.
9773
9774 * progmodes/flymake.el (flymake-find-possible-master-files)
9775 (flymake-master-file-compare, flymake-get-line-err-count)
9776 (flymake-highlight-line, flymake-gui-warnings-enabled):
9777 Fix typos in docstrings.
9778 (flymake-parse-line, flymake-get-project-include-dirs-function)
9779 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9780 Doc fixes.
9781 (flymake-get-project-include-dirs-function)
9782 (flymake-make-err-menu-data):
9783 Improve argument/docstring consistency.
9784
9785 2005-07-01 Lute Kamstra <lute@gnu.org>
9786
9787 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9788 Catch errors with ignore-errors. Use temporary buffer.
9789 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
9790
9791 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9792 background color faces.
9793 (facemenu-set-foreground, facemenu-set-background):
9794 Use facemenu-set-face-from-menu.
9795 (facemenu-set-face-from-menu): Treat face names that start with
9796 "fg:" or "bg:" as special.
9797 (facemenu-add-new-color): Don't create faces. Simplify.
9798
9799 2005-06-30 Richard M. Stallman <rms@gnu.org>
9800
9801 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9802 (crm-find-current-element): Likewise.
9803
9804 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9805
9806 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9807
9808 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * arc-mode.el (archive-extract): Make it work as a mouse binding.
9811 (archive-mouse-extract): Make it an obsolete alias.
9812 (archive-mode-map): Don't use archive-mouse-extract any more.
9813 (archive-mode, archive-extract): write-contents-hooks ->
9814 write-contents-functions.
9815 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9816 first arg.
9817 (archive-rename-entry): Update the call.
9818 (archive-zip-summarize): Remove unused var `method'.
9819 (archive-lzh-summarize): Remove unused var `creator'.
9820
9821 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9822 dedicated frame upon exit.
9823
9824 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9825 (archive-zip-extract, archive-zip-expunge)
9826 (archive-zip-update, archive-zip-update-case): Use executable-find.
9827 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9828 Use restore-buffer-modified-p.
9829 (archive-extract, archive-add-new-member, archive-write-file-member):
9830 Use with-current-buffer.
9831 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9832
9833 2005-06-30 Andreas Schwab <schwab@suse.de>
9834
9835 * progmodes/gud.el (gud-filter): Remove unneeded progn.
9836
9837 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9838
9839 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9840
9841 2005-06-30 Juri Linkov <juri@jurta.org>
9842
9843 * faces.el (vertical-border): Inherit from mode-line-inactive
9844 only on tty.
9845
9846 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
9847
9848 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
9849 example, -NLINES in the `occur' docstring).
9850
9851 * replace.el (occur-1): When no matches are found, do not set the
9852 `buffer-read-only' and modified flags for the occur buffer,
9853 because it is deleted.
9854
9855 * emulation/cua-base.el (cua-check-pending-input)
9856 (cua-repeat-replace-region, cua-mode, cua-debug)
9857 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
9858 Fix typos in docstrings.
9859
9860 * emulation/cua-gmrk.el (cua-toggle-global-mark)
9861 (cua-cut-region-to-global-mark)
9862 (cua--cut-rectangle-to-global-mark):
9863 Remove period from end of messages.
9864
9865 * emulation/cua-rect.el (cua-do-rectangle-padding):
9866 Remove period from end of messages.
9867 (cua--rectangle-seq-format): Fix typo in docstring.
9868 (cua-sequence-rectangle, cua-fill-char-rectangle):
9869 Improve argument/docstring consistency.
9870
9871 2005-06-29 Juri Linkov <juri@jurta.org>
9872
9873 * faces.el (default-frame-background-mode): New internal variable.
9874 (frame-set-background-mode): Use it.
9875
9876 * startup.el (normal-top-level): Set default-frame-background-mode
9877 instead of frame-background-mode. Before setting it, test for its
9878 nil value. Remove tests for frame-background-mode and frame
9879 parameter `reverse'. Add test for "unspecified-fg".
9880
9881 * term/xterm.el (xterm-rxvt-set-background-mode):
9882 * term/rxvt.el (rxvt-set-background-mode):
9883 Set default-frame-background-mode instead of frame-background-mode.
9884
9885 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9886
9887 * simple.el (set-variable): Warn about obsolete user variables.
9888
9889 * imenu.el (imenu--completion-buffer):
9890 * mouse.el (mouse-buffer-menu-alist):
9891 * msb.el (msb-invisible-buffer-p):
9892 * calendar/diary-lib.el (diary-header-line-format):
9893 * emacs-lisp/pp.el (pp-buffer):
9894 * progmodes/cperl-mode.el (cperl-do-auto-fill):
9895 * textmodes/picture.el (picture-replace-match):
9896 Change space constants followed by a sexp to "?\s ".
9897
9898 * play/decipher.el (decipher-loop-with-breaks):
9899 * textmodes/texinfo.el (texinfo-insert-@item): Change space
9900 constants "protected" from end of line by a comment to "?\s".
9901
9902 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9903
9904 * font-lock.el (save-buffer-state): Use `declare'.
9905
9906 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
9907 reset the syntax-table to cperl-mode-syntax-table.
9908 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
9909 "foo_print_bar" is not matched as a reserved keyword.
9910
9911 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9912
9913 * textmodes/org.el (orgtbl-setup): New function, for delayed
9914 setup for the orgtbl commands.
9915 (org-calc-default-modes): New option.
9916 (orgtbl-make-binding): Use `defun' to get better help display.
9917 (org-diary): Call `org-compile-prefix-format'.
9918 (org-table-formula-substitute-names): New function.
9919 (org-agenda-day-view, org-agenda-week-view): New commands.
9920 (org-agenda-toggle-week-view): Command removed.
9921 (org-tbl-menu): Split off from org-org-menu.
9922 (org-mode): Move removal of outline-mode menus to here.
9923 (org-table-formula-debug): New option.
9924 (org-table-insert-row): Keep first field if just "#" or "*".
9925 (org-mode): Paragraph regexps fixed.
9926 (org-table-recalculate-regexp): New constant.
9927 (org-table-justify-field-maybe): Avoid replace if not necessary.
9928 (org-copy-special, org-cut-special): Use `call-interactively'.
9929 (org-table-copy-region): Take region from `interactive' call.
9930 (org-trim): Return string even if no match.
9931 (org-formula): New face.
9932 (org-set-font-lock-defaults): No longer highlight "FIXME".
9933 But highlight formula-related fields in table.
9934 (org-table-p): Use regexp, not fontification.
9935 (org-table-align): Handle white space at end of line.
9936 (org-table-formula-evaluate-inline): New option.
9937 (org-mode): Auto-wrapping in comment lines turned off.
9938 (org-table-copy-down): Evaluate only in copied field, not in
9939 destination.
9940 (org-table-current-formula): Variable removed.
9941 (org-table-store-formulas, org-table-get-stored-formulas)
9942 (org-table-modify-formulas, org-table-replace-in-formulas)
9943 (org-table-maybe-eval-formula): New functions.
9944 (org-table-get-formula): Modify to use stored formulas.
9945 (org-table-insert-column, org-table-delete-column)
9946 (org-table-move-column): Call `org-table-modify-formulas'.
9947 (org-complete): Add completion for keyword formulas.
9948 (orgtbl-mode): Pull orgtbl-mode-map to start of
9949 minor-mode-map-alist.
9950
9951 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * progmodes/python.el (python-check): Require `compile' before
9954 modifying its variables.
9955
9956 * newcomment.el (comment-indent-default): Don't get fooled by an early
9957 end of buffer.
9958
9959 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9960
9961 * ps-print.el (ps-print-version): Fix version number.
9962
9963 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
9964
9965 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
9966
9967 2005-06-28 Richard M. Stallman <rms@gnu.org>
9968
9969 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
9970 (flyspell-local-mouse-map): Declaration deleted.
9971 (flyspell-mouse-map): Bind only mouse-2.
9972 (flyspell-mode-map): Don't test flyspell-use-local-map.
9973 (flyspell-overlay-keymap-property-name): Var deleted.
9974 (flyspell-mode-on): Don't make local bindings for
9975 flyspell-mouse-map and flyspell-mode-map.
9976 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
9977
9978 * textmodes/ispell.el (ispell-word): Do not ignore short words.
9979
9980 * progmodes/compile.el (compilation-next-error-function):
9981 Don't switch buffers; operate on the current buffer.
9982
9983 * progmodes/compile.el (compilation-error-file-name)
9984 (compilation-warning-file-name, compilation-info-file-name)
9985 (compilation-line-number, compilation-column-number): New faces.
9986 (compilation-error-face, compilation-warning-face)
9987 (compilation-info-face, compilation-line-face)
9988 (compilation-column-face): Use them.
9989
9990 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
9991
9992 * comint.el (comint-password-prompt-regexp): Accept ", try again".
9993
9994 * bindings.el (global-map): Bind insertchar and its variants.
9995
9996 2005-06-27 Richard M. Stallman <rms@gnu.org>
9997
9998 * textmodes/artist.el (artist-text-overwrite)
9999 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10000
10001 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10002
10003 * ps-print.el: It was not working the page selection for printing.
10004 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10005 (ps-print-version): New version 6.6.7.
10006 (ps-end-sheet): New fun.
10007 (ps-header-sheet, ps-end-job): Call it.
10008
10009 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
10010
10011 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10012
10013 2005-06-27 Lute Kamstra <lute@gnu.org>
10014
10015 * facemenu.el (facemenu-unlisted-faces): Add foreground and
10016 background color faces.
10017 (facemenu-get-face): Delete function.
10018 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10019 (facemenu-add-new-color): Make second argument mandatory.
10020 Create the appropriate face and return it. Simplify.
10021 (facemenu-set-foreground, facemenu-set-background): Don't check if
10022 color is defined. Use return value of facemenu-add-new-color.
10023
10024 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
10025
10026 * progmodes/gud.el (gud-filter): Add missing argument to
10027 with-selected-window.
10028
10029 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10032 a :require to the defcustom.
10033
10034 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10035 defcustoms corresponding to minor modes.
10036
10037 2005-06-26 David Ponce <david@dponce.com>
10038
10039 * recentf.el: Require tree-widget instead of wid-edit.
10040 (recentf-filename-handler): Fix widget :type.
10041 (recentf-cancel-dialog, recentf-open-more-files)
10042 (recentf-open-files-action): Doc fix.
10043 (recentf-dialog-goto-first): New function.
10044 (recentf-dialog-mode-map): Set parent keymap first.
10045 (recentf-dialog-mode): Define with define-derived-mode.
10046 Don't display continuation lines in dialogs.
10047 (recentf-edit-list): Rename from recentf-edit-selected-items.
10048 (recentf-edit-list-select): Rename from recentf-edit-list-action.
10049 Simplify.
10050 (recentf-edit-list-validate): New function.
10051 (recentf-edit-list): Update accordingly.
10052 (recentf-open-files-item-shift): Remove.
10053 (recentf-open-files-item): Convert menu elements into tree and
10054 link widgets. Don't create the widgets.
10055 (recentf-open-files): Update accordingly.
10056 (recentf-save-list): Untabify.
10057
10058 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10059
10060 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10061 (keep-lines): Add INTERACTIVE arg. Never delete lines only
10062 partially contained in the active region. Do not take active
10063 region into account when called from Lisp, unless INTERACTIVE arg
10064 is non-nil. Use `forward-line' instead of `beginning-of-line' to
10065 avoid trouble with fields. Make marker point nowhere when no
10066 longer used. Always return nil. Doc fix.
10067 (flush-lines): Add INTERACTIVE arg. Do not take active region
10068 into account when called from Lisp, unless INTERACTIVE arg is
10069 non-nil. Use `forward-line' instead of `beginning-of-line' to
10070 avoid trouble with fields. Make marker point nowhere when no
10071 longer used. Always return nil. Doc fix.
10072 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
10073 interchangeable. Do not take active region into account when
10074 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
10075 message in echo area when called from Lisp, unless INTERACTIVE arg
10076 is non-nil. Avoid saying "1 occurrences". Do not use markers.
10077 Return the number of matches. Doc fix.
10078 (occur): Doc fix.
10079 (perform-replace): Make comment follow double space convention for
10080 the sake of `outline-minor-mode'.
10081
10082 * faces.el (facep): Doc fix.
10083
10084 2005-06-25 Richard M. Stallman <rms@gnu.org>
10085
10086 * facemenu.el (facemenu-enable-faces-p): New function.
10087 (facemenu-background-menu, facemenu-foreground-menu)
10088 (facemenu-face-menu): Add menu-enable property.
10089
10090 * jka-compr.el (jka-compr-insert-file-contents):
10091 Special handling if cannot find the uncompression program.
10092
10093 * cus-face.el (custom-face-attributes): Add autoload.
10094
10095 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10096 Bind comment-indent-function locally.
10097
10098 * window.el (save-selected-window): Use save-current-buffer.
10099
10100 * subr.el (with-selected-window): Use save-current-buffer.
10101
10102 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10103 and with-current-buffer.
10104
10105 2005-06-24 Richard M. Stallman <rms@gnu.org>
10106
10107 * simple.el (line-move-1): Fix previous change.
10108
10109 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
10110
10111 * replace.el (occur-1): Set `buffer-read-only' and the
10112 buffer-modified flag before running `occur-hook' to protect
10113 against unintentional buffer switches that can lead to data loss.
10114
10115 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
10116
10117 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10118 (gud-gdb-marker-filter): Use font-lock-warning-face for any
10119 initial error.
10120
10121 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10122 after fresh input.
10123 (gdb-var-create-handler): Put name of expression in quotes.
10124
10125 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10126
10127 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10128 elements of RING in order, and without bogus nil elements.
10129
10130 2005-06-23 Richard M. Stallman <rms@gnu.org>
10131
10132 * simple.el (set-variable): Args renamed; doc fix.
10133 (line-move-1): When there are overlays around, use vertical-motion.
10134
10135 * faces.el (escape-glyph): Use brown against light background.
10136 (nobreak-space): Rename from no-break-space.
10137 Fix previous change.
10138
10139 * dired-aux.el (dired-do-copy): Fix arg prompt.
10140
10141 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10142
10143 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10144
10145 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10146 rather than "Distributor".
10147
10148 2005-06-23 Lute Kamstra <lute@gnu.org>
10149
10150 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10151 (debug-on-entry): Use it. New interactive declaration that uses
10152 function-called-at-point.
10153
10154 2005-06-23 Kim F. Storm <storm@cua.dk>
10155
10156 * subr.el (save-match-data): Add comment about using evaporate arg
10157 to set-match-data.
10158
10159 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10160
10161 * cus-edit.el (customize-face)
10162 (customize-face-other-window): Handle face aliases.
10163
10164 * faces.el (face-documentation, set-face-attribute)
10165 (face-spec-set): Handle face aliases.
10166
10167 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
10168
10169 * help-mode.el (help-make-xrefs): If a symbol representing a face
10170 name is not followed by the word "face", it could still be a
10171 function or variable name, so don't bypass other checks.
10172
10173 2005-06-22 Juri Linkov <juri@jurta.org>
10174
10175 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10176 Replace aliased functions with calls where second arg `inherit' is t.
10177
10178 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
10179
10180 * progmodes/gdb-ui.el (gdb-error): New variable.
10181 (gdb-error): New function.
10182 (gdb-annotation-rules): Act on error-begin and error annotations.
10183 (gdb-concat-output): Use font-lock-warning-face for errors.
10184
10185 2005-06-22 Miles Bader <miles@gnu.org>
10186
10187 * bindings.el (propertized-buffer-identification): Use renamed
10188 `Buffer-menu-buffer' face.
10189
10190 * faces.el (vertical-border): Rename from `vertical-divider'.
10191 (escape-glyph): Change dark-background color back to `cyan'.
10192
10193 2005-06-21 Juri Linkov <juri@jurta.org>
10194
10195 * faces.el (face-user-default-spec): Try getting `customized-face'
10196 prior to `saved-face'.
10197 (frame-background-mode): Refill docstring.
10198
10199 * emacs-lisp/lisp-mode.el (eval-defun-1):
10200 * emacs-lisp/edebug.el (edebug-eval-defun):
10201 Set `saved-face' temporarily to nil before calling form.
10202 Set `customized-face' to the new spec after that.
10203
10204 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
10205
10206 * subr.el (1value, lambda, key-substitution-in-progress):
10207 Doc fixes.
10208
10209 * autoinsert.el (auto-insert-alist):
10210 * ses.el (ses-call-printer):
10211 * subr.el (noreturn):
10212 * emacs-lisp/lisp.el (check-parens):
10213 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10214 * net/browse-url.el (browse-url-mosaic):
10215 * progmodes/cc-defs.el (c-safe-scan-lists):
10216 * progmodes/ebnf-abn.el (ebnf-abn-lex):
10217 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10218 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10219 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10220 * progmodes/ebnf-iso.el (ebnf-iso-lex):
10221 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10222
10223 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10224
10225 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10226
10227 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
10228
10229 * calendar/appt.el (appt-make-list): Activate the package, if
10230 not already active (for backwards compatibility).
10231
10232 2005-06-20 Kim F. Storm <storm@cua.dk>
10233
10234 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
10235
10236 2005-06-20 Miles Bader <miles@gnu.org>
10237
10238 * faces.el (vertical-divider): New face.
10239
10240 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
10241
10242 * simple.el (kill-whole-line): Doc fix.
10243 (next-error-buffer-p, next-error-find-buffer)
10244 (clone-indirect-buffer): Fix typos in docstrings.
10245 (comment-line-break-function): Doc fix: don't say variable
10246 is automatically buffer-local (it isn't).
10247
10248 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
10249
10250 * net/tramp-ftp.el (top):
10251 * net/tramp-smb.el (top):
10252 * net/tramp-util.el (top):
10253 * net/tramp-uu.el (top):
10254 * net/tramp-vc.el (top):
10255 * net/tramp.el (top): Revert copyright years back to original
10256 ones. Tramp has a life outside GNU Emacs.
10257
10258 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
10259
10260 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
10261
10262 2005-06-18 Juri Linkov <juri@jurta.org>
10263
10264 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
10265 end of first regexp to limit the match to the position between
10266 line number and source line with same separator character as used
10267 between file name and line number. In the second regexp limit
10268 mouse-face area to file name and line number by adding new group
10269 for them and referring it in HYPERLINK arg.
10270 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
10271 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
10272 previous line where grep markers may be already removed.
10273
10274 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
10275
10276 * progmodes/ps-mode.el: Update version and maintainer's email address.
10277
10278 2005-06-18 Steve Youngs <steve@xemacs.org>
10279
10280 * net/browse-url.el (browse-url-browser-function)
10281 (browse-url-default-browser): Add firefox.
10282 (browse-url-firefox-program, browse-url-firefox-arguments)
10283 (browse-url-firefox-startup-arguments)
10284 (browse-url-firefox-new-window-is-tab): New defcustoms.
10285 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
10286
10287 2005-06-17 Richard M. Stallman <rms@gnu.org>
10288
10289 * startup.el (command-line): Warn if specified user name has
10290 no home directory.
10291
10292 * term.el (term-get-old-input, term-input-filter, term-input-sender)
10293 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10294
10295 * longlines.el (longlines-mode, longlines-show-hard-newlines):
10296 Doc fixes.
10297
10298 * faces.el (underline): Try bold if terminal doesn't support underline.
10299
10300 * mail/sendmail.el (mail-setup-with-from): New variable.
10301 (mail-insert-from-field): New function.
10302 (sendmail-send-it): Call it.
10303 (mail-setup): Optionally call it here.
10304
10305 * term/linux.el: Call tty-no-underline.
10306
10307 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10308
10309 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10310
10311 2005-06-17 Miles Bader <miles@gnu.org>
10312
10313 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10314 (ediff-current-diff-C, ediff-current-diff-Ancestor)
10315 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10316 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10317 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10318 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10319 Remove "-face" suffix from face names.
10320 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10321 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10322 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10323 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10324 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10325 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10326 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10327 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10328 New backward-compatibility aliases for renamed faces.
10329 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10330 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10331 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10332 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10333 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10334 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10335 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10336 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10337 Use renamed ediff faces.
10338
10339 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10340 Remove "-face" suffix from face names.
10341 (eshell-test-ok-face, eshell-test-failed-face):
10342 New backward-compatibility aliases for renamed faces.
10343 (eshell-run-test): Use renamed eshell-test faces.
10344
10345 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10346 face name.
10347 (eshell-prompt-face): New backward-compatibility alias for renamed
10348 face.
10349 (eshell-emit-prompt): Use renamed eshell-prompt face.
10350
10351 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10352 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10353 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10354 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10355 Remove "-face" suffix from face names.
10356 (eshell-ls-directory-face, eshell-ls-symlink-face)
10357 (eshell-ls-executable-face, eshell-ls-readonly-face)
10358 (eshell-ls-unreadable-face, eshell-ls-special-face)
10359 (eshell-ls-missing-face, eshell-ls-archive-face)
10360 (eshell-ls-backup-face, eshell-ls-product-face)
10361 (eshell-ls-clutter-face):
10362 New backward-compatibility aliases for renamed faces.
10363 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10364
10365 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10366 Remove "-face" suffix from face name.
10367 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10368 instead of literal face.
10369
10370 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
10371
10372 * emacs-lisp/warnings.el (display-warning, lwarn)
10373 (warning-minimum-log-level): Doc fixes.
10374 (warning-minimum-level, warning-minimum-log-level):
10375 Add :debug to :type choices.
10376
10377 * progmodes/ada-mode.el (ada-format-paramlist)
10378 (ada-get-indent-case, ada-check-matching-start)
10379 (ada-check-defun-name, ada-goto-matching-decl-start)
10380 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10381 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10382 (ada-make-subprogram-body): Follow error conventions.
10383 (ada-case-exception-file, ada-indent-comment-as-code)
10384 (ada-indent-handle-comment-special, ada-indent-renames)
10385 (ada-indent-return, ada-search-directories-internal)
10386 (ada-tab-policy, ada-case-exception-substring)
10387 (ada-other-file-alist, ada-matching-start-re)
10388 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10389 (ada-imenu-generic-expression, ada-compile-goto-error)
10390 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10391 (ada-popup-menu, ada-add-extensions, ada-mode)
10392 (ada-region-selected, ada-create-case-exception)
10393 (ada-create-case-exception-substring, ada-after-keyword-p)
10394 (ada-activate-keys-for-case, ada-adjust-case-region)
10395 (ada-adjust-case-buffer, ada-format-paramlist)
10396 (ada-scan-paramlist, ada-insert-paramlist)
10397 (ada-indent-newline-indent)
10398 (ada-indent-newline-indent-conditional)
10399 (ada-justified-indent-current, ada-goto-previous-word)
10400 (ada-indent-current, ada-get-indent-open-paren)
10401 (ada-get-indent-paramlist, ada-get-indent-end)
10402 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10403 (ada-get-indent-block-start, ada-get-indent-subprog)
10404 (ada-get-indent-noindent, ada-get-indent-label)
10405 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10406 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10407 (ada-goto-stmt-end, ada-goto-next-word)
10408 (ada-check-matching-start, ada-check-defun-name)
10409 (ada-goto-matching-decl-start, ada-goto-matching-start)
10410 (ada-goto-matching-end, ada-search-ignore-string-comment)
10411 (ada-in-decl-p, ada-looking-at-semi-or)
10412 (ada-looking-at-semi-private, ada-in-paramlist-p)
10413 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10414 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10415 (ada-next-procedure, ada-previous-procedure, ada-next-package)
10416 (ada-previous-package, ada-create-menu)
10417 (ada-fill-comment-paragraph-justify)
10418 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10419 (ada-other-file-name, ada-last-which-function-line)
10420 (ada-last-which-function-subprog, ada-which-function)
10421 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10422 (ada-gen-treat-proc, ada-check-emacs-version)
10423 (ada-continuation-indent, ada-align-region-separate):
10424 Fix typos in docstrings.
10425 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10426
10427 2005-06-16 Lute Kamstra <lute@gnu.org>
10428
10429 * simple.el (fundamental-mode): Run after-change-major-mode-hook
10430 conditionally.
10431
10432 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10433
10434 * comint.el (comint-replace-by-expanded-filename)
10435 (comint-prompt-regexp, comint-delimiter-argument-list)
10436 (comint-preinput-scroll-to-bottom):
10437 * info.el (Info-hide-cookies-node):
10438 * ls-lisp.el (ls-lisp-classify):
10439 * find-file.el (ff-search-directories, ff-special-constructs)
10440 (ff-find-other-file):
10441 * font-lock.el (font-lock-keywords):
10442 * shell.el (shell-prompt-pattern)
10443 (shell-dynamic-complete-functions, shell-mode)
10444 (shell-delimiter-argument-list):
10445 * term.el (term-replace-by-expanded-filename)
10446 (term-prompt-regexp, term-delimiter-argument-list):
10447 * woman.el (woman-ignore, woman0-if):
10448 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10449 * emacs-lisp/elint.el (elint-init-env):
10450 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10451 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10452 * language/ethio-util.el (ethio-tilde-escape)
10453 (ethio-use-three-dot-question):
10454 * net/zone-mode.el (zone-mode-load-time-setup):
10455 * progmodes/cc-align.el (c-lineup-argcont):
10456 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10457 * progmodes/cperl-mode.el (cperl-set-style-back):
10458 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10459 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10460 Fix spellings in docstrings.
10461
10462 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10463 * progmodes/modula2.el (m2-for): Fix spellings.
10464
10465 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10466
10467 * simple.el (undo-more): Don't use `format' on `error' arguments.
10468 Improve argument/docstring consistency.
10469 (pending-undo-list): Doc fix.
10470
10471 * smerge-mode.el (smerge-ensure-match):
10472 * emulation/vip.el (vip-ex):
10473 * net/zone-mode.el (zone-mode-update-serial):
10474 * progmodes/idlwave.el (idlwave-complete):
10475 * progmodes/vhdl-mode.el (vhdl-visit-file)
10476 (vhdl-compose-wire-components):
10477 Don't use `format' on `error' arguments.
10478
10479 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10480 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10481 (tooltip-help-tips): Fix typos in docstrings.
10482
10483 2005-06-16 David Ponce <david@dponce.com>
10484
10485 * tree-widget.el (tree-widget-value-create): Simplify last change.
10486
10487 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
10488
10489 * ido.el (ido-incomplete-regexp): New variable.
10490 (ido-set-matches-1): Handle invalid-regexp error and set
10491 ido-incomplete-regexp.
10492 (ido-incomplete-regexp): New face.
10493 (ido-completions): Use it.
10494 (ido-complete, ido-exit-minibuffer, ido-completions):
10495 Handle incomplete regexps.
10496 (ido-completions): Add check for complete match when entering a regexp.
10497
10498 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10501
10502 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10503
10504 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10505 by field delimiters.
10506
10507 2005-06-15 David Ponce <david@dponce.com>
10508
10509 * tree-widget.el: eval-and-compile inlined functions so they will
10510 be available at run-time too.
10511 (tree-widget-super-format-handler)
10512 (tree-widget-format-handler): Remove.
10513 (tree-widget-value-create): Handle the :indent property.
10514
10515 2005-06-15 Miles Bader <miles@gnu.org>
10516
10517 * progmodes/which-func.el (which-func): Only inherit
10518 `font-lock-function-name-face' when that makes sense against the
10519 default mode-line face, otherwise set the face color explicitly.
10520
10521 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10522 faces instead of (non-existent) variables.
10523
10524 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10527 (iswitchb-get-matched-buffers): Likewise. Simplify.
10528
10529 2005-06-14 Miles Bader <miles@gnu.org>
10530
10531 * progmodes/ld-script.el (ld-script-location-counter):
10532 Remove "-face" suffix from face name.
10533 (ld-script-location-counter-face):
10534 New backward-compatibility alias for renamed face.
10535 (ld-script-location-counter-face): Use renamed face.
10536
10537 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10538 (cperl-hash): Remove "-face" suffix from face names.
10539 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10540 New backward-compatibility aliases for renamed faces.
10541 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10542 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10543
10544 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10545 name.
10546 (which-func-face): New backward-compatibility alias for renamed face.
10547 (which-func-format): Use renamed which-func face.
10548
10549 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10550 (vhdl-function, vhdl-directive, vhdl-reserved-word)
10551 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10552 names.
10553 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10554 (vhdl-speedbar-configuration, vhdl-speedbar-package)
10555 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10556 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10557 (vhdl-speedbar-architecture-selected)
10558 (vhdl-speedbar-configuration-selected)
10559 (vhdl-speedbar-package-selected)
10560 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10561 names.
10562 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10563 Use renamed faces.
10564 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10565 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10566 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10567 Use renamed faces.
10568 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10569 names.
10570 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10571 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10572 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10573 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10574 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10575 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10576
10577 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10578 face name.
10579 (sh-heredoc-face): New backward-compatibility alias for renamed face.
10580 (sh-heredoc-face): Use renamed sh-heredoc face.
10581
10582 * progmodes/idlw-help.el (idlwave-help-link):
10583 Remove "-face" suffix from face name.
10584 (idlwave-help-link-face):
10585 New backward-compatibility alias for renamed face.
10586 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10587
10588 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10589 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10590 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10591 New backward-compatibility aliases for renamed faces.
10592 (idlwave-shell-disabled-breakpoint-face)
10593 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10594
10595 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10596 Remove "-face" suffix from face names.
10597 (flymake-errline-face, flymake-warnline-face):
10598 New backward-compatibility aliases for renamed faces.
10599 (flymake-highlight-line): Use renamed flymake faces.
10600
10601 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10602 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10603 (ebrowse-member-class, ebrowse-progress):
10604 Remove "-face" suffix from face names.
10605 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10606 (ebrowse-file-name-face, ebrowse-default-face)
10607 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10608 (ebrowse-progress-face):
10609 New backward-compatibility aliases for renamed faces.
10610 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10611 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10612 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10613 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10614
10615 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10616 antlr-syntax)
10617 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10618 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10619 names.
10620 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10621 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10622 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10623 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10624 backward-compatibility aliases for renamed faces.
10625 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10626 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10627 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10628 remove "font-lock-". Use renamed antlr-mode faces.
10629 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
10630 literal face-names with face variable references.
10631
10632 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10633 face name.
10634 (Buffer-menu-buffer-face): New backward-compatibility alias for
10635 renamed face.
10636 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10637
10638 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
10639
10640 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10641 Eliminate "-face" suffix.
10642 (makefile-targets): Inherit from font-lock-function-name-face and
10643 eliminate "-face" suffix.
10644 (makefile-shell): Remove attributes and eliminate "-face" suffix.
10645 (makefile-*-font-lock-keywords): Append makefile-targets in rule
10646 actions, instead of prepending, to make it less visible.
10647 (makefile-previous-dependency, makefile-match-dependency):
10648 Don't match a target on a continuation line.
10649
10650 * files.el (auto-mode-alist): Put Makefile in gmake mode.
10651
10652 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
10653
10654 * progmodes/gdb-ui.el (menu): Re-order menu items.
10655 (gdb-tooltip-print): Respect tooltip-use-echo-area.
10656
10657 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10658 Define in tooltip.el.
10659 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10660 (gud-tooltip-tips): Respect tooltip-use-echo-area and
10661 gud-tooltip-echo-area.
10662
10663 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10664 backward compatibility and make obsolete.
10665 (tooltip-help-tips): Use tooltip-use-echo-area.
10666 (tooltip-show-help-function): Rename to...
10667 (tooltip-show-help): ...this, because it is a function.
10668 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10669
10670 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10671
10672 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10673 (edebug-print-length, edebug-print-level, edebug-print-circle)
10674 (edebug-modify-breakpoint, edebug-eval-last-sexp)
10675 (edebug-eval-print-last-sexp): Doc fixes.
10676
10677 2005-06-14 Kim F. Storm <storm@cua.dk>
10678
10679 * ido.el (ido-mode): Make a new keymap every time we enable ido,
10680 as the coverage buffer/file/both may change.
10681
10682 2005-06-14 Lute Kamstra <lute@gnu.org>
10683
10684 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10685 and run-mode-hooks. Simplify.
10686
10687 * mail/rmailedit.el (rmail-edit-mode):
10688 * progmodes/octave-inf.el (inferior-octave-mode):
10689 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10690
10691 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10692 and run-mode-hooks.
10693 (recentf-edit-list, recentf-open-files): Don't call
10694 kill-all-local-variables directly.
10695
10696 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10697
10698 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10699
10700 * emacs-lisp/byte-run.el (make-obsolete)
10701 (define-obsolete-function-alias): Rename arguments FUNCTION and
10702 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10703 (make-obsolete-variable, define-obsolete-variable-alias):
10704 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10705 respectively.
10706
10707 * isearchb.el (isearchb-activate):
10708 * pcvs.el (cvs-mode):
10709 * ses.el (ses-load):
10710 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10711 * net/tramp.el (tramp-find-file-exists-command)
10712 (tramp-find-shell):
10713 * progmodes/ada-mode.el (ada-create-case-exception)
10714 (ada-create-case-exception-substring, ada-make-subprogram-body):
10715 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10716 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10717 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10718 * textmodes/org.el (org-promote, org-evaluate-time-range)
10719 (org-agenda-next-date-line, org-agenda-previous-date-line)
10720 (org-agenda-error, org-open-at-point, org-table-move-row)
10721 (org-format-table-table-html-using-table-generate-source)
10722 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10723 * textmodes/reftex.el (reftex-access-scan-info):
10724 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10725 (reftex-toc-promote-prepare): Follow error conventions.
10726
10727 * diff-mode.el (diff-mode): Fix typo in docstring.
10728
10729 * forms.el (forms--intuit-from-file): Fix reference to
10730 `forms-number-of-fields' in error message.
10731 (forms-print): Fix quoting in error message.
10732
10733 * forms.el (forms-mode):
10734 * emulation/vi.el (vi-goto-insert-state):
10735 * progmodes/flymake.el (flymake-new-err-info)
10736 (flymake-start-syntax-check-for-current-buffer)
10737 (flymake-simple-cleanup):
10738 * eshell/esh-var.el (eshell/export):
10739 * progmodes/gud.el (xdb):
10740 * textmodes/flyspell.el (flyspell-incorrect-hook)
10741 (flyspell-maybe-correct-transposition)
10742 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10743
10744 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
10745
10746 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10747 minibuffer prompt.
10748
10749 2005-06-13 Kim F. Storm <storm@cua.dk>
10750
10751 * subr.el (add-to-ordered-list): New defun.
10752
10753 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10754 add cua--keymap-alist to emulation-mode-map-alists.
10755
10756 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * subr.el (complete-in-turn): New macro.
10759 (dynamic-completion-table, lazy-completion-table): Add debug info.
10760
10761 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10762 in preference to face aliases.
10763
10764 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10765 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10766 Remove unused vars `start' and `firstline'.
10767 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10768 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10769
10770 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10771
10772 * cus-start.el (all): Don't complain about missing GTK-related
10773 variables, unless either `gtk' is boundp or this isn't a
10774 `windows-nt' build.
10775
10776 2005-06-13 Lute Kamstra <lute@gnu.org>
10777
10778 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10779 run-mode-hooks.
10780
10781 * ediff-mult.el (ediff-meta-mode):
10782 * ediff-util.el (ediff-mode): Use run-mode-hooks.
10783
10784 * ledit.el (ledit-mode): Use delay-mode-hooks.
10785
10786 * woman.el (woman-mode-line-format): Delete constant.
10787 (woman-mode-map): Initialize it properly.
10788 (woman-mode): Set mode-class property to special.
10789 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
10790 Set major-mode and mode-name. Don't set mode-line-format directly.
10791 (Man-getpage-in-background): Don't reference woman-mode-line-format.
10792
10793 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10794 string argument obsolete.
10795
10796 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10797
10798 * textmodes/org.el (org-CUA-compatible): New option.
10799 (org-disputed-keys): New variable.
10800 (org-key): New function.
10801 (orgtbl-make-binding): Add docstring to the created function.
10802 (org-mode): Set paragraph start/separate regexps.
10803 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10804 (org-archive-location, org-archive-mark-done)
10805 (org-archive-stamp-time): New options.
10806 (org-archive-subtree): New command.
10807 (org-fill-paragraph): New function.
10808 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10809 (org-fake-empty-table-line): Function removed.
10810 (org-format-org-table-html): Do not create empty table lines at
10811 separator lines. Improved table header treatment.
10812 (org-link-format): New option.
10813 (org-make-link): New function.
10814 (org-insert-link, org-store-link): Use org-make-link.
10815 (org-open-file): Quote file name for shell command, to allow
10816 spaces in file names.
10817 (org-link-regexp): Fix bug with mailto link.
10818 (org-link-maybe-angles-regexp, org-protected-link-regexp):
10819 New constants.
10820 (org-export-as-html): Deal with the optional angles around a link.
10821 Better treatment of file: links.
10822 (org-open-at-point): Replace @{ and @} with < and >.
10823 (org-run-mode-hooks): Function removed.
10824 (org-agenda-mode): No longer use `org-run-mode-hooks'.
10825
10826 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
10827
10828 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10829 MI command -data-list-register-values.
10830 (gdb-post-prompt): Indent properly.
10831
10832 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
10833
10834 * hilit-chg.el (highlight-changes-colors): Rename from
10835 `highlight-changes-colours'.
10836 (highlight-changes-colours): Keep as obsolete alias.
10837 (highlight-changes-face-list): Doc fix.
10838 (hilit-chg-make-list): Use `highlight-changes-colors'.
10839
10840 2005-06-12 Mark A. Hershberger <mah@everybody.org>
10841
10842 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
10843 defun-prompt-regexp.
10844
10845 2005-06-12 Eli Zaretskii <eliz@gnu.org>
10846
10847 * loadup.el: Don't say we are dumping under 2 names on windows-nt
10848 and cygwin.
10849
10850 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10851 Don't use an old loaddefs.el, as in Makefile.in.
10852
10853 2005-06-12 Lute Kamstra <lute@gnu.org>
10854
10855 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
10856
10857 * man.el (Man-mode-map): Initialize it properly.
10858 (Man-mode): Set mode-class property to special.
10859
10860 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
10861
10862 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10863
10864 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
10865 A newline is needed in the docstring there.
10866
10867 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
10868 Doc fixes.
10869
10870 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10871
10872 * printing.el: Doc fix. The menubar is no more changed when printing
10873 is loaded, it only changes when pr-menu-bind or pr-update-menus is
10874 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
10875 (pr-version): New version number (6.8.4).
10876 (pr-menu-bind): New command.
10877 (pr-update-menus): Docstring and code fix.
10878 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
10879 Docstring fix.
10880 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
10881 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
10882
10883 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
10884
10885 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
10886 "Returns" to "return", document useful return values, etc.
10887
10888 2005-06-11 Alan Mackenzie <acm@muc.de>
10889
10890 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
10891 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
10892 (adaptive-file-function): Minor amendment to doc-string.
10893
10894 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10895
10896 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
10897 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
10898 Fix :type--it is `integer', not `string'.
10899
10900 * faces.el (modeline-highlight): Rename from (the erroneous)
10901 `modeline-higilight'.
10902
10903 2005-06-11 Lute Kamstra <lute@gnu.org>
10904
10905 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
10906 lisp-interaction-mode-map but make it the parent.
10907 (edebug-eval-mode): Use define-derived-mode.
10908
10909 2005-06-11 Andreas Schwab <schwab@suse.de>
10910
10911 * bindings.el: Add binding of `ESC functionkey' for every
10912 `M-functionkey'.
10913 * hexl.el (hexl-mode-map): Likewise.
10914
10915 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
10916
10917 * progmodes/compile.el (compilation-error-regexp-alist-alist)
10918 [msft]: update regexp for newer msft compilers.
10919
10920 2005-06-10 Mark A. Hershberger <mah@everybody.org>
10921
10922 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
10923 ATTLIST portions of included DTDs.
10924 (xml-parse-dtd): Eliminate use of inefficient match-data.
10925
10926 2005-06-10 Miles Bader <miles@gnu.org>
10927
10928 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10929 (mpuz-text): Remove "-face" suffix from face names.
10930 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
10931 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
10932 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
10933
10934 * play/gomoku.el (gomoku-O, gomoku-X):
10935 Remove "-face" suffix from face names.
10936 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
10937 New backward-compatibility aliases for renamed faces.
10938 (gomoku-font-lock-keywords): Use renamed gomoku faces.
10939
10940 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10941
10942 * thumbs.el: Fixes for changes of 2005-06-09.
10943 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
10944 as a directory.
10945 (thumbs-thumbname): Remove directory separator from format string;
10946 `thumbs-thumbsdir' now returns a valid directory name.
10947 (thumbs-temp-dir): New defsubst.
10948 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
10949 Use it.
10950
10951 * cus-edit.el (minibuffer):
10952 * files.el (make-backup-file-name-function):
10953 * filesets.el (filesets-external-viewers):
10954 * hilit-chg.el (highlight-changes-colours)
10955 (highlight-changes-face-list, highlight-changes-rotate-faces):
10956 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
10957 * kmacro.el (kmacro-call-macro):
10958 * log-edit.el (log-edit-changelog-full-paragraphs):
10959 * mouse.el (mouse-1-click-follows-link):
10960 * skeleton.el (skeleton-autowrap):
10961 * subr.el (insert-for-yank-1):
10962 * tempo.el (tempo-insert-region):
10963 * terminal.el (terminal-emulator):
10964 * time.el (display-time-mail-face):
10965 * vc.el (vc-annotate):
10966 * vcursor.el (vcursor-copy-line):
10967 * woman.el (woman-bold-headings, woman-ignore)
10968 (woman-default-faces, woman-monochrome-faces):
10969 * calendar/todo-mode.el (todo-insert-threshold):
10970 * emulation/pc-select.el (pc-select-selection-keys-only)
10971 (pc-selection-mode):
10972 * emulation/vip.el (vip-find-char-forward):
10973 * emulation/viper-cmd.el (viper-find-char-forward):
10974 * international/mule-cmds.el
10975 (select-safe-coding-system-accept-default-p)
10976 (input-method-exit-on-invalid-key):
10977 * international/mule-diag.el (describe-coding-system):
10978 * international/ucs-tables.el (unify-8859-on-encoding-mode):
10979 * net/browse-url.el (browse-url-xterm-program):
10980 * obsolete/lazy-lock.el (lazy-lock-mode):
10981 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
10982 (cperl-mode):
10983 * progmodes/cpp.el (cpp-face-light-name-list)
10984 (cpp-face-dark-name-list):
10985 * progmodes/delphi.el (delphi-newline-always-indents):
10986 Fix spellings in docstrings.
10987
10988 * ido.el (ido-mode, ido-file-extensions-order)
10989 (ido-default-file-method, ido-default-buffer-method)
10990 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
10991 (ido-decorations, ido-read-file-name-as-directory-commands)
10992 (ido-read-file-name-non-ido, ido-work-directory-list)
10993 (ido-ignore-item-temp-list, ido-current-directory)
10994 (ido-magic-forward-char, ido-enter-find-file)
10995 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
10996 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
10997
10998 2005-06-10 Lute Kamstra <lute@gnu.org>
10999
11000 * play/dunnet.el (dun-mode): Use define-derived-mode.
11001 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
11002 obsolete alias.
11003
11004 * play/doctor.el (doctor-mode-map): Remove defvar.
11005 (doctor-mode): Use define-derived-mode.
11006
11007 * mail/mspools.el (mspools-mode):
11008 * net/eudc-hotlist.el (eudc-hotlist-mode):
11009 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11010
11011 2005-06-10 Miles Bader <miles@gnu.org>
11012
11013 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11014 Remove "-face" suffix from face names.
11015 (flyspell-incorrect-face, flyspell-duplicate-face):
11016 New backward-compatibility aliases for renamed faces.
11017 (flyspell-mode-on, make-flyspell-overlay)
11018 (flyspell-highlight-incorrect-region)
11019 (flyspell-highlight-duplicate-region)
11020 (flyspell-display-next-corrections)
11021 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11022
11023 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11024 from face name.
11025 (texinfo-heading-face): New backward-compatibility alias for
11026 renamed face.
11027 (texinfo-heading-face): Use renamed texinfo-heading face.
11028
11029 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11030 suffix from face names.
11031 (tex-math-face, tex-verbatim-face):
11032 New backward-compatibility aliases for renamed faces.
11033 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11034 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11035 literal face name.
11036
11037 * textmodes/table.el (table-cell): Remove "-face" suffix from face
11038 name.
11039 (table-cell-face): New backward-compatibility alias for renamed face.
11040 (table--put-cell-face-property, table--update-cell-face):
11041 Use renamed table-cell face.
11042
11043 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11044 from face name.
11045 (sgml-namespace-face): New backward-compatibility alias for
11046 renamed face.
11047 (sgml-namespace-face): Use renamed sgml-namespace face.
11048
11049 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11050 (org-level-4, org-level-5, org-level-6, org-level-7)
11051 (org-level-8, org-warning, org-headline-done)
11052 (org-deadline-announce, org-scheduled-today)
11053 (org-scheduled-previously, org-link, org-done, org-table)
11054 (org-time-grid): Remove "-face" suffix from face names.
11055 (org-level-1-face, org-level-2-face, org-level-3-face)
11056 (org-level-4-face, org-level-5-face, org-level-6-face)
11057 (org-level-7-face, org-level-8-face, org-warning-face)
11058 (org-headline-done-face, org-deadline-announce-face)
11059 (org-scheduled-today-face, org-scheduled-previously-face)
11060 (org-link-face, org-done-face, org-table-face)
11061 (org-time-grid-face):
11062 New backward-compatibility aliases for renamed faces.
11063 (org-level-faces, org-set-font-lock-defaults, org-timeline)
11064 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11065 (org-agenda-get-timestamps, org-agenda-get-scheduled)
11066 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11067
11068 * emulation/viper-init.el (viper-search, viper-replace-overlay)
11069 (viper-minibuffer-emacs, viper-minibuffer-insert)
11070 (viper-minibuffer-vi): Remove "-face" suffix from face names.
11071 (viper-search-face, viper-replace-overlay-face)
11072 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11073 (viper-minibuffer-vi-face):
11074 New backward-compatibility aliases for renamed faces.
11075 (viper-search-face, viper-replace-overlay-face)
11076 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11077 (viper-minibuffer-vi-face): Use renamed viper faces.
11078
11079 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11080 Remove "-face" suffix from face names.
11081 (testcover-nohits-face, testcover-1value-face):
11082 New backward-compatibility aliases for renamed faces.
11083 (testcover-mark): Use renamed testcover faces.
11084
11085 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11086 face name.
11087 (diary-button-face): New backward-compatibility alias for renamed face.
11088 (diary-entry): Use renamed diary-button face.
11089
11090 * calendar/calendar.el (diary, calendar-today, holiday)
11091 (mark-visible-calendar-date): Remove "-face" suffix from face names.
11092 (diary-face, calendar-today-face, holiday-face):
11093 New backward-compatibility aliases for renamed faces.
11094 (eval-after-load "facemenu", diary-entry-marker)
11095 (calendar-today-marker, calendar-holiday-marker, diary-face):
11096 Use renamed calendar faces.
11097
11098 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11099 (compare-windows-face): New backward-compatibility alias for
11100 renamed face.
11101 (compare-windows-highlight): Use renamed compare-windows face.
11102
11103 * strokes.el (strokes-char): Remove "-face" suffix from face name.
11104 (strokes-char-face): New backward-compatibility alias for renamed face.
11105 (strokes-encode-buffer): Use renamed strokes-char face.
11106
11107 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11108 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11109 Remove "-face" suffix from face names.
11110 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11111 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11112 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11113 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11114 Use renamed pcvs faces.
11115 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11116 * pcvs-defs.el (cvs-mode-map): Likewise.
11117 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11118
11119 * info.el (info-title-1, info-title-2, info-title-3)
11120 (info-title-4): Remove "-face" suffix from and downcase face names.
11121 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11122 (Info-title-4-face):
11123 New backward-compatibility aliases for renamed faces.
11124 (Info-fontify-node): Use renamed info faces.
11125
11126 * hilit-chg.el (highlight-changes, highlight-changes-delete):
11127 Remove "-face" suffix from face names.
11128 (highlight-changes-face, highlight-changes-delete-face):
11129 New backward-compatibility aliases for renamed faces.
11130 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11131 (hilit-chg-make-list): Use renamed highlight-changes faces.
11132
11133 * generic-x.el (show-tabs-tab, show-tabs-space):
11134 Remove "-face" suffix from face names.
11135 (show-tabs-tab-face, show-tabs-space-face):
11136 New backward-compatibility aliases for renamed faces.
11137 (show-tabs-generic-mode-font-lock-defaults-1)
11138 (show-tabs-generic-mode-font-lock-defaults-2):
11139 Use renamed show-tabs faces.
11140
11141 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11142 (smerge-markers): Remove "-face" suffix from face names.
11143 (smerge-mine-face, smerge-other-face, smerge-base-face)
11144 (smerge-markers-face):
11145 New backward-compatibility aliases for renamed faces.
11146 (smerge-mine-face, smerge-other-face, smerge-base-face)
11147 (smerge-markers-face): Use renamed smerge faces.
11148
11149 * log-view.el (log-view-file, log-view-message): Remove "-face"
11150 suffix from face names.
11151 (log-view-file-face, log-view-message-face):
11152 New backward-compatibility aliases for renamed faces.
11153 (log-view-file-face, log-view-message-face): Use renamed log-view
11154 faces.
11155
11156 * paren.el (show-paren-match, show-paren-mismatch):
11157 Remove "-face" suffix from face names.
11158 (show-paren-match-face, show-paren-mismatch-face):
11159 New backward-compatibility aliases for renamed faces.
11160 (show-paren-function): Use renamed show-paren faces.
11161
11162 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11163 (ruler-mode-margins, ruler-mode-fringes)
11164 (ruler-mode-column-number, ruler-mode-fill-column)
11165 (ruler-mode-comment-column, ruler-mode-goal-column)
11166 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11167 suffix from face names.
11168 (ruler-mode-default-face, ruler-mode-pad-face)
11169 (ruler-mode-margins-face, ruler-mode-fringes-face)
11170 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11171 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11172 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11173 New backward-compatibility aliases for renamed faces.
11174 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11175 (ruler-mode-column-number, ruler-mode-fill-column)
11176 (ruler-mode-comment-column, ruler-mode-goal-column)
11177 (ruler-mode-tab-stop, ruler-mode-current-column)
11178 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11179 faces.
11180
11181 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11182 face name.
11183 (whitespace-highlight-the-space): Use renamed face.
11184 (whitespace-highlight-face): New backward-compatibility alias for
11185 renamed face.
11186
11187 * woman.el (woman-italic, woman-bold, woman-unknown)
11188 (woman-addition, woman-symbol-face):
11189 Remove "-face" suffix from face names.
11190 (woman-italic-face, woman-bold-face, woman-unknown-face)
11191 (woman-addition-face):
11192 New backward-compatibility aliases for renamed faces.
11193 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11194 (woman-decode-region, woman-replace-match)
11195 (woman-display-extended-fonts, woman-special-characters)
11196 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11197 Use renamed woman faces.
11198
11199 * longlines.el (longlines-visible-face): Face removed.
11200
11201 * diff-mode.el (diff-header, diff-file-header, diff-index)
11202 (diff-hunk-header, diff-removed, diff-added, diff-changed)
11203 (diff-function, diff-context, diff-nonexistent): Remove "-face"
11204 suffix from face names.
11205 (diff-header-face, diff-file-header-face, diff-index-face)
11206 (diff-hunk-header-face, diff-removed-face, diff-added-face)
11207 (diff-changed-face, diff-function-face, diff-context-face)
11208 (diff-nonexistent-face): New backward-compatibility aliases for
11209 renamed faces.
11210 (diff-header-face, diff-file-header-face)
11211 (diff-index, diff-index-face, diff-hunk-header)
11212 (diff-hunk-header-face, diff-removed, diff-removed-face)
11213 (diff-added, diff-added-face, diff-changed-face, diff-function)
11214 (diff-function-face, diff-context-face, diff-nonexistent)
11215 (diff-nonexistent-face): Use renamed diff-mode faces.
11216
11217 * progmodes/compile.el (compilation-warning-face)
11218 (compilation-info-face): Remove "-face" suffix from face names.
11219 (compilation-warning-face, compilation-info-face):
11220 New backward-compatibility aliases for renamed faces.
11221 (compilation-warning-face, compilation-info-face):
11222 Use renamed compilation faces.
11223
11224 * add-log.el (change-log-date, change-log-name)
11225 (change-log-email, change-log-file, change-log-list)
11226 (change-log-conditionals, change-log-function)
11227 (change-log-acknowledgement): Remove "-face" suffix from face names.
11228 (change-log-date-face, change-log-name-face)
11229 (change-log-email-face, change-log-file-face)
11230 (change-log-list-face, change-log-conditionals-face)
11231 (change-log-function-face, change-log-acknowledgement-face):
11232 New backward-compatibility aliases for renamed faces.
11233 (change-log-font-lock-keywords): Use renamed change-log faces.
11234
11235 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11236 (custom-set, custom-changed, custom-saved, custom-button)
11237 (custom-button-pressed, custom-documentation, custom-state)
11238 (custom-comment, custom-comment-tag, custom-variable-tag)
11239 (custom-variable-button, custom-face-tag, custom-group-tag-1)
11240 (custom-group-tag): Remove "-face" suffix from face names.
11241 (custom-magic-alist, custom-magic-value-create)
11242 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11243 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11244 (custom-set-face, custom-changed-face, custom-saved-face)
11245 (custom-button-face, custom-button-pressed-face)
11246 (custom-documentation-face, custom-state-face)
11247 (custom-comment-face, custom-comment-tag-face)
11248 (custom-variable-tag-face, custom-variable-button-face)
11249 (custom-face-tag-face, custom-group-tag-face-1)
11250 (custom-group-tag-face):
11251 New backward-compatibility aliases for renamed faces.
11252
11253 * wid-edit.el (widget-documentation, widget-button)
11254 (widget-field, widget-single-line-field, widget-inactive)
11255 (widget-button-pressed): "-face" suffix removed from face names.
11256 (widget-documentation-face, widget-button-face)
11257 (widget-field-face, widget-single-line-field-face)
11258 (widget-inactive-face, widget-button-pressed-face):
11259 New backward-compatibility aliases for renamed faces.
11260 (widget-documentation-face, widget-button-face)
11261 (widget-button-pressed-face, widget-specify-field)
11262 (widget-specify-inactive): Use renamed widget faces.
11263
11264 2005-06-10 Kenichi Handa <handa@m17n.org>
11265
11266 * term/x-win.el (x-clipboard-yank): Remove condition-case
11267 wrapping.
11268
11269 2005-06-11 Kenichi Handa <handa@m17n.org>
11270
11271 * add-log.el (change-log-font-lock-keywords): Make the regexp for
11272 date lines stricter.
11273
11274 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
11275
11276 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
11277 of x-get-selection.
11278
11279 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
11280
11281 * comint.el (comint-mode, comint-snapshot-last-prompt):
11282 * frame.el (frame-current-scroll-bars):
11283 * term.el (term-mode, term-check-proc, term-input-sender)
11284 (term-simple-send, term-extract-string, term-word)
11285 (term-match-partial-filename):
11286 * window.el (window-current-scroll-bars):
11287 * emulation/cua-base.el (cua-normal-cursor-color)
11288 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
11289 (cua-global-mark-cursor-color):
11290 * mail/undigest.el (rmail-forward-separator-regex):
11291 Fix typos in docstrings.
11292
11293 * comint.el (comint-check-proc, make-comint-in-buffer)
11294 (comint-source-default): Doc fixes.
11295
11296 * term.el (term-send-string): Improve argument/docstring consistency.
11297
11298 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
11299
11300 * comint.el (comint-send-input): Bind `inhibit-read-only' around
11301 call to `delete-region'.
11302 (comint-mode-hook): Do not enable Font Lock by default.
11303
11304 2005-06-09 Lute Kamstra <lute@gnu.org>
11305
11306 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11307 could be void.
11308
11309 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11310
11311 * emacs-lisp/debug.el (debugger-will-be-back): New var.
11312 (debug): Use it.
11313 (debugger-step-through, debugger-continue, debugger-jump)
11314 (debugger-return-value): Set it when needed.
11315 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11316 Use inhibit-read-only.
11317
11318 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
11319
11320 * window.el (shrink-window-if-larger-than-buffer)
11321 (window-size-fixed): Fix typo in docstring.
11322
11323 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
11324 thumbnails directory on loading.
11325 (thumbs-conversion-program): Use `eq' to check the system type,
11326 not `equal'.
11327 (thumbs-temp-dir): Initialize to `temporary-file-directory',
11328 not "/tmp". Fix docstring.
11329 (thumbs-thumbsdir): New function to return the thumbnails
11330 directory, creating it if needed.
11331 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11332 (thumbs-temp-file): Delete variable and make it into a function.
11333 (thumbs-resize-image, thumbs-modify-image): Use it.
11334 (thumbs-kill-buffer): Simplify.
11335 (thumbs-gensym): Defalias or duplicate CL `gensym'.
11336 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11337 docstrings.
11338
11339 2005-06-09 Kim F. Storm <storm@cua.dk>
11340
11341 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11342 set-match-data to free markers in match-data.
11343
11344 * replace.el (replace-match-data): Pass RESEAT arg `t' to
11345 match-data to unchain markers in match-data.
11346
11347 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11350 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
11351 unnecessary now.
11352
11353 2005-06-08 Richard M. Stallman <rms@gnu.org>
11354
11355 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11356 give the variable a doc string that doesn't say don't set it directly.
11357
11358 * textmodes/ispell.el (ispell-check-version):
11359 Use match-string-no-properties.
11360 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11361 (ispell-buffer-local-words): Likewise.
11362
11363 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11364 except on terminals with enough colors to really display it.
11365 (makefile-dependency-regex): Delete spurious `bb'.
11366
11367 * faces.el (escape-glyph): Use blue once again in last case.
11368 (no-break-space): Redefine so that it isn't invisible on a tty.
11369
11370 2005-06-08 Kim F. Storm <storm@cua.dk>
11371
11372 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11373 also when reading directory name.
11374
11375 2005-06-08 Lute Kamstra <lute@gnu.org>
11376
11377 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11378 (flyspell-mode-line-string): Remove autoload cookie.
11379 (flyspell-mode): Remove defvar.
11380
11381 2005-06-07 Lute Kamstra <lute@gnu.org>
11382
11383 * textmodes/org.el (org-run-mode-hooks): New function.
11384 (org-agenda-mode): Use it.
11385
11386 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
11387
11388 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11389
11390 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11393
11394 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
11395
11396 * font-lock.el (font-lock-add-keywords): Doc fix.
11397
11398 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11401 (tex-compile-default): In the absence of any history, use the order in
11402 tex-compile-alist to choose the preferred command.
11403 (tex-compile-commands): Reorder a bit.
11404
11405 * textmodes/flyspell.el (flyspell-auto-correct-binding)
11406 (flyspell-incorrect-face, flyspell-duplicate-face):
11407 Use (X)Emacs-agnostic code.
11408 (flyspell-mode-map): Don't overwrite at each load. Remove code
11409 redundant with the subsequent add-minor-mode. Merge Emacs and
11410 XEmacs code.
11411 (flyspell-word): Minor simplification.
11412 (flyspell-math-tex-command-p): Quieten the byte-compiler.
11413 (flyspell-external-point-words): Remove unused vars `size' and `start'.
11414 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11415 Merge the corresponding Emacs code.
11416 (flyspell-correct-word, flyspell-xemacs-popup):
11417 Use flyspell-do-correct.
11418
11419 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11420 a dedicated window.
11421
11422 * international/latexenc.el (latexenc-find-file-coding-system):
11423 Undo part of last patch, to turn off a compiler warning.
11424
11425 2005-06-06 Juri Linkov <juri@jurta.org>
11426
11427 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11428 Rename `tmm-inactive-face' to `tmm-inactive'.
11429
11430 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
11431
11432 * iswitchb.el: Rename faces.
11433
11434 2005-06-06 Kim F. Storm <storm@cua.dk>
11435
11436 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11437 (cua-global-mark): Remove -face suffix from face names.
11438
11439 * emulation/cua-gmrk.el (cua--init-global-mark):
11440 Remove cua-global-mark face setup.
11441
11442 2005-06-06 Richard M. Stallman <rms@gnu.org>
11443
11444 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11445 just like other allowed characters.
11446 (makefile-match-dependency): Exclude leading and training whitespace
11447 from the range of regexp subexp 1.
11448 (makefile-macroassign-regex): Don't try to match the body,
11449 just the name of the macro being defined.
11450
11451 * info.el (Info-read-node-name-2): New function.
11452 (Info-read-node-name-1): Use that.
11453 Add a completion-base-size-function property.
11454
11455 * simple.el (completion-setup-function): Look for
11456 completion-base-size-function property of minibuffer-completion-table.
11457
11458 * files.el (locate-file-completion): Doc fix.
11459
11460 * printing.el: Don't call pr-update-menus; user must do that.
11461
11462 * emacs-lisp/debug.el (debugger-window): New variable.
11463 (debug): Use debugger-window if it is set and still alive.
11464 Record debugger-window for next entry.
11465
11466 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11467
11468 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
11469
11470 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11471 (hack-one-local-variable, hack-local-variables)
11472 (hack-local-variables-prop-line): Pass that arg.
11473
11474 2005-06-06 Kim F. Storm <storm@cua.dk>
11475
11476 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11477 (ido-indicator): Remove -face suffix from face names.
11478
11479 2005-06-06 Juri Linkov <juri@jurta.org>
11480
11481 * font-lock.el (font-lock-regexp-backslash)
11482 (font-lock-regexp-backslash-construct): New faces.
11483 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
11484 after `('. Add `while-no-input' to control structures.
11485
11486 * faces.el (no-break-space, shadow): New faces.
11487 (escape-glyph): Use less loud colors pink2 and red4.
11488
11489 * diff-mode.el (diff-context-face)
11490 * dired.el (dired-ignored)
11491 * rfn-eshadow.el (file-name-shadow)
11492 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11493
11494 * info.el (Info-title-1-face): Use green instead of yellow because
11495 bold yellow is not readable on light backgrounds.
11496
11497 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11498 before selecting the desired mode to not spend time fontifying
11499 old contents.
11500
11501 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
11502
11503 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11504 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11505
11506 * ps-print.el (ps-default-fg, ps-default-bg):
11507 Fix typos in docstrings.
11508
11509 * isearchb.el (isearchb): Don't pass a spurious second argument to
11510 `iswitchb-completions'.
11511
11512 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
11513
11514 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11515 to preserve point.
11516 (gdb-find-file-hook): Add doc string.
11517
11518 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11519 C dereferenced pointer expression.
11520 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
11521
11522 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11523
11524 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11525 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11526 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11527 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11528 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11529 Make background transparent.
11530
11531 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11532
11533 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
11534 (font-lock-remove-keywords): Doc fix.
11535 (font-lock-mode-major-mode): Compiler defvar.
11536 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11537
11538 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11539 (font-lock-mode): Update `font-lock-mode-major-mode'.
11540 (font-lock-set-defaults): Compiler defvar.
11541 (font-lock-default-function): Take `font-lock-mode-major-mode'
11542 into account.
11543
11544 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11545 keep track of which major mode it enabled the minor mode for.
11546 Use find-file-hook again. Update docstring.
11547
11548 * simple.el (eval-expression-print-level)
11549 (eval-expression-print-length, eval-expression-debug-on-error):
11550 Doc fixes.
11551
11552 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
11553
11554 * iswitchb.el (iswitchb-single-match-face)
11555 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11556 (iswitchb-invalid-regexp-face): New faces.
11557 (iswitchb-completions): Use them.
11558 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11559 now marked as an obsolete alias.
11560 (iswitchb-read-buffer): Remove check for bound font variables.
11561 (iswitchb-invalid-regexp): New free variable.
11562 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11563 set iswitchb-invalid-regexp.
11564 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11565 invalid regexps.
11566 (iswitchb-completions): Add check for complete match when entering
11567 a regexp.
11568 (iswitchb-completions): Remove require-match argument.
11569 (iswitchb-exhibit): Fix caller.
11570 (iswitchb-common-match-inserted): New variable.
11571 (iswitchb-complete, iswitchb-completion-help): Use it.
11572
11573 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
11574
11575 * url-http.el (url-http-chunked-encoding-after-change-function):
11576 Use `url-http-debug' instead of `message'.
11577
11578 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
11579
11580 * url-http.el (url-http-parse-headers): Pass redirected URL as a
11581 callback argument.
11582
11583 2005-06-04 Kim F. Storm <storm@cua.dk>
11584
11585 * simple.el (line-move): Only call sit-for when moving backwards.
11586
11587 * ido.el (ido-make-merged-file-list-1): New defun split from
11588 ido-make-merged-file-list.
11589 (ido-make-merged-file-list): Bind throw-on-input around call to
11590 ido-make-merged-file-list-1. Return input-pending-p if
11591 interrupted by more input available.
11592 (ido-read-internal): Handle input-pending-p return value from
11593 ido-make-merged-file-list.
11594
11595 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11598 compatibility code.
11599
11600 * international/latexenc.el (latexenc-find-file-coding-system):
11601 Don't inherit the EOL part of the coding-system from the
11602 tex-main buffer. Fit within 80 columns.
11603
11604 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
11605
11606 * tmm.el (tmm-inactive-face): New face.
11607 (tmm-remove-inactive-mouse-face): New function.
11608 (tmm-prompt, tmm-add-one-shortcut)
11609 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11610 but not selectable.
11611
11612 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
11613
11614 * faces.el (face-equal): Improve argument/docstring consistency.
11615
11616 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
11617
11618 * progmodes/make-mode.el (makefile-targets-face)
11619 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11620 (makefile-bsdmake-dependency-regex)
11621 (makefile-makepp-rule-action-regex)
11622 (makefile-bsdmake-rule-action-regex): New constants.
11623 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11624
11625 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11626 Allow (...) within `...' for makepp messages.
11627
11628 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
11629
11630 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11631
11632 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11633 "." files are deleted from all file lists before comparison.
11634
11635 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11636 (viper-ESC-key): Made them customizable.
11637
11638 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11639
11640 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
11641
11642 * autorevert.el (auto-revert-buffers): Use save-match-data.
11643
11644 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11647 menu items with a nil command binding.
11648
11649 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
11650
11651 * emacs-lisp/cl-macs.el (defsetf):
11652 Improve argument/docstring consistency.
11653
11654 * faces.el (list-faces-display): Improve the formatting by
11655 computing the maximum length required for any face-name (reworked
11656 patch of 1999-01-11, accidentally deleted on 1999-07-21).
11657 (internal-find-face): Remove redundant info in docstring.
11658
11659 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
11660
11661 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11662 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11663 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11664 (gdb-assembler-custom): Improve regexps.
11665 (def-gdb-auto-update-handler): Use window point to preserve point.
11666
11667 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11670
11671 2005-05-31 Jay Belanger <belanger@truman.edu>
11672
11673 * calc/calc-embed.el (calc-embedded-word): Change argument passed
11674 to calc-embedded.
11675 (calc-embedded-make-info): Have plain prefix argument select
11676 entire line.
11677
11678 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
11679
11680 * faces.el (list-faces-display): Signal error if passed a regexp
11681 that matches no face name.
11682
11683 * simple.el (filter-buffer-substring): Fix typo in docstring.
11684
11685 2005-05-31 Richard M. Stallman <rms@gnu.org>
11686
11687 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11688 (vhdl-emacs-21): Doc fix.
11689 (vhdl-mode): Unconditionally set comment-padding.
11690 (vhdl-fixup-whitespace-region): Insert spaces only where
11691 there are none.
11692 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11693
11694 2005-05-30 John Wiegley <johnw@newartisans.com>
11695
11696 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11697 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11698 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11699 `directory-sep-char' to ?/, and all uses of `string-to-int' to
11700 `string-to-number'.
11701
11702 2005-05-30 Jay Belanger <belanger@truman.edu>
11703
11704 * calc/calc.el (calc-bug-address): Fix docstring.
11705 (calc-window-hook, calc-trail-window-hook): New variables.
11706 (calc-trail-display): Restore use of calc-trail-window-hook.
11707 (calc): Restore use of calc-window-hook.
11708
11709 2005-05-31 Masatake YAMATO <jet@gyve.org>
11710
11711 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11712
11713 * help-fns.el (help-C-file-name): Add autoload mark for
11714 `find-function-noselect'.
11715
11716 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11719 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11720
11721 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11722
11723 * calendar/diary-lib.el (mark-included-diary-files): Only kill
11724 included diary buffer if it was not already being visited.
11725 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11726
11727 * calendar/icalendar.el (top-level): Do not require 'appt.
11728
11729 * mail/supercite.el (sc-select-attribution): Only use a list
11730 element from sc-attrib-selection-list if it returns a string.
11731 Reported by Davide G. M. Salvetti <salve@debian.org>.
11732
11733 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
11734
11735 * thumbs.el (thumbs-thumbname): The resulting thumbname now
11736 includes a hash value to improve its uniqueness, and has a ".jpg"
11737 extension. Also, it is now a valid filename on all systems.
11738 (thumbs-make-thumb): Use `let', not `let*'.
11739 (thumbs-show-thumbs-list): Check for JPEG availability.
11740
11741 2005-05-30 Richard M. Stallman <rms@gnu.org>
11742
11743 * filesets.el (filesets-menu-ensure-use-cached):
11744 Prevent warning when emacs-version>= is undefined.
11745
11746 * printing.el (pr-interactive-n-up): Use string-to-number.
11747
11748 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11749
11750 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11751 Warn only when name to be defined is quoted.
11752
11753 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
11754
11755 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11756 Make regexp more robust.
11757 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11758 Force regeneration of disassembly.
11759
11760 2005-05-29 Jay Belanger <belanger@truman.edu>
11761
11762 * calc/calc.el (calc-user-invocation): Check if
11763 calc-invocation-macro is non-nil.
11764
11765 2005-05-29 Juri Linkov <juri@jurta.org>
11766
11767 * add-log.el (change-log-font-lock-keywords):
11768 Add `+' to e-mail regexp to accept mail address with keywords.
11769
11770 * man.el (Man-name-regexp): Add `:' to accept qualified names.
11771
11772 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
11773
11774 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11775
11776 * ielm.el (inferior-emacs-lisp-mode): Ditto.
11777
11778 2005-05-29 Richard M. Stallman <rms@gnu.org>
11779
11780 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11781 Undo the change that moves to end of the current word.
11782
11783 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11784
11785 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11786 Throw error when count <= 0 to ensure input is a number.
11787 (gdb-read-memory-custom): Pick up address from buffer.
11788 (gdb-memory-mode): Allow user to increment and decrement
11789 memory address from header line.
11790
11791 2005-05-29 Richard M. Stallman <rms@gnu.org>
11792
11793 * flyspell.el (flyspell-version): Function deleted.
11794 (flyspell-auto-correct-previous-hook): Doc fix.
11795
11796 * jit-lock.el (jit-lock-function, jit-lock-after-change):
11797 Do nothing if memory is full.
11798
11799 * font-lock.el (font-lock-fontify-syntactically-region):
11800 Pass t for GREEDY to looking-back.
11801
11802 * saveplace.el (save-place-alist-to-file): Write the file
11803 using write-region.
11804
11805 * subr.el (looking-back): New argument GREEDY.
11806
11807 * progmodes/compile.el (compilation-start): Set the mode
11808 before inserting the initial text.
11809
11810 * progmodes/which-func.el (which-func-update-1): Turn the mode
11811 off in case of error by setting which-func-mode.
11812
11813 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
11814
11815 * flyspell.el (flyspell-auto-correct-previous-word):
11816 Narrow down to what's on the screen, and recenter overlays
11817 at the end of the next word.
11818
11819 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
11820
11821 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11822 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11823 (flyspell-abbrev-p): Default to nil.
11824 (flyspell-use-global-abbrev-table-p): Doc fix.
11825 (flyspell-large-region): Allow nil as value.
11826 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11827
11828 (mail-mode-flyspell-verify): More robust handling
11829 of `mail-header-separator'. More efficient signature detection.
11830 Allow for regexp metacharacters in message-header-separator.
11831 Adding `To' not to be checked in mail-mode-flyspell-verify.
11832
11833 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11834 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11835 Bind flyspell-auto-correct-binding.
11836 Bind C-. and C-, .
11837 (flyspell-mode-map): Likewise.
11838 (flyspell-mode): Doc fix.
11839 (flyspell-accept-buffer-local-defs): Preserve current buffer.
11840 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11841 (flyspell-word-cache-result): New var, always local.
11842 (flyspell-check-pre-word-p): Doc fix.
11843 (flyspell-check-changed-word-p): Handle spc like newline.
11844 (flyspell-post-command-hook): Set flyspell-word-cache-result.
11845 (flyspell-word-search-backward, flyspell-word-search-forward):
11846 New functions.
11847 (flyspell-word): Return t if nothing to check.
11848 When parsing TeX code, check for after } or \.
11849 Use flyspell-word-search-backward to find previous word.
11850 Return nil if duplicated word.
11851 For word already checked, return same value as last time.
11852 Set flyspell-word-cache-result after checking.
11853 Don't clobber the return value.
11854 (flyspell-get-word): Major rewrite.
11855 (flyspell-external-point-words): New locals pword, pcount.
11856 Fix size used in progress message.
11857 Find the proper corresponding word in flyspell-large-region-buffer.
11858 (flyspell-region): Check for flyspell-large-region = nil.
11859 (flyspell-highlight-incorrect-region): Clean up overlays in region.
11860 (flyspell-auto-correct-word): Check that WORD is a cons.
11861 (flyspell-correct-word): Likewise.
11862
11863 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
11864
11865 * progmodes/make-mode.el (makefile-rule-action-regex)
11866 (makefile-macroassign-regex, makefile-makepp-mode)
11867 (makefile-bsdmake-mode): Continuation lines may be empty.
11868 Reported by Joshua Varner.
11869 (makefile-makepp-font-lock-keywords): Add $(stem).
11870
11871 2005-05-28 Karl Berry <karl@gnu.org>
11872
11873 * textmodes/tex-mode.el: Now that tex-send-command calls
11874 shell-quote-argument (2005-03-31 change), remove all calls to
11875 shell-quote-argument; they all end up invoking tex-send-command.
11876 The double quoting loses on filenames with non-safe characters,
11877 such as "@". Reported by Frederik Fouvry.
11878
11879 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11880
11881 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
11882 about preserving point.
11883
11884 2005-05-27 Jay Belanger <belanger@truman.edu>
11885
11886 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
11887 Info-goto-node.
11888
11889 * calc/calc-embed.el (calc-embed-arg): New variable.
11890 (calc-do-embedded-activate, calc-embedded-activate-formula)
11891 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
11892 variable by new variable.
11893 (calc-embedded-make-info): Replace undeclared variable by new
11894 variable. When selecting region with positive prefix
11895 argument, use end of previous line instead of beginning of line.
11896
11897 * calc/calc-aent.el (calc-arg-values): Declare it.
11898
11899 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
11900 Declare them.
11901
11902 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
11903
11904 * calc/calc.el (calc-alg-map): Declare it.
11905
11906 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
11907
11908 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
11909
11910 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
11911 (gdb-registers-buffer, toggle-gdb-all-registers):
11912 Toggle display of floating point registers.
11913 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
11914
11915 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
11916 (toggle-gud-tooltip-dereference):
11917 Rename from gud-toggle-tooltip-dereference.
11918
11919 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
11922
11923 2005-05-27 Jay Belanger <belanger@truman.edu>
11924
11925 * calc/calc-prog.el (calc-kbd-report): Remove.
11926 (calc-kbd-query): Rewrite.
11927
11928 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
11929
11930 * image.el (image-library-alist): Move to image.c.
11931 (image-type-available-p): Doc fix.
11932
11933 2005-05-27 Lute Kamstra <lute@gnu.org>
11934
11935 * calc/calc.el (calc):
11936 * outline.el (outline-1, outline-2, outline-3, outline-4)
11937 (outline-5, outline-6, outline-7, outline-8):
11938 * textmodes/dns-mode.el (dns-mode):
11939 * textmodes/sgml-mode.el (sgml-namespace-face):
11940 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
11941 (tex-verbatim-face, tex-use-reftex):
11942 * textmodes/texinfo.el (texinfo-heading-face):
11943 Specify customization group.
11944
11945 * longlines.el: Don't require easy-mmode.
11946 (longlines-visible-face): Specify customization group.
11947
11948 2005-05-27 Kenichi Handa <handa@m17n.org>
11949
11950 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
11951 encoding table of windows-1251.
11952
11953 * international/ucs-tables.el (ucs-set-table-for-input):
11954 If translation-table-for-input of a coding system is a symbol, get
11955 its translation-table property.
11956
11957 * international/code-pages.el: Don't register a coding system into
11958 non-iso-charset-alist more than once.
11959 (cp-make-coding-system): Likewise.
11960
11961 2005-05-26 John Wiegley <johnw@newartisans.com>
11962
11963 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
11964 `eshell-resume-eval' is wrapped in a list, it indicates that the
11965 command was run asynchronously. In that case, unwrap the value
11966 before checking the delimiter value.
11967
11968 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
11969 character before a space at the end of a line is \, assume the space
11970 is part of the last argument rather than a final argument separator.
11971
11972 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
11973 is in use, and the target is `t' or `nil' (which are the most common
11974 values), don't assume that the symbol target is a buffer.
11975
11976 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11977
11978 * calendar/calendar.el (calendar-mode-line-format):
11979 Use mode-line-highlight as mouse-face.
11980
11981 * time.el (display-time-string-forms, display-time-update):
11982 Use mode-line-highlight as mouse-face.
11983
11984 2005-05-26 Jay Belanger <belanger@truman.edu>
11985
11986 * calc/calc.el (calc-language-alist): Remove extra defvar.
11987
11988 2005-05-26 Lute Kamstra <lute@gnu.org>
11989
11990 * arc-mode.el (archive-mode):
11991 * bookmark.el (bookmark-read-annotation-mode)
11992 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
11993 * bs.el (bs-mode):
11994 * calc/calc-yank.el (calc-edit-mode):
11995 * calc/calc.el (calc-mode, calc-trail-mode):
11996 * calculator.el (calculator-mode):
11997 * chistory.el (command-history-mode):
11998 * comint.el:
11999 * cus-edit.el (custom-mode):
12000 * descr-text.el (describe-text-mode):
12001 * ebuff-menu.el (Electric-buffer-menu-mode):
12002 * ediff-util.el (ediff-mode):
12003 * emacs-lisp/re-builder.el (reb-mode):
12004 * emulation/vi.el (vi-mode-setup):
12005 * emulation/ws-mode.el (wordstar-mode):
12006 * eshell/esh-mode.el (eshell-mode):
12007 * forms.el (forms-mode):
12008 * help-mode.el (help-mode):
12009 * hexl.el (hexl-mode):
12010 * ibuffer.el (ibuffer-mode):
12011 * ielm.el (inferior-emacs-lisp-mode):
12012 * info.el (Info-mode, Info-edit-mode):
12013 * international/swedish.el:
12014 * ledit.el (ledit-from-lisp-mode):
12015 * locate.el (locate-mode):
12016 * mail/rmail.el (rmail-mode):
12017 * mail/rmailedit.el (rmail-edit-mode):
12018 * mail/rmailsum.el (rmail-summary-mode):
12019 * mail/supercite.el (sc-electric-mode):
12020 * net/eudc.el (eudc-mode):
12021 * net/quickurl.el (quickurl-list-mode):
12022 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12023 * obsolete/ooutline.el (outline-mode):
12024 * obsolete/options.el (Edit-options-mode):
12025 * obsolete/rnews.el (news-mode):
12026 * obsolete/rnewspost.el (news-reply-mode):
12027 * play/5x5.el (5x5-mode):
12028 * play/decipher.el (decipher-mode, decipher-stats-mode):
12029 * play/gomoku.el (gomoku-mode):
12030 * play/snake.el (snake-mode):
12031 * play/solitaire.el (solitaire-mode):
12032 * play/tetris.el (tetris-mode):
12033 * progmodes/ada-mode.el (ada-mode):
12034 * progmodes/antlr-mode.el (antlr-mode):
12035 * progmodes/autoconf.el (autoconf-mode):
12036 * progmodes/dcl-mode.el (dcl-mode):
12037 * progmodes/delphi.el (delphi-mode):
12038 * progmodes/ebrowse.el (ebrowse-tree-mode)
12039 (ebrowse-electric-list-mode, ebrowse-member-mode)
12040 (ebrowse-electric-position-mode):
12041 * progmodes/f90.el (f90-mode):
12042 * progmodes/fortran.el (fortran-mode):
12043 * progmodes/icon.el (icon-mode):
12044 * progmodes/idlw-help.el (idlwave-help-mode):
12045 * progmodes/idlw-shell.el (idlwave-shell-mode):
12046 * progmodes/idlwave.el (idlwave-mode):
12047 * progmodes/inf-lisp.el (inferior-lisp-mode):
12048 * progmodes/m4-mode.el (m4-mode):
12049 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12050 * progmodes/modula2.el (modula-2-mode):
12051 * progmodes/octave-inf.el (inferior-octave-mode):
12052 * progmodes/octave-mod.el (octave-mode):
12053 * progmodes/pascal.el (pascal-mode):
12054 * progmodes/sh-script.el (sh-mode):
12055 * progmodes/sql.el (sql-mode, sql-interactive-mode):
12056 * progmodes/vhdl-mode.el (vhdl-mode):
12057 * progmodes/xscheme.el (scheme-interaction-mode):
12058 * replace.el (occur-mode):
12059 * ses.el (ses-mode):
12060 * simple.el (completion-list-mode):
12061 * skeleton.el:
12062 * speedbar.el (speedbar-mode):
12063 * term.el (term-mode):
12064 * terminal.el (terminal-edit-mode):
12065 * textmodes/reftex-index.el (reftex-index-mode)
12066 (reftex-index-phrases-mode):
12067 * textmodes/reftex-sel.el (reftex-select-label-mode)
12068 (reftex-select-bib-mode):
12069 * textmodes/reftex-toc.el (reftex-toc-mode):
12070 * wdired.el (wdired-change-to-wdired-mode):
12071 * wid-browse.el (widget-browse-mode):
12072 Use run-mode-hooks.
12073
12074 * array.el (array-mode):
12075 * calendar/todo-mode.el (todo-mode):
12076 * man.el (Man-mode):
12077 * play/landmark.el (lm-mode):
12078 * play/mpuz.el (mpuz-mode):
12079 Use kill-all-local-variables and run-mode-hooks.
12080
12081 * subr.el (delay-mode-hooks): Specify indentation.
12082
12083 2005-05-26 Mark A. Hershberger <mah@everybody.org>
12084
12085 * xml.el (xml-substitute-special): Don't die for undefined xml
12086 entities.
12087
12088 2005-05-26 Jay Belanger <belanger@truman.edu>
12089
12090 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12091 of nil.
12092
12093 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
12094
12095 * progmodes/gdb-ui.el (gdb-frame-address):
12096 Rename from gdb-current-address.
12097 (gdb-previous-frame-address): Rename from gdb-previous-address.
12098 (gdb-selected-frame): Rename from gdb-current-frame.
12099 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12100 (gdb-frame-number): Rename from gdb-current-stack-level.
12101 (gdb-ann3): Match new mode-name for disassembly buffer.
12102 Extend initialization of variables.
12103 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12104 (gdb-memory-mode): Use mouse-face in header line.
12105 (gdb-assembler-buffer-name): Call it disassembly and give frame
12106 in mode line.
12107 (gdb-source-spec-regexp, gdb-assembler-custom)
12108 (gdb-invalidate-assembler, gdb-frame-handler):
12109 Make robust to leading zeroes in address format.
12110
12111 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
12112
12113 * textmodes/org.el (org-mode): Use `define-derived-mode' to
12114 define `org-mode'.
12115 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12116
12117 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * log-edit.el (log-edit-changelog-entries): Distinguish between
12120 filenames like xfns.c and fns.c.
12121
12122 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
12123
12124 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12125 point after reverting.
12126 (Buffer-menu-make-sort-button): Handle the case where
12127 `Buffer-menu-use-header-line' is nil.
12128
12129 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12130
12131 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12132 New funcs. In minibuffer-local-completion-map bind `]', `/'
12133 and `:' to them.
12134
12135 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * startup.el (normal-top-level): Allow modification of load-path while
12138 we're iterating over it.
12139
12140 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
12141
12142 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12143 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12144 (thumbs-resize-interactive, thumbs-insert-image)
12145 (thumbs-insert-thumb, thumbs-dired-show-marked)
12146 (thumbs-find-image-at-point, thumbs-delete-images)
12147 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12148 (thumbs-increment-image-size, thumbs-decrement-image-size):
12149 Fix typos in docstrings.
12150
12151 2005-05-24 Andre Spiegel <spiegel@gnu.org>
12152
12153 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12154 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12155 (cperl-mode): Use them.
12156
12157 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
12158
12159 * window.el (quit-window, shrink-window-if-larger-than-buffer):
12160 Doc fixes.
12161
12162 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
12163
12164 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12165 Bind C-d to gdb-inferior-io-eof.
12166
12167 * dired.el (dired-dnd-popup-notice): Use message-box.
12168
12169 2005-05-23 Masatake YAMATO <jet@gyve.org>
12170
12171 * bindings.el (mode-line-major-mode-keymap):
12172 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12173
12174 * faces.el (mode-line-highlight): New face.
12175
12176 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12177 as mouse-face.
12178
12179 * bindings.el (top-level, help-echo, mode-line-modified)
12180 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12181 as mouse-face.
12182
12183 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
12184
12185 * progmodes/cc-engine.el (c-guess-basic-syntax):
12186 Remove spurious call to `zerop'.
12187
12188 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12189
12190 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
12191
12192 CC Mode update to 5.30.10:
12193
12194 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12195 could go past the limit in decoration level 2, thereby causing
12196 errors during interactive fontification.
12197
12198 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12199 the file is evaluated interactively.
12200
12201 * cc-engine.el (c-guess-basic-syntax): Handle operator
12202 declarations somewhat better in C++.
12203
12204 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12205 make use of `run-mode-hooks' which has been added in Emacs 21.1.
12206 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12207 (awk-mode): Use it.
12208 (make-local-hook): Suppress warning about obsoleteness.
12209
12210 * cc-engine.el, cc-align.el, cc-cmds.el
12211 (c-append-backslashes-forward, c-delete-backslashes-forward)
12212 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12213 Compensate for return value from `forward-line' when it has moved
12214 but not to a different line due to eob.
12215
12216 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12217 `objc-method-intro' and `objc-method-args-cont'.
12218
12219 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
12220
12221 CC Mode update to 5.30.10:
12222
12223 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12224 in the copyright statement. Incidentally, change "along with GNU
12225 Emacs" to "along with this program" where it occurs.
12226
12227 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12228 so that it is interactive, hence can be found by M-x awk-mode
12229 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
12230 <gmorris+emacs@ast.cam.ac.uk>.
12231
12232 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12233 Mode's regexps.
12234
12235 2005-05-23 Kevin Ryde <user42@zip.com.au>
12236
12237 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12238 c-parse-state, to avoid a lisp error (on bad code).
12239
12240 2005-05-23 Lute Kamstra <lute@gnu.org>
12241
12242 * subr.el (font-lock-defaults): Remove defvar as it's already
12243 defined in font-core.el.
12244
12245 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
12246
12247 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
12248
12249 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
12250 more general and work when GDB variable "print pretty" is on,
12251 as with Emacs, for example.
12252
12253 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
12254
12255 * font-core.el: Update comment.
12256
12257 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12258 Use `after-change-major-mode-hook' instead of `find-file-hook'.
12259
12260 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
12261
12262 2005-05-22 Eli Zaretskii <eliz@gnu.org>
12263
12264 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
12265 and `yank-handler' in the doc strings.
12266
12267 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
12270
12271 2005-05-22 Richard M. Stallman <rms@gnu.org>
12272
12273 * help.el (describe-key): Move print-help-return-message call
12274 out of conditional.
12275
12276 * progmodes/etags.el (list-tags): Use with-no-warnings.
12277
12278 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
12279 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
12280 (starttls-extra-args, starttls-extra-arguments): Add defvars.
12281
12282 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
12283
12284 * language/viet-util.el (viet-viscii-nonascii-translation-table):
12285 Add defvar.
12286
12287 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
12288 Use defvar, not defconst.
12289
12290 * hexl.el (hexl-follow-line): Use with-no-warnings.
12291
12292 * emulation/tpu-extras.el: Use write-file-functions instead of
12293 write-file-hooks.
12294
12295 * dired.el (dired-font-lock-keywords): Fontify files with junk
12296 extensions even if marked by -F.
12297
12298 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
12299
12300 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12301 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12302 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12303 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12304 (concatenate, list-length, get*, getf, cl-remprop):
12305 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12306 (etypecase, progv, lexical-let, lexical-let*)
12307 (multiple-value-bind, multiple-value-setq, shiftf):
12308 Improve argument/docstring consistency.
12309
12310 * subr.el (focus-frame, unfocus-frame):
12311 Revert deletion on 2005-05-01.
12312
12313 2005-05-22 Andre Spiegel <spiegel@gnu.org>
12314
12315 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12316 doesn't exist.
12317
12318 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
12319 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12320
12321 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
12322
12323 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12324 already deleted variables: auto-fill-hook, blink-paren-hook,
12325 lisp-indent-hook, inhibit-local-variables, unread-command-event,
12326 suspend-hooks, comment-indent-hook, meta-flag,
12327 before-change-function, after-change-function,
12328 font-lock-doc-string-face.
12329
12330 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
12331
12332 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12333
12334 2005-05-21 Eli Zaretskii <eliz@gnu.org>
12335
12336 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12337 rmail-dont-reply-to.
12338
12339 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12340
12341 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12342 literal blank when splitting new-header-values.
12343
12344 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
12345
12346 * calendar/cal-menu.el (cal-menu-update): Add separator as a
12347 string so that tmm doesn't create a completion entry for it.
12348
12349 * textmodes/table.el (table-disable-menu): Ditto.
12350
12351 2005-05-21 Richard M. Stallman <rms@gnu.org>
12352
12353 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12354
12355 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12356
12357 * net/rcompile.el (remote-compile): Use compilation-start.
12358
12359 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12360
12361 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
12362
12363 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12364 Default to makefile-bsdmake-mode on BSD systems.
12365
12366 * imenu.el (imenu-generic-expression, imenu--generic-function'):
12367 REGEXP may also be a search function now. The part of doc-string
12368 for describing the structure was 95% identical to that of
12369 `imenu--generic-function'. Unify it there.
12370
12371 * progmodes/make-mode.el (makefile-imenu-generic-expression):
12372 Use function to find dependencies, because regexp alone is so complex,
12373 it easily goes into an endless loop.
12374 (makefile-makepp-mode): Also add submenu for Perl functions
12375 defined in the makefile.
12376 (makefile-bsdmake-mode): Special imenu-generic-expression no
12377 longer needed, due to function call.
12378 (makefile-match-dependency): Take BOUND into account when checking
12379 if we're through.
12380
12381 2005-05-20 Jay Belanger <belanger@truman.edu>
12382
12383 * calc/calc-units.el (calc-invalidate-units-table):
12384 Use inhibit-read-only.
12385 (math-build-units-table-buffer): Use view-mode.
12386
12387 2005-05-20 David Kastrup <dak@gnu.org>
12388
12389 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12390 easy-menu-add is not a nop on Emacs; and clarify when to call it.
12391
12392 2005-05-20 Lute Kamstra <lute@gnu.org>
12393
12394 * diff-mode.el (diff-header-face, diff-file-header-face)
12395 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12396 (diff-added-face, diff-changed-face, diff-function-face)
12397 (diff-context-face, diff-nonexistent-face): Put them in the
12398 diff-mode customization group.
12399
12400 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12401
12402 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12403
12404 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12405
12406 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12407 Minor regexp-optimization.
12408
12409 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
12410
12411 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12412 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12413 (org-agenda-add-time-grid-maybe): New function.
12414 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12415 (org-table-create): `dotimes' instead of `mapcar'.
12416 (org-xor): Simplify implementation.
12417 (org-agenda): `inhibit-redisplay' turned on.
12418 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12419 a consistent line after a state change.
12420 (org-agenda-remove-times-when-in-prefix): New option.
12421 (org-prefix-has-time): New variable.
12422 (org-parse-time-string): Optional argument NODEFAULT.
12423 (org-format-agenda-item): Parse items for time-of-day
12424 specifications and move these into the prefix if possible.
12425 (org-agenda-priority): Get current heading, not previous heading
12426 during agenda remote editing.
12427
12428 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
12429
12430 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12431 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12432 (remove-duplicates, delete-duplicates, substitute)
12433 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12434 (nsubstitute-if-not, find, find-if, find-if-not, position)
12435 (position-if, position-if-not, count, count-if, count-if-not)
12436 (mismatch, search, sort*, stable-sort, merge, member*)
12437 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12438 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12439 (intersection, nintersection, set-difference, nset-difference)
12440 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12441 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12442 (nsublis, tree-equal): Improve argument/docstring consistency.
12443
12444 * subr.el (send-string, send-region):
12445 Remove obsolescence declaration.
12446 (window-dot, set-window-dot, read-input, show-buffer)
12447 (eval-current-buffer, string-to-int):
12448 Add release number to obsolescence declarations.
12449
12450 2005-05-19 Kim F. Storm <storm@cua.dk>
12451
12452 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12453 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12454
12455 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
12456
12457 * faces.el (list-faces-display): Make back button respect optional
12458 regexp arg.
12459
12460 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
12461
12462 * calculator.el (calculator-radix-grouping-mode)
12463 (calculator-radix-grouping-digits, calculator-displayer)
12464 (calculator-radix-grouping-separator, calculator-copy-displayer):
12465 * dabbrev.el (dabbrev-search-these-buffers-only):
12466 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12467 (diff-advance-after-apply-hunk, diff-mode-hook)
12468 (diff-minor-mode-prefix):
12469 * imenu.el (imenu-use-popup-menu):
12470 * jit-lock.el (jit-lock-context-time):
12471 * newcomment.el (comment-fill-column, comment-column)
12472 (comment-style, comment-padding, comment-multi-line)
12473 (comment-empty-lines, comment-auto-fill-only-comments):
12474 * reveal.el (reveal-around-mark):
12475 * uniquify.el (uniquify-buffer-name-style)
12476 (uniquify-after-kill-buffer-p)
12477 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12478 (uniquify-min-dir-content, uniquify-separator)
12479 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12480 * w32-vars.el (w32-fixed-font-alist):
12481 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12482 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12483 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12484 * progmodes/perl-mode.el (perl-indent-level)
12485 (perl-continued-statement-offset, perl-continued-brace-offset)
12486 (perl-brace-offset, perl-brace-imaginary-offset)
12487 (perl-label-offset, perl-indent-continued-arguments)
12488 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12489 * progmodes/tcl.el (tcl-indent-level)
12490 (tcl-continued-indent-level, tcl-auto-newline)
12491 (tcl-tab-always-indent, tcl-electric-hash-style)
12492 (tcl-help-directory-list, tcl-use-smart-word-finder)
12493 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12494 (inferior-tcl-source-command):
12495 * textmodes/fill.el (enable-kinsoku):
12496 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12497 * textmodes/table.el (table-yank-handler):
12498 Specify missing group (and type, if simple) in defcustom.
12499
12500 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
12501
12502 * progmodes/compile.el (compilation-finish-function): Fix defvar.
12503
12504 2005-05-19 Richard M. Stallman <rms@gnu.org>
12505
12506 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12507
12508 * subr.el (event-basic-type): Don't get an error.
12509 (left-fringe-p): Function deleted.
12510
12511 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12512 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12513
12514 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12515 in recursive copy.
12516
12517 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12518
12519 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12520
12521 * emacs-lisp/bytecomp.el
12522 (byte-compile-file-form-custom-declare-variable): Call
12523 byte-compile-nogroup-warn if appropriate.
12524
12525 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12526 (compilation-set-window): Don't call left-fringe-p; do it directly.
12527
12528 2005-05-19 Jay Belanger <belanger@truman.edu>
12529
12530 * calc/calc-graph.el (calc-graph-format-data): Make sure
12531 var-PlotRejects is bound before trying to check its value.
12532
12533 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
12534
12535 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12536 definition of this variable from reftex-global.el to reftex.el,
12537 because it is needed in the menu.
12538
12539 2005-05-19 Lute Kamstra <lute@gnu.org>
12540
12541 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12542 years are fixed. Don't insert a space after a dash.
12543
12544 2005-05-19 Kim F. Storm <storm@cua.dk>
12545
12546 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12547
12548 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
12549
12550 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12551 strings, because (eq ... ?\\) is fairly frequent.
12552
12553 * progmodes/make-mode.el (makefile-add-this-line-targets):
12554 Simplify and integrate into `makefile-pickup-targets'.
12555 (makefile-add-this-line-macro): Simplify and integrate into
12556 `makefile-pickup-macros.
12557 (makefile-pickup-filenames-as-targets): Simplify.
12558 (makefile-previous-dependency, makefile-match-dependency):
12559 Don't stumble over `::'.
12560
12561 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
12562
12563 * subr.el (post-command-idle-hook, post-command-idle-delay):
12564 Remove obsoletion of post-command-idle-hook and
12565 post-command-idle-delay.
12566
12567 * faces.el (list-faces-display): Provide button when describe-face
12568 is called to take user back to the list of faces.
12569
12570 * help-fns.el (describe-variable): Remove hyperlinks in a
12571 variable's value as these are quite frequently inappropriate.
12572
12573 * follow.el (follow-submit-feedback, follow-mode):
12574 Remove references to post-command-idle-hook.
12575
12576 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
12577
12578 * progmodes/make-mode.el (makefile-previous-dependency)
12579 (makefile-match-dependency): Check for := (and in bsd mode also
12580 !=) to give a better result, even when font-lock is not on.
12581
12582 2005-05-18 Jay Belanger <belanger@truman.edu>
12583
12584 * calc/calc-help.el (calc-s-prefix-help):
12585 Add `calc-copy-special-constant' to help string.
12586
12587 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
12588
12589 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12590
12591 2005-05-18 Jay Belanger <belanger@truman.edu>
12592
12593 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12594 in linear factors are in proper order.
12595
12596 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
12597
12598 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12599 Support for jurabib.
12600
12601 * textmodes/reftex.el (featurep): Define aliases for overlay
12602 commands, for XEmacs compatibility, and use these aliases in
12603 overlay initializations.
12604 (reftex-highlight): Use `reftex-move-overlay'.
12605 (reftex-unhighlight): Use `reftex-delete-overlay'.
12606 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
12607 (reftex-access-search-path): Use `reftex-uniquify' instead of
12608 `reftex-uniq'
12609
12610 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12611 `before-string' property modification enables for Emacs as well.
12612 (reftex-select-item): Use `reftex-delete-overlay'.
12613 (reftex-select-mark): Use `reftex-make-overlay' and
12614 `reftex-overlay-put'.
12615 (reftex-select-unmark): Use `reftex-delete-overlay' and
12616 `reftex-overlay-put'.
12617
12618 2005-05-18 Lute Kamstra <lute@gnu.org>
12619
12620 * emacs-lisp/lisp.el (check-parens): Fix docstring.
12621
12622 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
12623
12624 * add-log.el (add-change-log-entry):
12625 * array.el (array-make-template, array-reconfigure-rows)
12626 (array-init-max-row, array-init-max-column)
12627 (array-init-columns-per-line, array-init-field-width):
12628 * replace.el (replace-match-maybe-edit, perform-replace):
12629 * textmodes/spell.el (spell-region):
12630 Replace `read-input' by `read-string'.
12631
12632 * forms.el (forms-mode):
12633 * finder.el (finder-compile-keywords):
12634 * shadowfile.el (shadow-read-files):
12635 Replace `eval-current-buffer' by `eval-buffer'.
12636
12637 * terminal.el (te-pass-through):
12638 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12639 (ange-ftp-raw-send-cmd):
12640 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12641 (send-process-next-char, telnet-initial-filter, telnet):
12642 Replace `send-string' by `process-send-string'.
12643
12644 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12645 (prolog-consult-region): Replace `send-string' by
12646 `process-send-string'; replace `send-region' by `process-send-region'.
12647
12648 * progmodes/delphi.el (delphi-log-msg):
12649 Replace `set-window-dot' by `set-window-point'.
12650
12651 * subr.el (window-dot, set-window-dot, read-input, send-string)
12652 (send-region, show-buffer, eval-current-buffer):
12653 Make really obsolete, as the comment says.
12654
12655 2005-05-17 Kim F. Storm <storm@cua.dk>
12656
12657 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12658 (cua--init-keymaps): Bind C-return instead of S-return to set
12659 rectangle mark.
12660
12661 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12662 instead of S-return to toggle/clear rectangle mark.
12663
12664 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
12665
12666 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12667 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12668 Also fontify plain strings assigned to variables, mostly so that a
12669 colon has a face and is thus not taken as a dependency separator.
12670 (makefile-previous-dependency): Inline the new matcher, because it
12671 is too complex to work in both directions.
12672 (makefile-match-dependency): Eliminate `backward' arg (see above).
12673 Completely reimplemented so as to not sometimes go into an endless
12674 loop. It should also be more efficient, because first it only
12675 searches for `:', instead of applying the very complex regexp.
12676 (makefile-mode): Cancel `font-lock-support-mode', because blocks
12677 to be fontified in one piece can be too long for JIT.
12678 Makefiles are never *that* big.
12679
12680 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
12681
12682 * dired.el (dired-mode): Simplify.
12683
12684 2005-05-17 Lute Kamstra <lute@gnu.org>
12685
12686 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12687 defcustom for the mode hook variable.
12688
12689 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12690 Emacs Lisp Reference Manual.
12691
12692 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
12693
12694 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12695 (evenp, list*):
12696 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12697 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12698
12699 * net/tramp-smb.el (tramp-smb-open-connection):
12700 Pass `tramp-chunksize' as fifth (required) argument.
12701
12702 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
12703
12704 * font-lock.el (lisp-font-lock-keywords-1):
12705 Set `font-lock-negation-char-face' for [^...] char group.
12706 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12707
12708 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12709 a var, and refine it to mask one more level of nested vars.
12710 (makefile-rule-action-regex): Turn it into a var, and refine it so
12711 it recognizes backslashed continuation lines as belonging to the
12712 same command.
12713 (makefile-macroassign-regex): Refine it so it recognizes
12714 backslashed continuation lines as belonging to the same command.
12715 (makefile-var-use-regex): Don't look at the next char, because it
12716 might be the same one to be skipped by the initial [^$], leading
12717 to an overlooked variable use.
12718 (makefile-make-font-lock-keywords): Remove two parameters, which
12719 are now variables that some of the modes set locally.
12720 Handle dependency and rule action matching through functions, because
12721 regexps alone match too often. Dependency matching now comes
12722 last, so it can check, whether a colon already matched something else.
12723 (makefile-mode): Inform that font-lock improves makefile parsing
12724 capabilities.
12725 (makefile-match-dependency, makefile-match-action): New functions.
12726
12727 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
12728
12729 * emacs-lisp/cl-extra.el (equalp): Doc fix.
12730
12731 * align.el (align-regexp):
12732 * ansi-color.el (ansi-color-get-face):
12733 * array.el (array-reconfigure-rows, array-init-max-row)
12734 (array-init-max-column, array-init-columns-per-line)
12735 (array-init-field-width):
12736 * dired-aux.el (dired-trample-file-versions):
12737 * dired-x.el (dired-mark-sexp):
12738 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12739 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12740 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12741 * faces.el (face-read-integer):
12742 * files.el (backup-extract-version, insert-directory):
12743 * hexl.el (hexl-insert-decimal-char):
12744 * server.el (server-process-filter):
12745 * shell.el (shell-extract-num):
12746 * startup.el (command-line-1):
12747 * term.el (term-command-hook):
12748 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12749 (time-stamp-do-number):
12750 * time.el (display-time-update):
12751 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12752 (timezone-fix-time):
12753 * vms-patch.el (vms-suspend-resume-hook):
12754 * calendar/appt.el (appt-convert-time):
12755 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12756 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12757 * calendar/cal-islam.el (mark-islamic-diary-entries):
12758 * calendar/calendar.el (calendar-cursor-to-date)
12759 (calendar-star-date):
12760 * calendar/diary-lib.el (diary-attrtype-convert)
12761 (mark-diary-entries, diary-entry-time):
12762 * calendar/solar.el (solar-get-number):
12763 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12764 * emacs-lisp/re-builder.el (reb-display-subexp):
12765 * emulation/edt.el (edt-set-scroll-margins):
12766 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12767 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12768 (vip-get-ex-count):
12769 * emulation/viper-ex.el (viper-get-ex-token)
12770 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12771 * international/fontset.el (fontset-plain-name):
12772 * mail/feedmail.el (feedmail-look-at-queue-directory):
12773 * mail/mailalias.el (mail-get-names):
12774 * mail/rmail.el (rmail-convert-to-babyl-format):
12775 * mail/rmailsum.el (rmail-make-basic-summary-line)
12776 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12777 (rmail-summary-goto-msg):
12778 * mail/smtpmail.el (smtpmail-read-response):
12779 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12780 (ange-ftp-vms-add-file-entry):
12781 * play/gametree.el (gametree-looking-at-ply)
12782 (gametree-current-branch-score):
12783 * progmodes/ada-xref.el (ada-prj-find-prj-file)
12784 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12785 * progmodes/cperl-mode.el (condition-case):
12786 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12787 (ebrowse-set-member-buffer-column-width)
12788 (ebrowse-select-1st-to-9nth):
12789 * progmodes/etags.el (etags-snarf-tag):
12790 * progmodes/flymake.el (flymake-parse-line):
12791 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12792 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12793 (idlwave-shell-menu-def):
12794 * progmodes/ps-mode.el (ps-run-goto-error):
12795 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12796 (vhdl-speedbar-contract-level):
12797 * term/mac-win.el (x-handle-numeric-switch):
12798 * term/sun-mouse.el (sun-get-frame-data):
12799 * term/w32-win.el (x-handle-numeric-switch):
12800 * term/x-win.el (x-handle-numeric-switch):
12801 * textmodes/ispell.el (ispell-parse-output):
12802 * textmodes/nroff-mode.el (nroff-outline-level):
12803 * textmodes/reftex-cite.el (reftex-bib-sort-year)
12804 (reftex-bib-sort-year-reverse, reftex-format-citation):
12805 * textmodes/reftex-parse.el (reftex-init-section-numbers)
12806 (reftex-section-number):
12807 * textmodes/texinfmt.el (texinfo-paragraphindent):
12808 Replace `string-to-int' by `string-to-number'.
12809
12810 * international/latexenc.el: Add page marker to force the "Local
12811 Variables:" string out of the last page.
12812
12813 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12814
12815 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12816 tooltip-change-major-mode.
12817 (gud-tooltip-print-command): Remove case where gud-minor-mode
12818 is gdb ("--fullname").
12819 (gud-tooltip-tips): Turn GUD tooltips off for this case and
12820 explain to user.
12821
12822 2005-05-16 Jay Belanger <belanger@truman.edu>
12823
12824 * calc/calc-store.el (calc-copy-special-constant): New function.
12825
12826 * calc/calc-ext.el (calc-init-extensions): Add binding for
12827 `calc-copy-special-constant'.
12828
12829 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12830 for the `calc-copy-special-constant' command.
12831
12832 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12833
12834 * subr.el (left-fringe-p): New function.
12835
12836 * progmodes/compile.el (compilation-setup): Set local value of
12837 overlay-arrow-string to "" always.
12838 (compilation-set-window): Left fringe then don't scroll.
12839 No left fringe then no arrow and scroll message to top.
12840 (compilation-context-lines): Adjust doc string accordingly.
12841
12842 2005-05-16 Kim F. Storm <storm@cua.dk>
12843
12844 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12845 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
12846 (ido-wide-find-dir-or-delete-dir): New command for M-d.
12847 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
12848 (ido-read-file-name): Handle commands with ido property value
12849 equal to find-file as reading a file name, to allow C-d to enter dired.
12850 (ibuffer-find-file): Add ido property with value find-file.
12851
12852 2005-05-15 Kim F. Storm <storm@cua.dk>
12853
12854 * subr.el (open-network-stream-nowait): Remove.
12855 (open-network-stream-server): Remove.
12856
12857 2005-05-15 Richard M. Stallman <rms@gnu.org>
12858
12859 * faces.el (describe-face): Output a definition link button.
12860
12861 * help-mode.el (help-face-def): New button type.
12862
12863 * emacs-lisp/copyright.el (copyright-fix-years):
12864 Match properly if the first year is 2-digit.
12865 Don't mess up the whitespace after the years by filling.
12866
12867 * dired-aux.el (dired-mark-confirm):
12868 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
12869
12870 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
12871 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
12872 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
12873
12874 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12875 Set font-lock-comment-start-skip.
12876
12877 * font-lock.el (font-lock-comment-start-skip): New variable.
12878 (font-lock-comment-end-skip): New variable.
12879 (font-lock-fontify-syntactically-region): Use them if non-nil.
12880
12881 2005-05-15 Jay Belanger <belanger@truman.edu>
12882
12883 * calc/calc-store.el (calc-store-value): Return a string rather
12884 than display it as a message.
12885 Use calc-var-name for variable name.
12886 (calc-store-into): Add the result of calc-store-value to message.
12887 (calc-copy-variable): Add a message.
12888 (calc-store-exchange): Improve error messages.
12889 (calc-store-binary, calc-store-map): Don't reset the values of
12890 special constants.
12891
12892 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
12893
12894 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
12895 manual to docstring.
12896
12897 * files.el (hack-local-variables-confirm): Add STRING argument.
12898 Make the function handle non file visiting buffers correctly.
12899 (hack-local-variables-prop-line, hack-local-variables)
12900 (hack-one-local-variable): Use STRING arg of
12901 `hack-local-variables-confirm'.
12902
12903 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
12904
12905 Sync with Tramp 2.0.49.
12906
12907 * net/tramp.el (tramp-handle-dired-call-process)
12908 (tramp-handle-insert-directory):`insert-buffer' cannot be used
12909 because the contents of the Tramp buffer is changed before
12910 insertion (`expand-file' and alike).
12911 (tramp-handle-insert-directory): If `localname' has an empty
12912 nondirectory name, it must not be quoted.
12913 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
12914 variable `tramp-chunksize'. Change callees.
12915 (tramp-open-connection-setup-interactive-shell): Check remote host
12916 for buggy `send-process-string' implementation.
12917 Set `tramp-chunksize' if found. Reported by Michael Kifer
12918 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
12919 (tramp-handle-shell-command): `insert-buffer' cannot be used
12920 because the contents of the Tramp buffer is changed before
12921 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
12922 <frederic.bothamy@free.fr>.
12923 (tramp-set-auto-save): Actions should be done for Tramp file name
12924 handler only. Ange-FTP has its own auto-save mechanism.
12925 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12926 (tramp-set-auto-save-file-modes): Set file modes of
12927 `buffer-auto-save-file-name' to ?\600 as fallback solution.
12928 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
12929 (tramp-bug): Remove obsolete variable.
12930 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
12931 for presence of `mml-mode'. Make it running for older Emacsen as well.
12932
12933 2005-05-14 John Paul Wallington <jpw@pobox.com>
12934
12935 * ibuf-ext.el (define-ibuffer-filter filename):
12936 If `dired-directory' is a list, use its car.
12937
12938 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
12939
12940 * ibuffer.el (define-ibuffer-column filename):
12941 If `dired-directory' is a list, use its car.
12942
12943 2005-05-14 Richard M. Stallman <rms@gnu.org>
12944
12945 * subr.el (symbol-file): Doc fix.
12946
12947 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
12948 (byte-compile-form): Call byte-compile-nogroup-warn.
12949 (byte-compile-warning-types): Doc fix.
12950
12951 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
12952
12953 * progmodes/cc-engine.el (c-literal-faces):
12954 Add font-lock-comment-delimiter-face.
12955
12956 * net/net-utils.el (dig): Use with-no-warnings.
12957
12958 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
12959 (sc-recite-frame-alist, sc-default-cite-frame)
12960 (sc-default-uncite-frame, sc-default-recite-frame)
12961 (sc-attrib-selection-list, sc-rewrite-header-list):
12962 Mark as risky-local-variable.
12963
12964 * international/ogonek.el (ogonek-jak, ogonek-how):
12965 Don't use beginning-of-buffer.
12966
12967 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
12968
12969 * calendar/solar.el (solar-data-list): Move definition up.
12970
12971 * dnd.el (dnd-protocol-alist): Add autoload.
12972
12973 * progmodes/sh-script.el: Many doc usage fixes.
12974 (sh-indent-after-do): Change default to match common styles.
12975
12976 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
12977
12978 * files.el (interpreter-mode-alist)
12979 (auto-mode-interpreter-regexp): Doc fixes.
12980
12981 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
12982
12983 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
12984
12985 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
12986
12987 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12988
12989 * dired.el (dired-mode): make-variable-buffer-local =>
12990 make-local-variable.
12991
12992 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12993
12994 * term/mac-win.el (mac-select-convert-to-string): Try coding
12995 systems in mac-script-code-coding-systems if specified one cannot
12996 encode string for `com.apple.traditional-mac-plain-text'.
12997
12998 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
12999
13000 * progmodes/make-mode.el (makefile-targets-face)
13001 (makefile-shell-face, makefile-makepp-perl-face): New faces.
13002 (makefile-dependency-regex): Fix it to not make the colon in
13003 $(var:a=b) special.
13004 (makefile-rule-action-regex): New regexp for highlighting embedded
13005 Shell strings.
13006 (makefile-macroassign-regex): Handle != for highlighting as
13007 embedded Shell strings.
13008 (makefile-var-use-regex): New const.
13009 (makefile-statements, makefile-automake-statements)
13010 (makefile-gmake-statements, makefile-makepp-statements)
13011 (makefile-bsdmake-statements): New consts.
13012 (makefile-make-font-lock-keywords): New function.
13013 (makefile-automake-font-lock-keywords)
13014 (makefile-gmake-font-lock-keywords)
13015 (makefile-makepp-font-lock-keywords)
13016 (makefile-bsdmake-font-lock-keywords): New consts.
13017 (makefile-mode-map): Add switchers between the various submodes.
13018 (makefile-mode): Document the availability of the variants.
13019 (makefile-automake-mode, makefile-gmake-mode)
13020 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13021
13022 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13023 new variants of makefile-mode.
13024
13025 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 * font-lock.el (font-lock-comment-delimiter-face): Fix up
13028 the inheritance.
13029
13030 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
13031
13032 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13033 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13034
13035 * files.el (normal-mode): Extend the scope of the
13036 `enable-local-variables' binding to include the `set-auto-mode' call.
13037 (magic-mode-alist): Doc fix.
13038
13039 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13040
13041 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13042 font-lock-comment-face rather than copying its setting.
13043
13044 2005-05-12 Andreas Schwab <schwab@suse.de>
13045
13046 * eshell/esh-mode.el (eshell-send-input): Doc fix.
13047
13048 2005-05-12 Lute Kamstra <lute@gnu.org>
13049
13050 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13051 defcustom for the mode hook variable. Delete the last argument.
13052 * generic-x.el: Fix callers of define-generic-mode.
13053 (generic-x-modes): Delete group.
13054 (show-tabs-tab-face, show-tabs-space-face): Put them in the
13055 generic-x customization group.
13056
13057 2005-05-12 Kim F. Storm <storm@cua.dk>
13058
13059 * font-lock.el (font-lock-negation-char-face): Default to "off".
13060
13061 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13062 font-lock-negation-char-face to ! in !=.
13063
13064 2005-05-12 Masatake YAMATO <jet@gyve.org>
13065
13066 * add-log.el (find-change-log): Fix typos in the docstring
13067 of function.
13068
13069 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13070
13071 * international/latexenc.el (latexenc-find-file-coding-system):
13072 Avoid `re-search-forward' when looking for input encoding because
13073 of speed and safety. Better regular expressions for recognizing
13074 input encoding. Limit a search for TeX-master/tex-main-file to
13075 the local variable section.
13076
13077 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
13078
13079 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13080 syntax of $ to "'" (quote).
13081
13082 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13083
13084 * dnd.el (dnd-protocol-alist): Improve custom type.
13085
13086 * dired.el (dired-dnd-protocol-alist): New variable.
13087 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
13088 `dired-mode-hook' to the end.
13089
13090 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13091
13092 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13093 comment-end if comment-start-skip is not set.
13094 Obey the font-lock-comment-delimiter-face variables.
13095
13096 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * files.el (executable-find): Move from executable.el. Use
13099 locate-file.
13100 * progmodes/executable.el (executable-find): Move to files.el.
13101
13102 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13103 when trying to ensure forward progress.
13104
13105 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
13106
13107 * mouse-sel.el (mouse-sel-follow-link-p): New function.
13108 (mouse-select, mouse-select-internal, mouse-extend-internal):
13109 Use it to implement mouse-1-click-follows-link functionality.
13110
13111 2005-05-11 Richard M. Stallman <rms@gnu.org>
13112
13113 * font-lock.el (font-lock-fontify-syntactically-region):
13114 Use font-lock-comment-delimiter-face for comment delimiters.
13115
13116 2005-05-10 Jay Belanger <belanger@truman.edu>
13117
13118 * calc/calc-help.el (calc-m-prefix-help): Add mention of
13119 preserving embedded modes.
13120
13121 2005-05-10 Richard M. Stallman <rms@gnu.org>
13122
13123 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13124
13125 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13126 Move from ada-stmt.el.
13127 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13128
13129 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13130 Move to ada-mode.el.
13131 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13132
13133 * cus-edit.el (custom-file): Call file-chase-links.
13134
13135 * files.el (read-directory-name): Fix previous change.
13136 (hack-local-variables-confirm): New function.
13137 (hack-local-variables-prop-line, hack-local-variables)
13138 (hack-one-local-variable): Use it.
13139
13140 2005-05-10 Lute Kamstra <lute@gnu.org>
13141
13142 * font-lock.el (font-lock-keywords-alist)
13143 (font-lock-removed-keywords-alist): Clarify docstrings.
13144
13145 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
13146
13147 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13148 (gdb-source-info): Check for preprocessor info.
13149 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
13150 a macro for a function.
13151 (gdb-info-breakpoints-custom): Try to find file again if not already
13152 found (user might have used GDB dir command).
13153 (gdb-get-location): Update gdb-location-alist correctly for change
13154 to gdb-info-breakpoints-custom.
13155
13156 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13157 (gud-tooltip-print-command): Add gdbmi case.
13158 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13159 preprocessor info.
13160
13161 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
13162
13163 * startup.el (fancy-splash-insert): Fix typo in doc string.
13164
13165 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
13166
13167 * obsolete/float.el (string-to-float):
13168 * obsolete/hilit19.el (hilit-add-pattern):
13169 * obsolete/rnews.el (news-parse-range, news-select-message)
13170 (news-get-pruned-list-of-files): Replace `string-to-int' by
13171 `string-to-number'.
13172
13173 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13174 `find-file-not-found-hooks'; use `add-hook'.
13175 (uncompress-while-visiting): Set `write-file-functions', not
13176 `write-file-hooks'; use `add-hook'.
13177
13178 2005-05-09 Kim F. Storm <storm@cua.dk>
13179
13180 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13181 (cua-paste): Handle clipboard action.
13182 (cua--init-keymaps): Remap clipboard-kill-region and
13183 clipboard-kill-ring-save.
13184
13185 2005-05-08 Eli Zaretskii <eliz@gnu.org>
13186
13187 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13188 Improve commentary.
13189
13190 * simple.el (next-error-overlay-arrow-position): Revert the change
13191 made on 2005-04-30.
13192
13193 2005-05-07 Jay Belanger <belanger@truman.edu>
13194
13195 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13196 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13197 `calc-sel-reselect'.
13198
13199 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13200 Calc is in embedded mode.
13201
13202 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13203
13204 * progmodes/compile.el (compilation-setup):
13205 Set overlay-arrow-string to an empty string on text terminals.
13206
13207 * textmodes/ispell.el (ispell-program-name): Try looking for
13208 "aspell" along exec-path, and if found, use it as the default
13209 speller program.
13210
13211 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
13212
13213 * international/mule.el (sgml-xml-auto-coding-function):
13214 Recognize encoding='FOO' in single quotes as well as in double quotes.
13215
13216 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13217
13218 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13219 as well as `interactive', so that defmacro* would recognize
13220 `declare' forms.
13221
13222 2005-05-07 Eli Zaretskii <eliz@gnu.org>
13223
13224 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13225 Explain more about the LIGHTER arg's usage in the doc string.
13226 Add commentary to clarify what the code does. Fix the regexp that
13227 strips whitespace from LIGHTER. Quote LIGHTER before using it,
13228 since it could have characters special to regular expressions.
13229
13230 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13231
13232 * replace.el (occur-1): Bind inhibit-read-only so that
13233 erase-buffer doesn't barf on read-only text properties (likewise
13234 for add-text-properties in occur-engine). Mark buffer as unmodified.
13235 (occur-engine): Don't set buffer-read-only here.
13236
13237 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13238
13239 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13240 list-buffers-directory. This caused the *cvs-commit* buffer to be
13241 sometimes mistakenly reused as a *cvs* buffer.
13242
13243 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
13244
13245 * tooltip.el: Move code for GUD tooltips into gud.el.
13246 (require): CL no longer needed to compile case.
13247 (tooltip-mode): Do not toggle functions for GUD tooltips.
13248 (tooltip-gud-tips-p): Remove. Replace with minor mode
13249 gud-tooltip-mode in gud.el.
13250 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
13251 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
13252 tooltip-gud prefix with gud-tooltip and obsolete.
13253 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
13254 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
13255 (tooltip-mouse-motion): Mouse movement functions/variable.
13256 Rename in gud.el by adding gud prefix.
13257 (tooltip-gud-original-filter, tooltip-gud-dereference)
13258 (tooltip-gud-event, tooltip-toggle-gud-tips)
13259 (tooltip-gud-process-output, tooltip-gud-print-command)
13260 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
13261 gud.el by replacing tooltip-gud prefix with gud-tooltip.
13262 (gdb-tooltip-print): Move to gdb-ui.el.
13263
13264 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
13265 (require): CL needed to compile case.
13266 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
13267 tooltip-gud-tips-p. Make it a minor-mode.
13268 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
13269 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
13270 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
13271 (gud-tooltip-change-major-mode)
13272 (gud-tooltip-activate-mouse-motions-if-enabled)
13273 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
13274 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
13275 (gud-tooltip-original-filter, gud-tooltip-dereference)
13276 (gud-tooltip-event, tooltip-toggle-gud-tips)
13277 (gud-tooltip-process-output, gud-tooltip-print-command)
13278 (gud-tooltip-tips): Move from tooltip.el.
13279
13280 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
13281 (gdb-cpp-define-alist-flags): Doc fix.
13282 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
13283 gud-tooltip-mode is t.
13284
13285 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
13288 evaporate if their text is deleted.
13289 (goto-address-at-point): Make it work as a mouse binding as well.
13290 (goto-address-at-mouse): Obsolete it. Update users.
13291
13292 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13293
13294 * calendar/appt.el (top-level): No longer activate on load.
13295
13296 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
13297
13298 * calendar/cal-bahai.el (mark-bahai-diary-entries):
13299 * net/webjump.el (webjump):
13300 * progmodes/idlw-help.el (idlwave-do-context-help1)
13301 (idlwave-highlight-linked-completions):
13302 * textmodes/po.el (po-find-file-coding-system-guts):
13303 Replace `assoc-ignore-case' by `assoc-string'.
13304
13305 2005-05-06 Eli Zaretskii <eliz@gnu.org>
13306
13307 * files.el (locate-file): Doc fix.
13308
13309 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13310 Remove the redundant test for ms-dos.
13311
13312 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13313 look for the preprocessor with exec-suffixes. If not found in
13314 standard places, look in exec-path. Remove most of the tests that
13315 used system-type.
13316
13317 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13318
13319 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13320
13321 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13322 file-name clash with jka-compr.el on 8+3 filesystems.
13323
13324 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13325
13326 * term/mac-win.el: Don't define or bind scroll bar functions if
13327 x-toolkit-scroll-bars is t.
13328 (x-select-text, x-get-selection-value): Clear
13329 x-last-selected-text-clipboard if x-select-enable-clipboard is
13330 nil.
13331 (PRIMARY): Put mac-scrap-name property.
13332 (mac-select-convert-to-file-url): New function.
13333 (public.file-url): New selection target type. Add to
13334 selection-converter-alist.
13335 (x-get-selection, x-selection-value): Handle it.
13336 (x-cut-buffer-or-selection-value): New alias.
13337
13338 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13339
13340 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13341 entry to avoid calling bibtex-find-entry with arg global
13342 being t. Remove arg key.
13343 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13344 (bibtex-copy-summary-as-kill): Change accordingly.
13345
13346 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13347
13348 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13349 (org-agenda-date-later): Use with-current-buffer.
13350
13351 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
13352
13353 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13354 (define-obsolete-variable-alias): Doc Fixes.
13355
13356 2005-05-06 Kim F. Storm <storm@cua.dk>
13357
13358 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
13359 vertical-motion when selective-display is active.
13360
13361 * ido.el (ido-setup-hook): New hook.
13362 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13363 (ido-input-stack): New var.
13364 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
13365 ido-next-work-file binding to M-O.
13366 Bind M-f to ido-wide-find-file-or-pop-dir.
13367 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13368 (ido-read-internal): Run ido-setup-hook.
13369 Catch quit in read-file-name and read-string to cancel edit.
13370 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13371 Automatically pop-all when completing a directory name (RET).
13372 (ido-file-internal): Add with-no-warnings around ffap and dired code.
13373 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13374 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13375 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13376 New functions for M-b/M-f to move among the directory components.
13377 (ido-make-merged-file-list): Catch quit to cancel merge.
13378 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13379 (ido-completion-help): No warnings for ido-completion-buffer-full.
13380
13381 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
13382
13383 * font-lock.el (font-lock-negation-char-face): New face and variable.
13384 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13385 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13386 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13387 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13388
13389 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
13390
13391 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13392 Fix typo in docstring.
13393
13394 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13395 (ebrowse-print-statistics-line)
13396 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13397
13398 * term/w32-win.el (image-library-alist): Add additional name for
13399 Xpm library.
13400
13401 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
13402
13403 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13404 use gcc instead of cpp.
13405
13406 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13407 (gdb-create-define-alist): Use it.
13408 (gdb-cpp-define-alist-program): Update for MS-DOS.
13409
13410 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
13411
13412 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13413
13414 2005-05-04 Richard M. Stallman <rms@gnu.org>
13415
13416 * help.el (describe-key): No error when UNTRANSLATED is nil.
13417
13418 * simple.el (line-move-1): Fix previous change to signal errors
13419 appropriately.
13420
13421 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
13422
13423 * calendar/icalendar.el (icalendar-version): Now at 0.12.
13424 (icalendar-duration-correction): Remove.
13425 (icalendar--get-event-properties): Split result at commas.
13426 (icalendar--decode-isoduration): New optional argument
13427 DURATION-CORRECTION.
13428 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13429 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13430 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13431 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13432 (icalendar--convert-anniversary-to-ical): New functions, extracted
13433 from icalendar-export-region, with bug fixes.
13434 (icalendar-export-region): Use the above functions.
13435 (icalendar-import-buffer): Check before saving diary file.
13436 (icalendar--convert-recurring-to-diary)
13437 (icalendar--convert-non-recurring-all-day-to-diary)
13438 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13439 extracted from icalendar--convert-ical-to-diary, with bug fixes.
13440 (icalendar--convert-ical-to-diary): Use the above functions.
13441
13442 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
13443
13444 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13445 Remove these recent additions.
13446 (c-mode): Restore to before 2005-04-28.
13447
13448 * progmodes/cc-vars.el (cc-define-list-program): Remove this
13449 recent addition.
13450
13451 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13452 (gdb-define-alist): New variables.
13453 (gdb-create-define-alist): New function.
13454 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13455 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13456 with string-to-number.
13457 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
13458
13459 * progmodes/gud.el: Replace string-to-int with string-to-number.
13460 (gud-find-file): Handle gdb-define-alist.
13461
13462 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13463
13464 2005-05-02 Jay Belanger <belanger@truman.edu>
13465
13466 * calc/calc-aent.el (math-read-token):
13467 * calc/calc-bin.el (calc-word-size):
13468 * calc/calc-ext.el (calc-read-number-fancy):
13469 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13470 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13471 * calc/calc-frac.el (calc-over-notation):
13472 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13473 (calc-graph-num-points, calc-graph-init):
13474 * calc/calc-prog.el (calc-read-parse-table-part)
13475 (calc-edit-macro-repeats):
13476 * calc/calc-yank.el (calc-do-grab-rectangle):
13477 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13478 Replace `string-to-int' by `string-to-number'.
13479
13480 2005-05-02 Kim F. Storm <storm@cua.dk>
13481
13482 * kmacro.el: Use executing-kbd-macro-index variable.
13483
13484 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
13485
13486 * net/rlogin.el (rlogin-parse-words): Delete func.
13487 (rlogin): Use split-string, not rlogin-parse-words.
13488 Also, if there are option-like elements in the parsed args,
13489 take the host to be the first arg immediately following them.
13490 Suggested by Michael Mauger.
13491
13492 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13493
13494 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13495
13496 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13497
13498 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13499 (cc-mode-cpp-program): Rename to cc-define-list-program and
13500 move to cc-vars.el.
13501
13502 * progmodes/cc-vars.el (cc-define-list-program):
13503 Change to "gcc -E -dM -". Make customizable.
13504
13505 2005-05-02 Kim F. Storm <storm@cua.dk>
13506
13507 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13508
13509 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13510
13511 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13512
13513 * international/mule-util.el (truncate-string): Remove alias and
13514 obsolete declaration.
13515
13516 * international/mule-cmds.el (update-iso-coding-systems):
13517 Remove alias and obsolete declaration.
13518
13519 * international/mule.el (coding-system-parent): Remove alias and
13520 obsolete declaration.
13521
13522 * subr.el (define-function, sref): Remove aliases and obsolete
13523 declarations.
13524 (chars-in-region): Remove obsolete declaration.
13525
13526 2005-05-01 Richard M. Stallman <rms@gnu.org>
13527
13528 * info.el (Info-mode): Set widen-automatically to nil, locally.
13529
13530 * simple.el (widen-automatically): New variable.
13531 (pop-global-mark): Obey widen-automatically.
13532
13533 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
13534
13535 * term/xterm.el (function-key-map): Call substitute-key-definition
13536 before the keymap size is increased by a lot of define-key calls.
13537
13538 2005-05-01 Richard M. Stallman <rms@gnu.org>
13539
13540 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13541 Rename ARG to ELEMENT. Doc fix.
13542
13543 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13544
13545 * allout.el (allout-exposure): Remove macro and obsolete declaration.
13546 Remove references to allout-exposure/change to allout-new-exposure.
13547
13548 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13549 bytecode symbols.
13550
13551 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13552 (compiled-function-p, focus-frame, unfocus-frame):
13553 Remove aliases and obsolete declarations.
13554 Back out inadvertent changes from previous commit.
13555
13556 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13557
13558 * files.el (require-final-newline): Make Custom tags consistent
13559 with mode-require-final-newline.
13560 (mode-require-final-newline): Doc fix.
13561
13562 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * international/latexenc.el (latexenc-find-file-coding-system):
13565 Fix regular expressions.
13566
13567 2005-05-01 David Kastrup <dak@gnu.org>
13568
13569 * international/latexenc.el (latexenc-find-file-coding-system):
13570 Fix regular expressions.
13571
13572 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13573
13574 * subr.el (string-to-int): Make obsolete.
13575
13576 2005-04-30 Richard M. Stallman <rms@gnu.org>
13577
13578 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13579
13580 * loadup.el: load jka-comp-hook.
13581
13582 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13583 (jka-compr-handler): Add autoload. `put' calls moved
13584 to jka-comp-hook.el.
13585 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13586 (jka-compr-inhibit): Autoload.
13587
13588 * jka-comp-hook.el: New file.
13589 Enable the mode by default.
13590
13591 * files.el (backup-buffer-copy): Use copy-file instead
13592 of write-region, and put back the 'excl.
13593
13594 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
13595
13596 * progmodes/flymake.el (flymake-split-string)
13597 (flymake-split-string, flymake-log, flymake-pid-to-names)
13598 (flymake-reg-names, flymake-get-source-buffer-name)
13599 (flymake-unreg-names, flymake-add-line-err-info)
13600 (flymake-add-err-info): Clarify docstrings.
13601 (flymake-popup-menu, flymake-make-emacs-menu)
13602 (flymake-make-xemacs-menu): Add docstrings.
13603 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13604 Set variables directly throughout.
13605
13606 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
13607
13608 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13609 exists. Initialize cc-define-alist.
13610 (c-mode): Add cc-create-define-alist locally to after-save-hook.
13611 If there is no file (Macroexpansion) don't create an alist.
13612
13613 2005-04-29 Sam Steingold <sds@gnu.org>
13614
13615 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13616 (cc-create-define-alist): Use it instead of the hard-coded string.
13617
13618 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13619
13620 * international/mule-conf.el (file-coding-system-alist): Fix regexp
13621 for latexenc.
13622
13623 2005-04-29 Lute Kamstra <lute@gnu.org>
13624
13625 * emacs-lisp/generic.el: Improve commentary section.
13626 (define-generic-mode): Improve docstring.
13627
13628 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
13629
13630 * textmodes/org.el (many places): Change to quiet the byte compiler.
13631 (org-prefix-format-compiled): New variable.
13632 (org-compile-prefix-format): New function.
13633 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13634 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13635 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13636 (org-get-entries-from-diary): Use `org-get-time-of-day' for
13637 consistency with entries from `org-mode' files.
13638 (org-get-time-of-day): Fix bug with partial matches early in a line.
13639 (org-non-link-chars): New constant.
13640 (org-link-regexp): Respect `org-non-link-chars'.
13641 (org-agenda-day-view): Remove command.
13642 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13643 (org-follow-bbdb-link, org-store-link): Search also company field.
13644 (org-highlight-overlay): New variable.
13645 (org-highlight, org-unhighlight): New functions.
13646 (org-agenda-mode): Add pre-command-hook to remove highlight.
13647 (org-evaluate-time-range): Behavior depends upon whether time stamp
13648 contains a time or not.
13649 (org-show-subtree, org-show-entry): New functions.
13650 (org-agenda-cleanup-fancy-diary): Remove empty lines.
13651
13652 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
13653
13654 * comint.el (comint-output-filter-functions): Add autoload cookie.
13655
13656 2005-04-28 Kim F. Storm <storm@cua.dk>
13657
13658 * ido.el (ido-everywhere): Fix last change.
13659
13660 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13661
13662 * international/latexenc.el: New file.
13663 * international/mule-conf.el (file-coding-system-alist): For .tex,
13664 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13665
13666 2005-04-28 Lute Kamstra <lute@gnu.org>
13667
13668 * font-lock.el (font-lock-add-keywords)
13669 (font-lock-remove-keywords): Clarify docstring.
13670 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13671 Don't start docstrings with a `*'.
13672 (font-lock-update-removed-keyword-alist): Give it a docstring.
13673
13674 * generic-x.el: Update commentary section.
13675 Only require font-lock when compiling.
13676 Define all modes conditionally.
13677 Place all generic modes in the generic-x-modes customization group.
13678 (generic-x-modes): New customization group.
13679 (generic-default-modes, generic-mswindows-modes)
13680 (generic-unix-modes, generic-other-modes): New constants.
13681 (generic-define-mswindows-modes, generic-define-unix-modes):
13682 Update docstrings. Make them obsolete.
13683 (generic-extras-enable-list): New default value. Update docstring.
13684 Improve :type. Change :set function.
13685 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13686 Fix docstring.
13687
13688 * emacs-lisp/generic.el (generic-mode-internal):
13689 Simplify font-lock-defaults.
13690 (define-generic-mode): Fix docstring.
13691
13692 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13693
13694 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13695 font-lock-face property to highlight matches.
13696
13697 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
13698
13699 * progmodes/cc-mode.el (cc-create-define-alist): New function.
13700 (cc-define-alist): New variable.
13701 (c-mode): Make it local and initialize it.
13702
13703 * progmodes/gdb-ui.el (gdb-active-process): New variable.
13704 (gdb-exited): New function.
13705 (gdb-annotation-rules): Use it.
13706 (gdb-starting): Set gdb-active-process to t.
13707 (gdb-stopping): Amend doc string.
13708 (gdb-reset): Set gdb-active-process to nil.
13709
13710 * tooltip.el (tooltip-gud-tips): Show the associated #define
13711 directives when a C program under GDB is not executing.
13712
13713 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13714
13715 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13716 font-lock-fontify-syntactic-keywords.
13717
13718 * font-lock.el (font-lock-default-fontify-region): Don't force
13719 parse-sexp-lookup-properties to nil.
13720
13721 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13722
13723 * man.el (man-mode-syntax-table): Set up `:' to have
13724 word-constituent syntax.
13725
13726 2005-04-27 Lute Kamstra <lute@gnu.org>
13727
13728 * novice.el (disable-command): Don't add spurious newlines to the
13729 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
13730
13731 2005-04-26 Jay Belanger <belanger@truman.edu>
13732
13733 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13734 than one window before deleting window.
13735
13736 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
13737
13738 * shell.el (shell-prompt-pattern): Doc fix.
13739 (shell-mode): Set paragraph-separate buffer locally to "\\'".
13740
13741 * comint.el (comint-prompt-regexp, comint-get-old-input)
13742 (comint-use-prompt-regexp)
13743 (comint-use-prompt-regexp-instead-of-fields)
13744 (comint-replace-by-expanded-history, comint-send-input)
13745 (comint-output-filter, comint-get-old-input-default)
13746 (comint-line-beginning-position, comint-bol, comint-show-output)
13747 (comint-backward-matching-input, comint-forward-matching-input)
13748 (comint-next-prompt, comint-previous-prompt):
13749 Rename `comint-use-prompt-regexp-instead-of-fields' to
13750 `comint-use-prompt-regexp'. Keep old name as alias and declare
13751 obsolete.
13752 (comint-use-prompt-regexp): Shorten first line of doc string.
13753
13754 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13755 Set paragraph-separate buffer locally to "\\'".
13756
13757 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13758 Adapt to above name change.
13759
13760 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13761 (smbclient-prompt-regexp): Ditto.
13762
13763 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13764
13765 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
13766
13767 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13768 gdb-location-list.
13769 Break lines that are over 80 characters wide.
13770
13771 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13772
13773 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13774 New fun and var, to preserve compatibility.
13775
13776 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13777
13778 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
13779
13780 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13781 name to file-newer-than-file-p.
13782
13783 2005-04-26 Richard M. Stallman <rms@gnu.org>
13784
13785 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13786
13787 * progmodes/python.el (python-mode):
13788 Use new name eldoc-documentation-function.
13789
13790 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13791
13792 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13793 (eldoc-documentation-function):
13794 Rename from eldoc-print-current-symbol-info-function. Calls changed.
13795
13796 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
13797
13798 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13799
13800 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13801
13802 * term/xterm.el (function-key-map): Fix strings for
13803 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
13804 {C,S,A,C-S}-{f1-f12}.
13805
13806 2005-04-26 Kenichi Handa <handa@m17n.org>
13807
13808 * international/mule-cmds.el (select-safe-coding-system):
13809 Fix previous change.
13810
13811 2005-04-26 Lute Kamstra <lute@gnu.org>
13812
13813 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13814
13815 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13816 (font-lock-comment-delimiter-face): Ditto.
13817
13818 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13819
13820 2005-04-25 Jay Belanger <belanger@truman.edu>
13821
13822 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13823 to t while inserting information; use help-mode.
13824
13825 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13826
13827 * term.el (ansi-term-color-vector): Use the xterm colors.
13828 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
13829
13830 2005-04-25 Lute Kamstra <lute@gnu.org>
13831
13832 * font-core.el (font-lock-defaults): Fix docstring.
13833
13834 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13835
13836 2005-04-25 Kenichi Handa <handa@m17n.org>
13837
13838 * international/mule-cmds.el (select-safe-coding-system):
13839 Don't check consistency with coding: spec, etc if raw-text or
13840 no-conversion was found to be safe.
13841
13842 2005-04-24 Richard M. Stallman <rms@gnu.org>
13843
13844 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
13845 citation markers at start of each line.
13846
13847 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
13848 citation markers at start of each line.
13849
13850 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
13851
13852 * files.el (mode-require-final-newline): Fix previous change.
13853 (require-final-newline): Fix type label.
13854
13855 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13856
13857 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
13858 statement in buffer (broken by 2004-11-24 change).
13859
13860 2005-04-24 Kim F. Storm <storm@cua.dk>
13861
13862 * ido.el (ido-everywhere): Save and restore old read-buffer-function
13863 and read-file-name-function values. Don't overwrite existing
13864 non-nil values if ido-mode is enabled without ido-everywhere.
13865
13866 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
13867
13868 * files.el (mode-require-final-newline): Minor doc fix.
13869
13870 2005-04-24 Eli Zaretskii <eliz@gnu.org>
13871
13872 * subr.el (syntax-after): Doc fix.
13873 (syntax-class): If argument is nil, return nil. Mask off upper 16
13874 bits, not 8 bits.
13875
13876 * files.el (mode-require-final-newline): Doc fix.
13877 (backup-buffer-copy): Fix last change.
13878
13879 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13880
13881 * term/mac-win.el: Require select. Set selection-coding-system to
13882 mac-system-coding-system. Call menu-bar-enable-clipboard.
13883 (x-last-selected-text-clipboard, x-last-selected-text-primary)
13884 (x-select-enable-clipboard): New variables.
13885 (x-select-text, x-get-selection, x-selection-value)
13886 (x-get-selection-value, mac-select-convert-to-string)
13887 (mac-services-open-file, mac-services-open-selection)
13888 (mac-services-insert-text): New functions.
13889 (CLIPBOARD, FIND): Put mac-scrap-name property.
13890 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
13891 (public.tiff): Put mac-ostype property.
13892 (selection-converter-alist): Add entries for them.
13893 (mac-application-menu-map): New keymap.
13894 (interprogram-cut-function, interprogram-paste-function): Set to
13895 x-select-text and x-get-selection-value, respectively.
13896 (split-window-keep-point): Set to t.
13897
13898 2005-04-23 Richard M. Stallman <rms@gnu.org>
13899
13900 * files.el (read-directory-name): Always pass non-nil
13901 DEFAULT-FILENAME arg to read-file-name.
13902 (backup-buffer-copy, basic-save-buffer-2): Take care against
13903 writing thru an unexpected existing symlink.
13904 (revert-buffer): In indirect buffer, revert the base buffer.
13905 (magic-mode-alist): Doc fix.
13906 (buffer-stale-function): Doc fix.
13907 (minibuffer-with-setup-hook): Avoid warning.
13908 (mode-require-final-newline): Doc and custom fix.
13909
13910 * follow.el (follow-end-of-buffer): Use with-no-warnings.
13911
13912 * font-lock.el (font-lock-comment-face): On terminals with few colors,
13913 use the default appearance.
13914 (font-lock-comment-delimiter-face): New face, new variable.
13915
13916 * imenu.el (imenu--generic-function): The official position of a
13917 definition is the start of the line that BEG is in.
13918
13919 * midnight.el (midnight-timer): Move defvar up.
13920
13921 * mouse.el (mouse-drag-region-1): Delete some debugging code.
13922
13923 * saveplace.el (save-place-to-alist): Use with-no-warnings.
13924
13925 * startup.el (command-line): Use with-no-warnings.
13926
13927 * window.el (window-size-fixed): New defvar.
13928
13929 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
13930
13931 * mail/rmail.el (rmail-font-lock-keywords):
13932 Use font-lock-comment-delimiter-face.
13933
13934 * mail/sendmail.el (mail-font-lock-keywords):
13935 Use font-lock-comment-delimiter-face.
13936
13937 * progmodes/compile.el (next-error-highlight-timer): New defvar.
13938
13939 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13940
13941 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13942 Specify t for LAXMATCH when matching directories.
13943 Save match data around compilation-compat-error-properties form.
13944
13945 2005-04-23 David Kastrup <dak@gnu.org>
13946
13947 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
13948 Mention that the autoloaded aliases should be kept for AUCTeX.
13949
13950 2005-04-23 Andreas Schwab <schwab@suse.de>
13951
13952 * isearch.el (isearch-forward): Doc fix.
13953
13954 2005-04-23 Eli Zaretskii <eliz@gnu.org>
13955
13956 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
13957 (jit-lock-stealth-nice): Change default value to 0.5.
13958
13959 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
13960
13961 * abbrev.el (write-abbrev-file): Write table entries in
13962 alphabetical order by table name.
13963
13964 2005-04-22 Kim F. Storm <storm@cua.dk>
13965
13966 * ido.el (ido-read-internal): Fix `list' completion.
13967
13968 2005-04-22 Kenichi Handa <handa@m17n.org>
13969
13970 * recentf.el (recentf-save-file-coding-system): New variable.
13971 (recentf-save-list): Encode the file by
13972 recentf-save-file-coding-system and add coding: tag.
13973
13974 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
13975
13976 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
13977
13978 2005-04-21 Lute Kamstra <lute@gnu.org>
13979
13980 * loadhist.el (unload-feature): Don't remove a function from hooks
13981 if it is about to be restored to an autoload . Remove functions
13982 that will become unbound from auto-mode-alist. Simplify the code.
13983
13984 * subr.el (assq-delete-all): New implementation that is linear,
13985 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
13986 (rassq-delete-all): New function.
13987
13988 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13989 Add size-indication-mode.
13990
13991 2005-04-21 Kenichi Handa <handa@m17n.org>
13992
13993 * international/mule-cmds.el: Add autoload for widget-value in
13994 eval-when-compile.
13995
13996 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
13997
13998 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13999 Add tooltip-mode.
14000
14001 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14002
14003 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
14004
14005 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14006 (inferior-lisp-filter-regexp, inferior-lisp-program)
14007 (inferior-lisp-load-command, inferior-lisp-prompt)
14008 (inferior-lisp-mode-hook, lisp-source-modes)
14009 (inferior-lisp-load-hook): defvar->defcustom.
14010 (inferior-lisp-program, inferior-lisp-prompt)
14011 (inferior-lisp-load-hook): Doc fixes.
14012 (inferior-lisp-install-letter-bindings): Small change in
14013 introductory comment.
14014
14015 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14016
14017 * vc.el (vc-annotate-color-map): Change some colors so that text
14018 using them as foreground is readable on both white and black
14019 backgrounds.
14020
14021 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * international/mule-conf.el (translation-table-for-input):
14024 Remove redundant declaration.
14025
14026 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
14027
14028 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14029
14030 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14031 (tooltip-toggle-gud-tips): New function.
14032
14033 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14034
14035 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14036 right angle brackets.
14037
14038 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
14039
14040 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14041
14042 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14043
14044 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14045 Remove. Update callers to use expand-file-name instead.
14046
14047 * subr.el (syntax-class): New function.
14048
14049 * simple.el (blink-matching-open): Use it.
14050
14051 * paren.el (show-paren-function): Use it to recognize parens that are
14052 also used in 2-char comment markers.
14053
14054 2005-04-19 Lute Kamstra <lute@gnu.org>
14055
14056 * loadhist.el (unload-feature): Update for new format of
14057 load-history. Simplify the code.
14058
14059 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14060
14061 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14062 (mac-add-charset-info): New function. Initialize variable
14063 mac-charset-info-alist using it.
14064 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14065 for translation.
14066 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14067 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14068 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14069 New CCL programs.
14070
14071 2005-04-19 Kim F. Storm <storm@cua.dk>
14072
14073 * simple.el (next-buffer, prev-buffer, next-error)
14074 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14075 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14076
14077 * bindings.el (next-buffer, prev-buffer, next-error)
14078 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14079 (clone-indirect-buffer-other-window): Move bindings from simple.el.
14080 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14081 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14082
14083 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14084
14085 * isearch.el (isearch-edit-string): Make the search-ring available for
14086 minibuffer history commands.
14087 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14088 the default history commands now work just as well.
14089 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14090
14091 2005-04-18 Kim F. Storm <storm@cua.dk>
14092
14093 * emulation/cua-base.el (cua--pre-command-handler): Add more
14094 elaborate check for shift modifier on non-window systems.
14095
14096 2005-04-18 Lars Hansen <larsh@math.ku.dk>
14097
14098 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14099
14100 2005-04-18 Kim F. Storm <storm@cua.dk>
14101
14102 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14103 and make it optional. Don't test tooltip-gud-echo-area here.
14104 (tooltip-gud-process-output, gdb-tooltip-print):
14105 Pass tooltip-gud-echo-area to tooltip-show.
14106 (tooltip-help-tips): Remove second optional arg to tooltip-show.
14107
14108 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14109
14110 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14111 `display-graphic-p' may not be bound yet.
14112
14113 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
14114
14115 * startup.el (command-line): No longer enable Xterm Mouse mode by
14116 default in terminals compatible with xterm.
14117
14118 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14119
14120 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
14121
14122 * tooltip.el (tooltip-gud-echo-area): Rename from
14123 tooltip-use-echo-area.
14124 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14125 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14126 area independently of where help tooltips are displayed.
14127
14128 2005-04-17 David Kastrup <dak@gnu.org>
14129
14130 * cus-theme.el (custom-theme-write-variables): Quote variables
14131 where necessary.
14132
14133 2005-04-17 Richard M. Stallman <rms@gnu.org>
14134
14135 * simple.el (yank-excluded-properties): Add follow-link to value.
14136
14137 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14138
14139 * startup.el (fancy-splash-max-time): Just 30 seconds.
14140 (fancy-splash-delay): Just 7.
14141 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14142
14143 * loadhist.el (unload-feature): Update for new format of load-history.
14144 Simplify the code.
14145
14146 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14147 (rmail-font-lock-keywords): Don't fontify the text of a citation.
14148
14149 * mail/sendmail.el (mail-font-lock-keywords):
14150 Don't fontify subject text.
14151 Don't fontify the text of a citation.
14152
14153 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
14154
14155 * comint.el (comint-output-filter): Run comint-output-filter-functions
14156 with point where the user had it.
14157
14158 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14159
14160 * international/ucs-tables.el (ucs-set-table-for-input):
14161 Disable when using unify-on-decoding.
14162
14163 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
14164
14165 * emulation/cua-base.el (cua-global-mark-face): Add special case
14166 for displays supporting a high number of colors.
14167
14168 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
14169
14170 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14171
14172 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
14173
14174 * filesets.el (filesets-add-buffer): If user supplies a name of a
14175 non-existing fileset, create a new fileset.
14176
14177 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
14178
14179 * textmodes/org.el (org-up-heading-all): Fix bug with
14180 `outline-up-heading-all'.
14181
14182 2005-04-16 Andreas Schwab <schwab@suse.de>
14183
14184 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14185 /etc/permissions.d/* and /etc/aliases.d/*.
14186
14187 2005-04-16 Kenichi Handa <handa@m17n.org>
14188
14189 * international/code-pages.el (cp-make-coding-system):
14190 Set `translation-table-for-input' property value to the symbol
14191 ucs-mule-to-mule-unicode, not to that value.
14192 (pt154): Escape guillemet by `\'.
14193
14194 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
14195
14196 * loadup.el: Load tooltip if x-show-tip is fboundp.
14197
14198 * startup.el (command-line): Add comment.
14199
14200 * tooltip.el (tooltip-mode): Specify correct standard value for
14201 Custom in init-value.
14202
14203 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
14204
14205 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14206 possible.
14207
14208 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
14209
14210 * textmodes/org.el (org-agenda-date-prompt): Rename from
14211 `org-agenda-date-today'.
14212 (org-evaluate-time-range): Insert at point instead of directly
14213 after time range.
14214 (org-first-headline-recenter, org-subtree-end-visible-p)
14215 (org-optimize-window-after-visibility-change): New functions
14216 (org-agenda-post-command-hook): Don't allow point at end of line,
14217 to make sure it always hits the text properties.
14218 (org-agenda-next-date-line, org-agenda-previous-date-line):
14219 New commands.
14220 (org-set-regexps-and-options): Category may contain white space.
14221 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14222 Improve marker positions.
14223 (org-agenda-new-marker): Argument POS made optional.
14224 (org-agenda-get-timestamps): Deadlines which are done are listed
14225 in org-done-face now.
14226 (org-agenda-get-todos, org-agenda-get-timestamps)
14227 (org-agenda-get-deadlines, org-agenda-get-scheduled):
14228 Set `undone-face' and `done-face' properties.
14229 (org-last-todo-state-is-todo): New variable.
14230 (org-todo): Set `org-last-todo-state-is-todo'.
14231 (org-agenda-todo): Change face according to
14232 `org-last-todo-state-is-todo'. And change other lines referring to
14233 the same entry.
14234 (org-calendar-goto-agenda): New command.
14235 (org-calendar-to-agenda-key): New option.
14236 (org-startup-folded): New allowed value `content'.
14237 (org-set-regexps-and-options): Accept new value `content' for
14238 `org-startup-folded'.
14239 (org-get-current-options): Handle new value `content' for
14240 `org-startup-folded'.
14241 (org-insert-todo-heading): New command.
14242 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14243 interactively in empty file and option
14244 `org-insert-mode-line-in-empty-file' has been set.
14245 (org-agenda-todo,org-agenda-priority): Modify to use
14246 `org-agenda-change-all-lines'.
14247 (org-warning-face): Change color on dark background
14248
14249 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14250
14251 * international/mule-cmds.el (set-locale-environment): On Mac OS,
14252 use preferences AppleLocale and AppleLanguages, and variable
14253 mac-system-locale for default locale. On Mac OS Classic, use
14254 mac-system-coding-system for default coding systems.
14255
14256 * term/mac-win.el: Don't set file-name-coding-system.
14257 Decode variables system-name, emacs-build-system, user-login-name, and
14258 user-full-name by mac-system-coding-system on Mac OS Classic.
14259 (mac-system-coding-system): New variable.
14260
14261 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
14262
14263 * startup.el (command-line): Handle `xterm-mouse-mode' before
14264 reading init file.
14265
14266 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
14267
14268 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14269
14270 * progmodes/sh-script.el (sh-here-document-word): Make it a
14271 defcustom. Doc fix.
14272 (sh-add): Bash uses $(( )) for arithmetic.
14273 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
14274 (sh-maybe-here-document): Remove quotes and leading whitespace
14275 from heredoc word when closing. Indent heredoc with tabs if word
14276 starts with "-".
14277
14278 2005-04-13 Richard M. Stallman <rms@gnu.org>
14279
14280 * simple.el (undo): Fix previous change.
14281
14282 * custom.el (defface): Doc fix.
14283
14284 2005-04-13 Lute Kamstra <lute@gnu.org>
14285
14286 * Makefile.in (DONTCOMPILE): Remove list.
14287 (compile, compile-always): Don't use DONTCOMPILE.
14288 (update-authors): Load the library in which batch-update-authors
14289 is defined.
14290 * makefile.w32-in (DONTCOMPILE): Remove list.
14291 (compile, compile-always): Fix comments.
14292 (update-authors): Load the library in which batch-update-authors
14293 is defined.
14294
14295 * generic-x.el (generic-mode-ini-file-find-file-hook):
14296 Rename to ini-generic-mode-find-file-hook.
14297 Keep generic-mode-ini-file-find-file-hook as an alias.
14298 (ini-generic-mode-find-file-hook): Rename from
14299 generic-mode-ini-file-find-file-hook. Fix docstring.
14300 (ini-generic-mode): Docstring change.
14301 (bat-generic-mode-run-as-comint): Silence the byte compiler.
14302
14303 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14304 called from lisp.
14305
14306 * generic.el: Move to the emacs-lisp subdir.
14307
14308 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14309
14310 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14311 and C-S- function and cursor motion keys.
14312
14313 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
14314
14315 * startup.el (command-line): Enable Xterm Mouse mode by default.
14316 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14317 for Custom. No longer show "Mouse" in mode line when enabled.
14318 Doc fix.
14319
14320 2005-04-12 Kim F. Storm <storm@cua.dk>
14321
14322 * emulation/cua-base.el (cua-rectangle-face)
14323 (cua-rectangle-noselect-face): Define face attributes here.
14324
14325 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14326
14327 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14328
14329 * startup.el (command-line): Turn off blinking cursor if
14330 cursorBlink in resources is off or false.
14331
14332 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14333
14334 * term/mac-win.el (dnd): Require dnd.
14335 (mac-drag-n-drop): Call dnd-handle-one-url.
14336 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14337 (kTextEncodingISOLatin2): Remove constants.
14338 (mac-script-code-coding-systems): New constant.
14339 (mac-handle-language-change): New function.
14340 (special-event-map): Bind it to `language-change' event.
14341 (mac-centraleurroman, mac-cyrillic): New coding systems.
14342 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14343 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14344 and mac-cyrillic-encoder to encode-mac-centraleurroman and
14345 encode-mac-cyrillic, respectively.
14346
14347 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14348
14349 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14350 Don't set overlay-arrow-string to "=>" as this is done
14351 globally in C now.
14352
14353 2005-04-12 Lute Kamstra <lute@gnu.org>
14354
14355 * generic-x.el (rc-generic-mode, rul-generic-mode):
14356 Fix auto-mode-alist entries.
14357 (etc-fstab-generic-mode): Tweak fontification.
14358
14359 * generic.el (generic-make-keywords-list): Fix docstring.
14360 (generic-mode-internal): Simplify generic-font-lock-keywords.
14361
14362 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14363
14364 * whitespace.el (whitespace-buffer-leading)
14365 (whitespace-buffer-trailing): Revert the incorrect test inversion.
14366 However, fix the highlight area for the leading and
14367 trailing whitespaces to show space.
14368
14369 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14370
14371 * whitespace.el (whitespace-version): Bump to 3.5
14372
14373 (whitespace-buffer-leading, whitespace-buffer-trailing):
14374 Invert sense of the test to highlight the whitespace.
14375
14376 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14377
14378 * progmodes/gud.el (gud-display-line): GUD uses its own
14379 overlay arrow now so don't set overlay-arrow-string.
14380 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14381
14382 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
14383
14384 * term.el (term-ansi-current-bold, term-ansi-current-underline)
14385 (term-ansi-current-reverse, term-ansi-current-invisible)
14386 (term-ansi-face-already-done): Change to boolean.
14387 (term-reset-terminal, term-handle-colors-array): Handle the above
14388 vars accordingly.
14389 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14390 (term-emulate-terminal): Use the new name.
14391
14392 * faces.el (secondary-selection): Use yellow1, not yellow.
14393 (trailing-whitespace): Use red1, not red.
14394
14395 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14396
14397 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14398 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14399 (dired-dnd-handle-file): Call dnd-get-local-file-uri
14400
14401 * cus-edit.el (dnd): New group.
14402
14403 * term/w32-win.el (dnd): Require dnd
14404 (w32-drag-n-drop): Call dnd-handle-one-url.
14405
14406 * x-dnd.el: Require dnd.
14407 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14408 Call dnd-handle-one-url.
14409 (x-dnd-types-alist, x-dnd-insert-utf8-text)
14410 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14411 to dnd-insert-text.
14412 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14413 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14414 (x-dnd-get-local-file-name, x-dnd-open-local-file)
14415 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14416
14417 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14418
14419 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14420
14421 * wdired.el: Doc fixes.
14422 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14423 (wdired-use-dired-vertical-movement): Rename from
14424 wdired-always-move-to-filename-beginning.
14425 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14426 (wdired-change-to-wdired-mode): Change mode name.
14427 (wdired-newline): Delete.
14428
14429 2005-04-11 Richard M. Stallman <rms@gnu.org>
14430
14431 * whitespace.el (whitespace-highlight-the-space):
14432 Don't call whitespace-unhighlight-the-space here.
14433
14434 * simple.el (undo): Record t in undo-equiv-table
14435 for the redo record made by an undo-in-region.
14436
14437 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14438
14439 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14440 (gdb-frame-inferior-io-buffer): New Functions to control
14441 display of separate IO buffer.
14442 (menu): Add them to menu-bar.
14443 (gdb-display-buffer): Check for buffer another frame.
14444 Protect GUD buffer.
14445 (gdb-setup-windows): Create IO buffer if not already there.
14446 (gdb-memory-mode): Remove purecopy noops.
14447
14448 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14449
14450 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14451 and pass to self-insert-command.
14452
14453 2005-04-11 Lute Kamstra <lute@gnu.org>
14454
14455 * generic.el: Commentary section cleanup.
14456 (generic): Delete.
14457 (generic-use-find-file-hook, generic-lines-to-scan)
14458 (generic-find-file-regexp, generic-ignore-files-regexp)
14459 (default-generic-mode, generic-mode-find-file-hook)
14460 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14461 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
14462 (generic-use-find-file-hook, generic-lines-to-scan)
14463 (generic-find-file-regexp, generic-ignore-files-regexp)
14464 (default-generic-mode, generic-mode-find-file-hook)
14465 (generic-mode-ini-file-find-file-hook): Move from generic.el.
14466
14467 2005-04-10 Karl Fogel <kfogel@red-bean.com>
14468
14469 * bookmark.el (bookmark-write-file): Catch errors writing file.
14470 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14471
14472 2005-04-10 Richard M. Stallman <rms@gnu.org>
14473
14474 * startup.el (fancy-splash-tail): Update copyright year.
14475 (command-line): Split part of -Q into -D.
14476 (emacs-basic-display): New defvar.
14477 (fancy-splash-text): Correct name of menu item.
14478
14479 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14480
14481 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14482 lines in one node.
14483
14484 * comint.el (comint-send-input): New arg ARTIFICIAL.
14485 Callers in this file changed.
14486
14487 * abbrev.el (define-abbrevs): Read system abbrevs properly.
14488
14489 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14490
14491 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
14492
14493 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
14494 `ldap-search-internal'.
14495
14496 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * files.el (set-auto-mode-1): Use line-end-position.
14499
14500 * international/latin-1.el:
14501 * international/latin-2.el:
14502 * international/latin-3.el:
14503 * international/latin-4.el:
14504 * international/latin-5.el:
14505 * international/latin-8.el:
14506 * international/latin-9.el: Give punctuation syntax to NBSP.
14507
14508 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14509 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14510 Use char-classes to accept non-ascii letters, accepted in some recent
14511 bibtex implementations.
14512
14513 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
14514
14515 * custom.el (custom-set-minor-mode): Any non-nil value for the
14516 variable should enable the mode when set through Custom.
14517
14518 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14519
14520 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14521 TAB binding so tab-always-indent is obeyed.
14522 (vhdl-minibuffer-local-map): Move initialization into declaration.
14523 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14524 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14525 (vhdl-hooked-abbrev): Avoid test for XEmacs.
14526 (vhdl-current-line): Use line-beginning-position.
14527 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14528 with-output-to-temp-buffer, so the current position can be recorded.
14529
14530 2005-04-10 Masatake YAMATO <jet@gyve.org>
14531
14532 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14533 Add regexp for gcov.
14534
14535 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14536
14537 * calendar/time-date.el (time-to-seconds, seconds-to-time)
14538 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14539 syntax which Emacs 20 doesn't support.
14540
14541 2005-04-09 Richard M. Stallman <rms@gnu.org>
14542
14543 * help.el (describe-key-briefly, describe-key):
14544 Replace strings as event types with "(any string)".
14545
14546 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14547
14548 * arc-mode.el (archive-mode-map): Move initialization into
14549 the declaration. Override *all* bindings of `undo'.
14550 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14551
14552 2005-04-09 Jay Belanger <belanger@truman.edu>
14553
14554 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14555
14556 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14557
14558 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14559 (xterm-register-default-colors): Update color values computation
14560 to match xterm-200.
14561
14562 2005-04-09 Kenichi Handa <handa@m17n.org>
14563
14564 * international/code-pages.el (iso-latin-7): Fix the map.
14565
14566 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
14567
14568 * emacs-lisp/lisp.el (defun-prompt-regexp)
14569 (parens-require-spaces, buffer-end, end-of-defun)
14570 (insert-parentheses): Doc fixes.
14571
14572 2005-04-08 Kim F. Storm <storm@cua.dk>
14573
14574 * comint.el (comint-highlight-prompt): Fix face spec.
14575 * hi-lock.el (hi-green): Likewise.
14576
14577 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14578
14579 * cus-edit.el (custom-modified-face):
14580 * comint.el (comint-highlight-input): Fix previous changes.
14581 * term.el (term-handle-ansi-escape): Add a comment.
14582
14583 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14586 in the buffer and in whitespace-highlighted-space.
14587 (whitespace-unhighlight-the-space): Simplify.
14588 (whitespace-buffer): Simplify.
14589
14590 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14591
14592 * textmodes/table.el (table-cell-face): Add special case for
14593 displays supporting a high number of colors.
14594 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14595 (vhdl-font-lock-reserved-words-face)
14596 (vhdl-speedbar-architecture-face)
14597 (vhdl-speedbar-instantiation-face)
14598 (vhdl-speedbar-architecture-selected-face)
14599 (vhdl-speedbar-instantiation-selected-face): Likewise.
14600 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14601 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14602 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14603 (ebrowse-root-class-face, ebrowse-member-attribute-face)
14604 (ebrowse-progress-face): Likewise.
14605 * progmodes/compile.el (compilation-info-face): Likewise.
14606 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14607 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14608 * calendar/calendar.el (diary-face): Likewise.
14609 * woman.el (woman-italic-face, woman-bold-face)
14610 (woman-unknown-face): Likewise.
14611 * wid-edit.el (widget-button-pressed-face): Likewise.
14612 * whitespace.el (whitespace-highlight-face): Likewise.
14613 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14614 * pcvs-info.el (cvs-marked-face): Likewise.
14615 * info.el (info-xref): Likewise.
14616 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14617 * hilit-chg.el (highlight-changes-face)
14618 (highlight-changes-delete-face): Likewise.
14619 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14620 (hi-red-b): Likewise.
14621 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14622 * font-lock.el (font-lock-keyword-face)
14623 (font-lock-function-name-face, font-lock-warning-face): Likewise.
14624 * cus-edit.el (custom-invalid-face, custom-modified-face)
14625 (custom-set-face, custom-changed-face, custom-variable-tag-face)
14626 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14627 * comint.el (comint-highlight-prompt): Likewise.
14628
14629 2005-04-08 Lute Kamstra <lute@gnu.org>
14630
14631 * font-lock.el (font-lock-keywords): Docstring fixes.
14632
14633 2005-04-08 Kenichi Handa <handa@m17n.org>
14634
14635 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14636 chars are more than a limit, print " and more..." at the tail.
14637
14638 2005-04-08 Kim F. Storm <storm@cua.dk>
14639
14640 * emacs-lisp/authors.el (authors-aliases): Update list.
14641 (authors-ignored-files): New list.
14642 (authors-fixed-entries): Fix typo.
14643 (authors-renamed-files-alist): Update list.
14644 (authors-add): Check authors-ignored-files.
14645
14646 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
14647
14648 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14649 optional, to ensure backward compatibility.
14650
14651 2005-04-08 Stephen Eglen <stephen@gnu.org>
14652
14653 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14654
14655 2005-04-08 Kim F. Storm <storm@cua.dk>
14656
14657 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14658
14659 * mouse.el (mouse-on-link-p): Doc fix.
14660
14661 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
14662
14663 * ielm.el (ielm-prompt-read-only): Doc fix.
14664
14665 * comint.el (comint-prompt-read-only): Doc fix.
14666
14667 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
14668
14669 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14670 ensure dired always handles wildcards passed to ffap.
14671 (find-file-at-point): Use it.
14672 (ffap-dired-wildcards): Doc fix.
14673
14674 2005-04-07 Juri Linkov <juri@jurta.org>
14675
14676 * simple.el (next-error-overlay-arrow-position): New defvar.
14677 Put "=>" on its property `overlay-arrow-string'. Add it to
14678 `overlay-arrow-variable-list'.
14679
14680 * progmodes/compile.el (compilation-setup):
14681 Set `next-error-overlay-arrow-position' to nil. Also set it to
14682 nil in the local hook `kill-buffer-hook'. Make local variable
14683 `overlay-arrow-string' and set it to "=>".
14684 (compilation-goto-locus): Set BOL position to
14685 `next-error-overlay-arrow-position' instead of
14686 `overlay-arrow-position'.
14687
14688 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14689 locally instead of adding it to the global hook.
14690 (Info-kill-buffer): Move up.
14691
14692 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14693
14694 * term/xterm.el (xterm-standard-colors): Update color values from
14695 xterm-200.
14696
14697 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14700
14701 * fast-lock.el:
14702 * lazy-lock.el: Move them to the obsolete subdir.
14703
14704 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14705
14706 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14707 (wdired-add-replace-advice): Remove.
14708 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14709
14710 2005-04-06 Kim F. Storm <storm@cua.dk>
14711
14712 * startup.el (command-line): Add --bare-bones alias for -Q.
14713
14714 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14715
14716 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14717 create the startup fontset if a font specification ends with
14718 `mac-roman'.
14719
14720 2005-04-06 Lute Kamstra <lute@gnu.org>
14721
14722 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14723 change.
14724
14725 * emacs-lisp/copyright.el (copyright-update-year): Replace the
14726 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
14727
14728 2005-04-05 Lute Kamstra <lute@gnu.org>
14729
14730 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14731 (define-generic-mode): Ditto. Fix debug declaration.
14732
14733 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14734 Put them in the generic-x group.
14735
14736 * calendar/timeclock.el (timeclock): Doc fix.
14737
14738 * generic.el (define-generic-mode): Don't use custom-current-group.
14739 Document default :group value.
14740 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14741 (define-global-minor-mode): Don't use custom-current-group.
14742
14743 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14744
14745 * startup.el (command-line-1): Display startup-echo-area-message
14746 when fancy splash screen is in use.
14747
14748 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14749 (sh-escaped-newline): New face.
14750 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14751 newline, and use sh-escaped-newline face.
14752
14753 * progmodes/tcl.el (tcl-escaped-newline): New face.
14754 (tcl-builtin-list): New variable.
14755 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14756 newlines. Fix keywords subexpression number.
14757
14758 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
14759
14760 * textmodes/org.el (org-diary-default-entry): Fix call to
14761 `add-to-diary-entry'.
14762
14763 2005-04-05 Kim F. Storm <storm@cua.dk>
14764
14765 * ediff-init.el: Use (featurep 'xemacs).
14766
14767 2005-04-05 David Ponce <david@dponce.com>
14768
14769 * cus-edit.el (face): Derive from symbol widget. Display sample
14770 of the current face on the fly.
14771 (widget-face-sample-face-get, widget-face-notify): New functions.
14772 (widget-face-value-create): Remove.
14773
14774 * wid-edit.el (widget-field-end): Temporarily remove field
14775 narrowing before to call `get-char-property'.
14776
14777 2005-04-04 Jay Belanger <belanger@truman.edu>
14778
14779 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14780 (math-read-subscripts): New variable.
14781 (math-read-preprocess-string): Process subscripts.
14782
14783 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
14784
14785 * comint.el (comint-prompt-read-only): Doc fix.
14786
14787 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14788 `-1'. Doc fix.
14789
14790 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
14791
14792 * textmodes/org.el (org-insert-mode-line-in-empty-file):
14793 Change default value to nil.
14794
14795 2005-04-04 Lute Kamstra <lute@gnu.org>
14796
14797 * autorevert.el (auto-revert-mode): Specify :group.
14798 * battery.el (display-battery-mode): Specify :group.
14799 * diff-mode.el (diff-minor-mode): Specify :group.
14800 * font-core.el (font-lock-mode): Specify :group.
14801 * hl-line.el (hl-line-mode): Specify :group.
14802 * iimage.el (iimage): New customization group.
14803 (iimage-mode): Specify :group.
14804 * longlines.el (longlines-mode): Specify :group.
14805 * master.el: Don't require easy-mmode.
14806 (master): New customization group.
14807 (master-mode): Specify :group.
14808 * msb.el (msb-mode): Specify :group.
14809 * reveal.el (reveal-mode): Specify :group.
14810 * simple.el (next-error-follow-minor-mode): Specify :group.
14811 * smerge-mode.el (smerge-mode): Specify :group.
14812 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14813 * emulation/cua-base.el (cua-mode): Specify :group.
14814 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14815 * language/thai-util.el (thai-auto-composition-mode)
14816 (thai-word-mode): Specify :group.
14817 * mail/supercite.el (sc-minor-mode): Specify :group.
14818 * progmodes/cwarn.el (cwarn-mode): Specify :group.
14819 * progmodes/flymake.el (flymake-mode): Specify :group.
14820 * progmodes/glasses.el (glasses-mode): Specify :group.
14821 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14822 * textmodes/enriched.el (enriched-mode): Specify :group.
14823 * textmodes/refill.el (refill-mode): Specify :group.
14824
14825 * add-log.el (change-log-font-lock-keywords): Names in
14826 parenthesized lists can contain spaces.
14827
14828 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
14829
14830 * startup.el (fancy-splash-text): Shorten default text of
14831 "Emacs Tutorial" line. Also, if the current language env
14832 indicates an available tutorial file other than TUTORIAL,
14833 extract its title and append it to the line in parentheses.
14834 (fancy-splash-insert): If arg is a thunk, funcall it.
14835
14836 2005-04-04 Jay Belanger <belanger@truman.edu>
14837
14838 * calc.el (calc-language-alist): Add tags to customization type.
14839
14840 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
14841
14842 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14843 Doc fix.
14844
14845 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
14846
14847 * add-log.el (change-log-font-lock-keywords): The manual
14848 describing a Change Log entry, says: (...) "Aside from these
14849 header lines, every line in the change log starts with a space or
14850 a tab.". The font-lock was not highlighting lines started with
14851 spaces, added support for it.
14852
14853 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14854
14855 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
14856 (bibtex-generate-url-list): Update docstring accordingly. Put the
14857 complex example in the docstring.
14858 (bibtex-font-lock-url): Use pop.
14859
14860 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14861
14862 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
14863
14864 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
14865
14866 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14867
14868 * filesets.el (filesets-set-default): Doc fix.
14869
14870 2005-04-03 Lute Kamstra <lute@gnu.org>
14871
14872 * generic.el (define-generic-mode): Add argument to specify
14873 keywords for defcustom.
14874 (default-generic-mode): Specify :group.
14875
14876 * generic-x.el: Specify :group for all generic modes.
14877
14878 * desktop.el (desktop-no-desktop-file-hook)
14879 (desktop-after-read-hook): Doc fix.
14880
14881 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
14882
14883 * simple.el (visible-mode): Use explicit :group keyword.
14884 This changes the group of `visible-mode-hook' from paren-blinking
14885 to editing-basics.
14886
14887 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
14888
14889 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
14890 mailbox specifications as well as URLs.
14891 (rmail-insert-inbox-text): Remove unused conditional branches.
14892
14893 2005-04-01 Jay Belanger <belanger@truman.edu>
14894
14895 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
14896 (calc-gnuplot-print-command): Move definitions to calc.el.
14897
14898 * calc/calc-embed.el (calc-embedded-announce-formula)
14899 (calc-embedded-open-formula, calc-embedded-close-formula)
14900 (calc-embedded-open-word, calc-embedded-close-word)
14901 (calc-embedded-open-plain, calc-embedded-close-plain)
14902 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
14903 (calc-embedded-open-mode, calc-embedded-close-mode):
14904 Move definitions to calc.el.
14905
14906 * calc/calc.el (calc-settings-file, calc-language-alist):
14907 Make customizable.
14908 (calc-embedded-announce-formula, calc-embedded-open-formula)
14909 (calc-embedded-close-formula, calc-embedded-open-word)
14910 (calc-embedded-close-word, calc-embedded-open-plain)
14911 (calc-embedded-close-plain, calc-embedded-open-new-formula)
14912 (calc-embedded-close-new-formula, calc-embedded-open-mode)
14913 (calc-embedded-close-mode, calc-gnuplot-name)
14914 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
14915 from other files and make customizable.
14916
14917 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14918
14919 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
14920 Use buffer-live-p.
14921 (cvs-mode-run): Don't call cvs-update-header here.
14922 (cvs-run-process): Call cvs-update-header.
14923 Use process properties for cvs-postprocess and cvs-buffer so that
14924 the sentinel can behave better if the temp buffer is killed.
14925 Use a pipe rather than a tty, to better handle unexpected prompts.
14926 (cvs-sentinel): Rewrite. Call cvs-update-header.
14927
14928 2005-04-01 Andre Spiegel <spiegel@gnu.org>
14929
14930 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
14931 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
14932
14933 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * generic.el (define-generic-mode): Add indentation rule.
14936
14937 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
14938
14939 * files.el (mode-require-final-newline): Make Custom correctly
14940 report a nil value and allow to set it to nil via Custom.
14941 Doc fix.
14942
14943 2005-04-01 Kenichi Handa <handa@m17n.org>
14944
14945 * international/characters.el: Enable the correct case setting for
14946 dotless-i and dotted-I.
14947
14948 2005-04-01 Kim F. Storm <storm@cua.dk>
14949
14950 * ido.el (ido-file-internal): Fall back to non-ido command if
14951 initial directory is on slow ftp (or tramp) host.
14952
14953 2005-03-31 Richard M. Stallman <rms@gnu.org>
14954
14955 * emacs-lisp/autoload.el (make-autoload):
14956 Handle define-global-minor-mode.
14957
14958 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14959 Rename from easy-mmode-define-global-mode.
14960 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
14961
14962 * progmodes/scheme.el (scheme-mode-syntax-table):
14963 Update syntax of | and # for two-character comment syntax.
14964
14965 2005-03-31 Lute Kamstra <lute@gnu.org>
14966
14967 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
14968 (define-minor-mode): Call custom-current-group at load-time.
14969
14970 * generic.el (define-generic-mode): Add debug declaration.
14971 Add defcustom for the mode hook.
14972 (generic-mode-internal): Use run-mode-hooks.
14973
14974 2005-03-31 Kim F. Storm <storm@cua.dk>
14975
14976 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
14977 (mouse-fixup-help-message): New defun called by show_help_echo
14978 to fixup mouse-2 prefix in help messages when applicable.
14979
14980 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
14981
14982 2005-03-31 Kenichi Handa <handa@m17n.org>
14983
14984 * language/thai-word.el (thai-find-word-ends): Pay attention to
14985 the case that we reach the end of buffer.
14986
14987 * textmodes/fill.el (fill-text-properties-at): New function.
14988 (fill-newline): Use fill-text-properties-at instead of
14989 text-properties-at.
14990
14991 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14992
14993 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
14994 not comint-quote-filename.
14995
14996 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
14997
14998 * help-fns.el (help-with-tutorial): Revert last change.
14999
15000 2005-03-31 Kim F. Storm <storm@cua.dk>
15001
15002 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15003
15004 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
15005
15006 * calendar/cal-china.el: Update reference to "Calendrical
15007 Calculations" book; there's a new edition.
15008 * calendar/cal-coptic.el: Likewise.
15009 * calendar/cal-french.el: Likewise.
15010 * calendar/cal-hebrew.el: Likewise.
15011 * calendar/cal-islam.el: Likewise.
15012 * calendar/cal-iso.el: Likewise.
15013 * calendar/cal-julian.el: Likewise.
15014 * calendar/cal-mayan.el: Likewise.
15015 * calendar/cal-persia.el: Likewise.
15016 * calendar/calendar.el: Likewise.
15017 * calendar/holidays.el: Likewise.
15018 * calendar/lunar.el: Likewise.
15019 * calendar/solar.el: Likewise.
15020
15021 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15022 white space from doc string.
15023
15024 2005-03-30 Jay Belanger <belanger@truman.edu>
15025
15026 * calc/calc-help.el (calc-full-help): Remove email address.
15027
15028 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
15029
15030 * help-fns.el (help-with-tutorial): Delete title line.
15031
15032 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15033
15034 * calendar/cal-x.el (calendar-one-frame-setup)
15035 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15036 rather than 'symbol for set-window-dedicated-p.
15037
15038 * calendar/appt.el (appt-buffer-name): Make it a constant.
15039 (appt-add): Doc fix.
15040
15041 * filesets.el (filesets-menu-path, filesets-menu-before)
15042 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
15043 (filesets-menu-cache-file): Use directory ~/.emacs.d.
15044 (filesets-add-submenu): Delete and use add-submenu instead.
15045
15046 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
15047
15048 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15049 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15050 (org-diary-default-entry): New function.
15051 (org-get-entries-from-diary): Better parsing of diary entries.
15052 (org-agenda-check-no-diary): New function.
15053 ("diary-lib"): Advice to function `add-to-diary-list', to allow
15054 linking to diary entries.
15055 (org-agenda-execute-calendar-command): New function.
15056 (org-agenda): Improve visible section in window.
15057 Use `org-fit-agenda-window'.
15058 (org-fit-agenda-window): New option.
15059 (org-move-subtree-down): Better handling of empty lines
15060 at end of subtree.
15061 (org-cycle): Numeric prefix is interpreted now as show-subtree N
15062 levels up.
15063 (org-fontify-done-headline): New option.
15064 (org-headline-done-face): New face.
15065 (org-set-font-lock-defaults): Use `org-headline-done-face'.
15066 (org-table-copy-down): Rename from `org-table-copy-from-above'.
15067 When current field is non-empty, it is copied to next row.
15068 (org-table-copy-from-above): Fix bug which made it
15069 impossible to copy fields containing only a single non-white character.
15070
15071 2005-03-30 Kim F. Storm <storm@cua.dk>
15072
15073 * kmacro.el (kmacro-end-macro): Isearch may store this command
15074 into the macro -- so ignore it when executing keyboard macro.
15075
15076 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15077
15078 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15079
15080 2005-03-29 Kenichi Handa <handa@m17n.org>
15081
15082 * language/thai.el ("Thai"): Set setup-function and exit-function
15083 for Thai language environment.
15084
15085 * language/thai-util.el: Require thai-word.
15086 (thai-word-mode-map): New variable.
15087 (thai-word-mode): New minor mode.
15088 (setup-thai-language-environment-internal): New function.
15089 (exit-thai-language-environment-internal): New function.
15090
15091 * language/thai-word.el (thai-word-table): Declare it by defvar,
15092 use dolist to initialize it.
15093 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15094 (thai-fill-find-break-point): New functions.
15095
15096 2005-03-29 Richard M. Stallman <rms@gnu.org>
15097
15098 * simple.el (idle-update-delay): Move definition up.
15099 (set-mark): Doc fix.
15100
15101 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
15102
15103 * longlines.el: New file.
15104
15105 * simple.el (buffer-substring-filters): New variable.
15106 (filter-buffer-substring): New function.
15107 (kill-region, copy-region-as-kill): Use it.
15108
15109 * register.el (copy-to-register, append-to-register)
15110 (prepend-to-register): Use filter-buffer-substring.
15111
15112 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
15113
15114 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15115 (gud-filter-pending-text): Move in front of gdb.
15116 (gud-overlay-arrow-position): New variable.
15117 (gud-sentinel, gud-display-line): Use it in place of
15118 overlay-arrow-position.
15119
15120 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
15121
15122 * progmodes/fortran.el (fortran-if-indent): Doc fix.
15123 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15124 (fortran-font-lock-keywords-4): New variable.
15125 (fortran-blocks-re, fortran-end-block-re)
15126 (fortran-start-block-re): New constants, for hideshow.
15127 (hs-special-modes-alist): Add a Fortran entry.
15128 (fortran-mode-map): Bind fortran-end-of-block,
15129 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15130 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
15131 (fortran-looking-at-if-then, fortran-end-of-block)
15132 (fortran-beginning-of-block): New functions, for hideshow.
15133
15134 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15135 Doc fix. Tweak regexp.
15136 (f90-beginning-of-block): Push mark first.
15137
15138 2005-03-29 Jay Belanger <belanger@truman.edu>
15139
15140 * calc/calc.el: Update copyright date.
15141 (calc-version): Increase to 2.1.
15142 (calc-version-date): Remove.
15143
15144 * calc/calc-help.el: Update copyright date.
15145 (calc-full-help): Remove reference to calc-version-date.
15146 Update copyright date.
15147
15148 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15149
15150 * vc.el (vc-do-command): Use a pipe for async processes, so password
15151 prompts don't show up at places where the user can't reply.
15152
15153 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
15154
15155 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15156 on the file name we pass to the inferior shell.
15157
15158 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15159
15160 * progmodes/which-func.el (which-function): Be robust in the face of an
15161 imenu--make-index-alist failure.
15162
15163 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15164
15165 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15166
15167 * progmodes/python.el (python-preoutput-filter): Fix last change.
15168
15169 2005-03-29 Lute Kamstra <lute@gnu.org>
15170
15171 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15172 functions and compiled macros.
15173 (debug-convert-byte-code): Handle macros too.
15174 (debug-on-entry-1): Don't signal an error when trying to clear a
15175 function that is not set to debug on entry.
15176
15177 2005-03-29 Jay Belanger <belanger@truman.edu>
15178
15179 * calc/calc-lang.el: Add functions to math-function-table
15180 properties of tex and math.
15181
15182 2005-03-29 Kenichi Handa <handa@m17n.org>
15183
15184 * ps-mule.el (ps-mule-plot-string): Translate characters by
15185 ps-print-translation-table.
15186 (ps-mule-begin-job): Call find-charset-region/string with
15187 ps-print-translation-table.
15188 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15189
15190 * ps-print.el (ps-print-translation-table): New variable.
15191 (ps-plot-region): Translate characters by ps-print-translation-table.
15192
15193 2005-03-29 Juri Linkov <juri@jurta.org>
15194
15195 * simple.el (next-error-highlight-timer): New variable.
15196
15197 * progmodes/compile.el (compilation-goto-locus):
15198 Use `next-error-highlight-timer' instead of `sit-for'.
15199
15200 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * mail/supercite.el (sc-mail-field): Use assoc-string.
15203 (sc-get-address): Simplify regexps.
15204
15205 * files.el (minibuffer-with-setup-hook): New macro.
15206 (find-file-read-args): Use it to avoid let-binding
15207 minibuffer-with-setup-hook (which breaks turning on/off
15208 file-name-shadow-mode while in the prompt).
15209
15210 * complete.el (PC-read-include-file-name-internal):
15211 Use test-completion.
15212
15213 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
15214
15215 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15216
15217 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15218
15219 * window.el (window-buffer-height): Use count-screen-lines.
15220
15221 * progmodes/python.el (python-preoutput-leftover): New var.
15222 (python-preoutput-filter): Use it.
15223 (python-send-receive): Loop until all the result has been received.
15224
15225 2005-03-28 Juri Linkov <juri@jurta.org>
15226
15227 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15228
15229 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15230 "Recover Crashed Session".
15231 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15232 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15233 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15234 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15235 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15236 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15237 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15238 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15239
15240 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15241 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15242 Ediff Sessions", "Toggle use of separate control buffer frame",
15243 "Use separate frame for Ediff control buffer".
15244
15245 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15246 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15247 "Rename Bookmark", "Delete Bookmark".
15248
15249 * info.el (Info-mode-menu): Remove ellipsis from "Index".
15250 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
15251 Add `:active Info-index-alternatives' to "Next Matching Item".
15252
15253 * wdired.el (wdired-change-to-wdired-mode):
15254 Mention `wdired-abort-changes' key in the initial message.
15255
15256 * international/mule.el (auto-coding-alist): Associate non-ascii
15257 image filename extensions with `no-conversion'.
15258
15259 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * international/iso-acc.el:
15262 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
15263
15264 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
15265
15266 * textmodes/sgml-mode.el (html-mode): Doc update.
15267
15268 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
15269
15270 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15271
15272 * term.el (term-move-columns): Fix face after extending a line.
15273 (term-insert-spaces): Likewise.
15274 (term-reset-terminal): Fix off by one error.
15275
15276 2005-03-26 Eli Zaretskii <eliz@gnu.org>
15277
15278 * international/mule.el (auto-coding-alist): Add .xpi files.
15279
15280 * files.el (auto-mode-alist): Add .xpi files.
15281
15282 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
15283
15284 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
15285
15286 2005-03-26 Eli Zaretskii <eliz@gnu.org>
15287
15288 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
15289
15290 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
15291
15292 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15293 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
15294
15295 * calendar/cal-move.el (calendar-beginning-of-year): Move the
15296 cursor to Jan 1 when needed.
15297 (calendar-end-of-year): Fix -/+ typo.
15298 Reported by Chong Yidong <cyd@stupidchicken.com>.
15299
15300 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15301
15302 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15303
15304 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15305 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
15306
15307 2005-03-25 Richard M. Stallman <rms@gnu.org>
15308
15309 * filesets.el (filesets-init): Add autoload.
15310
15311 * mail/mailalias.el (mail-directory): Doc fix.
15312
15313 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15314
15315 * mail/mailalias.el (mail-directory-process): Do nothing if
15316 mail-directory-process is an atom.
15317 (mail-get-names): Ignore mail-directory-names if it is an atom.
15318 (mail-directory-process defvar): Doc fix.
15319 (mail-names): Doc fix.
15320
15321 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
15322
15323 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15324
15325 2005-03-26 Kenichi Handa <handa@m17n.org>
15326
15327 * international/mule-util.el (detect-coding-with-priority):
15328 Call update-coding-systems-internal before detect-coding-region.
15329
15330 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
15331
15332 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15333 (gdb-frames-mode-map): Add follow-link property.
15334
15335 2005-03-25 Jay Belanger <belanger@truman.edu>
15336
15337 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15338 for variables.
15339
15340 2005-03-25 Juri Linkov <juri@jurta.org>
15341
15342 * image-mode.el: Optimize image filename extension regexps in
15343 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
15344 in `auto-mode-alist'.
15345 (image-mode): Add `image-toggle-display-text' to local hook
15346 `change-major-mode-hook'. Display the image as an image by
15347 default. Set `cursor-type' and `truncate-lines' if the image
15348 is already displayed. Take into account the current mode (image
15349 or text) in message.
15350 (image-minor-mode): New minor mode.
15351 (image-mode-maybe, image-toggle-display-text): New functions.
15352 (image-toggle-display): Use called-interactively-p.
15353 Let-bind `inhibit-read-only' to t.
15354
15355 * image-mode.el (image-minor-mode): Set `cursor-type' and
15356 `truncate-lines' if the image is already displayed. Add turning
15357 image-minor-mode off to `change-major-mode-hook'. Add message.
15358 Call `image-toggle-display-text' after turning image-minor-mode off.
15359
15360 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15361
15362 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15363 Terminal.app, use utf-8.
15364 (set-display-table-and-terminal-coding-system): Add coding-system arg.
15365 (set-locale-environment): Use it.
15366
15367 * term/xterm.el: Undo last change, better done in mule-cmds.el.
15368
15369 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15370
15371 * progmodes/python.el (python-close-block-statement-p)
15372 (python-outdent-p, python-current-defun): Use symbol-end.
15373
15374 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15375
15376 * files.el (save-some-buffers): Doc fix.
15377
15378 2005-03-25 Werner Lemberg <wl@gnu.org>
15379
15380 * complete.el, thumbs.el: Replace `legal' with `valid'.
15381 * calendar/calendar.el: Replace `legal' with `valid'.
15382 * emacs-lisp/advice.el: Replace `legal' with `valid'.
15383 * mail/supercite.el: Replace `legal' with `valid'.
15384 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15385 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15386 Replace `legal' with `valid'.
15387 * textmodes/reftex-vars.el, textmodes/reftex.el:
15388 Replace `legal' with `valid'.
15389
15390 2005-03-25 Werner Lemberg <wl@gnu.org>
15391
15392 * calc/calc-forms.el, calc/calc-sel.el:
15393 * midnight.el, vc-cvs.el:
15394 * emacs-lisp/cl-macs.el:
15395 * emulation/vip.el:
15396 * eshell/esh-io.el, eshell/esh-var.el:
15397 * mail/supercite.el:
15398 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15399 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15400 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15401 * progmodes/sh-script.el, progmodes/xscheme.el:
15402 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15403 * textmodes/reftex-index.el, textmodes/reftex-parse.el
15404 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15405 * textmodes/reftex.el, textmodes/org.el:
15406 Replace `illegal' with `invalid'.
15407
15408 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15409
15410 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15411 (flymake-find-buildfile, flymake-find-possible-master-files)
15412 (flymake-check-include, flymake-parse-line): Replace loops over the
15413 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15414
15415 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15416 Substitute file-name-as-directory in the rest of the file.
15417 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15418 (flymake-replace-region): Remove unused arg `buffer'.
15419 (flymake-check-patch-master-file-buffer): Update calls to it.
15420 (flymake-add-err-info): Remove unused var `count'.
15421 (flymake-mode): Use define-minor-mode.
15422
15423 * progmodes/flymake.el: Use with-current-buffer.
15424 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15425 flymake-replace-regexp-in-string, flymake-line-beginning-position)
15426 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15427 Avoid testing for `xemacs'.
15428 (flymake-nop): Move.
15429 (flymake-region-has-flymake-overlays): Return the computed value.
15430 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15431 Remove unused var `endline'.
15432 (flymake-get-line-count): Remove unused function.
15433 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15434
15435 * emulation/vi.el:
15436 * generic.el:
15437 * hilit-chg.el (global-highlight-changes):
15438 * hi-lock.el (hi-lock-mode):
15439 * follow.el: find-file-hooks -> find-file-hook.
15440
15441 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15442
15443 2005-03-24 Juri Linkov <juri@jurta.org>
15444
15445 * dired.el (dired-mode-map): Add menu item "Compare directories"
15446 for dired-compare-directories.
15447
15448 * dired-aux.el (dired-compare-directories): Add autoload cookie.
15449 Doc fix. Replace `read-file-name' with `read-directory-name'.
15450
15451 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15454
15455 2005-03-24 Jay Belanger <belanger@truman.edu>
15456
15457 * calc/calc-embed.el (calc-embedded-mode-change): Save all
15458 relevant mode settings in calc-embedded-original-modes when modes
15459 are permanently changed.
15460
15461 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15462
15463 * autoinsert.el: find-file-hooks -> find-file-hook.
15464
15465 2005-03-24 Lute Kamstra <lute@gnu.org>
15466
15467 * generic.el (generic-font-lock-defaults): Make it obsolete.
15468 (generic-font-lock-keywords): New variable to replace
15469 generic-font-lock-defaults.
15470 (generic-mode-set-font-lock): Delete it.
15471 (generic-mode-internal): Don't call generic-mode-set-font-lock.
15472 (generic-bracket-support): Add docstring.
15473
15474 * generic-x.el: Rename generic-font-lock-defaults to
15475 generic-font-lock-keywords throughout.
15476 (mailagent-rules-setup-function): Delete it.
15477 (mailagent-rules-generic-mode): Use anonymous function instead.
15478 (show-tabs-generic-mode-font-lock-defaults-1)
15479 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15480 Quote faces.
15481 (show-tabs-tab-face, show-tabs-space-face): Specify background,
15482 not foreground.
15483
15484 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15485 Recognize define-generic-mode.
15486
15487 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15488
15489 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15490 if there's no completion table.
15491
15492 2005-03-23 Miles Bader <miles@gnu.org>
15493
15494 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15495 Remove tty-specific variants, as they're no longer needed.
15496
15497 2005-03-23 Lute Kamstra <lute@gnu.org>
15498
15499 * generic-x.el: Code cleanup: make args constant whenever possible.
15500 (installshield-statement-keyword-list)
15501 (installshield-system-functions-list)
15502 (installshield-system-variables-list, installshield-types-list)
15503 (installshield-funarg-constants-list): Make them constants.
15504
15505 * generic.el (generic-make-keywords-list): Add autoload cookie.
15506
15507 * calendar/time-date.el: Add comment on time value formats.
15508 Don't require parse-time.
15509 (with-decoded-time-value): New macro.
15510 (encode-time-value): New function.
15511 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15512 (days-to-time): Return a valid time value when arg is huge.
15513 (time-since): Use time-subtract.
15514 (time-to-number-of-days): Use time-to-seconds.
15515
15516 2005-03-23 David Ponce <david@dponce.com>
15517
15518 * recentf.el: (recentf-keep): New option.
15519 (recentf-menu-action): Default to `find-file'.
15520 (recentf-keep-non-readable-files-flag)
15521 (recentf-keep-non-readable-files-p)
15522 (recentf-file-readable-p, recentf-find-file)
15523 (recentf-cleanup-remote): Remove.
15524 (recentf-include-p): More robust.
15525 (recentf-keep-p): New function.
15526 (recentf-remove-if-non-kept): Rename from
15527 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
15528 All callers updated.
15529 (recentf-menu-items-for-commands): Fix help string.
15530 (recentf-track-closed-file): Update. Doc fix.
15531 (recentf-cleanup): Update. Count removed files. Doc fix.
15532
15533 2005-03-23 Kim F. Storm <storm@cua.dk>
15534
15535 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15536 Don't inherit from fringe face (now happens automatically).
15537
15538 2005-03-22 Kim F. Storm <storm@cua.dk>
15539
15540 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15541 position values.
15542
15543 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * menu-bar.el (showhide-date-time): Remove.
15546 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15547 (menu-bar-make-mm-toggle): Simplify.
15548
15549 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15550
15551 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15552 Accept qualified variable and function names.
15553
15554 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
15555
15556 * bindings.el (completion-ignored-extensions):
15557 Remove ".lis" for `vax-vms'.
15558
15559 2005-03-22 Andreas Schwab <schwab@suse.de>
15560
15561 * generic-x.el: Revert last change.
15562 * ldefs-boot.el: Update.
15563
15564 2005-03-22 Jay Belanger <belanger@truman.edu>
15565
15566 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15567 (calc-embedded-save-original-modes)
15568 (calc-embedded-restore-original-modes): New functions.
15569 (calc-do-embedded): Save original modes when entering embedded mode
15570 and restore when leaving embedded mode.
15571 (calc-embedded-modes-change): Change the value of
15572 calc-embedded-original-modes to reflect permanent changes.
15573
15574 2005-03-22 Lute Kamstra <lute@gnu.org>
15575
15576 * generic-x.el: Require generic again.
15577
15578 2005-03-22 Miles Bader <miles@gnu.org>
15579
15580 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15581 Tweak details to look good on both ttys and bitmap displays, light
15582 or dark background, etc.
15583
15584 2005-03-21 Kim F. Storm <storm@cua.dk>
15585
15586 * tooltip.el (tooltip-show-help-function): Check car and cdr of
15587 mouse position.
15588
15589 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15590
15591 * icomplete.el: Don't forcibly turn on the mode upon load.
15592 (icomplete-mode): Use define-minor-mode.
15593 (icomplete-eoinput): Default to nil.
15594 (icomplete-minibuffer-setup): Remove autoload.
15595 (icomplete-tidy): Simplify.
15596 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15597 in the initial state or if the user has modified the field.
15598 Fix handling of icomplete-max-delay-chars.
15599 Remove code that handles the oddball case where
15600 minibuffer-completion-table is an integer.
15601 Wrap icomplete-completions in while-no-input in case building
15602 completions takes more time than expected.
15603 (icomplete-completions): Simplify.
15604
15605 2005-03-21 Richard M. Stallman <rms@gnu.org>
15606
15607 * jka-compr.el (jka-compr-really-do-compress):
15608 Make variable buffer-local.
15609
15610 * image-mode.el: Handle .xpm files too.
15611 (image-toggle-display): Preserve modification flag.
15612
15613 * help.el (where-is): Don't mention aliases with no key bindings.
15614
15615 2005-03-21 Lute Kamstra <lute@gnu.org>
15616
15617 * generic.el: Fix commentary section. Don't require cl for
15618 compilation.
15619 (generic-mode-list): Add autoload cookie.
15620 (generic-use-find-file-hook, generic-lines-to-scan)
15621 (generic-find-file-regexp, generic-ignore-files-regexp)
15622 (generic-mode, generic-mode-find-file-hook)
15623 (generic-mode-ini-file-find-file-hook): Fix docstrings.
15624 (define-generic-mode): Make it a defmacro. Fix docstring.
15625 (generic-mode-internal): Code cleanup. Add autoload cookie.
15626 (generic-mode-set-comments): Code cleanup.
15627 * generic-x.el: Don't prevent compilation. Don't require generic.
15628 Follow coding conventions. Minor code cleanup.
15629 (etc-fstab-generic-mode): Add some keywords.
15630 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15631 define-generic-mode like a function declaration.
15632
15633 2005-03-21 Jay Belanger <belanger@truman.edu>
15634
15635 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15636 changing modes.
15637
15638 2005-03-21 Sam Steingold <sds@gnu.org>
15639
15640 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15641
15642 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15643
15644 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15645 Add underscore to "f$ lexicals" regexp.
15646
15647 2005-03-20 Juri Linkov <juri@jurta.org>
15648
15649 * subr.el (progress-reporter-do-update): When `min-value' is equal
15650 to `max-value', set `percentage' to 0 and prevent division by zero.
15651
15652 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
15653
15654 Sync with Tramp 2.0.48.
15655
15656 * net/tramp.el (all): Change all addresses to .gnu.org.
15657 (tramp-append-tramp-buffers): New defun.
15658 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15659 Catch `dont-send' signal.
15660 (tramp-set-auto-save-file-modes): Set always permissions, because
15661 there might be an old auto-saved file belonging to another
15662 original file. This could be a security threat. Reported by
15663 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15664 Check for Emacs 21.3.50 removed.
15665
15666 * net/tramp-smb.el (all): Remove debug construct for
15667 `with-parsed-tramp-file-name'.
15668 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15669 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15670 No error message if DIRECTORY or FILENAME doesn't exist.
15671 (tramp-smb-open-connection): Check existence of
15672 `tramp-smb-program'.
15673
15674 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15675
15676 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15677 Properly handle the case where the `m' or `s' command's argument is not
15678 yet terminated.
15679 (perl-indent-new-calculate): New function.
15680 (perl-indent-line): Use it.
15681
15682 2005-03-20 Miles Bader <miles@gnu.org>
15683
15684 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15685 in text-mode too. Change to new face names.
15686 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15687 Add `:weight bold' attribute.
15688 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15689
15690 2005-03-19 Juri Linkov <juri@jurta.org>
15691
15692 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
15693
15694 * international/mule.el (auto-coding-alist): Sync with
15695 `auto-mode-alist' by adding upper case archive file extensions
15696 and adding ear/war to jar extension.
15697
15698 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
15699
15700 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15701 running, restart it.
15702
15703 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
15704
15705 * finder.el (finder-current-item): Throw an error on an empty line.
15706
15707 * man.el (Man-follow-manual-reference): If current-word returns
15708 nil, use "".
15709
15710 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
15711
15712 * simple.el (goto-line): Doc fix.
15713
15714 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
15715
15716 * files.el (save-buffer): Doc fix.
15717
15718 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
15719
15720 * recentf.el (recentf-cleanup-remote): New variable.
15721 (recentf-cleanup): Use it to conditionally check availability of
15722 remote files.
15723
15724 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
15725
15726 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15727 function names.
15728
15729 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15730
15731 * language/thai-word.el: New file.
15732
15733 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15734
15735 * files.el (backup-buffer): If the file's directory is not
15736 writable, use copy instead of move to backup the file.
15737
15738 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15739
15740 * obsolete/keyswap.el: Moved to obsolete/ from term/.
15741
15742 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15743
15744 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15745 Use functionp instead of symbolp and fboundp. Reported by Drkm
15746 <darkman_spam@yahoo.fr>.
15747 (ps-print-version): New version 6.6.6.
15748
15749 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
15750
15751 * textmodes/table.el (table--line-column-position): New idiom.
15752 (table--row-column-insertion-point-p): New function to test
15753 validity of row and column insertion operation at a location.
15754 (table-global-menu, table-cell-menu): Use above functions for
15755 deterministic test operation.
15756 (table--editable-cell-p): Behave in deterministic fashion.
15757
15758 2005-03-18 Juri Linkov <juri@jurta.org>
15759
15760 * isearch.el (isearch-lazy-highlight-new-loop):
15761 Make arguments beg and end optional.
15762 (isearch-update): Remove optional arguments nil from
15763 isearch-lazy-highlight-new-loop.
15764 (isearch-lazy-highlight-search): Let-bind case-fold-search to
15765 isearch-lazy-highlight-case-fold-search instead of
15766 isearch-case-fold-search, and let-bind isearch-regexp to
15767 isearch-lazy-highlight-regexp.
15768 Use isearch-lazy-highlight-last-string instead of isearch-string.
15769
15770 * replace.el (perform-replace): Remove bindings of global
15771 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15772 Add three new arguments to `replace-highlight'.
15773 (replace-highlight): Add arguments string, regexp, case-fold.
15774 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15775 to allow isearch-lazy-highlight-new-loop to use these values
15776 to set corresponding isearch-lazy-highlight-* internal
15777 variables whose values lazy highlighting will use regardless of
15778 changes to global variables isearch-string, isearch-regexp,
15779 isearch-case-fold-search during lazy highlighting loop.
15780 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15781 to `lazy-highlight-cleanup'.
15782
15783 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15784 (ispell-highlight-face): Set default face to `isearch' when
15785 lazy highlighting is enabled.
15786 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15787 priority to 1. Add lazy highlighting.
15788 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15789 from `isearch-dehighlight'.
15790
15791 2005-03-18 David Ponce <david@dponce.com>
15792
15793 * files.el (hack-local-variables): Do a case-insensitive search
15794 for End.
15795
15796 2005-03-18 Juri Linkov <juri@jurta.org>
15797
15798 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15799 `isearch-lazy-highlight-cleanup', add alias to old name and
15800 declare obsolete. Add release numbers to other obsolete vars.
15801 (isearch-done, isearch-lazy-highlight-new-loop):
15802 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15803 (lazy-highlight-cleanup) <variable>: Doc fix.
15804 (isearch-lazy-highlight-update): Rename obsolete
15805 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15806
15807 2005-03-18 Kenichi Handa <handa@m17n.org>
15808
15809 * language/thai-util.el: Fix categorization of Thai characters in
15810 thai-category-table.
15811 (thai-composition-pattern): Adjust it for the above change.
15812 (thai-self-insert-command, thai-compose-syllable): New functions.
15813 (thai-compose-region): Use thai-compose-syllable.
15814 (thai-compose-string): Likewise.
15815 (thai-composition-function): Likewise.
15816 (thai-auto-composition): New function.
15817 (thai-auto-composition-mode): New minor mode.
15818
15819 * language/thai.el: Fix patterns to be registered in
15820 composition-function-table.
15821
15822 * international/quail.el (quail-input-method): Locally bind
15823 inhibit-modification-hooks to t.
15824
15825 2005-03-17 Richard M. Stallman <rms@gnu.org>
15826
15827 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15828 (perl-mode): Use run-mode-hooks.
15829
15830 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15831 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15832 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15833
15834 * mail/sendmail.el (sendmail-send-it): Reenable the code
15835 to compute resend-to-address and use it.
15836
15837 * tar-mode.el (tar-mode): Turn off undo unconditionally.
15838
15839 * image-mode.el: New file.
15840
15841 * image.el (insert-sliced-image): Add autoload cookie.
15842
15843 * font-lock.el (font-lock-lines-before): New user option.
15844 (font-lock-after-change-function): Obey it.
15845
15846 * bindings.el (esc-map): Make M-g a prefix.
15847 Bind M-g g and M-g M-g to goto-line.
15848
15849 * faces.el (face-id): Doc fix.
15850
15851 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15852
15853 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
15854 (rmail-show-message): Use rmail-unknown-mail-followup-to.
15855 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
15856
15857 * mail/sendmail.el (mail-yank-ignored-headers)
15858 (mail-font-lock-keywords, mail-mode-fill-paragraph):
15859 Add Mail-Followup-To and Mail-Reply-To headers.
15860 (mail-citation-hook): Add autoload cookie.
15861 (mail-mode): Doc fix.
15862 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
15863 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
15864 (mail-mode-fill-paragraph): Handle those headers.
15865 (mail-mailing-lists): New variable.
15866 (mail-mail-reply-to, mail-mail-followup-to): New functions.
15867
15868 2005-03-17 Juri Linkov <juri@jurta.org>
15869
15870 * isearch.el (isearch-fallback): Check for `(car previous)'
15871 before calling `isearch-other-end-state'.
15872
15873 2005-03-17 Kim F. Storm <storm@cua.dk>
15874
15875 * simple.el (move-beginning-of-line): Move to beginning of buffer
15876 line, as well as beginning of screen line.
15877
15878 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
15879
15880 * calendar/diary-lib.el (mark-diary-entries): Use new optional
15881 argument REDRAW rather than calendar-redrawing variable.
15882 * calendar/calendar.el (calendar-redrawing): Delete.
15883 (redraw-calendar): Do not bind calendar-redrawing.
15884
15885 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
15886
15887 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
15888 diary-file buffer.
15889
15890 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * help.el (describe-mode): Allow a :minor-mode-function property to
15893 specify a different minor mode toggle function than the variable.
15894 * simple.el (auto-fill-function):
15895 * subr.el (add-minor-mode): Use it.
15896
15897 2005-03-16 Kenichi Handa <handa@m17n.org>
15898
15899 * language/ethio-util.el (sera-being-called-by-w3): New variable.
15900 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
15901 (ethio-fidel-to-sera-buffer): Likewise.
15902
15903 2005-03-16 Juri Linkov <juri@jurta.org>
15904
15905 * emacs-lisp/find-func.el (find-function-regexp):
15906 Add defun-emitting macro `menu-bar-make-toggle'.
15907
15908 * isearch.el: Put `isearch-scroll' property to
15909 `split-window-horizontally'.
15910
15911 * info.el: Update error messages for `debug-ignored-errors'.
15912 (Info-isearch-search): Doc fix.
15913 (Info-find-node): Move up code to go into info buffer before
15914 recording the node to the history.
15915 (Info-fontify-node): Fontify titles only if the next line
15916 has two or more `*', `=', `-', `.'.
15917 Display "go to this node" for empty (match-string 3).
15918
15919 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15920
15921 * term/mac-win.el: Add mouse pointer shape constants.
15922
15923 2005-03-15 Kim F. Storm <storm@cua.dk>
15924
15925 * simple.el (move-beginning-of-line): Use vertical-motion.
15926
15927 2005-03-15 Juri Linkov <juri@jurta.org>
15928
15929 * isearch.el (isearch-error): New variable.
15930 (isearch-invalid-regexp, isearch-within-brackets): Remove.
15931 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
15932 (isearch-within-brackets-state): Remove.
15933 (isearch-case-fold-search-state, isearch-pop-fun-state):
15934 Decrease frame index.
15935 (isearch-mode, isearch-top-state, isearch-push-state)
15936 (isearch-edit-string, isearch-abort, isearch-search-and-update)
15937 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
15938 (isearch-search, isearch-lazy-highlight-new-loop):
15939 Replace `isearch-invalid-regexp' with `isearch-error'.
15940 Remove `isearch-within-brackets'.
15941 (isearch-search): Add `search-failed' handler to `condition-case'.
15942 (isearch-lazy-highlight-search): Add `condition-case' to catch
15943 errors and allow `isearch-lazy-highlight-update' to try
15944 highlighting from the beginning of the window.
15945 (isearch-repeat): Move up code to set isearch-wrapped to t
15946 before calling isearch-wrap-function.
15947
15948 * info.el (Info-isearch-initial-node): New internal variable.
15949 (Info-search): Signal an error in isearch mode when search leaves
15950 the initial node. Signal an error when `bound' is non-nil and
15951 nothing was found in the current subfile.
15952 (Info-isearch-search): Remove `condition-case'.
15953 (Info-isearch-wrap): Don't wrap when search failed during leaving
15954 the initial node. If `Info-isearch-search' is nil, wrap around
15955 the current node.
15956 (Info-isearch-start): New fun.
15957 (Info-mode): Add buffer-local hook `Info-isearch-start' to
15958 `isearch-mode-hook'.
15959
15960 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15961
15962 * simple.el (normal-erase-is-backspace): Set default to t if
15963 running on Mac.
15964
15965 * term/mac-win.el (function-key-map): Sync with x-win.el.
15966
15967 2005-03-15 Kenichi Handa <handa@m17n.org>
15968
15969 * international/mule-cmds.el (locale-language-names): Modify the
15970 format of elements and add more entries.
15971 (locale-preferred-coding-systems): Add more entries.
15972 (set-locale-environment): Adjust for the change of
15973 locale-language-names.
15974
15975 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15976
15977 * pcvs.el (smerge-ediff): Remove bogus autoload.
15978
15979 2005-03-14 Lute Kamstra <lute@gnu.org>
15980
15981 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
15982 Ignore a `*' at the beginning of a line.
15983
15984 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
15985 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
15986 subr.el.
15987 (dont-compile, eval-when-compile, eval-and-compile): Use declare
15988 to specify indentation.
15989
15990 * generic.el (define-generic-mode): Let generic-mode-list be a
15991 list of strings; test membership with equal.
15992
15993 2005-03-14 Kim F. Storm <storm@cua.dk>
15994
15995 * simple.el (next-line, previous-line): Add optional try-vscroll
15996 arg to recognize interactive use. Pass it on to line-move.
15997 (line-move): Don't perform auto-window-vscroll when defining or
15998 executing keyboard macro to ensure consistent behavior.
15999
16000 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16001
16002 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16003
16004 2005-03-13 Lute Kamstra <lute@gnu.org>
16005
16006 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16007 debugger-setup-buffer so that backtrace marks the frames set to
16008 debug-on-exit and we don't have to do it manually. Set an extra
16009 debug-on-exit for macro's.
16010 (debugger-setup-buffer): Don't mark the top frame manually.
16011
16012 2005-03-12 Lute Kamstra <lute@gnu.org>
16013
16014 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16015 lisp-indent-function throughout.
16016 (with-no-warnings): Set lisp-indent-function property.
16017
16018 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
16019
16020 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16021 Add entry for backslash.
16022
16023 2005-03-12 Juri Linkov <juri@jurta.org>
16024
16025 * info.el (Info-search): Four fixes for backward search.
16026
16027 2005-03-11 Jay Belanger <belanger@truman.edu>
16028
16029 * calc/calc.el (calc-language-alist): New variable.
16030 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16031 (calc-embedded-find-modes): Use calc-language-alist instead of
16032 calc-embedded-language-alist.
16033
16034 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16035
16036 * calendar/calendar.el (calendar-redrawing): New internal
16037 variable.
16038 (redraw-calendar): Remove bogus save-excursion from previous
16039 change. Bind calendar-redrawing to t for mark-diary-entries.
16040 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16041 calendar if that is why we were called.
16042
16043 2005-03-11 Kenichi Handa <handa@m17n.org>
16044
16045 * international/mule.el (make-coding-system): Set property
16046 coding-system-define-form to nil.
16047 (define-coding-system-alias): Likewise.
16048
16049 2005-03-11 Kenichi Handa <handa@m17n.org>
16050
16051 These changes are suggested by Dave Love <fx@gnu.org>.
16052
16053 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16054 coding: tag.
16055 (adaptive-fill-regexp): Add more bullets.
16056 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16057 regexps.
16058
16059 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16060
16061 * help.el (describe-mode): Properly handle non-trivial lighters.
16062 Don't ignore minor modes that are not listed in minor-mode-list.
16063
16064 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16065 feature ON when the user requests to turn it OFF.
16066
16067 2005-03-10 Lute Kamstra <lute@gnu.org>
16068
16069 * emacs-lisp/debug.el (debug-entry-code): Delete it.
16070 (implement-debug-on-entry): New function to replace debug-entry-code.
16071 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
16072 second argument as the 2005-03-07 change makes it obsolete.
16073 (debug-on-entry, cancel-debug-on-entry): Update call to
16074 debug-on-entry-1.
16075 (debug, debugger-setup-buffer): Comment update.
16076 (debugger-frame-number): Update to work with implement-debug-on-entry.
16077
16078 2005-03-10 Jay Belanger <belanger@truman.edu>
16079
16080 * calc/calc-embed.el (math-ms-args): Declare it.
16081 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16082 math-ms-args.
16083 (calc-embedded-subst): Use math-multi-subst-rec to substitute
16084 variables.
16085
16086 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
16087
16088 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16089 Use message-box.
16090
16091 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16092 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16093 (tooltip-gud-tips): Simplify.
16094 (tooltip-gud-tips-p): Remove superfluous :set.
16095 (tooltip-gud-modes): Add fortran-mode.
16096 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16097
16098 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16099
16100 2005-03-09 Kim F. Storm <storm@cua.dk>
16101
16102 * play/animate.el (animate-place-char): Use forward-line instead
16103 of next-line to improve performance.
16104
16105 2005-03-09 Simon Josefsson <jas@extundo.com>
16106
16107 * net/browse-url.el (browse-url-default-browser): Doc fix.
16108
16109 2005-03-09 Miles Bader <miles@gnu.org>
16110
16111 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16112 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16113
16114 2005-03-09 Kenichi Handa <handa@m17n.org>
16115
16116 * international/latin-1.el: Set case and syntax for 255 only if
16117 set-case-syntax-set-multibyte is nil.
16118
16119 * textmodes/ispell.el (ispell-insert-word): New function.
16120 (ispell-word): Use ispell-insert-word to insert a new word.
16121 (ispell-process-line): Likewise.
16122 (ispell-complete-word): Likewise.
16123
16124 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
16125
16126 * calendar/calendar.el (redraw-calendar): Preserve point.
16127 Reported by Matt Hodges <MPHodges@member.fsf.org>.
16128 (calendar-week-start-day): Move after definition of
16129 redraw-calendar. Delete buffer test, since redraw-calendar has
16130 that now.
16131
16132 * calendar/diary-lib.el (mark-diary-entries): Only call
16133 redraw-calendar in the first of any recursive calls.
16134 Reported by Alan Shutko <ats@acm.org>.
16135
16136 2005-03-08 Juri Linkov <juri@jurta.org>
16137
16138 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16139 (html-horizontal-rule, html-line, html-image, html-checkboxes)
16140 (html-radio-buttons): Add a space before the trailing `/>' where
16141 sgml-xml-mode is non-nil.
16142 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16143 the subsequent tag of the empty XML tag.
16144 (html-href-anchor): Don't set initial input to "http:".
16145 (html-image): Ask for the image URL and set point inside alt="".
16146 (html-name-anchor): Duplicate the name in the `id' attribute when
16147 sgml-xml-mode is non-nil.
16148 (html-paragraph): Remove \n before <p>.
16149 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16150 instead of `checked' when sgml-xml-mode is non-nil.
16151
16152 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16153 Remove 1 space before #RRGGBB to not truncate it on terminal
16154 windows w/o fringes. Remove 1 space between bg and fg examples
16155 to get more space.
16156 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16157 avoid byte-compile warnings.
16158
16159 * image-file.el (image-file-handler): Put `safe-magic' property to
16160 `image-file-handler'.
16161
16162 * info.el (Info-isearch-search): Emulate word search in
16163 isearching through multiple Info nodes with Info-search.
16164 (Info-isearch-wrap): Allow isearch-word.
16165
16166 2005-03-08 Lute Kamstra <lute@gnu.org>
16167
16168 * emacs-lisp/debug.el (debugger-step-through): Make sure that
16169 stepping into the debugger's code is not possible.
16170 (debugger-jumping-flag): Docstring update.
16171
16172 2005-03-08 Jay Belanger <belanger@truman.edu>
16173
16174 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16175 embedded mode begins.
16176 (calc-embedded-language-alist): New variable.
16177 (calc-embedded-find-modes): Use calc-embedded-language-alist to
16178 set default language mode.
16179
16180 2005-03-08 Kenichi Handa <handa@m17n.org>
16181
16182 * international/ccl.el (define-ccl-program): Fix docstring about
16183 extra 256 bytes assured for the output buffer.
16184
16185 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16186 Fix BUFFER_MAGNIFICATION to 2.
16187 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16188
16189 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
16190
16191 * align.el (align-rules-list): Added an alignment rule for CSS
16192 declarations (applies to css-mode and html-mode buffers).
16193
16194 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16195
16196 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16197
16198 2005-03-07 Kim F. Storm <storm@cua.dk>
16199
16200 * simple.el (move-beginning-of-line): New command.
16201
16202 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16203
16204 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16205
16206 * emulation/cua-base.el: Put CUA move property on move-end-of-line
16207 and move-beginning-of-line.
16208
16209 * apropos.el (apropos-print): Omit command from M-x ... RET.
16210
16211 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
16212
16213 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16214 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16215
16216 2005-03-06 Richard M. Stallman <rms@gnu.org>
16217
16218 * bindings.el (esc-map): Bind M-g to goto-line.
16219
16220 * facemenu.el (global-map): Bind M-o, not M-g.
16221
16222 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16223
16224 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16225 "Open Directory" as for "Open File".
16226
16227 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
16228
16229 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16230 (push-mark-command): Run activate-mark-hook.
16231
16232 2005-03-06 Richard M. Stallman <rms@gnu.org>
16233
16234 * help-mode.el (help-mode-finish): Don't alter the element
16235 in view-return-to-alist if there already is one.
16236
16237 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16238 make sure the current buffer is the expected one.
16239
16240 * novice.el (disabled-command-function): Output in *Disabled Command*.
16241 Explicitly ignore non-keyboard events, and explicitly handle C-g.
16242
16243 * textmodes/flyspell.el (flyspell-large-region):
16244 Pass args differently for aspell.
16245
16246 * files.el (mode-require-final-newline): Doc fix.
16247
16248 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16249
16250 * progmodes/which-func.el (which-function):
16251 Specify NOERROR when calling imenu--make-index-alist.
16252
16253 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16254
16255 * simple.el (normal-erase-is-backspace): Define default value.
16256
16257 * custom.el (custom-theme-set-variables): Remove unused var
16258 `immediate'.
16259 (custom-reevaluate-setting): Simple function to handle variables
16260 that are defined before their default value can really be
16261 computed.
16262
16263 * startup.el (command-line): Use it for temporary-file-directory,
16264 small-emporary-file-directory, auto-save-file-name-transforms,
16265 blink-cursor-mode, and normal-erase-is-backspace.
16266
16267 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
16268 progress, even with buggy anchored keywords.
16269
16270 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
16271
16272 * simple.el (goto-line): Remove unbalanced final parenthesis.
16273
16274 2005-03-05 Richard M. Stallman <rms@gnu.org>
16275
16276 * simple.el (goto-line): Use a number at point as the default.
16277 With C-u as arg, switch buffers.
16278
16279 2005-03-05 Juri Linkov <juri@jurta.org>
16280
16281 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
16282 with `no-blinking-cursor'.
16283
16284 * startup.el (no-blinking-cursor): New defvar.
16285 (command-line): Add `--no-blinking-cursor' to longopts.
16286 Set `no-blinking-cursor' to t for command line arguments
16287 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
16288 with `no-blinking-cursor' in the condition for calling
16289 `blink-cursor-mode'.
16290
16291 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
16292
16293 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16294 (menu-bar-options-save): Add blink-cursor-mode.
16295 (menu-bar-options-menu): Add blink-cursor-mode.
16296
16297 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
16298
16299 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16300 (icalendar-export-file, icalendar-export-region)
16301 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16302 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16303
16304 2005-03-04 Lute Kamstra <lute@gnu.org>
16305
16306 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16307 (debug-function-list): Ditto.
16308
16309 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
16310
16311 * textmodes/texinfmt.el (texinfo-append-refill):
16312 Redefine the types of line to which @refill
16313 is not appended by replacing a search for `@refill\\|@bye' with
16314 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
16315 itemize@refill' bug and the unfilled long lines bug.
16316 (texinfmt-version): Update number and date.
16317
16318 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16319
16320 * international/code-pages.el (windows-1250, windows-125[2-8])
16321 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16322
16323 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16324
16325 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16326 bound yet.
16327
16328 2005-03-02 Romain Francoise <romain@orebokech.com>
16329
16330 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16331 buffer after removing limits.
16332 (ibuffer-pop-filter): Ditto.
16333 Update copyright.
16334
16335 2005-03-02 Miles Bader <miles@gnu.org>
16336
16337 * button.el (make-text-button): If the user doesn't specify a
16338 type, use the default. Rewrite to use `add-text-properties' and
16339 plist functions.
16340
16341 2005-03-01 Lute Kamstra <lute@gnu.org>
16342
16343 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16344 (debugger-jumping-flag): New var.
16345 (debug-entry-code): Use it.
16346 (debugger-jump): Use debugger-jumping-flag and add
16347 debugger-reenable to post-command-hook.
16348 (debugger-reenable): Use debugger-jumping-flag and remove itself
16349 from post-command-hook.
16350 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16351 debugger-reenable.
16352
16353 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
16354
16355 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16356 inclusion of "itemize\\|", which may be unnecessary, is certainly
16357 inelegant, and stops refilling in itemize lists when formatting
16358 Japanese Texinfo files to Info.
16359 Update copyright to 2005.
16360
16361 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
16362
16363 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16364 of an error if GDB can't find the source file.
16365
16366 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16367
16368 * calendar/calendar.el (redraw-calendar): Work from any buffer,
16369 not just the calendar.
16370
16371 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16372 first.
16373 (diary-redraw-calendar): New function.
16374 (make-diary-entry): Add diary-redraw-calendar to local
16375 write-contents-functions. Turn off selective display before
16376 inserting in diary.
16377
16378 2005-03-01 Kim F. Storm <storm@cua.dk>
16379
16380 * emacs-lisp/copyright.el (copyright-fix-years): New command.
16381
16382 2005-03-01 Lute Kamstra <lute@gnu.org>
16383
16384 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16385 that debug-entry-code can be safely removed from a function while
16386 this code is being evaluated. Revert the 2005-02-27 change as the
16387 new implementation no longer requires it. Make sure that a
16388 function body containing just a string is not mistaken for a docstring.
16389 (debug): Skip one more frame in case of debug on entry.
16390 (debugger-setup-buffer): Delete one more frame line in case of
16391 debug on entry.
16392 (debugger-frame-number): Update to use the new text introduced by
16393 the 1999-11-03 change. Skip one more frame in case of debug on entry.
16394
16395 2005-02-28 Kim F. Storm <storm@cua.dk>
16396
16397 * double.el (double-translate-key): Call force-window-update after
16398 read-event to avoid crash in redisplay.
16399
16400 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
16401
16402 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16403 (debug): Use it. Move the inhibit-trace earlier.
16404 (debug-entry-code): New const.
16405 (debug-on-entry-1): Use it.
16406
16407 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
16408
16409 * international/utf-16.el (ccl-encode-mule-utf-16le):
16410 Fix BUFFER_MAGNIFICATION to 2.
16411 (ccl-encode-mule-utf-16be): Likewise.
16412
16413 2005-02-28 Kenichi Handa <handa@m17n.org>
16414
16415 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16416 Fix BUFFER_MAGNIFICATION to 4.
16417 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16418
16419 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
16420
16421 * speedbar.el (speedbar-update-flag): Doc fix.
16422 (speedbar-show-info-under-mouse): Give set-mouse-position the right
16423 argument.
16424
16425 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16426
16427 * reveal.el (reveal-post-command): Don't try to reveal overlays which
16428 have a non-nil `invisible' property but are actually visible.
16429
16430 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16431 for perldoc sections.
16432 (perl-outline-regexp, perl-outline-level): New var and function.
16433 (perl-mode): Use them.
16434
16435 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
16436
16437 * calendar/diary-lib.el (diary-remind): Discard any mark portion
16438 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16439
16440 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
16441
16442 * cus-edit.el: Comment change.
16443 (custom-buffer-create-internal): Slightly reword text at top of
16444 Custom buffers. Mention there that saving an option edits the
16445 init file. Add link to Emacs manual node on `custom-file'.
16446 (custom-magic-alist): Rewrite individual State messages to use
16447 capitalized keywords. Doc fix.
16448
16449 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
16450
16451 * calendar/calendar.el (calendar-buffer): Move above
16452 calendar-week-start-day.
16453 (calendar-week-start-day): Doc fix. Add :set function.
16454 (calendar-minimum-window-height): New variable.
16455 (generate-calendar-window): Only resize window if selected-window
16456 is displaying the calendar buffer. Use new variable
16457 calendar-minimum-window-height.
16458 (generate-calendar): Reword error message.
16459 (calendar-mode-map): Bind DEL to scroll-other-window-down.
16460
16461 2005-02-27 Andreas Schwab <schwab@suse.de>
16462
16463 * vc.el (vc-do-command): Don't run command asynchronously when
16464 operating in a remote directory.
16465
16466 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16467 change from sync with Tramp 2.0.47.
16468
16469 2005-02-27 Richard M. Stallman <rms@gnu.org>
16470
16471 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16472
16473 * textmodes/flyspell.el (flyspell-mode-on):
16474 Call ispell-change-dictionary only if necessary.
16475
16476 * emacs-lisp/re-builder.el (regexp-builder): New function.
16477
16478 * register.el (describe-register-1): Explicitly handle
16479 yank-excluded-properties = t.
16480
16481 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16482 (custom-magic-alist): Change the status descriptions again.
16483 (face widget-type): Total rewrite based on `restricted-sexp'
16484 to eliminate the confusing double hiding levels.
16485
16486 * emacs-lisp/debug.el (debug-on-entry-1):
16487 If function body is empty, add nil as body form.
16488
16489 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16490
16491 * emacs-lisp/trace.el (inhibit-trace): New var.
16492 (trace-make-advice): Use it.
16493
16494 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16495
16496 2005-02-26 Kim F. Storm <storm@cua.dk>
16497
16498 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16499 (mouse-on-link-p, mouse-drag-region-1): Use it.
16500
16501 2005-02-25 Lute Kamstra <lute@gnu.org>
16502
16503 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16504
16505 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
16506
16507 * frame.el (blink-cursor-mode): Add :group keyword.
16508
16509 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
16510
16511 * calendar/icalendar.el (icalendar--decode-isodatetime):
16512 New optional argument DAY-SHIFT.
16513 (icalendar-export-region): Fix coding-system-for-write.
16514 (icalendar--convert-ical-to-diary): Shift end-day of all-day
16515 events by one.
16516
16517 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16518
16519 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16520
16521 2005-02-24 Kim F. Storm <storm@cua.dk>
16522
16523 * international/iso-acc.el (iso-accents-compose): Fix crash
16524 during redisplay. Call force-window-update after read-event
16525 and delete-region to signal that window is not accurate.
16526
16527 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16530 Remove unused and inexistent var `inhibit-trace'.
16531 (debugger-mode): Use run-mode-hooks.
16532 (debugger-list-functions): Add buttons; setup xref stack.
16533
16534 2005-02-23 Richard M. Stallman <rms@gnu.org>
16535
16536 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16537 appointment says it was explicitly made.
16538 (appt-add): Set the 3rd element.
16539 (appt-make-list): Preserve explicit appointments.
16540
16541 * subr.el (find-tag-default): Catch errors in forward-sexp.
16542
16543 2005-02-23 Juri Linkov <juri@jurta.org>
16544
16545 * info.el (Info-isearch-search): New defcustom.
16546 (Info-isearch-search): Call the default isearch function
16547 when Info-isearch-search is nil.
16548 (Info-isearch-wrap): Use variable Info-isearch-search.
16549
16550 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
16551
16552 * cus-edit.el: Comment change.
16553
16554 2005-02-22 Kim F. Storm <storm@cua.dk>
16555
16556 * progmodes/hideif.el (hide-ifdef-use-define-alist):
16557 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
16558
16559 2005-02-22 Simon Josefsson <jas@extundo.com>
16560
16561 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16562 New variable.
16563 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
16564 Oskarsson" <myrkraverk@users.sourceforget.net>.
16565
16566 2005-02-22 Kim F. Storm <storm@cua.dk>
16567
16568 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16569 check that window of that event is the selected window.
16570 (mouse-drag-region-1): Compare mouse event window to selected
16571 window before setting point.
16572
16573 * tooltip.el (tooltip-show-help-function): Pass event to
16574 mouse-on-link-p so it can check selected window.
16575
16576 2005-02-22 Kenichi Handa <handa@m17n.org>
16577
16578 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16579 (ps-mule-show-warning): New function.
16580 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16581 characters are found.
16582
16583 * ps-print.el (ps-header-footer-string): Return a list of header
16584 and footer strings.
16585
16586 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16587
16588 * pcvs.el (cvs-retrieve-revision): Fix thinko.
16589
16590 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16591
16592 * frame.el (blink-cursor-mode): Use define-minor-mode.
16593
16594 * term/mac-win.el (function-key-map): Use char-names more consistently.
16595 (file-name-coding-system): Only set it for MacOS-9. The other case is
16596 already handled in mule-cmds.el (where it also works when mac-win.el
16597 is not used).
16598
16599 2005-02-21 Kenichi Handa <handa@m17n.org>
16600
16601 * international/mule.el (ctext-pre-write-conversion): Always use
16602 " *code-converting-work*" buffer for work.
16603
16604 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16605
16606 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
16607
16608 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16609
16610 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
16611
16612 * ses.el (undo-more): Restore defadvice, but only the part that
16613 allows changes outside the restricted area of the buffer.
16614
16615 2005-02-20 Kim F. Storm <storm@cua.dk>
16616
16617 * simple.el (line-move): Add fourth optional arg try-vscroll which
16618 must be set to perform auto-window-vscroll.
16619 When moving backwards and doing auto-window-vscroll, automatically
16620 vscroll to the last part of lines which are taller than the window.
16621 (next-line, previous-line): Set try-vscroll arg on line-move.
16622
16623 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16624
16625 * replace.el (query-replace, query-replace-regexp)
16626 (replace-string, replace-regexp): When operating on region, make
16627 the minibuffer prompt say so.
16628
16629 * isearch.el (isearch-forward): Document isearch-query-replace and
16630 isearch-query-replace-regexp keybindings.
16631
16632 2005-02-19 Jay Belanger <belanger@truman.edu>
16633
16634 * calc/calc-aent.el (math-read-token): Add local variable.
16635
16636 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16637 (calc-edit-top): Move declaration to earlier in file.
16638 (calc-edit-macro-repeats): Add local variables.
16639
16640 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16641 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16642 calcFunc-tanh.
16643 Adjust integration rule for calcFunc-tan.
16644
16645 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16646
16647 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16648 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16649 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16650 (viper-skip-separators): Bug fix.
16651 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16652 particular major mode.
16653 (viper-del-backward-char-in-replace): Don't put deleted char on the
16654 kill ring.
16655
16656 * viper-ex.el (viper-color-display-p): New function.
16657 (viper-has-face-support-p): Use viper-color-display-p.
16658
16659 * viper-keym.el (viper-gnus-modifier-map): New keymap.
16660
16661 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16662
16663 * viper-util.el (viper-glob-unix-files): Fix shell status check.
16664 (viper-file-remote-p): Make equivalent to file-remote-p.
16665
16666 * viper.el (viper-major-mode-modifier-list):
16667 Use viper-gnus-modifier-map.
16668
16669 2005-02-19 David Kastrup <dak@gnu.org>
16670
16671 * subr.el (subregexp-context-p): Fix garbled doc string by adding
16672 quoting.
16673
16674 2005-02-19 Jay Belanger <belanger@truman.edu>
16675
16676 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16677 Remove extra definitions.
16678 (calc-coth): New function.
16679 (calcFunc-cot): Fix `let'.
16680
16681 2005-02-19 Eli Zaretskii <eliz@gnu.org>
16682
16683 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16684 the reasons we use "type pc" in these faces.
16685
16686 * button.el (button): Ditto.
16687
16688 2005-02-19 Michael Mauger <mmaug@yahoo.com>
16689
16690 * replace.el (query-replace-read-from): Set the value of
16691 query-replace-from-history-variable to handle the case of an empty
16692 string entered to accept the suggested default.
16693
16694 * net/tramp.el (tramp-file-name-for-operation):
16695 Use dired-call-process instead of dired-call-process-command.
16696
16697 2005-02-19 Jay Belanger <belanger@truman.edu>
16698
16699 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16700 (math-div-non-trig): New variables.
16701 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16702 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16703 (math-combine-prod, math-div-symb-fancy): Add simplifications for
16704 trig expressions.
16705
16706 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
16707
16708 * progmodes/gdb-ui.el (gdb-var-update-handler)
16709 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16710 for watch expressions,
16711 (gdb-var-create-handler): Don't set speedbar-update-flag.
16712 (gdb-post-prompt): Simplify test for speedbar.
16713
16714 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16715
16716 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16717 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16718 we use the syntax table of the correct buffer.
16719 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16720 Felix Gatzemeier.
16721
16722 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16723 (ediff-file-remote-p): Make synonymous with file-remote-p.
16724 In all deffaces ediff-*-face-*, use min-colors.
16725
16726 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16727 ediff-recurse-to-subdirectories.
16728 (ediff-mark-if-equal): Check that the arguments are strings, use
16729 ediff-same-contents (after to Felix Gatzemeier).
16730
16731 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16732 nil.
16733
16734 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16735
16736 * log-view.el (log-view-message-re): Fix up Subversion regexp.
16737
16738 2005-02-18 David Kastrup <dak@gnu.org>
16739
16740 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16741 use `mark-active' when defined.
16742
16743 2005-02-18 Kenichi Handa <handa@m17n.org>
16744
16745 * ps-print.el (ps-font-info-database): New entry
16746 ZapfChancery-MediumItalic with correct font name. Fix font name
16747 of the entry Zapf-Chancery-MediumItalic.
16748
16749 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
16750
16751 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16752
16753 2005-02-16 Kim F. Storm <storm@cua.dk>
16754
16755 * ido.el (ido-fallback-command): Pass user input to fallback command.
16756
16757 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16758
16759 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16760 (gdb-find-file-hook): Add server prefix.
16761
16762 2005-02-16 Richard M. Stallman <rms@gnu.org>
16763
16764 * replace.el (perform-replace): Pass new args to replace-highlight.
16765 (replace-highlight): Take region args,
16766 and pass them to isearch-lazy-highlight-new-loop.
16767
16768 * novice.el (disabled-command-hook): Autoload the defalias
16769 and the make-obsolete-variable call.
16770
16771 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16772
16773 * isearch.el (isearch-lazy-highlight-start-limit)
16774 (isearch-lazy-highlight-end-limit): New variables limit
16775 the region for highlighting.
16776 (isearch-lazy-highlight-new-loop): New args BEG and END.
16777 (isearch-lazy-highlight-search): Use the new vars.
16778 (isearch-lazy-highlight-update): Likewise.
16779
16780 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16781
16782 * cus-start.el (all): Use default-boundp.
16783
16784 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
16785
16786 * menu-bar.el (menu-bar-select-frame): Handle current frame.
16787
16788 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
16789
16790 * autorevert.el (auto-revert-stop-on-user-input)
16791 (auto-revert-verbose): Doc fixes.
16792
16793 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
16794
16795 * international/mule-cmds.el (set-locale-environment): Remove call
16796 to set-selection-coding-system on Windows.
16797
16798 2005-02-15 Jay Belanger <belanger@truman.edu>
16799
16800 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16801 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16802 calcFunc-coth.
16803 (math-simplify-sqrt): Add simplifications.
16804
16805 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16806 to list.
16807
16808 * calc/calc-ext.el: Add functions to autoloads.
16809
16810 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16811 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16812 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16813 (math-csc-raw, math-cot-raw): New functions.
16814
16815 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16816
16817 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16818 the variable name in a message.
16819
16820 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16821 calcFunc-csc, calcFunc-cot.
16822
16823 * calc/calcalg2.el: Add derivative and integration rules for
16824 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16825 calcFunc-csch, calcFunc-coth.
16826 (math-do-integral-methods): Add to checks for when to use
16827 substitutions.
16828
16829 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16830
16831 2005-02-15 Lute Kamstra <lute@gnu.org>
16832
16833 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16834 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
16835 <monnier@iro.umontreal.ca>
16836 (lisp-outline-level): Improve efficiency. Suggested by David
16837 Kastrup <dak@gnu.org>.
16838
16839 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
16840
16841 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16842 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16843 (gdb-set-gud-minor-mode-existing-buffers): New functions.
16844 (gdb-find-file-hook): New hook. Add it to find-file-hook.
16845 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
16846
16847 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
16848
16849 * cus-start.el (all): Comment change.
16850
16851 2005-02-14 Lute Kamstra <lute@gnu.org>
16852
16853 * cus-start.el (all): Check if symbol is void.
16854
16855 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
16856
16857 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
16858 optional argument to \cite.
16859
16860 2005-02-14 Richard M. Stallman <rms@gnu.org>
16861
16862 * cus-edit.el (custom-buffer-create-internal): Update help message.
16863 (custom-magic-alist): Update help messages.
16864
16865 * cus-start.el (all): Allow a var to specify a standard value.
16866
16867 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
16868
16869 * custom.el (custom-theme-set-variables): Handle variable aliases.
16870
16871 * frame.el (blink-cursor-timer): Doc fix.
16872 (blink-cursor): Make it an alias for `blink-cursor-mode' and
16873 declare obsolete.
16874 (blink-cursor-mode): Define with defcustom and use correct
16875 standard expression in that defcustom.
16876 * startup.el (command-line): Adapt to above changes in frame.el.
16877
16878 2005-02-11 Lute Kamstra <lute@gnu.org>
16879
16880 * apropos.el (apropos-score-doc): Prevent division by zero.
16881
16882 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
16883
16884 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
16885 (icalendar--get-event-property-attributes)
16886 (icalendar--get-event-properties)
16887 (icalendar--datetime-to-diary-date): New functions.
16888 (icalendar--split-value): Doc fix.
16889 (icalendar--datetime-to-noneuropean-date)
16890 (icalendar--datetime-to-european-date): New optional argument
16891 SEPARATOR. Return result as a string instead of a list.
16892 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
16893 (icalendar--convert-string-for-export): Rename arg S to STRING.
16894 (icalendar-export-region): Doc fix. Change name of error buffer.
16895 Save output buffer.
16896 (icalendar-import-file): Add blank at end of prompt.
16897 (icalendar-import-buffer): Doc fix. Do not switch to error
16898 buffer. Indicate status in return value.
16899 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
16900 buffer. Save output buffer. Handle exception from recurrence
16901 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
16902 events. Fix problems with weekly all-day events.
16903
16904 2005-02-10 Richard M. Stallman <rms@gnu.org>
16905
16906 * simple.el (eval-expression-print-format):
16907 Avoid warning about edebug-active.
16908
16909 * help.el (help-for-help-internal): Rename from help-for-help.
16910 (help-for-help): Define with defalias.
16911
16912 * font-core.el (font-lock-default-function): Use with-no-warnings.
16913
16914 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
16915
16916 * custom.el (defface): Doc fix.
16917
16918 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
16919
16920 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
16921 width 0" to prevent word wrapping problems.
16922
16923 2005-02-09 Kim F. Storm <storm@cua.dk>
16924
16925 * ido.el (ido-file-extensions-order): New defcustom.
16926 (ido-file-extension-lessp, ido-file-extension-aux)
16927 (ido-file-extension-order): New advanced file ordering.
16928 (ido-file-lessp): New simple file ordering.
16929 (ido-sort-list): Remove.
16930 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
16931 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
16932
16933 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
16934
16935 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
16936 that some versions of grep produce.
16937 (grep-mode-font-lock-keywords): Likewise.
16938
16939 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
16940
16941 * progmodes/gdb-ui.el (gdb-location-list): New variable.
16942 (gdb-cdir): Delete.
16943 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
16944 (gdb-source-info): Treat case when source file is in another
16945 directory properly.
16946 (gdb-get-location): New function.
16947
16948 2005-02-07 Jay Belanger <belanger@truman.edu>
16949
16950 * calc/calc-prog.el (calc-write-parse-table-part)
16951 (calc-fix-token-name): Fix a check for language type.
16952
16953 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
16954
16955 2005-02-07 Andre Spiegel <spiegel@gnu.org>
16956
16957 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
16958 as directory not writable.
16959
16960 2005-02-07 Kim F. Storm <storm@cua.dk>
16961
16962 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
16963 (cua--standard-movement-commands): Remove list.
16964 Instead, set CUA property value to move for movement commands.
16965 (cua-movement-commands): Remove. Users must set CUA prop instead.
16966 (cua--pre-command-handler): Check CUA property.
16967 (cua--init-keymaps): Don't remap undo commands.
16968 (cua-mode): Don't call cua--rectangle-on-off.
16969
16970 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
16971 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
16972 (cua--rect-undo-set-point): New var.
16973 (cua--rectangle-undo-boundary): Setup undo apply entry.
16974 (cua--rect-undo-handler): New function for rectangle undo.
16975 (cua--rect-start-position, cua--rect-end-position): Add.
16976 (cua--rectangle-post-command): Call cua--rectangle-set-corners
16977 for restored rectangle. Set point if cua--rect-undo-set-point.
16978
16979 2005-02-06 Jay Belanger <belanger@truman.edu>
16980
16981 * calc/calc-lang.el (calc-tex-language): Display more information
16982 in messages.
16983
16984 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
16985 in TeX mode.
16986
16987 2005-02-06 Richard M. Stallman <rms@gnu.org>
16988
16989 * emacs-lisp/lisp.el (buffer-end): Doc fix.
16990
16991 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
16992
16993 * net/ldap.el (ldap-search-internal): Support attributes with
16994 optional descriptions separated by a semi-colon, as in
16995 "userCertificate;binary".
16996
16997 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16998
16999 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17000 isn't a cons (i.e. the version is 0).
17001
17002 2005-02-05 Eli Zaretskii <eliz@gnu.org>
17003
17004 * help.el (help-for-help): Doc fix.
17005
17006 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
17007
17008 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
17009 GDB-Windows on the menu-bar as this works better.
17010
17011 2005-02-04 Jay Belanger <belanger@truman.edu>
17012
17013 * calc/calc-embed.el (calc-embedded-update): Don't put in
17014 unnecessary newlines. Adjust the end of formula marker.
17015
17016 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17017 (math-latex-parse-two-args): New function.
17018
17019 2005-02-03 Lute Kamstra <lute@gnu.org>
17020
17021 * help-fns.el (help-with-tutorial): Make sure that users cannot
17022 remove the entire text of the tutorial by means of `undo'.
17023
17024 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17027 in recent changes, where the ispell process was repeatedly
17028 killed & restarted.
17029
17030 * international/mule-cmds.el (set-locale-environment): Set file-name
17031 coding system to utf-8 on Darwin systems.
17032 (set-default-coding-systems): Don't set default-file-name-coding-system
17033 on Darwin systems.
17034
17035 2005-02-03 Richard M. Stallman <rms@gnu.org>
17036
17037 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17038
17039 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
17040
17041 * faces.el (list-faces-display): Add optional argument.
17042
17043 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17044
17045 * font-core.el (font-lock-default-function): Handle the rare case where
17046 only font-lock-keywords is set.
17047
17048 2005-02-02 Kenichi Handa <handa@m17n.org>
17049
17050 * international/characters.el: Cancel previous change for
17051 I-WITH-DOT-ABOVE and DOTLESS-i.
17052
17053 * international/latin-5.el: Cancel previous change.
17054
17055 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
17056
17057 * progmodes/gud.el: Correction to syntax in gud-menu-map.
17058
17059 2005-02-02 Kenichi Handa <handa@m17n.org>
17060
17061 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17062 DOTLESS-i.
17063
17064 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17065 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17066
17067 * case-table.el (get-upcase-table): New function.
17068 (copy-case-table): Copy upcaes table too if non-nil.
17069 (set-case-syntax-delims): Maintain upcase table too.
17070 (set-case-syntax-pair): Likewise.
17071 (set-upcase-syntax, set-downcase-syntax): New functions.
17072 (set-case-syntax): Maintain upcase table too.
17073
17074 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
17075
17076 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17077
17078 * progmodes/gud.el (gud-goto-info): New function.
17079 (gud-tool-bar-map): Use correct icon.
17080
17081 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17082
17083 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17084 When delegating, order args in the funcall correctly.
17085
17086 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
17087
17088 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17089
17090 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
17091
17092 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17093 buffer not visiting a file.
17094
17095 2005-01-31 Jay Belanger <belanger@truman.edu>
17096
17097 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17098 bound on the line with the formula.
17099
17100 2005-01-31 Kim F. Storm <storm@cua.dk>
17101
17102 * ses.el (ses-create-cell-variable-range)
17103 (ses-destroy-cell-variable-range, ses-reset-header-string)
17104 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17105 (ses-insert-row): Fix format of apply undo entries.
17106
17107 2005-01-31 Jay Belanger <belanger@truman.edu>
17108
17109 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17110 parts.
17111
17112 * calc/calc-embed.el (calc-embedded-open-formula)
17113 (calc-embedded-close-formula): Ignore matrix environments.
17114
17115 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17116 TeX mode.
17117
17118 * calc/calc-lang.el (math-function-table, math-oper-table)
17119 (math-variable-table): Adjust the LaTeX portions.
17120
17121 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17122 (math-latex-ignore-words): New constant.
17123
17124 2005-01-31 Richard M. Stallman <rms@gnu.org>
17125
17126 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17127 (ispell-local-dictionary): Doc fix.
17128 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17129 Don't reinitialize at run time. Don't defcustom.
17130 All uses changed to append ispell-local-dictionary-alist,
17131 or check it first.
17132 (ispell-current-dictionary): New variable for dictionary in use.
17133 (ispell-dictionary): Now used only for global default.
17134 (ispell-start-process): Set ispell-current-dictionary,
17135 not ispell-dictionary.
17136 (ispell-change-dictionary): Use this only for setting
17137 user preferences.
17138 (ispell-internal-change-dictionary): New function
17139 to change the current dictionary in use.
17140 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17141 Use ispell-current-dictionary.
17142 Handle ispell-local-dictionary-overridden.
17143 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17144
17145 2005-01-31 Jay Belanger <belanger@truman.edu>
17146
17147 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17148
17149 * calc/calc-ext.el: Add calc-latex-language to autoloads.
17150 (calc-mode-map): Add calc-latex-language.
17151
17152 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17153 (math-latex-print-frac): New functions.
17154 (math-oper-table, math-function-table, math-variable-table)
17155 (math-complex-format, math-input-filter): Add latex properties.
17156 (calc-set-language): Set math-expr-special-function-mapping.
17157
17158 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17159 (calc-write-parse-table-part): Add LaTeX support.
17160
17161 * calc/calc.el (calc-language): Adjust docstring.
17162 (calc-set-mode-line): Add LaTeX support.
17163 (math-expr-special-function-mapping): New variable.
17164 (math-tex-ignore-words): Add to list.
17165
17166 * calc/calccomp.el (math-compose-expr, math-compose-rows):
17167 Add LaTeX support.
17168 (math-compose-expr): Add support for special functions.
17169
17170 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17171
17172 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
17173
17174 * progmodes/gdb-ui.el (gdb-memory-address)
17175 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17176 (gdb-memory-mode-map, gdb-memory-format-keymap)
17177 (gdb-memory-format-menu, gdb-memory-unit-keymap)
17178 (gdb-memory-unit-menu): New variables for a buffer
17179 that lets the user examine program memory.
17180 (gdb-memory-set-address, gdb-memory-set-repeat-count)
17181 (gdb-memory-format-binary, gdb-memory-format-octal)
17182 (gdb-memory-format-unsigned, gdb-memory-format-signed)
17183 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17184 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17185 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17186 (gdb-memory-unit-byte, gdb-memory-unit-menu)
17187 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17188 (gdb-memory-mode, gdb-memory-buffer-name)
17189 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17190 New functions for above buffer.
17191
17192 2005-01-30 Richard M. Stallman <rms@gnu.org>
17193
17194 * cus-edit.el (custom-bury-buffer): Function deleted.
17195 (custom-buffer-done-function): Option deleted.
17196 (custom-buffer-done-kill): New replacement option.
17197 (Custom-buffer-done): Call quit-window.
17198 (custom-buffer-create-internal): Update for above changes.
17199
17200 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
17201
17202 * simple.el (undo-ask-before-discard): New var.
17203 (undo-outer-limit-truncate): Implement it.
17204 (undo-extra-outer-limit): Doc update.
17205
17206 2005-01-29 Richard M. Stallman <rms@gnu.org>
17207
17208 * ses.el (undo-more): Delete defadvice.
17209 (ses-begin-change): Doc fix.
17210
17211 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17212 instead of rebinding C-x u and C-_.
17213
17214 * files.el (normal-backup-enable-predicate): Return nil for files
17215 in /tmp, regardless of temporary-file-directory.
17216
17217 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17218
17219 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17220 (open-rectangle, delete-whitespace-rectangle-line)
17221 (clear-rectangle-line): If FILL, pass t instead of FILL
17222 for move-to-column's 2nd arg.
17223
17224 * simple.el (undo): Fix the test for continuing a series of undos.
17225 (undo-more): Set pending-undo-list to t when we reach end.
17226 (pending-undo-list): Move up defvar.
17227
17228 * wid-edit.el (widget-button-click):
17229 Shorten the range of the track-mouse binding.
17230
17231 * comint.el (comint-insert-input): Undo previous changes;
17232 use last-input-event in interactive spec.
17233
17234 2005-01-29 Eli Zaretskii <eliz@gnu.org>
17235
17236 * progmodes/compile.el (compilation-start): Bind buffer-read-only
17237 to nil before invoking call-process. Reset buffer's modified flag
17238 after fontifying it in the no-async branch.
17239
17240 * wid-edit.el (widget-specify-button): If mouse pointer shape
17241 cannot be changed, use mouse face instead.
17242
17243 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
17244
17245 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17246 (gdb-goto-breakpoint): Make breakpoint handling work on template
17247 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
17248 (gdb-assembler-custom): Update to recognize breakpoint information
17249 added on 2005-01-19.
17250
17251 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17252
17253 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
17254 (dsssl-mode): Use define-derived-mode.
17255 (scheme-mode-initialize): Remove.
17256 (scheme-mode): Use run-mode-hooks.
17257
17258 * cus-edit.el (customize-group-other-window)
17259 (custom-buffer-create-other-window): Don't override special-display-*.
17260 (custom-mode-map): Make it dense.
17261
17262 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
17263 sets the default value.
17264
17265 2005-01-28 Eli Zaretskii <eliz@gnu.org>
17266
17267 * descr-text.el: Add more keywords.
17268
17269 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17270
17271 * speedbar.el: Avoid unnecessary use of locate-library.
17272
17273 * international/mule-cmds.el (standard-display-european-internal):
17274 Don't fiddle with latin-1 non-break space any more since it's now
17275 special cased in the C code.
17276 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
17277
17278 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
17279
17280 * cus-start.el (all): Add `undo-outer-limit'.
17281
17282 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17283
17284 * textmodes/bibtex.el (bibtex-format-entry):
17285 Use `bibtex-empty-field-re' only on the text of fields, not on entire
17286 field lines.
17287 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
17288 not on part of a buffer.
17289
17290 2005-01-25 Lute Kamstra <lute@gnu.org>
17291
17292 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17293 nonempty field text strings like "{letters\\macro{}more letters}".
17294 Clarify docstring.
17295 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17296 (bibtex-entry-offset, bibtex-parse-association)
17297 (bibtex-parse-field-name): Fix typos in docstrings.
17298 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17299
17300 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
17301
17302 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17303 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17304 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17305 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17306
17307 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17308 isearch minor mode.
17309
17310 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
17311
17312 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17313
17314 2005-01-24 Lute Kamstra <lute@gnu.org>
17315
17316 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17317 CASECHARS and NOT-CASECHARS regular expressions of the
17318 "nederlands" and "nederlands8" dictionaries to prevent a "Range
17319 striding over charsets" error.
17320
17321 2005-01-24 Jay Belanger <belanger@truman.edu>
17322
17323 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17324 display variable name.
17325
17326 2005-01-24 Kenichi Handa <handa@m17n.org>
17327
17328 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17329 Fix setting of the element of encoded-kbd-iso2022-invocations.
17330
17331 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
17332
17333 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17334 (gdb-threads-select): Change to also accept mouse events.
17335 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17336 (gdb-threads-mouse-select): Delete.
17337
17338 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
17339
17340 * files.el (insert-directory): Take care of empty directory,
17341 listed without -a switch.
17342
17343 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17344
17345 * textmodes/refill.el (refill-post-command-function):
17346 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17347 to the list of functions that we should be careful not to undo.
17348 (refill-late-fill-paragraph-function): Remove.
17349 (refill-saved-state): New var.
17350 (refill-mode): Use it to save fill-paragraph-function.
17351 Save also the value of auto-fill-function.
17352
17353 * term/w32-win.el: Simplify code.
17354
17355 2005-01-23 Kim F. Storm <storm@cua.dk>
17356
17357 * simple.el (line-move): Adapt to new return value from
17358 pos-visible-in-window-p.
17359
17360 * simple.el (line-move): Fix last change. Check partial
17361 visibility at point rather than at window-start.
17362
17363 2005-01-22 Jason Rumney <jasonr@gnu.org>
17364
17365 * term/w32-win.el (xw-defined-colors): Remove debug-message.
17366
17367 2005-01-22 David Kastrup <dak@gnu.org>
17368
17369 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17370
17371 2005-01-22 Eli Zaretskii <eliz@gnu.org>
17372
17373 * type-break.el (type-break-mode): Add a test for
17374 type-break-file-name being non-nil.
17375
17376 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
17377
17378 * net/eudc.el (top level): Call (message "") via progn, so that
17379 eudc-options-file is loaded.
17380
17381 2005-01-22 Kim F. Storm <storm@cua.dk>
17382
17383 * simple.el (line-move-1): Rename from line-move.
17384 (line-move): New function that adjusts vscroll for partially
17385 visible rows, and calls line-move-1 otherwise.
17386
17387 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
17388
17389 * pcomplete.el: Define pcomplete-read-event instead of read-event,
17390 since it's not a complete read-event implementation
17391
17392 2005-01-20 Jay Belanger <belanger@truman.edu>
17393
17394 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17395 for called function.
17396
17397 2005-01-20 Steven Tamm <steventamm@mac.com>
17398
17399 * term/mac-win.el (process-connection-type): Remove.
17400 Controlled now by s/darwin.h:PTY_ITERATION.
17401
17402 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17403
17404 * window.el (handle-select-window): Don't switch window when we're
17405 in the minibuffer.
17406
17407 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
17408
17409 * subr.el (dotimes-with-progress-reporter): New macro.
17410
17411 * ses.el (ses-dotimes-msg): Remove macro.
17412 Use `dotimes-with-progress-reporter' instead.
17413
17414 2005-01-19 Steven Tamm <steventamm@mac.com>
17415
17416 * term/mac-win.el (process-connection-type): Use new
17417 operating-system-release variable to use ptys on Darwin 7 (OS X
17418 10.3) when using carbon build.
17419
17420 2005-01-19 Jay Belanger <belanger@truman.edu>
17421
17422 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17423 flags if the last command was a tab or M-tab.
17424
17425 * calc/calc-prog.el (calc-user-define-edit): Put original formula
17426 in formula editing buffer.
17427
17428 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17429
17430 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17431 breakpoint image symbol in margin.
17432
17433 2005-01-19 Jay Belanger <belanger@truman.edu>
17434
17435 * calc/calc-prog.el (calc-execute-kbd-macro):
17436 Ignore calc-keep-arg-flag.
17437
17438 2005-01-19 Kenichi Handa <handa@m17n.org>
17439
17440 * textmodes/ispell.el (ispell-looking-at): New function.
17441 (ispell-process-line): Use ispell-looking-at to compare the ispell
17442 output and the buffer contents.
17443
17444 2005-01-18 Jay Belanger <belanger@truman.edu>
17445
17446 * calc/calc.el (calc-display-raw): Fix docstring.
17447
17448 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17449
17450 * simple.el (blink-matching-open): Strip extra info from syntax.
17451
17452 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17453 funny chars in the end-of-here-doc marker.
17454
17455 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17456
17457 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17458 that enable/disabled state of breakpoints is shown correctly in
17459 fringe and on ttys.
17460 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17461 Add breakpoint information as text properties.
17462 (gdb-mouse-toggle-breakpoint):
17463 Rename to gdb-mouse-set-clear-breakpoint.
17464 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
17465 breakpoints in the margin.
17466 (gdb-remove-strings): Simplify.
17467
17468 2005-01-17 Jay Belanger <belanger@truman.edu>
17469
17470 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17471 erasing buffer.
17472
17473 2005-01-17 Richard M. Stallman <rms@gnu.org>
17474
17475 * progmodes/grep.el (grep-find): Copy from `grep' the condition
17476 for calling grep-compute-defaults.
17477
17478 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17479 if buffer is empty.
17480
17481 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17482
17483 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
17484
17485 * hilit-chg.el (highlight-changes-mode): Don't autoload.
17486
17487 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17488 non-preloaded variables.
17489
17490 2005-01-17 Steven Tamm <steventamm@mac.com>
17491
17492 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17493 tex-shell cause to force interactivity when using pipes.
17494
17495 2005-01-17 Kim F. Storm <storm@cua.dk>
17496
17497 * simple.el (just-one-space): Make arg optional.
17498
17499 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
17500
17501 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17502 posn-at-x-y to t to access left-margin.
17503
17504 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
17505
17506 Sync with Tramp 2.0.47.
17507
17508 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17509 catching keep-date problems in cp/scp operations.
17510 (tramp-handle-copy-file): Don't call `set-file-modes'
17511 unconditionally. Specialized functions should know better what is
17512 necessary. This improves performance a little bit, and the
17513 functions could catch errors with `cp -p' and `scp -p'.
17514 (tramp-do-copy-or-rename-file-via-buffer)
17515 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17516 when appropriate.
17517 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17518 Call `set-file-modes' when appropriate.
17519 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
17520 Johnsson <isak@hypergene.com>
17521 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17522 of both Tramp buffer and debug buffer. Reported by Joakim Verona
17523 <joakim@verona.se>
17524 (tramp-file-name-for-operation): Mark `shell-command' as magic for
17525 Emacs only.
17526
17527 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
17528 `find-file-hooks' and `dired-mode-hook'.
17529 (tramp-minor-mode-map): Respective map. Add remapping for
17530 `compile' and `recompile'.
17531 (tramp-remap-command, tramp-recompile): New defuns.
17532 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17533 in buffer "*Compilation*". Call the commands asynchronously.
17534
17535 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17536 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17537 `shell-command', because it isn't magic in XEmacs. Reported by
17538 Adrian Aichner <adrian@xemacs.org>.
17539
17540 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17541 `substitute-in-file-name.
17542 (tramp-smb-handle-substitute-in-file-name): New defun.
17543 (tramp-smb-advice-PC-do-completion): Delete advice.
17544
17545 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
17546
17547 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17548 Fix error in deleting region.
17549
17550 2005-01-15 Richard M. Stallman <rms@gnu.org>
17551
17552 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17553 In non-temp buffer, switch syntax table temporarily.
17554
17555 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17556
17557 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17558
17559 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17560
17561 * imenu.el (imenu--split-menu): Copy menulist before sorting.
17562 (imenu--generic-function): Use START, not BEG, as pos of definition.
17563
17564 * simple.el (just-one-space): Argument specifies number of spaces.
17565
17566 * simple.el (eval-expression-print-format): Avoid warning
17567 about edebug-active.
17568
17569 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
17570
17571 * progmodes/sh-script.el: Code copied from make-mode.el
17572 with small changes,
17573 (sh-mode-map): Bind C-c C-\.
17574 (sh-backslash-column, sh-backslash-align): New variables.
17575 (sh-backslash-region, sh-append-backslash): New functions.
17576
17577 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
17578
17579 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17580 (rmail-pop-password, rmail-pop-password-required): Move to
17581 rmail-obsolete group.
17582 (rmail-set-pop-password): Rename to rmail-set-remote-password.
17583 All callers updated.
17584 (rmail-get-pop-password): Rename to rmail-get-remote-password.
17585 Take an argument specifying whether it is POP or IMAP mailbox we
17586 are using. All callers updated.
17587 (rmail-pop-password-error): Rename to
17588 rmail-remote-password-error. Added mailutils-specific error message.
17589 (rmail-movemail-search-path)
17590 (rmail-movemail-variant-in-use): New variables.
17591 (rmail-remote-password, rmail-remote-password-required):
17592 New customization variables.
17593 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17594 (rmail-parse-url): New function.
17595 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17596 with GNU mailutils movemail.
17597
17598 2005-01-15 Kevin Ryde <user42@zip.com.au>
17599
17600 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17601 suffix to space, $ or '$, to correctly position point when going
17602 to @table style constants like DBL_MAX.
17603
17604 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
17605
17606 * type-break.el (type-break-mode, type-break-file-time)
17607 (type-break-file-keystroke-count, type-break-choose-file):
17608 Don't store data in or load data from the file if type-break-file-name
17609 is nil.
17610 (type-break-file-name): Doc update as per the above.
17611
17612 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
17613
17614 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17615 lookup-key might return nil; handle that.
17616
17617 2005-01-15 Alan Mackenzie <acm@muc.de>
17618
17619 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17620 rather than the element found, thus enabling the tree to be setcar'd.
17621
17622 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17623
17624 * textmodes/org.el (org-show-following-heading): New option.
17625 (org-show-hierarchy-above): Use `org-show-following-heading'.
17626 (org-cycle): Documentation fix.
17627
17628 * textmodes/org.el (orgtbl-optimized): New option
17629 (orgtbl-mode): New command, a minor mode.
17630 (orgtbl-mode-map): New variable.
17631 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17632 (orgtbl-error, orgtbl-self-insert-command)
17633 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17634
17635 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17636 a local variable in each org-mode buffer.
17637
17638 * textmodes/org.el (org-set-regexps-and-options): Rename from
17639 `org-set-regexps'. Added checking for STARTUP keyword.
17640 (org-get-current-options): Add STARTUP options.
17641 (org-table-insert-row): Make mode intelligent about when
17642 realignment is needed.
17643 (org-self-insert-command, org-delete-backward-char, org-delete-char):
17644 New commands.
17645 (org-enable-table-editor): New default value `optimized'.
17646 (org-table-blank-field): Support blanking regions if active.
17647
17648 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17649
17650 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17651 if the year is not given.
17652
17653 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17654 Add new escapes %m and %M, fixed bug with %F by adding
17655 save-match-data.
17656 (reftex-reference): Remove ?. from list of spaces.
17657 (reftex-label-info): Add automatic label prefix recognition.
17658
17659 * textmodes/reftex-index.el (reftex-index-next-phrase):
17660 Add slave parameter to call of `reftex-index-this-phrase'.
17661 (reftex-index-this-phrase): New optional argument.
17662 (reftex-index-region-phrases): Add slave parameter to call of
17663 `reftex-index-this-phrase'.
17664 (reftex-display-index): New argument redo.
17665 (reftex-index-rescan): Add 'redo to arguments of
17666 `reftex-display-index'.
17667 (reftex-index-Rescan, reftex-index-revert)
17668 (reftex-index-switch-index-tag): Add 'redo to arguments of
17669 `reftex-display-index'.
17670 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17671 indexing. Fix bug with matching is there is a quote before or
17672 after the word.
17673
17674 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17675 Fix bug when collecting citation keys in lines with comments.
17676 (reftex-citation): Prefix argument no longer rescans the document,
17677 but forces prompting for optional arguments of cite macros.
17678 (reftex-do-citation): Prompting for optional arguments implemented.
17679
17680 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17681 Add optional arguments to most cite commands.
17682 (reftex-cite-cleanup-optional-args): New option
17683 (reftex-cite-prompt-optional-args): New option.
17684 (reftex-trust-label-prefix): New option.
17685
17686 * textmodes/reftex-toc.el (reftex-toc-find-section):
17687 Add push-mark before changing the position in the buffer.
17688
17689 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17690 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17691
17692 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
17693
17694 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17695 more carefully.
17696
17697 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17698
17699 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17700 (sgml-mode): Use it.
17701 (sgml-get-context): Better keep track of implicitly closed tags.
17702
17703 2005-01-13 Kenichi Handa <handa@m17n.org>
17704
17705 * textmodes/ispell.el: These changes are to fix misalignment error
17706 caused by equivalent characters of different Emacs charsets.
17707 (ispell-unified-chars-table): New variable.
17708 (ispell-get-decoded-string): New function.
17709 (ispell-get-casechars, ispell-get-not-casechars)
17710 (ispell-get-otherchars): Call ispell-get-decoded-string.
17711
17712 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17713
17714 * custom.el (custom-declare-variable): Just put symbol instead
17715 of (defvar . symbol) in `current-load-list'.
17716
17717 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17718
17719 * emacs-lisp/elint.el: Fixed typo in Commentary section.
17720
17721 2005-01-12 Jay Belanger <belanger@truman.edu>
17722
17723 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17724 to create a Calc summary.
17725
17726 2005-01-12 Kim F. Storm <storm@cua.dk>
17727
17728 * mouse.el (mouse-on-link-p): Change functionality and doc
17729 string to comply with latest description in lisp ref.
17730
17731 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
17732
17733 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17734 Enable mouse clicks on mode-line, header-line and margin.
17735 (event-type): Give mouse event symbols an 'event-kind property
17736 with value 'mouse-click.
17737
17738 2005-01-12 Juri Linkov <juri@jurta.org>
17739
17740 * facemenu.el (list-colors-display): Add new arg buffer-name.
17741 Use it. Fix docstring. Replace code for identifying duplicate
17742 colors by the name with call to `list-colors-duplicates' which
17743 identifies duplicate colors by the value unless the color
17744 is one of special Windows colors. Set truncate-lines to t.
17745 Print sorted duplicate color names on each line. Indent to 22
17746 \(the longest color name in rgb.txt) instead of 20. Optimize.
17747 (list-colors-duplicates): New function.
17748 (facemenu-color-name-equal): Delete function.
17749
17750 * facemenu.el (list-colors-print): New function created from code
17751 in list-colors-display. Print #RRGGBB at the window right edge.
17752 (list-colors-display): When temp-buffer-show-function is not
17753 defined, call list-colors-print from temp-buffer-show-hook
17754 to get the right value of window-width in list-colors-print
17755 after the buffer is displayed.
17756
17757 * simple.el (pop-mark): Move deactivate-mark out of conditional
17758 part to deactivate the active mark regardless of the state of the
17759 mark ring.
17760
17761 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17762 variables line in desktop files.
17763
17764 2005-01-12 Juri Linkov <juri@jurta.org>
17765
17766 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17767 Bring together isearch highlight related options.
17768 (lazy-highlight): Replace group `replace' by `matching'.
17769 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17770 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17771 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17772 and declare them obsolete.
17773 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17774 (isearch-faces): Remove defgroup.
17775 (isearch-overlay, isearch-highlight, isearch-dehighlight):
17776 Move isearch highlighting code closer to lazy highlighting code.
17777
17778 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17779 (query-replace-highlight, query-replace-lazy-highlight)
17780 (query-replace): Move definitions to the beginning of the file.
17781
17782 2005-01-11 Juri Linkov <juri@jurta.org>
17783
17784 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17785 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17786 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17787
17788 * info.el (Info-history-forward): New variable.
17789 (Info-select-node): Reset Info-history-forward to nil.
17790 (Info-last): Turn into defalias.
17791 (Info-history-back): Rename from Info-last.
17792 Add current node to Info-history-forward.
17793 (Info-history-forward): New fun.
17794 (Info-mode-map): Replace Info-last by Info-history-back.
17795 Bind Info-history-forward to "r".
17796 (Info-mode-menu): Replace Info-last by Info-history-back.
17797 Fix menu item text. Add menu item for Info-history-forward.
17798 (info-tool-bar-map): Replace Info-last by Info-history-back.
17799 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
17800 for Info-history-forward.
17801 (Info-mode): Replace Info-last by Info-history-back in docstring.
17802 Add local variable Info-history-forward.
17803 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17804
17805 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17806
17807 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17808 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17809 Ignore select-window events rather than fiddle with
17810 mouse-autoselect-window.
17811
17812 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
17813
17814 * type-break.el (type-break-mode): Fix previous change.
17815
17816 2005-01-10 Jay Belanger <belanger@truman.edu>
17817
17818 * calc/calc-ext.el (calc-reset): Reset when inside embedded
17819 calculator; only reset when point is inside a calculator.
17820 Don't adjust the window height if the window takes up the whole height
17821 of the frame.
17822
17823 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17824
17825 * ebuff-menu.el (Electric-buffer-menu-mode):
17826 Preserve value of buffer-local var header-line-format.
17827
17828 2005-01-09 Jay Belanger <belanger@truman.edu>
17829
17830 * calc/calc.el (calc-mode-var-list-restore-saved-values):
17831 Make sure settings file exists before accessing it.
17832
17833 * calc/calc-embed.el (calc-embedded-subst):
17834 Replace math-multi-subst-rec, which is only supposed to be called
17835 by math-multi-subst, by math-multi-subst.
17836
17837 2005-01-09 Andre Spiegel <spiegel@gnu.org>
17838
17839 * vc.el (vc-allow-async-revert): New user option.
17840 (vc-disable-async-diff): New internal variable.
17841 (vc-revert-buffer): Use them to disable asynchronous diff.
17842
17843 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17844 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
17845 asynchronously if vc-disable-async-diff is t.
17846
17847 2005-01-09 Jay Belanger <belanger@truman.edu>
17848
17849 * calc/calc.el (defcalcmodevar): New macro.
17850 (calc-mode-var-list-restore-default-values)
17851 (calc-mode-var-list-restore-saved-values): New functions.
17852 (calc-mode-var-list): Use defcalcmodevar to define it.
17853 (calc-always-load-extensions, calc-line-numbering)
17854 (calc-line-breaking, calc-display-just, calc-display-origin)
17855 (calc-number-radix, calc-leading-zeros, calc-group-digits)
17856 (calc-group-char, calc-point-char, calc-frac-format)
17857 (calc-prefer-frac, calc-hms-format, calc-date-format)
17858 (calc-float-format, calc-full-float-format, calc-complex-format)
17859 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
17860 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
17861 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
17862 (calc-matrix-brackets, calc-language, calc-language-option)
17863 (calc-left-label, calc-right-label, calc-word-size)
17864 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
17865 (calc-display-raw, calc-internal-prec, calc-angle-mode)
17866 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
17867 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
17868 (calc-window-height, calc-display-trail, calc-show-selections)
17869 (calc-use-selections, calc-assoc-selections)
17870 (calc-display-working-message, calc-auto-why, calc-timing)
17871 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
17872 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
17873 (calc-gnuplot-default-device, calc-gnuplot-default-output)
17874 (calc-gnuplot-print-device, calc-gnuplot-print-output)
17875 (calc-gnuplot-geometry, calc-graph-default-resolution)
17876 (calc-graph-default-resolution-3d, calc-invocation-macro)
17877 (calc-show-banner): Use defcalcmodevar to declare them and set
17878 their default values.
17879
17880 * calc/calc-ext.el (calc-reset): Restore saved values of variables
17881 instead of default values (but restore default values if there is
17882 an argument of 0).
17883
17884 2005-01-09 David Kastrup <dak@gnu.org>
17885
17886 * desktop.el (desktop-restore-eager): Fix typo in type.
17887
17888 2005-01-08 Richard M. Stallman <rms@gnu.org>
17889
17890 * cus-edit.el (customize): Delete :link.
17891
17892 2005-01-08 Jay Belanger <belanger@truman.edu>
17893
17894 * calc/calc.el (calc-mode): Remove the extension from the
17895 `calc-settings-file' file name when loading it.
17896
17897 2005-01-08 Kim F. Storm <storm@cua.dk>
17898
17899 * info.el (Info-mode-map, Info-next-link-keymap)
17900 (Info-prev-link-keymap, Info-up-link-keymap):
17901 Map follow-link to mouse-face.
17902 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
17903
17904 2005-01-08 Jay Belanger <belanger@truman.edu>
17905
17906 * calc/calc.el (calc-settings-file): Change default value.
17907 Suggested by cgw in a comment in calc-mode.el.
17908
17909 * calc/calc-mode.el (calc-settings-file-name):
17910 Compare calc-settings-file to user-init-file instead of ~/.emacs.
17911 Replace ~/.emacs in a prompt by calc-settings-file.
17912
17913 2005-01-07 Lars Hansen <larsh@math.ku.dk>
17914
17915 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
17916 (desktop-lazy-idle-delay): New customizable variables.
17917 (desktop-buffer-args-list): New variable.
17918 (desktop-append-buffer-args): New function.
17919 (desktop-save): Call desktop-append-buffer-args for some buffers.
17920 (desktop-lazy-create-buffer): New function.
17921 (desktop-idle-create-buffers): New function.
17922 (desktop-read): Add message about buffers to restore lazily.
17923 (desktop-lazy-abort): New command.
17924 (desktop-clear): Call desktop-lazy-abort.
17925 (desktop-lazy-complete): New command.
17926
17927 2005-01-06 Richard M. Stallman <rms@gnu.org>
17928
17929 * emacs-lisp/find-func.el (find-face-definition):
17930 Rename from find-face.
17931
17932 2005-01-06 Kim F. Storm <storm@cua.dk>
17933
17934 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
17935
17936 * man.el (Man-xref-man-page, Man-xref-header-file)
17937 (Man-xref-normal-file): Add follow-link property.
17938
17939 2005-01-06 Jay Belanger <belanger@truman.edu>
17940
17941 * calc/calc-units.el: Make sure the proper macro definitions are
17942 available when compiling.
17943
17944 2005-01-06 Juri Linkov <juri@jurta.org>
17945
17946 * isearch.el (isearch-lazy-highlight-update):
17947 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
17948
17949 2005-01-06 Miles Bader <miles@gnu.org>
17950
17951 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
17952 (isearch-lazy-highlight-face): Use new name.
17953
17954 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * uniquify.el (uniquify-rationalize-file-buffer-names):
17957 Re-add an interactive spec.
17958 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
17959 to the same name.
17960
17961 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
17962 (isearch-update, isearch-done): Adjust calls accordingly.
17963
17964 2005-01-05 Richard M. Stallman <rms@gnu.org>
17965
17966 * custom.el (custom-set-variables, custom-theme-set-variables):
17967 Clarify documentation.
17968
17969 * emacs-lisp/find-func.el (find-variable)
17970 (find-variable-other-window, find-variable-other-frame):
17971 Fix the TYPE args to find-function-read and find-function-do-it.
17972 (find-function): Doc fix.
17973 (find-function-at-point): Replace function-at-point alias.
17974
17975 2005-01-04 Richard M. Stallman <rms@gnu.org>
17976
17977 * cus-face.el (custom-declare-face):
17978 Record defface in current-load-list.
17979
17980 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
17981
17982 * emacs-lisp/find-func.el: Doc fixes.
17983 (find-face-regexp): New variable.
17984 (find-function-regexp-alist): New variable.
17985 (find-function-C-source): Third arg is now TYPE.
17986 (find-function-search-for-symbol): Handle general TYPE.
17987 (find-function-read, find-function-do-it): Handle general TYPE.
17988 (find-definition-noselect, find-face): New functions.
17989 (function-at-point): Alias deleted.
17990
17991 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
17992
17993 * battery.el (display-battery-mode): Rename from display-battery.
17994 Handle the case where it gets turned off.
17995
17996 2005-01-04 Richard M. Stallman <rms@gnu.org>
17997
17998 * cus-edit.el (customize): Make :link point to user doc.
17999
18000 * man.el (Man-fontify-manpage): Turn off undo generation.
18001
18002 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18003
18004 2005-01-04 Andreas Schwab <schwab@suse.de>
18005
18006 * files.el (insert-directory): Only look for error lines in
18007 inserted text. Don't move too far after processing --dired markers.
18008
18009 2005-01-04 Richard M. Stallman <rms@gnu.org>
18010
18011 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18012 Don't expand if the character is @, period, dash, etc.
18013 (define-mail-abbrev): Quote names that contain problem characters.
18014
18015 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
18016
18017 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18018
18019 2005-01-03 Richard M. Stallman <rms@gnu.org>
18020
18021 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18022 (query-replace-highlight, query-replace-lazy-highlight)
18023 (query-replace): Definitions moved up. Doc fix.
18024
18025 2005-01-03 Richard M. Stallman <rms@gnu.org>
18026
18027 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18028 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18029 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18030 (lazy-highlight-face): Rename from isearch-lazy-...
18031 Change all references to them.
18032
18033 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
18034
18035 * cus-edit.el (custom-file): Doc fix for defcustom.
18036 (custom-file): The function no longer sets the variable
18037 `custom-file' to its return value.
18038
18039 * startup.el (command-line): No longer load `custom-file'.
18040
18041 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18042
18043 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18044
18045 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18046 Don't confuse module-prefixed identifiers for labels.
18047 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18048
18049 2005-01-02 Richard M. Stallman <rms@gnu.org>
18050
18051 * files.el (basic-save-buffer-1): Fix previous change.
18052
18053 * loadhist.el (file-loadhist-lookup): New function.
18054 (file-provides, file-requires): Use it.
18055
18056 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18057 instead of calculating the right size.
18058
18059 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18060
18061 * vc-svn.el (vc-svn-diff): Stay local if possible.
18062
18063 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
18064
18065 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18066
18067 * files.el (hack-local-variables): Fix last change.
18068
18069 2005-01-02 Jay Belanger <belanger@truman.edu>
18070
18071 * calc/calc-yank.el (calc-edit-top): New variable.
18072 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18073 object. Change header properties.
18074 (calc-edit-finish, calc-edit-finish-stack-object)
18075 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18076 edited object.
18077 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18078 for the beginning of the edited object.
18079 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18080 for the beginning of the edited object.
18081 * calc/calc-prog.el (calc-edit-macro-finish-edit)
18082 (calc-finish-formula-edit, calc-macro-repeats)
18083 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18084 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18085 beginning of the edited object.
18086 (calc-user-define-edit): Change the header for editing macros.
18087 Remove unnecessary variable.
18088
18089 2005-01-01 Jay Belanger <belanger@truman.edu>
18090
18091 * calc/calc-yank.el (calc-edit-mode): Change default header.
18092 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18093 * calc/calc-store.el (calc-edit-variable): Change title to match new
18094 header.
18095 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18096 mode to match new header.
18097 (calc-user-define-edit): Change titles to include names of commands.
18098 (calc-finish-formula-edit): Adjust to handle new header.
18099 (calc-finish-macro-edit): Remove.
18100 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18101 (calc-edit-macro-command, calc-edit-macro-command-type)
18102 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18103 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18104 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18105 (calc-edit-macro-finish-edit): New functions.
18106 (calc-user-define-edit): Use new functions to edit named calc macros.
18107
18108 2005-01-01 Stefan <monnier@iro.umontreal.ca>
18109
18110 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18111
18112 * ses.el (copy-region-as-kill): Deactivate mark.
18113
18114 2005-01-01 Richard M. Stallman <rms@gnu.org>
18115
18116 * replace.el (occur-1): If the output buffer is also an input,
18117 don't kill it, rename it.
18118
18119 * faces.el (set-face-background, set-face-foreground): Doc fix.
18120
18121 * cus-face.el (custom-face-attributes): Fix :help-echo strings
18122 for :foreground and :background.
18123
18124 * dired.el (dired-view-command-alist): Variable deleted.
18125 (dired-view-file, dired-mouse-find-file-other-window):
18126 Delete the code to use it.
18127
18128 2005-01-01 Kim F. Storm <storm@cua.dk>
18129
18130 * image.el (insert-sliced-image): Use t for line-height property.
18131
18132 See ChangeLog.11 for earlier changes.
18133
18134 ;; Local Variables:
18135 ;; coding: iso-2022-7bit
18136 ;; End:
18137
18138 Copyright (C) 2005 Free Software Foundation, Inc.
18139 Copying and distribution of this file, with or without modification,
18140 are permitted provided the copyright notice and this notice are preserved.
18141
18142 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1