(Fmenu_bar_start): Return a value.
[emacs.git] / lisp / ChangeLog
blob901e98c838ab2d07dc675b73e92b8b5c51ff5fec
1 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
3         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
6         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7         to C-mouse-3 (for 2 button mice).
8         (gdb-send): Do the right thing for C-d.
10         * speedbar.el (speedbar-detach): Delete.
11         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12         it breaks things.
13         (speedbar-reconfigure-keymaps): Always add extra items to pop up
14         menu.
16 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
18         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
19         Makeppfile.
21         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
22         makepp diagnostic.
24 2006-05-29  Richard Stallman  <rms@gnu.org>
26         * help.el (temp-buffer-max-height): Doc fix.
28         * subr.el (with-current-buffer): Doc fix.
30 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32         * term/x-win.el: Bind F10 to menu-bar-start if available.
34 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
36         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
37         uses with a simple test.
38         (term-set-escape-char, term-mode, term-check-kill-echo-list)
39         (term-send-raw-string, term-send-raw, term-mouse-paste)
40         (term-char-mode, term-line-mode, term-exec, term-sentinel)
41         (term-handle-exit, term-read-input-ring)
42         (term-previous-matching-input-string)
43         (term-previous-matching-input-string-position)
44         (term-previous-matching-input-from-input)
45         (term-replace-by-expanded-history, term-send-input)
46         (term-skip-prompt, term-bol, term-send-invisible)
47         (term-kill-input, term-delchar-or-maybe-eof)
48         (term-backward-matching-input, term-check-source)
49         (term-proc-query, term-emulate-terminal)
50         (term-handle-colors-array, term-process-pager, term-pager-line)
51         (term-pager-bob, term-unwrap-line, term-word)
52         (term-dynamic-complete-filename)
53         (term-dynamic-complete-as-filename)
54         (term-dynamic-simple-complete): Replace one arm ifs with whens or
55         unlesses.
57 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
59         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
60         during bootstrapping.
62         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
63         Basically undo the change of 2006-05-26: use extra arguments instead of
64         dynamic scoping.
65         (ewoc-locate): Remove unused var `footer'.
67 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
69         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
71         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
72         (generate-file-autoloads): Obey it.  Return whether autoloads were
73         added at point or not.
74         (update-file-autoloads): Use this new return value.
75         Remove redundant test for the presence of an autoload cookie.
77         * emacs-lisp/autoload.el (autoload-find-file): New fun.
78         This one calls hack-local-variables.
79         (generate-file-autoloads, update-file-autoloads): Use it.
81         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
82         (bibtex-sort-entry-class): Add safe-local-variable predicate.
83         (bibtex-sort-entry-class-alist): Don't set the global value.
84         (bibtex-init-sort-entry-class-alist): New fun.
85         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
86         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
87         of bibtex-init-sort-entry-class.
89 2006-05-28  Richard Stallman  <rms@gnu.org>
91         * subr.el (load-history-regexp): If FILE is relative, insist
92         entire last name component must match it.
93         (load-history-filename-element, load-history-regexp): Doc fixes.
95 2006-05-29  Kim F. Storm  <storm@cua.dk>
97         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
98         `pos' and `raw-data' for clarity, as eval forms may access these.
100 2006-05-28  Kim F. Storm  <storm@cua.dk>
102         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
104 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * progmodes/make-mode.el (makefile-browser-map)
107         (makefile-mode-syntax-table): Move initialization inside declaration.
108         (makefile-fill-paragraph): Use the default comment-filling code.
110 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
112         * replace.el (query-replace-defaults): New variable.
113         (query-replace-read-from): Use `query-replace-defaults' for
114         default value, instead of history list.
115         (query-replace-read-to): Update `query-replace-defaults'.
117 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
119         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
120         with no X toolkit.
122 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
124         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
125         (tumme-show-all-from-dir): Add autoload.
127 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
129         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
130         (tumme-remove-tag): Fix bug.
132 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
134         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
135         FOOTER args.  Update unique caller.
136         (ewoc-delete): Compute last node once before looping.
137         (ewoc--node-branch): Merge into unique caller.
138         (ewoc--node): Don't define constructor make-ewoc--node for this
139         structure.
140         (ewoc): Add member `hf-pp' to this structure.
141         (ewoc--wrap): New func.
142         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
143         header/footer pretty-printers.  Save header/footer pretty-printer.
144         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
146         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
148 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
150         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
151         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
152         Tag'.  Change "Compare directories..." to "Change Directories...".
153         Move tumme commands to Operate, Regexp and Immediate menus.
154         Change "Add Comment" to "Add Image Comment".  Change "Add Image
155         Tag" to "Add Image Tags".
157         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
158         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
159         `tumme-delete-tag'.
161 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
163         * shell.el (shell-mode): Call shell-dirtrack-mode after
164         list-buffers-directory is made a local variable, to avoid setting
165         the default value.
167 2006-05-26  Kevin Ryde  <user42@zip.com.au>
169         * info.el (Info-index-next): Use where-is-internal to report
170         actual binding of Info-index-next, rather than hard-coded `,'.
172 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
174         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
175         and "Find Command in Manual" to here.
177         * buff-menu.el (list-buffers-noselect): For Info buffers, use
178         Info-current-file as the file name.
180 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
182         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
183         overrides will now be done a different way.
184         (ses-set-parameter): Reapply this function for undo.
185         (ses-set-header-row): Reconstruct header row during undo.
186         (ses-widen): New function.
187         (ses-goto-data, ses-reconstruct-all): Use new function.
188         (ses-command-hook): Widen buffer during undo, before unupdating
189         the cells.
190         (ses-insert-row, ses-delete-row): Widen buffer during undo.
191         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
192         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
193         formula hasn't been executed yet.
195 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
197         * comint.el (comint-kill-whole-line): Rename arg to count.
198         Fix doc string.
200 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
202         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
203         to copy-file.
205 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
207         * simple.el (toggle-truncate-lines): Make arg optional for
208         backward compatibility.
210 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
212         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
213         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
214         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
215         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
216         (ewoc--adjust): Use ewoc--current-dll.
217         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
219 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
221         * textmodes/org.el: (org-next-item, org-previous-item): Emit more
222         compact error message.
223         (org-tags-view): Refresh category table in each file.
224         (org-table-justify-field-maybe): Remove superfluous arguments to
225         `format'.
226         (org-export-as-html): Insert "<p>" before postamble.
227         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
229 2006-05-26  Kenichi Handa  <handa@m17n.org>
231         * textmodes/po.el (po-find-charset): Pay attention to the case
232         FILENAME is a cons (NAME . BUFFER).
233         (po-find-file-coding-system-guts): Likewise.
235         * arc-mode.el (archive-set-buffer-as-visiting-file):
236         Call find-operation-coding-system with (FILENAME . BUFFER).
238         * tar-mode.el (tar-extract): Call find-operation-coding-system
239         with (FILENAME . BUFFER).
241         * international/mule.el (decode-coding-inserted-region):
242         Call find-operation-coding-system with (FILENAME . BUFFER).
244 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
246         * image-mode.el (image-toggle-display): Use buffer contents to
247         generate image for a remote file.
249 2006-05-25  Juri Linkov  <juri@jurta.org>
251         * replace.el (query-replace-read-from, query-replace-read-to):
252         Remove 8th arg KEEP-ALL in read-from-minibuffer.
254 2006-05-25  Rajesh Vaidheeswarran <rv@gnu.org>
256         * whitespace.el (whitespace-cleanup): Change to cleanup
257         region if one is active.
258         * whitespace.el (whitespace-cleanup-internal): New internal method.
260 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
262         * dired.el (dired-mode-map): Add help-echo strings to tumme
263         commands.  Bind `tumme-dired-display-image' to C-t i.
265         * tumme.el (tumme-display-image): Change documentation string slightly.
266         (tumme-dired-display-image): Add call to `display-buffer'.
268 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
270         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
271         Signal error if RAW-DATA is a multibyte string.
273 2006-05-24  Richard Stallman  <rms@gnu.org>
275         * subr.el (with-local-quit): When handling `quit' signal,
276         make a chance for quit-flag to cause a quit.
278         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
279         (ad-disable-advice): Add autoloads.
281         * subr.el (read-passwd): Copy PROMPT before changing its properties.
283 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
285         * dired.el (dired-mode-map): Change menu items for tumme as per
286         suggestions in emacs-devel.
288 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
290         * dired.el (dired-mode-map): Fix breakage.
292 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
294         * tumme.el (tumme-display-dired-image): Rename to...
295         (tumme-dired-display-image): ...this.
296         (tumme-track-movement): Change default value to t.
297         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
298         used from `tumme-next-line-and-display' and similar commands.
300         * dired.el (dired-mode-map): Add Thumbnail submenu under the
301         Immediate menu.  Add some tumme commands there.
303 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
305         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
307 2006-05-24  Chong Yidong  <cyd@mit.edu>
309         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
310         menu entries that open submenus.
312 2006-05-24  Alan Mackenzie  <acm@muc.de>
314         * startup.el (command-line): For names of preloaded files, don't
315         append ".elc" (now done in Fload), and call file-truename on the
316         lisp directory.
318         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
319         match ANY loaded file with the right name, not just those in
320         load-path.  Put a regexp matching the file name into
321         after-load-alist, rather than the name itself.
323         * subr.el: New functions load-history-regexp,
324         load-history-filename-element, do-after-load-evaluation.
326         * international/mule.el (load-with-code-conversion): Do the
327         eval-after-load stuff by calling do-after-load-evaluation.
329 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
331         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
332         has not been killed.
334 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
336         * term/mac-win.el: Set idle timer to clean up expired Apple events.
337         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
338         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
339         Optionally set error message in reply.
341 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
343         * textmodes/org.el: (org-open-at-point): Use renamed variable
344         `org-confirm-shell-link-function'.
345         (org-confirm-shell-link-function): Rename from
346         `org-confirm-shell-links'.
347         (org-export-directory): New function.
348         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
349         (org-export-icalendar): Use `org-export-directory'.
350         (org-indent-item): Keep cursor position.
351         (org-link-file-path-type): New option.
352         (org-export-as-html): Fix bug with plain lists starting in
353         column 0.
354         (org-export-as-html): Remove deadline formatting, this happens
355         now already in `org-html-handle-time-stamps'.
356         (org-export-html-style): Deadline class removed.
357         (org-insert-labeled-timestamps-at-point): New option.
358         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
359         of `hide-sublevels 1', in case the first headline is not level 1.
360         (org-overview, org-content): New fuction.
361         (org-cycle-global-status, org-cycle-subtree-status): Make these
362         variables buffer-local.
363         (org-global-cycle): New command.
364         (org-shifttab): Use `org-global-cycle'.
365         (org-insert-heading, org-insert-item): Go to end of new
366         headline/item after creating it.
367         (org-export-visible): Rename from `org-export-copy-visible'.
368         Now creates a temporary org-file and applies an exporting command
369         to it.
370         (org-table-eval-formula): Support for lisp forms.
371         (org-agenda-todo-ignore-scheduled): New option.
372         (org-agenda-get-todos): Use new option
373         `org-agenda-todo-ignore-scheduled'.
374         (org-export-html-inline-images): New value `maybe'.
375         (org-export-as-html): Inlining of images dependent on link description.
376         (org-archive-subtree): Check for end-of-buffer before trying
377         `kill-line'.
378         (org-agenda-follow-mode): New option.
379         (org-export-with-tags, org-export-with-timestamps): New options.
380         (org-html-handle-time-stamps): New function.
381         (org-keyword-time-regexp): New variable.
382         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
383         (org-agenda-todo-list-sublevels): New option.
384         (org-html-level-start): When TITLE is nil, just close all levels.
385         (org-parse-key-lines, org-parse-export-options): Remove functions,
386         replaced by `org-infile-export-plist'.
387         (org-combine-plists, org-infile-export-plist)
388         (org-default-export-plist): New functions.
389         (org-export-html-preamble, org-export-html-postamble)
390         (org-export-html-auto-preamble, org-export-html-auto-postamble):
391         New variables.
392         (org-export-publishing-directory): New option.
393         (org-export-as-html, org-export-as-ascii): Use the new property
394         lists for settings.
395         (org-export-copy-visible, org-export-as-xoxo):
396         Respect `org-export-publishing-directory'.
397         (org-link-search, org-store-link, org-file-apps): Support for
398         links to BibTeX database entries..
399         (org-get-current-options, org-set-regexps-and-options):
400         Implement logging as a startup option.
401         (org-store-link): Make sure context string is never empty
402         (org-insert-link): Use relative path when possible.
403         (org-at-item-checklet-p): New function.
404         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
405         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
406         (org-metaright, org-metaup, org-metadown, org-shiftup)
407         (org-shiftdown, org-shiftright, org-shiftleft)
408         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
409         Dispatch using `call-interactively'.
410         (org-call-with-arg): New defsubst.
411         (org-tag-alist, org-use-fast-tag-selection): New options.
412         (org-complete): Use `org-tag-alist'.
413         (org-fast-tag-insert, org-fast-tag-selection): New functions.
414         (org-next-item, org-previous-item): New commands.
415         (org-beginning-of-item, org-end-of-item): Add (interactive) to
416         make command.
417         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
420 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
422         * emacs-lisp/ewoc.el (ewoc-delete): New function.
423         (ewoc-filter): Use `ewoc-delete'.
425         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
427 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
429         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
430         Signal more user-friendly error messages.
432         * complete.el (PC-do-completion): Undo the addition of implicit
433         wildcards if they did not lead to finding any match.
434         (read-file-name-internal): Don't add the final > if the completion is
435         not finished.
437 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
439         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
440         Quote safe-local-variable predicate.
442 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
444         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
446 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
448         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
450         * progmodes/make-mode.el (makefile-special-targets-list)
451         (makefile-macro-table, makefile-target-table): Mark as risky.
452         (makefile-query-one-target-method): Make this the alias for the
453         following variable.
454         (makefile-query-one-target-method-function): Make this the real name.
456         * textmodes/artist.el (artist-text-renderer): Make this the alias
457         for the following variable.
458         (artist-text-renderer-function): Make this the real name.
460         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
461         the alias for the following variable.
462         (flyspell-generic-check-word-predicate): Make this the real name.
464         * textmodes/ispell.el (ispell-format-word): Make this the alias
465         for the following variable.
466         (ispell-format-word-function): Make this the real name.
467         (ispell-message-text-end): Mark as risky.
469         * skeleton.el (skeleton-transformation, skeleton-filter)
470         (skeleton-pair-filter): Make these the aliases for the following
471         variables.
472         (skeleton-transformation-function, skeleton-filter-function)
473         (skeleton-pair-filter-function): Make these the real names.
475         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
476         and skeleton-pair-filter-function.
478         * textmodes/sgml-mode.el (sgml-transformation): Make this the
479         alias for the following variable.
480         (sgml-transformation-function): Make this the real name.
481         (sgml-tag-alist): Mark as risky.
483 2006-05-21  Richard Stallman  <rms@gnu.org>
485         * simple.el (kill-region): Interactively, pass point, then mark.
487 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
489         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
491 2006-05-21  Romain Francoise  <romain@orebokech.com>
493         * dired-x.el (dired-mode-map): Don't bind M-g.
495 2006-05-20  Richard Stallman  <rms@gnu.org>
497         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
498         (dired-goto-file): Doc fix.
500 2006-05-21  Kim F. Storm  <storm@cua.dk>
502         * emulation/cua-base.el: Mention customizing cua-mode as alternative
503         way to enable built-in cua-mode if user loads older CUA-mode package.
505         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
506         if default-filename is specified.
508 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
510         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
512         * info.el (info-apropos): Make sure current-file and current-node
513         have non-nil values.  Speed up by using add-to-list instead of
514         manual consing.
516 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
518         * progmodes/make-mode.el (makefile-mode): Doc fix.
520 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
522         * dired-aux.el (dired-do-shell-command): Doc fix.
524 2006-05-20  Kevin Ryde  <user42@zip.com.au>
526         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
527         ``(custom-manual :tag "Foo" "(foo)Node")''.
529 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
531         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
532         value is an integer.
534 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
536         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
537         "format".
538         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
540 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
542         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
543         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
545 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
547         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
548         regexp for keywords.
550 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
552         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
553         replace-regexp-in-string.
555         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
556         encode, and escape file name on conversion to URL.
558 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
560         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
561         Don't unescape URL.
562         (dnd-get-local-file-name): Unescape URL on conversion to file name.
564         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
565         on conversion to URLs.
567         * net/browse-url.el (browse-url-file-url): Encode file name on
568         conversion to URL.
570         * term/mac-win.el (mac-ae-open-documents): Escape file name on
571         conversion to URL.
573 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
575         * progmodes/cc-styles.el (c-style-alist): Doc fix.
577 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
579         * term/mac-win.el (mac-bytes-to-digits): Remove function.
580         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
582 2006-05-19  Glenn Morris  <rgm@gnu.org>
584         * calendar/diary-lib.el (diary-bahai-date)
585         (list-bahai-diary-entries, mark-bahai-diary-entries)
586         (mark-bahai-calendar-date-pattern): Not interactive.
587         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
588         (diary-entries-list): Change format of 4th element in each entry.
589         (diary-list-entries): Use add-to-diary-list.
590         (diary-goto-entry): Handle the case where the buffer visiting the
591         diary has been killed.
592         (fancy-diary-display): Add 'locator to button rather than 'marker.
593         Only generate temp-face when there are marks to apply.
594         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
595         (diary-fancy-date-pattern): New variable.
596         (diary-time-regexp): Doc fix.
597         (diary-anniversary, diary-time): New faces.
598         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
599         diary-time-regexp.  Add font-lock-multiline property where needed.
600         Use new faces diary-anniversary and diary-time.
601         (diary-fancy-font-lock-fontify-region-function): New function, to
602         handle multiline font-lock pattern in fancy diary.
603         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
604         (diary-font-lock-keywords): Tweak time regexp.  Use new face
605         diary-time.
607 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
609         * international/code-pages.el (mik): Table corrected.
611 2006-05-18  Kim F. Storm  <storm@cua.dk>
613         * progmodes/grep.el (grep-find): Don't check grep-find-command
614         before running command (breaks non-interactive usage).
616 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
618         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
619         (ewoc--insert-new-node): Don't insert trailing newline.
620         Instead, adjust successor nodes's start markers.
621         (ewoc--refresh-node): Delete all text from current node's start
622         marker to the next one's; adjust successor nodes's start markers.
623         (ewoc--create): Doc fixes.
624         (ewoc--refresh): Don't insert newline.
625         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
626         * pcvs.el (cvs-make-cvs-buffer):
627         Specify extra newline for ewoc's header and footer.
628         (cvs-update-header): Update initial header recognition.
629         Append newline to final header and footer values.
630         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
632 2006-05-17  Richard Stallman  <rms@gnu.org>
634         * files.el (file-name-extension): Doc fix.
636 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
638         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
639         we can explicitly enable/disable rather than toggle.
640         (shell-mode): Use it.
641         (shell-cd): Don't try to reproduce what `cd' does.
643 2006-05-17  Kim F. Storm  <storm@cua.dk>
645         * ido.el (ido-read-internal): Use only nondirectory part of
646         default item.
648 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
650         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
651         (ewoc-nth): Doc fix.
653         (ewoc-map, ewoc-invalidate): Compute PP before looping.
655 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
657         * international/mule.el (auto-coding-alist): Add .lha to files
658         read with no-conversion.
660         * files.el (auto-mode-alist): Add .lha files to archive file
661         extensions.
663         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
664         Convert csize to integer when computing offsets within the
665         compressed archive file.
667 2006-05-16  Kim F. Storm  <storm@cua.dk>
669         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
670         with read-from-minibuffer.
672 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
674         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
675         (byte-compile-warnings): Fix safe-local-variable property.
677 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
679         * allout.el (allout-show-bodies, allout-old-style-prefixes)
680         (allout-stylish-prefixes, allout-numbered-bullet)
681         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
682         predicates to qualify `safe-local-variable' property, when
683         available, else use equivalent lambda.
684         (allout-current-topic-collapsed-p): Do the right thing regarding
685         trailing blank lines.
687 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
689         * server.el (server-start): Only create a directory if needed.
690         (server-edit, server-unload-hook): server-start => server-mode.
691         (kill-emacs-hook): Cleanup upon exit.
693 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * hexl.el (hexlify-buffer): Encode process arguments manually.
697 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
699         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
700         call to gdb-tooltip-print.
702 2006-05-15  Romain Francoise  <romain@orebokech.com>
704         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
705         systems, default to "tar" since those systems probably have GNU tar.
707 2006-05-14  Lars Hansen  <larsh@soem.dk>
709         * desktop.el (desktop-missing-file-warning): Fix docstring.
710         (desktop-restore-file-buffer): Correct question asked on missing file.
712 2006-05-14  Kim F. Storm  <storm@cua.dk>
714         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
715         Add CUA move property.
717 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
719         * custom.el (custom-push-theme): Load the variable before checking
720         its `standard-value'.
722 2006-05-13  Lars Hansen  <larsh@soem.dk>
724         * desktop.el (desktop-save): Use with-temp-buffer.
726 2006-05-12  Glenn Morris  <rgm@gnu.org>
728         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
729         * calendar/calendar.el (calendar-mode-map):
730         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
731         * calendar/appt.el (appt-check, appt-make-list): Refer to
732         diary-view-entries, diary-list-entries, diary-show-all-entries
733         rather than obsolete aliases.
735 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
737         * simple.el (line-move-finish): Avoid calling point motion hooks
738         while processing intangibility.
740 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
742         * term/xterm.el (terminal-init-xterm): Fix typo.
744 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
746         * allout.el: (allout-view-change-hook): Mark as being deprecated,
747         to be replaced by `allout-exposure-change-hook'.
748         (allout-exposure-change-hook): New, replacing
749         `allout-view-change-hook'.
750         (allout-flag-region): Run new hook `allout-exposure-change-hook',
751         in addition to `allout-view-change-hook'.
752         (allout-show-bodies, allout-old-style-prefixes)
753         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
754         lambda forms to prevent their showing up in variable help
755         presentations as inscrutable byte-compiled code.
756         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
757         Use string-or-null-p to qualify safe-local-variable values.
758         (allout-reindent-bodies): Use memq to qualify matches against
759         valid safe-local-variable values.  Also, quote the lambda as above.
760         (allout-use-mode-specific-leader): Add missing candidate-value
761         symbols, use memq, and quote the lambda.
762         (allout-overlay-interior-modification-handler): Remove unused
763         variables `msg' and 'opened'.
764         (allout-hidden-p): Constrain invisibility consideration to allout's
765         invisibility spec, disregarding invisibility for other reasons.
767 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
769         * files.el (version-control): Correct safe values.
771 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
773         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
775         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
776         (ewoc--insert-new-node): New func.
777         Update callers of deleted funcs to use it, instead.
779 2006-05-11  Glenn Morris  <rgm@gnu.org>
781         * calendar/calendar.el (diary-show-all-entries): Do not refer to
782         obsolete alias `show-all-diary-entries'.
783         (make-diary-entry): Not interactive.
784         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
785         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
786         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
787         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
788         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
789         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
791 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
793         * calendar/calendar.el (calendar-french-date-string)
794         (calendar-mayan-date-string, calendar-chinese-date-string)
795         (calendar-astro-date-string, calendar-iso-date-string)
796         (calendar-islamic-date-string, calendar-bahai-date-string)
797         (calendar-hebrew-date-string, calendar-coptic-date-string)
798         (calendar-ethiopic-date-string, calendar-persian-date-string):
799         These functions are not interactive.
801 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
803         * files.el: Balance parentheses.
805 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
807         * files.el, newcomment.el, outline.el, simple.el,
808         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
809         progmodes/cc-vars.el, progmodes/compile.el:
810         Move `safe-local-variable' declarations to the respective files.
812         * help-fns.el (describe-variable): Don't print safe-var if it is
813         byte-code.  Improve wording as suggested by Luc Teirlinck
814         <teirllm@auburn.edu>.
816 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
818         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
819         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
820         Use a token for pending-triggers to ensure gdb-var-update
821         gets called once per user input again for pre-GDB 6.4.
822         (gdb-var-delete): Match on more complex expressions.
823         (gdb-var-list-children-handler, gdb-var-create-handler):
824         Use a token for consistency.
826 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
828         * textmodes/org.el (org-read-date, org-goto-calendar)
829         (org-agenda-goto-calendar):
830         Bind `view-calendar-holidays-initially' to nil.
832 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
834         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
835         Update all callers to do it there, instead.
837 2006-05-10  Glenn Morris  <rgm@gnu.org>
839         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
840         prefix arg case, to avoid view-diary-entries-initially error.
841         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
842         (calendar-date-is-legal-p): Handle dates with no day part.
844 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
846         * comint.el (comint-insert-input): Just make it when
847         comint-use-prompt regexp is nil (default) and with the mouse.
848         (comint-copy-old-input): Reinstate from 2004-06-23.
849         (comint-mode-map): Bind C-c C-m to it.
851 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
853         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
854         Remove spurious move to point-max (new comint behavior fixes).
856         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
857         compatibility function (Emacs 18/19).
858         (idlwave-is-continuation-line): Always return point at start of
859         previous non-blank continuation line.
860         `keyword-parameters': Fix continued comment font-lock matcher.
861         (idlwave-font-lock-fontify-region): Written, use as
862         font-lock-fontify-region-function, to fix continued keyword
863         fontification issues.
865 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
867         * term/mac-win.el (mac-font-panel-mode): Doc fix.
868         (mac-service-selection, mac-service-open-file)
869         (mac-service-open-selection, mac-service-mail-selection)
870         (mac-service-mail-to, mac-service-insert-text): Rename from
871         mac-services-*.  All uses changed.
872         (mac-apple-event-map): Rename event symbol `services' to `service'.
874 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
876         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
877         (ewoc--node-enter-first, ewoc--node-enter-last)
878         (ewoc--delete-node-internal): Merge funcs into unique callers.
880 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
882         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
883         return value of read-from-minibuffer for empty input.
885 2006-05-09  Miles Bader  <miles@gnu.org>
887         * comint.el (comint-insert-input): Remove redundant calls to setq
888         and goto-char.
890 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
892         * comint.el (comint-insert-input): Make it work when
893         comint-use-prompt-regexp is t.
895 2006-05-10  Miles Bader  <miles@gnu.org>
897         * subr.el (field-at-pos): New function.
899         * comint.el (comint-insert-input): Use it.
901 2006-05-09  Juri Linkov  <juri@jurta.org>
903         * battery.el (battery-linux-proc-acpi): Also try
904         `/proc/acpi/thermal_zone/THR2/temperature'.
906         * files.el <safe-local-variable>: Remove `eval' and `let' binding
907         for now unused lambda `string-or-null'.
909         * add-log.el (change-log-default-name): Put `string-or-null-p'
910         instead of lambda on `safe-local-variable' property.
912         * diff-mode.el (diff-context->unified): Use `region-beginning' and
913         `region-end' instead of `mark' and `point'.
914         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
915         Operate on region in Transient Mark mode when the mark is active.
916         Use `region-beginning' and `region-end' instead of `mark' and
917         `point'.
918         (diff-hunk-text, diff-goto-source): Doc fix.
920         * startup.el (fancy-splash-screens, normal-splash-screen): Use
921         face `mode-line-buffer-id' for mode-line buffer face instead of
922         hard-coded `(:weight bold)'.
924         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
925         buffer-undo-list to t (undo-ask is reproducible by visiting
926         nested archives).
928 2006-05-09  Kim F. Storm  <storm@cua.dk>
930         * progmodes/grep.el (rgrep): Set default directory of *grep*
931         buffer if we start M-x rgrep in the *grep* buffer and choose
932         a different base directory.
934 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
936         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
937         completion also when ido is loaded.
939 2006-05-09  Masatake YAMATO  <jet@gyve.org>
941         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
942         "warning" and "import".
943         (cpp-font-lock-keywords): Added "warning".
945 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
947         * term/xterm.el (terminal-init-xterm): Add more key bindings.
949 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
951         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
952         pages at a time, if we signal the end, we should indeed reach that end.
954 2006-05-08  David Reitter  <david.reitter@gmail.com>
956         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
957         output during execution of the body.
959 2006-05-08  Kim F. Storm  <storm@cua.dk>
961         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
963 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
965         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
966         Use with-current-buffer.
968 2006-05-07  Kim F. Storm  <storm@cua.dk>
970         * subr.el (add-to-history): Remove keep-dups arg.
972         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
973         to nil around call to add-to-history.
975 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
977         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
978         than after a buffer modification.
980 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
982         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
983         call to...
984         (gud-watch): ...here so speedbar is raised for already watched
985         expressions.
986         (gdb-speedbar-refresh): Delete function.
987         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
988         Use speedbar-timer-fn instead of speedbar-refresh (reverting
989         earlier change).
990         (gdb-var-evaluate-expression-handler)
991         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
993         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
994         Update localized contents for all buffers except ignored modes.
996 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
998         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
999         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1000         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1001         (mac-handle-font-panel-closed, mac-handle-font-selection):
1002         New functions.
1003         (mac-font-panel-mode): New minor mode.
1004         (mac-apple-event-map): Add bindings for toolbar toggle button and
1005         font panel.
1006         (menu-bar-showhide-menu): Add mac-font-panel-mode.
1008 2006-05-07  John Paul Wallington  <jpw@pobox.com>
1010         * ibuffer.el (ibuffer-compressed-file-name-regexp):
1011         Avoid `regexp-opt'; simplify regexp for readability.
1013 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1015         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1016         * files.el (buffer-stale-function):
1017         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1018         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1019         links to the main manual, not to emacs-xtra.
1021 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1023         * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
1024         MacJapanese if text is ASCII-only.
1026 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
1028         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1029         unless so nil isn't returned.
1030         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1032 2006-05-06  Kim F. Storm  <storm@cua.dk>
1034         * subr.el (add-to-history): New function.
1036         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1037         (ediff-merge-files-with-ancestor):
1038         * env.el (setenv):
1039         * isearch.el (isearch-update-ring):
1040         * server.el (server-visit-files):
1041         * progmodes/grep.el (lgrep, rgrep):
1042         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1043         * progmodes/xscheme.el (xscheme-insert-expression):
1044         Use add-to-history.
1046         * kmacro.el (kmacro-push-ring): Use add-to-history.
1047         (kmacro-ring-length): Remove unused defun.
1048         (kmacro-start-macro): Use kmacro-push-ring.
1050 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
1052         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1053         directly instead of a lambda expression that calls it.
1055 2006-05-06  Kim F. Storm  <storm@cua.dk>
1057         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1058         instead of compute-motion.
1060 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
1062         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1063         change.
1065 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
1067         * startup.el (command-line-1): Refer to "Pure Storage" on
1068         pure-space-overflow.
1070 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
1072         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1073         provided faces once they all have been used up.
1075 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1077         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1078         reference to the Lisp manual to the warning about pure space
1079         overflow.
1081 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1083         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1084         argument to avoid the call to `ispell-internal-change-dictionary'
1085         when not needed.
1086         (ispell-change-dictionary): Use this argument and call
1087         `ispell-internal-change-dictionary' after the possible change
1088         to `ispell-local-dictionary'.
1089         (ispell-internal-change-dictionary): Check for a change in
1090         personal dictionary use too.
1091         Cosmetic changes from Agustin Martin
1092         <agustin.martin@hispalinux.es>.
1094 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1096         * startup.el (command-line): On MS-Windows, probe "~", not
1097         "~USER", for warning about non-existent home directory
1099         * arc-mode.el (archive-l-e): New optional argument `float' means
1100         generate a float value.
1101         (archive-arc-summarize, archive-lzh-summarize)
1102         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1103         with 3rd argument non-nil when file's size is being computed.
1104         Format the file sizes with %8.0f instead of %8d.
1106 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1108         * cus-start.el (all): Add mac-dnd-known-types.
1110         * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1111         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1112         (mac-TIFF-to-string): New functions.
1113         (x-get-selection, x-selection-value)
1114         (mac-select-convert-to-string): Use them.
1115         (mac-text-encoding-mac-japanese-basic-variant): New constant.
1116         (mac-dnd-types-alist): New customization variable.
1117         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1118         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1119         (mac-dnd-handle-drag-n-drop-event): New functions.
1120         (mac-drag-n-drop): Remove function.
1121         (global-map): Bind drag-n-drop and M-drag-n-drop to
1122         mac-dnd-handle-drag-n-drop-event.
1124 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
1126         * progmodes/perl-mode.el (perl-beginning-of-function):
1127         Skip anonymous subs.
1129 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
1131         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1132         regexp-opt at run time.
1134         * term.el (term-handle-ansi-escape): Fix off by one error.
1136 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
1138         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1139         (gdb-init-1, gdb-post-prompt): ...and references to it.
1140         (gdb-frame-handler): Strip directory name from filename if present.
1142         * progmodes/gud.el (gdb-force-update): Delete defvar
1143         (gud-speedbar-buttons): ...and references to it.  Use window-start
1144         to try to keep positon in watch expression.
1146 2006-05-03  Richard Stallman  <rms@gnu.org>
1148         * simple.el (next-history-element, previous-history-element): Doc fix.
1150         * isearch.el (isearch-update-ring): Doc fix.
1152 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
1154         * isearch.el (isearch-update-ring): Take history-delete-duplicates
1155         into consideration. Replace one arm ifs with whens.
1157 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
1159         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1160         (menu): Fix typo.
1162 2006-05-02  Miles Bader  <miles@gnu.org>
1164         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1166 2006-05-02  Jay Belanger  <belanger@truman.edu>
1168         * calc/calc-embed.el: (calc-override-minor-modes-map)
1169         (calc-override-minor-modes): New variables.
1170         (calc-do-embedded): Make sure that Calc keystrokes aren't
1171         overwritten by minor modes.
1173 2006-05-02  Chong Yidong  <cyd@mit.edu>
1175         * msb.el (msb): If EVENT is a down event, read and discard the up event.
1177 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1179         * startup.el (command-line-1): Refer to Lisp manual when
1180         pure-space-overflow occurs.
1182         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1183         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1184         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1185         (version-control): Don't use `t' for safe-local-variable declarations.
1187 2006-05-01  Richard Stallman  <rms@gnu.org>
1189         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1190         M-r, M-R, M-A, M-SPC or M-DEL.
1191         (diff-mode-map): diff-refine-hunk now on C-c C-w
1192         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1194         * help-mode.el (help-mode): view-exit-action calls delete-window
1195         only when it is safe and possible.
1197         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1198         in messages.
1200         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1202         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1203         in the default tool-bar-map.
1205 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
1207         * net/tramp.el (tramp-completion-file-name-handler-alist)
1208         (tramp-run-real-handler, tramp-completion-run-real-handler)
1209         (tramp-completion-handle-file-name-all-completions)
1210         (tramp-completion-handle-file-name-completion): Autoload them.
1211         (tramp-completion-handle-file-exists-p)
1212         (tramp-completion-handle-file-name-directory)
1213         (tramp-completion-handle-file-name-nondirectory)
1214         (tramp-completion-handle-expand-file-name): Remove them.
1215         (tramp-handle-file-name-directory): Return the real directory name.
1216         Returning "/" only doesn't need to be necessary any longer.
1217         (tramp-file-name-handler): Make special attention when in hostname
1218         completion mode.
1219         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1220         (tramp-register-file-name-handlers):
1221         Register `tramp-completion-file-name-handler' only when
1222         `partial-completion-mode' is enabled.
1223         (tramp-completion-handle-file-name-all-completions):
1224         Delete directory part from results.
1225         (tramp-get-completion-methods, tramp-get-completion-user-host):
1226         Discard deleting "/", it doesn't work after the change of
1227         `tramp-handle-file-name-directory' above.
1229 2006-05-01  Kim F. Storm  <storm@cua.dk>
1231         * progmodes/grep.el (grep-expand-template): Use save-match-data
1232         and symbol-value.
1234 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1236         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1237         Use select-frame-set-input-focus instead of raise-frame.
1238         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1240 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
1242         * progmodes/gud.el (gud-def): Add %c case.
1243         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1244         (gud-format-command): Make match case sensitive.  Match on %F.
1246 2006-04-30  Glenn Morris  <rgm@gnu.org>
1248         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1249         (cal-tex-preamble): Use cal-tex-preamble-extra.
1250         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1251         than alias `list-diary-entries'.
1253 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
1255         * help-fns.el (describe-variable): Add info about safe local variables.
1257 2006-04-29  Richard Stallman  <rms@gnu.org>
1259         * bindings.el (mode-line-format): help-echo doc fixes.
1261         * net/tramp.el (tramp-file-name-handler-alist): Delete
1262         expand-file-name and other operations that can cause spurious loading.
1264 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1266         * files.el (safe-local-variable-p): Remove support for the special
1267         value t.
1269         * textmodes/paragraphs.el (sentence-end-without-space):
1270         Fix safety predicate.
1271         (sentence-end-double-space, sentence-end-without-period)
1272         (paragraph-ignore-fill-prefix):
1273         * textmodes/fill.el (colon-double-space):
1274         * abbrev.el (abbrev-mode): Tighten the safety predicate.
1276         * subr.el (booleanp): New fun.
1278         * textmodes/reftex-vars.el (reftex-guess-label-type):
1279         Tighten the safety predicate.
1281 2006-04-28  Kim F. Storm  <storm@cua.dk>
1283         * progmodes/grep.el (defgroup grep): Doc fix.
1284         (grep-auto-highlight): Remove.
1285         (grep-template): New defcustom.
1286         (grep-find-template): Rename from grep-tree-template.
1287         (grep-files-aliases): Rename from grep-tree-files-aliases.
1288         Remove "all" alias, add "l" alias.
1289         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1290         (grep-find-ignored-directories): New defcustom to replace
1291         grep-tree-ignore-CVS-directories, to facilitate ignoring
1292         subdirectories for multiple version control systems.
1293         (grep-mode-map): Add Recursive grep item to GREP menu.
1294         (grep-regexp-history, grep-files-history): New defvars.
1295         (grep-probe): New helper function.
1296         (grep-compute-defaults): Use it to simplify code.
1297         Adapt to name changes.
1298         Use `.' as base in grep-find-template rather than <D>.
1299         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
1300         Call grep-compute-defaults unconditionally.
1301         (grep-expand-keywords): New defconst.
1302         (grep-expand-template): Rename from grep-expand-command-macros.
1303         Simplify via grep-expand-keywords.  Look at case-fold-search instead
1304         of grep-tree-ignore-case to add -i option.
1305         Bind case-fold-search to nil while matching keywords.
1306         (grep-tree-last-regexp, grep-tree-last-files): Remove.
1307         (grep-read-regexp, grep-read-files): New helper functions.
1308         (rgrep): Rename from grep-tree.  Rework to use proper histories.
1309         Adapt to changes in defcustoms and functions above.
1310         (lgrep): New command, as grep, but using same interactive UI as rgrep.
1312 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
1314         * net/tramp.el (tramp-completion-file-name-handler):
1315         Disable Tramp's functionality while loading Tramp itself.
1316         (tramp-register-file-name-handlers): That's a defsubst now.
1317         Code from `tramp-repair-jka-compr' moved here.  Apply it via
1318         `after-init-hook'.
1319         (tramp-repair-jka-compr): Remove.
1321 2006-04-27  Jay Belanger  <belanger@truman.edu>
1323         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1324         read expression when `math-read-big-expr' doesn't work.
1326 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
1328         * startup.el (command-line-1): Display warning when
1329         pure-space-overflow is non-nil.
1331 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1333         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1334         risky.
1336 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1338         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1339         Return the URL or nil if none can be generated.
1341 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
1343         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1344         byte compiler warnings.
1345         (gud-basic-call, gud-find-expr): Let user select an expression
1346         for printing.  Print expression as well as value in GUD buffer.
1348 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
1350         * allout.el: Remove local autoload declaration for
1351         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1352         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1353         (allout-plain-bullets-string, allout-distinctive-bullets-string)
1354         (allout-use-mode-specific-leader, allout-old-style-prefixes)
1355         (allout-stylish-prefixes, allout-numbered-bullet)
1356         (allout-file-xref-bullet, allout-presentation-padding)
1357         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1358         safe-local-variable with suitable value spec, and add autoload
1359         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
1360         (move-beginning-of-line, move-end-of-line): Repair so these compat
1361         functions now actually resituate the point, when appropriate.
1363 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1365         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1367         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1368         (add-log-iso8601-time-string): Fix call to format-time-string.
1370 2006-04-26  Kim F. Storm  <storm@cua.dk>
1372         * subr.el (posn-string, posn-image, posn-object): Doc fix.
1374 2006-04-26  Masatake YAMATO  <jet@gyve.org>
1376         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1377         Add support for "//" style comments.  Remove `b' flag
1378         from ?* in `asm-mode-syntax-table'.
1380 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1382         * follow.el: Use (featurep 'xemacs) everywhere.
1383         (follow-mode): Use define-minor-mode.
1384         (follow-mode-map): Move initialization into the declaration.
1385         Use command remapping.
1386         (follow-emacs-version-xemacs-p): Remove.
1387         (follow-submit-feedback): Remove.
1389         * allout.el (allout-layout, allout-passphrase-verifier-string)
1390         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1392         * textmodes/reftex-vars.el (reftex-vref-is-default)
1393         (reftex-fref-is-default, reftex-guess-label-type):
1394         Tighten up a bit the safety predicate.
1396         * textmodes/paragraphs.el (sentence-end-double-space)
1397         (sentence-end-without-period, sentence-end-without-space)
1398         (page-delimiter, paragraph-ignore-fill-prefix):
1399         Tighten up a bit the safety predicate.
1401         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1403         * progmodes/python.el (python-continuation-line-p)
1404         (python-beginning-of-statement): syntax-ppss may return
1405         a negative depth.
1406         (python-mode): Don't forcefully enable font-lock.
1408         * time-stamp.el (time-stamp-start, time-stamp-end)
1409         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1411         * add-log.el: Remove spurious * in docstrings.
1412         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1413         (add-change-log-entry): Use it here, since it's not specific
1414         to iso8601.
1415         (add-log-iso8601-time-string): Don't use it here any more.
1416         (change-log-indent-text, change-log-indent): Rename from add-log-*.
1418         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1420 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
1422         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1423         (rcirc-toggle-low-priority): Doc fix.
1424         (rcirc-handler-NOTICE): Remove beginning of line anchor in
1425         ChanServ regexp.
1426         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1427         #emacs.
1428         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1429         (rcirc-decode-coding-system): Use utf-8 as the default.
1430         (rcirc-multiline-minor-mode): Set the fill-column.
1431         (rcirc-format-response-string): Display bright and dim nicks.
1432         (rcirc-browse-url): Update interactive spec to fill ARG.
1433         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1434         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1436 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1438         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1439         case for @Article, etc.
1441 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
1443         * net/tramp.el (tramp-register-file-name-handlers): New defun.
1444         Added with autoload cookie.
1445         (tramp-unload-file-name-handlers): Rename from
1446         `tramp-unload-file-name-handler-alist'.
1448 2006-04-23  Romain Francoise  <romain@orebokech.com>
1450         * comint.el (comint-match-partial-filename): Doc fix.
1452 2006-04-21  Glenn Morris  <rgm@gnu.org>
1454         * calendar/cal-menu.el (calendar-mode-map): Refer to
1455         `diary-view-entries' rather than alias `view-diary-entries'.
1456         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1458 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
1460         * progmodes/antlr-mode.el (antlr-default):
1461         * cus-edit.el (custom-documentation):
1462         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1463         in defface.
1465 2006-04-21  Kim F. Storm  <storm@cua.dk>
1467         * image.el (image-type): New defun split out of create-image.
1468         (create-image): Use it.
1470 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
1472         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1473         (org-open-at-point): Remove the "...done" message to keep output
1474         in the echo area visible.
1475         (org-export-as-xoxo): Fix call to `indent-region'.
1477 2006-04-21  Kevin Ryde  <user42@zip.com.au>
1479         * international/mule.el (keyboard-coding-system): defcustom
1480         info-link fixes: "Specify Coding" has been split, keyboard now in
1481         "Terminal Coding", and "Single-Byte Character Support" is now
1482         "Unibyte Mode".
1484 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
1486         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1487         Use font-lock-warning-face for any errors e.g. no stack.
1488         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1490 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1492         * progmodes/sh-script.el (sh-shell): Mark as safe.
1494         * newcomment.el (comment-start, comment-start-skip)
1495         (comment-end-skip, comment-end): Mark as safe.
1497 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
1499         * textmodes/org.el (org-deadline-announce): Face removed.
1500         (org-level-faces, org-n-levels): Convert to constant.
1501         (org-compatible-face): New function.
1502         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1503         (org-level-5, org-level-6, org-level-7, org-level-8)
1504         (org-special-keyword, org-warning, org-headline-done, org-link)
1505         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1506         (org-scheduled-today, org-scheduled-previously, org-time-grid):
1507         Face definition revised for better color tty support.
1508         (org-bold-re, org-italic-re, org-underline-re): New constants.
1509         (org-set-font-lock-defaults): Use the new constants.
1510         (org-agenda-highlight-todo): New function.
1511         (org-agenda-todo): Fix bug with point at end of line.
1512         (org-agenda-change-all-lines, org-finalize-agenda-entries):
1513         Fontify TODO keywords.
1514         (org-insert-link): Preserve relative path in ../ links.
1515         (org-export-as-html): Convert links pointing to .org files into
1516         links that will work beteen the exported HTML files.
1517         (org-todo-list): Fix bug when arg=0.
1518         (org-insert-heading): More fine-tuning.
1520 2006-04-19  Romain Francoise  <romain@orebokech.com>
1522         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
1523         from `rmail-mime-charset-pattern'.
1525 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
1527         * progmodes/python.el (python-mode): Fix typo.
1529 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
1531         * comint.el (comint-previous-input): Don't clobber input line
1532         when moving off either end of the input history ring.
1533         (comint-delete-input): New function, used by
1534         `comint-previous-input' and others.
1535         (comint-previous-matching-input):
1536         Use `coming-delete-input'.  Save the partial input if leaving the
1537         edit line.  Goto point-max before deleting input to avoid
1538         partial input fragments hanging around.
1539         (comint-restore-input): New function, used by `comint-previous-input'.
1541 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
1543         * imenu.el (imenu--index-alist): Balance parentheses.
1545 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
1547         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
1549 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
1551         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
1552         file is nil.
1554 2006-04-18  Richard Stallman  <rms@gnu.org>
1556         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
1558         * imenu.el (imenu-create-index-function, imenu--index-alist)
1559         (imenu--last-menubar-index-alist, imenu--make-index-alist)
1560         (imenu-default-create-index-function, imenu--generic-function):
1561         Doc fixes.
1563         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
1565         * help-mode.el (help-mode): Set view-exit-action to delete window.
1567         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
1568         now works by passing nil as arg.
1570         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
1572         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
1573         (read-abbrev-file): Provide default when reading filename.
1575         * files.el (enable-local-variables): Allow :all as value.
1576         (hack-local-variables): Implement that value.
1577         (safe-local-variable-values, safe-local-eval-forms)
1578         (enable-local-variables): Mark as risky.
1579         (find-file-visit-truename, kept-old-versions): Mark safe.
1581         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
1582         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
1583         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
1585 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
1588         Use forward-line so as to get to BOL even in the presence of fields.
1589         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
1590         in return.
1591         (inferior-tcl): Tell tclsh to work in interactive mode.
1593         * complete.el (partial-completion-mode):
1594         Use 'choose-completion-string-functions to make sure that
1595         choose-completion fills the minibuffer properly.
1597         * complete.el (PC-old-read-file-name-internal): Remove.
1598         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
1599         of read-file-name-internal.
1600         (partial-completion-mode): Enable/disable this advice.
1602 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
1604         * net/tramp.el (tramp-completion-file-name-handler): Revert change
1605         of 2006-04-17.
1607 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
1609         * textmodes/org.el (org-insert-heading): Insert heading before
1610         current if at beginning of line.
1611         (org-todo, org-date): New faces.
1612         (org-table-align): Make sure tooltip window contains full text.
1613         (org-no-properties): New defsubst.
1614         (org-set-font-lock-defaults): Use new faces.
1616 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
1618         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
1619         for root variables.
1621         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
1622         (gdb-frame-address): Re-use to identify frame for watch expression.
1623         (gdb-var-list, gdb-var-create-handler): Add frame address for root
1624         variables.
1625         (gdb-init-1, gdb-source, gdb-post-prompt)
1626         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
1627         (gdb-frame-handler): Get gdb-frame-address.
1629 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
1631         Sync with Tramp 2.0.53.
1633         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
1634         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
1635         (tramp-completion-file-name-handler): Add autoload cookie for
1636         adding to `file-name-handler-alist'.
1638         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
1639         the prompt.  If it returns earlier (when detecting an error
1640         message), the rest of the output will merge accidently with the
1641         output of the next command.  Reported by M Jared Finder
1642         <jared@hpalace.com>.
1644         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1645         for `process-file', in order to let it work for older Emacsen too.
1647 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
1649         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
1650         (tex-font-lock-keywords-3): Use it.
1652 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1654         * newcomment.el (comment-add): New function.
1655         (comment-region-default, comment-dwim): Use it.
1657 2006-04-15  Michael Olson  <mwolson@gnu.org>
1659         * emacs-lisp/tq.el: Improve comments.
1660         (tq-queue-head-question): New accessor function.
1661         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
1662         Update for modified queue structure.
1663         (tq-queue-add): Accept `question' argument.
1664         (tq-queue-pop): If a question is pending, send it.
1665         (tq-enqueue): Accept new optional argument `delay-question'.
1666         If this is non-nil, and at least one other question is pending a
1667         response, queue the question rather than sending it immediately.
1669 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1671         * calendar/appt.el (appt-add): Check whether an appointment is
1672         already present in appt-time-msg-list.  Simplify code.
1674 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         * progmodes/cc-langs.el (c-mode-menu):
1677         Don't presume c-subword-mode is bound.
1679 2006-04-13  Bill Wohler  <wohler@newt.com>
1681         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
1682         (customize-package-emacs-version): Use cdr instead of cadr now
1683         that alists use dotted pairs.
1685         * custom.el (defcustom): Fix docstring for :package-version.
1687 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
1689         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
1690         (tramp-handle-shell-command): Display output buffer only when
1691         `tramp-display-shell-command-buffer' is true.
1692         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
1694 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
1696         * textmodes/org.el (org-set-autofill-regexps): Set only the local
1697         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
1699 2006-04-13  Romain Francoise  <romain@orebokech.com>
1701         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
1702         leaving temporary .cvsignore buffers behind.
1704 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
1706         * textmodes/org.el (org-set-regexps-and-options)
1707         (org-get-current-options): Better names for the startup folding
1708         options.
1710 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
1712         * vc.el (vc-annotate): Arrange for point to end up at the same
1713         line number as in the original, but only when using a new buffer.
1715 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
1717         * files.el (hack-one-local-variable-eval-safep):
1718         Recognize `edebug-form-spec' for `put', but only if it passes
1719         `edebug-basic-spec'.  Generalize `put' handling.
1721         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
1722         vetting file-local form specs.
1724         * allout.el (allout-layout): Autoload its `safe-local-variable'
1725         property.
1727 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
1729         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
1730         (org-agenda-mouse-1-follows-link)
1731         (org-mouse-1-follows-link): New options.
1732         (org-format-agenda-item): Fix bug if TAGS is nil.
1733         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1735 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
1737         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
1738         GDB 6.1+ gives full filename for "info sources" so use
1739         file-name-nondirectory.
1741 2006-04-12  Romain Francoise  <romain@orebokech.com>
1743         * subr.el (read-passwd): Bind `message-log-max' to nil.
1745 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1747         * progmodes/perl-mode.el (perl-indent-new-calculate):
1748         Recompute parse-start after jumping backward by a whole sexp.
1750 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
1753         window configuration.
1754         (vc-annotate-display-select): Select the buffer so that current-buffer
1755         (and selected-window) is the output buffer at the end of vc-annotate.
1757 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
1759         * vc.el (vc-annotate-color-map): Add custom TTY color map for
1760         8-color terminals, to use all of the colors in a sensible order.
1761         256-color terminals work well with the standard map.
1762         (vc-annotate-lines): Only strip the first color character if it
1763         is "#", to allow for terminal-style named colors.
1764         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
1765         the correct buffer is scrolled.
1767 2006-04-11  Richard Stallman  <rms@gnu.org>
1769         * emacs-lisp/bytecomp.el (byte-compile-file):
1770         Bind enable-local-variables to :safe, and make normal-mode obey it.
1772         * files.el (enable-local-variables): Allow value :safe.
1773         (normal-mode): Doc fix.
1774         (hack-local-variables): Implement enable-local-variables = :safe.
1775         (hack-local-variables-confirm): Don't prevent quitting.
1777 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1779         * loadhist.el (unload-feature): A bit of sanity check of
1780         load-history entries.  Cancel timer-vars before unbinding them.
1782         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
1783         quote special chars, and make the trick work on the hex part of the
1784         buffer as well.
1785         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
1786         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
1788         * startup.el (normal-splash-screen): Fix last change so we don't wait
1789         2 minutes if we don't show the splash screen.
1791 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
1793         * textmodes/org.el (org-export-plain-list-max-depth)
1794         (org-table-spaces-around-separators)
1795         (org-radio-targets, org-activate-camels)
1796         (org-table-spaces-around-invisible-separators): Options removed.
1797         (org-time-stamp-rounding-minutes, org-remember-templates)
1798         (org-ellipsis, org-activate-links, org-descriptive-links):
1799         New options.
1800         (org-remember-apply-template, org-current-time)
1801         (org-finish-edit-table-field)
1802         (org-link-unescape, org-link-escape)
1803         (org-string-width, org-table-clean-line, org-html-do-expand)
1804         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
1805         (org-read-agenda-file-list): New functions.
1806         (org-table-edit-field)
1807         (org-table-create-or-convert-from-region): New commands
1808         (org-table-toggle-vline-visibility): Command removed.
1809         (org-table-convert-region): Made a command.
1810         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
1811         Replace with the normal org- functions.
1812         (org-self-insert-command): Don't trigger realign unnecessarily
1813         when blanking a field that is not full.
1814         (org-mode): `Set buffer-invisibility-spec' for links.
1815         (org-activate-links2): Hide link part and only show descriptive
1816         part of the link.
1817         (org-insert-link): Modify for new linking system.
1818         (org-store-link): Store description separately, for use by
1819         `org-insert-link'.
1820         (org-table-align): Use `org-string-width'.
1821         (defgroup): Completely new group structure for custom variables.
1822         (org-agenda-files): Option: Single file name allowed.  Function:
1823         Optional argument unrestrited means ignore any restricitons.
1824         (org-install-agenda-files-menu): Find a buffer in Org-mode before
1825         trying to modify the menu.  Use generalized access to
1826         `org-agenda-files.'
1827         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
1828         (org-agenda-file-to-front, org-remove-file, org-diary)
1829         (org-tags-view, org-export-icalendar-all-agenda-files)
1830         (org-export-icalendar-combine-agenda-files): Use generalized
1831         access to `org-agenda-files'.
1832         (org-remember-handler): Correctly preserve heading if present.
1833         (org-table-insert-row, org-table-insert-hline): Deal with
1834         invisible characters.
1836 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
1838         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
1839         (vc-annotate-color-map): New 18 element constant
1840         value/saturation, rotating hue colormap, from red->blue.
1841         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
1842         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
1843         (vc-annotate): To avoid killing the required local variables,
1844         set them before the end of `with-output-to-temp-buffer', and
1845         after first switching to annotate-mode.
1846         (vc-annotate-warp-version): Add buffer argument in goto-line to
1847         ensure annotation, not source, is scrolled.
1849 2006-04-10  Bill Wohler  <wohler@newt.com>
1851         * custom.el (defcustom, custom-handle-keyword):
1852         Add :package-version keyword.
1853         (custom-add-package-version): New function.  Sets value of new
1854         property 'custom-package-version from :package-version keyword.
1855         (defcustom): Create Common Keywords section in docstring.
1856         (defface, defgroup): Replace definitions of a select few keywords
1857         with a reference to the Common Keywords in defcustom.
1858         (defcustom, defface, defgroup): Replace reference to Customization
1859         chapter in manual with hyperlink.
1861         * cus-edit.el (customize-package-emacs-version-alist):
1862         New variable.
1863         (customize-changed-options): Add check for custom-package-version.
1864         (customize-package-emacs-version): New function to look up Emacs
1865         version corresponding to the given package version.
1867         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
1868         defun name, in similar fashion to find-variable-regexp.
1870 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
1872         * international/mule-cmds.el (set-locale-environment): Fix last
1873         change for when the locale's preferences don't specify any encoding.
1875 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1877         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
1878         so the defined var/fun doesn't need to be quoted.
1880 2006-04-10  Richard Stallman  <rms@gnu.org>
1882         * finder.el (finder-mode-map): Add n and p bindings.
1884 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
1886         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
1887         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
1888         (gdb-setup-windows): Put something in source window if we can't find
1889         the source file.
1890         (gdb-frame-handler): Make it work again with just assembly.
1891         (gdb-data-list-register-values-handler): Make it work when there is
1892         no stack.
1894 2006-04-09  Richard Stallman  <rms@gnu.org>
1896         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
1897         specs while looking for charset.
1899         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
1901         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
1902         Make them faces.
1903         (lm-font-lock-keywords): Update appropriately.
1905 2006-04-10  Kim F. Storm  <storm@cua.dk>
1907         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
1908         it can also replace buffer-substring-no-properties.
1910         * emulation/cua-base.el (cua-delete-region, cua-paste)
1911         (cua-repeat-replace-region): Use filter-buffer-substring.
1913         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1914         (cua-cut-region-to-global-mark): Likewise.
1916         * emulation/cua-rect.el (cua--extract-rectangle)
1917         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
1919 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1921         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
1922         entry-type.  Add field delimiters to numerical fields if they are
1923         not present.
1925 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1927         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
1928         string-const to return value.
1929         (bibtex-remove-delimiters): Use it.
1931 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
1934         cl-byte-compile-compiler-macro unless it exists.
1936 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
1938         * files.el (hack-local-variables-confirm) <offer-save>:
1939         Clarify message text.  Suggested by Ralf Angeli.
1941 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
1943         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
1944         (delete-extract-rectangle-line): Use `filter-buffer-substring'
1945         instead of `buffer-substring' and `delete-region'.  (Most of the
1946         code actually copied from `kill-region'.)
1948 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
1950         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
1951         (rcirc-default-port): Rename from rcirc-port.
1952         (rcirc-default-nick): Rename from rcirc-nick.
1953         (rcirc-default-user-name): Rename from rcirc-user-name.
1954         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
1955         (rcirc-low-priority-flag): New variable.
1956         (rcirc-decode-coding-system): New defcustom.
1957         (rcirc-encode-coding-system): New defcustom.
1958         (rcirc-coding-system-alist): New defcustom.
1959         (rcirc-multiline-major-mode): New defcustom.
1960         (rcirc-nick): New internal variable.
1961         (rcirc-process): Remove variable.
1962         (rcirc-server-buffer): New variable.
1963         (rcirc): Update to use rcirc-default-* variables above.
1964         (rcirc-connect): Do not add window-configuration-hook-here.
1965         (rcirc-server): New internal variable.
1966         (rcirc-connect): Do not send keepalive pings if
1967         rcirc-keepalive-seconds is nil.
1968         (with-rcirc-server-buffer): New macro.
1969         (rcirc-send-string): Encode with rcirc-encode-coding-system.
1970         (rcirc-server-name): Rename from rcirc-server.
1971         (rcirc-buffer-process): New function.
1972         (rcirc-buffer-nick): New function.
1973         (rcirc-buffer-target): Remove function.
1974         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1975         New commands.
1976         (rcirc-mode-map): Change binding of C-c C-l to
1977         rcirc-toggle-low-priority.
1978         (rcirc-mode): Initialize coding system based on
1979         rcirc-coding-system-alist.  New change-major-mode-hook to part the
1980         channel on a mode change.  Make kill-buffer-hook buffer-local.
1981         (rcirc-change-major-mode-hook): New function.
1982         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
1983         (rcirc-last-post-time): New variable.
1984         (rcirc-process-message): Store the last time user posted a message
1985         to this target.
1986         (rcirc-multiline-minor-mode): New mode.
1987         (rcirc-multiline-minor-mode-map): New mode map.
1988         (rcirc-edit-multiline): Put multiline-edit buffer in
1989         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
1990         (rcirc-print): Ignore any line starting with an ignored nick.
1991         (rcirc-print): Decode using rcirc-decode-coding-system.
1992         (rcirc-track-minor-mode): Update global-mode-string when disabling
1993         this mode.
1994         (minor-mode-alist): Add LowPri indicator.
1995         (rcirc-toggle-low-priority): New function.
1996         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
1997         next lowpriority buffer with activity.
1998         (rcirc-record-activity): Sort buffers in rcirc-activity by the
1999         last time the user posted a message in to the target.
2000         (rcirc-update-activity-string): New formatting for low priority
2001         buffers.
2002         (rcirc-split-activity): New function.
2003         (rcirc-handler-PART, rcirc-handler-KICK)
2004         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2005         (rcirc-nick-away-alist): New variable.
2006         (rcirc-handler-301): New handler.  Away messages are printed once
2007         per change.
2009 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
2011         * info.el (Info-follow-nearest-node): Doc fix.
2013         * international/mule-cmds.el (set-locale-environment): Make sure
2014         the coding-system preferred by the locale's language has the same
2015         EOL conversion type as the original buffer-file-coding-system.
2016         (locale-language-names): Add a few MS Windows language codes.
2018 2006-04-07  Richard Stallman  <rms@gnu.org>
2020         * simple.el (eval-expression): Doc fix.
2022         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2023         (eval-defun): Doc fixes.
2025 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
2027         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2029 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
2031         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2032         GDB list command without argument for greater generality.
2034 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2036         * subr.el (string-or-null-p): New function.
2038         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2040         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2042         * files.el: Update comment about safe-local-variable declarations.
2044 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
2046         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2047         See idlwave.org.
2049         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2050         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
2052         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2053         See idlwave.org.
2055         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2056         version 6.0 (minimal changes).  See idlwave.org.
2058         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2059         6.0 (minimal changes).  See idlwave.org.
2061         * progmodes/idlw-rinfo.el: File obsoleted and removed.
2063 2006-04-06  Romain Francoise  <romain@orebokech.com>
2065         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2066         symmetric encryption features and a new asynchronous interface to
2067         GnuPG.  This new version is version 1.4, plus whitespace changes.
2069 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2071         * files.el: Move some `safe-local-variable' declarations to the
2072         respective files.
2074         * textmodes/ispell.el (ispell-check-comments)
2075         (ispell-local-dictionary): Mark as safe.
2077         * abbrev.el (abbrev-mode): Mark as safe.
2079         * add-log.el (change-log-default-name): Mark as safe.
2081         * textmodes/reftex-vars.el (reftex-vref-is-default)
2082         (reftex-fref-is-default, reftex-level-indent)
2083         (reftex-guess-label-type): Mark as safe.
2085         * textmodes/fill.el (colon-double-space): Mark as safe.
2087         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2088         (sentence-end-double-space, sentence-end-without-period)
2089         (sentence-end-without-space, sentence-end, sentence-end-base)
2090         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2092 2006-04-06  Kim F. Storm  <storm@cua.dk>
2094         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2095         the :set-after list.
2096         (ido-downcase-unc-hosts): New user option.  Default on.
2097         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2098         when it is set, as regexps are now applied on the fly.
2099         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2100         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2101         on the fly, but only when ido-process-ignore-lists is set.
2102         Do case insensitive filtering if ido-downcase-unc-hosts is set.
2103         Only downcase names if ido-downcase-unc-hosts is set.
2105 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
2107         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2109         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2111 2006-04-05  Kim F. Storm  <storm@cua.dk>
2113         * ido.el (ido-mode): Set after ido-unc-hosts and
2114         ido-ignore-unc-host-regexps.
2115         (ido-save-history): Save ido-unc-hosts-cache.
2116         (ido-load-history): Load ido-unc-hosts-cache.
2117         (ido-reread-directory): Refresh unc hosts cache in // dir.
2119         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2120         to nil while displaying slash screen.
2122 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2124         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2125         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2127 2006-04-05  Kenichi Handa  <handa@m17n.org>
2129         * international/characters.el: Setup cases of Latin, Greek, and
2130         Cyrillic characters in CJK charsets.
2132 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2134         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2135         default-enable-multibyte-characters.  This reverts the change from
2136         revision 6.17 which is no longer necessary because the passphrase
2137         is sent separately now.  GnuPG messages are unreadable under
2138         multibyte locales with default-enable-multibyte-characters set to nil.
2140 2006-04-04  Andreas Schwab  <schwab@suse.de>
2142         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2143         and `byte-compile-warnings' as `safe-local-variable'.
2145 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
2147         * man.el (Man-mode-map): Restore the \r binding.
2148         (Man-abstract-xref-man-page): If Man-target-string is a function,
2149         call it.
2150         (Man-highlight-references): Use Man-default-man-entry to get the
2151         target. Deal with xrefs too.
2152         (Man-highlight-references0): Don't call the target function.
2154         * woman.el (WoMan-xref-man-page): Strip the section number, woman
2155         cannot deal with it.
2157 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2159         * pgg-gpg.el: Clean up process buffers every time gpg processes
2160         complete.
2162 2006-04-04  Kenichi Handa  <handa@m17n.org>
2164         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2165         here.
2166         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2167         Temporarily bind inhibit-field-text-motion to t.
2169 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * startup.el (normal-splash-screen): Only set mode-line-format in the
2172         splash buffer, so as not to interfere when debugging the code.
2173         Ignore errors when switching buffer.
2175 2006-04-03  Romain Francoise  <romain@orebokech.com>
2177         * dired.el (dired-dnd-protocol-alist): Fix typo.
2179 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2181         * savehist.el (savehist): Add :version.
2182         (savehist-ignored-variables): New variable.
2183         (savehist-minibuffer-hook): Don't save variables listed in
2184         `savehist-ignored-variables'.
2186         * dired.el (dired-dnd-protocol-alist): Mention that change does
2187         only apply to new buffers in doc string.
2189 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
2191         * recentf.el (recentf-open-files-item): Include newline in button
2192         field, so opening a file will work, when the point is at the end
2193         of the file name.  Allow, for example, to [i]search a file by
2194         extension and just push RET to open it.
2196 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2198         * pgg-gpg.el (pgg-gpg-process-filter)
2199         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2201         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2202         lines, temporary fix.
2204 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
2206         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2208 2006-04-02  Richard Stallman  <rms@gnu.org>
2210         * progmodes/compile.el (compilation-message-face): Make it defcustom.
2212 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
2214         * ibuf-macs.el (define-ibuffer-column): Add a new key:
2215         header-mouse-map.
2217         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2218         (ibuffer-mode-header-map): New keymaps.
2219         (ibuffer-update-title-and-summary): Enable mouse face highlighting
2220         and keybindings for column headers.
2221         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2222         property.
2224 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
2226         * speedbar.el (speedbar-after-create-hook): Doc fix.
2228 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
2230         * shell.el (shell-directory-tracker)
2231         (shell-dynamic-complete-command): Doc fixes.
2233 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
2235         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2236         terminals.
2238 2006-04-01  Kim F. Storm  <storm@cua.dk>
2240         * ido.el (ido-unc-hosts-cache): New defvar.
2241         (ido-unc-hosts): If value of defcustom is a function, call it to
2242         get list of UNC hosts.  Add function-item choices to specify
2243         ido-unc-hosts-net-view or user function.
2244         (ido-ignore-unc-host-regexps): New defcustom.
2245         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2246         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2247         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2249 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2252         wwidth.
2254 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
2256         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2257         (ido-max-work-file-list, ido-switch-buffer)
2258         (ido-read-file-name-as-directory-commands):
2259         Fix typos in docstrings.
2261 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2263         * term/mac-win.el (mac-system-coding-system): Define and use after
2264         Mac-specific coding systems are ready.
2266 2006-03-27  Romain Francoise  <romain@orebokech.com>
2268         * net/rcirc.el (rcirc-connect): Add autoload cookie.
2270         * ldefs-boot.el: Update.
2272 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2274         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2275         passphrases when it is not needed.
2276         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2277         passphrase stuff from gpg, should only be necessary when you use
2278         gpg with a smartcard.
2280 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
2282         * comint.el (comint-dynamic-list-completions): Allow user to
2283         select *Completions* buffer.
2285 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
2287         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2289 2006-03-26  Andreas Schwab  <schwab@suse.de>
2291         * progmodes/gud.el (gdb): Only complain about multiple debugging
2292         when the gdb process is still running.
2294 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
2296         * mail/rmail.el (tool-bar-map): Defvar it.
2297         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2298         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2300 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2302         * help.el (print-help-return-message): Suggest to use
2303         display-buffer instead of switch-to-buffer-other-window to restore
2304         the previous window without selecting it.
2306 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2308         * frame.el (select-frame-by-name): Call x-focus-frame also when
2309         window-system is mac.
2311         * term/mac-win.el: Adjust Courier font specifications in
2312         x-fixed-font-alist.
2313         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2314         when directly encoding to UTF-16 in native byte order, no BOM.
2316 2006-03-25  Kim F. Storm  <storm@cua.dk>
2318         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2319         (cua--init-keymaps): Use it instead of fixed C-return.
2320         (cua-mode): Set after it.
2322         * emulation/cua-rect.el (cua--init-rectangles):
2323         Use cua-rectangle-mark-key instead of fixed C-return.
2325 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
2327         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2328         "run" in .gdbinit.
2329         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2331 2006-03-24  Romain Francoise  <romain@orebokech.com>
2333         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2334         `display-buffer-other-frame'.
2336 2006-03-24  Kim F. Storm  <storm@cua.dk>
2338         * apropos.el (apropos-synonyms): Add selection => region.
2340 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
2342         * progmodes/gdb-ui.el (gdb-var-create-regexp)
2343         (gdb-var-list-children-regexp, gdb-var-update-regexp)
2344         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2345         (gdb-data-list-register-values-regexp)
2346         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2347         Future proof against new fields being added to MI output.
2348         (gdb-send): Don't treat backslashes for program input as
2349         continuations.
2350         (gdb-assembler-handler): Don't use window-start for this handler.
2351         (gdb-frame-handler): Don't change to hollow arrow if overlay
2352         arrow doesn't move to new frame.
2354 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
2356         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2357         prevent compiler warnings.
2358         (gdb-stopped): Check for gud-last-last-frame (case: signal).
2359         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2360         (gdb-assembler-custom): Use hollow-right-triangle for assembler
2361         buffer too.
2363 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
2365         * pgg-gpg.el (pgg-gpg-update-agent): Check for
2366         make-network-process, so we can use the same code in Gnus v5-10
2367         too and have this file fully synchronized with that release.
2369 2006-03-23  Romain Francoise  <romain@orebokech.com>
2371         * ibuf-ext.el (ibuffer-read-filter-group-name):
2372         Use `ibuffer-generate-filter-groups' to make completion list match
2373         the filter groups that are really displayed in the Ibuffer buffer.
2374         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2376 2006-03-23  Kenichi Handa  <handa@m17n.org>
2378         * international/mule-cmds.el (sort-coding-systems): Describe that
2379         the argument is modified in docstring.
2381 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2383         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2384         (pgg-gpg-update-agent): New function.
2385         (pgg-gpg-use-agent-p): New function.
2386         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2387         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2388         (pgg-gpg-sign-region): Use it.
2390 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
2392         * cus-edit.el (custom-face-set): Call custom-push-theme before
2393         face-spec set so that `changed' theme is correctly saved.
2394         (custom-face-reset-standard): Reset to recalculated face rather
2395         than defface spec.
2397         * custom.el (custom-push-theme): Only save `changed' theme if the
2398         current face does not match the defface specs.
2400 2006-03-21  Simon Josefsson  <jas@extundo.com>
2402         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2403         <wilde@sha-bang.de>.
2404         (pgg-gpg-use-agent): New variable.
2405         (pgg-gpg-process-region): Use it.
2406         (pgg-gpg-encrypt-region): Likewise.
2407         (pgg-gpg-encrypt-symmetric-region): Likewise.
2408         (pgg-gpg-decrypt-region): Likewise.
2409         (pgg-gpg-sign-region): Likewise.
2410         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2412 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
2414         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2415         bracket links.
2417 2006-03-21  Kim F. Storm  <storm@cua.dk>
2419         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2420         fringe-indicator-alist instead of modifying global value.
2421         (gdb-frame-handler): Likewise.
2423 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
2425         * diff-mode.el (diff-function): Make it inherit from diff-header
2426         instead of diff-context.
2428         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2429         bitmap.
2430         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2431         change names in macro above for consistency.
2432         (gdb-frame-handler): Use hollow-right-triangle for all selected
2433         frames which except the innermost (where execution has stopped).
2434         (gdb-reset): Reset buffer-local values of overlay-arrow.
2436 2006-03-20  Richard Stallman  <rms@gnu.org>
2438         * simple.el (set-mark-command): Doc fix.
2440         * files.el (display-buffer-other-frame): New command.
2441         (ctl-x-4-map): Bind C-x 5 C-o to it.
2443 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2446         rather than just defer-time, in case defer-time has been changed but
2447         the timer isn't running yet.
2448         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2450 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
2452         * help-mode.el (help-follow-symbol): New function.
2453         Essentially identical to the old `help-follow', but do not let
2454         `push-button' do the work when on an xref.
2455         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2457 2006-03-19  Richard Stallman  <rms@gnu.org>
2459         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2460         preceded by the word `program'.
2461         (help-follow-mouse, help-follow): Throw error if not on xref.
2462         Delete no longer used args.
2464 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
2466         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2467         annotation ensure gud-overlay-arrow-position is redisplayed.
2469 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2471         * textmodes/bibtex.el (bibtex-include-OPTkey)
2472         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2473         (bibtex-autokey-name-case-convert)
2474         (bibtex-autokey-titleword-case-convert): Make these the aliases
2475         for the following two variables.
2476         (bibtex-autokey-name-case-convert-function)
2477         (bibtex-autokey-titleword-case-convert-function): Make these the
2478         real names.
2479         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2480         bibtex-font-lock-crossref sublists.
2481         (bibtex-mode): Revert 2005-12-30 change (which made
2482         completion-ignore-case buffer-local).
2483         (bibtex-url): Simplify.
2485 2006-03-19  Kim F. Storm  <storm@cua.dk>
2487         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2488         cursor property value to 2 (to align with C level change).
2490 2006-03-19  Bill Wohler  <wohler@newt.com>
2492         * image.el (image-load-path-for-library): Shorten first line in
2493         docstring.
2495 2006-03-18  Richard Stallman  <rms@gnu.org>
2497         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2499 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
2501         * isearch.el (isearch-other-meta-char): Handle user bindings for
2502         shifted control characters.
2504 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
2506         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
2507         part that matches email addresses, file names, etc.
2509 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
2511         * term/w32-win.el (mouse-set-font):
2512         Mention w32-list-proportional-fonts in the doc string.
2514 2006-03-18  Kim F. Storm  <storm@cua.dk>
2516         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
2517         (ido-unc-hosts): New user option to explicitly define list of know
2518         UNC-style hosts for completion.
2519         (ido-cache-unc-host-shares-time): New user option.
2520         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
2521         New helper functions for UNC file-name support.
2522         (ido-may-cache-directory): Check for UNC host.  Simplify.
2523         (ido-wash-history): Clean out old UNC hosts.
2524         (ido-nonreadable-directory-p): UNC hosts are always readable.
2525         (ido-directory-too-big-p): UNC hosts are never too big.
2526         (ido-set-current-directory): Handle UNC root path.
2527         (ido-file-name-all-completions): Complete UNC host names from
2528         ido-unc-hosts list.  Cache UNC host shares.
2529         (ido-make-file-list-1): Don't filter UNC root.
2530         (ido-exhibit): Check for // in root directory, and switch to UNC
2531         mode by setting ido-current-directory to //.
2533 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
2535         * cus-edit.el (customize-changed-options): Mention explicit
2536         version number as default in prompt.
2538 2006-03-17  Bill Wohler  <wohler@newt.com>
2540         * image.el (image-load-path-for-library): Minor docstring fix.
2542 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
2544         * textmodes/org.el (org-read-date): Include subgroup 5 into
2545         replacement text.
2546         (org-popup-calendar-for-date-prompt): Fix customization type.
2548 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
2550         * progmodes/gdb-ui.el (gud-watch): Provide completion.
2551         (gdb-continuation): New variable.
2552         (gdb-send): Deal with continuation lines.
2554         * progmodes/gud.el (gud-gdb-complete-command)
2555         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
2556         expressions.
2557         (gud-tooltip-mode): Use buffer-local value.
2559 2006-03-16  Kim F. Storm  <storm@cua.dk>
2561         * ido.el (ido-edit-input): Use selected match, if any.
2563 2006-03-16  Bill Wohler  <wohler@newt.com>
2565         * image.el (image-load-path-for-library): Prefer user's images in
2566         image-load-path.
2568 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
2570         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
2571         when checking for attempt to drag leftmost or rightmost scrollbar.
2573 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
2575         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
2576         (gdb-force-mode-line-update): New function.
2577         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
2578         (gdb-exited): Use them.
2579         (gdb-signal): New function.
2580         (gdb-annotation-rules): Provide a rule for it.
2582 2006-03-16  Kenichi Handa  <handa@m17n.org>
2584         * international/mule.el (auto-coding-regexp-alist): Add entries
2585         for Unicode BOM.
2587         * sort.el (sort-build-lists): Temporarily bind
2588         inhibit-field-text-motion to t.
2590 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
2592         * locate.el (locate-command, locate-make-command-line)
2593         (locate-fcodes-file, locate-update-command)
2594         (locate-prompt-for-command, locate, locate-with-filter)
2595         (locate-get-file-positions): Doc fixes.
2596         (locate-buffer-name, locate-header-face): Remove leading `*' in
2597         defcustom.
2598         (locate-filter-output): Use `keep-lines' instead of its alias
2599         `delete-non-matching-lines'.
2600         (locate-get-filename, locate-get-dirname): Add introductory comment.
2601         (locate-find-directory-other-window): Give appropriate error
2602         message if used outside main listing.
2604 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2606         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
2607         the new extend-region feature.
2608         (font-lock-after-change-function): Update correspondingly.
2609         * jit-lock.el (jit-lock-after-change): Update correspondingly.
2610         * progmodes/grep.el (font-lock-lines-before): Don't disable.
2612 2006-03-15  Bill Wohler  <wohler@newt.com>
2614         * image.el (image-load-path-for-library): Fix example by not
2615         recommending that one binds image-load-path.  Just defvar it to
2616         placate compiler and only use it if previously defined.
2618 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
2620         * textmodes/org.el (org-insert-centered): Use `string-width' to
2621         make underlining work for wide characters.
2622         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
2623         TAB to `org-cycle', to make sure that no binding in
2624         `outline-mode-map' can supercede it.
2626 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
2628         * allout.el: Increment version to 2.2.1 in file commentary.
2630         (allout-version): Increment to 2.2.1.
2632         (allout-default-layout): New customization variable, used when the
2633         file lacks a specific allout-layout.  Uses allout-layout-type for
2634         recursively nested definition.
2636         (allout-layout-type): Widget defining allout layouts, necessary for
2637         self-recursive definition.
2639         (allout-mode): Incorporate allout-default-layout as fallback for
2640         allout-layout.
2642         (allout-layout): Mark as 'safe-local-variable', and refer mention
2643         fallback to `allout-default-layout' in absence of a specified value.
2644         (allout-passphrase-verifier-string)
2645         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
2647         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
2649         (allout-get-encryption-passphrase-verifier): Use correct name of
2650         passphrase verifier in docstring.
2652 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
2654         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
2655         elements.
2656         (gdb-find-watch-expression): Make it work for arrays too.
2657         Follow change to gdb-var-list.
2658         (gud-watch): Allow the user to enter variable name with a prexix
2659         arg.  Create keybindings.
2660         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2661         (gdb-var-list-children-handler, gdb-var-update-handler)
2662         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
2663         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
2664         Follow change to gdb-var-list.
2665         (gdb-starting): Don't show the overlay arrows when program is running.
2667         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
2668         gdb-var-list.
2670 2006-03-14  Bill Wohler  <wohler@newt.com>
2672         * image.el (image-load-path-for-library): Pass value of path
2673         rather than symbol.  Always return list of directories.
2674         Guarantee that image directory comes first.
2676 2006-03-14  Alan Mackenzie  <acm@muc.de>
2678         * font-core.el (font-lock-extend-region\(-function\)?.):
2679         New function/variable.
2681         * font-lock.el (font-lock-after-change-function):
2682         Call font-lock-extend-region.  Obey font-lock-lines-before.
2683         (font-lock-default-fontify-region): Remove reference to
2684         font-lock-lines-before.
2686         * jit-lock.el (jit-lock-after-change):
2687         Call font-lock-extend-region.  Obey font-lock-lines-before.
2689 2006-03-14  David Ponce  <david@dponce.com>
2691         * tree-widget.el (tree-widget-themes-load-path)
2692         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2694 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
2696         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
2697         (rcirc-print): Mark the start of text at the end of the prompt.
2698         (rcirc-track-minor-mode): Add autoload cookie.
2699         (rcirc-update-activity-string): Add space to front of mode-line
2700         indicator.
2702 2006-03-13  Miles Bader  <miles@gnu.org>
2704         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
2705         (rcirc-abbrev-nick): Remove function.
2706         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
2708 2006-03-13  David Ponce  <david@dponce.com>
2710         * tree-widget.el: Handle themes across all occurrences of the main
2711         themes sub-directory found in tree-widget-themes-load-path.
2712         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2713         (tree-widget--locate-sub-directory): Return all occurrences.
2714         (tree-widget-themes-path): New function.
2715         Replace tree-widget-themes-directory, and return a list of directories.
2716         (tree-widget-set-parent-theme)
2717         (tree-widget-lookup-image): Use it.
2719 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
2721         * textmodes/org.el (org-link-search): Avoid self-matching of
2722         links, allow target text to be distributed over several lines.
2723         (org-search-not-link): New function.
2724         (org-set-regexps-and-options, org-get-current-options):
2725         New startup options.
2726         (org-export-as-html): Take odd-level setting from local variable.
2727         (org-fontify-emphasized-text): New option.
2728         (org-set-font-lock-defaults): Include emphasized text.
2729         (org-follow-mhe-link): Allow folder-only links, fix folder name.
2730         (org-font-lock): Customize group renamed from `org-faces'.
2732 2006-03-13  John Paul Wallington  <jpw@pobox.com>
2734         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
2735         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
2737 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
2739         * cus-start.el (all): Delete :version keyword for members of the
2740         fringe group, since the entire group is new in 22.1.
2742 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
2744         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
2745         map if value is hexadecimal (an address).
2746         (gud-watch): Only search roots for existing watch expressions.
2747         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
2748         prevent caching problems with speedbar-update-directory-contents.
2750 2006-03-12  Juri Linkov  <juri@jurta.org>
2752         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
2753         before comparing with `low' and `warn'.
2755         * info.el (Info-dir-remove-duplicates): Move point to the
2756         beginning of the current line after deleting the entries from
2757         redundant heading.  Use marker for `limit' and compare it with
2758         point before calling `re-search-forward'.
2760 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
2762         * simple.el (yank): Fix typo in docstring.
2764 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
2766         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
2767         messages, where "D" is the 6th character.
2769 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
2771         * simple.el (yank): Fix last change.
2773 2006-03-11  David Ponce  <david@dponce.com>
2775         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
2776         merging elements from the standard ispell-dictionary-alist.
2777         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
2778         alist, and return the new alist.
2780 2006-03-11  Richard Stallman  <rms@gnu.org>
2782         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
2784         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
2785         the way it is implemented is too unclean.
2787         * simple.el (kill-region, yank): Doc fix.
2789         * battery.el (battery-echo-area-format): Doc fix.
2790         (battery-mode-line-format): Likewise.
2791         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
2792         (battery-linux-proc-acpi): Ignore batteries that say "charged".
2794 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
2796         * progmodes/octave-mod.el (octave-indent-for-comment):
2797         Behave according to do string.
2799 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
2801         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
2802         Be visible only if major mode is Mail Mode.
2804         * textmodes/flyspell.el (flyspell-external-point-words)
2805         (flyspell-process-localwords): Fix last changes.
2807 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
2809         * calendar/holidays.el (list-holidays): Doc fix.
2811         * international/mule.el (auto-coding-alist): Add .odt
2812         (OpenOffice's open document) files.
2814         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
2815         document) files.  Mention in the doc string the need to sync with
2816         auto-coding-alist.
2818 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
2820         * files.el (hack-local-variables-confirm): Don't prompt for ! if
2821         enable-local-variables is set to always query, or there is no
2822         savable variable.
2824 2006-03-10  Bill Wohler  <wohler@newt.com>
2826         * image.el (image-load-path-for-library): Merge at least three
2827         functions from Gnus and MH-E into this one function that can now
2828         be shared.
2830 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
2832         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
2833         gdb-remove-mouse-face and remove help-echo too.
2834         (gdb-enqueue-input): Correct conditional clause.
2836 2006-03-10  Glenn Morris  <rgm@gnu.org>
2838         * calendar/calendar.el (calendar-holidays): Doc fix.
2839         * calendar/holidays.el (list-holidays): Doc fix.
2841 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
2843         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
2844         it gets called in gdb-prompt anyway.
2845         (gdb-use-separate-io-buffer): Only restore window arrangement for
2846         gdb-many-windows.
2847         (gdb-enqueue-input): Make it harder to send GDB input when program
2848         is running.
2849         (gdb-buffer-list): New variable.
2850         (gdb-remove-mouse-face): New function.
2851         (gdb-starting): Use it when GDB input won't get sent.
2853 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
2855         * help.el (view-lossage): Remove trailing whitespace before
2856         inserting "\n".
2858 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
2860         * files.el (hack-local-variables-confirm):
2861         Set coding-system-for-read to nil before writing to .emacs.
2863         * arc-mode.el (archive-extract): Check if an existing buffer name
2864         comes from a different archive.
2866         * help.el (describe-key-briefly): If KEY is a down event, read and
2867         discard the up event.
2869 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
2871         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
2872         be edited and use font-lock-warning-face for any changes.
2874         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
2875         (gdb-edit-value): Use it to report any errors.
2877 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
2879         * help.el (describe-key): Remove leftover test code.
2881 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
2883         * textmodes/org.el: Move defvars out of eval-when-compile.
2884         Use buffer-file-name variable.
2885         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
2886         arg `file'.
2887         (org-level-faces): Remove startup dependency.
2888         (org-cycle, org-map-tree, org-scan-tags)
2889         (org-remember-handler): Don't call `outline-level' directly.
2890         (org-mhe-search-all-folders): New option.
2891         (org-mhe-get-message-folder-from-index)
2892         (org-mhe-get-message-folder): Fix indexing search.
2893         (org-format-agenda-item): Handle nil TAGS argument.
2894         (org-cleaned-string-for-export, org-activate-target-links)
2895         (org-make-target-link-regexp): Deal with empty radio target list.
2896         (org-tag): New face.
2897         (org-get-level-face): New function.
2898         (org-set-font-lock-defaults): Simplify setup for headlines.
2899         (org-complete): Pass common substring to `display-completion-list'.
2901 2006-03-06  David Ponce  <david@dponce.com>
2903         * tree-widget.el: Update Commentary header.
2904         (tree-widget-theme-name): Ignore parent themes.
2905         (tree-widget-set-parent-theme): New function.
2906         (tree-widget-set-theme): Use it.
2907         (tree-widget-set-image-properties): Move definition.  Does nothing
2908         if image properties have already been set.
2909         (tree-widget-image-properties): Move definition.  Receive an image
2910         name.  Set the :pointer property.
2911         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
2912         Don't set the :pointer image property.
2913         (tree-widget-convert-widget): New function.  Handle :dynargs
2914         compatibility here.
2915         (tree-widget): Use it to :convert-widget.  Add the :expander-p
2916         predicate to control when the :expander function is entered.
2917         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
2918         (tree-widget-value-create): Handle :expander-p.  widget-apply
2919         :expander.
2920         (tree-widget-expander-p): New function.  Default value of the
2921         :expander-p property.
2923 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
2925         * help.el (describe-key): Properly handle the return value of
2926         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
2927         remaps.  Handle string and vector `follow-link' values.
2929 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2931         * complete.el (PC-expand-many-files): Try be more careful when parsing
2932         the shell's output.
2934 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2936         * outline.el (hide-sublevels): Provide better interactive default.
2938 2006-03-06  Kenichi Handa  <handa@m17n.org>
2940         * international/fontset.el (create-fontset-from-fontset-spec):
2941         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
2943 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
2945         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
2946         backslashes instead of one in regexp.
2947         (gud-tooltip-dereference): Add missing optional argument.
2949 2006-03-04  John Paul Wallington  <jpw@pobox.com>
2951         * wdired.el (toplevel): Require `cl' at compile-time.
2953 2006-03-04  Andreas Schwab  <schwab@suse.de>
2955         * server.el (server-process-filter): Handle errors during
2956         evaluation of the argument.
2958 2006-03-03  John Paul Wallington  <jpw@pobox.com>
2960         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
2961         escape parentheses at beginning of line.
2962         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
2963         (t-mouse-mode): Remove period from end of error message.
2965 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
2967         * textmodes/flyspell.el (flyspell-process-localwords):
2968         Be case-sensitive.
2970 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
2972         * cus-edit.el (custom-quote): Remove function, since it has been
2973         moved to custom.el.
2975         * font-lock.el (lisp-font-lock-keywords-2)
2976         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
2977         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
2978         they have no special meaning.
2980         * midnight.el (clean-buffer-list): Handle case where base-buffer of
2981         indirect buffer gets killed before indirect buffer.  Use dolist.
2983 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
2985         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
2986         value instead of a literal constant (1) on more pauses.
2988 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
2990         * textmodes/flyspell.el (flyspell-external-point-words):
2991         Be case-sensitive.
2993 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
2995         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
2996         with "www".
2998 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
3000         * allout.el: Restablish intermediate missing comment header to
3001         preserve outline structure.
3002         (allout-beginning-of-current-entry): Skip invisible text.
3003         (allout-open-topic): Fix opening a topic at end-of-buffer.
3004         (allout-minor-mode): Move nearer to allout-mode function.
3006 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
3008         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3010 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
3012         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3013         is nil.
3015         * progmodes/gud.el (gud-speedbar-menu-items):
3016         Use buffer-local-value and add missing :visible keyword.
3018         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3020 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
3022         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3023         must be `follow-link'.
3025         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3027         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3028         formatting: No nested anchors.
3029         (org-all-targets): Fix bug with XEmacs compatibility.
3030         (org-read-date): Add (require 'parse-time).
3031         (org-set-tags): Fix bug with extra inserted space.
3032         (org-export-html-style): Define a style class for targets.
3033         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3034         (org-hide-leading-stars): New option.
3035         (org-hide): New face.
3036         (org-set-font-lock-defaults): Allow to hide leading stars.
3037         (org-get-legal-level, org-tr-level): New functions.
3038         (org-odd-levels-only): New option.
3039         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3040         (org-demote, org-promote): Deal with double-star levels.
3041         (org-convert-to-odd-levels): New command.
3043 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
3045         * speedbar.el (speedbar-update-localized-contents): Try to
3046         preserve window-start.
3047         (speedbar-update-directory-contents): Try to preserve window-start
3048         and window-point.
3049         (speedbar-update-special-contents): Don't move back to start of window.
3051         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3052         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
3053         speedbar-timer-fn.
3054         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3055         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3056         instead of gdb-speedbar-timer-fn.
3058 2006-02-28  Jay Belanger  <belanger@truman.edu>
3060         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3061         (math-compose-expr): Use latex option when calling
3062         `math-compose-tex-matrix' for latex mode.
3064 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
3066         * speedbar.el: Re-instate comments about developing for speedbar
3067         [this is what info and gdb-ui use even if better methods exist now].
3069         * t-mouse.el: New file.
3070         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
3071         (t-mouse-lispy-buffer-posn-from-coords): Remove.
3072         (t-mouse-make-event-element): Use posn-at-x-y instead.
3073         (t-mouse-make-event): Deal with Fedora Core 3.
3074         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3075         (t-mouse-mouse-position-function): New function.  Use it instead
3076         of advising mouse-position.
3077         (t-mouse-mode): New minor mode.
3078         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
3080 2006-02-27  Glenn Morris  <rgm@gnu.org>
3082         * calendar/calendar.el (calendar-holidays): Doc fix.
3084 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
3086         * progmodes/gdb-ui.el (gdb-source-window): New variable.
3087         Re-introduce the concept of a source window.
3088         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3089         consistency with get-buffer-create.
3090         (def-gdb-auto-update-handler, gdb-info-locals-handler)
3091         (gdb-data-list-register-values-handler)
3092         (gdb-stack-list-locals-handler): Try to preserve window-start as
3093         well as window-point.
3094         (gdb-display-source-buffer): New function (old concept).
3095         (gdb-goto-breakpoint): Use it.
3097         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3098         for gdb-ui/gdb-mi (old concept).
3100 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
3102         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3103         binding.
3105         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3107         * textmodes/reftex-sel.el (reftex-select-label-map)
3108         (reftex-select-bib-map): Add `follow-mouse' binding.
3110 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
3112         * jka-cmpr-hook.el (jka-compr-compression-info-list)
3113         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3114         Give :set functions to provide automatic updating.
3115         Update docstring.  Give compiler defvars early in the file
3116         and move the defcustoms to a later spot where all called functions
3117         are defined.
3118         (jka-compr-file-name-handler-entry): Doc fix.
3119         (jka-compr-compression-info-list--internal)
3120         (jka-compr-mode-alist-additions--internal)
3121         (jka-compr-load-suffixes--internal): New variables.
3122         (jka-compr-install): Set the three above variables.
3123         Update `load-file-rep-suffixes' instead of `load-suffixes'.
3124         (jka-compr-update, jka-compr-set): New functions.
3125         (auto-compression-mode): Doc fix.
3127         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3128         Update `load-file-rep-suffixes' instead of `load-suffixes'.
3129         Use jka-compr-compression-info-list--internal,
3130         jka-compr-mode-alist-additions--internal and
3131         jka-compr-load-suffixes--internal.
3133         * files.el (load-library):
3134         * loadhist.el (file-loadhist-lookup):
3135         * startup.el (command-line):
3136         * subr.el (locate-library):
3137         * emacs-lisp/autoload.el (update-directory-autoloads):
3138         * emacs-lisp/find-func.el (find-library-suffixes):
3139         Use `get-load-suffixes' instead of `load-suffixes'.
3141         * subr.el (locate-library):
3142         * emacs-lisp/find-func.el (find-library-name):
3143         Use `load-file-rep-suffixes' instead of '("").
3145 2006-02-26  Kim F. Storm  <storm@cua.dk>
3147         * ido.el (ido-save-history, ido-load-history): Simplify.
3148         Don't use find-file-noselect to avoid interference from other modes.
3150 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
3152         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3153         to use the default shell if filename is not available.
3154         Reported by Giorgos Keramidas.
3156 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
3158         * progmodes/etags.el (tags-completion-table): Do completion from
3159         all the tables in the current list, as documented in the manual.
3161 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3163         * CC Mode Update to 5.31.3.
3165 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3167         * progmodes/cc-mode.el (c-postprocess-file-styles):
3168         Bind inhibit-read-only to t, around the call to
3169         c-remove-any-local-eval-or-mode-variables, so that it works on a
3170         RO file.
3172 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3174         * progmodes/cc-awk.el: Correct a typo.
3176 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3178         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3179         c-hungry-delete-backwards, at the request of RMS.  Leave the old
3180         name as an alias.
3182 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3184         * progmodes/cc-mode.el: Correct a typo.
3186 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3188         * progmodes/cc-defs.el: Update the version number to 5.31.3.
3190 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3192         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3193         brace-else-brace (error due to mbeg, mend being undefined).
3195 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3197         * progmodes/cc-mode.el: File Local variables: Solve the problem
3198         where both `mode' and c-file-offsets are specified: `mode' will
3199         overwrite c-f-o's settings:
3200         (c-remove-any-local-eval-or-mode-variables): New function.
3201         (c-postprocess-file-styles): Call the above new function, within
3202         c-tentative-buffer-change, to splat `mode' and `eval' before the
3203         second hack-local-variables.
3205 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3207         * progmodes/cc-mode.el:
3208         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3209         (c-after-change): Protect the match data with save-match-data.
3210         It was getting corrupted by c-after-change-check-<>-operators.
3212         * cc-defs.el: [Supersedes patch V1.38]:
3213         (top level): Check for a buggy font-lock-compile-keywords ONLY in
3214         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
3216         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3217         with save-match-data.  It was being corrupted when Font Lock was
3218         not enabled.
3220 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3222         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3223         Mode and Subword Mode.
3225         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3226         real labels ("case 1:" or "foo:") from non-labels ("public:").
3227         (c-forward-objc-directive): Replace c-forward-token-2 with crude
3228         coding; c-f-t-2 doesn't move over a token at EOB.
3230         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3232         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3233         (c-update-modeline): Concatenate the minor mode indicators
3234         directly onto mode-name, removing c-submode-indicators.
3235         Sometimes, c-s-i got separated from the mode name on the mode line.
3237         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3238         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3240 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3242         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3243         error message when there's an evaluation error to show whether
3244         it's loaded from source or not.
3245         (c-filter-ops): Make it available at runtime too to work when
3246         `c-make-init-lang-vars-fun' needs to evaluate from source.
3248 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
3250         * help.el (help): Revert last part of 2006-02-23 change (deletion
3251         of the `provide' call).
3253 2006-02-23  Juri Linkov  <juri@jurta.org>
3255         * compare-w.el (compare-windows-highlight): Add new value
3256         `persistent' and change :type from `boolean' to `choice'.
3257         (compare-windows-overlays1, compare-windows-overlays2):
3258         New internal variables.
3259         (compare-windows-highlight): If compare-windows-highlight is
3260         `persistent', add current overlays to compare-windows-overlays[12]
3261         instead of adding compare-windows-dehighlight to pre-command-hook.
3262         (compare-windows-dehighlight): Delete all overlays from
3263         compare-windows-overlays[12].
3265         * info.el (Info-search): Don't bind search-spaces-regexp to
3266         Info-search-whitespace-regexp in non-regexp isearch mode.
3268 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3270         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3272 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
3274         * textmodes/org.el (org-xemacs-p)
3275         (org-export-html-show-new-buffer, org-table-may-need-update)
3276         (org-insert-item, org-mhe-get-message-real-folder)
3277         (org-mhe-get-message-folder-from-index)
3278         (org-mhe-get-message-folder, org-mhe-get-message-num)
3279         (org-mhe-get-header, org-make-org-heading-search-string)
3280         (org-make-org-heading-camel, org-table-sort-lines)
3281         (org-format-org-table-html, org-format-table-table-html):
3282         Fix typos in docstrings.
3284 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
3286         * textmodes/org.el (org-cleaned-string-for-export)
3287         (org-solidify-link-text): New function.
3288         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3289         XEmacs, just to silence the compiler.
3290         (org-export-as-ascii, org-export-as-html-and-open):
3291         Use `org-cleaned-string-for-export' and create internal links.
3292         (org-follow-mhe-link): Require mh-e, use folder.
3294 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
3296         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3298         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3299         gdb-debug-log-length.
3300         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
3301         it a real ring but...
3302         (gud-gdba-marker-filter): ...make it work like mark-ring.
3303         (gdb-enable-debug): Rename from gdb-enable-debug-log.
3304         (gdb-mouse-jump): New function.  Add bindings.
3306 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
3308         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3309         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3310         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3311         (gdb-debug-log-length): Customize it's length.
3312         (gud-watch, gdb-var-create-handler): Display function::var format
3313         but don't use to create variable object.
3314         (gdb-var-create-handler): Use message-box in place of message.
3315         (gdb-stopped): Call gdb-exited if signalled.
3317 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
3319         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3321         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3323         * textmodes/reftex.el (reftex-locate-file): Search all extensions
3324         if `reftex-try-all-extensions' is set.
3326         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3327         fail silently when there is no valid argument at point.
3328         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3329         `fail-silently' argument.  From a patch by David Reiter.
3331         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3332         New commands.
3333         (org-mark-ring): New variable.
3334         (org-mark-ring-length): New option.
3335         (org-open-at-point, org-goto, org-open-file): Push old position
3336         onto the mark ring.
3337         (org-add-hook): New function.
3338         (org-export-table-remove-special-lines): New option.
3339         (org-skip-comments, org-format-org-table-html): Respect new
3340         option `org-export-table-remove-special-lines'.
3341         (org-open-file): Allow special command configuration for
3342         directory link.
3343         (org-file-apps): Fix bugs in customize type, added setting
3344         for directories.
3345         (org-activate-tags, org-format-agenda-item, org-complete)
3346         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3347         (org-get-tags, org-get-buffer-tags, org-open-at-point)
3348         (org-link-search, org-make-org-heading-search-string)
3349         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3350         (org-radio-targets, org-file-link-context-use-camel-case)
3351         (org-activate-camels): New options.
3352         (org-update-radio-target-regexp, org-all-targets)
3353         (org-make-target-link-regexp, org-activate-target-links):
3354         New functions.
3355         (org-make-org-heading-search-string): New function.
3356         (org-store-link, org-insert-link): Use new option
3357         `org-file-link-context-use-camel-case'.
3358         (org-activate-camels): Use new option `org-activate-camels'.
3359         (org-link-regexp): Add mhe prefix.
3360         (org-open-at-point, org-store-link): Support for mhe links.
3361         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3362         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3363         (org-mhe-get-header, org-follow-mhe-link): New functions.
3364         (org-remove-angle-brackets, org-add-angle-brackets):
3365         New functions.
3366         (org-bracket-link-regexp): New constant.
3367         (org-read-date): Fix bug that was rejecting all typed dates.
3368         (org-link-search): Make hierarchy above visible after a match.
3369         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3370         (org-store-link): Fix bug with link creation when cursor is in
3371         an empty line.
3372         (org-open-at-point): Fix bug with matching a link.
3373         Fixed buggy argument sequence in call to `org-view-tags'.
3374         (org-compile-prefix-format): Set `org-prefix-has-tag'.
3375         (org-prefix-has-tag): New variable.
3376         (org-format-agenda-item): Remove tags from headline
3377         if appropriate.
3378         (org-agenda-remove-tags-when-in-prefix): New option.
3380 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
3382         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3383         Fix the regular expressions.
3385 2006-02-21  Richard M. Stallman  <rms@gnu.org>
3387         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3388         if there's no other specific basis.
3390         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3391         as variables at all.
3392         (unsafep-variable): Rename arg; doc fix.
3394         * abbrevlist.el (list-one-abbrev-table): Add autoload.
3396         * calendar/appt.el (diary-selective-display): Add defvar.
3398         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3400         * isearch.el (search-whitespace-regexp): Fix custom type.
3402         * help.el (describe-key-briefly): Compute interactive args
3403         in same was as before previous change.
3405         * files.el (enable-local-variables): Doc fix.
3407 2006-02-21  Kim F. Storm  <storm@cua.dk>
3409         * fringe.el: Cleanup as file is now pre-loaded.
3410         (fringe-bitmaps): Initialize unconditionally.
3411         (fringe-mode, set-fringe-style): Remove autoload cookies.
3413 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3415         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3416         `horizontal-bar'.
3417         (fringe-cursor-alist): Use `horizontal-bar'.
3419 2006-02-20  Kim F. Storm  <storm@cua.dk>
3421         * fringe.el (fringe-bitmaps): Update to new bitmap names.
3422         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3424         * loadup.el: Load "fringe" on window systems.
3426 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
3428         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3429         out of scope components.
3431         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3432         default.
3434 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
3436         * custom.el (customize-mark-to-save, customize-mark-as-set):
3437         Load the symbol first.
3439 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
3441         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3442         strech spec so it doesn't display as "^J" on the header line
3443         when `Buffer-menu-use-header-line' is t.
3445 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
3447         * speedbar.el (speedbar-make-button): Keep text properties
3448         of string arguments if desired.
3450         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3451         expessions.
3453         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3454         of speedbar.
3456 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
3458         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3459         to value of `read-file-name-completion-ignore-case'.
3461 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
3463         * custom.el (customize-mark-as-set): Push to `user' theme.
3465         * cus-edit.el (custom-save-variables): Allow unthemed values.
3466         (customize-set-variable): Push setting to `user' theme.
3468 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
3470         * progmodes/gud.el: Don't require font-lock as it's now
3471         automatically loaded.
3472         (gud-speedbar-buttons): Replace gdb-var-changed with
3473         gdb-force-update.
3475         * progmodes/gdb-ui.el (gdb-force-update): Rename from
3476         gdb-var-changed.
3477         (gdb-post-prompt): Use it.
3478         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3479         (gdb-var-update-handler, gdb-var-delete)
3480         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3481         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3482         gdb-force-update in gdb-post-prompt.
3483         (gdb-reset): Clear watch expressions from speedbar when quitting.
3485 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3487         * viper-cmd.el (viper-insert-state-post-command-sentinel)
3488         (viper-change-state-to-vi, viper-change-state-to-emacs):
3489         Make aware of cursor coloring in the Emacs state.
3490         (viper-special-read-and-insert-char): Use read-char-exclusive.
3491         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3493         * viper-init.el (viper-emacs-state-cursor-color): New variable.
3495         * viper-util.el (viper-save-cursor-color)
3496         (viper-get-saved-cursor-color-in-replace-mode)
3497         (viper-get-saved-cursor-color-in-insert-mode)
3498         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3499         state.
3500         (viper-get-saved-cursor-color-in-emacs-mode): New function.
3502         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3503         (ediff-ignore-case-option3, ediff-actual-diff-options)
3504         (ediff-actual-diff3-options): New variables to control case sensitivity.
3505         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
3506         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
3507         (ediff-toggle-ignore-case): New function.
3508         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
3510         * ediff-help.el (ediff-long-help-message-narrow2)
3511         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
3512         (ediff-long-help-message-word-mode): Add ignore-case command.
3513         (ediff-help-for-quick-help): Add ignore-case command.
3515         * ediff-merg.el: Move provide to the end.
3517         * ediff-ptch.el: Move provide to the end.
3519         * ediff-wind.el: Move provide to the end.
3521         * ediff-mult.el: Move provide to the end.
3522         (ediff-set-meta-overlay): Enable follow-link.
3524         * ediff.el: Move provide to the end.
3525         Break recursive load cycle in eval-when-compile.
3526         (ediff-patch-buffer): Better heuristics.
3528         * ediff-util.el: Move provide to the end.
3529         Break recursive load cycle in eval-when-compile.
3530         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
3531         defuns.
3532         (ediff-submit-report): Pass the values of ediff-diff3-program,
3533         ediff-diff3-options.
3535 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
3537         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
3538         the opening bracket of the following bracketing pairs: {}, [], (), <>,
3539         `' (for example, in the docstring of `windmove-default-keybindings').
3541 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
3543         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
3544         shadow face.  Don't provide binding to edit variable when it is
3545         out of scope.
3547         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3548         (gdb-var-update-handler): Detect out of scope variables with pre
3549         GDB 6.4 too.
3550         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
3551         Reset status of variable objects to nil in update handlers.
3552         (gdb-var-update-handler-1): Detect when a variable object comes
3553         in scope.  setcar on var changes gdb-var-list directly.
3555 2006-02-17  Juri Linkov  <juri@jurta.org>
3557         * ffap.el (ffap) <defface>: Add explicit face declaration.
3558         (ffap-highlight): Use face `ffap' directly instead of checking
3559         for its existence.
3561         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
3562         `visible-ok' of `other-buffer' to find the right original buffer.
3564         * info.el (Info-search): Skip `Local Variables' node.
3566 2006-02-17  Juri Linkov  <juri@jurta.org>
3568         * info.el (Info-find-file): Check for symbols `apropos', `history',
3569         `toc' in the input filename, and return these symbols as is.
3570         (Info-find-node-2): Set Info-current-file to symbols `apropos',
3571         `history', `toc' instead of strings.
3572         (Info-set-mode-line): For non-string Info-current-file use the
3573         symbol's name inside **.
3574         (Info-isearch-push-state): Add quote before Info-current-file and
3575         Info-current-node.
3576         (Info-isearch-pop-state): Use `equal' instead of `string='.
3577         (Info-extract-pointer, Info-following-node-name): Use
3578         `match-string-no-properties' instead of `match-string'.
3579         (Info-up): Check `old-file' for `stringp'.
3580         (Info-history): Use `equal' instead of `string-equal'.
3581         Check `file' for `stringp'.
3582         (Info-history): Use symbol `history' instead of string as first arg
3583         of `Info-find-node'.
3584         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
3585         `toc' instead of string.
3586         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
3587         instead of `buffer-substring', and `match-string-no-properties'
3588         instead of `match-string'.
3589         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
3590         instead of strings.
3591         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
3592         Use symbol `apropos' instead of string.
3593         (Info-copy-current-node-name): Check `Info-current-file' for
3594         `stringp' and construct a command with `Info-find-node' from it.
3595         (Info-fontify-node): Use `match-string-no-properties' instead of
3596         `match-string' and check file names for `stringp'.
3597         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
3598         `history', `toc' instead of strings.
3600 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
3602         * files.el: Rearrange functions and variables in the file local
3603         variables section.
3605 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
3607         * files.el: Add truncate-lines, ispell-check-comments and
3608         ispell-local-dictionary as safe local variables.
3610 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
3612         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
3613         out of scope variables.
3614         (gud-speedbar-buttons): Use unless.
3616         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
3617         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
3618         (gdb-show-changed-values): Also use for out of scope variables.
3619         (gdb-var-update-handler-1): Note if variable goes out of scope.
3621 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
3623         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
3624         default to global variable values for unsupplied args.
3625         (rcirc-get-buffer-create): Fix bug with setting the target.
3626         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
3627         test for rcirc-always-use-server-buffer-flag here.
3628         (rcirc-response-formats): Add %N, which is a facified nick.  %n
3629         uses the default face.  Change the ACTION format string.  If the
3630         "nick" is the server, don't print anything for that field.
3631         Comment fixes.
3632         (rcirc-target-buffer): Don't test
3633         rcirc-always-use-server-buffer-flag here.
3634         (rcirc-print): Squeeze extra spaces out of the text before message.
3635         (rcirc-put-nick-channel): Strip potential "@" char from nick
3636         before adding them to nick table.
3637         (rcirc-url-regexp): Improve to match address like "foo.com".
3639 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
3641         * allout.el (allout-hidden-p): Move this defsubst before
3642         allout-overlay-interior-modification-handler, where it is first
3643         used.
3645 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
3647         * allout.el: Use allout invisible-text overlays instead of
3648         selective display for concealed text.  Also, lots of general
3649         cleanup, and improved compatibility code.
3651         (allout-version) Incremented, corrected, revised, and refined
3652         module commentary.
3654         (provide 'allout): Moved to the bottom, added a require of overlay.
3656         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
3657         `except-current'.
3658         (allout-write-file-hook-handler): Minimize delay.
3659         (count-trailing-whitespace-region): New function so
3660         auto-encryption of current topic can resituate cursor exactly.
3661         PGP/GPG encryption trims trailing whitespace from lines, which
3662         must be accounted for across encryption then decryption.
3664         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
3665         just plain "\C-c", to avoid intruding on user's keybinding space.
3667         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
3668         parameter, so user request to provide a new password is done.
3670         (allout-outside-normal-auto-fill-function, allout-auto-fill):
3671         Refined mechanism for auto-filling behavior while in allout mode.
3673         (allout-mode): Explicitly specify the mode map in the docstring.
3674         Clarify provision for various write-file hook var names.
3675         Adjusted for invisible-text overlays instead of selective-display.
3677         (allout-depth): Really return 0 if not within any topic.  This
3678         rectifies `allout-beginning-of-level' and sequence numbering
3679         errors that occur when cutting and pasting numbered topics.
3680         Changed from a in-line subst to a regular function, as well.
3682         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
3684         (allout-end-of-subtree, allout-end-of-subtree)
3685         (allout-end-of-entry, allout-end-of-current-heading)
3686         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
3687         (allout-show-children, allout-show-to-offshoot)
3688         (allout-hide-current-entry, allout-show-current-entry): Rectified
3689         handling of trailing blank lines between items.
3691         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
3692         (allout-current-depth, allout-unprotected, allout-hidden-p)
3693         (allout-on-current-heading-p, allout-listify-exposed)
3694         (allout-chart-subtree, allout-goto-prefix)
3695         (allout-back-to-current-heading, allout-get-body-text)
3696         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
3697         (allout-hide-region-body, allout-toggle-subtree-encryption)
3698         (allout-encrypt-string, allout-encrypted-key-info)
3699         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
3700         (allout-file-vars-section-data): Adjusted for use with
3701         invisible-text overlays instead of selective-display.
3703         (allout-kill-line, allout-kill-topic, allout-yank-processing):
3704         Reworked for use with invisible text overlays.
3706         (allout-current-topic-collapsed-p): New function.
3708         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
3709         to know when to close the containing topic.
3711         (allout-pre-command-business, allout-post-command-business):
3712         Simplify undo-batching and dynamic isearch exposure.
3714         (allout-set-overlay-category): New for invisible-text overlays.
3715         Sets properties of allout-overlay-category, used by
3716         allout-flag-region to set invisible-text overlay properties.
3717         (allout-get-invisibility-overlay): Get the first qualifying
3718         invisibility overlay, so we can find the extent of it.
3719         (allout-back-to-visible-text): Get to just before the beginnining
3720         of the current invisibility overlay, if any.
3722         (allout-overlay-insert-in-front-handler)
3723         (allout-overlay-interior-modification-handler)
3724         (allout-before-change-handler, allout-isearch-end-handler): New
3725         functions to handle extraordinary actions affecting concealed
3726         text.
3728         (allout-flag-region): Use overlays instead of selective-display
3729         for invisible text - by inheritence from the properties of
3730         allout-overlay-category in mainline Emacs, and applied
3731         property-by-property in XEmacs, some recent versions of which
3732         don't inherit the properties from the category.  Provisions to
3733         respond to concealed-text edits simplified drastically.
3735         (allout-isearch-rectification, allout-isearch-was-font-lock)
3736         (allout-isearch-expose, allout-enwrap-isearch)
3737         (allout-isearch-abort, allout-pre-was-isearching)
3738         (allout-isearch-prior-pos, allout-isearch-did-quit)
3739         (allout-isearch-dynamic-expose)
3740         (allout-hide-current-entry-completely): Functions deleted.
3742         (allout-undo-aggregation): Explicit undo aggregation no longer
3743         necessary due to transition away from selective-display.
3745         (set-allout-regexp, allout-up-current-level)
3746         (allout-next-visible-heading, allout-forward-current-level)
3747         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
3748         (allout-kill-line, allout-yank-processing, allout-show-children)
3749         (allout-expose-topic, allout-old-expose-topic)
3750         (allout-listify-exposed, allout-insert-latex-header)
3751         (allout-toggle-subtree-encryption, allout-encrypt-string)
3752         (remove-from-invisibility-spec, allout-hide-current-subtree):
3753         Ditched unused variables.
3755 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
3757         * textmodes/ispell.el (ispell-change-dictionary): Call
3758         ispell-buffer-local-dict instead of
3759         ispell-accept-buffer-local-defs.
3760         (ispell-local-dictionary-alist): Accept as valid any coding-system
3761         supported by Emacs.
3762         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
3763         changed to iso-8859-3.
3765 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
3767         * speedbar.el (speedbar-frame-width): Make an inline function
3768         instead of a macro.  Use frame-width.
3769         (speedbar-try-completion, speedbar-update-contents)
3770         (speedbar-timer-fn): Use consp.
3771         (speedbar-update-localized-contents): Try to preserve point.
3773         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
3774         (menu): Re-order menu items.
3775         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
3776         field.
3777         (gdb-var-update-handler-1): Use it for GDB 6.4+.
3778         (gdb-post-prompt): Speed things by not forcing update.
3780 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
3782         * wid-edit.el (widget-button-click): For mouse-1, cancel button
3783         press and perform default action if we get a mouse movement event.
3785 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3787         * calendar/icalendar.el (icalendar--get-event-property)
3788         (icalendar--get-event-property-attributes): Fix typos in
3789         docstrings.
3791         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
3792         docstring.
3794 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
3796         * bs.el (bs-mode): Use `buffer-disable-undo'.
3797         (bs--get-file-name): Simplify.
3798         (bs-show-in-buffer): Mark the buffer as not modified.
3800 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3802         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
3803         widget-button-click.
3805         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
3806         (custom-mode): Update docstring.
3808         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
3809         binding.
3811         * files.el (hack-local-variables-confirm): Allow scrolling if the
3812         file variable list is too long.  Kill temp buffer after use.
3814 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
3816         * progmodes/gud.el (gdb): Improve doc string.
3817         (gdb-script-font-lock-keywords): Expand allowed character set.
3819         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
3820         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
3821         (gdb-separate-io-interrupt, gdb-separate-io-quit)
3822         (gdb-separate-io-stop, gdb-separate-io-eof):
3823         Rename from gdb-inferior-* to gdb-separate-*.
3824         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
3826 2006-02-14  Jay Belanger  <belanger@truman.edu>
3828         * calc/calc-arith.el (math-check-known-scalarp): Make sure
3829         expression is a symbol before checking that it is bound.
3831         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
3832         test to see if equation can be solved.
3834 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3836         * wid-edit.el (widget-button-click): Use :pressed-face property
3837         for overlay face, if it exists.
3839         * cus-edit.el (custom-manual, custom-add-see-also)
3840         (custom-add-parent-links, custom-group-link): Add :pressed-face
3841         property to links.
3843         * files.el (hack-local-variables): Remove ignored variables before
3844         checking if any variables need setting.
3846 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3848         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
3850 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
3852         * help.el (where-is): Fix message for remapped commands.
3854         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
3855         Fix typos in docstrings.
3857 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
3859         * files.el (safe-local-variable-values): New option.
3860         (hack-local-variables-prop-line): Return a list of variable-value
3861         pairs if MODE-ONLY is non-nil.
3862         (hack-local-variables): Construct list of variable-value pairs,
3863         and apply or reject them in one go.  Ask for confirmation if
3864         variables are not known safe.
3865         (hack-local-variables-confirm): Complete rewrite.  Support
3866         `safe-local-variable-values'.
3867         (enable-local-variables): Update docstring to reflect new
3868         behavior.
3869         (ignored-local-variables): Ignore ignored-local-variables and
3870         safe-local-variable-values.
3871         (safe-local-variable-p): New function.
3872         (risky-local-variable-p): `safe-local-variable' property check
3873         moved to safe-local-variable-p.
3874         (hack-one-local-variable): Checks moved to hack-local-variables.
3876         (byte-compile-dynamic, c-basic-offset, c-file-style)
3877         (c-indent-level, comment-column, fill-column, fill-prefix)
3878         (indent-tabs-mode, kept-new-versions, no-byte-compile)
3879         (no-update-autoloads, outline-regexp, page-delimiter)
3880         (paragraph-start, paragraph-separate, sentence-end)
3881         (sentence-end-double-space tab-width, version-control):
3882         Add `safe-local-variable' property.
3884         * find-lisp.el: Delete nonexistent `autocompile' file variable.
3886         * icomplete.el, play/landmark.el: Change nonexistent
3887         `outline-layout' file variable to `allout-layout'.
3889 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
3891         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
3892         (gdb-get-changed-registers): Test value of gud-minor-mode relative
3893         to gud-comint-buffer.
3894         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
3895         gdb-ui.el for gdb-mi.el.
3896         (gdb-post-prompt, gdb-get-changed-registers): Move test for
3897         registers buffer to gdb-get-changed-registers.
3898         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
3899         deletion of catchpoints (throw and catch).
3900         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
3901         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
3902         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
3903         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
3904         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
3906 2006-02-13  Jay Belanger  <belanger@truman.edu>
3908         * calc/calc-arith.el (math-check-known-matrixp): Make sure
3909         expression is a symbol before checking that it is bound.
3911 2006-02-13  Richard M. Stallman  <rms@gnu.org>
3913         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
3914         for the minibuffer too, but not if resize-mini-windows will interfere.
3916         * help.el (describe-key-briefly, describe-key): Do all arg-reading
3917         inside `interactive' spec.
3918         (describe-key-briefly-internal, describe-key-internal):
3919         Functions merged back into their callers.
3921 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
3923         * info.el (info-xref-visited): Inherit from info-xref too.
3924         (Info-set-mode-line): Replace occurrences of `%' by `%%'
3925         when propertizing Info-current-file and Info-current-node.
3927 2006-02-13  Juri Linkov  <juri@jurta.org>
3929         * tumme.el (tumme-thumbnail-storage): Fix docstring.
3930         (tumme-thumb-name): Fix per-directory format.
3932 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
3934         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
3936 2006-02-12  Miles Bader  <miles@gnu.org>
3938         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
3940 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
3942         * tumme.el: Remove history section.  If someone needs the it, it
3943         can always be found in CVS.
3945 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
3947         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
3948         about the Thumbnail Managing Standard option.
3950 2006-02-12  Richard M. Stallman  <rms@gnu.org>
3952         * subr.el (substitute-key-definition): Doc fix.
3954         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
3956         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
3958         * info.el (Info-mode): Doc fix.
3960         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
3962 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
3964         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
3965         because on Solaris a POSIX compatible "id" is needed.  Reported by
3966         Magnus Henoch <mange@freemail.hu>.
3968 2006-02-12  Juri Linkov  <juri@jurta.org>
3970         * tumme.el: Remove todo item about Thumbnail Managing Standard.
3971         (tumme) <defgroup>: Change :group to `multimedia'.
3972         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
3973         Managing Standard.
3974         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
3975         Fix dostring.
3976         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
3977         and %y.  Fix docstring.
3978         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
3979         (tumme-cmd-create-standard-thumbnail-command): New user options.
3980         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
3981         is `standard'.  Fix docstring.
3982         (tumme-thumb-width, tumme-thumb-height): New user options.
3983         (tumme-external-viewer): Try to find various viewers.
3984         (tumme-get-thumbnail-image): Use `create-image' instead of
3985         constructing the `image' structure.
3986         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
3987         `standard'.
3988         (tumme-thumb-name): Add file name generation for standard storage.
3989         Simplify code for other storages.
3990         (tumme-thumb-name): Use width %w and height %h instead of size %s.
3991         Add modification time %m and thumbnail-nq8 %q.
3992         Use `tumme-cmd-create-standard-thumbnail-command' if
3993         tumme-thumbnail-storage is `standard'.
3994         (tumme-dired-insert-marked-thumbs): New autoload command.
3995         (tumme-dired-after-readin-hook): New function.
3996         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
3997         `tumme-thumb-size'.
3998         (tumme-display-image): Replace size-x %x and size-y %y with
3999         width %w and height %h.
4001         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4002         `tumme-dired-insert-marked-thumbs'.
4004 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
4006         * tumme.el (tumme-write-tag): Fix small bug (file name did not
4007         include path).
4008         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4009         matching tag.
4011 2006-02-12  Miles Bader  <miles@gnu.org>
4013         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4014         New variables.
4015         (rcirc-abbrev-nick): New function.
4016         (rcirc-format-response-string): Rewrite to use the formats in
4017         `rcirc-response-formats' and expand escape sequences therein.
4018         A text-property `rcirc-text' is added over the actual response
4019         text to make easy to find inside the returned string.
4020         (rcirc-print): When filling, just look for the `rcirc-text'
4021         text-property to find the appropriate fill prefix, instead of
4022         using hardwired patterns.
4024 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
4026         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
4027         Managing Standard.
4029 2006-02-11  Kim F. Storm  <storm@cua.dk>
4031         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4032         Don't use insert-buffer; do insert-buffer-substring directly.
4033         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
4035 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
4037         * files.el (revert-buffer, recover-file): Replace buffer-read-only
4038         with inhibit-read-only.  Suggested by Stefan Monnier.
4039         (revert-buffer): Let insert-file-contents discard
4040         buffer-undo-list.  Simplify code.
4041         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4043 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
4045         * menu-bar.el (menu-bar-select-yank): Add a doc string.
4047         * help.el (describe-key-briefly): Now a wrapper for
4048         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
4049         to t.  Populate yank-menu if empty.
4050         (describe-key-briefly-internal): Renamed from describe-key-briefly.
4051         (describe-key): Now a wrapper for describe-key-internal.  Bind
4052         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
4053         (describe-key-internal): Renamed from describe-key.
4055 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
4057         * progmodes/glasses.el (glasses-separator): Doc fix.
4058         (glasses-original-separator): New defcustom.
4059         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4061 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
4063         * mwheel.el (mouse-wheel-up-event): Doc fix.
4065 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
4067         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4068         (tumme-dir): New function.  Copied from thumbs.el.
4070 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
4072         * desktop.el (desktop-outvar): Fix typo.
4073         (desktop-save-buffer-p): Doc fix.
4075         * subr.el (substitute-key-definition): Fix typo.
4077 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4079         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4080         when window-system is mac.
4082         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4084 2006-02-10  Kim F. Storm  <storm@cua.dk>
4086         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4087         indirect-function instead of using condition-case.
4089 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
4091         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4092         less `colloquial'...
4094 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
4096         * tumme.el: Add a couple of todo items.
4098 2006-02-09  Lars Hansen  <larsh@soem.dk>
4100         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4101         (highlight-changes-mode): Don't change desktop-locals-to-save.
4103 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
4105         * image-mode.el (image-toggle-display): Clear image cache if using
4106         filename.
4108 2006-02-09  Masatake YAMATO  <jet@gyve.org>
4110         * dired-x.el (dired-guess-shell-alist-default): Add .man as
4111         a `dired-man' target.
4113         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4114         boundary of symbols.
4116 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
4118         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4120 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
4122         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4123         `mapcar'; return nil.
4125 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
4127         * mouse.el (mouse-drag-track): Don't change window if we rebind to
4128         some other event.
4130 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
4132         * net/rcirc.el (rcirc-startup-channels-alist):
4133         Add irc.freenode.net and #emacs as defaults.
4134         (rcirc-ignore-all-activity-flag): Remove variable.
4135         (rcirc-authinfo): New variable.
4136         (rcirc-authinfo-filename): Remove variable.
4137         (rcirc-always-use-server-buffer-flag): New flag.
4138         (rcirc): M-x rcirc will automatically connect without prompting.
4139         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
4140         connection in lisp.
4141         (rcirc-process-server-response-1): Remove everything but the nick
4142         portion of the sender so it doesn't need to be done everywhere
4143         else.  Update related code.
4144         (global-map): Remove global keybindings.
4145         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4146         (rcirc-send-input): Split into several functions.
4147         (rcirc-process-input-line, rcirc-process-message)
4148         (rcirc-process-command): New functions.
4149         (rcirc-target-buffer): New function to determine where to route
4150         messages.
4151         (rcirc-user-nick): Save match data.
4152         (rcirc-toggle-ignore-buffer-activity)
4153         (rcirc-update-activity-string): Remove global ignore functionality,
4154         which can be done now by toggling rcirc-track-minor-mode.
4155         (rcirc-track-minor-mode-map): New keymap.
4156         (rcirc-track-minor-mode): New minor-mode.
4157         (ignore): Make the ignore output nicer.  Always print it when
4158         adding or removing nicks.
4159         (rcirc-url-regexp): Improve.
4160         (rcirc-mangle-text): Remove properties before using text in the
4161         modeline.
4162         (rcirc-authenticate): Authentication data comes from
4163         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4164         (rcirc-server-prefix): Inherit from rcirc-server.
4166 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
4168         * Makefile.in (compile): Append "|| true" to the end of the `find'
4169         command, like compile-always does.
4171 2006-02-08  Sam Steingold  <sds@gnu.org>
4173         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4174         output from a dead connection.
4176 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
4178         * dired.el (dired-mode-map): Add more bindings for tumme.
4180 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         * wdired.el (wdired-mode-map): Use remap.
4183         (wdired-get-filename): Massage.
4184         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4185         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4186         `keymap' property rather than `local-map'.
4188 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
4190         * tumme.el (tumme-get-thumbnail-image): New utility function.
4191         Suggested by from Chong Yidong.
4192         (tumme-dired-with-window-configuration): Rename from
4193         `tumme-dired'.  Add code to save window configuration.
4194         (tumme-restore-window-configuration): New command to restore the
4195         window configuration that `tumme-dired-with-window-configuration'
4196         saves before it changes the window configuration.
4197         (tumme-show-all-from-dir): New command to display thumbnails for
4198         all files in a directory entered by the user, like M-x thumbs.
4199         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4200         have been created.
4201         (tumme-display-thumbnail-original-image): Call `display-buffer'.
4202         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4203         Remove obsolete test function.
4205 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
4207         * vc.el (small-temporary-file-directory): Remove defvar; there's
4208         a defcustom for it in files.el.
4210         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4211         Fix typo in message.
4212         (tumme-gallery-generate): Fix typo in `error' message.
4213         (tumme-display-window-height-correction)
4214         (tumme-display-window-width-correction, tumme-line-up-dynamic)
4215         (tumme-line-up-interactive): Dox fixes.
4216         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4217         (tumme-restore-window-configuration, tumme-format-properties-string)
4218         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4219         Fix typos in docstrings.
4221 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
4223         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4225 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
4227         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4228         User should use hook if desired.
4230         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4231         buffer if necessary.
4232         (gdb-delete-frame-or-window): New function.
4233         (gdb-breakpoints-mode-map): Bind "q" to it.
4235 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4237         * textmodes/nroff-mode.el: Clean up name space.
4238         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4239         (nroff-mode): Obey the global setting of nroff-electric-mode.
4240         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4242         * calendar/calendar.el (calendar-increment-month): Typo in last change.
4244 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
4246         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4248 2006-02-06  Lars Hansen  <larsh@soem.dk>
4250         * generic-x.el (etc-fstab-generic-mode): Add file system types
4251         cifs and usbdevfs.  Allow special chars in file names.
4253 2006-02-05  Jay Belanger  <belanger@truman.edu>
4255         Update copyright notices of the files in lisp/calc.
4257 2006-02-05  Romain Francoise  <romain@orebokech.com>
4259         Update copyright notices of all files in the lisp/play directory.
4261 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
4263         * ldefs-boot.el: Regenerate.
4265         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4267 2006-02-05  Kim F. Storm  <storm@cua.dk>
4269         * files.el (magic-mode-regexp-match-limit): New defvar.
4270         (set-auto-mode): Use it to limit magic-mode-alist matching.
4272 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
4274         * simple.el (display-message-or-buffer): Compare the number of
4275         characters to the frame width when determining whether a 1-line
4276         message string will fit in the echo area.  Count screen lines
4277         instead of buffer lines when determining whether a multi-line
4278         message will fit in the echo area/minibuffer window.
4280 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
4282         * info.el (Info-index, Info-mode): Improve the description of the
4283         `i' command.
4285         * ldefs-boot.el: Regenerate.
4287 2006-02-03  Werner Lemberg  <wl@gnu.org>
4289         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4290         greedy to find the closing bracket in \*[...] and similar
4291         expressions.  This is a first rough fix -- many additional
4292         refinements are necessary to make nroff mode really usable with groff.
4294 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
4296         * international/mule-cmds.el (set-locale-environment):
4297         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4298         libX11.
4300 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
4302         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4303         archive are created in archive-tmpdir.
4305 2006-02-02  John Paul Wallington  <jpw@pobox.com>
4307         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4308         (ibuffer-fontification-alist): Use it.
4309         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4310         to "* z" and the Ibuffer Mark menu.
4312         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4314 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4316         * textmodes/table.el (*table--cell-describe-mode)
4317         (*table--cell-describe-bindings): Undo last change since
4318         print-help-return-message is not obsoleted by anything at all.
4320 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
4322         * emulation/cua-base.el (cua-mode): Doc fix.
4324 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
4326         * dframe.el (dframe-handle-make-frame-visible)
4327         (dframe-handle-iconify-frame, dframe-get-focus)
4328         (dframe-select-attached-frame, dframe-power-click)
4329         (dframe-frame-mode): Fix typos in docstrings.
4331         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4332         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4333         Fix typos in docstrings.
4335         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4336         (hi-lock-face-buffer, hi-lock-font-lock-hook)
4337         (hi-lock-archaic-interface-message-used)
4338         (hi-lock-file-patterns-range): Fix typos in docstrings.
4340         * savehist.el (savehist-loaded, savehist-load, savehist-install)
4341         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4343         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4344         Fix typo in docstring.
4346         * net/newsticker.el (newsticker--decode-iso8601-date)
4347         (newsticker--set-customvar, newsticker--buffer-insert-item)
4348         (newsticker--do-run-auto-mark-filter)
4349         (newsticker--parse-generic-feed): Doc fixes.
4350         (newsticker--retrieval-timer-list, newsticker-url-list)
4351         (newsticker-hide-immortal-items-in-echo-area)
4352         (newsticker-hide-obsolete-items-in-echo-area)
4353         (newsticker-new-item-face, newsticker--enclosure)
4354         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4355         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4356         (newsticker--parse-generic-feed, newsticker--cache-contains)
4357         (newsticker--stat-num-items, newsticker-download-enclosures):
4358         Fix typos in docstrings.
4360         * net/rcirc.el (rcirc-debug): Doc fix.
4361         (rcirc-fill-column, rcirc-receive-message-hooks)
4362         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4363         (rcirc-mode, rcirc-generate-new-buffer-name)
4364         (rcirc-startup-channels, rcirc-ignore-update-automatic)
4365         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4366         Fix typos in docstrings.
4367         (rcirc-print): "?\ " -> "?\s".
4368         (rcirc-cmd-join): Improve argument/docstring consistency.
4370 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
4372         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4373         before narrow-to-region.
4375 2006-02-01  Richard M. Stallman  <rms@gnu.org>
4377         * simple.el (move-beginning-of-line): Scan properly for invis change.
4379         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4381 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
4383         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4384         change bit only when id-format is 'integer.  Reported by Matt
4385         Hodges <M.P.Hodges@rl.ac.uk>.
4387 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
4389         * hilit-chg.el (highlight-changes-initial-state)
4390         (highlight-changes-global-initial-state): Doc fixes.
4391         (highlight-changes-global-modes, global-highlight-changes):
4392         Fix typos in docstrings.
4394 2006-02-01  Kim F. Storm  <storm@cua.dk>
4396         * emulation/cua-base.el (cua-mode): Mention that CUA enables
4397         transient-mark-mode in doc string.
4399 2006-01-31  Richard M. Stallman  <rms@gnu.org>
4401         * replace.el (multi-occur): Doc fix.
4402         (multi-occur-in-matching-buffers): Rename from
4403         multi-occur-by-filename-regexp.  Prefix arg says match
4404         buffer names instead of file names.
4406 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
4408         * bs.el: Allow non-default values of `bs-header-lines-length'.
4409         (bs--running-in-xemacs): Remove (not needed anymore).
4410         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4411         instead of `shrink-window', thus avoiding having to compute the
4412         height of the window.
4413         (bs--up): Wrap around even when there's no header.
4414         (bs--down): Use `forward-line' instead of `next-line'.
4416 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
4418         * image-mode.el (image-toggle-display): Use file name if possible,
4419         instead of unnecessarily allocating a (possibly huge) lisp string.
4421 2006-01-30  John Paul Wallington  <jpw@pobox.com>
4423         * subr.el (toplevel): Define `cl-assertion-failed' condition here
4424         because the `assert' macro signals it at runtime.
4426         * emacs-lisp/cl.el (toplevel): Remove definition of
4427         `cl-assertion-failed' condition.
4429 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
4431         * thumbs.el (thumbs-marked-list): Make buffer-local and
4432         permanent-local.
4433         (thumbs-insert-thumb): Make help-echo non-sticky.
4434         (thumbs-file-alist): Use eolp as check for (non)-image.
4436 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
4438         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4439         (ediff-before-session-group-setup-hooks)
4440         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4441         Fix typos in docstrings.
4443         * window.el (bw-dir, bw-eqdir, balance-windows)
4444         (split-window-keep-point): Fix typos in docstrings.
4446         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4447         (org-quote-string, org-calendar-to-agenda-key)
4448         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4449         (org-show-following-heading, org-tags-column)
4450         (org-use-tag-inheritance, org, org-allow-space-in-links)
4451         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4452         (org-enable-table-editor, org-calc-default-modes)
4453         (org-table-allow-automatic-line-recalculation)
4454         (org-export-html-style, org-export-with-fixed-width)
4455         (org-export-with-sub-superscripts, org-special-keyword)
4456         (org-formula, org-time-grid, org-table-may-need-update)
4457         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4458         (org-goto-quit, org-get-indentation, org-end-of-item)
4459         (org-move-item-down, org-move-item-up)
4460         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4461         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4462         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4463         (org-agenda-log-mode, org-agenda-toggle-diary)
4464         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4465         (org-agenda-file-to-end, org-agenda-no-heading-message)
4466         (org-agenda-get-closed, org-format-agenda-item)
4467         (org-cmp-priority, org-cmp-category, org-cmp-time)
4468         (org-agenda-change-all-lines, org-agenda-diary-entry)
4469         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4470         (org-link-search, org-camel-to-words, org-open-file)
4471         (org-remember-handler, org-table-convert-region)
4472         (org-table-move-row-down, org-table-move-row-up)
4473         (org-table-copy-region, org-table-wrap-region)
4474         (org-table-toggle-vline-visibility)
4475         (org-table-get-vertical-vector, org-table-modify-formulas)
4476         (org-table-get-specials, org-recalc-commands)
4477         (org-table-rotate-recalc-marks, org-table-eval-formula)
4478         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4479         (org-level-color-stars-only, org-insert-heading):
4480         Fix typos in docstrings.
4481         (last-arg): Add defvar.
4483         * makefile.w32-in (WINS): Add erc.
4484         (MH_E_SRC): Update (copied from lisp/Makefile.in).
4486 2006-01-29  Bill Wohler  <wohler@newt.com>
4488         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4489         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4490         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
4491         (mh-autoloads): Don't use comments on otherwise empty lines.
4493 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
4495         * emulation/viper.el (viper-major-mode-modifier-list): Add
4496         insert-state and vi-state entries for erc-mode.
4497         (viper-go-away, viper-set-hooks): Add and remove
4498         viper-comint-mode-hook from erc-mode-hook as appropriate.
4500         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4502 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
4504         * bs.el (bs--format-aux): Implement `middle' alignment as
4505         described in the docstring for `bs-attributes-list'.
4506         (bs--get-name): Simplify.  Don't pad the buffer name.
4508 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
4510         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
4511         English aspell dictionary is installed, use the first entry of
4512         ispell-dictionary-alist-1.
4514 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
4516         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4517         Doc fix.
4519 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
4521         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4522         for `process-file', in order to let it work for older Emacsen too.
4524 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
4526         * international/latexenc.el: Add a suitable `coding:' tag.
4527         (latexenc-find-file-coding-system): Undo last change.
4529 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4531         * international/latexenc.el (latexenc-find-file-coding-system):
4532         Make sure latexenc-main-file is a regular file and is readable.
4534 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
4536         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
4537         Pass FILE to vc-user-login-name.
4539         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
4541 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
4543         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
4544         there are no more images to display.
4545         (thumbs-mark, thumbs-unmark): Revert change so that they move to
4546         the next image.
4548 2006-01-26  Richard M. Stallman  <rms@gnu.org>
4550         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
4552         * wid-edit.el (advertised-widget-backward): New alias.
4553         (widget-keymap): Use advertised-widget-backward for S-TAB.
4555         * tumme.el: Correct the keywords.
4556         (tumme-dir-max-size): Use defvar.
4557         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
4559         * simple.el (move-beginning-of-line): Take account of fields.
4560         (clone-indirect-buffer-other-window): Take args like
4561         clone-indirect-buffer, and work like it.
4563         * help-fns.el (describe-function): Don't pass `nil' as default.
4565         * files.el (risky-local-variable-p): Follow var aliases.
4567         * subr.el (lazy-completion-table): Doc fix.
4569         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
4570         global binding of `line'.
4572 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
4574         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
4575         Tramp.
4577         * vc.el (vc-default-dired-state-info): Pass FILE to
4578         vc-user-login-name.
4579         (vc-default-update-changelog): Don't use vc-user-login-name, we
4580         don't need it here.
4582         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
4583         no longer necessary.
4585 2006-01-25  Kenichi Handa  <handa@m17n.org>
4587         * international/mule.el (decode-char): Avoid the overhead of
4588         calling utf-lookup-subst-table-for-decode if
4589         utf-translate-cjk-mode is nil.
4590         (encode-char): Avoid the overhead of calling
4591         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
4592         nil.
4594 2006-01-22  Kenichi Handa  <handa@m17n.org>
4596         * international/mule.el (make-subsidiary-coding-system): Reset
4597         `coding-system-define-form' property of subsidiaries to nil.
4598         Avoid duplicated entry in coding-system-alist.
4599         (make-coding-system): Avoid duplicated entry in
4600         coding-system-alist.
4601         (define-coding-system-alias): Likewise.
4603 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
4605         * completion.el: Minor fixes in introductory comment.
4606         (completion-def-wrapper): Fix alist.
4608 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
4610         * thumbs.el (thumbs-new-image-size): New function.
4611         (thumbs-increment-image-size-element)
4612         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
4613         (thumbs-decrement-image-size): Delete.
4614         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
4615         temp files and use to resize.
4616         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
4617         Use increment argument to enlarge/shrink.  Preserve point.
4618         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
4619         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
4620         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
4621         (thumbs-mark, thumbs-unmark): Preserve point.
4622         (thumbs-modify-image): Keep old temp files and use to modify.
4623         Cleanup old temp files at load time.  Preserve point.
4624         (thumbs-view-image-mode-map): Use new command names.
4626 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * log-view.el (log-view-minor-wrap): First rev is the one at point.
4630         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
4631         the nastiest part of the cyclic dependency.
4632         (cal-menu-update): Use dotimes and calendar-increment-month.
4634         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
4635         (calendar-week-start-day): Add an :initializer.
4636         (calendar-mode-map): Use suppress-keymap, and command remapping.
4637         (describe-calendar-mode): Setup xref-stack info for the back button.
4638         (calendar-star-date): Insert before delete.
4639         (calendar-set-mode-line): Add file-modified info if applicable.
4640         (calendar-increment-month): New function.
4642 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
4644         * font-lock.el (lisp-font-lock-keywords-2):
4645         Recognize "& keywords" only at word boundaries.
4647 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
4649         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
4650         and permanent-local.
4651         (thumbs-max-image-number): New variable.
4652         (thumbs-do-thumbs-insertion): Use them.
4653         (thumbs-per-line): Change default to 4.
4654         (thumbs-marked-list): Rename from thumbs-markedL.
4655         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
4656         (thumbs-rename-images): Use -list instead of L for internal variables.
4657         (thumbs-call-convert): Use call-process instead of shell-command.
4658         (thumbs-insert-thumb): Add filename as help-echo to each image.
4659         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
4660         Give dir to thumbs-show-thumbs-list.
4661         (thumbs-show-thumbs-list): Set default-directory to that of images.
4662         (thumbs-dired-show): Rename from thumbs-dired-show-all.
4663         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
4664         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
4665         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
4667 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         * ses.el (ses-read-cell): Provide a default value.
4671 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
4673         * term/w32-win.el (image-library-alist): Add additional names for
4674         GIF library.
4676 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4678         * international/latexenc.el (latexenc-find-file-coding-system):
4679         Add file-regular-p check.
4681 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4683         * simple.el (clone-buffer): Don't show the new buffer in the same
4684         window.
4686 2006-01-23  Juri Linkov  <juri@jurta.org>
4688         * faces.el (link, link-visited): New faces based on default values
4689         of `info-xref' and `info-xref-visited'.
4691         * info.el (info-xref): Inherit from `link'.
4692         (info-xref-visited): Inherit from `link-visited'.
4694         * cus-edit.el (custom-buffer-create-internal): Use widget type
4695         `custom-manual' instead of `info-link' and don't set properties
4696         `button-face' and `mouse-face' explicitly.
4697         (custom-browse-group-tag, custom-browse-variable-tag)
4698         (custom-browse-face-tag): Inherit from widget class
4699         `custom-group-link' instead of `push-button'.
4700         (custom-button-unraised): Inherit from `underline' face.
4701         (custom-link): Inherit from `link' face.  Fix doc and group.
4702         (custom-add-parent-links, custom-group-value-create): Don't set
4703         properties `button-face' and `mouse-face' explicitly for
4704         `custom-group-link' widget.
4705         (custom-group-link): Add properties `button-face' and `mouse-face'
4706         to widget definition.
4707         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
4708         editable-field's :keymap property.
4709         (custom-mode): Fix docstring: substitute keybindings for
4710         `widget-forward' and `widget-backward' from `widget-keymap',
4711         `widget-complete' from `custom-field-keymap', replace old
4712         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
4714         * desktop.el (desktop-load-file): Check for `fboundp' before
4715         calling `symbol-function'.
4717         * simple.el (clone-buffer, clone-indirect-buffer)
4718         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
4719         `read-string'.  Fix prompts.
4721         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
4723 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
4725         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
4727 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
4729         * startup.el (inhibit-splash-screen, initial-scratch-message):
4730         Doc fixes.
4732 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
4734         Sync with Tramp 2.0.52.
4736         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
4737         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
4738         `tramp-unload-tramp' for checklist.
4740         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
4741         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
4742         (tramp-unload-file-name-handler-alist)
4743         (tramp-unload-tramp): New defuns.
4744         (tramp-advice-PC-expand-many-files): New defadvice.
4745         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
4746         removed.
4747         (tramp-handle-expand-file-name): Remove double slash.
4748         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
4749         It doesn't matter, because it will be converted later on.
4750         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
4751         implementation was just heuristic.
4752         (tramp-post-connection): Set uid and gid properties.
4753         (tramp-convert-file-attributes): Set file's gid change bit.
4754         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
4755         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
4756         in case of su(do)? methods.  The home directory of the local user
4757         will be taken else.
4758         (tramp-open-connection-telnet)
4759         (tramp-open-connection-rsh, tramp-open-connection-su)
4760         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
4761         local shell prompt could hurt.  Reported by Romain Francoise
4762         <romain@orebokech.com>.
4763         (tramp-let-maybe): Add `edebug-form-spec' property.
4764         (tramp-handle-expand-file-name): Bind `default-directory' locally
4765         to "/" in order to avoid problems with UNC shares or Cygwin
4766         mounts.
4767         (tramp-md5-function): Fix typo in error message.
4769         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
4771         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
4772         for byte-compiler pacification.
4774 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
4776         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
4777         ID-FORMAT `string'.  This allows us to get rid of
4778         `vc-user-login-name UID'.
4780         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
4782 2006-01-22  John Paul Wallington  <jpw@pobox.com>
4784         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
4786 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
4788         * emacs-lisp/find-func.el (find-definition-noselect)
4789         (find-variable-noselect): Search variables in C source code too.
4790         (find-function-C-source, find-function-noselect, find-function)
4791         (find-function-other-frame, find-variable-noselect, find-variable)
4792         (find-variable-other-frame, find-variable-at-point):
4793         Fix docstrings.
4795 2006-01-21  Francesco Potorti`  <pot@gnu.org>
4797         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
4799 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
4801         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
4802         Default to disabling the "Save affix" question.
4804 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
4806         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
4807         the first arg to run-python.
4809 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
4811         * startup.el (command-line-1): Handle --no-desktop if desktop.el
4812         is not loaded.
4814 2006-01-20  Jay Belanger  <belanger@truman.edu>
4816         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
4817         limit is 0.
4819         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
4820         the correct variable.
4822 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
4824         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
4825         link.  Fixed buggy argument sequence in call to `org-view-tags'.
4826         (org-compile-prefix-format): Set `org-prefix-has-tag'.
4827         (org-prefix-has-tag): New variable.
4828         (org-format-agenda-item): Remove tags from headline if
4829         appropriate.
4830         (org-agenda-remove-tags-when-in-prefix): New option.
4831         (org-get-tags-at): New function.
4833 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
4835         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
4836         (thumbs-find-image): Move image name and number from buffer name
4837         to mode name.  Set thumbs-buffer.  Preserve point so that large
4838         images remain visible.
4839         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
4840         order.
4841         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
4842         mode name.
4843         (thumbs-next-image, thumbs-previous-image): Make them work.
4845 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
4847         * cus-edit.el (custom-buffer-create-internal): State in the text above
4848         the whole buffer buttons that they do not operate on hidden items.
4849         (custom-face-menu): Use `custom-face-save' instead of
4850         `custom-face-save-command'.
4851         (custom-face-save-command): Make it an alias for `custom-face-save'
4852         and declare it obsolete.
4853         (custom-face-save): Doc fix.
4855         * dired.el (dired-no-confirm): Add quote.
4856         (dired-subdir-alist-pre-R): Add quote in
4857         `make-variable-buffer-local' form and remove unbalanced parenthesis.
4859 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4861         * textmodes/table.el (table-mode-indicator): Typo in last change.
4863 2006-01-19  Richard M. Stallman  <rms@gnu.org>
4865         * outline.el (hide-leaves): Don't call outline-end-of-heading.
4866         Fixes bug reported in Nov 2005.
4868         * isearch.el (isearch-forward): Doc fix.
4870         * dired.el (dired-move-to-filename-regexp): Define as alias.
4871         (dired-no-confirm): Use defcustom.
4872         (dired-subdir-alist-pre-R): Put defvar at top level.
4874         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
4876         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4877         Mark as risky.
4879         * simple.el (set-mark-command): Doc fix.
4880         (clone-indirect-buffer-other-window):
4881         Read arg like clone-indirect-buffer.
4882         (move-beginning-of-line): Skip invisible newlines.
4884 2006-01-19  Masatake YAMATO  <jet@gyve.org>
4886         * progmodes/cpp.el (cpp-edit-load): Make the order of
4887         listed conditions in a base C code buffer and its associate
4888         CPP Edit buffer the same.
4890 2006-01-19  Kenichi Handa  <handa@m17n.org>
4892         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
4893         (rmail-mime-feature): Likewise.
4894         (rmail-require-mime-maybe): Use display-warning to show a warning
4895         message.
4897         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
4898         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
4900 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4902         * array.el: Move defvars out of eval-when-compile.
4903         (array-make-template): Replace undeclared global var with a local one.
4904         (array-mode): Inline initialization functions.
4905         (array-init-local-variables, array-init-max-row)
4906         (array-init-max-column, array-init-columns-per-line)
4907         (array-init-field-width, array-init-rows-numbered)
4908         (array-init-line-length, array-init-lines-per-row): Remove.
4910         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
4911         (doc-mode-map): Define explicitly.
4912         (doctor-txtype): Use mapc.
4914         * textmodes/table.el: Move defvars out of eval-when-compile.
4915         Remove harmful code meant to avoid byte-compiler warnings.
4916         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
4917         specification that checks table-fixed-width-mode directly.
4918         (table-recognize-region, table-recognize-cell):
4919         Use restore-buffer-modified-p.
4920         (table-fixed-width-mode): Remove code that refreshes
4921         table-fixed-mode-indicator.
4922         (*table--cell-describe-bindings, *table--cell-describe-mode):
4923         Avoid obsolete name print-help-return-message.
4924         (table--test-cell-list): Don't use replace-regexp from elisp.
4925         (table--point-entered-cell-function, table--point-left-cell-function):
4926         Don't set table-fixed-mode-indicator, use force-mode-line-update.
4928         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
4929         that was after the end of file.  Use buffer-file-name variable.
4930         (org-timestamp-change): Use with-current-buffer.
4931         (org-todo-list): Don't unnecessarily define a new buffer-local var.
4932         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
4933         `file'.
4935         * progmodes/fortran.el: Move defvars out of eval-when-compile.
4936         (fortran-break-line): Remove unused var `opoint'.
4937         (fortran-abbrev-start): Obey help-event-list.
4939 2006-01-18  Jesper Harder  <harder@phys.au.dk>
4941         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
4943 2006-01-18  Masatake YAMATO  <jet@gyve.org>
4945         * progmodes/make-mode.el (makefile-imake-mode): New mode
4946         derived from makefile-mode.
4947         (makefile-imake-mode-syntax-table): New syntax table
4948         derived from makefile-mode-syntax-table.
4949         (makefile-mode): Write about makefile-imake-mode in doc string.
4950         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
4951         (makefile-imake-font-lock-keywords): New font lock keywords.
4953         * files.el (auto-mode-alist): Add Imakefile.
4955 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
4957         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
4958         loading the file rather than when turning on flyspell-mode.
4960 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
4962         * cus-edit.el (customize-rogue): Minor doc fix.
4964 2006-01-17  Juri Linkov  <juri@jurta.org>
4966         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
4967         instead of the file at the mark as default if the file at the mark
4968         is the same as the file at point or if dired-dwim-target-directory
4969         is not the same as the current directory and the mark is not active.
4971         * log-view.el (log-view-minor-wrap): Use the same logic to get
4972         revisions as `log-view-diff'.
4974         * info.el (Info-revert-find-node): Check for Info-current-file
4975         before preserving new-history.
4977         * man.el (Man-heading-regexp): Add `/'.
4979         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
4980         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
4982 2006-01-16  Juri Linkov  <juri@jurta.org>
4984         * faces.el (mode-line-faces): New defgroup.
4985         (mode-line-highlight): Move definition after new defgroup.
4986         (mode-line, mode-line-inactive, mode-line-highlight):
4987         Replace :group `modeline' with `mode-line-faces'.
4988         (mode-line-buffer-id): New face.
4989         (modeline-buffer-id): New face alias.
4990         (vertical-border): Remove :group `modeline'.
4992         * bindings.el (propertized-buffer-identification): Use face
4993         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
4994         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
4995         (mode-line-buffer-identification-keymap): For mouse-1 replace
4996         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
4997         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
4998         mouse-3.
5000         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5001         Buffer-menu-buffer.  Doc fix.
5002         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5003         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5004         `Buffer-menu-buffer'.
5006         * info.el (Info-mode-line-node-keymap): New defvar.
5007         (Info-set-mode-line): Use `stringp' to check Info-current-file.
5008         Propertize Info-current-node with `mode-line-buffer-id' and
5009         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5011         * time.el (display-time-mail-face): Replace :group `faces' with
5012         `mode-line-faces'.
5014 2006-01-16  Kenichi Handa  <handa@m17n.org>
5016         * international/code-pages.el: Add autoload cookies for cp125[0345678].
5018         * language/european.el (cp1252): New alias for windows-1252.
5020         * international/mule.el (autoload-coding-system): Prepare for EOL
5021         variants.
5023 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
5025         * term.el (term-raw-map): Add mapping for insert.
5026         (term-send-insert): New.
5027         (term-mode): Make variables local here instead of doing it in
5028         `term-emulate-terminal'.
5029         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5030         Scroll reverse needs to take into account the scroll region.
5031         Saving and restoring the cursor should save the color attributes too.
5032         (term-reset-terminal): Reset the scroll region.
5033         (term-handle-ansi-escape): Cursor up and down should take into
5034         account the scroll region.
5035         (term-set-scroll-region): Rename from `term-scroll-region'.
5036         Move to 0,0 after setting the region.
5037         (term-handle-scroll): Handle scroll up.
5038         (term-down): Fix off by one error.
5039         (term-delete-lines): Do not delete outside the scroll region.
5040         (term-insert-lines): Take into account the scroll region.
5042 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5044         * textmodes/ispell.el (ispell-internal-change-dictionary)
5045         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5046         (start, end): Move declaration outside of eval-when-compile.
5048         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5049         (flyspell-mode-on): Use it.
5051         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5052         ispell-kill-ispell-hook.
5054 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
5056         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5057         (Custom-reset-saved): Do not ask for confirmation in single option
5058         buffers.
5060 2006-01-13  Richard M. Stallman  <rms@gnu.org>
5062         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5064 2006-01-13  Romain Francoise  <romain@orebokech.com>
5066         * add-log.el (add-change-log-entry, change-log-merge):
5067         Conditionally use `hard-newline'.
5069 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
5071         * wid-edit.el (widget-field-end): If the overlay is no longer
5072         associated with a buffer, behave as if the overlay didn't exist.
5074         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5075         Make sure the links use the `custom-link' face.
5077 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5079         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5080         (ld-script-mode): Don't set indent-line-function since we don't
5081         have one.
5083 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
5085         * textmodes/org.el (org-open-file): Use mailcap for selecting an
5086         application.
5087         (org-file-apps-defaults-gnu): Use mailcap as the default for
5088         selecting an application on a UNIX system.
5089         (org-agenda-show-tags): New command.
5090         (org-table-insert-hline): Keep cursor in current table line.
5091         (org-table-convert): Offset effect of modifying
5092         `org-table-insert-hline'.
5093         (org-format-agenda-item): New optional argument TAG.
5094         (org-compile-prefix-format): Handle %T format for the tag.
5095         (org-expand-wide-chars): New function.
5096         (org-table-insert-row, org-table-insert-hline):
5097         Use `org-expand-wide-chars'.
5098         (org-open-file): Fix bug in program launch.
5099         (org-get-time-of-day): Fix bug with times before 1am.
5100         (org-agenda-menu): Add tags commands.
5102 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
5104         * textmodes/ispell.el (ispell-init-process): Include the used
5105         dictionary in ispell process start message.
5106         (ispell-internal-change-dictionary): When flyspell-mode is active
5107         and dictionary is changed, make sure ispell process is restarted
5108         and flyspell word cache cleared out for the current buffer.
5109         (ispell-change-dictionary): Make sure flyspell word cache is
5110         cleared out in all buffers with active flyspell mode when
5111         dictionary is globally changed.
5112         Call ispell-internal-change-dictionary after dictionary change.
5114 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
5116         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5118         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5119         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5120         years.  Fix small differences wrt Makefile.in.
5121         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5122         Makefile.in does.
5124 2006-01-12  Bill Wohler  <wohler@newt.com>
5126         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5127         mh-search.el.
5129 2006-01-12  Masatake YAMATO  <jet@gyve.org>
5131         * progmodes/ld-script.el: Update copyright year.
5133 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
5135         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5136         Don't add widget if setting undefined.
5138 2006-01-12  John Paul Wallington  <jpw@pobox.com>
5140         * help-fns.el (describe-variable): Remove newlines from void
5141         variable output.
5143 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
5145         * wdired.el (wdired-mode-map): Add help echo for
5146         wdired-abort-changes.
5148         * man.el (Man-file-name-regexp): Adjust for a list of files.
5150 2006-01-12  Masatake YAMATO  <jet@gyve.org>
5152         * progmodes/ld-script.el (auto-mode-alist): Support
5153         suffix conventions used in netbsd and eCos.
5155 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
5157         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5158         (custom-variable-menu, custom-face-menu, custom-group-menu)
5159         (Custom-mode-menu): Change names of menu items.  (As discussed on
5160         emacs-devel.)
5161         (custom-face-menu): Add "Undo Edits" item.
5163         * startup.el (init-file-user): defcustom -> defvar.
5165         * tooltip.el (tooltip-mode): Doc fix.
5167 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5169         * reveal.el (reveal-post-command): window-buffer signals an error on
5170         dead windows rather than returning nil.
5171         (reveal-open-new-overlays): An overlay might die while we open others.
5173 2006-01-11  Bill Wohler  <wohler@newt.com>
5175         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5176         phrasing in docstring.
5178         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5179         can give some systems gas.  Add new file mh-buffers.el.
5181 2006-01-06  Masatake YAMATO  <jet@gyve.org>
5183         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5184         C preprocessor forward ported from GNU Emacs 21.2.
5186         * progmodes/asm-mode.el (asm-font-lock-keywords):
5187         Use `cpp-font-lock-keywords'.
5189         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5191         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5192         of $ for "\\.ld[s]?".
5194 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5196         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5197         (tcl-indent-line): Return `noindent' if inside a string.
5199         * progmodes/flymake.el (flymake-split-string): Remove more than one
5200         empty string at beg/end of the result.
5201         (flymake-find-buildfile, flymake-find-possible-master-files):
5202         Use expand-file-name.
5203         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5204         since expand-file-name does it for us.  Use directory-file-name.
5205         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5206         (flymake-ler-get-type, flymake-ler-get-text)
5207         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
5208         (flymake-current-line-no): Remove spurious interactive spec.
5209         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5210         (flymake-check-include): Remove arg inc-path merged into inc-name.
5211         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5212         Arg regexp-list replaced by a simple regexp.
5213         (flymake-master-make-header-init, flymake-master-tex-init):
5214         Correspondingly replace regexp-list with a regexp.  Fix regexp.
5216 2006-01-10  Simon Josefsson  <jas@extundo.com>
5218         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5219         describing AUTH PLAIN fix.
5221 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
5223         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5224         (report-emacs-bug): Don't record initial prompt text.
5225         Instead, add text properties to prompting text.
5226         (report-emacs-bug-hook): Delete prompting text.
5228 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5231         `dirs'.  Adjust callers.
5233 2006-01-09  John Paul Wallington  <jpw@gnu.org>
5235         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5237 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5239         * reveal.el (reveal-open-new-overlays): New extracted fun.
5240         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
5241         using them.  Simplify the code.
5242         (reveal-post-command): Use them.  Fix up obsolete windows in
5243         reveal-open-spots.
5245         * progmodes/flymake.el: Use `require' rather than autoload for
5246         XEmacs's overlays.
5247         (flymake-get-common-file-prefix, flymake-build-relative-filename):
5248         Delete.  Use file-relative-name instead.
5249         (flymake-get-syntax-check-program-args, flymake-perl-init):
5250         Simplify the resulting code.
5252         * log-view.el (log-view-file-re, log-view-message-re): Add support
5253         for DaRCS output.
5255 2006-01-09  Alex Schroeder  <alex@gnu.org>
5257         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5258         identifiers sometimes added in square brackets at the beginning of
5259         subject lines.
5261 2006-01-07  Richard M. Stallman  <rms@gnu.org>
5263         * cus-edit.el (Custom-set, Custom-save): Doc fix.
5264         (Custom-reset-current, Custom-reset-saved): Change question text.
5265         (Custom-reset-standard): Likewise.
5266         (custom-variable-reset-saved): Doc fix.
5268 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
5270         * startup.el (init-file-user): Doc fix.
5272 2006-01-07  Alex Schroeder  <alex@gnu.org>
5274         * mail/rmail.el (rmail-current-subject): New function.
5275         (rmail-current-subject-regexp): New function.
5276         (rmail-next-same-subject): Use it.
5278         * mail/rmailsum.el (rmail-summary-by-topic):
5279         Use rmail-current-subject and rmail-current-subject-regexp.
5280         (rmail-summary-next-same-subject): Ditto.
5282         * net/rcirc.el (rcirc-send-input): No longer check whether the
5283         process is open, since not all commands need an open process.
5284         (rcirc-send-string): Check whether the process is open before
5285         sending anything.
5286         (rcirc-ignore-list): New option.
5287         (rcirc-ignore-list-automatic): New variable.
5288         (rcirc-print): Take rcirc-ignore-list into account.
5289         (rcirc-cmd-ignore): New command.
5290         (rcirc-ignore-update-automatic): New function.
5291         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5292         list if ignored nicks.
5293         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5295 2006-01-06  David Reitter  <david.reitter@gmail.com>
5297         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5298         reflect the address to which the report will be sent.
5300 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
5302         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5303         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5305 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
5307         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5309         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5310         the doc string: "functoin" => "function".
5311         * ldefs-boot.el: Likewise.
5313         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5314         message text: "Duplicat" => "Duplicate".
5316 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5318         * files.el (basic-save-buffer-2): If backing-up failed, reset
5319         buffer-backed-up to nil.
5321 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
5323         * progmodes/gud.el (gdb-script-skip-to-head)
5324         (gdb-script-calculate-indentation): Indent for breakpoint command
5325         lists also.
5327 2006-01-05  Bill Wohler  <wohler@newt.com>
5329         * Makefile.in (compile-always): Add mh-autoloads dependency.
5330         (bootstrap): Remove mh-autoloads dependency, as compile dependency
5331         provides it.
5332         (updates): Remove mh-autoloads dependency, since it probably has
5333         already run recently (via recompile).
5335 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5337         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5338         argument `force' to disable the flyspell-last-buffer optimization.
5339         (flyspell-mode-on): Use it.
5341         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5342         flymake-simple-cleanup.
5343         (flymake-allowed-file-name-masks): Use this new default.
5344         All the functions are now called in the right buffer rather than
5345         passing the buffer as argument.
5346         (flymake-process-sentinel): Switch to buffer before calling cleanup.
5347         (flymake-parse-err-lines): Remove redundant buffer arg.
5348         (flymake-get-program-dir): Comment out unused function.
5349         (flymake-start-syntax-check, flymake-start-syntax-check-process):
5350         Remove redundant buffer argument.
5351         (flymake-get-real-file-name, flymake-simple-java-cleanup)
5352         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5354 2006-01-05  Richard M. Stallman  <rms@gnu.org>
5356         * info.el (Info-find-node): Don't record previous node if have none.
5357         (info): Go to directory only if history is empty.
5359         * simple.el (mark): Doc fix.
5361 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5363         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5364         already of desired type.
5365         (mac-ae-list): Coerce parameter to "list" type.
5366         (mac-dispatch-apple-event): Replace cadr part of event with a
5367         dummy position so that event-start returns it.
5369 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
5371         * textmodes/org.el (org-end-of-subtree): New function.
5372         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5373         Use `org-end-of-subtree'.
5374         (org-agenda, org-agenda-convert-date): Protect calls to
5375         `fit-window-to-buffer'.
5376         (org-tags-view): Force matching of sublevels when doing a
5377         todo-only search.  Define the correct redo command, including the
5378         arguments.
5379         (org-agenda-redo): Display message.
5380         (org-check-for-org-mode): New function.
5381         (org-agenda-type): New variable.
5382         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5383         Set `org-agenda-type'.
5384         (org-agenda-check-type): New function.
5385         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5386         (org-agenda-week-view, org-agenda-day-view)
5387         (org-agenda-next-date-line, org-agenda-previous-date-line)
5388         (org-agenda-log-mode, org-agenda-toggle-diary)
5389         (org-agenda-toggle-time-grid, org-agenda-date-later)
5390         (org-agenda-date-prompt, org-agenda-diary-entry)
5391         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5392         (org-agenda-convert-date, org-agenda-menu):
5393         Use `org-agenda-check-type'.
5394         (org-make-overlay, org-delete-overlay)
5395         (org-detatch-overlay, org-move-overlay, org-overlay-put):
5396         New compatibility functions.
5397         (org-calendar-select-mouse): New command.
5399 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
5401         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5402         (Custom-reset-standard): Fix y-or-n-p messages.
5403         (custom-link): New face for links.
5404         (custom-buffer-create-internal, custom-manual): Use it.
5405         (custom-face-save): Push to theme-face before setting face spec.
5407         * wid-edit.el (widget-default-mouse-face-get): New function.
5408         (widget-specify-button): Handle mouse-face like button-face.
5410         * custom.el (load-theme): Clear old theme settings if reloading.
5412 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5414         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5415         "Erase Customization" button back to same position it occupies in
5416         the individual State menus.
5418 2006-01-04  Kim F. Storm  <storm@cua.dk>
5420         * wid-edit.el (key-sequence): Rework widget to read key binding
5421         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
5422         (widget-key-sequence-default-value): Default value for empty sequence.
5423         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
5424         (widget-key-sequence-read-event): New command for C-q.
5425         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5426         (widget-key-sequence-value-to-external): New functions.
5428 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5430         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5431         Use expand-file-name.
5432         (flymake-delete-temp-directory): Use expand-file-name,
5433         file-name-directory, and directory-file-name.
5434         (flymake-strrchr): Delete.
5435         (flymake-start-syntax-check): Don't pass the redundant buffer argument
5436         to the init-f function.
5437         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5438         (flymake-init-find-buildfile-dir)
5439         (flymake-init-create-temp-source-and-master-buffer-copy)
5440         (flymake-simple-make-init-impl, flymake-simple-make-init)
5441         (flymake-master-make-init, flymake-master-make-header-init)
5442         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5443         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5444         (flymake-xml-init): Remove corresponding redundant buffer argument.
5445         (flymake-allowed-file-name-masks): Remove last elems that are equal to
5446         the default anyway.  Clean up regexps.
5448         * progmodes/flymake.el (flymake-temp-source-file-name)
5449         (flymake-master-file-name, flymake-temp-master-file-name)
5450         (flymake-base-dir): New buffer-local vars.
5451         (flymake-buffer-data, flymake-get-buffer-value)
5452         (flymake-set-buffer-value): Replace those hash-tables by the new
5453         buffer-local vars.  Update callers.
5455         * progmodes/flymake.el (flymake-check-start-time)
5456         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5457         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5458         Move definition, so we can remove redundant earlier declaration.
5459         (flymake-replace-regexp-in-string, flymake-split-string)
5460         (flymake-get-temp-dir): Use defalias.
5461         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
5462         (flymake-xemacs-window-edges): Remove unused function.
5463         (flymake-get-point-pixel-pos): Move.
5464         (flymake-pid-to-names, flymake-reg-names)
5465         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5466         Replace by a simple list flymake-processes and by process-buffer.
5467         Update callers.  Other than simplify the code, it uses buffers rather
5468         than buffer-names so it doesn't get confused by uniquify.
5469         (flymake-buffer-data): The global value should just be nil.
5471         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5472         Optimize the body of a defalias like any other code.
5474         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5475         Make sure we've setup font-lock's vars.  It may influence which
5476         function we then call.
5477         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5478         here since it's too late anyway.
5480 2006-01-03  Romain Francoise  <romain@orebokech.com>
5482         * startup.el (fancy-splash-tail, normal-splash-screen):
5483         Update copyright year.
5485 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
5487         * mouse.el (mouse-drag-track): Rename, from
5488         `mouse-drag-region-1'.  Includes optional argument required to
5489         enable post-drag event processing (e.g. delete region keys).
5490         Can be used without this argument to track a mouse region and operate
5491         on it as soon as the drag completes.
5492         (mouse-drag-region): Use `mouse-drag-track'.
5494 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
5496         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5497         Move to `custom-buffer' group.
5499         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5500         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5501         (custom-theme-insert-face-marker, custom-theme-variable-menu)
5502         (custom-theme-face-menu): New variables.
5503         (custom-theme-add-variable, custom-theme-variable-action)
5504         (custom-variable-reset-theme, custom-theme-delete-variable)
5505         (custom-face-reset-theme, custom-theme-face-action)
5506         (custom-theme-delete-face, custom-theme-merge-theme)
5507         (custom-theme-add-face, custom-theme-visit-theme): New functions.
5509 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
5511         * custom.el: Move Custom Themes commentary to start of theme code.
5512         (custom-known-themes): Rename `standard' theme to `changed'.
5513         (custom-push-theme): Caller no longer specifies what theme to use
5514         when doing `reset'---the setting is simply removed from the theme.
5515         Delete MODE from `theme-value' and `theme-settings' properties.
5516         (custom-declare-theme): Ignore &rest args since we don't use them.
5518         (custom-loaded-themes): Delete variable.
5519         (custom-theme-load-themes, custom-theme-loaded-p)
5520         (custom-theme-value): Delete functions.
5522         (custom-declare-theme): Signal error on invalid theme names.
5523         (provide-theme): custom-loaded-themes was deleted.
5524         (load-theme): Load the file unconditionally.
5525         (enable-theme): Call `load-theme' if theme is undefined.
5526         (custom-enabled-themes): Only update value for successful loads.
5527         (disable-theme): Complete from enabled themes when interactive.
5528         (custom-variable-theme-value): Calculate theme value directly.
5530         (custom-theme-reset-variables, custom-reset-variables): Mark as
5531         XEmacs compatibility functions.  We don't actually use these.
5533         * cus-edit.el (custom-variable-state-set):
5534         Use custom-variable-theme-value instead of custom-theme-value.
5535         (custom-face-state-set): Rename `standard' theme to `changed'.
5536         (custom-save-variables, custom-save-faces): Delete unneeded
5537         references to custom-reset-variables.
5538         (custom-save-resets): Delete function.
5539         (custom-save-variables, custom-save-faces): MODE argument deleted.
5540         (custom-save-variables, custom-save-faces): Ignore theme values.
5542         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
5543         compatibility function.
5545 2006-01-01  Richard M. Stallman  <rms@gnu.org>
5547         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
5548         (Custom-reset-current, Custom-reset-saved): Likewise.
5549         (Custom-reset-standard): Show message if aborted.
5550         (custom-mode): Doc fix, describing those commands.
5552         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
5553         put on event-kind property.
5555 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
5557         * custom.el (provide-theme): Ban `user' theme name.
5558         (custom-enabling-themes): New variable.
5559         (enable-theme): Don't enable user if custom-enabling-themes is t.
5560         (custom-enabled-themes): Make it a defcustom.
5561         (custom-theme-recalc-face): No-op if face is undefined.
5563         * cus-edit.el (custom-button-mouse): New variable.
5564         (custom-button-mouse): New face.
5565         (custom-raised-buttons, custom-mode): Use it.
5567         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
5569 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
5571         * progmodes/gud.el (gud-display-line): Support hl-line in the
5572         source buffer.
5574 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
5576         * mouse.el (mouse-drag-window-above): Verify that the found window
5577         overlaps with the given window in the horizontal dimension.
5579 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
5581         * Makefile.in (cvs-update): New target.
5583         * makefile.w32-in (cvs-update): Ditto.
5585 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
5587         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
5588         (custom-new-theme-mode-map): New variable.
5590 2005-12-30  Richard M. Stallman  <rms@gnu.org>
5592         * custom.el (custom-load-themes): Function deleted.
5594         * cus-edit.el (custom-save-loaded-themes): Function deleted.
5595         (custom-save-variables): Don't delete or add custom-load-themes call.
5597 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5599         * cus-start.el: Add `visible-cursor'.
5601         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
5602         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5603         (flymake-process-filter): Switch to buffer before calling it instead.
5604         (flymake-post-syntax-check, flymake-highlight-err-lines)
5605         (flymake-delete-own-overlays, flymake-parse-err-lines)
5606         (flymake-start-syntax-check, flymake-start-syntax-check-process)
5607         (flymake-count-lines, flymake-parse-residual):
5608         Remove constant buffer argument.
5609         (flymake-start-syntax-check-for-current-buffer): Remove.
5610         Update callers to use flymake-start-syntax-check instead.
5611         (flymake-display-err-menu-for-current-line):
5612         Remove unused var `mouse-pos'.
5613         (flymake-restore-formatting): Comment out unused function.
5614         (flymake-report-status, flymake-report-fatal-status): Remove buffer
5615         argument, use current-buffer instead.  Update callers.
5617 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5619         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
5620         buffer-local because choose-completion-delete-max-match requires
5621         that we set completion-ignore-case (i.e., binding via let is not
5622         sufficient).
5623         (bibtex-complete): Always set completion-ignore-case and
5624         choose-completion-string-functions.  The latter is needed because
5625         choose-completion-string-functions keeps its value if we quit the
5626         *Completions* buffer without requesting a completion.
5628 2005-12-30  Andreas Schwab  <schwab@suse.de>
5630         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
5632 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
5634         * jit-lock.el (jit-lock-chunk-size): Doc fix.
5636 2005-12-30  Juri Linkov  <juri@jurta.org>
5638         * locate.el (locate-fcodes-file, locate-header-face)
5639         * progmodes/delphi.el (delphi-other-face)
5640         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
5642         * paren.el (show-paren-match, show-paren-mismatch): Use existing
5643         group `paren-showing-faces'.
5645         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
5646         (goto-address): Fix docstring.
5648         * net/webjump.el (webjump-sample-sites): Update URLs.
5650         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
5652         * subr.el (cancel-change-group): Add listp around pending-undo-list.
5654 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5656         * font-lock.el (font-lock-compile-keywords): Signal an error when
5657         font-lock-set-defaults hasn't been called.
5659 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5661         * subr.el (noreturn, 1value): Doc fixes.
5663 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5665         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
5666         that assoc-string returns nil.
5668 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5670         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
5671         (bibtex-entry-type-str, bibtex-empty-field-re)
5672         (bibtex-search-backward-string, bibtex-preamble-prefix)
5673         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
5674         (bibtex-any-valid-entry-type): New variable.
5675         (bibtex-parse-field-name): Simplify.
5676         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
5677         (bibtex-preamble-prefix): Include left delimiter.
5678         (bibtex-search-forward-field, bibtex-search-backward-field):
5679         Allow unbounded search past entry boundaries (required by bibtex-pop).
5680         (bibtex-text-in-field-bounds): Use push.
5681         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
5682         (bibtex-parse-preamble, bibtex-valid-entry)
5683         (bibtex-beginning-first-field): New functions.
5684         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
5685         (bibtex-map-entries): Fix docstring.
5686         (bibtex-flash-head): New arg prompt.  Simplify.
5687         (bibtex-enclosing-field): Include code of bibtex-inside-field.
5688         (bibtex-insert-kill): Simplify.  Always insert text past the
5689         current field or entry.
5690         (bibtex-format-entry): Use bibtex-parse-field.
5691         (bibtex-pop): Use bibtex-beginning-of-entry and
5692         bibtex-end-of-entry to initiate the search.  Insert empty field if
5693         we found ourselves.
5694         (bibtex-print-help-message): New args field and comma.
5695         Handle entry keys.
5696         (bibtex-make-field): Use bibtex-beginning-of-entry.
5697         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
5698         invalid entry.
5699         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
5700         Handle preambles.  Simplify code for thorough test.
5701         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
5702         New arg comma.  Handle entry heads.
5703         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
5704         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
5705         New arg comma.
5706         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
5707         (bibtex-fill-field): Simplify.
5708         (bibtex-fill-entry): Use bibtex-beginning-first-field and
5709         bibtex-parse-field.
5710         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
5711         (bibtex-complete): Use bibtex-parse-preamble.
5713 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
5715         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
5716         Display name of expression instead of convenience variable.
5717         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
5719         * progmodes/gud.el (gud-tooltip-dereference): Rename from
5720         toggle-gud-tooltip-dereference.
5721         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
5722         (gud-tooltip-tips): ...here when dereferencing.
5724 2005-12-28  Bill Wohler  <wohler@newt.com>
5726         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
5728 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5730         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
5731         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
5732         (vc-annotate-display-autoscale): Adjust call.
5733         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
5734         Fix interactive spec.
5735         (vc-annotate-time-span): Remove.
5736         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
5737         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
5738         (vc-annotate-display-select): Use new name.
5740         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
5741         (vc-annotate-mode-menu): Remove left-over redundant declaration.
5742         Correct the construction of span entries.  Simplify.
5743         (vc-annotate-display-select): Fix the nil case.
5744         (vc-annotate): Remove obsolete (and now broken) code.
5745         (vc-annotate-extract-revision-at-line): Remove obsolete code.
5746         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
5748 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
5750         * subr.el (lazy-completion-table): Correct typo in docstring.
5752         * startup.el (command-line): Use `custom-reevaluate-setting' for
5753         `send-mail-function'.
5755         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
5757 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
5759         * mail/smtpmail.el (smtpmail-try-auth-methods):
5760         Send credentials together with "AUTH PLAIN" command.
5762 2005-12-27  Richard M. Stallman  <rms@gnu.org>
5764         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
5765         mouse-2, go back to previously selected window, so it's selected
5766         when mouse-2 command runs.
5768 2005-12-27  Juri Linkov  <juri@jurta.org>
5770         * descr-text.el (describe-text-sexp): Use square brackets for
5771         button [Show] to distinguish it from the property value `show'.
5772         (describe-property-list): Use `insert-text-button' with
5773         `help-face' type instead of putting face in quotes, because button
5774         is not created automatically for a list of faces.
5775         (describe-text-properties-1): Put button-type value in quotes to
5776         distinguish from plain text "button".
5777         (describe-char): Display code point values in hex.  Don't use
5778         `symbol-name' for `current-input-method' because it is a string.
5779         Use `insert-text-button' with `help-face' type instead of putting
5780         hardcoded face in quotes, because button is not created automatically.
5782 2005-12-27  Richard M. Stallman  <rms@gnu.org>
5784         * progmodes/glasses.el (glasses-face): More specific custom type.
5786         * files.el (set-visited-file-name): Doc fix.
5788         * textmodes/flyspell.el (flyspell-external-point-words):
5789         Use local var buffer-scan-pos to advance scan for next misspelling.
5790         Advance it only after we find the misspelling.
5792 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
5794         * textmodes/flyspell.el (flyspell-external-point-words):
5795         New criteria for finding the misspelling in the buffer.
5797 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
5799         * help-mode.el (help-insert-string): Set help-xref-stack-item
5800         rather than call help-setup-xref.
5802         * descr-text.el (describe-char): Revert previous changes for
5803         optional buffer argument.
5805 2005-12-27  Juri Linkov  <juri@jurta.org>
5807         * help-mode.el (help-insert-string): New function.  Save buffer
5808         contents in cases where it is impossible to recompute the old contents.
5810         * descr-text.el (describe-char): Set help-xref-stack-item
5811         explicitly after buffer has been generated.
5813 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5815         * cus-start.el (all): Add x-gtk-show-hidden-files.
5817 2005-12-26  Richard M. Stallman  <rms@gnu.org>
5819         * replace.el (perform-replace): Calculate match-again
5820         before skipping read-only matches.
5822         * paren.el (paren-showing-faces): New group.
5823         (show-paren-match, show-paren-mismatch): Move to that group.
5825         * button.el (button): Put into group `basic-faces'.
5827         * progmodes/make-mode.el: Remove faces from group `faces'.
5829         * apropos.el (apropos, apropos-value): Doc fix.
5830         (apropos-documentation): Doc fix.
5832 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5834         * subr.el (lazy-completion-table): Remove argument `args'.
5836         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5837         Don't use the `args' argument of lazy-completion-table.
5839 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
5841         * descr-text.el (describe-char): Add optional argument for buffer.
5842         Set buffer appropriately.  Call help-setup-xref.
5843         Suggested by Stefan Monnier.
5845 2005-12-26  Juri Linkov  <juri@jurta.org>
5847         * descr-text.el: Require `help-fns' at runtime.  Don't require
5848         `button' for byte compilation.
5849         (describe-text-widget): Add `help-echo' for first button.
5850         Use `help-info' for second.
5851         (describe-property-list): Use `help-argument-name' instead of `italic'.
5852         (describe-text-category): Add prompt to interactive spec.
5853         Call `help-setup-xref'.
5854         (describe-char): Use `help-character-set'.  Add `help-echo' for
5855         code point.  Use `help-input-method'.  Remove superfluous insert.
5857 2005-12-25  Richard M. Stallman  <rms@gnu.org>
5859         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
5860         at point, in case of narrowing.
5862         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
5864         * locate.el (locate-header-face): Allow nil in type.
5866         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
5868 2005-12-25  Romain Francoise  <romain@orebokech.com>
5870         * battery.el (battery-linux-proc-acpi): Also try
5871         `/proc/acpi/thermal_zone/THM0/temperature'.
5873 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
5875         * custom.el (custom-push-theme): Fix docstring.
5877         * cus-edit.el (custom-variable-set, custom-variable-save)
5878         (custom-variable-save): Custom-quote widget values.
5879         (customize-save-variable): Fix custom-push-theme call.
5881 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
5883         * w32-fns.el (w32-batch-update-autoloads): New function.
5885         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
5886         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
5887         from the command line.
5889 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
5891         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
5892         reset means to remove setting from theme entirely.  Don't keep
5893         expanding theme-settings list; delete old entries if necessary.
5895         * cus-edit.el (custom-buffer-create-internal): Move "Erase
5896         customization" button one line up.
5897         (custom-themed): New face.
5898         (custom-magic-alist): New value, THEMED, for theme settings.
5899         (custom-variable-state-set, custom-face-state-set):
5900         Check theme-value instead of saved-value.
5901         (custom-variable-reset-standard, custom-face-reset-standard):
5902         Remove theme setting entirely.  Recalculate new values.
5903         (custom-variable-set, custom-variable-set)
5904         (custom-variable-reset-saved, custom-variable-reset-backup)
5905         (custom-face-set, custom-face-reset-saved): Update `user' theme.
5906         (custom-variable-save): Fix typos.
5908 2005-12-23  Juri Linkov  <juri@jurta.org>
5910         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
5911         Add autoload cookies.
5912         (edebug-outside-d-c-i-n-s-w): New variable.
5913         (edebug-display, edebug-outside-excursion): Use it to save the
5914         original value of default-cursor-in-non-selected-windows.
5915         Set default-cursor-in-non-selected-windows to t while Edebug
5916         is active.
5917         (edebug-mode, edebug-eval-mode): Doc fix.
5919         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
5920         with `buffer-substring-no-properties' to remove common substring
5921         highlighting.
5923         * info.el (info-other-window, info): Rename function argument
5924         `file' to `file-or-node'.
5925         (Info-complete-menu-item): Use local variable `complete-nodes' to
5926         keep the global value of `Info-complete-nodes' unchanged for
5927         subsequent completions.
5928         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
5930         * simple.el (get-next-valid-buffer, last-buffer)
5931         (next-error-buffer-p, next-error-find-buffer)
5932         (minibuffer-history-sexp-flag): Doc fix.
5934         * savehist.el (savehist-mode-hook): Add `:group'.
5936         * log-view.el: Call autoload for vc-find-version.
5937         (log-view-current-file): Adjust subgroup numbers.
5938         (log-view-current-tag): Add `length'.
5940 2005-12-23  Richard M. Stallman  <rms@gnu.org>
5942         * vc.el (vc-annotate-car-last-cons): Defn moved up.
5944 2005-12-23  Juri Linkov  <juri@jurta.org>
5946         * hi-lock.el (hi-lock-archaic-interface-message-used)
5947         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
5948         (hi-lock-mode): Display "Hi" in the mode line only when
5949         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
5950         (hi-lock-write-interactive-patterns):
5951         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
5952         (hi-lock-set-pattern, hi-lock-set-file-patterns)
5953         (hi-lock-font-lock-hook): Set 3rd arg `how' of
5954         font-lock-add-keywords to t.
5956 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
5958         * hi-lock.el (hi-lock-highlight-range): New variable.
5959         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
5960         only if font-lock-fontified is non-nil.  Remove overlays.
5961         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
5962         font-lock-fontified is non-nil, otherwise use overlays (instead of
5963         text properties).
5964         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
5965         New variables.
5966         (hi-lock-string-serialize) New function.
5968 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5970         * menu-bar.el (menu-find-file-existing): New function.
5971         (menu-bar-file-menu): Use menu-find-file-existing for Open.
5973         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
5975 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5977         * vc.el: Remove unnecessary leading * in docstrings.
5978         (vc-annotate-mode-map): Move initialization into declaration.
5979         (vc-static-header-alist): Nitpick on the regexp.
5980         (vc-default-init-version): New fun.
5981         (vc-register): Use it.
5982         (vc-insert-headers): Use dolist.
5983         (vc-annotate-get-backend): Remove unused function.
5984         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
5985         (vc-annotate-mode): Remove corresponding call.
5986         (vc-annotate-car-last-cons): Simplify.
5987         (vc-annotate-buffers): Remove var.
5988         (vc-annotate-backend): Make it buffer-local.
5989         (vc-annotate): Move the interaction to the interactive spec.
5990         Add a `buf' argument.
5991         (vc-annotate-warp-version): Use this new `buf' argument to avoid
5992         killing&creating a vc-annotate buffer, which is very disruptive when
5993         the buffers are shown in dedicated frames.
5995 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
5997         * descr-text.el: Add FSF as maintainer.
5998         (describe-text-mode, describe-text-mode-map)
5999         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
6000         help-mode.
6001         (describe-text-widget, describe-text-sexp)
6002         (describe-property-list, describe-text-category)
6003         (describe-text-properties, describe-text-properties-1)
6004         (describe-char): Use help buttons instead of widgets.
6005         (describe-char-unicodedata-file): Make URL link in doc string.
6007 2005-12-22  Richard M. Stallman  <rms@gnu.org>
6009         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6010         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6011         Don't include buttons that write a file when there's no file.
6012         (custom-variable-menu, custom-face-menu, custom-group-menu):
6013         Don't include commands that write a file when there's no file.
6014         (customize-browse): Reword the top-of-buffer help intro.
6015         (custom-buffer-create-internal): Fix previous change.
6016         (customize-changed-options-previous-release): Prev release is 21.1.
6017         (customize-changed-options): Doc fix.
6018         (customize-changed): New alias.
6019         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6020         Say "standard values".
6021         (Custom-reset-standard): Doc fix.
6022         (custom-face-reset-standard): Doc fix.
6024 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6026         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6027         even if font-lock-mode is non-nil since it may be t without having
6028         turned on font-lock-mode-internal.
6029         (font-lock-choose-keywords): Minor optimization.
6030         (font-lock-add-keywords, font-lock-remove-keywords)
6031         (font-lock-set-defaults): Don't call make-local-variable on a variable
6032         that we know to already be local.
6034 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6036         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6037         messages if in the minibuffer.
6039 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6041         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6042         (tex-mode-flyspell-verify, flyspell-get-word)
6043         (flyspell-external-point-words): Don't use point-min/max uselessly.
6045         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6046         by Kevin Rodgers.  Instead, just hide the completions buffer if we
6047         don't need to show it.
6049 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
6051         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6053 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6055         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6056         delete-windows-on with an inexistent buffer.
6058 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
6060         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6061         Delete defcustom variable :tag names.
6063 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6065         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6066         (log-view-font-lock-keywords): Ajust subgroup numbers.
6067         (log-view-current-tag): Don't hard code the number of subgroups.
6069 2005-12-20  Juri Linkov  <juri@jurta.org>
6071         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6072         (tooltip-x-offset, tooltip-y-offset): Doc fix.
6074         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6075         (menu-bar-non-minibuffer-window-p): Instead of checking
6076         display-multi-frame-p, use selected-frame when menu-updating-frame
6077         is nil.
6079 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
6081         * align.el (align-rules-list): Use [ \t] instead of \s-
6082         for column separators in text mode.
6084 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
6086         * help-mode.el (help-customize-variable, help-customize-face):
6087         Don't pop help-xref-stack as help-follow no longer pushes
6088         anything on to it.
6090 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
6092         * textmodes/org.el (org-agenda-custom-commands): New option.
6093         (org-agenda): Offer custom commands on splash screen.
6094         (org-make-tags-matcher): Parser for Boolean logic added.
6095         (org-agenda-set-tags): New command.
6096         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6097         (org-set-tags): Efficiency improvements.
6098         (org-auto-align-tags): New option.
6099         (org-todo, org-demote, org-promote): Realign tags.
6100         (org-tags-completion-function): Use also "&" and "|" as separators.
6101         (org-org-menu): Agenda commands simplified.
6103 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6105         * cus-edit.el (customize-apropos, customize-apropos-options):
6106         Docstring changes.
6108         * font-lock.el (font-lock): Add tags to the links in the defgroup.
6110 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
6112         * longlines.el (longlines-mode): Wrap while widened.
6113         (longlines-decode-region, longlines-encode-region): Compute max
6114         just once.
6116 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6118         * cus-edit.el (mac): New group.
6120         * cus-start.el (all): Add user options in macterm.c.  Add test for
6121         Mac-related built-ins.  Fix test for GTK-related built-ins.
6123         * term/mac-win.el (mac-handle-language-change)
6124         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6125         (mac-services-open-selection, mac-services-mail-selection)
6126         (mac-services-mail-to, mac-services-insert-text)
6127         (mac-dispatch-apple-event): Add docstrings.
6128         (x-get-selection, mac-select-convert-to-string): Select coding
6129         system from `utf-16be' and `utf-16le' using `byteorder'.
6131 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * subr.el (lazy-completion-table): Don't be fooled if the var holds
6134         a "list" (lambda ...) rather than a real completion list.
6136         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6137         lexical-let when encountering ((lambda (...) ...) ...).
6139 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
6141         * progmodes/sh-script.el (sh-mode):
6142         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6143         * textmodes/picture.el (picture-mode): Update docstrings.
6145 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
6147         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6148         commands enclosed in $(ARGQUOTE)s should not be split between two
6149         lines, as that will break with GNU Make >3.80, when sh.exe is used
6150         and arg quoting is with '..'.
6151         (autoloads): Don't break the quoted --eval expression between
6152         several lines.
6154 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
6156         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6157         Capture error from printing circular structures.
6159 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
6161         * wid-edit.el (widget-checkbox-action): Clear undo info.
6163 2005-12-16  Bill Wohler  <wohler@newt.com>
6165         * menu-bar.el (kill-this-buffer): Set a good example by using menu
6166         bar, not menubar in comment.
6168 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6170         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6171         After-change-functions should not clobber the match data.
6173 2005-12-16  Juri Linkov  <juri@jurta.org>
6175         * simple.el (choose-completion): Use `buffer-substring-no-properties'
6176         instead of `buffer-substring'.
6177         (completion-common-substring): Doc fix.
6178         (completion-setup-function): Use minibuffer-completion-contents
6179         instead of minibuffer-contents.  Don't set common-string-length
6180         initially.  Remove special handling of partial-completion-mode.
6181         Move computation of completion-base-size into one cond.
6182         Call completion-base-size-function in mainbuf.  In computation of
6183         completion-base-size for file name completion don't move point to
6184         the end of the minibuffer.  Move computation of common-string-length
6185         into one cond.  Start putting faces only when common-string-length>=0.
6186         Add condition to put completions-common-part when
6187         common-string-length>0.
6189         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6190         place point at the first different character in the minibuffer
6191         even if this position is at the beginning of the minibuffer.
6193         * info.el (Info-read-node-name-1): In completion-base-size-function's
6194         lambda return 1 if common-substring or minibuffer-completion-contents
6195         starts with (, and 0 otherwise.
6197         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6198         Use `crm-current-element' for second arg of `display-completion-list'.
6200 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
6202         * files.el (set-auto-mode): Look for an interpreter specified on
6203         the first line also if search for mode specification succeeded,
6204         but the mode is not known.
6206 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
6208         * textmodes/org.el (org-tags-match-list-sublevels): New option.
6209         (org-open-at-point): Implement tag searches as links.
6210         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6211         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6212         (org-tags-sparse-tree, org-tags-view, org-set-tags)
6213         (org-agenda-dispatch): New commands.
6214         (org-use-tag-inheritance, org-tags-column): New options.
6215         (org-tab-follows-link, org-return-follows-link): New options.
6216         (org-tags): New customize group.
6217         (org-start-icalendar-file): Get local time zone.
6218         (org-tags-completion-function): New function.
6219         (org-set-font-lock-defaults): Make sure links will also be
6220         highlighted inside headlines.
6222 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
6224         * term.el (term-emulate-terminal):
6225         Let term-handle-ansi-terminal-messages override what Bash says about
6226         its current directory.
6228 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6230         * bindings.el (last-buffer): Move to simple.el.
6231         * simple.el (last-buffer): Move here.
6232         (get-next-valid-buffer): New function.
6233         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6234         (prev-buffer): Ditto.  Rename to `previous-buffer'.
6236         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6237         * bindings.el (global-map): Ditto.
6239 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
6241         * cus-edit.el: Introductory comment change.
6242         (custom-magic-alist): Change message string for the `rogue' state.
6244 2005-12-15  Richard M. Stallman  <rms@gnu.org>
6246         * tooltip.el: Delete defcustom variable :tag names.
6248         * complete.el (partial-completion-mode): Doc fix.
6250         * textmodes/flyspell.el (flyspell-external-point-words):
6251         Use save-excursion to ensure we don't move backward in the
6252         search loop, not even one character.
6253         (flyspell-delete-all-overlays): Use remove-overlays directly.
6255         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6256         (ispell-start-process): Set that variable.
6257         Clear ispell-buffer-local-name.
6258         (ispell-internal-change-dictionary):
6259         Set ispell-current-dictionary after killing process.
6260         (ispell-buffer-local-dict):
6261         Don't set spell-personal-dictionary after killing process.
6262         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6263         (ispell-tex-skip-alists, ispell-html-skip-alists)
6264         (ispell-skip-region-alist): Mark as risky.
6266         * net/newsticker.el (newsticker--retrieval-timer-list)
6267         (newsticker--display-timer, newsticker-running-p)
6268         (newsticker-ticker-running-p): Definitions moved up.
6270 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
6272         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6274 2005-12-15  David Ponce  <david@dponce.com>
6276         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6277         (recentf-edit-list, recentf-open-files): Signal an error when
6278         there is no recent file.
6280 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6282         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6283         read-only except for texinfo-format-region evaluation.
6285 2005-12-14  Richard M. Stallman  <rms@gnu.org>
6287         * vc.el (vc-default-previous-version, vc-default-next-version)
6288         (vc-do-command): Doc fixes.
6290 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6292         * textmodes/bibtex.el (bibtex-expand-strings)
6293         (bibtex-autokey-expand-string, bibtex-name-part)
6294         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6295         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6296         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6297         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6298         (bibtex-entry-postfix, bibtex-known-entry-type-re)
6299         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6300         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6301         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6302         (bibtex-beginning-of-last-entry): Remove.
6303         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
6304         message if comma is missing but buffer is read-only.
6305         (bibtex-parse-field-text): Handle whitespaces at the end of field
6306         text.  Return 3-element list with beginning and end of field text
6307         and end of field.
6308         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6309         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
6310         (bibtex-search-forward-field, bibtex-search-backward-field):
6311         Search always delimited by limits of entry.  Use more efficient
6312         search algorithms.
6313         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6314         bibtex-end-of-name-in-field.
6315         (bibtex-text-in-field-bounds): Handle BibTeX strings when
6316         extracting the content of a field.
6317         (bibtex-text-in-field): Use search limits.
6318         (bibtex-parse-string-prefix): Handle empty string keys based on
6319         bibtex-string-empty-key.
6320         (bibtex-parse-string): Fix docstring.
6321         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6322         (bibtex-preamble-prefix, bibtex-strings): New functions.
6323         (bibtex-skip-to-valid-entry): Include preceding whitespace in
6324         BibTeX entries (consistent with other BibTeX functions).
6325         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6326         (bibtex-search-entry): Fix docstring.  Simplify.
6327         (bibtex-flash-head, bibtex-complete-string-cleanup)
6328         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6329         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6330         (bibtex-parse-entry): New optional arg content.
6331         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6332         Use bibtex-text-in-field-bounds.
6333         (bibtex-print-help-message): Handle BibTeX strings and preambles.
6334         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6335         bibtex-parse-string-postfix.
6336         (bibtex-find-text-internal): New function.
6337         (bibtex-remove-delimiters): Use it.
6338         (bibtex-find-text): Use it.  New optional arg help.
6339         (bibtex-complete): Handle BibTeX string and preamble entries.
6340         (bibtex-Preamble): Fix order of closing delimiters.
6342 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6344         * vc.el (vc-default-revert): New fun.
6346         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6348 2005-12-14  Romain Francoise  <romain@orebokech.com>
6350         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6351         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6352         (font-lock-remove-keywords): Likewise.
6354 2005-12-14  Juri Linkov  <juri@jurta.org>
6356         * log-view.el (log-view-diff): Doc fix.
6358         * isearch.el (isearch-query-replace): Use (mark) instead of
6359         isearch-opoint if mark is active in transient-mark-mode.
6361 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
6363         * isearch.el (isearch-query-replace): Check for isearch-other-end.
6365 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
6367         * progmodes/cpp.el (cpp-face): New widget.
6368         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6370 2005-12-14  Juri Linkov  <juri@jurta.org>
6372         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6373         around `erase-buffer' and `insert'.
6375         * descr-text.el (describe-text-properties): Replace buffer name
6376         "*Help-2*" with "*Help*<2>".
6377         (describe-char): Add functions print-help-return-message,
6378         toggle-read-only.  Use help-setup-xref with nil to not store
6379         describe-char in help-xref-stack.  Use help-make-xrefs to
6380         make [back] button.
6382         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6384         * wdired.el (wdired-old-point): New internal variable.
6385         (wdired-change-to-wdired-mode): Set it buffer-locally.
6386         (wdired-abort-changes): Restore point after aborting changes.
6388 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * vc.el (vc-do-command): Add a new value t for okstatus.
6392         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6393         frame in case of errors.
6395 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6397         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6398         so it comes after "On the Left" in the menu.
6400 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
6402         * cus-edit.el (customize-apropos, customize-apropos-options)
6403         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6405 2005-12-12  Bill Wohler  <wohler@newt.com>
6407         * vc-svn.el (vc-svn-registered): Fix problem of visiting
6408         non-writable Subversion-controlled files by saving window
6409         configuration before calling vc-do-command.  vc-do-command calls
6410         pop-to-buffer on error which is unexpected during registration.
6412 2005-12-12  Jay Belanger  <belanger@truman.edu>
6414         * calc/README: Update the summary of changes.
6416 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6418         * descr-text.el (describe-char): Rework last fix to solve the problem
6419         is the same way it's solved for everything else in that function
6420         (i.e. by extracting the info before setting up the *Help* buffer).
6422 2005-12-12  Kim F. Storm  <storm@cua.dk>
6424         * subr.el (version-regexp-alist): Allow space as separator before
6425         non-numeric part, e.g. "1.0 alpha".
6426         (version-to-list): Interpret .X.Y version as 0.X.Y version.
6428 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
6430         * textmodes/org.el (org-agenda, org-timeline, org-todo):
6431         Implement Logging and the keep-modes setting.
6432         (org-get-category): Make sure a string is returned.
6433         (org-log-done): New function.
6434         (org-log-done, org-closed-string): New options.
6436 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6438         * tooltip.el (tooltip-y-offset): Change default to 20.
6440 2005-12-12  Richard M. Stallman  <rms@gnu.org>
6442         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6444         * frame.el (display-hourglass): Doc fix.
6446         * help.el (help-for-help-internal): Simplify entry for `a'.
6448         * info.el (Info-on-current-buffer): Doc fix.
6449         (info-insert-file-contents): Don't test (featurep 'jka-compr).
6451         * startup.el (inhibit-splash-screen): Make this the real name.
6452         (inhibit-startup-message): Make this the alias.
6453         (command-line): Find only simple.el, and use its directory
6454         to fill in other preloaded files' names.
6455         (command-line): Deactivate the mark if deactivate-mark is set.
6457         * international/mule.el (load-with-code-conversion):
6458         Bind deactivate-mark.
6460         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6462 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
6464         * cus-edit.el (customize-apropos): Avoid listing an option more
6465         than once under different aliases.  No longer list user options
6466         that are not defined with defcustom (unless a prefix arg is given).
6467         Doc fix.
6468         (customize-apropos-options): Doc fix.
6470 2005-12-11  Juri Linkov  <juri@jurta.org>
6472         * frame.el (set-background-color, set-foreground-color)
6473         (set-cursor-color, set-mouse-color, set-border-color):
6474         Add explicit prompts to read colors by `facemenu-read-color'.
6475         (show-trailing-whitespace, blink-cursor-delay)
6476         (blink-cursor-interval, display-hourglass, hourglass-delay):
6477         Remove tags.
6478         (display-hourglass, hourglass-delay): Doc fix.
6479         (cursor-in-non-selected-windows): Capitalize words in tag.
6481         * faces.el (frame-background-mode): Replace `choice-item' keywords
6482         with `const' to not make [default] button.  Change default value tag
6483         from `default' to `automatic'.  Doc fix.
6484         (trailing-whitespace) <defface>: Change group `whitespace' to
6485         `whitespace-faces'.
6487 2005-12-11  Richard M. Stallman  <rms@gnu.org>
6489         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6491 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6493         * term/mac-win.el: Create keymap for mac-apple-event-map.
6495 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
6497         * tooltip.el (tooltip-mode): Move to start of file so that it
6498         appears at top of customize buffer.
6500         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6501         Add the gud groupname.
6502         (gud-tooltip-mode): Add the tooltip groupname.
6503         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
6504         avoid conflict with tooltip-use-echo-area.
6506 2005-12-10  Romain Francoise  <romain@orebokech.com>
6508         * help.el (help-for-help-internal): Add `r' in doc string.
6510 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6512         * align.el (align-regexp, align-highlight-rule):
6513         Use region-beginning and region-end instead of point and mark, so that
6514         repetition (with `repeat-complex-command') recomputes the region
6515         bounds.
6517 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6519         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6520         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6521         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
6522         (balance-windows): Rewrite using the above new functions.
6524 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
6526         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
6527         react if global-hi-lock-mode seems intended.
6528         (global-hi-lock-mode) Renamed from hi-lock-mode.
6529         (hi-lock-archaic-interface-message-used)
6530         (hi-lock-archaic-interface-deduce): New variables.
6531         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
6532         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6533         (hi-lock-find-patterns, hi-lock-font-lock-hook):
6534         Replace hi-lock-buffer-mode with hi-lock-mode.
6536 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
6538         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
6539         completion list, even after a partial completion has been
6540         inserted in the current buffer.  If there are more than 1
6541         completion, redisplay the *Completions* buffer; if the
6542         completion is unique, delete the *Completions* window.
6544 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
6546         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
6547         strings and long subject lines that were broken into multiple
6548         lines at arbitrary places.  Handle subjects that have "Re: " in
6549         the middle.
6551 2005-12-10  John W. Eaton  <jwe@octave.org>
6553         * emacs/octave-mod.el (octave-electric-space): Don't indent
6554         comments or strings if octave-auto-indent is nil.
6556 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6558         * term/mac-win.el: Require url when compiling.
6559         Call mac-process-deferred-apple-events after loading init files.
6560         (mac-apple-event-map): New defvar.  Define event handlers in it.
6561         (core-event, internet-event): New Apple event class symbols.
6562         (open-application, reopen-application, open-documents)
6563         (print-documents, open-contents, quit-application)
6564         (application-died, show-preferences, autosave-now, get-url):
6565         New Apple event ID symbols.
6566         (about): New HICommand ID symbol.
6567         (mac-event-spec, mac-event-ae): New macros.
6568         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
6569         (mac-ae-selection-range, mac-ae-text-for-search)
6570         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
6571         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
6572         and Services menu events are now defined in mac-apple-event-map.
6573         (mac-drag-n-drop): Remove selection range handling.
6575 2005-12-10  Kenichi Handa  <handa@m17n.org>
6577         * simple.el (zap-to-char):
6578         * isearch.el (isearch-process-search-char): Translate CHAR by
6579         translation-table-for-input.
6581 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
6583         * foldout.el (foldout-exit-fold): Properly hide subtree.
6585 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6587         * files.el (save-buffer):
6588         * international/ucs-tables.el (ucs-set-table-for-input):
6589         * mail/mail-extr.el (mail-extract-address-components):
6590         * mail/sendmail.el (mail-mode): Reformat doc string.
6592 2005-12-09  Juri Linkov  <juri@jurta.org>
6594         * isearch.el (isearch-highlight): Change main overlay priority
6595         from 1 to 1001.  Simplify.
6596         (isearch-lazy-highlight-update): Change lazy overlay priority
6597         from 0 to 1000.
6599         * replace.el (replace-highlight): Change overlay priority from
6600         1 to 1001.
6602         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
6603         Change overlay priority from 1 to 1001.  Reuse existing overlay.
6605         * compare-w.el (compare-windows-highlight): Change overlay
6606         priority from 1 to 1000.
6608         * menu-bar.el (menu-bar-edit-menu): Add listp around
6609         pending-undo-list to disable menu item "undo" when pending
6610         undo list is empty.
6612         * locate.el (locate): Disable undo in *Locate* buffer.
6614 2005-12-09  Kim F. Storm  <storm@cua.dk>
6616         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
6618 2005-12-09  David Ponce  <david@dponce.com>
6620         * recentf.el: Improvement of the menu code.
6621         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
6622         instead of menu hook.
6623         (recentf-show-menu, recentf-hide-menu): New functions.
6624         (recentf-menu-customization-changed, recentf-mode): Use them.
6625         (recentf-menu-action, recentf-max-menu-items)
6626         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
6627         (recentf-arrange-by-rule-others)
6628         (recentf-arrange-by-rules-min-items)
6629         (recentf-arrange-by-rule-subfilter) : Don't use
6630         `recentf-menu-customization-changed'.
6631         (recentf-arrange-rules): Likewise.  Accept functions to compute
6632         sub-menu titles.
6633         (recentf-menu-filter): Likewise.  Doc fix.
6634         (recentf-menu-value-shortcut): Doc fix.
6635         (recentf-dump-variable): Quote atom value.
6636         (recentf-make-menu-items): Update to use it as a menu filter.
6637         (recentf-match-rule): New function.
6638         (recentf-arrange-by-rule): Use it.
6639         (recentf-indirect-mode-rule): New function.
6640         (recentf-build-mode-rules): Use it.
6641         (recentf-dir-rule): New function.
6642         (recentf-arrange-by-dir): Use it.
6643         (recentf-filter-changer-current): Rename from
6644         `recentf-filter-changer-state'.  All references updated.
6645         (recentf-filter-changer-alist): Update filter names.
6646         (recentf-filter-changer-select): New function.
6647         (recentf-filter-changer): Use it.  Make a sub-menu from filters
6648         available in `recentf-filter-changer-alist'.
6649         (recentf-data-cache, recentf-clear-data)
6650         (recentf-update-menu): Remove.  All references updated.
6651         (recentf-match-rule-p, recentf-build-dir-rules)
6652         (recentf-filter-changer-goto-next)
6653         (recentf-filter-changer-get-current)
6654         (recentf-filter-changer-get-next): Remove.
6656 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
6658         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
6659         buffer "Reset" button to "Reset to Current" for consistency with
6660         the State buttons.
6662 2005-12-08  John Paul Wallington  <jpw@pobox.com>
6664         * ibuf-ext.el (define-ibuffer-filter filename):
6665         If `dired-directory' is a list then really use its car.
6667 2005-12-08  Kim F. Storm  <storm@cua.dk>
6669         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6670         Fix indention of text on right side of replaced rectangle.
6672 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
6674         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
6675         No need to check gud-comint-buffer is bound.
6676         (gdb): Prevent multiple debugging when first session uses gdba.
6678 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6680         CC Mode update to 5.31.
6682         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
6683         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
6684         We might do this function properly in the future).
6686         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
6687         New macros c-sentence-end and c-default-value-sentence end, to cope
6688         with Emacs 22's new function `sentence-end'.
6690 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6692         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
6693         compat issue using `c-put-overlay' and `c-delete-overlay'.
6695         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
6696         New compat macros to handle overlays/extents.
6698 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6700         * progmodes/cc-fix.el: Add definitions of the macros push and pop
6701         (for GNU Emacs 20.4)
6703         * progmodes/cc-defs.el:
6704         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
6706         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
6707         highlighting mechanism so it will work in XEmacs too.
6709         * progmodes/cc-defs.el: Insert c-int-to-char.
6711         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
6712         call to the new macro c-int-to-char.  This solves XEmacs's
6713         regarding characters as different from integers.
6715 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6717         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
6718         New internal helper.
6720         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
6721         construct to make the indirect face lookup work in XEmacs.
6723         (c-cpp-matchers): Append the negation char face to the existing
6724         fontification, so that the cpp face doesn't disappear.
6725         Use `c-make-syntactic-matcher' to avoid negation chars in comments
6726         and strings.
6728         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
6729         to map to `font-lock-negation-char-face' in emacsen where it exists.
6731 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6733         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
6735         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
6736         Rename "c-subword-move-mode" as "c-subword-mode".
6738         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
6739         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
6741 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6743         * progmodes/cc-mode.el: Added autoload directive for
6744         `c-subword-move-mode' for use in older emacsen.
6746 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6748         * progmodes/cc-mode.el:
6749         (i) Insert a binding for C-c C-backspace into
6750         c-bind-special-erase-keys which works in TTYs.
6751         (ii) Make sure that when file styles are used, any explicitly
6752         given style variables take priority over those in the style.
6753         Do this by calling `hack-local-variables' a second time.
6755         * progmodes/cc-vars.el: Add language specific customization
6756         widgets for AWK to c-doc-comment-style, c-require-final-newline
6757         and c-default-style.  Add a defcustom for awk-mode-hook.
6758         Give c-syntactic-element and c-syntactic-context doc-strings by
6759         directly setting their `variable-documentation' propery.
6760         This allows Emacs 22.1 to read these with C-h v.
6762         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
6764 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6766         * progmodes/cc-fonts.el, cc-vars.el
6767         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
6768         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
6769         Masatake YAMATO.
6771         (c-doc-comment-style): Made GtkDoc default in C mode.
6773         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
6774         and C-c C-<delete>.
6776         (c-bind-special-erase-keys): New function for use on
6777         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
6779         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
6780         <delete> key behavior in XEmacs according to `delete-forward-p'.
6781         C.f. `c-electric-delete'.
6783 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6785         * progmodes/cc-mode.el: Give c-hungry-backspace and
6786         c-hungry-delete-forward permanent key bindings.
6788         * progmodes/cc-cmds.el (c-electric-semi&comma):
6789         Bind c-syntactic-context for calls to "criteria functions", for
6790         consistency with other calls to user functions.
6792         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
6793         `current-prefix-arg', since this might be the prefix arg to a
6794         command which calls c-indent-command as a function.  Change the
6795         interactive spec from "p" to "P".
6797         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
6798         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
6799         was difficult to understand.
6801 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6803         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
6804         first char of an identifier.
6806         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
6807         +" syntax in C++.
6809 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6811         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
6812         auto-fill doesn't split a c-comment's last word from a hanging
6813         "*/" when a space is typed between them after fill-column.
6815         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
6817         * progmodes/cc-styles.el (c-set-style)
6818         (c-setup-paragraph-variables): Abort the command if we're not in a
6819         CC Mode buffer.
6821         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
6822         with blank comment-prefix, and a blank line as the comment's
6823         second line.
6825 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6827         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
6828         Incorporate the patterns added in the Emacs development branch
6829         for the new Emacs 22 face `font-lock-negation-char-face'.
6831         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
6832         of "red" since it stands out better in xterms and DOS terminals.
6834         * progmodes/cc-engine.el (c-literal-faces):
6835         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
6837 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6839         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
6840         forcibly enable c-electric-flag.
6842         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
6843         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
6844         after the comment-prefix of a C-style comment will close that comment.
6846 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6848         * progmodes/cc-fonts.el (c-basic-matchers-before)
6849         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
6850         in Pike.
6852         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
6853         digraphs.
6855         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
6856         (c-cpp-message-directives, c-cpp-include-directives)
6857         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
6858         (c-cpp-expr-directives): Introduce new language constants to
6859         control cpp syntax in a cleaner way.
6861         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
6863         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
6865         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
6866         (c-multiline-string-start-char): New language constants and
6867         variables to specify how newlines in string literals work.
6869         (c-font-lock-invalid-string): Use them.
6871         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
6872         unbalanced close brace is entered.  Optimization by avoiding going
6873         back over arbitrarily large blocks.  Removed hints that this
6874         function only would be relevant/useful in AWK.
6876         (c-electric-brace): Indent syntactically after the cleanups since
6877         lineup functions might do it differently then.
6879         * progmodes/cc-engine.el, cc-langs.el
6880         (c-opt-op-identifier-prefix): New language constant and variable.
6882         (c-just-after-func-arglist-p, c-after-special-operator-id)
6883         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
6885         * progmodes/cc-align.el, cc-engine.el
6886         (c-after-special-operator-id): New helper to handle C++ operator
6887         identifiers.
6889         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
6890         (c-guess-basic-syntax): Handle C++ operator identifiers in
6891         declarations.
6893         * progmodes/cc-langs.el (c-assignment-operators): Add the
6894         trigraph version of ^= too.
6896         * progmodes/cc-langs.el (c-assignment-operators): Add the
6897         trigraph version of |= in C++.
6899         * progmodes/cc-fonts.el (c-font-lock-declarators):
6900         Handle `c-decl-hangon-kwds' after the identifier name.
6902         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
6903         whether an arglist is "nonempty", ignore a comment after the open
6904         paren if it isn't followed by a non-comment token on the same line.
6906         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
6907         Enable heuristics below the point to cope with classes inside special
6908         brace lists in Pike.
6910 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6912         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
6914 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6916         * progmodes/cc-guess.el (cc-guess-install): New function to
6917         install an already guessed style in another buffer.
6919         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
6920         sets `inhibit-read-only' - `c-save-buffer-state' should be used
6921         anyway if the change always is undone.
6923 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6925         Implement togglable electricity:
6927         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
6928         saying when it should be used.
6930         * progmodes/cc-engine.el: Add the new buffer-local variable,
6931         c-electric-flag.
6933         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
6934         c-toggle-auto-newline.
6936         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
6937         c-toggle-auto-newline.  Remove the binding for
6938         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
6939         c-toggle-electric-state.
6941         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
6943         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
6944         c-\(forward\|backward\)-subword.
6945         (c-update-modeline): Add the new modeline flag `l' for
6946         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
6947         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
6948         Make the old name an alias of the new name.
6949         (c-toggle-electric-state): New function.
6950         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
6951         Adapt these functions to do electric things only when
6952         c-electric-flag is non-nil.
6953         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
6954         new functions from c-electric-brace.
6955         (c-point-syntax): Add a check for "virtual semicolons" in AWK
6956         mode, so that the tentative extra newline doesn't change the
6957         syntax of the following brace.
6958         (c-electric-brace): Restructure by extracting the above functions.
6959         Tidy up the coding somewhat.
6960         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
6961         restructure a bit.
6963 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6965         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
6966         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
6968         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
6969         (c-submode-indicators): Change name from `c-auto-hungry-string'
6970         since it's now used to track another submode.
6972         (c-update-modeline): Convert to function and extended to check
6973         `c-subword-move-mode'.
6975         (c-forward-into-nomenclature, c-backward-into-nomenclature):
6976         Convert to compat aliases for `c-forward-subword' and
6977         `c-backward-subword'.
6979         * progmodes/cc-subword.el: New functions and minor mode to handle
6980         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
6982         (c-forward-subword, c-backward-subword, c-mark-subword)
6983         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
6984         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
6985         Functions corresponding to the standard word handling functions.
6987         (c-subword-move-mode): Minor mode that replaces all the standard
6988         word handling functions with their subword equivalences.
6990 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6992         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
6993         entry for one-liner-defun.
6995         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
6996         name in its def-edebug-spec.
6998         * progmodes/cc-cmds.el (c-electric-brace): Make the
6999         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
7000         compacts space before a comment, if this will make things fit on
7001         one line.
7003         Introduce an "awk" style, mainly for auto-newline and clean-ups.
7005         * progmodes/cc-align.el: New function c-snug-1line-defun-close
7007         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7008         clean-up one-liner-defun.
7010         * progmodes/cc-styles.el: Add the new "awk" style.
7012         * progmodes/cc-vars.el: Add description of one-liner-defun to
7013         c-cleanup-list's doc-string.  New user options,
7014         c-max-one-liner-length.  In c-default-style, set the default style
7015         for AWK to "awk".
7017 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7019         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7020         macros inside labels.
7022         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7023         `c-at-statement-start-p' and `c-at-expression-start-p'.
7025         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7026         error if the mark isn't set.
7028         * progmodes/cc-engine.el (c-guess-continued-construct)
7029         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7030         accurately detect functions inside functions.
7032         * progmodes/cc-engine.el (c-at-expression-start-p): New function
7033         like `c-at-statement-start-p' that additionally recognizes commas
7034         and expression parentheses as delimiters.
7036         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7037         to avoid heuristics that doesn't work for unclosed blocks.
7038         (c-at-statement-start-p): New function.
7040         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7041         Objective-C directives, e.g. directives spanning lines should work
7042         reasonably well now.
7044         (c-put-c-type-property, c-clear-c-type-property): New helpers.
7046         (c-forward-objc-directive): New function to move over any ObjC
7047         directive.
7049         (c-just-after-func-arglist-p, c-guess-basic-syntax)
7050         (c-basic-matchers-before): Use it.
7052         (c-font-lock-objc-iip-decl): Remove.
7054         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7055         in the template arglist recognition.
7057         * progmodes/cc-styles.el (c-style-alist): Fix several
7058         inconsistencies in the Whitesmith style.
7060         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7061         New lineup function to get lines after Whitesmith style blocks
7062         correctly indented.
7064         (c-lineup-whitesmith-in-block): Back out the compensation for
7065         opening parens since it's done using `add' lists in the style
7066         definition instead.  Don't use the anchor position since it varies
7067         too much between the syntactic symbols. :P
7069         * progmodes/cc-vars.el (c-valid-offset): Update.
7071         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7072         lists where the offsets are combined according to several
7073         different methods: `first', `min', `max', and `add'.
7074         Report offset evaluation errors with `c-benign-error' so that some kind
7075         of reindentation still is done.
7077         * progmodes/cc-engine.el (c-guess-basic-syntax):
7078         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7079         `arglist-close'.
7081         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7082         situations for `arglist-cont-nonempty' and `arglist-close'.
7084         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7086         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7087         cc-bytecomp-boundp' in a number of places.
7089         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7090         macro related issue.
7092 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7094         * progmodes/cc-awk.el: Change the terminology of regexps: A char
7095         list is now [asdf], a char class [:alpha:].
7096         Include code for char classes.
7097         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
7098         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7100         Remove (nearly all of) the cruft associated with AWK Mode's former
7101         concept of "virtual semicolons":
7103         Adapt c-beginning-of-statement, c-end-of-statement (together with
7104         subfunctions) to use the new notion of "virtual semicolon" in
7105         place of the old awkward special handling for AWK.  There remains
7106         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7107         * progmodes/cc-cmds.el:
7108         (c-ascertain-adjacent-literal): In the backwards direction, now
7109         recognises AWK regexp delimiters as string delimiters.
7110         (c-after-statement-terminator-p): Adapt for virtual semicolons;
7111         check more rigorously for "end of macro".
7112         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7113         virtual semicolons;
7114         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7115         out the code for forward movement into ...
7116         (c-end-of-statement): Now contains the code for forward movement,
7117         adapted for virtual semicolons.
7119         * progmodes/cc-engine.el:
7120         (c-ws*-string-limit-regexp): New regexp.
7121         (c-forward-single-comment, c-backward-single-comment): Comment out
7122         the (now redundant) "special" AWK stuff.
7124         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7125         c-string-par-start, c-string-par-separate to be more like Text
7126         Mode than Fundamental Mode.
7128 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7130         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7131         to the fontified region so that fontification doesn't occur
7132         outside it (could happen e.g. when fontifying a line with an
7133         unfinished declaration).
7135 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7137         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7138         start of the file.  ^L now separate sections of the file.
7139         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
7140         (c-awk-one-line-possibly-open-string-re)
7141         (c-awk-regexp-one-line-possibly-open-char-class-re)
7142         (c-awk-one-line-possibly-open-regexp-re)
7143         (c-awk-one-line-non-syn-ws*-re): New defonsts.
7144         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7146         Amend the concept of "virtual semicolons" (in the indentation
7147         engine) for languages like AWK, such that they are now
7148         conceptually attached to end of the last token of a statement, not
7149         the end of the line.  (In AWK Mode, however, the pertinent text
7150         property is still physically set on the EOL.)  Remove the specific
7151         tests for awk-mode, thus facilitating the introduction of other
7152         language modes where EOLs can end statements.
7153         (Note: The funtionality in cc-cmds.el, specifically
7154         c-beginning/end-of-statement has yet to be amended.)
7156         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7157         New macros.
7159         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7160         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
7161         c-vsemi-status-unknown-p-fn (in a new page).
7163         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7164         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7165         numerous awkward forms like
7166         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7167         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
7168         variable before-ws-ip, the place just after char-before-ip appears.
7170         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7171         a comment.
7173 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7175         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7176         `c-tentative-buffer-changes'.
7178         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7179         convert to macro to choose between Emacs and XEmacs at compile time.
7181         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7183         (c-tentative-buffer-changes): New macro to handle temporary buffer
7184         changes in a convenient way.
7186         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7187         for `c-tentative-buffer-changes'.
7189         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7190         the checks for paren sexps between the point and the keyword, to
7191         avoid some false alarms.
7193         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7194         Fixed a situation where an error could be thrown for unbalanced
7195         parens.  Changed to make use of c-keyword-member' to avoid some
7196         repeated regexp matches.
7198         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7199         These language variable are no longer necessary.
7201         (c-block-stmt-kwds): New language constant used by
7202         c-looking-at-inexpr-block'.
7204         (c-guess-basic-syntax): Remove an optional check that looked at
7205         the existence of the now removed language variables.
7207         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7208         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7209         object instantiation expressions as declarations in some contexts.
7210         This bug only affected languages where the declarator can't be
7211         enclosed in parentheses.
7213         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7214         insert newlines before and after substatement braces.
7216         * progmodes/cc-engine.el: Improved the heuristics for recognizing
7217         function declaration headers and the handling of C++ style member
7218         init lists.
7220         (c-just-after-func-arglist-p): Rewritten to use
7221         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
7223         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7225         (c-guess-basic-syntax): Adapt case 5B for the new
7226         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
7227         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7228         covers all cases now).
7230         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7232 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7234         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7235         c-string-par-start/separate c-sentence-end-with-esc-eol,
7236         initialised in c-setup-paragraph-variables, used in string
7237         scanning subroutines of c-beginning-of-statement.
7239         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7240         which precedes the newly inserted `{'.
7242 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7244         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7245         function for declaration level blocks.  It should now cope with
7246         templates better and also be a lot more comprehensible.
7248         (c-looking-at-decl-block): The new function.
7250         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
7251         for compatibility.
7253         (c-add-class-syntax, c-guess-continued-construct)
7254         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7256         (c-decl-block-key): Change to tell apart ambiguous and
7257         unambiguous keywords.  Pike specials are now handled directly in
7258         the code instead.
7260         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7261         New language constants and variables to make the backward skip in
7262         `c-looking-at-decl-block' as tight as possible.
7264         (c-nonsymbol-token-char-list): New language constant.
7266         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7267         find balanced template arglists backwards.
7269         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7270         making char classes for `c-syntactic-skip-backward'.
7272         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7273         16D - can't be a class-close at that point.
7275         * progmodes/cc-engine.el (c-guess-basic-syntax)
7276         (c-add-class-syntax): Don't narrow out the enclosing declaration
7277         level.  This makes everything a lot easier, and it was actually
7278         only four small places that needed it to work.  Some places that
7279         previously did `widen' are removed now, which has the effect that
7280         `c-guess-basic-syntax' never will look at things outside the
7281         current narrowment now.  The anchor position for `topmost-intro'
7282         is affected by this, but it was so bogus it was basically useless
7283         before, and now it's equally bogus but in a slightly different way.
7285         (c-narrow-out-enclosing-class): Gone.
7287         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7288         the narrowed region.
7290         (c-least-enclosing-brace): Remove silly optional argument.
7292         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7293         the point could be left directly after an open paren when finding
7294         the beginning of the first decl in the block.
7296         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7297         Specify which submatch to use.
7299         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7301         (c-decl-start-re): No longer any need for special treatment of
7302         ObjC due to the above.
7304         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7305         presumably follows C in that regard.
7307         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7308         New language constants to specify operator tokens inside
7309         identifiers in a more high level way.
7311         (c-opt-identifier-prefix-key): New internal language constant.
7313         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7314         (c-identifier-start, c-identifier-key): Now completely calculated
7315         from other constants.
7317         (c-identifier-last-sym-match): Decommission since it's no longer used.
7319         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
7321         * progmodes/cc-engine.el (c-forward-name): Remove the
7322         optimization when c-identifier-key is equal to c-symbol-key since
7323         it doesn't work in byte compiled files.  Don't record empty
7324         regions as identifiers.
7326         * progmodes/cc-langs.el (c-filter-ops): New helper function to
7327         simplify access to `c-operators' and its likes.
7329         (c-operator-list, c-all-op-syntax-tokens)
7330         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7331         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7332         (c-primary-expr-regexp, c-cast-parens): Use it.
7334         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7335         an explicit language in functions.
7337         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7338         variant of adornment.
7340         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7341         variable.
7343         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7344         the Pike value.
7346         * progmodes/cc-engine.el (c-on-identifier)
7347         (c-simple-skip-symbol-backward): Small fix for handling "-"
7348         correctly in `skip-chars-backward'.  Affected the operator lfun
7349         syntax in Pike.
7351         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7352         diagnostic message about precompiled language vars not being used.
7354         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7355         "__attribute__" is followed by a parenthesis.
7357         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7358         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7359         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7361         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7362         Internal cleanups to properly detect the declared identifiers in
7363         various declarations.
7365         (c-decl-start-kwds): New language constant to recognize
7366         declarations that can start anywhere.  Used for class declarations
7367         in Pike.
7369         (c-specifier-key, c-not-decl-init-keywords)
7370         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7371         (c-find-decl-spots): Implement `c-decl-start-kwds'.
7373         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7374         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7375         handling of the compiler specific extension keywords into a new
7376         language constant `c-decl-hangon-kwds' that defines keyword
7377         clauses to be ignored in declarations.
7379         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7380         past unrecognized tokens when handling `c-colon-type-list-kwds'.
7381         Necessary to stop at the declared identifier in e.g. IDL valuetype
7382         declarations.
7384         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7385         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7386         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7387         (c-forward-decl-or-cast-1): Recognize the declared identifier in
7388         class and enum declarations as such and not as part of the type.
7390         (c-forward-decl-or-cast-1, c-forward-label): Relax the
7391         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7393         (c-forward-decl-or-cast-1): Don't disregard sure signs of
7394         declarations when there's some syntax error later on.
7396         (c-complex-decl-matchers): Did away with a reference to
7397         `c-specifier-key'.
7399         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7400         value - this variable is always dynamically bound.
7402         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7403         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7404         * cc-cmds.el, cc-defs.el: Change the policy for marking up
7405         functions that might do hidden buffer changes: All such internal
7406         functions are now marked instead of those that don't.
7408         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7409         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7410         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7411         (c-literal-type): Allow these functions to make hidden buffer changes,
7412         so that they are free to use text property caching later on.
7414         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7415         (c-electric-brace, c-electric-slash, c-electric-star)
7416         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7417         (c-electric-paren, c-electric-continued-statement, c-indent-command)
7418         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7419         (c-context-line-break): Add `c-save-buffer-state' calls to comply
7420         with the changed semantics of the functions above.
7422         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7423         when macros occur in obscure places.  Optimized the sexp movement
7424         a bit.
7426 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7428         Enhancements for c-beginning-of-statement to work in AWK Mode:
7430         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7431         (completed statement) with `}' (statement completed by closing
7432         brace or semicolon) and `$' (statement completed by EOL).
7434         (c-awk-virtual-semicolon-ends-prev-line-p)
7435         (c-awk-virtual-semicolon-ends-line-p)
7436         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7437         (c-awk-at-statement-end-p): New functions.
7439         * progmodes/cc-cmds.el: Simplify the structure of functions
7440         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
7441         two functions and c-beginning-of-statement to handle AWK Mode.
7443         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7444         c-backward-single-comment for AWK mode.  Attempt to clarify their
7445         doc-strings.
7447         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7449 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7451         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7452         label handling.  Labels are now recognized in a uniform and more
7453         robust way, regardless of context.  Text properties are put on all
7454         labels to recognize the following declarations better.
7455         Multiword labels are handled both in indentation and fontification for
7456         the benefit of language extensions like Qt.  For consistency, keywords
7457         in labels are now fontified with the label face instead.
7458         That also applies to "case" and "default".
7460         (c-beginning-of-statement-1): Fix some bugs in the label
7461         handling.  Disregard `c-nonlabel-token-key' in labels that begin
7462         with `c-label-kwds'.
7464         (c-find-decl-spots): Support that the callback adds more
7465         `c-decl-end' spots to find.
7467         (c-forward-decl-or-cast-1): Don't treat a list of plain
7468         identifiers followed by a colon as a declaration.
7470         (c-forward-label): New function to recognize labels.
7472         (c-guess-basic-syntax): Replace uses of `c-label-key' with
7473         `c-forward-label'.  Moved the label recognition cases (14 and 15)
7474         earlier since they aren't so context sensitive now.  Handle labels
7475         on the top level gracefully.  Moved access label recognition to
7476         the generic label case (CASE 15) - removed CASE 5E.
7478         (c-font-lock-declarations): Add recognition of labels in the
7479         same round since we need to handle labels in parallell with other
7480         declarations to recognize both accurately.  It should also improve
7481         speed.
7483         (c-simple-decl-matchers, c-basic-matchers-after):
7484         Move `c-font-lock-labels' so that it only is used on decoration level 2
7485         since `c-font-lock-declarations' handles it otherwise.
7487         (c-complex-decl-matchers): Remove the simplistic recognition of
7488         access labels.
7490         (c-decl-prefix-re): Remove the kludges that was necessary to cope
7491         with labels earlier.
7493         (c-decl-start-re): New language variable to make
7494         `c-font-lock-declarations' stop for the special protection labels
7495         in Objective-C that start with `@'.
7497         (c-label-key): Remove since it's no longer used.
7499         (c-recognize-colon-labels, c-label-prefix-re): New language
7500         constants to support recognition of generic colon-terminated labels.
7502         (c-type-decl-end-used): `c-decl-end' is now used whenever there
7503         are colon terminated labels.
7505         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7506         first argument starts with a special brace list.
7508         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
7509         (c-font-lock-declarations): Break out the declaration and cast
7510         recognition from `c-font-lock-declarations' to a new function, so
7511         that it can be used in the indentation engine.
7513         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
7514         up to the start of the literal.  Fixed bug with the point on the
7515         wrong side of the search limit that could happen when the start
7516         position is inside a literal.
7518         * progmodes/cc-engine.el (c-parse-state)
7519         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
7520         so that it's kept a little bit back to increase the hit rate.
7522         (c-parse-state): Change the macro handling and fixed some
7523         glitches.  Macro context is checked more often than necessary now,
7524         but otoh less garbage conses are generated.
7526         * progmodes/cc-engine.el (c-parse-state)
7527         (c-invalidate-state-cache): Cache the last position where
7528         `c-state-cache' applies.  This can speed up refontification quite
7529         a bit in blocks where there are many non-brace parens before the point.
7531         (c-state-cache-end): New variable for this.
7533         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
7534         cache variable.
7536         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
7537         get close initial continue positions when the start position is
7538         inside a literal or macro.  Do not call the callback for spots
7539         before the start position (which can happen e.g. for `c-decl-end'
7540         spots inside comments).  Optimize better in special cases when the
7541         region is a single line inside a literal or macro (typically when
7542         the current line is refontified).
7544         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
7545         to `c-add-stmt-syntax' - there's no need to explicitly whack off
7546         entries from the paren state.
7548         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
7549         special case for "else if" clauses.
7551         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7552         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
7554         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
7555         New language variable to recognize the gcc extension with statement
7556         blocks inside expressions.
7558         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
7559         it somewhat more comprehensible.  The argument AT-BLOCK-START is
7560         no longer used and hence removed.
7562         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
7563         to `c-add-stmt-syntax'.
7565         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7566         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
7567         This fixes bogus label recognition.
7569         * progmodes/cc-engine.el (c-add-type, c-check-type)
7570         (c-forward-name, c-forward-type): Improve storage of template
7571         types in `c-found-types' so that they can be recognized better.
7573         (c-syntactic-content): Add option to skip past nested parens.
7575         * progmodes/cc-engine.el (c-forward-name):
7576         Set `c-last-identifier-range' all the time.  It's less work that way.
7577         Handle that there might not be an identifier to store in
7578         `c-last-identifier-range'.
7580         (c-forward-type): Handle that `c-last-identifier-range' might be
7581         nil from `c-forward-name'.
7583         * progmodes/cc-defs.el (c-safe-scan-lists)
7584         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
7586         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
7587         to work even if the form fails.
7589         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
7590         down in a large file in one go.
7592         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
7594         * progmodes/cc-align.el (c-lineup-assignments): New lineup
7595         function which is like `c-lineup-math' but returns nil instead of
7596         `c-basic-offset' when it doesn't match.
7598         (c-lineup-math): Change to use `c-lineup-assignments'.
7600 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7602         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
7603         c-beginning-of-statement.  New subfunctions
7604         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
7606 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7608         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
7609         hardcoded char classes whereever possible.  Changed a couple of
7610         places to use skip by syntax instead of skip by char class.
7612         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
7613         Fix a bug in the regexp that caused extreme backtracking.
7615         * progmodes/cc-langs.el (c-block-comment-starter)
7616         (c-block-comment-ender): New language constants to specify in a
7617         single place how block comments look.
7619         (c-comment-start-regexp, c-block-comment-start-regexp)
7620         (comment-start, comment-end, comment-start-skip)
7621         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
7622         (c-syntactic-ws, c-nonempty-syntactic-ws)
7623         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
7624         `c-line-comment-starter', `c-block-comment-starter' and
7625         `c-block-comment-ender'.
7627         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
7628         New language constants to break up things a bit.
7630         (c-simple-ws): New language constant for simple whitespace.
7632         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
7634         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
7635         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
7636         newlines.  Allow and ignore nil elements in the list.
7638 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7640         * progmodes/cc-cmds.el: Comment out a (n almost certainly
7641         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
7643         * progmodes/cc-cmds.el: Tidy up the comments in
7644         c-beginning-of-statement and subfunctions.
7646         * progmodes/cc-awk.el: Replace calls to put-text-property to the
7647         more flexible c-put-char-property and c-clear-char-properties.
7648         Add the author's email address.
7650         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
7652         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
7653         closing "*/" of a block comment.
7655         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
7656         subfunctions) so that it works at BOB and EOB.
7658         * progmodes/cc-cmds.el, cc-vars.el: More updating of
7659         c-beginning-of-statement, including new variable
7660         c-block-comment-start-regexp.
7662 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7664         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
7665         symbols from `*-font-lock-extra-types' so that there's no need to
7666         use `regexp-opt' on those lists.
7668         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
7669         `c-type-modifier-kwds' is empty.
7671         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
7672         there are several strings on the same line.
7674         * progmodes/cc-engine.el (c-literal-limits): Remove the
7675         compatibility function for older emacsen.  `c-literal-limits-fast'
7676         has now taken the place of this function.
7678         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
7679         with older emacsen: We now require `pps-extended-state'.
7681 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7683         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
7684         which obviates the need to hack sentence-end.  This now handles
7685         escaped newlines in strings correctly.  Correct minor bugs in
7686         c-move-over-sentence and in c-beginning-of-statement.
7688         * progmodes/cc-cmds.el (c-beginning-of-statement (and
7689         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
7690         that movement over macros and code are rigorously separated from
7691         eachother.  Correct a few incidental bugs.
7693         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
7694         Improve its doc-string.  Improve the handling of certain specific cases.
7696 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7698         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
7699         (c-guess-basic-syntax): Change the way class-level labels are
7700         recognized; they can now contain essentially any symbols.
7702         (c-opt-extra-label-key): New language variable to cope with the
7703         special protection label syntax in Objective-C.
7705         (c-opt-access-key): Remove; this is now handled better by
7706         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
7708         (c-complex-decl-matchers): Update to handle that
7709         `c-opt-access-key' no longer exists.
7711         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
7712         improved label recognition in `c-beginning-of-statement-1'.
7714         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
7715         Recognize bitfields better.
7717         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
7718         Remove some cruft and fixed a bug that could cause it to go to a
7719         position further down.
7721         * progmodes/cc-langs.el, cc-engine.el
7722         (c-beginning-of-statement-1): Improve detection of labels in
7723         declaration contexts.
7725         (c-beginning-of-decl-1): Use it.
7727         (c-nonlabel-token-key): New language constant and variable needed
7728         by `c-beginning-of-statement-1'.
7730         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
7731         manifested itself due to the correction in `c-forward-sexp'.
7733         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
7734         Make these behave as documented when used at the buffer limits.
7736         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
7737         (c-type-decl-end-used): Made this a language variable.
7739         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
7740         correctly when `combine-after-change-calls' is used together with
7741         temporary narrowings.
7743         * progmodes/cc-engine.el (c-beginning-of-statement-1):
7744         Report labels correctly when the start point is immediately after the
7745         colon.
7747         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
7748         Remove since it isn't used anymore.
7750         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
7751         bracket arglists such as template parens in C++.
7753         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
7754         in the last check-in.  Some optimization.
7756         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
7757         where it could stop at the same level in a preceding sexp when
7758         PAREN-LEVEL is set.
7760         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
7761         text property lookup only when it's needed.
7763         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
7764         Change the policy for paren marked angle brackets to be more
7765         persistent; once marked they remain marked even when they're found
7766         to be unbalanced in the searched region.  This should keep the
7767         paren syntax around even when individual lines are refontified in
7768         multiline template arglists.
7770         (c-parse-and-markup-<>-arglists): New dynamically bound variable
7771         to control markup so that incorrect angle bracket arglists aren't
7772         marked in contexts where the correct value for
7773         `c-disallow-comma-in-<>-arglists' isn't known.
7775         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
7776         argument has become `c-parse-and-markup-<>-arglists'.
7778         (c-remove-<>-arglist-properties): Remove - no longer used.
7780         (c-after-change-check-<>-operators): New function used on
7781         `after-change-functions' to avoid that "<" and ">" characters that
7782         are part of longer operators have paren syntax.
7784         (c-<>-multichar-token-regexp): New language variable used by
7785         `c-after-change-check-<>-operators'.
7787         (c-after-change): Call `c-after-change-check-<>-operators'.
7789         (c-font-lock-<>-arglists): Use the context properties set by
7790         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
7791         correctly to avoid doing invalid markup.
7793         (c-font-lock-declarations): Remove code that undoes the invalid
7794         markup done by `c-font-lock-<>-arglists'.
7796         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
7797         after `c-font-lock-declarations'.
7799         * progmodes/cc-engine.el (c-syntactic-skip-backward):
7800         Add paren-level feature.
7802         (c-guess-basic-syntax): Improve the anchor position for
7803         `template-args-cont' in nested template arglists.  There's still
7804         much to be desired in this area, though.
7806 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7808         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
7809         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
7811 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7813         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
7814         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
7816         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
7817         it doesn't work no longer are supported.
7819         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
7820         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
7821         requires support for the syntax-table' text property, which rules
7822         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
7823         cruft associated with those versions.
7825         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
7826         for the `syntax-table' text property, which rules out Emacs 19 and
7827         XEmacs < 21.4.  Removed various compatibility cruft associated
7828         with those versions.
7830         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
7831         support for the `syntax-table' text property.
7833         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
7834         variable and use an extra quoted face name instead.  All the
7835         emacsen flavors handle that correctly.
7837         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
7838         (c-font-lock-declarators, c-font-lock-declarations)
7839         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
7840         property to mark the items in in declarator lists to handle
7841         refontification inside multiline declarations better.
7843         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
7844         construct like "a * b = c;" as a declaration.
7846 2005-12-08  Kim F. Storm  <storm@cua.dk>
7848         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
7849         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
7850         select either meta, hyper, or super modifier for rectangle commands.
7851         (cua--rectangle-modifier-key): New defvar.
7852         (cua--M/H-key): Use it.  Remove special case for `space'.
7853         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
7854         on X, to meta otherwise.  Always bind C-return to toggle
7855         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
7857         * emulation/cua-rect.el (cua-help-for-rectangle):
7858         Use cua--rectangle-modifier-key.  Handle super modifier too.
7859         (cua--init-rectangles): Always bind C-return to toggle rectangle.
7860         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
7862         * ido.el: Move Acknowledgements and History after Commentary.
7863         Minor changes to Commentary.
7865         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
7866         keymap if cua--prefix-override-timer is `shift'.
7867         (cua--shift-control-prefix): New function; emulate "type prefix
7868         key twice" functionality to handle shifted prefix key override.
7869         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
7870         New commands.
7871         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
7873 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7875         * textmodes/org.el (org-insert-heading): Try to do items before
7876         headings.
7877         (org-agenda-mode): Quote `org-agenda-mode-hook'.
7878         (org-insert-item): New function.
7879         (org-renumber-ordered-list): Don't skip to higher level lists.
7881 2005-12-08  Juri Linkov  <juri@jurta.org>
7883         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
7885         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
7887         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
7889         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
7890         the constructed function name fun-1.
7892         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
7893         because such links don't lead to parent documentation.
7895 2005-12-08  Kenichi Handa  <handa@m17n.org>
7897         * descr-text.el (describe-char): Use *Help-2* buffer if the
7898         current buffer is *Help*.  Call describe-text-properties while
7899         setting the original buffer.
7901 2005-12-07  Bill Wohler  <wohler@newt.com>
7903         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
7904         and causes problems with non-MH users (such as Gnus users).
7906 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
7908         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
7909         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
7910         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
7911         command "info sources".  Move calls to GDB command "list".
7912         (gdb-find-file-hook): Just use gdb-source-file-list.
7913         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
7914         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
7915         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
7916         (gdb-data-list-register-values-handler): Use correct trigger name.
7918 2005-12-07  Kim F. Storm  <storm@cua.dk>
7920         * ido.el (ido-completion-map): Rename from ido-mode-map.
7921         (ido-common-completion-map, ido-file-completion-map)
7922         (ido-file-dir-completion-map, ido-buffer-completion-map):
7923         Rename from ido-mode-....-map.
7924         (ido-init-completion-maps): Rename from ido-init-mode-maps.
7925         (ido-setup-completion-map): Rename from ido-define-mode-map.
7926         (ido-read-internal): Bind minibuffer-local-filename-completion-map
7927         to ido-completion-map.
7929 2005-12-07  Kenichi Handa  <handa@m17n.org>
7931         * international/mule-cmds.el
7932         (set-display-table-and-terminal-coding-system): If the coding
7933         system specified in `unibyte-display' property is different from
7934         the arg coding-system, don't setup standard-display-table.
7936 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7938         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
7939         that comments end at \n, regardless of selective-display.
7941 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
7943         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
7944         (gdb-version): New variables.
7945         (gdb-source-file-list, gdb-register-names)
7946         (gdb-changed-registers): New variables for use with GDB 6.4+.
7947         (gdb-ann3): Replace with...
7948         (gdb-init-1, gdb-init-2): ...two new functions.
7949         (gdba, gdb-prompt): Call gdb-init-1.
7950         (gdb-get-version): New function.  Call gdb-init-2 from here.
7951         (gud-watch): Make it work with mouse events too.
7952         (gdb-post-prompt): Don't add to queue until GDB version is known.
7953         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
7954         (gdb-locals-mode): Use gdb-version.
7955         (gdb-memory-format-map, gdb-memory-unit-map)
7956         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
7957         (gdb-locals-font-lock-keywords-1)
7958         (gdb-locals-font-lock-keywords-2): New variables.
7959         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7960         (gdb-set-gud-minor-mode-existing-buffers-1)
7961         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
7962         (gdb-var-update-1, gdb-var-update-handler-1)
7963         (gdb-data-list-register-values-handler)
7964         (gdb-data-list-register-values-custom)
7965         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
7966         (gdb-stack-list-locals-handler, gdb-get-register-names):
7967         New functions for use with GDB 6.4+.
7968         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
7969         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
7970         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
7971         (gdb-stack-list-locals-regexp)
7972         (gdb-data-list-register-names-regexp): New regexps for use with
7973         GDB 6.4+.
7975 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
7979 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
7981         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
7982         prompts work for AUTH PLAIN.  Also reported by Steve Allan
7983         <seallan@verizon.net>.
7985 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
7987         * frame.el (set-frame-parameter): Add doc string.
7989 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7991         * textmodes/org.el (org-occur-highlights): New variable.
7992         (org-highlight-new-match, org-remove-occur-highlights): New functions.
7993         (org-highlight-sparse-tree-matches): New option.
7994         (org-do-occur): New function.
7995         (org-get-heading): Make it work also at beginning of line.
7996         (org-category-table): New variable.
7997         (org-get-category-table, org-get-category)
7998         (org-camel-to-words, org-link-search): New functions.
7999         (org-select-this-todo-keyword): New variable.
8000         (org-todo-list): New command.
8001         (org-shiftright, org-shiftleft): New commands.
8002         (org-agenda-todo): Add prefix argument.
8003         (org-show-hierarchy-above): New option.
8004         (org-show-todo-tree): Numerical prefix creates tree for specific
8005         TODO keyword.
8006         (org-outline-level): New function, to assign a level to plain
8007         lists items.
8008         (org-cycle-include-plain-lists): New option.
8009         (org-mode): Use `org-outline-level' as value of `outline-level'.
8010         (org-cycle): Temporarily switch `outline-regexp' if
8011         `org-cycle-include-plain-lists' is non-nil.
8012         (org-start-icalendar-file): Fix format bug.
8013         (org-agenda-get-day-entries): Create category table.
8014         (org-agenda-get-todos, org-agenda-get-timestamps)
8015         (org-agenda-get-deadlines, org-agenda-get-scheduled)
8016         (org-agenda-get-blocks): Use `org-get-category'.
8017         (org-context-in-file-links): Rename from
8018         `org-line-numbers-in-file-links'.
8020 2005-12-06  Romain Francoise  <romain@orebokech.com>
8022         * window.el (balance-windows): Delete extraneous third arg in call
8023         to `enlarge-window'.
8025 2005-12-06  Kenichi Handa  <handa@m17n.org>
8027         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8029 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
8031         * progmodes/gdb-ui.el (gdb-var-create-handler)
8032         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8033         (gdb-var-list-children-handler, gdb-var-update-handler):
8034         Current buffer is already gdb-partial-output-buffer, don't
8035         make it current again.
8037 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
8039         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8040         (list-buffers-noselect): Use it.
8042 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8044         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8045         (mail-yank-ignored-headers): Use regexp-opt.
8046         (mail-mode-map): Move initialization into declaration.
8047         (mail-sent-via): Remove unused shadowed var `to-line'.
8048         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8049         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8050         (mail-do-fcc): Use dolist and push.
8051         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8052         (mail-yank-ignored-headers): Don't autoload.
8054 2005-12-05  Kenichi Handa  <handa@m17n.org>
8056         * international/mule-cmds.el (set-language-info-internal): New fun.
8057         (set-language-info): Call set-language-info-internal to update
8058         language-info-alist.  If LANG-ENV is the current one, call
8059         set-language-environment to make INFO effective now.
8060         (set-language-info-alist): Likewise.
8061         (locale-language-names): With locale "en", use English
8062         lang. env. but set the default codings to iso-8859-1.
8064 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
8066         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8067         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8068         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8069         for plain strings.
8070         (gdb-frames-mode): Remove redundant call to font-lock-mode.
8071         (gdb-all-registers): Rename from toggle-gdb-all-registers.
8072         Create registers buffer if necessary.  Echo new state in minibuffer.
8073         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8075 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
8077         * info.el (Info-fontify-node): Match external links using
8078         non-directory part of filename.
8080 2005-12-04  Juri Linkov  <juri@jurta.org>
8082         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8083         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
8084         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8085         because there is no customization option for it.
8087         * font-lock.el (lisp-font-lock-keywords-1):
8088         Add define-global-minor-mode.
8090         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8092         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8093         properties on the constructed variable names.
8095         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8096         Put `definition-name' properties on the constructed function names
8097         next-sym and prev-sym.
8099         * emacs-lisp/find-func.el (find-function-regexp):
8100         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
8101         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
8102         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8103         and easy-menu-define.
8105         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8106         easy-mmode-define-global-mode and define-global-minor-mode.
8107         (lisp-imenu-generic-expression): Add define-global-minor-mode.
8109         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8110         instead of easy-mmode-define-global-mode.
8112         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8113         Use define-minor-mode instead of easy-mmode-define-minor-mode.
8115         * cus-edit.el (customize-group, customize-group-other-window):
8116         Filter out autoloaded options from the group completion list by
8117         using heuristics that autoloaded groups don't have `custom-autoload'
8118         property on their symbols (they have only `custom-loads').
8120         * simple.el (completion-setup-function): Put completions-common-part
8121         face on complete completion string too (i.e. completion string
8122         without completions-first-difference face).
8124         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8126 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
8128         * view.el (view-mode): Doc fix.
8130         * disp-table.el (standard-display-european): Add to the warning
8131         message a reference to the doc string.
8133         * play/yow.el (apropos-zippy): Call print-help-return-message,
8134         similar to other Help and Apropos commands.
8136         * help.el (print-help-return-message): If pop-up-frames is
8137         non-nil, set up help-return-method to delete the help window and,
8138         possibly, its frame as well, and don't display message about
8139         scrolling the help window.  Doc fix.
8140         (help-return-method): Doc fix.
8142 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
8144         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8145         whereby names of length one or names starting with a
8146         symbol-constituent character would not be returned.
8148 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8150         * subr.el (atomic-change-group): Add edebug and indentation spec.
8152 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8154         * completion.el (save-completions-file-name): Fix typo in last change.
8156 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8158         * info.el: Move back/forward history to the beginning of the tool bar.
8160 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
8162         * allout.el (eval-when-compile): Remove unnecessary load of cl.
8163         Add fset of allout-real-isearch-abort during compile to fix
8164         byte-compilation warnings.
8165         (allout-mode-p): Move definition of this macro above all uses, or
8166         byte compilation in barren emacs (eg, during emacs build) will
8167         lack the definition.
8168         (allout-mode): Move this variable above any uses, or byte
8169         compilation will fail.
8170         (allout-resolve-xref): Remove use of personal file-reference function.
8171         (allout-toggle-current-subtree-encryption): Do the current (ie,
8172         visible containing) topic, rather than nearest around point.  Doc fix.
8173         (allout-toggle-subtree-encryption): New function, workhorse that
8174         works on nearest topic containing point.
8175         (allout-encrypt-string): Signal requirement for newer version of pgg.
8176         (allout-resumptions): Doc fix.
8178 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
8180         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8182 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
8184         * textmodes/flyspell.el (flyspell-external-point-words):
8185         Consider a misspelling as found in the string search if: (a) misspelling
8186         and found string lengths match, or (b) misspelling is found as
8187         element in a boundary-chars separated longer string, or (c)
8188         ispell-program-name is really ispell and misspelling is found as
8189         part of a TeX string.  After successful match move beginning of
8190         search region to end of match.  Warn about not found misspellings
8191         once the process is done.
8192         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8194 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
8196         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8197         tool bar (removed inadvertently).
8199 2005-12-02  Juri Linkov  <juri@jurta.org>
8201         * log-view.el (log-view-diff): Clarify doc string.
8203 2005-12-01  Bill Wohler  <wohler@newt.com>
8205         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8206         triggers lm-verify errors.
8208 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
8210         * simple.el (transient-mark-mode, line-number-mode)
8211         (column-number-mode, size-indication-mode): Remove `:require nil'.
8213 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
8215         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8216         in the margin also.
8217         (gdb-breakpoints-mode-map): Use D instead of d for
8218         gdb-delete-breakpoint.
8219         (gdb-get-frame-number): Require a number to match on.
8220         (gdb-threads-mode-map): Add follow-link binding.
8222 2005-11-30  Jason Rumney  <jasonr@gnu.org>
8224         * isearch.el (isearch-mode-map): Avoid exiting search on
8225         language-change event.
8227 2005-11-30  Romain Francoise  <romain@orebokech.com>
8229         * speedbar.el (speedbar-default-position): New defcustom.
8230         (speedbar-frame-reposition-smartly): Use it.
8232         * dframe.el (dframe-reposition-frame-emacs): Fix position
8233         computation for `left' location.
8234         Update copyright year.
8236 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8238         * help.el (help-map): Move initialization into declaration.
8240         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8242         * help-fns.el (help-argument-name): Don't autoload.
8243         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8244         to be re-loaded when customizing the `help' group.
8246 2005-11-30  John Paul Wallington  <jpw@gnu.org>
8248         * help-fns.el (describe-function-1): Fill arglist output.
8250 2005-11-30  Kim F. Storm  <storm@cua.dk>
8252         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8253         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8254         after revert-buffer (or anything else which kills all local variables).
8256         * apropos.el (apropos-parse-pattern): Doc fix.
8257         Set apropos-regexp directly, rather than expecting callers to do so.
8258         (apropos-command, apropos, apropos-value, apropos-documentation):
8259         Simplify calls to apropos-parse-pattern.
8261 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
8263         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8264         (hi-lock-face-phrase-buffer): Use hi-yellow face.
8265         (hi-lock-write-interactive-patterns): Use comment-region.
8267         * longlines.el (longlines-mode): Add mail-setup-hook.
8269         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8271         * simple.el (sendmail-user-agent-compose, next-line):
8272         Conditionally use hard-newline.
8274 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8276         * international/latexenc.el (latex-inputenc-coding-alist):
8277         Reword doc string.
8279 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
8281         * help.el (describe-key-briefly, describe-key): Recognize default
8282         bindings.
8284 2005-11-29  Romain Francoise  <romain@orebokech.com>
8286         * view.el (view-inhibit-help-message): New defcustom.
8287         (view-mode-enter): Use it.
8289 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
8291         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8292         Preserve user position.
8294 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
8296         * font-lock.el: Throw error if facemenu is not loaded to prevent
8297         accidental change of loading order in loadup.el.  (Suggested by RMS.)
8299         * loadup.el: Add comment explaining why facemenu must be loaded
8300         before font-lock.
8302 2005-11-28  Jay Belanger  <belanger@truman.edu>
8304         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8305         (calc-dispatch-map): Add more keys for `calc-same-interface'.
8307         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8309         * calc/calc-embed.el (calc-do-embedded): Update help message.
8311         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8313 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8315         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8317         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8318         called-interactively-p.
8319         (elp-profilable-p): Rename from elp-not-profilable-p.
8320         Invert result and take into account macros and autoloaded functions.
8321         (elp-instrument-function): Update call.
8322         (elp-instrument-package): Update call.  Add completion.
8323         (elp-pack-number): Use match-string.
8324         (elp-results-jump-to-definition-by-mouse): Merge into
8325         elp-results-jump-to-definition and then remove.
8326         (elp-output-insert-symname): Make help echo text single-line.
8328         * replace.el (query-replace-map): Move initialization into declaration.
8329         (occur-engine): Use with-current-buffer.
8330         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8331         (occur-mode-mouse-goto): Replace with an alias.
8333 2005-11-28  Juri Linkov  <juri@jurta.org>
8335         * simple.el (quoted-insert): Let-bind input-method-function to nil.
8337         * term/w32-win.el: Bind [S-tab] to [backtab].
8339         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8340         `Info-find-file' to t.
8342         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8343         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8344         and same-window-regexps.
8345         (occur-next-error): Don't move point for arg 0.
8347 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
8349         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8351 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8353         * log-edit.el (log-edit-changelog-use-first): New var.
8354         (log-edit-changelog-ours-p): Use it.
8355         (log-edit-insert-changelog): Set it with new arg `use-first'.
8356         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8357         (log-edit-hook): Add them to the list of suggested options.
8359         * textmodes/flyspell.el (flyspell-last-buffer): New var.
8360         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8361         redundant work.
8362         (flyspell-mode-on): Use add-hook for after-change-functions.
8363         (flyspell-mode-off): Use remove-hook for after-change-functions.
8364         (flyspell-changes): Make it buffer-local.
8365         (flyspell-after-change-function): Make it non-interactive.  Use push.
8366         (flyspell-post-command-hook): Check input-pending-p while processing
8367         the potentially long list of buffer changes.
8369 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
8371         * buff-menu.el (list-buffers-noselect): Display the selected
8372         frame's buffer list, not the global one.
8374 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
8376         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8377         that (list last-input-event) works as in interactive spec.
8379 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
8381         * loadup.el ("facemenu"): Load facemenu before font-lock, because
8382         `facemenu-keymap' needs to be defined when font-lock is loaded.
8383         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8385 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8387         * completion.el: Remove useless leading * in defcustom docstrings.
8388         (save-completions-file-name): Use ~/.emacs.d if available.
8389         (completion-standard-syntax-table): Rename from
8390         cmpl-standard-syntax-table and fold initialization into declaration,
8391         thus removing cmpl-make-standard-completion-syntax-table.
8392         (completion-lisp-syntax-table, completion-c-syntax-table)
8393         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8394         (cmpl-saved-syntax, cmpl-saved-point): Remove.
8395         (symbol-under-point, symbol-before-point)
8396         (symbol-under-or-before-point, symbol-before-point-for-complete)
8397         (add-completions-from-c-buffer): Use with-syntax-table.
8398         (make-completion): Don't return a list of completion entries.
8399         Update callers.
8400         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8401         (completion-initialize): Rename from initialize-completions.
8402         (completion-find-file-hook): Rename from cmpl-find-file-hook.
8403         (kill-emacs-save-completions): Collect stats here.
8404         (save-completions-to-file, load-completions-from-file):
8405         Use with-current-buffer.
8406         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
8407         into a function.  Move all calls to toplevel.
8408         (completion-lisp-mode-hook): New fun.
8409         (completion-c-mode-hook, completion-setup-fortran-mode):
8410         Set the syntax-table here.  Use local-set-key.
8411         (completion-saved-bindings): New var.
8412         (dynamic-completion-mode): Make it into a proper minor mode.
8413         (load-completions-from-file): Remove unused var `num-uses'.
8415         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8416         constructor if it is explicitly overridden.
8418         * complete.el (PC-completion-as-file-name-predicate):
8419         Use minibuffer-completing-file-name.
8420         (partial-completion-mode): Use find-file-not-found-functions.
8421         (PC-lisp-complete-symbol): Use with-syntax-table.
8422         (PC-look-for-include-file): Remove dead setq.
8423         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8424         (PC-complete): Use with-current-buffer.
8426         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8427         escape single quotes.
8429 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
8431         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8432         of `if' whose condition always returned nil.  Doc fix.
8434         * buff-menu.el (Buffer-menu-revert-function): Make the selected
8435         window's buffer the current buffer around the call to
8436         `list-buffers-noselect'.  This is necessary to mark that buffer
8437         with a `.' in the Buffer Menu when called from Lisp, for instance
8438         by Auto Revert Mode.
8440 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
8442         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8443         attaching to it.
8444         (gdb-pre-prompt): Make sure gdb-error is reset.
8446         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8447         with a child process, detect it.
8448         (gud-speedbar-buttons): Match regexp more carefully.
8450 2005-11-27  Richard M. Stallman  <rms@gnu.org>
8452         * mouse.el (mouse-drag-move-window-bottom):
8453         Use adjust-window-trailing-edge.
8455 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
8457         * simple.el (blink-matching-open): Ignore
8458         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8459         (blink-matching-paren-on-screen): Update docstring.
8461         * paren.el (show-paren-mode): No longer change
8462         `blink-matching-paren-on-screen'.
8464 2005-11-27  John Paul Wallington  <jpw@pobox.com>
8466         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8467         (gdb-threads-select, gdb-edit-register-value):
8468         Use `posn-set-point' instead of `mouse-set-point' because the
8469         latter is not fbound when configured without X.
8471 2005-11-27  Kim F. Storm  <storm@cua.dk>
8473         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8474         existing face when partially highlighting a TAB in a rectangle.
8476 2005-11-26  Kim F. Storm  <storm@cua.dk>
8478         * ido.el (ido-mode-map): Doc fix.
8479         (ido-mode-common-map, ido-mode-file-map)
8480         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8481         (ido-define-mode-map): Rewrite.  Select one of the new maps as
8482         parent for ido-mode-map instead of building from scratch.
8483         (ido-init-mode-maps): New defun to initialize new maps.
8484         (ido-mode): Call it.
8485         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8486         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8488 2005-11-26  John Paul Wallington  <jpw@pobox.com>
8490         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8491         `mouse-set-point' because the latter is not fbound when configured
8492         without X.
8494 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8496         * files.el (file-relative-name): Doc fix.
8498 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
8500         * progmodes/octave-inf.el (inferior-octave-startup): Force a
8501         non-empty string for secondary prompt PS2.
8503 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
8505         * progmodes/compile.el (compilation-setup): Fix last change.
8507 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
8509         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8510         (gdb-mouse-toggle-breakpoint-margin)
8511         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
8512         Add gdb-server-prefix to keep out of command history.
8513         (gdb-edit-register-value): New function.
8514         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
8515         (gdb-info-registers-custom): Use above map.
8517 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
8519         * custom.el (enable-theme): Signal error if argument is not a
8520         theme.  Don't recalculate a face if it's not loaded yet.
8522         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
8523         the `user' theme is in effect.
8525         * info.el (Info-on-current-buffer): Record actual filename in
8526         Info-current-file, instead of t, or a fake filename if a non-file
8527         buffer.  Make autoload.
8528         (Info-find-node, Info-revert-find-node): No need to check for
8529         Info-current-file nil.
8530         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
8531         Info-current-file is now never `t'.
8532         (Info-fontify-node): Many simplifications due to Info-current-file
8533         always being valid.  Use Info-find-file to find node filename.
8535 2005-11-25  David Kastrup  <dak@gnu.org>
8537         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
8538         new character, then delete" in order to preserve markers.
8540 2005-11-25  David Ponce  <david@dponce.com>
8542         * recentf.el (recentf-arrange-by-rule): Handle a special
8543         `auto-mode-alist'-like "strip suffix" rule.
8544         (recentf-build-mode-rules): Handle second level auto-mode entries.
8546 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8548         * viper-keym.el (viper-ESC-key): Use different values in terminal and
8549         window modes.
8551         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
8552         jde-javadoc-checker-report-mode.
8554         * ediff-wind (ediff-make-wide-display): Slight simplification.
8556         * ediff.el (ediff-date): Change the date of last update.
8558 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
8560         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
8561         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
8562         (hi-lock-mode): New global minor mode.
8563         (turn-on-hi-lock-if-enabled): New function.
8564         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
8565         Change arguments to regexp and face instead of a font-lock pattern.
8566         Directly set face property, instead of refontifying.
8567         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
8568         (hi-lock-find-patterns): Use line-number-at-pos.
8570         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
8571         arguments for hi-lock-set-pattern.
8572         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
8573         Call font-lock-fontify-buffer.
8574         (hi-lock-find-file-hook, hi-lock-current-line)
8575         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
8577         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
8578         turned off.
8580         * progmodes/compile.el (compilation-setup): Don't fiddle with
8581         font-lock-defaults.
8583 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
8585         * progmodes/gdb-ui.el (gdb-var-create-handler)
8586         (gdb-var-list-children-handler): Find values for all variable
8587         objects.  gud-speedbar-buttons decides whether to display them.
8589 2005-11-24  Romain Francoise  <romain@orebokech.com>
8591         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
8592         buffer name with a space.
8594 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
8596         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
8597         `org-export-local-list-max-depth'.  Change default value to 3.
8598         (org-auto-renumber-ordered-lists)
8599         (org-plain-list-ordered-item-terminator): New options.
8600         (org-at-item-p, org-beginning-of-item, org-end-of-item)
8601         (org-get-indentation, org-get-string-indentation)
8602         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
8603         New functions.
8604         (org-move-item-down, org-move-item-up): New commands.
8605         (org-export-as-html): New classes for CSS support.  Bug fix in
8606         regular expression detecting fixed-width regions.  Respect
8607         `org-local-list-ordered-item-terminator'.
8608         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
8609         also a list item.
8610         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
8611         New item moving functions.
8613 2005-11-24  Juri Linkov  <juri@jurta.org>
8615         * isearch.el (isearch-repeat): With empty search ring set
8616         `isearch-error' to the error string instead of signaling error
8617         with the function `error'.
8619 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8621         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
8623 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
8625         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
8626         and variable.
8627         (gdb-var-create-handler, gdb-var-list-children-handler):
8628         Don't match on "char **...".
8629         (gdb-var-update-handler): Find values for all variable objects.
8630         (gdb-info-frames-custom): Identify frames by leading "#".
8632         * progmodes/gud.el (gud-speedbar-menu-items): Add
8633         gdb-speedbar-auto-raise as radio button.
8634         (gud-speedbar-buttons): Raise speedbar if requested.
8635         Don't match on "char **...".
8636         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
8637         Make it editable.
8639 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
8641         * info.el (Info-fontify-node): Handle the case where
8642         Info-current-file is t.
8644 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8646         * simple.el (blink-matching-open): Fix off-by-one in last change.
8648 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8650         * term/mac-win.el: Don't change default directory.
8652 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
8654         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
8655         buffers correctly.  (It used to throw an error in such buffers.)
8656         Make it ask for confirmation in group buffers and other Custom
8657         buffers containing more than one customization item.
8659 2005-11-22  John Paul Wallington  <jpw@gnu.org>
8661         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
8662         property on mail and url overlays.
8663         (goto-address-at-point): Use `posn-set-point' instead of
8664         `mouse-set-point' because the latter is not fbound when configured
8665         without X.
8667 2005-11-22  Lars Hansen  <larsh@soem.dk>
8669         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
8670         (ls-lisp-classify, ls-lisp-format): Delete call to
8671         ls-lisp-parse-symlink.
8672         (ls-lisp-handle-switches): Handle symlinks to directories as
8673         directories when ls-lisp-dirs-first in non-nil.
8675 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
8677         * startup.el (command-line): Make sure that loaddefs.el is handled
8678         correctly in load-history.
8680 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
8682         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
8683         (gdb-struct-string, gdb-array-string): New constants.
8684         (gdb-info-locals-handler): Use them.
8685         (gdb-reset): Reset gdb-var-list to nil.
8687 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
8690         in patterns.
8692 2005-11-21  Juri Linkov  <juri@jurta.org>
8694         * custom.el (defcustom): Update link types in docstring.
8696 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
8698         * custom.el (defgroup): Add doc-string-elt info.
8700         * widget.el (define-widget): Don't use declare for the doc-string-elt.
8702 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8704         * newcomment.el (comment-enter-backward): Fix last fix.
8706         * simple.el (blink-matching-open):
8707         * paren.el (show-paren-function): Allow new paren-class info.
8709 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
8711         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
8712         handled automagically.
8714 2005-11-20  Andreas Schwab  <schwab@suse.de>
8716         * descr-text.el (describe-char): When copying overlays put them
8717         over the full char description instead of just the first character
8718         of it.
8720 2005-11-20  Juri Linkov  <juri@jurta.org>
8722         * simple.el (what-cursor-position):
8723         * descr-text.el (describe-char): Use Lisp-readable syntax
8724         for octal and hex.  Reorder decimal, octal and hex values.
8725         Remove excess whitespace in the output.  Use `=' in `column='
8726         like in `point=' and `Hscroll='.
8728         * international/mule-cmds.el (encoded-string-description):
8729         Use Lisp-readable syntax for hex.
8731 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8733         * newcomment.el (comment-enter-backward): Handle the case where the
8734         comment is closed by EOB.
8736 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8738         * longlines.el (longlines-before-revert-hook)
8739         (longlines-after-revert-hook): New functions.
8740         (longlines-mode): Turn off longlines temporarily when reverting.
8741         Add a message-setup-hook.
8742         (longlines-decode-buffer): New function.
8743         (longlines-wrap-line): Preserve marker positions.
8745 2005-11-19  Andreas Schwab  <schwab@suse.de>
8747         * emacs-lisp/shadow.el: Handle compressed files.
8749 2005-11-19  Romain Francoise  <romain@orebokech.com>
8751         * net/browse-url.el (browse-url-default-browser): Signal an error
8752         if no usable browser can be found, rather than try to load w3.
8754 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
8756         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
8757         replacing existing properties.
8758         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8759         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
8760         tty specs.
8761         (rcirc-server-prefix, rcirc-server): New faces.
8762         (rcirc-url-regexp): Generate with rx macro.
8763         (rcirc-last-server-message-time): New variable.
8764         (rcirc-filter): Record time of last message.
8765         (rcirc-keepalive): Kill processes that did not send a message
8766         since the last ping.
8767         (rcirc-mode): Give rcirc-topic a local binding here.
8769 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
8771         * subr.el (read-passwd): Fontify the prompt as we do with other
8772         prompts.
8774 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
8776         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
8777         binding buffer-read-only to nil.
8779 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
8781         * complete.el (partial-completion-mode):
8782         Mention completion-auto-help in the doc string.
8784         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
8785         more Lisp-ish way.
8787 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8789         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
8790         digits, not 8, to avoid misalignment for files larger than 100MB.
8792 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
8794         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
8795         Mention "keyboard shortcuts" in the help text.
8797 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8799         * startup.el (fancy-splash-default-action): Discard only
8800         mouse-down and succeeding mouse-up events in the splash screen
8801         window so that drag-n-drop event can be processed.
8803 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
8805         * longlines.el (longlines-mode): Add hacks for mail-mode and
8806         message-mode.
8808 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
8810         * textmodes/org.el (org-table-sort-lines): New command.
8811         (org-tbl-menu): Add entry for `org-table-sort-lines'.
8812         (org-add-file): Command removed, use `org-agenda-file-to-front'
8813         instead.
8814         (org-export-icalendar): Use `org-icalendar-combined-name'.
8815         (org-cycle-agenda-files, org-agenda-file-to-end)
8816         (org-agenda-file-to-front): New commands.
8817         (org-table-tab-jumps-over-hlines, org-export-html-style):
8818         New options.
8819         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
8820         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
8821         New functions.
8822         (org-fill-paragraph): Call `org-table-align' in tables.
8823         (org-mode): Call `org-set-autofill-regexps'.
8824         (org-export-as-html): Support for local handformatted lists.
8825         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
8826         (org-export-local-list-max-depth): New option.
8827         (org-html-expand): Use `org-html-protect'.
8829 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
8831         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
8832         to "p".
8833         (gdb): Move definition of gud-pp to...
8835         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
8836         speedbar.
8837         (gdb-find-watch-expression): New function.
8839 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8841         * faces.el (face-attribute, set-face-attribute): Mention existence
8842         of `:ignore-defface' setting in docstring.
8844 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8846         * simple.el (completion-setup-function): Fix last change.
8848 2005-11-17  John Paul Wallington  <jpw@pobox.com>
8850         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
8851         Use `posn-set-point' instead of `mouse-set-point' because the
8852         latter is not fbound when configured without X.
8854         * comint.el (comint-insert-input): Likewise.
8856 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8858         * simple.el (hard-newline): New variable.
8859         (sendmail-user-agent-compose, next-line): Use it.
8861         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
8862         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
8863         (mail-mail-reply-to, mail-mail-followup-to)
8864         (mail-position-on-field, mail-signature, mail-yank-original)
8865         (mail-attach-file): Likewise.
8867         * mail/mailheader.el (mail-header-format)
8868         (mail-header-format-function): Likewise.
8870         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
8872 2005-11-17  Juri Linkov  <juri@jurta.org>
8874         * font-lock.el (font-lock-faces): Rename this defgroup from
8875         `font-lock-highlighting-faces'.
8876         (font-lock-comment-face, font-lock-comment-delimiter-face)
8877         (font-lock-string-face, font-lock-doc-face)
8878         (font-lock-keyword-face, font-lock-builtin-face)
8879         (font-lock-function-name-face, font-lock-variable-name-face)
8880         (font-lock-type-face, font-lock-constant-face)
8881         (font-lock-warning-face, font-lock-negation-char-face)
8882         (font-lock-preprocessor-face)
8883         (font-lock-regexp-grouping-backslash)
8884         (font-lock-regexp-grouping-construct): Rename :group from
8885         `font-lock-highlighting-faces' to `font-lock-faces'.
8887         * cus-edit.el (lisp, c, tex):
8888         * progmodes/ada-mode.el (ada):
8889         * progmodes/asm-mode.el (asm):
8890         * progmodes/cperl-mode.el (cperl-faces):
8891         * progmodes/cpp.el (cpp):
8892         * progmodes/dcl-mode.el (dcl):
8893         * progmodes/f90.el (f90):
8894         * progmodes/fortran.el (fortran):
8895         * progmodes/icon.el (icon):
8896         * progmodes/idlwave.el (idlwave-misc):
8897         * progmodes/m4-mode.el (m4):
8898         * progmodes/make-mode.el (makefile):
8899         * progmodes/meta-mode.el (meta-font):
8900         * progmodes/modula2.el (modula2):
8901         * progmodes/octave-mod.el (octave):
8902         * progmodes/pascal.el (pascal):
8903         * progmodes/perl-mode.el (perl):
8904         * progmodes/prolog.el (prolog):
8905         * progmodes/ps-mode.el (PostScript-edit):
8906         * progmodes/scheme.el (scheme):
8907         * progmodes/sh-script.el (sh-script):
8908         * progmodes/simula.el (simula):
8909         * progmodes/tcl.el (tcl):
8910         * textmodes/nroff-mode.el (nroff):
8911         * textmodes/reftex-vars.el (reftex-fontification-configurations):
8912         * textmodes/sgml-mode.el (sgml):
8913         * textmodes/texinfo.el (texinfo):
8914         Add :link (custom-group-link font-lock-faces) to defgroup.
8916         * hi-lock.el (hi-lock): Rename this defgroup from
8917         `hi-lock-interactive-text-highlighting'.  Change parent group from
8918         `faces' to `font-lock'.  Add link to the manual.
8919         (hi-lock-mode, hi-lock-file-patterns-range)
8920         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
8921         `hi-lock-interactive-text-highlighting' to `hi-lock'.
8922         (hi-lock-faces): Add :group `faces'.
8924         * cus-edit.el (custom-variable-prompt): Clarify the code.
8926         * faces.el (face-read-string): Set the default value arg of
8927         completing-read.
8929 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
8931         * rfn-eshadow.el (file-name-shadow-properties)
8932         (file-name-shadow-tty-properties, file-name-shadow-mode):
8933         Remove autoloads, because the file is now preloaded.
8935 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8937         * printing.el (easy-menu-intern): Don't define.
8938         (pr-get-symbol): Use easy-menu-intern only if defined.
8940         * simple.el (blink-matching-open): Simplify a bit.
8941         (completion-setup-function): Fix the case of partial-completion-mode
8942         when the minibuffer's contents start with "-".
8943         Obey completion-base-size-function even when
8944         minibuffer-completing-file-name is non-nil.
8946 2005-11-16  Richard M. Stallman  <rms@gnu.org>
8948         * net/eudcb-ph.el (eudc-ph-open-session):
8949         Use set-process-query-on-exit-flag.
8951         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
8953         * international/ucs-tables.el (ucs-set-table-for-input):
8954         Use make-local-variable, not make-variable-buffer-local.
8956         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8957         Improve warning message text.
8959         * savehist.el (savehist-save-hook): Add :group.
8961         * menu-bar.el (menu-bar-help-menu):
8962         Rename Find Extra Packages to External Packages.
8964         * cus-edit.el (Custom-reset-standard): Verify that
8965         :custom-standard-value prop exists before calling it.
8967         * apropos.el (apropos-calc-scores): Use apropos-pattern.
8969 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
8971         * wid-edit.el (color): Enclose %t in %{...%}.
8973         * cus-edit.el (face): Enclose %t in %{...%}.
8975 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
8977         * savehist.el (savehist-mode-hook): Re-add the var.
8978         (savehist-mode): Use it.
8980 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8982         * textmodes/flyspell.el: Fix commenting convention.
8983         Remove unnecessary leading * in custom docstrings.
8984         (flyspell-emacs): Remove unused var.
8985         (flyspell-delete-region-overlays): Use remove-overlays.
8986         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
8987         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
8988         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
8989         (flyspell-debug-signal-word-checked): Use with-current-buffer.
8990         (make-flyspell-overlay): Don't locally reuse a global name.
8991         (flyspell-highlight-incorrect-region)
8992         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
8993         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
8994         (flyspell-notify-misspell): Remove unused args `start' and `end'.
8995         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
8996         Wrap calls to accept-process-output inside with-local-quit since it's
8997         often called from a post-command-hook.
8998         (flyspell-correct-word, flyspell-auto-correct-word):
8999         Use ispell-send-string.
9000         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
9002         * calendar/diary-lib.el (diary-list-entries): Also hide the
9003         terminating newline.
9005 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
9007         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9008         window-system, to allow fonts on tty.
9010 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
9012         * progmodes/gud.el (gud-speedbar-item-info): New function.
9013         (gud-install-speedbar-variables): Use it to display data type
9014         of watch expression as a tooltip in speedbar.
9016 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
9018         * font-core.el (global-font-lock-mode): Add :version keyword,
9019         because default was changed.
9021         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9023         * startup.el (command-line): Use `custom-reevaluate-setting' for
9024         `file-name-shadow-mode'.
9026         * loadup.el: Preload rfn-eshadow.
9028         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9029         Add :version keyword.
9030         (file-name-shadow-properties, file-name-shadow-tty-properties)
9031         (file-name-shadow): Add :version keyword.
9033         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9034         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9035         in the custom-group property of the symbol frames and the fringe
9036         group got no link to its parent group frames.
9037         Doc fix.
9039 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
9041         * progmodes/gud.el (gud-stop-subjob): New function.
9042         (gud-menu-map, gud-tool-bar-map): Use it.
9044 2005-11-16  Kim F. Storm  <storm@cua.dk>
9046         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9047         than kill it.
9048         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
9049         to a more useful/logical place.
9051 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
9053         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9054         go buttons complementary.
9056 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9058         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9059         (rfn-eshadow-sifn-equal): New function.
9060         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9062 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9064         * viper-utils.el (viper-non-word-characters-reformed-vi):
9065         Quote `-' in string.
9067         * viper.el (viper-emacs-state-mode-list): Ensure that
9068         rcirc-mode buffers come up in Emacs state.
9070         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9071         operation.
9073 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9075         * term.el (term-termcap-format): Fix typos.
9076         (term-down): Fix the negative argument case.
9078 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
9080         * progmodes/gdb-ui.el: Remove face-alias left over from change on
9081         2005-08-15.
9082         (gdb-ann3): New command gud-go.
9083         (menu): Accomodate gdb-mi.el.
9084         (gdb-assembler-custom): Make buffer of selected window current
9085         so that set-window-point works.
9087         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9088         buttons and include new ones.
9090 2005-11-16  Kim F. Storm  <storm@cua.dk>
9092         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9093         (gud-menu-map): Use it.
9095 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
9097         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9098         that works correctly for Custom and that does not override a user
9099         who disables it.
9101         * help-mode.el (help-make-xrefs, help-xref-on-pp)
9102         (help-xref-interned, help-follow): Make hyperlinks for variables
9103         that are unbound, but have a non-nil variable-documentation property.
9105         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9106         mode hook.  (It conflicted with defcustoms for some mode hooks.)
9107         Use the `variable-documentation' property to give the mode hook a
9108         docstring and expand that docstring.
9110 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
9112         * savehist.el (savehist-mode): Don't bother with
9113         `custom-set-minor-mode'.
9114         (savehist-coding-system): Check XEmacs version.
9115         (history-length): Declare also at run time.
9116         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
9117         Don't set the customize state.
9118         (savehist-minibuffer-hook): Special case for when
9119         minibuffer-history-variable is equal to t.
9121 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9123         * files.el (write-file): Refresh VC status.
9125         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9126         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9127         than fundamental-mode to see if the mode was set.
9129 2005-11-14  Romain Francoise  <romain@orebokech.com>
9131         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9132         dummy function in `eval-when-compile' to avoid compiler warning.
9133         Require `man' at compile time.
9135 2005-11-14  Jay Belanger  <belanger@truman.edu>
9137         * calc-alg.el (calcFunc-write-out-power): Rename it to
9138         calcFunc-powerexpand.
9139         (math-write-out-power): Rename it to math-powerexpand; have it
9140         handle negative exponents.
9141         (calc-writeoutpower): Rename it to calc-powerexpand.
9143         * calc-ext.el: Change calcFunc-writeoutpower and
9144         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9145         autoloads.
9146         Add calcFunc-ldiv to autoloads.
9148         * calc-arith.el (calcFunc-ldiv): New function.
9150         * calc.el (calc-left-divide): New function.
9152 2005-11-14  Juri Linkov  <juri@jurta.org>
9154         * cus-edit.el (custom-variable-prompt): Set the default value arg
9155         of completing-read.
9157         * cus-dep.el (custom-make-dependencies): Reverse the list of
9158         found dependencies.
9160 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
9162         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9163         Highlighting" entry, it is on by default now.
9164         (menu-bar-options-save): Do not save global-font-lock-mode.
9166 2005-11-13  Richard M. Stallman  <rms@gnu.org>
9168         * textmodes/flyspell.el (flyspell-large-region):
9169         Call flyspell-accept-buffer-local-defs.
9171 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
9173         * textmodes/flyspell.el (flyspell-notify-misspell):
9174         Fix misspelling of "Misspelling".
9175         (flyspell-process-localwords): New function.
9176         (flyspell-large-region): Call flyspell-process-localwords and
9177         flyspell-delete-region-overlays.
9178         (flyspell-delete-region-overlays): New function.
9179         (flyspell-delete-all-overlays): Call that.
9181 2005-11-13  Richard M. Stallman  <rms@gnu.org>
9183         * help.el (help-for-help-internal): Improve doc of C-h a.
9184         (describe-key): Improve prompt; doc fix.
9186 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9188         * vc-svn.el (vc-svn-registered): Catch all errors.
9190         * cus-dep.el (custom-make-dependencies): Typo.
9192 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
9194         * net/tramp-util.el (top): Fix compilation warning.
9196 2005-11-13  Kim F. Storm  <storm@cua.dk>
9198         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
9200 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
9202         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9203         (gud-speedbar-buttons): Match on "const char *" too.
9205         * progmodes/gdb-ui.el (gdb-var-create-handler)
9206         (gdb-var-list-children-handler): Match on "const char *" too.
9207         (gdb-var-evaluate-expression-handler): Match on empty string.
9208         (gdb-var-update-handler): Only call
9209         gdb-var-evaluate-expression-handler when required.
9211 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
9213         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9214         selected window.  This still doesn't work for speedbar.
9215         (gud-speedbar-buttons): Handle string expressions properly.
9217         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9218         (gdb-var-create-handler): Handle string expressions properly.
9219         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9220         Handle string expressions properly.  Move "type" field into regexp.
9222 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
9224         * bookmark.el (bookmark-maybe-message): New function to reduce
9225         code duplication: invokes `message' iff baud-rate is high enough.
9226         (bookmark-write-file): Use above instead of an inline conditional.
9227         (bookmark-load): Same.
9229 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
9231         * bookmark.el (bookmark-write-file): Don't visit the destination
9232         file, just write the data to it using write-region.  This is
9233         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9234         change to avoid visiting the file in the first place.
9236 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
9238         * hi-lock.el (hi-lock-mode): Set the default value of
9239         font-lock-defaults.
9241 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
9243         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9244         arg to `file-attributes'.
9245         (find-lisp-format): The UID and GID can now be strings.
9247 2005-11-12  Kim F. Storm  <storm@cua.dk>
9249         * help.el (help-map): Bind C-h d to apropos-documentation.
9251         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9252         when point is at end-of-buffer.
9254         * apropos.el (apropos-match-face): Doc fix.
9255         (apropos-sort-by-scores): Add new choice `verbose'.
9256         (apropos-documentation-sort-by-scores): New defcustom.
9257         (apropos-pattern): Now contains the pattern entered by the user.
9258         (apropos-pattern-quoted): New defvar.
9259         (apropos-regexp): New defvar, containing the regexp corresponding
9260         to apropos-pattern.
9261         (apropos-all-words-regexp): Rename from apropos-all-regexp.
9262         (apropos-read-pattern): New defun.  Use it to read pattern arg in
9263         interactive calls; returns list of words for a word list, and
9264         string for a regexp.
9265         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
9266         parses a list of words or regexp as returned by apropos-read-pattern.
9267         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9268         (apropos-score-doc): Return a very high score if the string
9269         entered by the user matches literally.
9270         (apropos-variable): Doc fix.  Use apropos-read-pattern.
9271         (apropos-command): Doc fix.  Use apropos-read-pattern and
9272         apropos-parse-pattern.  Call apropos-print with nosubst=t.
9273         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
9274         apropos-parse-pattern.
9275         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
9276         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
9277         apropos-documentation-sort-by-scores.  Call apropos-print with
9278         nosubst=t.
9279         (apropos-documentation-internal): Pass doc string through
9280         substitute-key-definition before adding text properties.
9281         Highlight substring matching literal user input if possible.
9282         (apropos-documentation-check-doc-file): Remove locals beg and end.
9283         Fix calculation of score (as added twice).  Pass doc string through
9284         substitute-key-definition before adding text properties.
9285         (apropos-documentation-check-elc-file): Pass doc string through
9286         substitute-key-definition before adding text properties.
9287         Highlight substring matching literal user input if possible.
9288         (apropos-print): Add new arg NOSUBST; if set, command and variable
9289         doc strings have already been passed through substitute-key-definition.
9290         Add code to handle apropos-accumulator items without score element
9291         for backwards compatibility (e.g. with woman package).
9292         Only show scores if apropos-sort-by-scores is `verbose'.
9294 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9296         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9297         Add jka-compr-load-suffixes to load-suffixes.
9299         * jka-compr.el: Require jka-cmpr-hook.
9300         (jka-compr-info-compress-message, jka-compr-info-compress-program)
9301         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9302         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9303         (jka-compr-info-can-append, jka-compr-info-strip-extension)
9304         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9305         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
9306         (jka-compr-uninstall): Remove entries from
9307         jka-compr-added-to-file-coding-system-alist after they are used.
9308         (jka-compr-error): Remove unused var `curbuf'.
9309         (jka-compr-file-local-copy): Remove unused var `notfound'.
9311 2005-11-10  Romain Francoise  <romain@orebokech.com>
9313         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9315 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
9317         * progmodes/gud.el (gud-menu-map): Move parentheses.
9318         (gdb): New command gud-pv.
9320 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9322         * tar-mode.el: Remove spurious or unnecessary leading stars
9323         in docstrings.
9324         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9325         (tar-parse-octal-integer-safe): Use mapc.
9326         (tar-header-block-summarize): Remove unused var `ck'.
9327         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9328         cleared before.  Obey default-enable-multibyte-characters.
9329         Use mapconcat.  Simplify setting of tar-header-offset.
9330         (tar-mode-map): Move initialization inside delcaration.
9331         (tar-flag-deleted): Use `abs'.
9332         (tar-expunge-internal): Remove unused var `line'.
9333         (tar-expunge-internal): Don't hardcode point-min==1.
9334         (tar-expunge): Widen while doing set-buffer-multibyte.
9335         (tar-rename-entry): Use file-name-coding-system.
9336         (tar-alter-one-field): Don't hardcode point-min==1.
9337         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9338         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
9340 2005-11-10  Masatake YAMATO  <jet@gyve.org>
9342         * add-log.el (add-log-current-defun): Handle class::method
9343         notation of c++.  Fix incorrect comment.
9345 2005-11-10  Alan Mackenzie  <acm@muc.de>
9347         * help-fns.el (describe-variable): Make C-h v work when a variable
9348         has variable documentation yet is unbound.
9350 2005-11-10  Masatake YAMATO  <jet@gyve.org>
9352         * man.el (Man-highlight-references): Set an empty
9353         string to `Man-arguments' if it is nil.
9354         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9356 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9358         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9359         commenting conventions.
9361         * cus-dep.el (custom-make-dependencies): Simplify.
9362         Better follow the commenting conventions.
9364 2005-11-09  Richard M. Stallman  <rms@gnu.org>
9366         * apropos.el (apropos-pattern): Rename from apropos-regexp.
9367         (apropos-orig-pattern): Rename from apropos-orig-regexp.
9368         All uses changed.
9369         (apropos-rewrite-regexp): Doc fix.
9370         (apropos-variable, apropos-command, apropos, apropos-value):
9371         Change prompt; carry through the argument renaming.
9373 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
9375         * find-lisp.el: Require dired.
9376         (find-lisp-find-dired-internal): Do not call
9377         `abbreviate-file-name' on DIR.
9379 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
9381         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9383 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
9385         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9386         when using the speedbar.
9387         (gdb): New command gud-pp.
9388         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9390 2005-11-09  Juri Linkov  <juri@jurta.org>
9392         * replace.el (occur-excluded-properties): New defcustom.
9393         (occur-1, occur-engine, occur-accumulate-lines): Use it.
9395 2005-11-08  Jay Belanger  <belanger@truman.edu>
9397         * calc/calc-units.el (math-convert-units): Replace any composite
9398         unit by its definition.
9400 2005-11-08  Lars Hansen  <larsh@soem.dk>
9402         * emacs-lisp/autoload.el (update-directory-autoloads):
9403         Add obsolete function alias.
9405 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9407         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9408         comment-indent-function.
9409         (lisp-comment-indent): Replace by an alias for comment-indent-default.
9411         * reveal.el (reveal-post-command): Rework the handling of
9412         reveal-open-spots, so as to be more reliable.  There were several
9413         tricky corner cases where an open spot might be lost, or where
9414         a closed spot might end up on the list of open spots.
9415         Only reveal text that's ellipsised.
9417 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
9419         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9421 2005-11-07  John Paul Wallington  <jpw@gnu.org>
9423         * ibuffer.el (ibuffer): Search iconified frames too when
9424         getting Ibuffer buffer's window.
9426 2005-11-06  Richard M. Stallman  <rms@gnu.org>
9428         * progmodes/compile.el (compilation-internal-error-properties):
9429         save-excursion around the computation of MARKER.
9431 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
9433         * textmodes/flyspell.el (flyspell-external-point-words):
9434         flyspell-get-word returns a list, not just a string.
9436 2005-11-06  John Paul Wallington  <jpw@pobox.com>
9438         * ibuffer.el (ibuffer): Search all visible frames when getting
9439         Ibuffer buffer's window.
9441 2005-11-07  Masatake YAMATO  <jet@gyve.org>
9443         * man.el (Man-reference-regexp): Accept spaces between
9444         `Man-name-regexp' and `Man-section-regexp'.
9445         (Man-apropos-regexp): New variable.
9446         (Man-abstract-xref-man-page): Use value for `Man-target-string'
9447         if available.
9448         (Man-highlight-references, Man-highlight-references0):
9449         Handle the case when `Man-arguments' includes "-k".
9450         (Man-highlight-references0): Rename the argument `TARGET-POS' to
9451         `TARGET'. `TARGET' can be a number, function or nil.
9453 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
9455         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9456         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9457         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9458         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9459         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9460         (gdb-send-item): Use buffer-local-value and simplify.
9462 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
9464         * startup.el (command-line): Use `custom-reevaluate-setting' for
9465         `global-font-lock-mode'.
9467         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9468         by default, except in batch mode or when the -D option is given.
9470         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9471         specified keyword args on to `define-minor-mode'.  Update docstring.
9473 2005-11-05  Romain Francoise  <romain@orebokech.com>
9475         * replace.el (occur-engine): Add marker at end of line, too.
9477 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
9479         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9480         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9481         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9482         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9483         argument to all these routines, so the passphrase can be managed
9484         externally and passed in to the system.
9485         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9486         pgg-add-passphrase-to-cache function.
9488         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9489         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9490         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9491         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9492         argument to all these routines, so the passphrase can be managed
9493         externally and passed in to the system.
9494         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9495         function.
9497 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
9499         * font-lock.el: Don't deal with font-lock-face-attributes here,
9500         move the code ...
9502         * startup.el (command-line): ... here.  Use face-spec-set instead
9503         of custom-declare-face.
9505         * faces.el (face-spec-set): Reset the face if spec is not nil.
9507 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9509         * newcomment.el (comment-region-internal): Box more tightly in the
9510         common case where there's no TAB in the boxed text.
9512 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9514         * info.el (info-tool-bar-map): Use images prev-node, next-node and
9515         up-node.
9517 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
9519         * newsticker.el: Commentary updated.  Code formatting changed.
9520         (newsticker-version): Change to "1.9".
9521         (newsticker, newsticker-feed): Doc fix.
9522         (newsticker-url-list): Doc fix.  Add option "Weekly".
9523         (newsticker-retrieval-interval): Add option "Weekly".
9524         (newsticker-headline-processing): Doc fix.
9525         (newsticker-auto-mark-filter): Remove.
9526         (newsticker-auto-mark-filter-list): New.
9527         (newsticker-layout, newsticker-sort-method): Doc fix.
9528         (newsticker-hide-old-items-in-newsticker-buffer)
9529         (newsticker-heading-format, newsticker-item-format)
9530         (newsticker-desc-format): Doc fix.
9531         (newsticker-show-all-rss-elements): Remove.
9532         (newsticker-show-all-news-elements): New.
9533         (newsticker-faces, newsticker-ticker): Doc fix.
9534         (remove-from-invisibility-spec): Code formatting.
9535         (newsticker--process-ids): New.
9536         (newsticker-mode): Doc fix.
9537         (newsticker-mode): Change mode-line-format.
9538         (newsticker-start): Remove debug output.
9539         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
9540         (newsticker-w3m-show-inline-images): Code formatting.
9541         (newsticker-next-item): Call `force-mode-line-update'.
9542         (newsticker-previous-item): Call `force-mode-line-update'.
9543         (newsticker-next-feed): Call `force-mode-line-update'.
9544         (newsticker-previous-feed): Call `force-mode-line-update'.
9545         (newsticker-mark-all-items-at-point-as-read): Code formatting.
9546         (newsticker-show-old-items): Do not show descs.
9547         (newsticker-hide-entry): Hide too much.
9548         (newsticker-hide-entry, newsticker-show-entry)
9549         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
9550         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
9551         (newsticker-toggle-auto-narrow-to-item): Code formatting.
9552         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
9553         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
9554         (newsticker-get-news): Call `force-mode-line-update'.
9555         Collect process ids.
9556         (newsticker--sentinel): Change coding system handling.
9557         Move image retrieval to new functions newsticker--get-logo-url-*.
9558         Move feed parsing to new functions newsticker--parse-*.
9559         Update list of process ids.
9560         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
9561         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
9562         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
9563         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
9564         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9565         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
9566         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
9567         (newsticker--decode-coding-string): Remove.
9568         (newsticker--decode-numeric-entities): Check input.  Format code.
9569         (newsticker--remove-whitespace): Check input.
9570         (newsticker--do-forget-preformatted): Doc fix.
9571         (newsticker--decode-rfc822-date): Allow for missing time.
9572         (newsticker--update-process-ids): New.
9573         (newsticker--image-sentinel): Change comment.
9574         (newsticker--image-read): Change error message.
9575         (newsticker--imenu-goto): Doc fix.  Show headline title.
9576         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
9577         (newsticker--buffer-do-insert-text): Clean whitespace in
9578         html-rendered headline title.  Code formatting.
9579         Call `newsticker--buffer-print-extra-elements'.
9580         (newsticker--buffer-print-extra-element): Remove.
9581         (newsticker--buffer-print-extra-elements): New.
9582         (newsticker--buffer-do-print-extra-element): New.
9583         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
9584         large sizes.
9585         (newsticker--run-auto-mark-filter)
9586         (newsticker--do-run-auto-mark-filter):
9587         Use `newsticker-auto-mark-filter-list'.
9589 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
9591         * net/rcirc.el: Use split-string OMIT-NULLS argument.
9592         (rcirc-print): Force redisplay before running hooks.  Do long
9593         buffer truncation after making new text read-only.  Deal with nil
9594         text when decoding strings.  If TARGET is nil, use either the
9595         currently selected buffer, if it is an rcirc buffer and of the
9596         same process or the process buffer.
9597         (rcirc-mode): Remove header-line.  Recompute short buffer names.
9598         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
9599         (rcirc-short-buffer-name): Add variable.
9600         (rcirc-kill-buffer-hook): Recompute short buffer names.
9601         Remove nick from private channel.
9602         (rcirc-send-input): Send command text to current-buffer.
9603         Don't clear overlay arrow here.
9604         (rcirc-short-buffer-name): Return a short buffer name.
9605         (rcirc-update-short-buffer-names, rcirc-abbreviate)
9606         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
9607         buffer-name abbreviations.
9608         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
9609         Do not touch nick-table when killing a parted channel.
9610         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
9611         Clear arrow from current buffer if it is now hidden.
9612         (rcirc-current-buffer): Add variable.
9613         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9614         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
9615         Remove -face from names.
9616         (rcirc-update-activity-string): Print "DND" when globally ignoring
9617         activity.
9618         (rcirc-ignore-buffer-activity-flag): Rename from
9619         rcirc-ignore-channel-activity.
9620         (rcirc-ignore-all-activity-flag): Doc fix.
9621         (rcirc-channels): Remove variable.
9622         (rcirc-kill-buffer-hook):
9623         (rcirc-get-buffer-create): Add nick to private channel.
9624         (rcirc-multiline-edit-submit): Remove tabs.
9625         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
9626         folded.
9627         (rcirc-remove-nick-channel): Bug fix.
9628         (rcirc-toggle-ignore-buffer-activity): Rename from
9629         rcirc-toggle-ignore-channel-activity.
9630         (rcirc-record-activity): Add buffers to the front of the list.
9631         (rcirc-update-activity): Remove killed buffers from list.
9632         (rcirc-process-server-response-1): Remove last argument if it is
9633         null before calling handler.
9634         (rcirc): Add "rcirc" defcustom prefix.
9635         (rcirc-prompt): Simplify default prompt.
9636         Use custom-initialize-default.
9637         (rcirc-private-chats): Remove variable.
9638         (rcirc-prompt): Change initialization.
9639         (rcirc-version): Remove function.
9640         (rcirc-id-string): Add constant.
9641         (rcirc-last-buffer): Remove variable.
9642         (rcirc-buffer-alist): Add variable.
9643         (rcirc-connect): Update variable setup.
9644         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
9645         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
9646         default.
9647         (rcirc-handler-generic): Trigger activity.
9648         (rcirc-send-message): Create the buffor of the target.
9649         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
9650         (rcirc-get-buffer): Just return nil if there is no matching buffer.
9651         (rcirc-multiline-edit-cancel): Remove function.
9652         (rcirc-set-last-buffer): Remove function.
9653         (rcirc-get-any-buffer): Add function.
9654         (rcirc-join-channels): Don't print /join text.
9655         (rcirc-toggle-ignore-channel-activity): Add and update echo area
9656         messages.
9657         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
9658         (rcirc-handler-NOTICE): Recognize CTCP responses.
9659         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
9660         constructing TOPIC string for buffers we are not JOINed.
9661         (rcirc-handler-CTCP-response): Add handler.
9662         (rcirc-multiline-edit-submit): Restore the window-configuration
9663         before adjusting point.
9664         (rcirc): Add customization group.
9665         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
9666         (rcirc-user-full-name, rcirc-startup-channels-alist)
9667         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
9668         (rcirc-ignore-all-activity-flag, rcirc-time-format)
9669         (rcirc-input-ring-size, rcirc-read-only-flag)
9670         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
9671         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
9672         Change defvar to defcustom.
9673         (rcirc-update-prompt): Add optional ALL arg, which will update
9674         prompts in all rcirc buffers.  Regexp quote replacement text.
9675         (rcirc-fill-column): Accept frame-width as a value.
9676         (rcirc-set-changed): Add function.
9677         (rcirc-next-active-buffer): Write more meaningful messages.
9678         (rcirc-faces): Add customization group.
9679         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
9680         (rcirc-nick-in-message-face, rcirc-prompt-face)
9681         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
9682         (with-rcirc-process-buffer): Move before first usage.
9683         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
9684         (rcirc-debug-flag): Rename from `rcirc-log-p'.
9685         (rcirc-debug): Rename from `rcirc-log'.
9686         (rcirc-format-response-string): Do not print `-' chars for a
9687         NOTICE with no sender.  Simplify output of server responses.
9689 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
9691         (rcirc-browse-url-map, rcirc-browse-url-at-point)
9692         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
9693         Make urls mouse and RET clickable.
9695 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
9697         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
9699 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
9701         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9702         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9703         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9704         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9705         argument to all these routines, so the passphrase can be managed
9706         externally and passed in to the system.
9707         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9708         pgg-add-passphrase-to-cache function.
9710         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9711         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9712         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9713         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9714         argument to all these routines, so the passphrase can be managed
9715         externally and passed in to the system.
9716         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9717         function.
9719 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
9721         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
9722         from goto-address-url-regexp.
9724 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
9726         * textmodes/org.el (org-read-date, org-goto-calendar)
9727         (org-recenter-calendar, org-agenda-goto-calendar):
9728         Temporarily clear `calendar-move-hook'.
9730 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
9732         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
9733         merging.
9735         * ediff-util.el (ediff-previous-difference): Don't skip regions that
9736         have merge clashes.
9738 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9740         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9741         Undo previous change.
9743         * startup.el (command-line): Use `custom-reevaluate-setting' for
9744         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
9745         tty-register-default-colors on Mac.
9747 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
9749         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
9750         (gdb-buffer-type): Make it automatically buffer local...
9751         (gdb-get-create-buffer): ...and set it accordingly.
9752         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
9753         actually work.
9755 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
9757         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
9758         not red.
9760 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
9762         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
9763         case GUD buffer is not visible.
9764         (gdb-goto-breakpoint): Try to force display in source buffer.
9765         (gdb-frame-gdb-buffer): Copy other similar functions.
9766         (gdb-restore-windows): Don't display source if not asked for.
9767         (gdb-assembler-buffer-name): Don't capitalise.
9769 2005-11-03  Richard M. Stallman  <rms@gnu.org>
9771         * wid-edit.el (key-sequence): New widget type.
9773         * simple.el (set-mark-command-repeat-pop): New variable.
9774         (set-mark-command): Only interpret plan C-@ after a pop as a pop
9775         if set-mark-command-repeat-pop is true.
9777         * info.el (Info-fontify-node): Don't display extra "see" if there
9778         already is one here.
9780         * mouse.el: Fix special handling of DEL after dragging a region:
9781         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
9782         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
9784         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
9786         * textmodes/ispell.el (ispell-command-loop): Change `i' description
9787         not to assume it pertains to an affix.
9789         * textmodes/flyspell.el (flyspell-post-command-hook):
9790         Bind deactivate-mark to prevent deactivation.
9792 2005-11-03  Lars Hansen  <larsh@soem.dk>
9794         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
9795         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
9796         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
9798 2005-11-03  Romain Francoise  <romain@orebokech.com>
9800         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
9801         Update copyright years.
9803 2005-11-03  Sam Steingold  <sds@gnu.org>
9805         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9806         Use system-type instead of window-system because window-system is not
9807         correctly defined during loadup.
9809 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
9811         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
9812         (xml-parse-tag): Join strings separated by a comment properly.
9814 2005-11-02  Andreas Schwab  <schwab@suse.de>
9816         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
9818 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9820         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
9821         (byte-optimize-pure-func): Quote the eval'd value.
9823         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9824         Rename from perl-font-lock-syntactic-face-function.
9825         Change the calling convention so it can be used as a font-lock MATCHER.
9826         Do the parse-partial-sexp loop outselves.
9827         (perl-font-lock-syntactic-keywords): Use it.
9828         (perl-mode): Don't set font-lock-syntactic-face-function any more.
9830 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
9832         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
9833         disassembly buffer too.
9834         (gdb-exited): Remove overlay arrows when execution has finished.
9835         (gdb-info-frames-custom, gdb-info-threads-custom)
9836         (gdb-info-registers-custom): Don't add inappropriate text
9837         properties if inferior is not active.
9839 2005-11-02  Glenn Morris  <rgm@gnu.org>
9841         * progmodes/fortran.el (fortran-blink-match):
9842         Use `blink-matching-delay'.
9844 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
9846         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
9848 2005-11-02  Lars Hansen  <larsh@soem.dk>
9850         * net/tramp.el (tramp-action-out-of-band): Handle scp message
9851         "Permission denied".
9853 2005-11-01  Richard M. Stallman  <rms@gnu.org>
9855         * textmodes/flyspell.el (flyspell-external-point-words):
9856         Pass nil to flyspell-get-word.
9858 2005-11-02  Kim F. Storm  <storm@cua.dk>
9860         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
9861         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
9863 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9865         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
9866         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9867         (calendar-mouse-print-dates): Add optional `event' argument.
9868         Update interactive-spec.
9869         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
9870         Use `calendar-event-to-date' instead of `event'.
9872 2005-11-02  Masatake YAMATO  <jet@gyve.org>
9874         * progmodes/ld-script.el (ld-script-builtins):
9875         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
9876         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
9877         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
9879 2005-11-01  Romain Francoise  <romain@orebokech.com>
9881         * vc-sccs.el: Update copyright year.
9882         * ezimage.el: Likewise.
9884 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
9886         * info.el (Info-fontify-node): Use `string-width' for fontifying
9887         underlined titles.
9889 2005-11-01  Juri Linkov  <juri@jurta.org>
9891         * info.el (Info-fontify-node): Downcase node header keywords Node,
9892         Prev, Next, Up before comparison.
9893         (Info-history): Insert absolute directory name, and put invisible
9894         property on it.
9896 2005-11-01  Juri Linkov  <juri@jurta.org>
9898         * info.el (Info-file-supports-index-cookies): New variable.
9899         (Info-find-node-2): Check makeinfo version for index cookie support.
9900         (Info-index-nodes): Search for nodes with index cookies only when
9901         Info-file-supports-index-cookies is t.  Otherwise, search nodes
9902         with "Index" in the node name.
9903         (Info-index-node): Search index cookie in the current node only when
9904         Info-file-supports-index-cookies is t.  Otherwise, check the word
9905         "Index" in the node name.
9906         (Info-find-emacs-command-nodes): Remove code that searches nodes
9907         with "Index" node name in the top menu.
9909 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9911         * progmodes/scheme.el (scheme-mode-variables): Use the default
9912         comment-indent-function.
9914         * faces.el (face-attribute): Handle the case where a face inherits from
9915         a non-existent face.
9917         * simple.el (eval-expression-print-format): Use lisp-readable syntax
9918         for octal and hexa output, and merge the char into the paren.
9919         (kill-new): Use push.
9920         (copy-to-buffer): Use with-current-buffer.
9921         (completion-setup-function): Move code in loop to remove redundancy.
9922         (minibuffer-local-must-match-map): Don't add bindings that duplicate
9923         those inherited from minibuffer-local-completion-map.
9925         * savehist.el (savehist-mode) <defcustom>:
9926         Use custom-set-minor-mode if available.
9927         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
9928         and emit a message if applicable.
9930 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
9932         * savehist.el: Sync up to version 19.
9933         (savehist-mode): New minor mode.
9934         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
9935         (savehist-length): Remove (use history-length instead).
9936         (savehist-file-modes): Rename from savehist-modes.
9937         (savehist-save-hook, savehist-loaded): New vars.
9938         (savehist-load): Use savehist-mode.  Try to smooth up transition from
9939         old format to new format.
9940         (savehist-install): Allow savehist-autosave-interval to be nil.
9941         (savehist-save): Run the new hook.  Be more careful to only trim the
9942         history variables.
9943         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
9944         (savehist-printable): Print into a buffer rather than char-by-char.
9946 2005-11-01  John Wiegley  <johnw@newartisans.com>
9948         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
9949         toggle-ignore keybinding (C-a).  The author said it had been
9950         disabled much earlier due to a possible incompatibility, but after
9951         many months of usage I have encountered no problems (and it is a
9952         rather useful option, especially for switching to " *temp*").
9954         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
9955         support for OS/X's AddressBook, by calling out to the open source
9956         program "contacts" (installable through Fink).
9958         * net/eudc.el (eudc-expand-inline): If the
9959         `eudc-multiple-match-handling-method' is set to `all', delete the
9960         query string before inserting the query result.
9962         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
9963         flag, to prevent Eshell from using the system ls when
9964         `eshell-ls-insert-directory' is in used.
9965         (eshell-ls-insert-directory): Disable font-lock in directory
9966         buffer so that Eshell's own fontification is seen.  This broke
9967         recently due to changes in font-lock, so this goes back to version
9968         21 behavior.
9970 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
9972         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
9973         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
9974         (gdb-many-windows): Doc fix.
9976 2005-10-31  Romain Francoise  <romain@orebokech.com>
9978         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
9980 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
9982         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
9983         that global-font-lock-mode can be enabled by default.
9985         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
9986         (font-lock-add-keywords, font-lock-remove-keywords)
9987         (font-lock-fontify-buffer): Remove autoload cookies.
9989         * jit-lock.el (jit-lock-register): Likewise.
9991         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
9993 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
9995         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
9996         intact if there is no gud-comint-buffer.
9998 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
10000         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10001         old prompt comint-prompt-read-only is t and GDB commands are
10002         issued from tool bar etc.
10004 2005-10-31  Masatake YAMATO  <jet@gyve.org>
10006         * vc.el (vc-directory-exclusion-list): Add "{arch}".
10008 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10010         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10011         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10013 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
10015         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10016         starting at beginning of line.  Fontification is messed up when
10017         `open-paren-in-column-0-is-defun-start' set to t.
10018         Reported by John Paul Wallington <jpw@pobox.com>.
10020 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
10022         * comint.el (comint-send-input): Call `comint-update-fence' when
10023         `comint-process-echoes' and `comint-prompt-read-only' are both
10024         non-nil, to avoid leftover read-only newline.
10026 2005-10-30  Richard M. Stallman  <rms@gnu.org>
10028         * textmodes/flyspell.el (flyspell-external-point-words):
10029         Detect when WORD can't be checked properly because
10030         flyspell-get-word finds just part of it, and move on.
10032         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10033         boundarychar for Polish.
10034         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10035         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10037 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
10039         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10040         (gdb-registers-font-lock-keywords): Delete.
10041         (gdb-registers-mode): Don't fontify.
10042         (gdb-info-registers-custom): Use text properties instead as, in
10043         future, changed register values will use font-lock-warning-face.
10044         (gdb-local-font-lock-keywords): Rename to...
10045         (gdb-locals-font-lock-keywords): ...for consistency.
10047 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
10049         * vc.el (vc-switch-backend): Better error message if the buffer is
10050         not visiting a file under version control.
10052         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10054 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
10056         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10057         ~/.emacs.d/.emacs.
10059 2005-10-29  Richard M. Stallman  <rms@gnu.org>
10061         * replace.el (occur-mode-mouse-goto): Always go to other window.
10062         (occur-mode-goto-occurrence): Always switch in same window.
10064         * simple.el (undo): Display message at end, not at start.
10066         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10067         New arg REUSE-CELL.
10068         (cancel-timer-internal): New function.
10069         (timer-event-handler): Use cancel-timer-internal,
10070         and pass the cell it returns to timer-activate...
10072         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10073         (jit-lock-deferred-fontify, jit-lock-context-fontify)
10074         (jit-lock-after-change): Test memory-full.
10076 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
10078         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10079         part of the decoded armor to find the key-identifier.
10080         (pgg-gpg-lookup-key-owner): New function to return the
10081         human-readable identifier of a key owner.
10082         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10083         key itself.
10084         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10085         the key value) if we have a key and can match it against a secret
10086         key.  Also, added a note pointing out fact that the prompt only
10087         indicates the first matching key.
10089         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10090         pgg-decrypt-region.
10091         (pgg-pending-timers): A new hash for tracking the passphrase cache
10092         timers, so that new ones supercede old ones.
10093         (pgg-add-passphrase-to-cache): Rename from
10094         `pgg-add-passphrase-cache' to reduce confusion (all callers
10095         changed).  Modified to cancel old timers when new ones are added.
10096         (pgg-remove-passphrase-from-cache): Rename from
10097         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10098         changed).  Modified to cancel old timers when their keys are
10099         removed from the cache.
10100         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10101         XEmacs, an indirection to delete-itimer.
10102         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10103         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10104         users can only check cache without risk of prompting.  Correct bug in
10105         notruncate behavior.
10106         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10107         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10108         Add informative docstrings.
10109         (pgg-decrypt): Convey provided passphrase in subordinate call to
10110         pgg-decrypt-region.
10112         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10113         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10114         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10115         `passphrase' argument, so the passphrase can be managed externally
10116         and then passed in to the system.
10118         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10119         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10120         so the passphrase cache can be used reliably with identifiers
10121         besides a pgp packet's key id.
10123         * pgg-gpg.el (pgg-pgp-encrypt-region)
10124         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10125         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10126         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10127         argument to all these routines, so the passphrase can be managed
10128         externally and passed in to the system.
10130         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10131         `notruncate' argument, so the passphrase cache can be used
10132         reliably with identifiers besides a pgp packet's key id.
10134 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
10136         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10137         symmetric encryption.
10138         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10139         encrypted session key.
10140         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10141         message ask for the passphrase in a proper way.
10143         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10144         New user commands for symmetric encryption.
10146 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
10148         * textmodes/conf-mode.el (conf-assignment-sign)
10149         (conf-assignment-regexp): Fix docstrings.
10150         (conf-mode-initialize): New function.
10151         (conf-mode): Remove optional args.  Use delay-mode-hooks to
10152         recognize recursive calls.
10153         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10154         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10155         (conf-xdefaults-mode): Use define-derived-mode and
10156         conf-mode-initialize.
10158 2005-10-29  Romain Francoise  <romain@orebokech.com>
10160         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10162 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
10164         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10165         part of the decoded armor to find the key-identifier.
10166         (pgg-gpg-lookup-key-owner): New function to return the
10167         human-readable identifier of a key owner.
10168         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10169         key itself.
10170         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10171         the key value) if we have a key and can match it against a secret
10172         key.  Also, added a note pointing out fact that the prompt only
10173         indicates the first matching key.
10175         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10176         pgg-decrypt-region.
10177         (pgg-pending-timers): A new hash for tracking the passphrase cache
10178         timers, so that new ones supercede old ones.
10179         (pgg-add-passphrase-to-cache): Rename from
10180         `pgg-add-passphrase-cache' to reduce confusion (all callers
10181         changed).  Modified to cancel old timers when new ones are added.
10182         (pgg-remove-passphrase-from-cache): Rename from
10183         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10184         changed).  Modified to cancel old timers when their keys are
10185         removed from the cache.
10186         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10187         XEmacs, an indirection to delete-itimer.
10188         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10189         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10190         users can only check cache without risk of prompting.  Correct bug in
10191         notruncate behavior.
10192         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10193         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10194         Add informative docstrings.
10195         (pgg-decrypt): Convey provided passphrase in subordinate call to
10196         pgg-decrypt-region.
10198 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10200         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10201         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10202         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10203         `passphrase' argument, so the passphrase can be managed externally
10204         and then passed in to the system.
10206         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10207         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10208         so the passphrase cache can be used reliably with identifiers
10209         besides a pgp packet's key id.
10211         * pgg-gpg.el (pgg-pgp-encrypt-region)
10212         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10213         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10214         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10215         argument to all these routines, so the passphrase can be managed
10216         externally and passed in to the system.
10218         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10219         `notruncate' argument, so the passphrase cache can be used
10220         reliably with identifiers besides a pgp packet's key id.
10222 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
10224         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10225         symmetric encryption.
10226         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10227         encrypted session key.
10228         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10229         message ask for the passphrase in a proper way.
10231         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10232         New user commands for symmetric encryption.
10234 2005-10-28  Bill Wohler  <wohler@newt.com>
10236         * help-mode.el (help-url): New button type.  Calls browse-url.
10237         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10238         Similar to Info nodes: URL `url'.
10239         (help-make-xrefs): Create help-url buttons for
10240         help-xref-url-regexp matches.
10242 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
10244         * tool-bar.el (tool-bar-add-item-from-menu)
10245         (tool-bar-local-item-from-menu): Fix doc strings.
10247 2005-10-28  Romain Francoise  <romain@orebokech.com>
10249         * ldefs-boot.el: Update.
10251         * subr.el (locate-library): Move from help-fns.el.
10252         * help-fns.el (locate-library): Move to subr.el.
10254 2005-10-28  Richard M. Stallman  <rms@gnu.org>
10256         * net/tramp.el (tramp-completion-mode): defvar moved up.
10258         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10260         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10262         * files.el (find-file-noselect): Use %d to format large file size.
10264         * bindings.el (mode-line-format): Add %e.
10266         * loadup.el ("facemenu"): Load unconditionally.
10267         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10268         ("x-dnd"): Load, when appropriate.
10270         * startup.el (command-line): Call before-init-hook earlier.
10271         Warn about some bad characters in -u user name.
10273         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10274         (flyspell-external-point-words): Error if misspelled word is not found.
10275         Set flyspell-large-region-beg at end of word.
10277 2005-10-28  Andreas Schwab  <schwab@suse.de>
10279         * view.el (View-revert-buffer-scroll-page-forward):
10280         Use view-page-size-default.
10282 2005-10-28  Juri Linkov  <juri@jurta.org>
10284         * international/quail.el (quail-get-current-str): Translate last
10285         raw character for deterministic input methods.
10287 2005-10-27  Jay Belanger  <belanger@truman.edu>
10289         * calc/calc-ext.el: Add functions to autoloads.
10290         (math-identity-matrix-p, math-ident-row-p): New functions.
10292         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10293         multiplication by an identity matrix; don't turn multiplication by
10294         an inverse matrix into division.
10295         (math-div-symbol-fancy): Replace division by matrices with
10296         multiplication by inverse.
10298         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10300         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10301         (calc-writeoutpower): New functions.
10303 2005-10-27  Romain Francoise  <romain@orebokech.com>
10305         * replace.el (occur-engine): Include colon in mouse-face highlight.
10307         * dired-x.el: Change Maintainer field.
10309 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
10311         * longlines.el (longlines-mode): Bind after-change-functions to
10312         nil during initial decoding and final encoding.
10314 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
10316         * term.el (term-emulate-terminal, term-handle-colors-array)
10317         (term-handle-ansi-escape): Specify the terminfo capabilities
10318         implemented.
10320 2005-10-26  Richard M. Stallman  <rms@gnu.org>
10322         * info.el (Info-fontify-node): Fix detection of sentence-break
10323         before *Note.
10325 2005-10-26  Romain Francoise  <romain@orebokech.com>
10327         * smerge-mode.el: Add `tools' to file keywords.
10329 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
10331         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10332         when the fringe is not available.
10334         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10335         (def-gdb-auto-update-trigger): Simplify construction.
10336         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10337         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10338         defined explicitly.
10339         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10340         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10341         defined explicitly.
10342         (gdb-info-locals-custom): Remove as it's a no-op.
10344 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
10346         * longlines.el (longlines-mode): Remove narrowing before
10347         performing the initial decoding or final encoding.
10349 2005-10-25  Romain Francoise  <romain@orebokech.com>
10351         * emacs-lisp/find-func.el (find-library-name): Also strip
10352         extension if library name ends in .el, to take advantage of
10353         `find-library-suffixes'.
10355 2005-10-25  Richard M. Stallman  <rms@gnu.org>
10357         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10359 2005-10-25  Juri Linkov  <juri@jurta.org>
10361         * textmodes/texinfo.el (texinfo-mode): Change charset of one
10362         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10364 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10366         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10367         (blackbox-redefine-key): Add argument `map'.
10369         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10370         regions when moving the jit-lock-context-unfontify-pos boundary.
10372 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10374         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10376 2005-10-25  Masatake YAMATO  <jet@gyve.org>
10378         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10380 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
10382         * play/blackbox.el (blackbox-redefine-key): New function.
10383         (blackbox-mode-map): Use it to remap existing bindings for cursor
10384         motion instead of binding literal keys.
10386 2005-10-25  Glenn Morris  <rgm@gnu.org>
10388         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10389         diary does not end in a newline.  Do not assume a blank line at
10390         the start of the diary file.
10392 2005-10-25  Kenichi Handa  <handa@m17n.org>
10394         * international/quail.el (quail-translate-key): If the input
10395         method is deterministic and failed to handle the last key, restart
10396         the key handling loop from an appropriate key.
10398 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
10400         * vc.el (vc-dired-mode): Extend comment for binding of
10401         `directory-listing-before-filename-regexp'.
10403 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10405         * textmodes/texinfo.el (texinfo-mode):
10406         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10407         not to unnecessarily expose emacs-mule's internal char codes.
10409 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
10411         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10412         Display hand pointer and help-echo on disabled icon too.
10413         (gdb-mouse-until): New function.
10414         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10416 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
10418         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10419         with 2005-10-23 change to doctor.el.
10421         * finder.el (finder-mode-map): Add follow-link binding.
10423 2005-10-25  Kim F. Storm  <storm@cua.dk>
10425         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10426         to gdb-mouse-toggle-breakpoint-fringe.
10427         (gdb-mouse-toggle-breakpoint-margin): Rename from
10428         gdb-mouse-toggle-breakpoint.  Fix doc.
10429         (gdb-mouse-toggle-breakpoint-fringe): New defun.
10430         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
10431         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10432         string properties also for fringe breakpoint bitmaps.
10434 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
10436         * textmodes/org.el (org-start-icalendar-file): Fix format form.
10438 2005-10-25  Masatake YAMATO  <jet@gyve.org>
10440         * simple.el (completion-common-substring):
10441         Use `completion-common-substring' prior to `completion-base-size'.
10443 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
10445         * savehist.el: Require CL while compiling.
10446         (savehist-history-variables): Remove.
10447         (savehist-save-minibuffer-history, savehist-additional-variables)
10448         (savehist-minibuffer-history-variables): New vars.
10449         (savehist-save): Use them.
10450         (savehist-uninstall, savehist-minibuffer-hook): New funs.
10451         (savehist-install): New fun, extracted from savehist-load.
10452         (savehist-load): Use them.
10454 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10457         a dummy doc-string-elt property.
10458         (defalias, defvaralias, define-category): Add a docstring property.
10460         * image.el (defimage):
10461         * widget.el (define-widget):
10462         * custom.el (defface, defcustom): Add `doc-string' declaration.
10464         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10465         (defadvice): Add `doc-string' declaration.
10467         * emacs-lisp/byte-run.el (macro-declaration-function):
10468         Handle `doc-string' declarations.
10469         (define-obsolete-function-alias, define-obsolete-variable-alias):
10470         Add `doc-string' declaration.
10472 2005-10-24  Kenichi Handa  <handa@m17n.org>
10474         * international/utf-7.el (utf-7): Add autoload cookie.
10476         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10478 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
10480         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10481         list of directories passed to batch-update-autoloads.  Add "." to
10482         the list of the echoed directories.
10484         * pgg-def.el:
10485         * pgg-gpg.el:
10486         * pgg-parse.el:
10487         * pgg-pgp.el:
10488         * pgg-pgp5.el:
10489         * pgg.el: Moved here from the gnus subdirectory.
10491 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
10493         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10494         in case comint-prompt-read-only is set to t.
10496         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10497         in case comint-prompt-read-only is set to t.
10499 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
10501         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10502         Now a string.
10503         (icalendar-import-format): Handle CLASS, STATUS, URL.
10504         Rename `subject' to `summary'.
10505         (icalendar-import-format-summary): Rename from
10506         `icalendar-import-format-subject'.
10507         (icalendar-import-format-url, icalendar-import-format-status)
10508         (icalendar-import-format-class): New variables.
10509         (icalendar--rris): Take variable argument list.
10510         (icalendar--datestring-to-isodate): Remove unnecessary
10511         calendar-style check when converting dates with explicit month names.
10512         (icalendar-export-region): Change return type of conversion
10513         subroutines.  Bury current buffer unless error occurred.
10514         (icalendar--convert-to-ical)
10515         (icalendar--parse-summary-and-rest): New functions.
10516         (icalendar--convert-ordinary-to-ical)
10517         (icalendar--convert-weekly-to-ical)
10518         (icalendar--convert-yearly-to-ical)
10519         (icalendar--convert-block-to-ical)
10520         (icalendar--convert-cyclic-to-ical)
10521         (icalendar--convert-anniversary-to-ical): Change return type.
10522         Strip trailing blanks from subject.
10523         (icalendar--convert-sexp-to-ical): Change return type.
10524         Strip trailing blanks from subject.  Handle simple sexp
10525         entries as generated by icalendar.el.
10526         (icalendar--convert-float-to-ical)
10527         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
10528         (icalendar-import-file): Doc fix.
10529         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
10530         Correct call to icalendar--rris.
10531         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
10532         `summary'.
10533         (icalendar--add-diary-entry): Rename `subject' to `summary'.
10535 2005-10-24  Romain Francoise  <romain@orebokech.com>
10537         * server.el (server-sentinel): Set query-on-exit flag to nil on
10538         new client processes (it isn't inherited from the server process).
10540         * replace.el (occur-engine): Rearrange text properties.
10542 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10544         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
10545         case-fold-search is nil.
10546         (debug-help-follow): Use help-xref-interned directly.
10548 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10550         * thumbs.el (thumbs-image-type): Add .pbm.
10552 2005-10-23  Richard M. Stallman  <rms@gnu.org>
10554         * faces.el (inhibit-face-set-after-frame-default): New variable.
10555         (set-face-attribute): Bind it.
10556         (face-set-after-frame-default): Test it.
10558         * help-fns.el (describe-simplify-lib-file-name): New function.
10559         (describe-function-1, describe-variable): Use it.
10561         * faces.el (describe-face): Use describe-simplify-lib-file-name.
10563         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
10564         Eliminate nil as possible value.
10565         (tooltip-hide-delay): Reduce internal-border-width.
10567         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
10568         (menu-bar-file-menu) <new-file>: Likewise.
10570         * simple.el (line-move-finish): Ignore fields computing LINE-END.
10572         * international/mule.el (load-with-code-conversion):
10573         Pass full file name to `eval-buffer' unless preloading.
10575         * textmodes/flyspell.el (flyspell-large-region):
10576         Call ispell-check-version.
10578         * textmodes/ispell.el (ispell-local-dictionary-overridden):
10579         Fix the make-variable-buffer-local call that was supposed
10580         to be for this variable.
10581         (ispell-aspell-supports-utf8): Doc fix.
10582         (ispell-find-aspell-dictionaries): Preserve elements of
10583         ispell-dictionary-alist for dictionaries that aspell doesn't report.
10584         (ispell-aspell-find-dictionary): Return nil on error.
10586         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
10587         (doctor-symptoms): Likewise.
10589         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
10591 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10593         * cus-edit.el (custom-button, custom-button-pressed): New vars.
10594         (custom-raised-buttons): Add :set spec.
10595         (custom-button-unraised, custom-button-pressed-unraised):
10596         New faces, so that custom-raised-buttons actually does something.
10597         (custom-mode): Use custom-button and custom-button-pressed.
10599         * wid-edit.el (widget-specify-button): Don't ignore
10600         widget-mouse-face on graphic terminals.
10601         (widget-move-and-invoke): Cleanup.
10603 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
10605         * whitespace.el (whitespace-cleanup): Doc fix.
10607 2005-10-23  Romain Francoise  <romain@orebokech.com>
10609         * emulation/viper.el (viper-set-hooks): Quote forms passed to
10610         `eval-after-load' to avoid evaluating their result.
10612 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
10614         * files.el (directory-listing-before-filename-regexp):
10615         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
10617         * dired.el (dired-move-to-filename-regexp): Remove.
10618         All occurences replaced by `directory-listing-before-filename-regexp'.
10620         * dired-x.el, locate.el, vc.el:
10621         Replace `dired-move-to-filename-regexp' by
10622         `directory-listing-before-filename-regexp'.  In vc.el it is
10623         overwritten locally; maybe this can be handled in files.el too.
10625         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
10626         replaced by `directory-listing-before-filename-regexp'.
10628 2005-10-23  Andreas Schwab  <schwab@suse.de>
10630         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
10631         and eval-next-after-load.
10633 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
10635         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
10636         exist, create it.
10638 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
10640         * allout.el: Remove autoloads for mailcrypt and crypt++.
10641         Require pgg, pgg-gpg during compilation.
10642         (allout-version): Increment version number to 2.1, and use a literal
10643         rather than RCS Id.
10644         (allout-default-encryption-scheme): Remove.
10645         (allout-passphrase-verifier-handling)
10646         (allout-passphrase-verifier-string)
10647         (allout-file-passphrase-verifier-string)
10648         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
10649         (allout-passphrase-hint-handling): Rename and simplify.
10650         (allout-init): Use `find-file-hook' if available, otherwise
10651         `find-file-hooks'.
10652         (allout-mode): Use `write-file-functions' if available, otherwise
10653         `local-write-file-hooks' and, instead of making auto-save-hook
10654         buffer local, make the write-file-hook activity contingent to
10655         allout-mode.
10656         (allout-mode): Use key-binding substitution in the docstring.
10657         (allout-kill-line): Spell-out kill ring data structure mutation
10658         instead of using byte-compiler-complaint-provoking `pop'.
10659         (allout-insert-listified): Use `insert' rather than `insert-string'
10660         (allout-toggle-current-subtree-encryption): Update docstring, adjust
10661         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
10662         (allout-encrypt-string): Totally revamped vis new underlying
10663         encryption facilities.
10664         (allout-mc-activate-passwd): Remove.
10665         (allout-obtain-passphrase): New, more or less replaces
10666         allout-mc-activate-passwd.
10667         (allout-encrypted-key-info): More or less replaces
10668         allout-encrypted-text-type.
10669         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
10670         (my-mark-marker): Use `(featurep 'xemacs)'.
10672 2005-10-23  Lars Hansen  <larsh@soem.dk>
10674         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
10675         (byte-compile-file-form-defmumble, byte-compile-defun)
10676         (byte-compile-defmacro): Use it.
10677         (byte-compile-form): Don't call byte-compile-set-symbol-position
10678         when a byte-compile handler is called.
10680 2005-10-22  Romain Francoise  <romain@orebokech.com>
10682         * savehist.el (savehist-history-variables): Add `grep-find-history'.
10684         * subr.el (eval-after-load): Convert library name to an absolute
10685         file name using locate-library, since load-history no longer has
10686         library names in it.
10688 2005-10-22  Richard M. Stallman  <rms@gnu.org>
10690         * files.el (make-temp-file): Move from subr.el.
10691         * subr.el (make-temp-file): Move to files.el.
10693         * window.el (get-buffer-window-list): Move from subr.el.
10694         * subr.el (get-buffer-window-list): Move to window.el.
10696         * image.el (image-load-path): Use eval-at-startup to initialize.
10698         * subr.el (eval-at-startup): New macro.
10700         * subr.el: Much rearrangement of functions and division
10701         into pages.  No code changes.
10703 2005-10-22  Kenichi Handa  <handa@m17n.org>
10705         * tar-mode.el (tar-extract): Be sure to call
10706         find-operation-coding-system if set-auto-coding doesn't find a
10707         coding system.
10709 2005-10-22  Kim F. Storm  <storm@cua.dk>
10711         * image.el (image-type-header-regexps): Rename from image-type-regexps.
10712         Change users.
10713         (image-type-file-name-regexps): New defconst.
10714         (image-type-from-data): Simplify loop.
10715         (image-type-from-buffer): New defun.
10716         (image-type-from-file-header): Use it instead of image-type-from-data.
10717         Use image-search-load-path instead of only looking in data-directory.
10718         (image-type-from-file-name): New defun.
10719         (image-search-load-path): Change `pathname' to `filename'.
10720         Make PATH arg optional, default to image-load-path.
10722 2005-10-21  Richard M. Stallman  <rms@gnu.org>
10724         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
10726         * textmodes/paragraphs.el (sentence-end-base): New variable.
10727         (sentence-end): Use sentence-end-base.
10729 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10731         * font-lock.el (font-lock-default-fontify-region): Check the multiline
10732         property independently from the font-lock-multiline variable.
10734 2005-10-21  Richard M. Stallman  <rms@gnu.org>
10736         * emacs-lisp/find-func.el (find-library-name): Doc fix.
10738         * startup.el (command-line): Convert library names
10739         in `load-history' to absolute file names.
10741         * subr.el (symbol-file): Doc fix.
10743         * loadhist.el (file-loadhist-lookup): Call locate-library
10744         instead of find-library-name.  Don't try converting
10745         abs file names to library names, since load-history no longer
10746         has library names in it.
10747         (file-dependents, file-provides, file-requires): Doc fixes.
10749 2005-10-21  Juri Linkov  <juri@jurta.org>
10751         * progmodes/etags.el (tags-table-mode): New function.
10752         (tags-verify-table): Replace initialize-new-tags-table with
10753         tags-table-mode.
10755         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
10756         default value.
10757         (desktop-modes-not-to-save): Add tags-table-mode to the
10758         default value.
10760         * info.el (Info-index-next): Add total number of index
10761         alternatives to the message.
10763         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
10764         backward only space (instead of space and period) before looking
10765         at sentence end.
10767         * simple.el (set-variable): Use user-variable-p instead of symbolp.
10768         Add the old variable value as 4th default-value arg of read-string.
10770 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10772         * cus-face.el (custom-declare-face): Make face from X resources
10773         also on Mac.
10775         * disp-table.el (standard-display-g1, standard-display-graphic):
10776         Refuse to use string glyphs also on Mac.
10777         (standard-display-european): Don't set terminal coding system also
10778         on Mac.
10780         * frame.el (display-screens): Use x-display-screens also on Mac.
10782 2005-10-21  Romain Francoise  <romain@orebokech.com>
10784         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
10786 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10788         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
10789         and $? into sexps.
10791         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
10792         warning face on open-paren-in-column-0.
10794         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
10795         boundary case.  Fix typo.
10796         Suggested by Martin Rudalics <rudalics@gmx.at>.
10798 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
10800         * textmodes/org.el (org-combined-agenda-icalendar-file)
10801         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
10802         (org-export-icalendar-this-file)
10803         (org-export-icalendar-all-agenda-files)
10804         (org-export-icalendar-combine-agenda-files): New commands.
10805         (org-export-icalendar, org-print-icalendar-entries)
10806         (org-start-icalendar-file, org-finish-icalendar-file)
10807         (org-ical-ts-to-string): New functions.
10808         (org-read-date, org-goto-calendar)
10809         (org-agenda-goto-calendar): Inhibit displaying diary entries by
10810         call to `calendar'.
10811         (orgtbl-setup): Remove the :keys arguments from the menu description.
10812         (org-after-save-iCalendar-file-hook): New variable.
10814 2005-10-21  Kenichi Handa  <handa@m17n.org>
10816         * language/vietnamese.el (tcvn-5712): Make it an alias of
10817         vietnamese-tcvn coding-system.
10819 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
10821         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
10822         group id is given.
10824 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10826         * progmodes/sh-script.el (sh-escaped-line-re): New var.
10827         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
10828         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
10829         whose line is either continued or ends with a comment.
10831 2005-10-20  Romain Francoise  <romain@orebokech.com>
10833         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
10835         * replace.el (occur-engine): Add follow-link property.
10837         * font-core.el (font-lock-mode): Doc fix.
10839 2005-10-20  Richard M. Stallman  <rms@gnu.org>
10841         * net/rcirc.el: New file.
10843 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
10845         * term.el (term-term-name): Initialize to "eterm-color".
10847 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
10849         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
10850         for encryption functionality.
10851         Move allout customization subgroup from `editing' to `outlines' group.
10852         Fix commentary keywords to legitimate ones.
10853         Update author info (using my current email address, obscurified).
10854         (allout-encrypt-string, allout-encryption-produce-work-buffer)
10855         (allout-encrypted-topic-p, allout-encrypted-text-type)
10856         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
10857         (allout-situate-encryption-key-verifier)
10858         (allout-get-encryption-key-verifier, allout-verify-key)
10859         (allout-next-topic-pending-encryption)
10860         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
10861         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
10862         (outline-key-verifier-handling, outline-key-hint-handling)
10863         (outline-encrypt-unencrypted-on-saves): New defcustoms.
10864         (allout-file-key-verifier-string, allout-encryption-scheme)
10865         (allout-key-verifier-string, allout-key-hint-string)
10866         (allout-after-save-decrypt): New variables.
10867         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
10868         (allout-after-saves-handler): New hook functions.
10869         (allout-post-command-business): Do allout-after-save-decrypt.
10870         (allout-enable-file-variable-adjustment): Custom var to enable
10871         mechanism for adding and adjusting settings of Emacs file variables.
10872         (allout-adjust-file-variable, allout-file-vars-section-data):
10873         New functions, implement the mechanism.
10874         (outlineify-sticky): Use the file vars mechanism.
10875         (allout-inhibit-protection, allout-during-write-cue)
10876         (allout-override-protect, allout-before-change-protect): Remove.
10877         (allout-flag-region, allout-open-topic): Adjust read-only text.
10878         (allout-open-line-not-read-only): Add to facilitate read-only
10879         text based protection.
10880         (allout-kill-line): Revise to adjust read-only text, clue the
10881         user about the inhibition.
10882         (allout-unprotected): Use unwind-protect.
10883         (allout-shift-in, allout-shift-out): Disallow manually shifting a
10884         topic deeper than the offspring depth of the previous topic -
10885         avoiding confusing "containment discontinuities".
10886         (allout-reindent-bodies): Fix retention of body relative hanging
10887         indent during promotion of collapsed bodies.
10888         (allout-open-topic): Make it easy to open new topic with same
10889         bullet as current topic - topic creation functions provided with
10890         any universal argument provokes now prompt for bullet, defaulting
10891         to the bullet of the previous topic.
10892         (allout-plain-bullets-string, allout-distinctive-bullets-string):
10893         Plain bullet alternates `.' period and `,' comma only.  All other
10894         bullets are relegated to special status (but customizable).
10895         (allout-end-of-entry): Rename from allout-end-of-current-entry
10896         since it actually operates w.r.t. most immediately containing
10897         entry, visible or not.
10898         (allout-hide-current-entry, allout-show-current-entry): Use the
10899         revised version.
10900         (allout-old-expose-topic): Solidify deprecation.
10901         (allout-end-of-subtree): Add so we can span concealed as well
10902         as visible topics.
10903         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
10904         (allout-end-of-current-heading): Tweak to just respect the first line.
10905         (allout-get-body-text): Add.
10906         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
10907         when invoked interactively.
10908         (allout-up-current-level): Use `interactive-p'.
10909         (allout-mode, allout-init): Miscellaneous docstring and
10910         operational refinements, as well as hookups of new encryption stuff.
10911         (allout-beginning-of-current-entry): Now works as advertised.
10912         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
10913         (allout-isearch-rectification): Refine condition for isearching.
10914         (allout-isearch-abort, allout-enwrap-isearch)
10915         (allout-flag-region, my-region-active-p): Relocate some macros.
10916         (allout-title): Fallback title is (buffer-name), not
10917         non-existing (current-buffer-name).
10918         (subst-char-in-string): Define if absent (for some XEmacs versions).
10920 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
10922         * mail/sendmail.el (mail-setup-hook, mail-aliases)
10923         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
10924         (mail-citation-prefix-regexp, mail-signature-file)
10925         (mail-default-headers, mail-bury-selects-summary)
10926         (mail-send-nonascii): Add autoload cookies.
10928 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10930         * frame.el (blink-cursor-mode): Add `mac' to the list of
10931         window-system's that support blinking cursor.
10933 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10935         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
10937 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
10939         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
10940         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
10941         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
10943 2005-10-20  Kim F. Storm  <storm@cua.dk>
10945         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
10946         (ido-set-current-directory): Don't add / after final @.
10947         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
10948         Explicitly handle ange-ftp completion oddities.
10949         (ido-make-file-list): Don't rotate list at tramp root to avoid
10950         triggering tramp file handler for expand-file-name via get-file-buffer.
10952 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
10956 2005-10-19  Jay Belanger  <belanger@truman.edu>
10958         * calc/calc-units.el (math-standard-units): Add units, adjust
10959         symbols and update values.
10960         (math-unit-prefixes): Add more prefixes.
10962 2005-10-19  Romain Francoise  <romain@orebokech.com>
10964         * bookmark.el (bookmark-menu-heading): New face.
10965         (bookmark-bmenu-list): Use it.
10966         Don't fiddle with `baud-rate' at top-level.
10968 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
10970         * image.el (create-image, find-image): Mention max-image-size in
10971         docstring.
10973 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10975         * savehist.el (savehist-load): Revert to checking XEmacs.
10977         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
10978         Various docstring and line-width fixups.
10979         (conf-mode): Use cond.
10980         Set font-lock-defaults.  Don't set comment-use-syntax.
10982 2005-10-18  David Ponce  <david@dponce.com>
10984         * tree-widget.el (tree-widget-button-click): New function.
10985         (tree-widget-button-keymap): Use it.
10987 2005-10-18  Romain Francoise  <romain@orebokech.com>
10989         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10990         (bookmark-bmenu-hide-filenames): Add follow-link property.
10991         Improve help-echo text.
10993         * ffap.el (find-file-at-point): Doc fix.
10995 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10997         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
10999 2005-10-18  Masatake YAMATO  <jet@gyve.org>
11001         Install to the CVS repository what I forgot to install in my
11002         2005-10-16 changes.
11004         * progmodes/python.el (python-complete-symbol): Pass the common
11005         prefix substring of completion to `display-completion-list'.
11007         * textmodes/org.el (org-complete): Ditto.
11009 2005-10-18  Masatake YAMATO  <jet@gyve.org>
11011         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11013         * woman.el (WoMan-xref-man-page): New button type derived
11014         from `Man-abstract-xref-man-page'.
11015         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11017         * man.el (Man-abstract-xref-man-page): New button type.
11018         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11019         (Man-highlight-references): Add new optional argument `xref-man-type'.
11021 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
11023         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11025 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11027         * cus-edit.el (Custom-move-and-invoke): Delete.
11028         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11030         * wid-edit.el (widget-move-and-invoke): New function, from
11031         Custom-move-and-invoke.
11033 2005-10-17  Bill Wohler  <wohler@newt.com>
11035         Move all remaining images from lisp/toolbar to etc/images, move
11036         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
11037         the low resolution images in their own directory (low-color).
11039         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11040         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11041         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11042         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11043         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11044         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11045         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11047         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11048         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11049         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11050         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11051         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11052         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11053         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11054         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11055         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11056         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11057         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11058         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11059         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11060         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11061         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11063         To conform with convention, replace the underscore (_) in the
11064         following image names with dash (-) or (/) as appropriate.
11066         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11067         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11068         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11069         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11070         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11071         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11072         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11073         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11074         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11075         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11076         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11077         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11078         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11079         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11080         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11082         * info.el (info-tool-bar-map): Replace underscores in image names
11083         with dashes.
11085         * makefile.w32-in (WINS): Remove toolbar.
11087         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11089         * tool-bar.el: Move to lisp from toolbar.  Now that
11090         toolbar is empty, it should be deleted when folks run "cvs up -P".
11092 2005-10-18  Jay Belanger  <belanger@truman.edu>
11094         * calc/calc-store.el (calc-store-into): Get the proper variable name
11095         to display in message.
11097 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
11099         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11100         expressions display in speedbar for all buffers when debugging.
11101         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11103         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11104         (speedbar-insert-button, speedbar-make-button):
11105         Use add-text-properties.
11106         (speedbar-update-localized-contents)
11107         (speedbar-update-directory-contents)
11108         (speedbar-update-special-contents): Use dolist.
11109         (speedbar-buffer-easymenu-definition): Add a menu separator.
11111 2005-10-17  Jason Rumney  <jasonr@gnu.org>
11113         * makefile.w32-in: Use $(lisp) consistently.
11114         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11115         for shell specific generation of mh-autoloads.
11117 2005-10-17  Richard M. Stallman  <rms@gnu.org>
11119         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11121 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11123         * jit-lock.el (jit-lock-fontify-now):
11124         Move jit-lock-context-unfontify-pos to avoid wasted work.
11126 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
11128         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
11129         `tramp-completion-mode' for checking if we are in completion mode.
11130         (tramp-completion-handle-file-name-all-completions): Reorder code
11131         in order to complete for file names only in case there are no
11132         method/user/host completions.  This is necessary for cooperation
11133         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
11135 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
11137         * longlines.el (longlines-search-forward)
11138         (longlines-search-backward): Match any number of spaces.
11140 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
11142         * diff-mode.el (diff-mode): Doc fix.
11144 2005-10-16  David Reitter  <david.reitter@gmail.com>
11146         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11147         as default on darwin and windows systems.
11149 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11151         * arc-mode.el (archive-zip-extract): Doc fix.
11153 2005-10-16  Romain Francoise  <romain@orebokech.com>
11155         * mouse.el (mouse-1-click-follows-link): Doc fix.
11157 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11159         * savehist.el: Don't require CL at runtime.
11160         (savehist-xemacs): Remove.
11161         (savehist-coding-system): Use utf-8 if present, regardless of religion.
11162         (savehist-no-conversion): Use (featurep 'xemacs).
11163         (savehist-load): Check existence of start-itimer rather than XEmacs.
11164         Use an idle timer.
11165         (savehist-process-for-saving): Replace use of CL funs `subseq' and
11166         `delete-if-not'.
11168 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
11170         * savehist.el: Newer version.
11171         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11172         (savehist-last-checksum, savehist-no-conversion): New vars.
11173         (savehist-autosave, savehist-process-for-saving, savehist-printable):
11174         New functions.
11175         (savehist-load, savehist-save): Use them.
11176         (savehist-delimit): Remove.
11178 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11180         * progmodes/compile.el (compilation-goto-locus): Display the
11181         compilation buffer first and the source buffer second, in case they're
11182         in overlapping frames.  Don't raise the compilation frame if it was the
11183         selected window upon entry.  Pass the `other-window' arg to
11184         pop-to-buffer.
11186         * info.el (Info-fontify-node): Use dolist.
11187         Change add-text-properties to put-text-property.
11189 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11191         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11192         bound of search.
11194 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11196         * dabbrev.el (dabbrev-completion): Pass the common
11197         prefix substring of completion to `display-completion-list'.
11199         * filecache.el (file-cache-minibuffer-complete)
11200         (file-cache-complete): Ditto.
11202         * tempo.el (tempo-display-completions): Ditto.
11204         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11206         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11208         * eshell/em-hist.el (eshell-list-history): Ditto.
11210         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11212         * mail/mailalias.el (mail-complete): Ditto.
11214         * progmodes/etags.el (complete-tag): Ditto.
11216         * progmodes/make-mode.el (makefile-complete): Ditto.
11218         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11220         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11222         * progmodes/pascal.el (pascal-complete-word)
11223         (pascal-show-completions): Ditto.
11225         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11227         * simple.el (completion-common-substring): New variable.
11228         (completion-setup-function): Use `completion-common-substring'
11229         to put faces.
11231 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11233         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11234         (x-get-selection, mac-select-convert-to-string): Convert from/to
11235         UTF-16 clipboard data as in native byte order, no BOM.
11237 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
11239         * progmodes/gud.el (gud-tool-bar-map): Rename the images
11240         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11241         (gud-sentinel): Use speedbar-frame to check for speedbar.
11243 2005-10-15  Richard M. Stallman  <rms@gnu.org>
11245         * savehist.el: New file.
11247 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
11249         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11250         Fix bug in \bf fontification.
11252 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11254         * pcvs.el (cvs-edit-log-files): New var.
11255         (cvs-mode-edit-log): New arg `file'.
11256         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11257         Instead force the use of the original file and nothing else.
11258         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11259         the cvs-minor-wrap-function is set.
11260         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11262 2005-10-14  Bill Wohler  <wohler@newt.com>
11264         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11265         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11266         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11267         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11268         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11269         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11270         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11271         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11272         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11273         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11274         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11275         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11276         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11277         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11278         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11280         * progmodes/gud.el (gud-tool-bar-map): Rename the images
11281         appropriately (for example, gud-break to gud/break).
11283 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
11285         * longlines.el (longlinges-search-function)
11286         (longlines-search-forward, longlines-search-backward): New functions.
11287         (longlines-mode): Set isearch-search-fun-function to
11288         longlinges-search-function.
11290         * mouse.el (mouse-drag-region-1): Handle the case where a
11291         double-click event is bound to an arbitrary function.
11293 2005-10-14  David Ponce  <david@dponce.com>
11295         * recentf.el (recentf-track-opened-file)
11296         (recentf-track-closed-file, recentf-update-menu)
11297         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11298         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11299         mouse-1-click-follows-link.
11301 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11303         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11304         Gnome file-manager.png.  Suggested by
11305         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11307         * toolbar/README: Add diropen.xpm.
11309 2005-10-13  Bill Wohler  <wohler@newt.com>
11311         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11312         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
11314 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11316         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11317         Don't waste the byte-compiler's time on constant data.
11319 2005-10-13  Kenichi Handa  <handa@m17n.org>
11321         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11322         byte with `escape-glyph' face.
11324         * international/fontset.el (ccl-encode-unicode-font):
11325         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11326         Handle the case that ucs-mule-to-mule-unicode translates a character to
11327         ASCII (usually for IPA characters).
11329 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11331         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11332         Don't hide the underline of titles if font-lock-mode is disabled.
11334 2005-10-12  Bill Wohler  <wohler@newt.com>
11336         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
11337         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
11338         files in MH-E-SRC have been updated.
11339         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11341 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11343         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11344         (mixal-mode-syntax-table): Add \n as end-comment.
11345         (mixal-operation-codes-alist): Immediately initialize to full value.
11346         (mixal-add-operation-code): Remove.
11347         (mixal-describe-operation-code): Make the arg non-optional.
11348         Use the interactive spec instead.
11349         Use mixal-operation-codes-alist rather than mixal-operation-codes.
11350         (mixal-font-lock-keywords): Don't highlight comments here any more.
11351         (mixal-font-lock-syntactic-keywords): New var.
11352         (mixal-mode): Use it.  Fix comment-start-skip.
11354 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11356         * startup.el (command-line-x-option-alist): -nb => -nbi
11358 2005-10-12  Kim F. Storm  <storm@cua.dk>
11360         * startup.el (fancy-splash-default-action): Discard mouse click in
11361         the splash screen window, as it has no sensible meaning in the
11362         next window to be selected.  Fixes error reported by Jan D.
11364 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11366         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11368 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11370         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11371         Try to fix up minor layout issues like indentation, line break, etc...
11372         (mixal-mode-syntax-table): Don't try to specify comment syntax,
11373         because it doesn't work.
11374         (mixal-operation-codes): Add some more codes.
11375         (mixal-font-lock-keywords): Process comments here.
11376         (mixal-mode): mixasm no longer needs -g option.
11378 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11380         * progmodes/sh-script.el (sh-tmp-file):
11381         Use mktemp -t.  Finish support for es and rc shells.
11383 2005-10-11  Jay Belanger  <belanger@truman.edu>
11385         * calc/calcalg2.el (calc-integral): With an argument, compute the
11386         definite integral.
11388 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
11390         * mouse.el (mouse-drag-region-1): Don't try to catch a
11391         double-click when doing follow-link (it's overridden anyway).
11393 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
11395         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11396         (autoload-print-form-outbuf): Add docstring.
11398 2005-10-11  Juri Linkov  <juri@jurta.org>
11400         * info.el (Info-mode-menu): Delete menu item "Edit".
11401         (Info-mode): Delete description of Info-edit from docstring,
11402         and rearrange descriptions of Info commands in the order
11403         they are documented in the Info manual.
11405 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11407         * calendar/appt.el (appt-check): Use diary-selective-display var.
11409 2005-10-10  Richard M. Stallman  <rms@gnu.org>
11411         * net/newsticker.el (newsticker-start, newsticker-show-news):
11412         Add autoload cookies.
11414 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
11416         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11418 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
11420         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11422 2005-10-10  Jay Belanger  <belanger@truman.edu>
11424         * calc/calc-arith.el (math-check-known-scalarp)
11425         (math-check-known-matrixp): Check the values of arguments that are
11426         variables.
11427         (math-check-known-square-matrixp): New function.
11428         (math-known-square-matrixp): Use math-check-known-square-matrixp.
11429         (math-super-types): Add sqmatrix type.
11431         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11432         mode name `square' to `sqmatrix'.
11434         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11435         mode name `square' to `sqmatrix'.
11437 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11439         * progmodes/etags.el (select-tags-table-mode): Don't use
11440         selective-display.
11441         (tags-select-tags-table): Pass `button' to the action function.
11442         (select-tags-table): Place the side-info on button properties rather
11443         than in hidden text.  Abbreviate file names.
11444         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11445         (select-tags-table-select): Add `button' argument.
11446         Get side-info from the button property rather than from hidden text.
11448 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
11450         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11451         (gud-speedbar-buttons): Preserve point if possible.
11452         (gud-sentinel): Restore previous speedbar display type.
11454         * progmodes/gdb-ui.el (gdba): Improve diagram.
11455         (def-gdb-auto-update-handler, gdb-info-locals-handler)
11456         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11457         Call get-buffer-window once.
11459 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11461         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11462         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11463         (pascal-indent-command): Remove unused var `ind'.
11464         (pascal-indent-case): Remove unused var `oldpos'.
11465         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11466         since it's now used as a proper minor mode map.
11467         (pascal-outline): Rename to pascal-outline-mode.
11468         (pascal-outline-mode): Use define-minor-mode.
11469         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11470         selective-display.
11472 2005-10-10  Andreas Schwab  <schwab@suse.de>
11474         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11475         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
11477         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11478         outside source directory.
11480 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
11482         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11483         C-x' as a prefix.
11484         (orgtbl-mode-map): Full keymap instead of sparse, because all
11485         `self-insert-command' keys are redefined in this map.
11486         (org-export-as-html): Specify charset for HTML file, by taking it
11487         from the coding system.
11489 2005-10-10  Kenichi Handa  <handa@m17n.org>
11491         * textmodes/flyspell.el (flyspell-check-word-p):
11492         If unread-command-events is non-empty, don't call sit-for.
11494 2005-10-09  Richard M. Stallman  <rms@gnu.org>
11496         * font-lock.el (font-lock-syntactic-keywords)
11497         (font-lock-keywords): Doc fixes.
11499         * textmodes/flyspell.el (flyspell-external-point-words):
11500         Simplify logic, and don't try to check for consecutive appearances
11501         of one incorrect word.
11503 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
11505         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
11506         separator.
11508         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
11509         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
11510         (gud-expansion-speedbar-buttons): New function.
11511         (gud-speedbar-buttons): Check for gud-comint-buffer.
11513 2005-10-09  Bill Wohler  <wohler@newt.com>
11515         * Makefile.in (updates): Add mh-loaddefs dependency.
11517 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
11519         * speedbar.el (speedbar-file-key-map): Fix typo.
11521 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11523         * cus-start.el (line-spacing): Add custom spec.
11525 2005-10-09  Romain Francoise  <romain@orebokech.com>
11527         * textmodes/ispell.el (ispell-check-version): Fix last change.
11529 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11531         * term/x-win.el: Remove -i, --icon-type from comment.
11533         * startup.el (command-line-x-option-alist): Remove options -i,
11534         -itype, --icon-type, added -nb, --no-bitmap-icon
11536 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
11538         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
11539         instead of :active.
11541 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11543         * textmodes/ispell.el (ispell-check-version):
11544         Ignore hyphen, and all that follows, in aspell's version text.
11546 2005-10-08  Jay Belanger  <belanger@truman.edu>
11548         * calc/calc-arith.el (math-known-square-matrixp): New function.
11549         (math-pow-fancy): Check for matrices before distributing exponent
11550         across products.
11552         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
11553         fullscreen keypad.  Suggested by Luc Teirlinck.
11554         (calc-keypad-show-input): Add space for formatting.
11556         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
11557         Add square matrix option.
11559         * calc/calc-poly.el (math-expand-term): Check for matrices instead
11560         of checking calc-matrix-mode when deciding how to expand.
11562         * calc/calc.el (calc-set-mode-line): Add square matrix option.
11564 2005-10-08  Lars Hansen  <larsh@soem.dk>
11566         * net/tramp.el (tramp-perl-directory-files-and-attributes):
11567         Add error handling.
11568         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
11570 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
11572         Sync with Tramp 2.0.51.
11574         * net/tramp.el (tramp-handle-set-visited-file-modtime)
11575         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11576         Insert special handling for `last-coding-system-used', again
11577         it still seems to be necessary (unlike stated before).
11578         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11579         (tramp-password-prompt-regexp): There might be other words before
11580         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
11581         (tramp-chunksize): Improve docstring.
11582         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
11583         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
11584         Christian Joergensen <bugs@razor.dk>.
11586 2005-10-07  Glenn Morris  <rgm@gnu.org>
11588         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
11589         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
11590         precision'.
11592 2005-10-07  Romain Francoise  <romain@orebokech.com>
11594         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
11595         (ibuffer-do-shell-command-pipe-replace)
11596         (ibuffer-do-shell-command-file, ibuffer-do-eval)
11597         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
11598         (ibuffer-do-revert, ibuffer-do-replace-regexp)
11599         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
11600         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11601         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
11602         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
11603         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
11604         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
11605         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
11606         Autoload file sans suffix.
11608         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
11610 2005-10-07  David Ponce  <david@dponce.com>
11612         * recentf.el (recentf-menu-open-all-flag): New option.
11613         (recentf-digit-shortcut-command-name): New function.
11614         (recentf--shortcuts-keymap): New variable.
11615         (recentf-menu-shortcuts): New variable.
11616         (recentf-make-menu-items): Initialize it.  Replace the "More..."
11617         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
11618         (recentf-menu-value-shortcut): New function.
11619         (recentf-make-menu-item): Use it.  No more in-lined.
11620         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
11621         (recentf-open-most-recent-file): Rename from
11622         `recentf-open-file-with-key'.  Don't depend on key binding.
11623         (recentf-mode-map): New variable.
11624         (recentf-mode): Use it.
11626 2005-10-06  Bill Wohler  <wohler@newt.com>
11628         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
11630         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
11631         (MH-E-SRC): New.  Used by mh-autoloads.
11632         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
11633         files in MH-E-SRC have been updated.
11634         (compile, recompile, bootstrap): Depend on mh-autoloads.
11636 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
11638         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
11639         gud-break and gud-remove icons when the fringe is not available.
11641         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11642         Typo.
11644 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
11646         * play/zone.el (zone): Wrap body with save-window-excursion.
11648 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11650         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11651         Use the new `list-only' arg to diary-list-entries.
11653         * calendar/diary-lib.el: Use overlays rather than selective-display.
11654         (diary-selective-display): New var.
11655         (diary-header-line-format): Use it.
11656         (diary-list-entries): Add argument `list-only'.
11657         Put the buffer in diary-mode.  Don't add \^M at beg and end.
11658         Replace \^M by invisible overlays.
11659         (diary-unhide-everything): Replace \^M by invisible overlays.
11660         (print-diary-entries): Look for overlays rather than \^M.
11661         Add a space to the temp buffer name.
11662         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
11663         Put the buffer in diary-mode.
11664         (list-sexp-diary-entries): Replace \^M by invisible overlays.
11665         (diary-anniversary): Make the year arg optional.
11666         (diary-time-regexp): New const.
11667         (diary-font-lock-keywords): Use it to accept a few more time formats.
11669         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
11671 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
11673         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
11674         Fix bug introduced 2005-07-03: Use (car (last ...))
11675         to faithfully reproduce replaced artist-last.
11676         (artist-set-arrow-points-for-poly): Likewise.
11677         Suggested by Johan Bockg\e,Ae\e(Brd.
11679 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
11681         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
11682         * wid-edit.el (widget):
11683         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
11684         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
11686 2005-10-06  Kenichi Handa  <handa@m17n.org>
11688         * international/mule-cmds.el (set-language-environment):
11689         Fix setting up of case-table for unibyte mode.
11691         * simple.el (what-cursor-position): If the character is displayed
11692         by some `display' text property, show that.  Don't use
11693         single-key-description for eight-bit characters in multibyte mode.
11695 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
11697         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
11698         (gdb-ann3): Set it.
11699         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
11700         (gdb-info-frames-custom): Use inverse-video for first five
11701         characters of selected frame only.
11702         (gdb-get-frame-number): Select frame even when point is on frame
11703         number.
11705 2005-10-06  Masatake YAMATO  <jet@gyve.org>
11707         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11708         Put `font-lock-function-name-face'.
11709         (gdb-info-frames-custom): Put `font-lock-function-name-face'
11710         and `font-lock-variable-name-face'
11711         (gdb-registers-font-lock-keywords): New font lock keywords definition.
11712         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
11713         (gdb-memory-font-lock-keywords): New font lock keywords definition.
11714         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
11715         (gdb-local-font-lock-keywords): New font lock keywords definition.
11716         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
11717         (gdb-threads-font-lock-keywords): New font lock keywords definition.
11718         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
11720 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
11722         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
11723         (ediff-merge-region-is-non-clash-to-skip): Previously called
11724         ediff-merge-region-is-non-clash.
11726         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
11727         Use insert-buffer-substring.
11729         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
11730         selecting files to patch.  Also bug fixes.
11732         * ediff-util.el (ediff-setup): Bug fix.
11733         (ediff-next-difference): Never skip clashes that differ in white
11734         space only.
11736         * ediff-wind.el (ediff-setup-control-frame)
11737         (ediff-destroy-control-frame): Check the menubar feature.
11739         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
11740         (viper-refresh-mode-line): Use make-local-variable to localize
11741         some vars instead of make-variable-buffer-local.  Suggested by
11742         Stefan Monnier.
11744         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
11745         (viper-restore-cursor-type, viper-set-insert-cursor-type):
11746         Use make-local-variable instead of make-variable-buffer-local.
11747         Suggested by Stefan Monnier.
11749         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
11750         (viper-comint-mode-hook): Use make-local-variable on
11751         require-final-newline.
11752         (viper-non-hook-settings): Don't use make-variable-buffer-local.
11754 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11756         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
11757         also the second char of a comment-start sequence.
11758         (scheme-sexp-comment-syntax-table): New var.
11759         (lambda, define): Set their scheme-doc-string-elt property.
11760         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
11761         Use lisp-font-lock-syntactic-face-function now that it properly
11762         handles |...| symbols.
11763         (scheme-mode-variables): Set lisp-doc-string-elt-property,
11764         parse-sexp-lookup-properties and font-lock-extra-managed-props.
11766         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
11767         bit from # to |.
11768         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
11770         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
11771         (lisp-doc-string-elt-property): New var.
11772         (lisp-font-lock-syntactic-face-function): Use it.
11773         Rewrite to recognize docstrings even for forms not at toplevel.
11775         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
11776         annotation on the | part of #| rather than on the # part.
11777         (scheme-font-lock-syntactic-face-function): New function, to
11778         distinguish strings from |...| symbols.
11779         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
11780         syntax-table so that #|...|# is properly highlighted.
11782         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
11783         Don't mark as docstring the 3rd elem of an unknown toplevel form.
11785 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11787         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
11788         and C-e.
11790         * emacs-lisp/eldoc.el: Move comments into docstrings.
11791         (eldoc-message-commands): Initialize in its declaration.
11792         Add move-beginning-of-line and move-end-of-line.
11793         (eldoc-add-command, eldoc-add-command-completions)
11794         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
11796         * outline.el (outline-mark-subtree): Activate the mark.
11798         * calendar/appt.el (appt-time-regexp): New var.
11799         (appt-add, appt-make-list): Use it.
11800         (appt-convert-time): Clean up.
11802         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
11803         Don't set any syntax-table property here.
11804         (tex-font-lock-verb): New function.  Do it here.
11805         (tex-font-lock-syntactic-keywords): Use it.
11807 2005-10-04  Richard M. Stallman  <rms@gnu.org>
11809         * wid-edit.el (widget-file-complete): Get the widget start point
11810         the right way.  Default directory to `/' if file has none.
11812         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
11814         * textmodes/flyspell.el (flyspell-mode-on):
11815         Call ispell-maybe-find-aspell-dictionaries.
11817         * textmodes/ispell.el (ispell-word, ispell-region):
11818         Call ispell-maybe-find-aspell-dictionaries.
11819         (ispell-accept-buffer-local-defs):
11820         Don't call ispell-maybe-find-aspell-dictionaries
11822 2005-10-04  Richard M. Stallman  <rms@gnu.org>
11824         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
11826 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
11828         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
11829         instead of `fboundp' in order to allow for anonymous functions.
11831 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
11833         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
11834         case the user clicks on the link while another window is selected.
11835         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
11837         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
11838         functionality.
11839         (dframe-help-echo): Save point in case mouse tracking is off.
11841 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
11843         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
11845 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11847         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
11848         not change the global value of those vars.
11850         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
11851         make-local-variable which we do not need any more.
11853 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
11855         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
11856         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
11857         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
11858         (speedbar-path-line): Define obsolete aliases.
11859         (speedbar-line-directory): Doc fix.
11861         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
11862         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
11863         instead of speedbar-line-path.
11865 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11867         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
11868         to nil if dropping on a window.  Handle dropping on a minibuffer window
11869         like dropping on a non-window part of Emacs.
11871 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11873         * net/ange-ftp.el: Use with-current-buffer.
11874         (ange-ftp-insert-directory): Do not follow symlinks any more.
11876         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11877         Remove interactive spec.
11879 2005-10-03  Kim F. Storm  <storm@cua.dk>
11881         * ido.el (ido-mode): Use custom-initialize-set.
11883 2005-10-02  Richard M. Stallman  <rms@gnu.org>
11885         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
11886         Use insert-buffer-substring.
11888         * net/tramp.el: Pacify byte compiler warnings in pacification code.
11889         (tramp-handle-file-local-copy): Use insert-buffer-substring.
11891 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11893         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
11894         in last change.
11895         (ange-ftp-insert-directory): Fix up the search for the case where
11896         `file' is absolute.
11898 2005-10-02  Romain Francoise  <romain@orebokech.com>
11900         * progmodes/compile.el (compile-goto-error): Delete extra paren.
11902 2005-10-02  Andreas Schwab  <schwab@suse.de>
11904         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
11905         directory component in the session info.
11907 2005-10-01  Richard M. Stallman  <rms@gnu.org>
11909         * comint.el (comint-redirect-subvert-readonly): Doc fix.
11911         * simple.el (next-error-internal): New function.
11913         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
11914         (compilation-start): Pass new arg to compilation-buffer-name.
11915         (compile-goto-error): Use next-error-internal.
11917 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
11919         * speedbar.el: Remove RCS tag.
11920         (speedbar-check-read-only): Handle non-existent files.
11922         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
11924         * info.el (Info-speedbar-hierarchy-buttons)
11925         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
11927 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11929         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
11930         Do not match newline.
11931         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
11932         (bibtex-summary): Remove unnecessary save-excursion.
11933         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
11935 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11937         * term/mac-win.el: Add charset info for "iso10646-1".
11938         Modify default fontset to use ATSUI-compatible fonts for some charsets
11939         if available.
11941 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
11943         * speedbar.el: Re-apply arch tag.
11944         (speedbar-version): Rename to version 1.0.  Suggested by Eric
11945         M. Ludlam.
11946         Reapply two changes from Emacs CVS' version of speedbar lost
11947         during the merge:
11948         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
11949         (speedbar-frame-parameters): Improve customize type.
11951 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11953         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
11954         (ange-ftp-file-directory-p): Fix the symlink case.
11955         (ange-ftp-insert-directory): When listing a single file, get a list of
11956         the parent buffer and extract the relevant line.  Inspired from a patch
11957         by Katsumi Yamaoka <yamaoka@jpl.org>.
11958         (ange-ftp-file-name-sans-versions): Simplify.
11960 2005-09-30  Bill Wohler  <wohler@newt.com>
11962         Move MH-E image files from toolbar and mail directories into
11963         etc/images.
11965         * mail/reply2.*: Move to etc/images/mail/reply*.
11967         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
11968         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
11969         etc/images.
11971         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
11972         * toolbar/reply*: Move to etc/images/mail.
11974         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
11976 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
11978         * speedbar.el: New version 1.0pre3.
11980         Frame management code (including timer, and mouse click specifics)
11981         moved to dframe.el:
11982         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
11983         (speedbar-timer): Removed.  Use dframe-timer.
11984         (speedbar-close-frame): Removed.  Use dframe-close-frame.
11985         (speedbar-activity-change-focus-flag): Removed.  Use
11986         dframe-activity-change-focus-flag.
11987         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
11988         dframe-update-speed.
11990         (speedbar-current-frame): New macro.  Use this instead of the
11991         variable speedbar-frame.
11993         (speedbar-use-images, speedbar-expand-image-button-alist)
11994         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
11996         (speedbar-find-image-on-load-path): Removed.  Replaced by
11997         defezimage in ezimage.el.
11998         (speedbar-expand-image-button-alist): Removed.  Replaced by
11999         ezimage-expand-image-button-alist in ezimage.el.
12001         (speedbar-ignored-directory-regexp)
12002         (speedbar-add-ignored-directory-regexp)
12003         (speedbar-ignored-directory-expressions)
12004         (speedbar-line-directory, speedbar-buffers-line-directory)
12005         (speedbar-directory-line, speedbar-buffers-line-directory):
12006         Renamed, replacing `path' with `directory'.
12008         (speedbar-create-directory, speedbar-expand-line-descendants)
12009         (speedbar-toggle-line-expansion)
12010         (speedbar-contract-line-descendants): New commands.
12012         (speedbar-query-confirmation-method, speedbar-select-frame-method)
12013         (speedbar-use-tool-tips-flag): New options.
12015         (speedbar-check-read-only, speedbar-require-version)
12016         (speedbar-insert-separator, speedbar-buffers-tail-notes)
12017         (speedbar-handle-delete-frame, speedbar-try-completion)
12018         (speedbar-update-localized-contents): New functions.
12020         (speedbar-incompatible-version, speedbar-ro-to-do-point)
12021         (speedbar-object-read-only-indicator): New variables.
12023         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12024         New hooks.
12026         (speedbar-separator-face): New face.
12028         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12029         (speedbar-ignored-modes): Add fundamental-mode.
12030         (speedbar-directory-unshown-regexp): Add . directories.
12032         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12033         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12034         `]' for full expand/close.
12035         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12037         (speedbar-check-vc): Support hidden files.
12038         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12039         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
12040         state is nil, it is not checked out.
12042         (speedbar-line-text, speedbar-line-token): Support expand buttons
12043         with no text.
12044         (speedbar-refresh): Universal argument acts as power-click.
12045         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12046         that buffer to get variable values.
12048         And many other bugfixes.
12050         * dframe.el, ezimage.el, sb-image.el: New files.
12052         * sb-*.xpm: Remove files.  New image files installed into
12053         etc/images/ezimage.
12055 2005-09-30  Kenichi Handa  <handa@m17n.org>
12057         * ps-mule.el (ps-mule-show-warning): If a character is in
12058         ps-print-translation-table, don't treat it as non-printable.
12060 2005-09-30  David Ponce  <david@dponce.com>
12062         * tree-widget.el (tree-widget-themes-load-path): New variable.
12063         (tree-widget-themes-directory): Doc fix.
12064         (tree-widget-image-formats) [Emacs]: Doc fix.
12065         (tree-widget--locate-sub-directory): New function.
12066         (tree-widget-themes-directory): Use it.
12068         * recentf.el (recentf-filename-handlers): Rename from
12069         `recentf-filename-handler'.  Allow a list of functions.
12070         (recentf-menu-items-for-commands): Fix :help strings.
12071         (recentf-apply-filename-handlers): New function.
12072         (recentf-expand-file-name): Use it.
12073         (recentf-cleanup): Remove duplicates too.
12075 2005-09-29  Juri Linkov  <juri@jurta.org>
12077         * faces.el: Rearrange face definitions to be in the same order as
12078         their face descriptions in "(emacs)Standard Faces".
12080         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12082         * tooltip.el (tooltip): Add group `basic-faces'.
12084         * buff-menu.el (Buffer-menu-buffer): Remove group
12085         `font-lock-highlighting-faces'.
12087         * progmodes/compile.el (compilation-error, compilation-warning)
12088         (compilation-info, compilation-line-number, compilation-column-number):
12089         Change group from `font-lock-highlighting-faces' to `compilation'.
12091         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12092         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12093         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12094         (vhdl-font-lock-reserved-words-face)
12095         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12096         `font-lock-highlighting-faces'.
12098         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12100 2005-09-28  Kim F. Storm  <storm@cua.dk>
12102         * emulation/cua-base.el: Set CUA move property on additional commands:
12103         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12104         forward-sexp, backward-sexp, forward-list, backward-list.
12106 2005-09-28  Romain Francoise  <romain@orebokech.com>
12108         * comint.el (comint-show-output): Really set point at the
12109         beginning of the output when not using `comint-use-prompt-regexp'.
12111 2005-09-27  Jay Belanger  <belanger@truman.edu>
12113         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12114         in TeX mode.
12116 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
12118         * textmodes/org.el (org-table-sum): Fix format string.
12120         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12121         Quote face names.
12123 2005-09-26  Romain Francoise  <romain@orebokech.com>
12125         * isearch.el (isearch-forward-regexp): Close doc string.
12127 2005-09-25  Richard M. Stallman  <rms@gnu.org>
12129         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12131         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12133         * progmodes/compile.el (compilation-error-properties):
12134         When getting the file from the previous error message,
12135         correctly decode the new data format.
12137         * progmodes/cc-cmds.el (c-electric-paren):
12138         Call old-blink-paren only for close-paren.
12140 2005-09-24  Andreas Schwab  <schwab@suse.de>
12142         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12143         condition.
12145 2005-09-25  Romain Francoise  <romain@orebokech.com>
12147         * dired-aux.el (dired-copy-file-recursive):
12148         * dired.el (dired-delete-file):
12149         * ediff-mult.el (ediff-dir-diff-copy-file):
12150         * ediff-util.el (ediff-test-save-region):
12151         * forms.el (forms-mode):
12152         * ido.el (ido-file-internal, ido-delete-file-at-head):
12153         * log-edit.el (log-edit-done):
12154         * ses.el (ses-yank-resize):
12155         * play/gomoku.el (gomoku-human-plays, gomoku)
12156         (gomoku-human-resigns, gomoku-prompt-for-other-game)
12157         (gomoku-offer-a-draw):
12158         * play/landmark.el (lm-human-resigns, lm):
12159         * net/eudcb-ldap.el (eudc-ldap-check-base):
12160         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12161         * progmodes/ebrowse.el (ebrowse-find-pattern):
12162         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12163         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12164         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12166         * vc.el (vc-delete-file):
12167         * play/gomoku.el (gomoku-terminate-game, gomoku)
12168         (gomoku-prompt-for-move, gomoku-human-takes-back):
12169         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12170         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12172 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
12174         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12175         color rxvt terminals by using the code xterm.el used to use before
12176         2005-04-09 in order to match the colors used by rxvt.
12178 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
12180         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12181         colors rxvt-unicode terminals by using the same code as xterm.el.
12183 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12185         * textmodes/tex-mode.el (tex-font-lock-append-prop)
12186         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12187         new symbol used for the tex-verbatim face.
12189 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12191         * woman.el (woman-file-name):
12192         * wid-edit.el (widget-file-prompt-value)
12193         (widget-coding-system-prompt-value):
12194         * w32-fns.el (set-w32-system-coding-system):
12195         * vc.el (vc-version-diff, vc-annotate):
12196         * textmodes/reftex-auc.el (reftex-arg-cite)
12197         (reftex-arg-index-tag):
12198         * textmodes/refer.el (refer-get-bib-files):
12199         * textmodes/artist.el (artist-figlet-choose-font):
12200         * terminal.el (terminal-emulator):
12201         * replace.el (occur-read-primary-args):
12202         * rect.el (string-rectangle, string-insert-rectangle):
12203         * ps-print.el (ps-print-preprint):
12204         * progmodes/pascal.el (pascal-goto-defun):
12205         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12206         * progmodes/compile.el (compilation-find-file):
12207         * printing.el (pr-interactive-n-up):
12208         * play/animate.el (animate-birthday-present):
12209         * net/rcompile.el (remote-compile):
12210         * man.el (man, Man-goto-section, Man-follow-manual-reference):
12211         * mail/rmailsum.el (rmail-summary-search-backward)
12212         (rmail-summary-search):
12213         * mail/rmailout.el (rmail-output-read-rmail-file-name)
12214         (rmail-output-read-file-name):
12215         * mail/rmail.el (rmail-search, rmail-search-backwards):
12216         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12217         * locate.el (locate):
12218         * international/quail.el (quail-show-keyboard-layout):
12219         * international/mule.el (set-buffer-file-coding-system)
12220         (revert-buffer-with-coding-system, set-file-name-coding-system)
12221         (set-terminal-coding-system, set-keyboard-coding-system)
12222         (set-next-selection-coding-system):
12223         * international/mule-diag.el (describe-coding-system)
12224         (describe-font, describe-fontset):
12225         * international/mule-cmds.el (universal-coding-system-argument)
12226         (search-unencodable-char, describe-input-method)
12227         (set-language-environment, describe-language-environment):
12228         * international/codepage.el (codepage-setup):
12229         * international/code-pages.el (codepage-setup):
12230         * info.el (Info-search, Info-follow-reference)
12231         (Info-search-backward):
12232         * emacs-lisp/advice.el (ad-read-advised-function)
12233         (ad-read-advice-class, ad-clear-cache, ad-activate)
12234         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12235         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12236         (ad-read-regexp):
12237         * ediff-util.el (ediff-toggle-regexp-match):
12238         * ediff-ptch.el (ediff-prompt-for-patch-file):
12239         * dired-aux.el (dired-diff):
12240         * diff.el (diff):
12241         * cus-edit.el (custom-variable-prompt):
12242         * calendar/timeclock.el (timeclock-ask-for-project):
12243         * calc/calcalg3.el (calc-get-fit-variables):
12244         * calc/calc-store.el (calc-edit-variable)
12245         (calc-permanent-variable):
12246         * vc-mcvs.el (vc-mcvs-register):
12247         * shadowfile.el (shadow-define-literal-group):
12248         * woman.el (woman-file-name):
12249         * vc.el (vc-version-diff, vc-merge):
12250         * textmodes/reftex-index.el (reftex-index-complete-tag):
12251         * format.el (format-decode-buffer, format-decode-region):
12252         * emulation/viper-cmd.el (viper-read-string-with-history):
12253         * emacs-lisp/debug.el (cancel-debug-on-entry):
12254         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12255         * ediff.el (ediff-merge-revisions)
12256         (ediff-merge-revisions-with-ancestor, ediff-revision):
12257         * completion.el (interactive-completion-string-reader):
12258         * calc/calc-prog.el (calc-user-define-formula):
12259         Follow convention for reading with the minibuffer.
12261 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
12263         * progmodes/python.el (python-describe-symbol): Add globals() and
12264         locals() to the arguments of emacs.ehelp.
12266 2005-09-24  Magnus Henoch  <mange@freemail.hu>
12268         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12269         New function, code extracted from ispell-valid-dictionary-list.
12270         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12271         Call it.
12273 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
12275         * subr.el (version-regexp-alist): Extend valid syntax for version
12276         strings: allow any of the characters -,_,+ to separate the
12277         alpha/beta/rc part from the version part.  Doc fix.
12278         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
12280 2005-09-23  David Reitter  <david.reitter@gmail.com>
12282         * mail/mailclient.el: New file.
12284 2005-09-23  Richard M. Stallman  <rms@gnu.org>
12286         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12287         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12288         Doc fixes.
12290         * progmodes/cc-mode.el (c-font-lock-init):
12291         Specify font-lock-lines-before.
12293 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12295         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12296         whole conflict.
12298 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
12300         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12301         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
12302         of `remap' feature when available.  Additional key bindings for
12303         better tty support.
12304         (org-mode-restart, org-force-self-insert): New commands.
12305         (org-time-stamp-inactive): New command.
12306         (org-remap): New function.
12307         (org-table-auto-blank-field, org-level-color-stars-only): New options.
12308         (org-enable-fixed-width-editor): Move to `org-structure'
12309         customization group.
12310         (org-self-insert-command, orgtbl-self-insert-command): Modify to
12311         blank field after field motion commands.
12313 2005-09-23  Kenichi Handa  <handa@m17n.org>
12315         * international/mule-cmds.el (set-language-environment):
12316         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12317         have to call utf-translate-cjk-load-tables.
12319 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12321         * mouse.el (mouse-move-drag-overlay): Fix last change.
12323 2005-09-22  David Ponce  <david@dponce.com>
12325         * tree-widget.el (tree-widget-value-create): Fix previous change.
12327 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
12329         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12331 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12333         * mouse.el (mouse-move-drag-overlay): New function.
12334         (mouse-drag-region-1): Use it.
12335         Try to simplify a bit the state handling.  Handle clicks on links
12336         inside intangible areas.
12337         (mouse-save-then-kill): Minor simplification.
12338         (mouse-secondary-overlay): Make it always non-nil instead of
12339         recreating it each time.
12340         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12341         (mouse-kill-secondary, mouse-secondary-save-then-kill):
12342         Simplify accordingly.
12344 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
12346         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12348 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
12350         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12351         (ediff-file-name-sans-prefix): Treat nil as an empty string.
12352         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12353         to patch.
12355         * ediff-util.el: Use insert-buffer-substring.
12357         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12359         * emulation/viper-cmd.el (viper-change-state): Don't move over the
12360         field boundaries in the minibuffer.
12361         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12362         (viper-minibuffer-post-command-hook): New hook.
12363         (viper-line): Don't move cursor at bolp.
12365         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12367         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12368         avoid compiler warnings.
12370         * emulation/viper-macs.el (ex-map): Better messages.
12372         * emulation/viper-utils.el (viper-beginning-of-field): New function.
12374         * emulation/viper.el: Replace make-variable-buffer-local with
12375         viper-make-variable-buffer-local everywhere, to avoid warnings.
12377 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12379         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12380         Delete unused var `old-selected-window'.
12381         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12382         (mouse-drag-secondary): Delete unused var `start-frame'.
12384 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
12386         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12388 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12390         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12391         Re-indent within 80 columns.  Use inhibit-read-only.
12393 2005-09-19  Romain Francoise  <romain@orebokech.com>
12395         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12397 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12399         * font-lock.el (font-lock-default-fontify-region): Don't add a line
12400         unconditionally, since the after-change-function already did it.
12402 2005-09-19  Miles Bader  <miles@gnu.org>
12404         * net/newsticker.el: Get rid of CVS keyword.
12406 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
12408         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12409         The prompt is formatted later.
12411 2005-09-19  David Ponce  <david@dponce.com>
12413         * tree-widget.el (tree-widget-value-create): Save the converted
12414         tree :node widget.
12416 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
12418         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12419         variable `message'.
12421 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
12423         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12424         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
12425         <slawomir.nowaczyk.847@student.lu.se>.
12427 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
12429         * image.el (image-load-path): Use symbol `data-directory' instead
12430         of its value, for backward compatibility with packages that bind
12431         it during `find-image'.  Suggested by Katsumi Yamaoka.
12432         (image-search-load-path): Handle symbols whose values are strings.
12434 2005-09-18  Romain Francoise  <romain@orebokech.com>
12436         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12437         with-current-buffer form in save-excursion.
12439 2005-09-18  D Goel  <deego@gnufans.org>
12441         * apropos.el (apropos-command): Fix `message' call: first arg
12442         should be a format spec.  In this and all other cases that appear
12443         below and elsewhere in the source code, I made a change only when
12444         two conditions were satisfied: [1] I can think of a possibility
12445         that the arguments would cause an error, for example, the code in
12446         question relies on external variables such as filenames.  [2] I
12447         was sure that the arg to `message' could not have been nil in the code.
12449         * textmodes/tildify.el (tildify-region): Ditto.
12451         * textmodes/reftex-index.el (reftex-index-change-entry)
12452         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12453         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12454         * textmodes/org.el (org-complete, org-deadline, org-schedule)
12455         (org-priority, org-table-sum):
12456         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12457         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12458         (flyspell-word, flyspell-display-next-corrections):
12459         * textmodes/bibtex.el (bibtex-print-help-message):
12460         * textmodes/artist.el (artist-key-set-point-poly):
12461         * term/mac-win.el (mac-services-insert-text):
12462         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12463         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12464         (vhdl-port-paste-testbench, vhdl-compose-new-component)
12465         (vhdl-compose-configuration):
12466         * progmodes/sh-script.el (sh-blink, sh-show-indent)
12467         (sh-set-indent, sh-learn-line-indent):
12468         * progmodes/ps-mode.el (ps-mode-target-column):
12469         * progmodes/idlwave.el (idlwave-make-tags)
12470         (idlwave-scan-library-catalogs):
12471         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12472         * progmodes/gud.el (gud-jdb-analyze-source):
12473         * progmodes/flymake.el (flymake-log):
12474         * progmodes/ebnf2ps.el (ebnf-generate-region):
12475         * progmodes/cmacexp.el (c-macro-expansion):
12476         * progmodes/ada-xref.el (ada-treat-cmd-string):
12477         * progmodes/ada-mode.el (ada-create-case-exception-substring)
12478         (ada-justified-indent-current, ada-batch-reformat):
12479         * play/zone.el (zone):
12480         * play/landmark.el (lm-move):
12481         * play/decipher.el (decipher-show-alphabet):
12482         * net/newsticker.el (newsticker--display-jump)
12483         (newsticker--display-scroll):
12484         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12485         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12486         * mail/feedmail.el (feedmail-dump-message-to-queue):
12487         * eshell/esh-proc.el (eshell-remove-process-entry):
12488         * emulation/ws-mode.el (ws-last-error):
12489         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12490         (viper-record-kbd-macro):
12491         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12492         * emacs-lisp/lisp-mnt.el (lm-report-bug):
12493         * emacs-lisp/find-func.el (find-function-noselect):
12494         * calendar/timeclock.el (timeclock-status-string)
12495         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12496         (timeclock-when-to-leave-string):
12497         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12498         * calc/calc-units.el (calc-enter-units-table):
12499         * calc/calc-mode.el (calc-mode-record-mode):
12500         * woman.el (woman-mini-help):
12501         * wdired.el (wdired-change-to-wdired-mode):
12502         * vc.el (vc-retrieve-snapshot):
12503         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12504         * startup.el (display-startup-echo-area-message):
12505         * simple.el (set-goal-column):
12506         * ses.el (ses-command-hook, ses-recalculate-cell):
12507         * server.el (server-process-filter):
12508         * printing.el (pr-interface-txt-print, pr-interface-printify)
12509         (pr-interface-ps):
12510         * pcvs.el (cvs-help):
12511         * log-edit.el (log-edit, log-edit-mode-help):
12512         * iswitchb.el (iswitchb-possible-new-buffer):
12513         * isearch.el (isearch-edit-string):
12514         * image-mode.el (image-mode, image-minor-mode):
12515         * ibuf-macs.el (define-ibuffer-filter):
12516         * hi-lock.el (hi-lock-find-patterns):
12517         * files.el (toggle-read-only):
12518         * ediff-util.el (ediff-copy-diff)
12519         (ediff-write-merge-buffer-and-maybe-kill):
12520         * echistory.el (Electric-history-undefined):
12521         * dnd.el (dnd-insert-text):
12522         * dired-aux.el (dired-query):
12523         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
12524         * bookmark.el (bookmark-bmenu-locate):
12525         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
12526         Fix `message' calls to ensure first arg is a format string.
12527         The change was made only when these two conditions were satisfied:
12528         [1] when there is a possibility that the arguments would cause an error
12529         for example, if the code in question relies on external variables
12530         such as filenames, and
12531         [2] if the arg to `message' could not have been nil in the code.
12533         * pcomplete.el (pcomplete--help): Fix `message' format spec.
12534         Not having a %s would be weird, though not technically wrong.
12536 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12538         * term/mac-win.el (mac-add-charset-info): Doc fix.
12540 2005-09-17  Romain Francoise  <romain@orebokech.com>
12542         * shell.el (shell-resync-dirs): Handle echoing processes more
12543         reliably.  Don't insert resync command if `comint-process-echoes'
12544         is non-nil.
12546 2005-09-17  Magnus Henoch  <mange@freemail.hu>
12548         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
12549         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
12550         aspell versions >= 0.60.
12551         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
12552         only if ispell-aspell-supports-utf8 is non-nil.
12554 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12556         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
12557         buffer-local value to lisp-indent-function.
12559 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
12561         * progmodes/glasses.el (glasses-make-readable): If
12562         glasses-separator differs from underscore, put appropriate
12563         overlays over underscore characters.
12564         (glasses-convert-to-unreadable): If glasses-separator differs from
12565         underscore, try to convert glasses-separator characters to
12566         underscores.
12568 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12570         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
12571         Use with-syntax-table and dolist.
12573 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
12575         * textmodes/reftex-auc.el:
12576         * textmodes/reftex-cite.el:
12577         * textmodes/reftex-dcr.el:
12578         * textmodes/reftex-global.el:
12579         * textmodes/reftex-parse.el:
12580         * textmodes/reftex-ref.el:
12581         * textmodes/reftex-sel.el:
12582         * textmodes/reftex-toc.el:
12583         * textmodes/reftex-vars.el:
12584         * textmodes/reftex.el: Small changes to remove compiler warnings.
12586         * textmodes/reftex-index.el: Likewise.
12587         (reftex-query-index-phrase): More efficient use of markers.
12589 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
12591         * image.el (image-load-path): New variable.
12592         (image-search-load-path): New function.
12593         (find-image): Search for images in `image-load-path'.
12595 2005-09-15  Richard M. Stallman  <rms@gnu.org>
12597         * follow.el: Change Maintainer field.
12599 2005-09-15  David Ponce  <david@dponce.com>
12601         * recentf.el (recentf-save-file-modes): New option.
12602         (recentf-save-list): Use it.
12604 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
12606         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
12607         (mode-line-mule-info, mode-line-modified): Move bindings from
12608         mouse-3 to mouse-1.
12610 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
12612         * simple.el (sendmail-user-agent-compose): Revert last change.
12614 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12616         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
12617         Use with-current-buffer.
12618         (ange-ftp-gwp-start): Remove unused var `gw-user'.
12619         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
12620         (ange-ftp-insert-directory): Remove unused var `short'.
12621         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
12623         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
12624         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
12626         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
12627         (check-calendar-holidays, diary-list-entries): Autoload.
12628         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
12629         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
12631         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
12632         which mistakenly removed a call to display-buffer.
12634 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
12636         * obsolete/iso-insert.el: Move to obsolete/ from international/.
12638 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
12640         * progmodes/hideshow.el
12641         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
12642         (hs-allow-nesting): New user var.
12643         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
12644         (hs-hide-block-at-point): When nesting allowed,
12645         if there is already an overlay in place, delete it.
12646         (hs-safety-is-job-n): Delete func; remove call sites.
12647         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
12648         (hs-overlay-at): New func.
12649         (hs-already-hidden-p, hs-show-block): Use it.
12650         (hs-hide-all): Don't pre-clean if nesting allowed.
12651         (hs-show-all): Temporarily disallow
12652         nesting around call to `hs-discard-overlays'.
12654 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
12656         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
12657         Delete unused local var.
12659 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
12661         * help-fns.el (describe-categories): "?\ " -> "?\s".
12662         (help-do-arg-highlight): Recognize also ARG-n, as in
12663         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
12665         * international/codepage.el (dos-unsupported-char-glyph):
12666         * net/newsticker.el (tool-bar-map, w3-mode-map)
12667         (w3m-minor-mode-map):
12668         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
12669         (ent-alist):
12670         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
12672 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
12674         * custom.el (custom-push-theme): Handle the case where a symbol is
12675         bound but face properties have not yet been assigned.
12677         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
12678         Fix behavior if noerase is `t' and there is no mail buffer.
12680         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
12681         if `continue' is nil, rather than signal an error.
12683 2005-09-12  Richard M. Stallman  <rms@gnu.org>
12685         * font-lock.el (font-lock-keywords): Add autoload.
12687         * help-fns.el (describe-variable): Rearrange to put source link
12688         in a predictable place.
12690         * net/newsticker.el: New file.
12692 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12694         * calendar/calendar.el (calendar-for-loop): Add edebug info.
12695         (calendar-basic-setup): Use the new nil arg.
12696         (number-of-diary-entries): Move to diary-lib.el.
12698         * calendar/diary-lib.el: Use with-current-buffer, match-string.
12699         (diary-list-entries): Use with-syntax-table and dolist.
12700         Rename from list-diary-entries.
12701         Use number-of-diary-entries if `number' is nil.
12702         (diary, diary-view-entries): Use this new name and new nil arg value.
12703         (number-of-diary-entries): Move from calendar.el.
12704         (diary-unhide-everything): New function.
12705         (include-other-diary-files, fancy-diary-display)
12706         (diary-show-all-entries, make-diary-entry): Use it.
12707         (diary-mail-entries): Use buffer-string.
12708         (mark-diary-entries): Fix long standing paren typo.
12709         (diary-sexp-entry): Use count-lines.
12710         (make-diary-entry): Avoid `previous-line'.
12711         (diary-mode-map): New var.
12712         (diary-mode): Redraw cal after saving.  Setup header-line.
12713         (fancy-diary-display-mode): Use local-set-key.
12715         * startup.el (command-line): Try calling various terminal-init-foo-bar
12716         functions by stripping hyphenated suffixes from $TERM.
12718         * files.el (normal-mode): Check boundness of font-lock-keywords.
12720 2005-09-12  Richard M. Stallman  <rms@gnu.org>
12722         * progmodes/compile.el: Don't decide a file's directory
12723         until the user actually tries to go there.
12724         (compilation-next-error-function):
12725         Pass compilation-find-file the directory from the file-struct.
12726         (compilation-internal-error-properties): Separate local FILE-STRUCT
12727         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
12728         (compilation-find-file): Arg DIR renamed to DIRECTORY.
12729         Expand it, and if nil, use default-directory.
12730         (compilation-get-file-structure): Don't mix specified directory
12731         with default directory.  Put specified directory into
12732         file-struct.  Don't make the file name absolute.
12734         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12735         (compile-command): Add autoload.
12736         (compilation-disable-input): Add autoload.
12738 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
12740         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
12741         strings of the variables it can override.
12742         (time-stamp): New (as yet undocumented) time-stamp-format escapes
12743         %Q and %q, for fully-qualified domain name and unqualified host name.
12745 2005-09-11  Kim F. Storm  <storm@cua.dk>
12747         * emacs-lisp/authors.el (authors-aliases): Update list.
12748         (authors-fixed-entries): Update mldrag.el entry.
12750 2005-09-10  Alan Mackenzie  <acm@muc.de>
12752         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
12753         from the region narrowed to.
12755 2005-09-10  Magnus Henoch  <mange@freemail.hu>
12757         * textmodes/ispell.el (ispell-check-version): Signal an error if
12758         aspell version is less than 0.60.
12760 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
12762         * progmodes/octave-inf.el (inferior-octave-startup):
12763         Resync current dir at the end.
12765 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
12767         * woman.el (woman-topic-at-point-default):
12768         Rename to woman-use-topic-at-point-default.
12769         (woman-topic-at-point): Rename to woman-use-topic-at-point.
12770         (woman-file-name): Reflect renames above.  Automatically use the
12771         word at point as topic if woman-use-topic-at-point is non-nil.
12772         Otherwise offer it as default but don't insert it in the
12773         minibuffer.  Also use `test-completion' instead of `assoc' as
12774         suggested by Stefan Monnier.
12776 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
12778         * vc.el (vc-directory, vc-update-change-log): Throw an error on
12779         the attempt to do it over Tramp.  This is not yet supported.
12781 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
12783         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12784         (menu-bar-non-minibuffer-window-p): New functions.
12785         ("Split Window", "Save As..."): Use them.
12786         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
12787         ("Print Buffer", "Truncate Long Lines in this Buffer"):
12788         Use menu-bar-menu-frame-live-and-visible-p.
12789         ("Save Buffer", "Insert File", "Open Directory...")
12790         ("Open File...", "Visit New File..."):
12791         Use menu-bar-non-minibuffer-window-p.
12792         (kill-this-buffer-enabled-p, dired <menu-enable>):
12793         Use menu-bar-non-minibuffer-window-p.
12795 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
12797         * cus-start.el (all): Don't complain about fringe-related
12798         built-ins if fringes are not supported.  Ditto about
12799         selection-related built-ins.  Fix the test for GTK-related built-ins.
12801         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
12802         ("Postscript Print Buffer", "Print Region", "Save As...")
12803         ("Save", "Insert File...", "Open Directory...")
12804         ("Open File...", "Visit New File..."")
12805         ("Truncate Long Lines in this Buffer"): Don't look at
12806         menu-updating-frame if this display does not support multiple frames.
12808 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12810         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
12812 2005-09-09  Emilio Lopes  <eclig@gmx.net>
12814         * woman.el: Format- and whitespace-related changes.
12816 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
12818         * woman.el: Fix my email address.
12820 2005-09-08  Richard M. Stallman  <rms@gnu.org>
12822         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
12823         (sh-mode): Locally set skeleton-pair-default-alist.
12825         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
12827         * progmodes/flymake.el: Require `compile' unconditionally.
12829         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
12831         * woman.el (woman-file-name): Provide a default, not initial input.
12833         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
12835         * font-lock.el (font-lock-support-mode): Doc fix.
12837         * descr-text.el (describe-property-list): Handle non-symbol prop names.
12839 2005-09-08  Richard M. Stallman  <rms@gnu.org>
12841         * simple.el (blink-matching-open): Get rid of text props from
12842         the string shown in echo area.  Don't permanently set point.
12843         Some rearrangements.
12845 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12847         * recentf.el (recentf-filename-handler): Add custom choice
12848         `abbreviate-file-name'.
12850         * msb.el (msb--very-many-menus): Fix typo.
12852         * disp-table.el (standard-display-european): Don't set
12853         enable-multibyte-characters to nil.
12855 2005-09-08  David Ponce  <david@dponce.com>
12857         * recentf.el (recentf-show-file-shortcuts-flag): New option.
12858         (recentf-expand-file-name): Doc fix.
12859         (recentf-dialog-mode-map): Define digit shortcuts.
12860         (recentf--files-with-key): New variable.
12861         (recentf-show-digit-shortcut-filter): New function.
12862         (recentf-open-files-items): New function.
12863         (recentf-open-files): Use it.
12864         (recentf-open-file-with-key): New command.
12866 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
12868         * buff-menu.el (Buffer-menu-sort-by-column): New function.
12869         Suggested by Kim F. Storm.
12870         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
12871         (Buffer-menu-make-sort-button): Use global keymap.
12873 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
12875         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
12876         (Man-getpage-in-background-advice): Remove defadvice; it isn't
12877         necessary any longer with the remapped command.
12878         (Man-bgproc-sentinel-advice): Remove defadvice which counts
12879         formatting time only.
12881         * net/tramp.el (tramp-action-password)
12882         (tramp-multi-action-password): Compile the password prompt from
12883         `method', `user' and `host'.  Sometimes it isn't obvious which
12884         password to enter, for example with remote files offered by
12885         recentf.el, or with multiple steps.  Suggested by Robert Marshall
12886         <robert@chezmarshall.freeserve.co.uk>.
12888 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12890         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12891         Fix regexp for when "s///" is at the beginning of line.
12893 2005-09-07  Jay Belanger  <belanger@truman.edu>
12895         * calc/calc-poly.el (math-expand-term): Multiply out any powers
12896         when in matrix mode.
12898 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12900         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
12901         non-anonymous functions.
12903 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
12905         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
12906         when using a header line.  Otherwise, use mouse-1-click-follows-link.
12908         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
12909         can't be moved; don't signal an error.
12911 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
12913         * cus-theme.el (custom-theme-write-faces): Save the current face
12914         spec, not the defface spec.
12916         * custom.el (custom-known-themes): Clarify meaning of "standard".
12917         (custom-push-theme): Save old values in the standard theme.
12918         (disable-theme): Correct typo.
12919         (custom-face-theme-value) Deleted unused function.
12920         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
12922 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12924         * progmodes/compile.el (compilation-goto-locus): Take into account
12925         iconified frames when determining whether the buffer is
12926         already visible.
12927         Don't reset window height if the window already existed.
12929 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
12931         * custom.el (load-theme): Rename from require-theme.
12932         Add interactive spec.
12933         (enable-theme): Rename from custom-enable-theme.
12934         Add interactive spec.
12935         (disable-theme): Rename from custom-disable-theme.
12936         Add interactive spec.
12937         (custom-make-theme-feature): Doc fix.
12938         (custom-theme-directory): Doc fix.
12939         (provide-theme): Call enable-theme.
12941 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12943         * obsolete/lazy-lock.el (lazy-lock-mode):
12944         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
12945         font-lock-mode if it's off.  Print a warning instead.
12947         * progmodes/compile.el (compilation-start): Ignore errors if the
12948         process died before we get to send-eof.
12950         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
12951         Undo last change.  Enclosing the result in quotes broke things on Unix
12952         since tex-send-command passes it through shell-quote-argument.
12953         (tex-send-command): Pass `file' through convert-standard-filename
12954         when possible.
12955         (tex-uptodate-p): Handle the case where TeX hasn't put additional
12956         info in a transcript.
12958 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
12960         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
12961         fix compilation warning.  Reorder the key definitions to group
12962         together keys emitted by the current version of xterm.
12964         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
12965         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
12966         Reorder predicates to correct min-color usage.
12968 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
12970         * longlines.el (longlines-mode): Inhibit read-only when encoding.
12971         Kill local variables when longlines-mode is turned off.
12973 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12975         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
12977         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
12979         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
12981         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
12982         (font-lock-lines-before): Change default to being inactive.
12983         (font-lock-default-fontify-region): Obey font-lock-lines-before.
12984         (font-lock-after-change-function): Don't handle f-l-lines-before here.
12986 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
12988         * net/tramp.el (tramp-handle-make-auto-save-file-name):
12989         Deactivate temporarily advice if active (not needed for Emacs 22,
12990         but for backwards compatibility).
12991         (tramp-exists-file-name-handler): Rewrite.  First implementation
12992         was too simple.
12993         (tramp-advice-make-auto-save-file-name):
12994         Call `tramp-handle-make-auto-save-file-name' (again, just for
12995         backwards compatibility).
12997 2005-08-31  Reto Zimmermann  <reto@gnu.org>
12999         * progmodes/vhdl-mode.el
13000         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13001         (vhdl-end-p): Fix indentation bug "else" after "-- when".
13002         (vhdl-set-default-project): New function (easier setting of default).
13003         (vhdl-port-copy): Handle extended identifiers for generics.
13004         (vhdl-compiler-alist): Better description for error message regexp.
13005         (vhdl-make): Query for target, use previous as default.
13006         (vhdl-port-copy): Fix port copy for port names starting with "signal".
13007         (vhdl-font-lock-keywords-2): Fix fontification for record
13008         el. assign.
13009         (vhdl-speedbar-make-subpack-line): Add package body link.
13010         (vhdl-generate-makefile-1): Not include itself as dependency.
13011         (vhdl-font-lock-init): Highlight c-preprocessor directives.
13012         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13013         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13014         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13015         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13016         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13017         (vhdl-import-project): Add string argument for `error'.
13018         (vhdl-compose-configuration)
13019         (vhdl-compose-configuration-architecture): Add configuration
13020         declaration generation.
13021         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13022         (vhdl-trailer-re): Add "record" keyword (better indentation).
13023         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13024         "[^ \t-\"]+".
13025         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13026         (vhdl-testbench-entity-file-name)
13027         (vhdl-testbench-architecture-file-name): Allow separate
13028         customization of testbench file names.
13029         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13030         (vhdl-get-visible-signals): Allow newline within alias declaration.
13031         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13032         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13033         (member-ignore-case): Alias for missing function in XEmacs.
13034         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13035         (vhdl-update-sensitivity-list): Ignore case on read signals.
13036         (vhdl-replace-string): Adjust case only for file names.
13037         (vhdl-update-sensitivity-list): Fix search for read signals.
13038         (vhdl-update-sensitivity-list): Exclude formal parameters.
13039         (vhdl-get-visible-signals): Include aliases of signals.
13040         (vhdl-get-visible-signals): Fix signal name searching.
13041         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13042         (vhdl-fixup-whitespace-region): Fix for character
13043         literals (e.g. `:').
13045 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13047         * ansi-color.el (comint-last-output-start):
13048         * bs.el (font-lock-verbose):
13049         * diff-mode.el (add-log-buffer-file-name-function):
13050         * dired-x.el (vm-folder-directory):
13051         * faces.el (help-xref-stack-item):
13052         * files.el (font-lock-keywords):
13053         * find-lisp.el (dired-buffers, dired-subdir-alist):
13054         * ido.el (cua-inhibit-cua-keys):
13055         * log-view.el (cvs-minor-wrap-function):
13056         * outline.el (font-lock-warning-face):
13057         * simple.el (compilation-current-error):
13058         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13059         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13060         * tooltip.el (comint-prompt-regexp):
13061         * w32-fns.el (explicit-shell-file-name):
13062         * term/mac-win.el (mac-charset-info-alist)
13063         (mac-services-selection, mac-system-script-code):
13064         * term/tty-colors.el (msdos-color-values):
13065         * term/w32-win.el (xlfd-regexp-registry-subnum):
13066         * term/x-win.el (x-keysym-table, x-selection-timeout)
13067         (x-session-id, x-session-previous-id):
13068         * textmodes/ispell.el (mail-yank-prefix):
13069         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13070         * textmodes/org.el (calc-embedded-close-formula)
13071         (calc-embedded-open-formula)
13072         (font-lock-unfontify-region-function):
13073         * textmodes/reftex-global.el (isearch-next-buffer-function)
13074         (TeX-master):
13075         * textmodes/reftex.el (font-lock-keywords):
13076         * textmodes/tex-mode.el (font-lock-comment-face)
13077         (font-lock-doc-face):
13078         * textmodes/texinfo.el (outline-heading-alist):
13079         Add defvars.
13081         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13082         (artist-spray-chars, artist-mode-init, artist-replace-string)
13083         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13084         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13085         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13087         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13088         (conf-align-assignments): "?\ " -> "?\s".
13090         * textmodes/reftex-index.el (TeX-master): Add defvar.
13091         (reftex-index-phrases-marker): Move up defvar.
13093         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13094         (reftex-toc-include-labels-indicator)
13095         (reftex-toc-include-index-indicator)
13096         (reftex-toc-max-level-indicator): Move up declarations.
13098         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13099         of args to `tramp-run-real-handler', even if it's empty in this case.
13101 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13103         * dired.el (dired-move-to-filename-regexp): Add date format for
13104         Mac OS X 10.3 in East Asian locales.
13106 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
13108         * files.el (make-auto-save-file-name): Add file name handler call
13109         if applicable.
13111         * net/tramp.el (tramp-file-name-handler-alist)
13112         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13113         (tramp-handle-make-auto-save-file-name): Rename from
13114         `tramp-make-auto-save-file-name'.
13115         (tramp-exists-file-name-handler): New defun.
13116         (tramp-advice-make-auto-save-file-name): Make defadvice only when
13117         `make-auto-save-file-name' is not a magic file name operation.
13119 2005-08-30  Richard M. Stallman  <rms@gnu.org>
13121         * files.el (risky-local-variable-p):
13122         Match `-predicates' and `-commands.
13124         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13125         (custom-save-all): Visit the file if necessary;
13126         kill the buffer if we created it.
13127         (custom-save-delete): Don't visit file or kill buffer here.
13129 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
13131         * textmodes/org.el (org-special-keyword): New face.
13132         (org-table-copy-down, org-table-eval-formula)
13133         (org-table-recalculate, org-init-section-numbers):
13134         Use `string-to-number' instead of `string-to-int'.
13135         (org-get-location): Use `insert-buffer-substring' instead of
13136         `insert-buffer'.
13137         (org-modify-diary-entry-string): New function.
13138         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13139         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13140         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13141         active region.
13142         (org-export-as-html): Handle QUOTE keyword.
13143         (org-quote-string): New option.
13144         (org-bookmark-jump-unhide): New function, used for
13145         `bookmark-after-jump-hook'.
13146         (org-diary-default-entry): Apply only when not called through
13147         `org-agenda'.
13149 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
13151         * net/eudc.el (mode-popup-menu):
13152         * play/handwrite.el (ps-printer-name, ps-lpr-command):
13153         * progmodes/ada-mode.el (compile-auto-highlight)
13154         (skeleton-further-elements):
13155         * progmodes/autoconf.el (font-lock-syntactic-keywords):
13156         * progmodes/cmacexp.el (msdos-shells):
13157         * progmodes/compile.el (font-lock-extra-managed-props)
13158         (font-lock-keywords, font-lock-maximum-size)
13159         (font-lock-support-mode):
13160         * progmodes/grep.el (font-lock-lines-before):
13161         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13162         * progmodes/mixal-mode.el (compile-command):
13163         * progmodes/perl-mode.el (font-lock-comment-face)
13164         (font-lock-doc-face, font-lock-string-face):
13165         * progmodes/prolog.el (comint-prompt-regexp):
13166         * progmodes/sh-script.el (font-lock-comment-face)
13167         (font-lock-set-defaults, font-lock-string-face):
13168         * progmodes/sql.el (font-lock-keyword-face)
13169         (font-lock-set-defaults, font-lock-string-face):
13170         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13171         (itimer-version, lazy-lock-defer-contextually)
13172         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13173         Add defvars.
13175         * progmodes/cperl-mode.el (cperl-electric-lbrace)
13176         (cperl-electric-keyword, cperl-electric-pod)
13177         (cperl-electric-backspace, cperl-forward-re)
13178         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13179         (vc-rcs-header, vc-sccs-header): Add defvars.
13181         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13182         (font-lock-syntactic-keywords, gud-find-expr-function):
13183         Add defvars.
13185         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13186         (gdb-frame-parameters): Declare before use.
13188         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13189         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13190         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13191         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13193         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13194         (idlwave-help-with-source): Use `insert-buffer-substring', not
13195         `insert-buffer'.
13197 2005-08-29  Juri Linkov  <juri@jurta.org>
13199         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13200         Put outline-back-to-heading function call inside save-excursion.
13202 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
13204         * man.el (Man-init-defvars, Man-translate-references)
13205         (Man-support-local-filenames, Man-highlight-references):
13206         * progmodes/sql.el (sql-interactive-mode):
13207         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13209         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13210         (compilation-mode-font-lock-keywords): Add defvars.
13211         (checkdoc-interactive-loop): "?\ " -> "?\s".
13213         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13214         (font-lock-doc-face, font-lock-string-face)
13215         (font-lock-keywords-case-fold-search): Add defvars.
13216         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13218         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13219         Don't pass X and Y (they are ignored anyway).
13220         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13221         (mouse-delete-window): Make arguments optional.
13223         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13224         (caesar-translate-table, minor-modes, news-buffer-save)
13225         (news-group-name, news-minor-modes): Add defvars.
13227         * emacs-lisp/lselect.el (mouse-highlight-priority)
13228         (x-lost-selection-functions, zmacs-regions):
13229         * emacs-lisp/pp.el (font-lock-verbose):
13230         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13231         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13232         (ses-mode-map):
13233         * emacs-lisp/tcover-unsafep.el (safe-functions):
13234         * international/mule-cmds.el (mac-system-coding-system)
13235         (mac-system-locale):
13236         * language/ethio-util.el (rmail-current-message)
13237         (rmail-message-vector):
13238         * language/thai-util.el (thai-auto-composition-mode):
13239         * mail/metamail.el (rmail-current-message, rmail-message-vector):
13240         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13241         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13242         (vm-primary-inbox, vm-spool-files):
13243         * mail/rmail.el (deleted-head, font-lock-fontified)
13244         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13245         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13246         (total-messages):
13247         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13248         (rmail-summary-mode-map):
13249         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13250         (rmail-last-label, rmail-last-multi-labels)
13251         (rmail-summary-vector, rmail-total-messages):
13252         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13253         * mail/rmailsum.el (msgnum):
13254         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13255         (rmail-current-message):
13256         * obsolete/fast-lock.el (font-lock-face-list):
13257         * obsolete/rnewspost.el (mail-reply-buffer):
13258         * obsolete/scribe.el (compile-command):
13259         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13261 2005-08-28  John Paul Wallington  <jpw@gnu.org>
13263         * ibuf-ext.el (ibuffer-auto-update-changed):
13264         Use `frame-or-buffer-changed-p' to check whether we need to update.
13265         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13266         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
13267         as a `frame-or-buffer-changed-p' state vector instead.
13269 2005-08-27  Romain Francoise  <romain@orebokech.com>
13271         * textmodes/makeinfo.el (makeinfo-compile):
13272         Use `compilation-start'.  Set `next-error-function' according to
13273         `disable-errors'.
13274         (makeinfo-next-error): New function.
13275         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13276         (makeinfo-buffer): Likewise.
13278         * progmodes/compile.el (compilation-start): Add autoload cookie.
13280         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13281         * textmodes/sgml-mode.el: Likewise.
13282         * progmodes/python.el: Likewise.
13284 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
13286         * simple.el (blink-matching-paren-distance): Document the meaning
13287         of nil value, and allow to customize to nil.
13289         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13290         command.com, not command.exe.
13292 2005-08-26  John Wiegley  <johnw@newartisans.com>
13294         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13295         code around a bit so that an extraneous nil argument is not added
13296         to a command when no args are given.
13298         * eshell/esh-arg.el (eshell-parse-double-quote): If a
13299         double-quoted argument resolves to nil, return it as an empty
13300         string rather than as nil.  This made it impossible to pass "" to
13301         a shell script as a null string argument.
13303 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13305         * outline.el (outline-invent-heading): New fun.
13306         (outline-promote, outline-demote): Use it.
13307         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13308         (outline-end-of-subtree): Remove unused var `opoint'.
13310 2005-08-26  David Reitter  <david.reitter@gmail.com>
13312         * menu-bar.el (truncate-lines, write-file, print-buffer)
13313         (ps-print-buffer-faces, ps-print-buffer, split-window):
13314         Disable menu items when the frame they refer to is invisible, or when
13315         they refer to a buffer and the minibuffer is selected.
13317 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
13319         * progmodes/flymake.el (flymake-highlight-err-lines):
13320         Use save-excursion around flymake-highlight-line to preserve point.
13322 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
13324         * progmodes/octave-mod.el: Change Author and Maintainer address.
13325         (octave-maintainer-address): Change Kurt's email address.
13326         * progmodes/octave-inf.el: Change Author and Maintainer address.
13327         * progmodes/octave-hlp.el: Change Author and Maintainer address.
13329 2005-08-26  Kim F. Storm  <storm@cua.dk>
13331         * subr.el (version-list-<, version-list-<=, version-list-=):
13332         Rename from integer-list-*.
13333         (version-list-not-zero): Likewise.  Fix while loop.
13334         (version=): Use version-list-= instead of string-equal.
13336 2005-08-26  Richard M. Stallman  <rms@gnu.org>
13338         * outline.el (outline-promote): Try shortening the heading.
13339         As last resort, read the heading to use.
13340         (outline-demote): As last resort, read the heading to use.
13342 2005-08-26  Romain Francoise  <romain@orebokech.com>
13344         * progmodes/compile.el (compilation-start): Doc fix.
13346         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13347         (antlr-font-lock-additional-keywords): Fix reference to
13348         `antlr-font-lock-literal-regexp' erroneously changed during the
13349         mass face rename.
13350         (antlr-run-tool): Use `compilation-start'.
13352         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13353         instead of the obsolete `compile-internal'.
13355 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
13357         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13358         (number, original-date):
13359         * calendar/cal-china.el (date):
13360         * calendar/cal-coptic.el (date):
13361         * calendar/cal-french.el (date):
13362         * calendar/cal-hebrew.el (date, entry, number, original-date):
13363         * calendar/cal-islam.el (date, number, original-date):
13364         * calendar/cal-iso.el (date):
13365         * calendar/cal-julian.el (date):
13366         * calendar/cal-mayan.el (date):
13367         * calendar/cal-menu.el (date, event):
13368         * calendar/cal-persia.el (date):
13369         * calendar/lunar.el (date):
13370         * calendar/solar.el (date): Add defvars.
13372         * emerge.el:
13373         * ibuffer.el:
13374         * info-xref.el:
13375         * obsolete/bg-mouse.el:
13376         * obsolete/sun-curs.el:
13377         * obsolete/swedish.el: Move the `defvar's to the top level.
13379         * smerge-mode.el (smerge-refined-change): Add :group.
13381 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13383         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13384         (smerge-keep-n): Remove props.
13385         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13386         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13387         now that it's done in smerge-keep-n.
13388         (smerge-refined-change): New face.
13389         (smerge-refine-chopup-region, smerge-refine-highlight-change)
13390         (smerge-refine): New funs.
13391         (smerge-basic-map): Bind smerge-refine.
13393 2005-08-25  Juri Linkov  <juri@jurta.org>
13395         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13396         compilation-process-setup-function and compilation-disable-input
13397         in grep-mode instead of let-bindings in grep.
13399         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13400         Delete "Automatic File De/compression" (auto-compression-mode).
13402 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
13404         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13405         Silence warning about non-existent variable.
13407 2005-08-25  Richard M. Stallman  <rms@gnu.org>
13409         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13410         Rename "Describe Key" to "Describe Key or Mouse Operation".
13412         * mail/mailalias.el (build-mail-aliases): Delete comments
13413         from the contents before processing them.
13415         * isearch.el (isearch-edit-string): Erase the Search prompt
13416         if user enters an empty string and there is no default.
13418         * comint.el (comint-file-name-prefix): Add autoload.
13420 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
13422         * subr.el (play-sound): Rearrange to avoid warning.
13424 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
13426         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13427         New hook.
13428         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13430 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13432         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13434         * custom.el (custom-theme-set-variables): Sort minor modes last.
13436 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13438         * subr.el (version-separator, version-regexp-alist): New vars used by
13439         version comparison funs.
13440         (integer-list-<, integer-list-=, integer-list-<=)
13441         (integer-list-not-zero): New funs for integer list comparison.
13442         (version-to-list, version=, version<, version<=): New funs for version
13443         comparison.
13445 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
13447         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13448         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13449         time to silence the byte-compiler.
13451         * ibuffer.el (ibuffer-compile-make-eliding-form)
13452         (ibuffer-check-formats): Use `with-no-warnings' to hide references
13453         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13454         so it's silly to get warnings for it).
13455         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13456         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13457         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13458         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13459         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13460         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13461         Defvar at compile time.
13462         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13463         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13464         Declare them before use.
13466         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13467         (info-xref-good, info-xref-bad): Defvar at compile time.
13469         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13470         Use `let*' instead of `let'.
13472         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13473         (*mouse-y*, menu, char): Defvar at compile time.
13474         (sc::menu): Declare it before use.
13475         (sc::pack-one-line): Use `let', not `let*'.
13477         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13478         (mail-send-hook): Defvar at compile time.
13480         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13481         Defvar at compile time.
13483         * term/sun-mouse.el (current-global-mousemap)
13484         (current-local-mousemap): Declare them before use.
13486 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
13488         * bookmark.el (bookmark-after-jump-hook): New hook.
13489         (bookmark-jump): Run `bookmark-after-jump-hook'.
13491 2005-08-23  Juri Linkov  <juri@jurta.org>
13493         * faces.el (minibuffer-prompt): Doc fix.
13495 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
13497         * progmodes/xscheme.el: Trivial changes to silence warnings.
13498         (xscheme-previous-mode, xscheme-previous-process-state):
13499         Add defvars.
13500         (xscheme-last-input-end, xscheme-process-command-line)
13501         (xscheme-process-name, xscheme-buffer-name)
13502         (xscheme-expressions-ring-max, xscheme-expressions-ring)
13503         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13504         (xscheme-control-g-synchronization-p)
13505         (xscheme-control-g-disabled-p, xscheme-string-receiver)
13506         (default-xscheme-runlight, xscheme-runlight)
13507         (xscheme-runlight-string, xscheme-process-filter-state)
13508         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
13509         Move to beginning of file.
13510         (scheme-interaction-mode-commands-alist)
13511         (scheme-interaction-mode-map, scheme-debugger-mode-map):
13512         Declare them before use.  Note: the initialization code for the variables
13513         has not been moved because it uses functions that reference the variables.
13514         (xscheme-control-g-message-string, xscheme-process-filter-alist)
13515         (xscheme-prompt-for-expression-map): Declare them before use.
13516         (scheme-debugger-mode-commands): "?\ " -> "?\s".
13518 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
13520         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
13522 2005-08-22  Juri Linkov  <juri@jurta.org>
13524         * faces.el (set-face-underline): Delete this duplicate function
13525         and make an obsolete alias to set-face-underline-p.
13526         (set-face-underline-p): Use docstring of set-face-underline.
13527         (describe-face): Create hyperlink to parent face.
13529         * info.el (Info-insert-dir): Use save-excursion around
13530         insert-buffer-substring.
13531         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
13532         (Info-escape-percent): Delete function.
13533         (Info-fontify-node): Replace Info-escape-percent by
13534         replace-regexp-in-string with REP arg set to lambda that
13535         duplicates `%' and preserves text properties.
13537         * progmodes/compile.el (compilation-disable-input): Doc fix.
13538         (define-compilation-mode): Doc fix and refill.
13539         (kill-compilation): Use `mode-name' in the error message.
13540         (compilation-find-file): Use `compilation-error' in the
13541         read-file-name's prompt.
13543 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13545         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
13546         (smerge-auto-leave): Make undo re-enable the mode.
13547         (debug-ignored-errors): Add the user-error of impossible resolution.
13548         (smerge-resolve): Move things around a bit, in preparation for later.
13549         (smerge-diff): Don't fail if the buffer has no associated file.
13550         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
13551         (smerge-conflict-overlay): New function.
13552         (smerge-match-conflict): Don't add text properties here.
13553         (smerge-find-conflict): Instead, add an overlay here.
13554         Also check for the case where we're inside a conflict already, so as to
13555         obviate the need for font-lock-multiline, which is unbearably slow with
13556         large conflicts and ciomplex font-lock patterns.
13557         (smerge-remove-props): Remove overlay rather than text-properties.
13558         (smerge-mode): Don't set font-lock-multiline.
13559         Remove overlays when turned off.
13561 2005-08-21  Kim F. Storm  <storm@cua.dk>
13563         * ido.el (ido-ignore-item-p): Use save-match-data.
13564         Bind case-fold-search to ido-case-fold locally.
13566 2005-08-20  Richard M. Stallman  <rms@gnu.org>
13568         * files.el (normal-mode): If font lock is on, turn it off and on.
13570         * subr.el (replace-regexp-in-string): Doc fix.
13572         * startup.el (command-line-1): Don't suppress startup screen
13573         due to existing processes.
13575         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
13577         * progmodes/compile.el (compilation-disable-input): Default to nil.
13579 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13581         * progmodes/compile.el (compilation-disable-input): New defcustom.
13582         (compilation-start): If compilation-disable-input is non-nil, send
13583         EOF to the compilation process.
13585 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
13587         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
13588         Run the argument of tex-shell-cd-command through
13589         convert-standard-filename, to get the correct style of slashes on
13590         Windows, and enclose the result in quotes, in case the file name
13591         includes whitespace or other special characters.
13593 2005-08-19  Andreas Schwab  <schwab@suse.de>
13595         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
13596         process.
13598 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
13600         * cus-start.el (minibuffer-prompt-properties): Correct typo.
13602 2005-08-18  Kim F. Storm  <storm@cua.dk>
13604         * scroll-lock.el: Fix errors due to incorrect line wrapping.
13606 2005-08-18  Richard M. Stallman  <rms@gnu.org>
13608         * scroll-lock.el: New file.
13610 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
13612         * dired.el (dired-move-to-end-of-filename):
13613         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
13615 2005-08-18  Kim F. Storm  <storm@cua.dk>
13617         * ido.el (ido-everywhere): Fix defcustom :set function to disable
13618         rather than toggle mode when custom value is nil.
13619         (ido-everywhere): Fix defun doc string.
13621 2005-08-17  Richard M. Stallman  <rms@gnu.org>
13623         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
13624         as tag instead of "Inviolable".
13626 2005-08-17  Kim F. Storm  <storm@cua.dk>
13628         * windmove.el (windmove-coordinates-of-position): Remove.
13629         (windmove-coordinates-of-window-position): Remove.
13630         (windmove-reference-loc): Use posn-at-point instead.
13632         * subr.el (insert-for-yank-1): Doc fix.
13634         * ido.el (ido-enter-matching-directory): Rename from
13635         ido-enter-single-matching-directory.  Change `slash' choice to
13636         `only'.  Add `first' choice.
13637         (ido-exhibit): Adapt to above changes.
13639 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
13641         * Makefile.in: Expand comment about building loaddefs.el.
13643 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
13645         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
13646         Comment use of defadvice.
13648         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
13650 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
13652         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
13653         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
13654         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
13655         * progmodes/idlw-shell.el, progmodes/ld-script.el,
13656         * progmodes/which-func.el, ruler-mode.el, strokes.el,
13657         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
13658         for backward compatibility for faces that did not appear in the
13659         previous Emacs release.
13661         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
13663 2005-08-15  Kim F. Storm  <storm@cua.dk>
13665         * emulation/cua-base.el (cua-delete-region): Return t if
13666         deleted region was non-empty.
13667         (cua-replace-region): Inhibit overwrite-mode for
13668         self-insert-command if replaced region was non-empty.
13669         (cua--explicit-region-start, cua--status-string): Make them
13670         buffer-local at top-level...
13671         (cua-mode): ...rather than when mode is enabled.
13673 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
13675         * progmodes/vhdl-mode.el (vhdl-emacs-21):
13676         Set t for Emacs 21, 22, and so on.
13678 2005-08-15  David Ponce  <david@dponce.com>
13680         * tree-widget.el: Update Commentary header.
13681         (tree-widget-theme): Doc fix.
13682         (tree-widget-space-width): New option.
13683         (tree-widget-image-properties): Look up in the default theme too.
13684         (tree-widget--cursors): Only for images with arrow pointer shape.
13685         (tree-widget-lookup-image): Pointer shape is hand by default.
13686         (tree-widget-icon): Rename generic icon widget from
13687         `tree-widget-control'.
13688         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
13689         derive from `tree-widget-icon'.
13690         (tree-widget-handle): Improve default look and feel of the text
13691         representation.
13692         (tree-widget): Rename :*-control properties to :*-icon properties.
13693         Add :action and :help-echo properties.
13694         (tree-widget-after-toggle-functions): Move.
13695         (tree-widget-close-node, tree-widget-open-node): Remove.
13696         (tree-widget-before-create-icon-functions): New hook.
13697         (tree-widget-value-create): Update to allow customization of icons
13698         and nodes at run-time via that new hook.
13699         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
13700         (tree-widget-icon-action, tree-widget-icon-help-echo)
13701         (tree-widget-action, tree-widget-help-echo): New functions.
13703 2005-08-15  Kim F. Storm  <storm@cua.dk>
13705         * ido.el (ido-buffer-internal): Use with-no-warnings.
13706         (ido-make-merged-file-list): Use while-no-input.
13708 2005-08-15  Richard M. Stallman  <rms@gnu.org>
13710         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
13711         (flyspell-large-region): Fix doc and custom type.
13713 2005-08-14  Richard M. Stallman  <rms@gnu.org>
13715         * files.el (interpreter-mode-alist): Doc fix.
13717         * mail/rmail.el (rmail-nonignored-headers): New variable.
13718         (rmail-clear-headers): Use it.
13719         (rmail-reply): Better handling of mail-followup-to header.
13721         * progmodes/sh-script.el (sh-font-lock-keywords-var):
13722         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
13723         don't try to refer to executable-font-lock-keywords.
13724         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
13725         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
13726         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
13727         (sh-mode): Set comment-start-skip, local-abbrev-table,
13728         imenu-case-fold-search.
13729         (sh-set-shell): Don't set them here.
13730         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
13731         Don't cache the results in the original alist; don't ever modify
13732         that alist.
13734         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
13736         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
13737         empty.
13739 2005-08-15  Andreas Schwab  <schwab@suse.de>
13741         * desktop.el: Put autoload cookie at risky-local-variable declarations.
13743         * dired.el, info.el, mail/rmail.el: Revert last change.
13745 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
13747         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
13748         modification in `eval-after-load' form.
13749         * info.el: Likewise.
13750         * mail/rmail.el: Likewise.
13752 2005-08-14  Juri Linkov  <juri@jurta.org>
13754         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13755         Remove highlighting of "Compilation started".  Highlight only
13756         the word "finished" in "Compilation finished".  Add highlighting
13757         of "interrupt", "killed", "terminated" and the exit code.
13758         (compilation-start): Add newline after header.  Use exactly the
13759         same time stamp format as the finishing message.
13760         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
13762         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
13763         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
13764         Add highlighting of "interrupt", "killed", "terminated".
13766         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
13767         enabled and the current command is self-insert-command, call it
13768         explicitly with overwrite-mode bound to nil, to not allow it
13769         to delete the character after the selected region.
13771 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
13773         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
13774         move-end-of-line, end-of-line, and beginning-of-line to the list
13775         of commands after which the echo area is updated.
13777 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
13779         * cus-edit.el (custom-save-all, custom-save-delete):
13780         Bind recentf-exclude to exclude custom-file.
13782 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
13784         * mail/rmailsum.el (rmail-summary-end-of-message): New command
13785         to go to the bottom of the mail message.  Added to
13786         `rmail-summary-mode-map' with key "/".
13787         (rmail-summary-show-message): New (internal) function for use by
13788         both `rmail-summary-beginning/end-of-message'.
13789         (rmail-summary-beginning-of-message): Change to use
13790         rmail-summary-show-message.
13792         * mail/rmail.el (rmail-end-of-message): New command to go to the
13793         end of the current message.  Added to `rmail-mode-map' with key "/".
13794         (rmail-beginning-of-message): Fix to work as documented.
13795         (rmail-mode): Change documentation.
13797         * progmodes/compile.el (compilation-start): Add the line
13798         "Compilation started" with compilation start time.
13799         (compilation-mode-font-lock-keywords): Add `started' to keywords.
13801 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
13803         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
13804         of menu items.
13806 2005-08-11  Richard M. Stallman  <rms@gnu.org>
13808         * simple.el (pop-global-mark): Reverse test of widen-automatically.
13810         * battery.el (battery-status-function): Don't use ignore-errors.
13812 2005-08-11  Lute Kamstra  <lute@gnu.org>
13814         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
13815         define-obsolete-variable-alias.
13817 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13819         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
13820         (ange-ftp-send-cmd): Revert last change, and expand
13821         the comment explaining the problem.
13823 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
13825         * ldefs-boot.el: Update.
13827         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
13828         item to "Time, Load and Mail".  Change help echo text.
13830         * time.el (display-time-use-mail-icon, display-time-format)
13831         (display-time-string-forms): Shorten first line of docstrings.
13833 2005-08-10  Lars Hansen  <larsh@soem.dk>
13835         * desktop.el (desktop-buffer-mode-handlers):
13836         Make non-customizable.  Add autoload cookie.  Change initial value to
13837         nil; add elements in respective modules instead.  Fix doc string.
13838         (desktop-load-file): New function.
13839         (desktop-minor-mode-handlers): New autoloaded variable.
13840         (desktop-create-buffer): Call minor mode handlers.
13841         Use desktop-load-file to load major and minor mode modules prior to
13842         checking for a handler.
13843         (desktop-save): Don't add nil to desktop-minor-modes for minor
13844         modes with nil function in desktop-minor-mode-table.  Don't delete
13845         desktop file before rewriting it.
13846         (desktop-locals-to-save): Add autoload cookie.  Don't make
13847         automatically buffer-local.  Add variables column-number-mode,
13848         size-indication-mode, indent-tabs-mode,
13849         indicate-buffer-boundaries, indicate-empty-lines and
13850         show-trailing-whitespace.
13851         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
13852         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
13853         (desktop-clear-preserve-buffers-regexp): Delete.
13854         (desktop-clear-preserve-buffers): Update initial value and docstring.
13855         (desktop-save-buffer): Fix doc string.
13857         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
13858         (hilit-chg-desktop-restore): New function.
13859         (highlight-changes-mode): Add highlight-changes-mode to
13860         desktop-locals-to-save.
13862         * dired.el: Add handler to desktop-buffer-mode-handlers.
13863         (dired-restore-desktop-buffer): Remove autoload cookie.
13864         (dired-mode): Add autoload cookie.
13866         * info.el: Add handler to desktop-buffer-mode-handlers.
13867         (Info-restore-desktop-buffer): Remove autoload cookie.
13868         (Info-mode): Add autoload cookie.
13870         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
13871         (mh-restore-desktop-buffer): Remove autoload cookie.
13872         (mh-folder-mode): Add autoload cookie.
13874         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
13875         (rmail-restore-desktop-buffer): Remove autoload cookie.
13877 2005-08-11  Masatake YAMATO  <jet@gyve.org>
13879         * hexl.el (hexl-address-region):
13880         (hexl-ascii-region, hexl-font-lock-keywords):
13881         (hexl-highlight-line-range): Use the term "region"
13882         instead of "area" for consistency with the other symbols
13883         defined in hexl.el.
13885 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
13887         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
13888         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
13889         out by Juri Linkov).  Add `display-battery-mode'.
13891 2005-08-09  Juri Linkov  <juri@jurta.org>
13893         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13894         Remove `-text' from face variable names.
13895         (compilation-error-file-name, compilation-warning-file-name)
13896         (compilation-info-file-name): Delete faces.
13897         (compilation-line-number, compilation-column-number):
13898         Remove face underlining.
13899         (compilation-message-face): Set to `underline' value by default.
13900         (compilation-error-face, compilation-warning-face)
13901         (compilation-info-face): Remove `-file-name' from face names.
13902         (compilation-error-text-face, compilation-warning-text-face)
13903         (compilation-info-text-face): Delete face variables.
13904         (compilation-text-face): Delete function.
13906         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
13907         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
13908         (grep-error-face): Set to `compilation-error' instead of
13909         `compilation-error-face' (which is redefined to `grep-hit-face' in
13910         grep buffers).
13911         (grep-mode-font-lock-keywords): Remove `-text' from face variable
13912         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
13914         * dired-aux.el (dired-do-query-replace-regexp):
13915         Use `query-replace-read-args'.
13917         * replace.el (query-replace-read-from, query-replace-read-to)
13918         (query-replace-read-args): Rename arg `string' to `prompt'.
13920         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
13922 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
13924         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
13925         uploading files.
13926         (ange-ftp-canonize-filename): Handle file names beginning with ~
13927         correctly.
13929 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
13931         * textmodes/fill.el (canonically-space-region)
13932         (fill-context-prefix, fill-french-nobreak-p)
13933         (fill-delete-newlines, fill-comment-paragraph)
13934         (justify-current-line): "?\ " -> "?\s".
13936 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
13938         * textmodes/fill.el (fill-nonuniform-paragraphs):
13939         Improve argument/docstring consistency.
13941 2005-08-09  Richard M. Stallman  <rms@gnu.org>
13943         * textmodes/ispell.el (ispell-word): More fboundp checks.
13945         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
13946         (find-file-noselect-1): Call it here, only if RAWFILE.
13947         (normal-mode): Always set some major mode.
13948         (save-some-buffers-action-alist): Change some explanation strings.
13949         (file-name-non-special): In the `quote' method, use unwind-protect.
13951 2005-08-09  Magnus Henoch  <mange@freemail.hu>
13953         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
13954         (ispell-have-aspell-dictionaries): New variable.
13955         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
13956         (ispell-get-aspell-config-value): New function.
13957         (ispell-aspell-find-dictionary): New function.
13958         (ispell-aspell-add-aliases): New function.
13959         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
13960         appropriate.  Don't look for ispell dictionaries if we use aspell.
13961         (ispell-menu-map): Don't build a submenu of dictionaries.
13963 2005-08-09  Richard M. Stallman  <rms@gnu.org>
13965         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
13966         (sql-read-passwd): Use read-passwd.
13968         * progmodes/idlw-toolbar.el (idlwave-toolbar)
13969         (idlwave-toolbar-is-possible): Add defvars.
13971         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
13972         Avoid warnings.
13974         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
13975         (idlwave-system-class-info, idlwave-executive-commands-alist):
13976         Use defvar.
13978         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
13980         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
13981         Avoid warnings.
13983         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
13984         and content-type: headers.
13986         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
13988         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
13989         and rename some of them to be more self-explanatory.
13991         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
13993         * startup.el (command-line-1): Implement -scriptload.
13995         * replace.el (occur-engine): Initial *Occur* output not undoable.
13997         * menu-bar.el (menu-bar-file-menu): Rename some menu items
13998         and improve help strings.
14000         * isearch.el (isearch-repeat): When changing direction,
14001         mark search successful.
14003         * ediff-init.el: Use (featurep 'xemacs).
14005         * comint.el (send-invisible): Identify buffer, if not selected.
14007         * align.el: Delete autoload for c-guess-basic-syntax.
14009 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
14011         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14012         Improve argument/docstring consistency.  Doc fixes.
14013         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14014         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14015         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14016         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14017         (r2bv-organization, r2bv-pages, r2bv-primary-author)
14018         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14019         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14020         Defvar at compile time.
14022 2005-08-09  Juri Linkov  <juri@jurta.org>
14024         * info.el: Replace `info' with upper-case `Info' where appropriate.
14025         (info-title-1, info-title-2, info-title-3, info-title-4)
14026         (info-menu-header): Move up face definitions.
14027         (info-menu-star): Rename from `info-menu-5'.
14028         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14029         (Info-fontify-visited-nodes): Fix docstring.
14030         (Info-hide-note-references): Fix docstring.
14031         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14032         menu items in the same way as on cross-references.
14033         (info-apropos): Fix sorting order and formatting to be like in the
14034         stand-alone Info browser.  Display error messages for 1 sec.
14035         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
14036         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14037         from the menu bar.
14038         (Info-insert-dir): Restore point after calling
14039         `insert-buffer-substring'.
14041 2005-08-08  Richard M. Stallman  <rms@gnu.org>
14043         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14044         (recompute-lucid-menubar): Add defvars.
14046         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14048         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14050         * net/net-utils.el (run-dig): Rename from `dig'.
14052         * play/gametree.el (gametree-mode): Use make-local-variable,
14053         not make-variable-buffer-local.
14055         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14057         * ansi-color.el (ansi-color-make-extent)
14058         (ansi-color-set-extent-face): Use fboundp, not functionp.
14060         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14061         not make-variable-buffer-local.
14063         * bookmark.el (Info-current-file): Add defvar.
14064         (bookmark-jump-noselect): Use with-no-warnings.
14066         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14068         * ebuff-menu.el (Helper-return-blurb): Add defvar.
14070         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14072         * find-file.el (ada-procedure-start-regexp)
14073         (ada-package-start-regexp): Add defvars.
14075         * info.el (Info-insert-dir): Use insert-buffer-substring.
14077         * xml.el (xml-att-def-re): Add defvar.
14079         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14080         calling convention.
14082         * subr.el (while-no-input): Return t if there is input.
14084 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
14086         * cus-start.el (all): Add `overflow-newline-into-fringe'.
14088 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
14090         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14091         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14093 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
14095         * cmuscheme.el (scheme-start-file): Replace reference to
14096         `user-emacs-directory' by "~/.emacs.d/".
14098 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
14100         * info.el (Info-dir-remove-duplicates): Avoid case folding
14101         in loop; instead, keep downcased strings for comparison.
14102         Suggested by Helmut Eller.
14104 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
14106         Sync with Tramp 2.0.50.
14108         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14109         XEmacs case; not necessary anymore.
14110         (tramp-user-regexp): Allow "@" as part of user name.
14111         (tramp-handle-set-visited-file-modtime)
14112         (tramp-handle-insert-file-contents)
14113         (tramp-handle-write-region): No special handling for
14114         `last-coding-system-used, because this is done in
14115         `tramp-accept-process-output' now.
14116         (tramp-accept-process-output): New defun.
14117         (tramp-process-one-action, tramp-process-one-multi-action)
14118         (tramp-wait-for-regexp, tramp-wait-for-output)
14119         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
14120         Howells <dhowells@redhat.com>.
14121         (clear-visited-file-modtime): Defadvice removed.  The check for
14122         unset buffer's modtime does not need to be based on
14123         `tramp-buffer-file-attributes'.  Suggested by RMS.
14124         (tramp-message): Insert "\n" if not being at beginning of line.
14125         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14126         sequence with same logic.
14127         (tramp-completion-handle-expand-file-name): Discard call of
14128         `tramp-drop-volume-letter'.  It is not necessary, and there have
14129         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14130         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14131         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14132         should always be visible.
14133         (tramp-handle-insert-directory, tramp-setup-complete)
14134         (tramp-set-process-query-on-exit-flag)
14135         (tramp-append-tramp-buffers): Pacify byte-compiler.
14136         (tramp-bug): Delete non-existing variables from list.
14137         Apply `tramp-load-report-modules' as pre-hook.
14138         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14139         `shell-prompt-pattern' because of non-7bit characters.
14140         Reported by Sebastian Luque <sluque@mun.ca>.
14141         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14142         (tramp-match-string-list): Remove function.
14143         (tramp-wait-for-regexp): Remove call of that function.
14144         Suggested by Kim F. Storm <storm@cua.dk>.
14145         (tramp-set-auto-save-file-modes): Use octal integer code #o600
14146         instead of octal character code ?\600.  The latter resulted in a
14147         syntax error with XEmacs.
14149         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14150         XEmacs case; not necessary anymore.
14151         (tramp-smb-handle-write-region): No special handling for
14152         `last-coding-system-used, because this is done in
14153         `tramp-accept-process-output' now.
14154         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14156 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
14158         * wid-edit.el (widget-choice-value-create):
14159         Unconditionally respect user choice.  Set :explicit-choice back to nil
14160         when no longer needed.
14161         (widget-choice-action): Unconditionally respect user choice.
14162         Eliminate :explicit-choice-value.
14164         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14166         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14167         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14168         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14169         running new function `toggle-indicate-empty-lines'.
14170         Rename "Customize" item to "Customize fringe".
14171         Rename "Indicators" item to "Buffer boundaries" and change help echo.
14172         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14173         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14174         Delete "Empty lines only" item.
14175         (menu-bar-showhide-fringe-ind-customize): New function.
14176         (menu-bar-showhide-fringe-ind-mixed)
14177         (menu-bar-showhide-fringe-ind-box)
14178         (menu-bar-showhide-fringe-ind-right)
14179         (menu-bar-showhide-fringe-ind-left)
14180         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14181         instead of `fringe-indicators'.
14183 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14185         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14186         Change the date of last update.
14188 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14190         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14191         (viper-exec-yank, viper-put-back): Don't display modification msg
14192         if in the minibuffer.
14194         * viper-init.el (viper-replace-overlay-cursor-color)
14195         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14196         Make variables frame local.
14198         * viper-util.el (viper-append-filter-alist): Use append instead of
14199         nconc.
14201         * viper.el (viper-vi-state-mode-list)
14202         (viper-emacs-state-mode-list): Move help-mode and
14203         completion-list-mode from the first list to the second.
14204         (viper-mode): Docstring.
14205         (viper-go-away, viper-non-hook-settings): Don't localize
14206         minor-mode-alist in newer Emacsen.  Add advice to
14207         set-cursor-color.  Don't bind "\C-c\\".
14209 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
14211         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14212         (scheme-macro-expand-command): New user options.
14213         (scheme-trace-procedure, scheme-expand-current-form): New commands.
14214         (scheme-form-at-point, scheme-start-file)
14215         (scheme-interactively-start-process): New functions.
14216         (scheme-get-process): New function, extracted from `scheme-proc'.
14217         (run-scheme): Call `scheme-start-file' to get start file, and pass
14218         it to `make-comint'.
14219         (switch-to-scheme, scheme-proc):
14220         Call `scheme-interactively-start-process' if no Scheme buffer/process
14221         is available.
14223 2005-08-06  Juri Linkov  <juri@jurta.org>
14225         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14226         Use `compilation-text-face', `compilation-info-text-face' and
14227         `compilation-error-text-face' instead of `font-lock-keyword-face'.
14228         (compilation-error): New face.
14229         (compilation-error-file-name): Inherit from
14230         `compilation-error' instead of `font-lock-warning-face'.
14231         (compilation-warning-file-name): Inherit from
14232         `compilation-warning' instead of `font-lock-warning-face'.
14233         (compilation-info, compilation-error-file-name)
14234         (compilation-warning-file-name, compilation-info-file-name)
14235         (compilation-line-number, compilation-column-number): Doc fix.
14236         (compilation-error-text-face, compilation-warning-text-face)
14237         (compilation-info-text-face): New face variables.
14238         (compilation-line-face, compilation-column-face)
14239         (compilation-enter-directory-face)
14240         (compilation-leave-directory-face): Doc fix.
14241         (compilation-text-face): New function.
14243         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14244         instead of 1 to display binary file names as info file links.
14245         (grep-error-face): Use `compilation-error-face' instead of
14246         `font-lock-keyword-face'.
14247         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14248         and `compilation-warning-text-face' instead of
14249         `font-lock-keyword-face'.  Use `compilation-error-text-face'
14250         instead of `grep-error-face'.
14252 2005-08-05  Kenichi Handa  <handa@m17n.org>
14254         * international/code-pages.el: Add autoload cookies for all coding
14255         systems.
14257 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
14259         * cus-start.el (all): Put undo.c where it alphabetically belongs.
14261 2005-08-04  Juri Linkov  <juri@jurta.org>
14263         * progmodes/compile.el (compilation-mode-map):
14264         * progmodes/grep.el (grep-mode-map):
14265         Bind TAB to `compilation-next-error' and [backtab] to
14266         `compilation-previous-error'.
14268         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14269         matching line numbers, column numbers and their ranges with regexp
14270         matching only line numbers.
14271         (grep-context-face): New face variable.
14272         (grep-mode-font-lock-keywords): Use it.
14274         * faces.el (read-face-name): Delete duplicate faces.
14276 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
14278         * thumbs.el (thumbs-find-image): Don't make variables
14279         automatically buffer local.
14280         (thumbs-current-tmp-filename, thumbs-current-image-filename)
14281         (thumbs-image-num): Make automatically buffer local.
14282         (thumbs-show-thumbs-list): Use `make-local-variable', not
14283         `make-variable-buffer-local'.
14284         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14286         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14287         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14288         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14289         (bother, bye, canyou, chatlst, continue, deathlst, describe)
14290         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14291         (feelings-about, foullst, found, hello, history, howareyoulst)
14292         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14293         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14294         (neglst, obj, object, owner, please, problems, qlist)
14295         (random-adjective, relation, remlst, repetitive-shortness)
14296         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14297         (shortlst, something, sportslst, stallmanlst, states, subj)
14298         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14299         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14300         Defvar at compile time.
14302         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14303         not `make-variable-buffer-local'.
14305 2005-08-02  Kim F. Storm  <storm@cua.dk>
14307         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14308         rectangle overlay in selected window.
14310 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
14312         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14313         instead of display group.  Make `indicate-buffer-boundaries'
14314         customizable through Custom.
14316 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
14318         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14319         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14320         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14321         (gdb-put-string): Fix typos in docstrings.
14323 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
14325         Update copyright notices of files in progmodes directory for
14326         release of Emacs 22.1.
14328         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14330         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14331         Don't barf if the GUD buffer has been killed.
14333 2005-08-01  Kim F. Storm  <storm@cua.dk>
14335         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14337 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14339         * simple.el (next-error-follow-minor-mode):
14340         make-variable-buffer-local -> make-local-variable.
14342         * emacs-lisp/cl-extra.el: Require CL also when compiling.
14344         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14345         (byte-compile-form-make-variable-buffer-local): New functions to warn
14346         about misuses of make-variable-buffer-local where make-local-variable
14347         was meant.
14349 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
14351         * bs.el (bs-attributes-list): Doc fix.
14352         (bs): Update url-link.
14354         * desktop.el (desktop-save-buffer): Fix typos in docstring.
14355         (desktop-load-default): Simplify.
14357         * ibuffer.el (ibuffer-columnize-and-insert-list)
14358         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14359         (ibuffer-unmark-all, ibuffer-toggle-marks)
14360         (ibuffer-unmark-forward, ibuffer-unmark-backward)
14361         (ibuffer-compile-make-format-form, ibuffer-format-column)
14362         (ibuffer-current-buffers-with-marks)
14363         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14364         (ibuffer): Doc fix.
14365         (ibuffer-mode): Fix typo in docstring.
14366         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14367         with `define-obsolete-variable-alias'.
14368         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
14370 2005-07-29  Kenichi Handa  <handa@m17n.org>
14372         * international/mule-cmds.el (select-message-coding-system):
14373         Be sure to use LF for end-of-line.  If no coding system is decided,
14374         return iso-8859-1-unix.
14376 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14378         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14379         (ange-ftp-pending-error-line): New vars.
14380         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14381         to handle the non-fatal no-route-to-host messages.
14382         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14384 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
14386         * isearch.el (isearch-mode-map, isearch-other-meta-char)
14387         (isearch-quote-char, isearch-printing-char)
14388         (isearch-text-char-description): "?\ " -> "?\s".
14389         (isearch-lazy-highlight-cleanup)
14390         (isearch-lazy-highlight-initial-delay)
14391         (isearch-lazy-highlight-interval)
14392         (isearch-lazy-highlight-max-at-a-time)
14393         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14394         Declare with define-obsolete-*-alias macros.
14395         (isearch-forward): Fix typo in docstring.
14396         (search-invisible, search-ring-yank-pointer)
14397         (regexp-search-ring-yank-pointer): Doc fixes.
14399         * recentf.el (recentf-menu-append-commands-p): Declare with
14400         `define-obsolete-variable-alias'.
14401         (recentf-max-saved-items, recentf-menu-filter)
14402         (recentf-arrange-by-rule-subfilter): Doc fixes.
14403         (recentf-menu-append-commands-flag)
14404         (recentf-initialize-file-name-history, recentf-expand-file-name)
14405         (recentf-clear-data): Fix typos in docstrings.
14407 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
14409         * progmodes/gdb-ui.el: Smarten comments.
14410         (gdb-info-breakpoints-custom): Use nowarn when finding file.
14412 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
14414         * term/apollo.el (terminal-init-apollo): New function containing
14415         all former top level forms in the file.
14416         * term/bobcat.el (terminal-init-bobcat):
14417         * term/cygwin.el (terminal-init-cygwin):
14418         * term/iris-ansi.el (terminal-init-iris-ansi):
14419         * term/linux.el (terminal-init-linux):
14420         * term/news.el (terminal-init-news):
14421         * term/rxvt.el (terminal-init-rxvt):
14422         * term/sun.el (terminal-init-sun):
14423         * term/tvi970.el (terminal-init-tvi970):
14424         * term/vt100.el (terminal-init-vt100):
14425         * term/vt102.el (terminal-init-vt102):
14426         * term/vt125.el (terminal-init-vt125):
14427         * term/vt200.el (terminal-init-vt200):
14428         * term/vt201.el (terminal-init-vt201):
14429         * term/vt220.el (terminal-init-vt220):
14430         * term/vt240.el (terminal-init-vt240):
14431         * term/vt300.el (terminal-init-vt300):
14432         * term/vt320.el (terminal-init-vt320):
14433         * term/vt400.el (terminal-init-vt400):
14434         * term/vt420.el (terminal-init-vt420):
14435         * term/wyse50.el (terminal-init-wyse50):
14436         * term/xterm.el (terminal-init-xterm): Likewise.
14438         * term/README: Describe the terminal-init-* functionality.
14440         * startup.el (command-line): After loading the terminal initialization
14441         file call the corresponding terminal initialization function.
14443 2005-07-27  Kenichi Handa  <handa@m17n.org>
14445         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14446         negative.
14448         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14449         (ps-mule-composition-prologue): Fix for the case that
14450         RelativeCompose is false.
14452 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14454         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14456         * descr-text.el (describe-char): Handle the case where the list of
14457         chars is displayed in a separate frame.
14458         Be a bit more discriminating when looking for the char.
14460 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
14462         * bookmark.el (bookmark-automatically-show-annotations)
14463         (bookmark-read-annotation-text-func): Doc fixes.
14464         (bookmark-save): Improve argument/docstring consistency.
14465         (bookmark-get-bookmark, bookmark-get-bookmark-record)
14466         (bookmark-alist-from-buffer)
14467         (bookmark-upgrade-file-format-from-0)
14468         (bookmark-grok-file-format-version)
14469         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14470         (bookmark-read-annotation-mode)
14471         (bookmark-insert-current-bookmark, bookmark-jump)
14472         (bookmark-exit-hook): Fix typos in docstrings.
14473         (bookmark-exit-hooks): Define as obsolete alias.
14474         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14475         not `bookmark-exit-hooks'.  Fix docstring.
14476         (bookmark-bmenu-select): "?\ " -> "?\s".
14478 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
14480         * startup.el (command-line): Fix typo.
14482 2005-07-24  Richard M. Stallman  <rms@gnu.org>
14484         * tooltip.el (tooltip-mode): Test emacs-basic-display,
14485         not emacs-quick-startup.
14487 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
14489         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14490         (reb-next-match, reb-show-subexp): Use `with-selected-window'
14491         instead of `reb-with-current-window'.
14492         (reb-prev-match): Likewise.  Also, don't move left if the search
14493         was unsuccessful.
14494         (reb-initialize-buffer): New function.
14495         (re-builder, reb-change-syntax): Use it.
14497         * man.el (Man-goto-page): Make second argument NOERROR optional.
14499 2005-07-23  Richard M. Stallman  <rms@gnu.org>
14501         * man.el (Man-bgproc-sentinel): Check here for failure to find
14502         any man page in the output, and report the error here.
14503         (Man-arguments): Make it permanent local.
14504         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
14505         (Man-mode): Pass t for NOERROR.
14507         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
14508         (grep-mode-font-lock-keywords):
14509         Don't use compilation-...-face for messages that are not file names.
14511         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14512         Don't use compilation-...-face for messages that are not file names.
14514 2005-07-22  Juri Linkov  <juri@jurta.org>
14516         * startup.el (normal-splash-screen): Update menu name.
14518         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
14520 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14522         * term/xterm.el: Load term/rxvt if the terminal is actually an
14523         rxvt terminal.
14524         (xterm-rxvt-set-background-mode): Remove, not used anymore.
14526         * term/rxvt.el (function-key-map): Use substitute-key-definition
14527         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
14529         * term/cygwin.el: New file.
14531 2005-07-22  Kim F. Storm  <storm@cua.dk>
14533         * image-file.el (insert-image-file, image-file-yank-handler):
14534         Fix last change to maintain a (unique) yank-handler on yanked images.
14536 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
14538         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
14539         of the file size (as in "177B" for 177 bytes).  This happens with
14540         "ls -lh" on FreeBSD.
14542 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
14544         * hilit-chg.el (highlight-changes-global-initial-state)
14545         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
14546         (hilit-chg-fixup, highlight-changes-mode):
14547         Fix typos in docstrings.
14548         (highlight-changes-global-modes, highlight-changes-rotate-faces):
14549         Doc fixes.
14551 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
14553         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
14554         mode function using `eval-after-load'.
14556 2005-07-21  Kim F. Storm  <storm@cua.dk>
14558         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
14559         included when reporting an emacs crash, and tell about the DEBUG file.
14561         * image-file.el (insert-image-file): Add yank-handler.
14562         (image-file-yank-handler): Yank handler to make unique copies of
14563         images when they are yanked into a buffer next to each other.
14565 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
14567         * comint.el (comint-use-prompt-regexp, comint-send-input)
14568         (comint-source-default, comint-extract-string)
14569         (comint-get-source, comint-word, comint-completion)
14570         (comint-source, comint-prompt-read-only, comint-update-fence):
14571         Fix typos in docstrings.
14572         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
14573         Declare with define-obsolete-*-alias macros.
14574         (comint-previous-matching-input-from-input)
14575         (comint-next-matching-input-from-input)
14576         (comint-previous-matching-input, comint-next-matching-input)
14577         (comint-forward-matching-input):
14578         Improve argument/docstring consistency.
14580         * desktop.el (desktop-clear-preserve-buffers-regexp):
14581         Also preserve the *server* buffer.
14583         * simple.el (clone-indirect-buffer): Doc fix.
14584         (fixup-whitespace, just-one-space)
14585         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
14586         (next-error, next-error-highlight)
14587         (next-error-highlight-no-select, next-error-last-buffer)
14588         (next-error-buffer-p, next-error-find-buffer, next-error)
14589         (previous-error, next-error-no-select, previous-error-no-select)
14590         (open-line, split-line, minibuffer-prompt-width, kill-new)
14591         (binary-overwrite-mode): Fix typos in docstrings.
14592         (set-fill-column): Fix typo in message.
14594         * skeleton.el (skeleton-proxy-new): Doc fix.
14596         * strokes.el (strokes-load-hook): Doc fix.
14597         (strokes-grid-resolution, strokes-get-grid-position)
14598         (strokes-renormalize-to-grid, strokes-read-stroke)
14599         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
14600         (strokes-global-map): Fix typos in docstrings.
14601         (strokes-help): Doc fix.  Fix help message and pass it through
14602         `substitute-command-keys'.
14604         * tempo.el (tempo-insert-prompt, tempo-interactive)
14605         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
14606         (tempo-insert-string-functions, tempo-local-tags)
14607         (tempo-define-template, tempo-insert-template)
14608         (tempo-insert-prompt-compat, tempo-is-user-element)
14609         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
14610         Fix typos in docstrings.
14612         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
14613         (vcursor-key-bindings, vcursor-use-vcursor-map)
14614         (vcursor-find-window, vcursor-scroll-down)
14615         (vcursor-disable, vcursor-beginning-of-buffer)
14616         (vcursor-end-of-buffer): Fix typos in docstrings.
14617         (vcursor-relative-move, vcursor-get-char-count):
14618         Improve argument/docstring consistency.
14620         * version.el: "?\ " -> "?\s".
14622         * wid-edit.el (widget-default-create, widget-after-change)
14623         (widget-default-format-handler, widget-checklist-add-item)
14624         (widget-radio-add-item, widget-choose, widget-specify-secret)
14625         (widget-field-value-create, widget-field-value-get)
14626         (widget-editable-list-format-handler)
14627         (widget-editable-list-entry-create, widget-group-value-create)
14628         (widget-documentation-link-add)
14629         (widget-documentation-string-value-create): "?\ " -> "?\s".
14630         (widget-convert-text): Doc fix.
14631         (widget-narrow-to-field, widget-field-find)
14632         (widget-url-link-action, widget-emacs-library-link-action)
14633         (widget-color-notify): Fix typos in docstrings.
14635         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
14636         (x-select-text, set-w32-system-coding-system)
14637         (w32-add-charset-info): Fix typos in docstrings.
14639         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
14640         (cua-enable-cua-keys, cua-use-hyper-key)
14641         (cua-virtual-rectangle-edges): Fix typos in docstrings.
14642         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
14644         * net/tramp.el (tramp-handle-load): Fix typo in error message.
14646         * emacs-lisp/re-builder.el (regexp-builder): Declare with
14647         `defalias' instead of faking it.
14649         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
14650         (eshell-ls-missing, eshell-ls-dired-initial-args)
14651         (eshell-ls-use-in-dired): Fix typos in docstrings.
14653 2005-07-20  Kim F. Storm  <storm@cua.dk>
14655         * emulation/cua-base.el (cua-mode): Improve doc string.
14657 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
14659         * abbrev.el (expand-region-abbrevs): Doc fix.
14660         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
14661         Improve argument/docstring consistency.
14663         * arc-mode.el (archive-get-descr, archive-alternate-display):
14664         Doc fixes.
14665         (archive-l-e): Improve argument/docstring consistency.
14666         (archive-tmpdir, archive-unixdate, archive-unixtime)
14667         (archive-chmod-entry): Fix typos in docstrings.
14668         (archive-unflag, archive-unflag-backwards)
14669         (archive-unmark-all-files): "?\ " -> "?\s".
14671         * buff-menu.el (Buffer-menu-unmark): Doc fix.
14672         (Buffer-menu-not-modified, Buffer-menu-execute)
14673         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
14674         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
14676         * composite.el (compose-string, encode-composition-rule)
14677         (compose-last-chars): Fix typos in docstrings.
14679         * desktop.el (desktop-enable, desktop-basefilename):
14680         Declare with `define-obsolete-variable-alias'.
14681         (desktop-internal-v2s): Don't quote keywords.
14682         (desktop-clear): "?\ " -> "?\s".
14684         * dired.el (dired-align-file, dired-flag-backup-files)
14685         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
14686         (dired-listing-switches, dired-ls-F-marks-symlinks)
14687         (dired-dwim-target, dired-load-hook, dired-mode-hook)
14688         (dired-directory, dired-faces, dired, dired-revert)
14689         (dired-mode, dired-summary, dired-view-file)
14690         (dired-copy-filename-as-kill, dired-delete-file)
14691         (dired-no-confirm, dired-unmark-all-marks)
14692         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
14693         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
14694         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
14695         Fix typos in message strings.
14697         * dired-x.el (virtual-dired): Declare with `defalias'.
14698         (dired-mark-unmarked-files, dired-local-variables-file)
14699         (dired-omit-here-always): Doc fix.
14700         (dired-omit-mode, dired-find-subdir)
14701         (dired-enable-local-variables, dired-clean-up-buffers-too)
14702         (dired-extra-startup, dired-mark-extension, dired-jump)
14703         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
14704         (dired-smart-shell-command, dired-guess-shell-alist-user)
14705         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
14706         (dired-x-bind-find-file, dired-x-submit-report):
14707         Fix typos in docstrings.
14708         (dired-mark-unmarked-files): "?\ " -> "?\s".
14710         * dirtrack.el (dirtrack-list): Fix typos in docstring.
14712         * faces.el (describe-face): "?\ " -> "?\s".
14713         (read-all-face-attributes, read-face-font, modify-face)
14714         (face-attr-construct, italic): Fix typos in docstrings.
14715         (frame-update-face-colors): Declare with
14716         `define-obsolete-function-alias'.
14718         * files.el (find-file-noselect, recode-file-name): Doc fixes.
14719         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
14720         (magic-mode-alist, buffer-file-numbers-unique)
14721         (write-file-functions, get-free-disk-space):
14722         Fix typos in docstrings.
14723         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
14724         (write-contents-hooks, write-file-hooks):
14725         Declare with `define-obsolete-variable-alias'.
14727         * forms-d2.el (arch-rj): Fix typo in docstrings.
14728         (arch-tocol): Likewise.  "?\ " -> "?\s".
14730         * frame.el (set-frame-font, cursor-in-non-selected-windows):
14731         Fix typo in docstring.
14732         (set-screen-width, set-screen-height): Delete redundant info in
14733         doctrings.
14734         (new-frame, screen-height, screen-width): Declare with
14735         `define-obsolete-function-alias'.
14736         (delete-frame-hook, blink-cursor): Declare with
14737         `define-obsolete-variable-alias'.
14739         * paths.el (prune-directory-list): Fix typos in docstring.
14741         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
14742         (cvs-prefix-get): Fix typos in docstrings.
14744         * ps-print.el (ps-extend-face-list, ps-extend-face)
14745         (ps-print-background-image): Fix typos in docstrings.
14746         (ps-default-fg, ps-default-bg): Doc fixes.
14748         * s-region.el (s-region-bind): Doc fix.
14749         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
14751         * textmodes/org.el (org-table-formula-substitute-names)
14752         (org-table-get-vertical-vector): Doc fixes.
14753         (org-table-recalculate): Remove unused argument to `message'.
14755 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
14757         * textmodes/org.el (org-table-column-names)
14758         (org-table-column-name-regexp)
14759         (org-table-named-field-locations): New variables.
14760         (org-archive-subtree): Protect `this-command' when calling
14761         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
14762         the kill buffer.
14763         (org-complete): Remove fixed-formula completion.
14764         (org-edit-formulas-map): New variable.
14765         (org-table-edit-formulas): New command.
14766         (org-finish-edit-formulas, org-abort-edit-formulas)
14767         (org-show-variable, org-table-get-vertical-vector): New functions.
14768         (org-table-maybe-eval-formula): Handle `:=' fields.
14769         (org-table-get-stored-formulas, org-table-store-formulas)
14770         (org-table-get-formula, org-table-modify-formulas)
14771         (org-table-replace-in-formulas): Handle named field formulas.
14772         (org-table-get-specials): Store locations of named fields.
14774 2005-07-19  Juri Linkov  <juri@jurta.org>
14776         * progmodes/grep.el (grep-regexp-alist)
14777         (grep-mode-font-lock-keywords, grep-process-setup):
14778         Use default GNU grep match color "01;31m" instead of "01;41m".
14779         (grep-regexp-alist, grep-mode-font-lock-keywords):
14780         Use `\\[[0-9]*m' instead of `\\[00m'.
14781         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
14782         sgr_start where its handling is more important.  Use the real
14783         length of sgr_start instead of constant 8.
14784         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
14785         specially.  Delete all remaining escape sequences.
14786         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
14787         (grep-regexp-alist): Make hyperlink only for binary file name
14788         instead of the whole line.
14789         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
14790         (grep-mode): Add autoload.
14792         * emacs-lisp/find-func.el (find-function-regexp):
14793         Add `define-compilation-mode'.
14795 2005-07-19  Juri Linkov  <juri@jurta.org>
14797         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
14798         (compare-windows-sync-string-size, compare-windows-recenter)
14799         (compare-windows-highlight, compare-windows): Add version 22.1.
14800         (compare-windows) <defface>: Inherit from lazy-highlight instead
14801         of duplicating its default value.
14803         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
14804         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
14806         * descr-text.el (describe-char): Create link buttons for `charset'
14807         and `code point'.  Add the current input method name with a link
14808         button to `to input' field.  Print face names of display table
14809         characters in `The display table entry is displayed by' section
14810         instead of printing face-id in the `display' field.
14811         Guess hardcoded faces and create a link button for them.
14812         Skip empty fields when calculating max-width.
14813         Treat `widget-create' specially while inserting strings from the
14814         collected field list.
14815         (describe-char-after): Made obsolete in version 22.1, not 21.5.
14817         * diff-mode.el (diff-file-header): Change foreground color from
14818         yellow to green on light backgrounds.
14819         (diff-context): Inherit from `shadow' only for color/grayscale
14820         with more than 88 colors.
14821         (diff-indicator-removed, diff-indicator-added)
14822         (diff-indicator-changed): New faces.
14823         (diff-font-lock-keywords): Use new faces.  Regroup rules.
14824         Add "^---$" for `normal' diff format.  Fontify `#' lines with
14825         font-lock-comment-delimiter-face and font-lock-comment-face.
14826         Add `#' to ^[^...] in the rule for `diff-context-face'.
14828         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
14829         a button-like box.  Inherit from `highlight' on low colors.
14830         (shadow): Use shades of gray only for color/grayscale with
14831         more than 88 colors.  Use green for light backgrounds with
14832         8 colors, and yellow for dark backgrounds with 8 colors.
14834         * font-lock.el (font-lock-regexp-grouping-backslash):
14835         Don't inherit from escape-glyph (use bold for all cases).
14837         * info.el (info-xref-visited): Use light foreground color `violet'
14838         for dark backgrounds instead of dark color `magenta3'.
14839         (info-title-1): Use `yellow' color for dark backgrounds.
14841         * isearch.el (isearch): Use not-too-dark magenta3 instead of
14842         too-light magenta2.
14844         * replace.el (match): Use slightly more light RoyalBlue3 instead
14845         of dark RoyalBlue4.
14847         * wid-edit.el (widget-inactive): Inherit from `shadow'.
14849 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
14851         * novice.el (disabled-command-hook): Declare it with
14852         `define-obsolete-variable-alias'.
14854         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
14855         (desktop-buffer-misc-functions, desktop-buffer-handlers)
14856         (desktop-load-default): Add release to obsolescence info.
14857         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
14858         (desktop-append-buffer-args, desktop-read):
14859         Fix typos in docstrings.
14860         (desktop-kill): Fix typo in message.
14861         (desktop-save): Doc fix.
14863 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14865         * viper-cmd.el (viper-escape-to-state): Bug fix.
14866         (viper-envelop-ESC-key): Change the definition of fast
14867         keysequence so it'll work with keyboard macros.
14869         * ediff.el (ediff-patch-buffer): Change the docstring.
14871 2005-07-19  Kenichi Handa  <handa@m17n.org>
14873         * international/mule-cmds.el (select-safe-coding-system): Try to
14874         use an auto-coding (if any) before anything else.  If the found
14875         auto-coding is invalid, show a warning message.
14877         * international/mule.el (find-auto-coding): New function created
14878         by modifying the body of set-auto-coding.
14879         (set-auto-coding): Use find-auto-coding to find a coding.
14881 2005-07-18  Richard M. Stallman  <rms@gnu.org>
14883         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
14884         not isearch-mode-end-hook-error.
14885         (allout-before-change-protect): Fix error message.
14887 2005-07-18  Juri Linkov  <juri@jurta.org>
14889         * allout.el (allout-mode):
14890         * calculator.el (calculator-copy):
14891         * custom.el (custom-known-themes):
14892         * dired.el (dired-desktop-buffer-misc-data)
14893         (dired-restore-desktop-buffer):
14894         * dired-x.el (dired-omit-marker-char):
14895         * files.el (basic-save-buffer):
14896         * font-core.el (font-lock-mode):
14897         * calendar/calendar.el (calendar-goto-hebrew-date)
14898         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
14899         (calendar-goto-persian-date):
14900         * language/ethio-util.el (ethio-sera-to-fidel-region):
14901         * textmodes/picture.el (picture-mode):
14902         Delete duplicate duplicate words.
14904 2005-07-18  Juri Linkov  <juri@jurta.org>
14906         * isearch.el (isearch-mode-map): Remove key bindings for regexp
14907         chars * ? } |.
14908         (isearch-fallback): Don't call `isearch-process-search-char'.
14909         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
14910         (isearch-process-search-char): Call `isearch-fallback' for regexp
14911         chars * ? } |.
14912         (isearch-return-char): Make obsolete with `make-obsolete' instead
14913         of simply documenting it as obsolete in the docstring.
14914         (isearch-fallback): Refill docstring.
14916         * international/isearch-x.el
14917         (isearch-process-search-multibyte-characters): Remove unneeded
14918         `concat'.  Add intermediate values to `junk-hist' instead of
14919         `minibuffer-history'.  Test the length of `str'.
14921 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
14923         * allout.el (allout-resolve-xref): Fix typos in error strings.
14924         (allout-before-change-protect): Remove unneeded `concat'.
14926         * array.el (array-mode, array-reconfigure-rows)
14927         (untabify-backward): Fix typos in docstrings.
14928         (array-reconfigure-rows): Use `insert-buffer-substring', not
14929         `insert-buffer'.
14931         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
14932         * progmodes/ada-mode.el (ada-make-body):
14933         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
14935         * dired.el (dired-log):
14936         * tar-mode.el (tar-subfile-save-buffer):
14937         * play/zone.el (zone-pgm-stress-destress):
14938         Use `insert-buffer-substring', not `insert-buffer'.
14940 2005-07-17  Simon Josefsson  <jas@extundo.com>
14942         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
14944 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
14946         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
14947         Add plain auth method.
14948         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
14950 2005-07-17  Kim F. Storm  <storm@cua.dk>
14952         * ido.el (dired-other-window): Add ido property.
14954 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
14956         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14957         Fix typo in docstring.
14958         (byte-compile-interactive-only-functions): Add `insert-buffer' and
14959         `insert-file-literally'.
14961         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
14962         info and delete redundant message.  Doc fix.
14963         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
14964         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
14966 2005-07-16  Richard M. Stallman  <rms@gnu.org>
14968         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
14969         (byte-compile-and): Use byte-compile-and-recursion.
14970         (byte-compile-or-recursion): New function.
14971         (byte-compile-or): Use that.
14972         (byte-compile-if): Guard the else-clause too.
14973         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
14975         * isearch.el (isearch-mode-end-hook-quit): New variable.
14976         (isearch-done): Bind it.
14977         (isearch-mode-end-hook): Doc fix.
14979         * allout.el (allout-isearch-did-quit): Variable deleted.
14980         (allout-real-isearch-abort): Function name no longer used.
14981         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
14982         (allout-isearch-rectification): isearch-mode always exists.
14983         Don't set allout-isearch-did-quit.
14984         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
14985         allout-isearch-did-quit.
14986         (allout-enwrap-isearch): Just add the hook.
14987         (allout-isearch-abort): Function deleted.
14988         (allout-pre-command-business): Avoid warning.
14990         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
14991         Correctly avoid warnings.
14992         (pascal-outline): Likewise.
14994         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
14996         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
14998         * play/tetris.el (tetris-mode): Avoid warning.
15000         * play/snake.el (snake-mode): Avoid warning.
15002         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15003         (gamegrid-set-display-table): Avoid warning.
15004         (gamegrid-set-timer): Likewise.
15005         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15006         (gamegrid-add-score-with-update-game-score-1): Take FILE
15007         as argument.
15008         (gamegrid-add-score-with-update-game-score): Pass that argument.
15009         Rename have-shared-game-dir to gamegrid-shared-game-dir.
15011         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15013         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15014         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15016         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15017         and insert-file.
15019         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15020         (sc-ask): Avoid warnings.
15022         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15023         (eshell-hist-initialize): Use that var the natural way.
15025         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15027         * emacs-lisp/re-builder.el (reb-cook-regexp):
15028         Avoid warning calling lre-compile-string.
15029         (reb-color-display-p): Avoid warning.
15031         * calculator.el (calculator-last-input): Guard uses
15032         of event-key and key-press-event-p.
15033         (event-key, key-press-event-p): Delete definitions.
15035         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15036         (find-gc-source-directory, find-gc-subrs-callers)
15037         (find-gc-noreturn-list, find-gc-source-files)
15038         (find-gc-subrs-called): Vars renamed and defvar'd.
15040         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15041         (checkdoc-overlay-put, checkdoc-delete-overlay)
15042         (checkdoc-overlay-start, checkdoc-overlay-end)
15043         (checkdoc-mode-line-update, checkdoc-char=):
15044         Define such that compiler knows they are defined.
15045         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
15046         (checkdoc-read-event): Delete.  Use read-event directly.
15048         * whitespace.el (whitespace-make-overlay)
15049         (whitespace-overlay-put, whitespace-delete-overlay)
15050         (whitespace-overlay-start, whitespace-overlay-end):
15051         Define such that compiler knows they are defined.
15052         (whitespace): Move conditional inside.
15054         * tempo.el (tempo-insert-template): Suppress warning.
15056         * ediff-diff.el (longlines-mode): Add defvar.
15058 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
15060         * server.el: Bind "C-x #" in a way that works even if C-x is
15061         redefined to a command key, not a prefix key.
15063 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
15065         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15066         cl-make-type-test till execution time.
15068 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
15070         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15071         arg ARG and use it.
15073 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
15075         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15077 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
15079         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15080         a defcustom with two :set or :type keywords.
15082 2005-07-15  Richard M. Stallman  <rms@gnu.org>
15084         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15085         Don't give ^M comment-end syntax.
15087 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
15089         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15090         Don't consider gdbmi (gdb-mi.el has its own update functions).
15091         (gdb-var-delete): Make it work for gdbmi as well.
15092         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15094         * progmodes/gud.el (etags, sdb): Only require etags when needed.
15095         (gud-speedbar-menu-items): Correct logic for enabling items.
15097 2005-07-15  Kim F. Storm  <storm@cua.dk>
15099         * ido.el: Fix commentary.
15100         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15101         Use with-no-warnings around ffap-guesser.
15102         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15103         Let bind minibuffer-completing-file-name to t.
15105 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
15107         * startup.el (site-run-file, keyboard-type): Doc fixes.
15108         (command-line): Check for "--basic-display" argument; also for
15109         "--quick", not "--bare-bones" (which was renamed).
15110         (fancy-splash-text): Add missing item "Getting New Versions".
15111         (normal-splash-screen): Fix typos and improve consistency with
15112         `fancy-splash-text'.  Update copyright year.
15114         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15115         valid binding for `help-char'.
15117         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15119 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
15121         * term.el (term-mode): Disable cua-mode for term buffers.
15123 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
15125         * add-log.el (add-log-mailing-address, change-log-merge):
15126         Doc fixes.
15127         (change-log-get-method-definition): Fix typo in docstring.
15129 2005-07-14  Kim F. Storm  <storm@cua.dk>
15131         * emulation/cua-base.el:
15132         (cua--pre-command-handler-1, cua--pre-command-handler)
15133         (cua--post-command-handler-1, cua--post-command-handler):
15134         Split in two.  Check (buffer local) value of cua-mode.
15135         (cua-selection-mode): New command.
15137 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
15139         * custom.el (custom-initialize-safe-set)
15140         (custom-initialize-safe-default): Doc fixes.
15142         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15143         and simplify :init-value again.
15145         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15146         and simplify :init-value again.  Delete autoload.
15148         * startup.el (command-line): Use `custom-reevaluate-setting' again
15149         for tooltip-mode.
15151         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15152         a defcustom with two :initialize keywords.
15154 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
15156         * allout.el (my-mark-marker, allout-isearch-prior-pos)
15157         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15158         (allout-post-command-business, allout-flag-region)
15159         (isearch-reenable-font-lock, allout-yank)
15160         (allout-insert-latex-header, allout-insert-latex-trailer)
15161         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15162         (allout-latex-verb-quote): Fix typos in docstrings.
15163         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15164         (allout-unprotected, allout-prefix-data):
15165         Improve argument/docstring consistency.
15166         (allout-chart-subtree): Fix argument spec.
15167         (allout-open-topic): Rename `use_sib_bullet' argument to
15168         `use-sib-bullet'.  Doc fix.
15170         * whitespace.el (whitespace-check-buffer-leading)
15171         (whitespace-check-buffer-trailing)
15172         (whitespace-check-buffer-indent)
15173         (whitespace-check-buffer-spacetab)
15174         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15175         (whitespace-check-leading-whitespace)
15176         (whitespace-check-trailing-whitespace)
15177         (whitespace-check-spacetab-whitespace)
15178         (whitespace-check-indent-whitespace)
15179         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15180         (whitespace-modes): Fix typos in docstrings.
15181         (defgroup, defcustom): Doc fixes.
15183         * winner.el (winner-mode, winner-boring-buffers)
15184         (winner-pending-undo-ring): Doc fixes.
15185         (winner-ring): Remove unneeded `progn'.
15186         (winner-equal): `defsubst' it.
15187         (winner-redo): Fix message.
15189 2005-07-13  Kim F. Storm  <storm@cua.dk>
15191         * simple.el (line-move-1): Always use vertical-motion to
15192         do the last (or only) line move to ensure some movement.
15193         Undo 2005-06-23 change--don't check for overlays.
15195 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15197         * term/mac-win.el (ccl-encode-mac-roman-font)
15198         (ccl-encode-mac-centraleurroman-font)
15199         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15200         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15201         Change charset-id boundary of dimension to ?\xef.
15202         (mac-char-fontspec-list): New constant.
15203         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
15204         argument.  Nil uses itself as family in font-spec.  Previous
15205         behavior for nil is now provided by non-nil non-string argument.
15206         All callers changed.  Add font-specs for Mac fonts to
15207         "fontset-default" unless iso8859-1 fonts are installed.
15209 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15211         * progmodes/sh-script.el (sh-get-indent-info): Only indent
15212         a continuation line if the \ is preceded by SPC or TAB.
15213         (sh-get-indent-info): Simplify.
15214         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15215         Use with-current-buffer.
15217         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15218         when the matched text is empty.
15220 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
15222         * startup.el (command-line): Revert to previous handling of
15223         tooltip-mode.  Explain in comment why the complexity is needed.
15225         * tooltip.el (tooltip-mode): Revert to previous implementation of
15226         its defcustom.
15228         * frame.el (blink-cursor-mode): Revert to previous implementation
15229         of its defcustom.  Update comment.
15231 2005-07-12  Lars Hansen  <larsh@soem.dk>
15233         * desktop.el: Update e-mail address.
15235 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15237         * term/mac-win.el (mac-services-mail-selection)
15238         (mac-services-mail-to): New functions.
15239         (mac-application-menu-map): Bind them.
15241 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
15243         * progmodes/gdb-ui.el: Add note about buffering with Windows.
15245 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
15247         * custom.el (custom-reevaluate-setting): Doc fix.
15249 2005-07-11  Jay Belanger  <belanger@truman.edu>
15251         * calc/calc.el (calc-embedded-announce-formula-alist)
15252         (calc-embedded-open-close-plain-alist)
15253         (calc-embedded-open-close-mode-alist): Add checks for additional
15254         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15256 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
15258         * custom.el (custom-enable-theme): Don't add theme to
15259         `custom-enabled-themes' with `push' because there is no
15260         setf-method for `delq'.
15262 2005-07-11  Richard M. Stallman  <rms@gnu.org>
15264         * custom.el (custom-declare-variable): Doc fix.
15266         * dired-aux.el (dired-compare-directories): Remove "." and ".."
15267         from the alists.
15269         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15270         Do nothing if edebug-active.
15272         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15273         (edebug-display): Do it here instead.
15275 2005-07-10  Richard M. Stallman  <rms@gnu.org>
15277         * cus-face.el (custom-theme-set-faces): Make it work.
15278         (custom-reset-faces): Doc fix.
15279         (custom-theme-reset-internal-face, custom-theme-face-value):
15280         Functions deleted.
15282         * custom.el (custom-push-theme): Maintain list of the settings
15283         of a given theme in its theme-settings property.
15284         Maintain position of old settings in the theme-value
15285         or theme-face property.
15286         (custom-enabled-themes): New variable.
15287         (custom-theme-enabled-p): New function.
15288         (provide-theme): Update custom-enabled-themes.
15289         Disable and reenable the `user' theme.
15290         (require-theme): Doc fix.
15291         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15292         (custom-theme-value, custom-theme-variable-value): Likewise.
15293         (custom-theme-reset-internal): Likewise.
15294         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15295         (custom-enable-theme, custom-disable-theme): New functions.
15296         (custom-variable-theme-value, custom-face-theme-value): Likewise.
15297         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15298         (custom-theme-reset-variables): Simplify.
15299         (deftheme, custom-declare-theme, custom-make-theme-feature):
15300         Definitions moved.
15302 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
15304         * longlines.el (longlines-show-region)
15305         (longlines-unshow-hard-newlines): Recognize hard newlines by
15306         non-nil hard property, instead of t.
15308 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
15310         * viper-cmd.el (viper--key-maps): New variable.
15311         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15312         emulation-mode-map-alists.
15313         (viper-envelop-ESC-key): Use viper-subseq.
15314         (viper-search-forward/backward/next): Disable debug-on-error.
15316         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15317         (viper-ESC-key): New defcustoms.
15319         * viper-macs.el (ex-map-read-args): Use viper-subseq.
15321         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15322         (viper-subseq): Copy of subseq from cl.el.
15324         * viper.el (viper-go-away, viper-set-hooks): Use
15325         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15327         * viper-mous.el (viper-current-frame-saved): Use defvar.
15329         * viper-init.el: Get rid of -face in face names.
15331         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15332         Make it work with longlines mode
15334         * ediff-mult.el (ediff-meta-mode-hook): New variable.
15336         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15338         * ediff-init.el: Get rid of -face in face names.
15340 2005-07-10  Richard M. Stallman  <rms@gnu.org>
15342         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15343         and with-timeout-unsuspend.
15345         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15346         and with-timeout-unsuspend.
15348         * emacs-lisp/timer.el (with-timeout-timers): New variable.
15349         (with-timeout): Bind that variable to record timers.
15350         (with-timeout-suspend, with-timeout-unsuspend): New functions.
15352         * emacs-lisp/debug.el (debug-help-follow): New function.
15353         (debugger-mode-map): Use that instead of help-follow.
15354         (debugger-setup-buffer): Use eval-buffer-list
15355         to handle eval-buffer frames.
15357 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
15359         * timezone.el (timezone-parse-date): Change first regexp
15360         so it will not mistakenly match dates with no time zone.
15362 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
15364         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15366 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
15368         * custom.el (custom-initialize-safe-set)
15369         (custom-initialize-safe-default): New functions.
15371         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15372         and simplify :init-value.
15374         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15375         and simplify :init-value.  Delete obsolete comment.
15377         * startup.el (command-line): Use `custom-reevaluate-setting' to
15378         handle `tooltip-mode'.  Delete obsolete comment.
15380         * files.el (set-visited-file-name): Avoid calling
15381         `file-name-nondirectory' with a nil argument.
15383 2005-07-09  Richard M. Stallman  <rms@gnu.org>
15385         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15386         was called with nil for the buffer, handle the read position right.
15387         Handle read position for eval-region, too.
15389 2005-07-09  Juri Linkov  <juri@jurta.org>
15391         * fringe.el (fringe-mode): Add period in docstring.
15392         (fringe-query-style): Build prompt depending on `all-frames' arg.
15394         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15395         to not create links to unrelated functions in the Help buffer.
15397         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15398         Doc fix.
15400         * simple.el (next-error-hook): New variable.
15401         (next-error): Use it.  Doc fix.
15403         * textmodes/ispell.el (ispell-command-loop): Add current
15404         dictionary name and program name to mode-line-format.
15405         (ispell-region, ispell-process-line): Add current dictionary name
15406         and program name to messages.
15408 2005-07-08  Jay Belanger  <belanger@truman.edu>
15410         * calc/calc.el (calc-embedded-announce-formula-alist)
15411         (calc-embedded-open-close-formula-alist)
15412         (calc-embedded-open-close-word-alist)
15413         (calc-embedded-open-close-plain-alist)
15414         (calc-embedded-open-close-new-formula-alist)
15415         (calc-embedded-open-close-mode-alist)
15416         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15417         (calc-embedded-mode-hook): New variables.
15419         * calc/calc-embed.el (calc-embedded-firsttime)
15420         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15421         New variables.
15422         (calc-do-embedded): Use calc-embedded-firsttime,
15423         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15424         determine whether or not to run hooks.
15425         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15426         calc-embedded-firsttime-formula appropriately.
15427         Set calc-embedded delimiter variables according to mode.
15429 2005-07-08  Richard M. Stallman  <rms@gnu.org>
15431         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15432         Check for "emacs", etc., as entire symbol, not just as word.
15433         (checkdoc-file-comments-engine): Use regexp-quote on FN.
15435         * files.el (set-visited-file-name): Report the error
15436         for "empty filename" earlier.
15437         (kill-some-buffers): Ignore buffers already dead.
15439         * fringe.el (fringe-mode): Doc fix.
15441         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15442         Check for (featurep 'xemacs) and turn off warnings in what it guards.
15443         Use unwind-protect to ensure byte-compile-unresolved-functions
15444         is updated.
15446         * whitespace.el (whitespace-buffer-leading-cleanup):
15447         Simplify w/ skip-chars-forward.
15448         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15450         * mail/rmail.el (rmail-only-expunge): Fix paren error.
15451         Unconditionally try to leave point at the same old place.
15453 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
15455         * comint.el (comint-postoutput-scroll-to-bottom)
15456         (comint-show-maximum-output): Take scroll-margin into consideration.
15458 2005-07-08  Kim F. Storm  <storm@cua.dk>
15460         * ido.el (ido-use-filename-at-point): New choice `guess'.
15461         (ido-file-internal): Try ffap-guesser if selected.
15463         * ido.el (ido-before-fallback-functions): New hook.
15464         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15465         (ido-read-file-name): Run it.
15467 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15469         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15470         strings rather than a list of symbols to the completion function.
15472 2005-07-07  Jay Belanger  <belanger@truman.edu>
15474         * calc/calc-units.el (math-apply-units): Change the places in
15475         which units are simplified.
15477 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
15479         * cus-edit.el (customize-option, customize-option-other-window):
15480         Make them handle aliases.
15482         * custom.el (custom-variable-p): Make it recursively follow
15483         aliases.  Mention that in the docstring.
15485 2005-07-07  Richard M. Stallman  <rms@gnu.org>
15487         * cus-start.el (exec-path): Use `directory' instead of `file'.
15488         Fix tag for nil.
15490 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
15492         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15493         when called non-interactively.  Doc fix.
15495 2005-07-07  Lute Kamstra  <lute@gnu.org>
15497         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15498         new address as well.
15500 2005-07-07  Kenichi Handa  <handa@m17n.org>
15502         * international/mule.el (make-coding-system):
15503         Describe `ascii-incompatible' property in the docstring.
15504         (set-file-name-coding-system): Signal an error if coding-system is
15505         ascii-incompatible.
15506         (set-keyboard-coding-system): Likewise.
15508         * international/mule-cmds.el (set-default-coding-systems):
15509         Don't set default-file-name-coding-system and
15510         default-keyboard-coding-system if coding-system is ASCII-incompatible.
15512         * international/utf-16.el: Declare that all UTF-16-based coding
15513         systems are ASCII-incompatible.
15515 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
15517         * progmodes/gud.el: Require font-lock for displaying errors.
15518         Used by gdb-ui.el.
15520 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
15522         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
15523         values for the pattern lists which are `read'able but not
15524         `append'able (like symbols).
15526 2005-07-06  Richard M. Stallman  <rms@gnu.org>
15528         * progmodes/flymake.el (flymake-float-time): Instead of
15529         with-no-warnings, test for xemacs.
15530         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
15531         to avoid warning.
15533 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
15535         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
15537 2005-07-05  Lute Kamstra  <lute@gnu.org>
15539         * battery.el: Add support for Darwin (with much debugging help
15540         from Samuel Lauber <sam124@operamail.com>).
15541         (battery-status-function, battery-echo-area-format)
15542         (battery-mode-line-format): Add support for pmset on Darwin.
15543         (battery-load-low, battery-load-critical): New user options.
15544         (battery-pmset): New function.
15546 2005-07-05  Lute Kamstra  <lute@gnu.org>
15548         Update FSF's address in GPL notices.
15550         * textmodes/page-ext.el: Update FSF's address.
15552 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15554         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
15555         filling from using prefix when filling a single-line docstring.
15557         * progmodes/flymake.el: Remove useless eval-when-compile.
15559         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
15561 2005-07-04  Richard M. Stallman  <rms@gnu.org>
15563         * textmodes/org.el (org-file-apps-defaults-gnu):
15564         Rename from org-file-apps-defaults-linux.
15565         (org-default-apps): Don't test system-type for `linux'.
15566         (org-file-apps): Doc fix.
15568 2005-07-04  David Ponce  <david@dponce.com>
15570         * tree-widget.el: Improve header Commentary section.
15571         (tree-widget) [defgroup]
15572         (tree-widget-image-enable, tree-widget-themes-directory)
15573         (tree-widget-theme, tree-widget-image-properties-emacs)
15574         (tree-widget-image-properties-xemacs, tree-widget-create-image)
15575         (tree-widget-image-formats, tree-widget-control)
15576         (tree-widget-empty-control, tree-widget-leaf-control
15577         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
15578         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
15579         (tree-widget-keep, tree-widget-after-toggle-functions)
15580         (tree-widget-open-node, tree-widget-close-node): Doc fix.
15581         (tree-widget-open-control, tree-widget-close-control): Fix doc and
15582         :help-echo message.
15583         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
15584         (tree-widget-image-properties): Doc fix.  Clearer implementation.
15585         (tree-widget--cursors): New constant.
15586         (tree-widget-lookup-image): New function split from
15587         `tree-widget-find-image'.  Clearer implementation.
15588         (tree-widget-find-image): Use it.
15589         (tree-widget-button-keymap): Use `set-keymap-parent'.
15590         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
15591         Define the sub-widgets here.
15592         (tree-widget-node): Check that :node is not a tree-widget.
15593         (tree-widget-get-super, tree-widget-open-control)
15594         (tree-widget-close-control, tree-widget-empty-control)
15595         (tree-widget-leaf-control, tree-widget-guide)
15596         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
15597         (tree-widget-no-handle, tree-widget-value-delete)
15598         (tree-widget-map): Remove.
15599         (tree-widget-children-value-save): Doc fix.  Simplified.
15600         (tree-widget-value-create): Update according to previous changes.
15602 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
15604         * textmodes/org.el: Leading space replaced by TABS.
15605         (org-recalc-marks, org-table-rotate-recalc-marks)
15606         (org-table-get-specials): Treat "^" and "_" marks.
15607         (org-table-justify-field-maybe): Optional argument NEW.
15608         (org-table-eval-formula): Parsing of the format simplified.
15609         New modes C,I.  Honor the %= parameter in the current table.
15610         Avoid unnecessary re-align by using the NEW argument to
15611         `org-table-justify-field-maybe'.
15612         (org-calc-default-modes): Default for date-format mimicks org-mode.
15613         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
15615 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
15617         * cus-face.el (custom-theme-set-faces): Make it handle face
15618         aliases whose alias declarations are pre- or autoloaded.
15620 2005-07-04  Juri Linkov  <juri@jurta.org>
15622         * faces.el (read-face-name): Put the code for getting a face name
15623         from the buffer before adding the faces from the `face' property.
15624         Use `completing-read-multiple' instead of `completing-read'.
15625         Require `crm'.  Add default value and post-process the returned
15626         list of faces.
15628         * emacs-lisp/crm.el (crm-find-current-element)
15629         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
15631         * emacs-lisp/lisp-mode.el (eval-defun-1):
15632         * emacs-lisp/edebug.el (edebug-eval-defun):
15633         Remove unnecessary quotes.
15635 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15637         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
15638         (prolog-indent-level): Fix typo in docstring.
15640         * info.el (Info-history, Info-history-forward)
15641         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
15643         * add-log.el (add-change-log-entry):
15644         * comint.el (comint-dynamic-list-input-ring)
15645         (comint-dynamic-list-completions):
15646         * dabbrev.el (dabbrev-expand):
15647         * delim-col.el (delimit-columns-rectangle-line):
15648         * diff-mode.el (diff-context->unified, diff-reverse-direction)
15649         (diff-unified->context):
15650         * ediff-init.el (ediff-abbrev-jobname):
15651         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
15652         (ediff-replace-session-activity-marker-in-meta-buffer):
15653         * info.el (Info-summary):
15654         * lpr.el (printify-region):
15655         * printing.el (pr-create-interface):
15656         * ps-print.el (ps-print-quote):
15657         * ses.el (ses-column-widths, ses-print-cell)
15658         (ses-adjust-print-width, ses-center):
15659         * shell.el (shell-file-name-quote-list):
15660         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
15661         (strokes-fill-current-buffer-with-whitespace)
15662         (strokes-xpm-for-stroke, strokes-list-strokes)
15663         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
15664         * term.el (term-dynamic-list-input-ring)
15665         (term-dynamic-list-completions):
15666         * calc/calc.el (math-format-stack-value):
15667         * emacs-lisp/edebug.el (edebug-display-freq-count):
15668         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
15669         (delphi-new-comment-line):
15670         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
15671         * progmodes/executable.el (executable-set-magic):
15672         * progmodes/python.el (inferior-python-mode):
15673         * progmodes/scheme.el (scheme-mode-syntax-table):
15674         * progmodes/sh-script.el (sh-maybe-here-document):
15675         * progmodes/sql.el (sql-copy-column):
15676         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
15677         * textmodes/bibtex.el (bibtex-mode):
15678         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
15679         (sgml-auto-attributes):
15680         * textmodes/table.el (table-insert, table-shorten-cell)
15681         (table--generate-source-scan-lines, table-delete-row)
15682         (*table--cell-delete-char, table--spacify-frame)
15683         (table--horizontally-shift-above-and-below)
15684         (table--cell-insert-char, table--cell-blank-str)
15685         (table--fill-region-strictly):
15686         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
15687         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
15689         * add-log.el (change-log):
15690         * apropos.el (apropos):
15691         * comint.el (comint-completion, comint-source):
15692         * dabbrev.el (dabbrev):
15693         * delim-col.el (columns):
15694         * diff-mode.el (diff-mode):
15695         * ediff.el (ediff):
15696         * ediff-diff.el (ediff-diff):
15697         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
15698         * ediff-mult.el (ediff-mult):
15699         * ediff-ptch.el (ediff-ptch):
15700         * ediff-wind.el (ediff-window):
15701         * facemenu.el (facemenu):
15702         * indent.el (indent):
15703         * info.el (info):
15704         * jka-cmpr-hook.el (compression, jka-compr):
15705         * lpr.el (lpr):
15706         * outline.el (outlines):
15707         * pcmpl-cvs.el (pcmpl-cvs):
15708         * pcmpl-rpm.el (pcmpl-rpm):
15709         * printing.el (printing):
15710         * ps-print.el (postscript, ps-print, ps-print-horizontal)
15711         (ps-print-vertical, ps-print-headers, ps-print-font)
15712         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
15713         (ps-print-background, ps-print-printer, ps-print-page)
15714         (ps-print-miscellany):
15715         * ses.el (ses):
15716         * shell.el (shell, shell-directories, shell-faces):
15717         * startup.el (initialization):
15718         * strokes.el (strokes):
15719         * term.el (term):
15720         * uniquify.el (uniquify):
15721         * w32-vars.el (w32):
15722         * calc/calc.el (calc):
15723         * emacs-lisp/bytecomp.el (bytecomp):
15724         * emacs-lisp/cl-indent.el (lisp-indent):
15725         * emacs-lisp/edebug.el (edebug):
15726         * emacs-lisp/elp.el (elp):
15727         * emacs-lisp/testcover.el (testcover):
15728         * emacs-lisp/trace.el (trace):
15729         * emulation/viper-ex.el (viper-ex):
15730         * emulation/viper-mous.el (viper-mouse):
15731         * mail/mailalias.el (mailalias):
15732         * mail/supercite.el (supercite, supercite-frames)
15733         (supercite-attr, supercite-cite, supercite-hooks):
15734         * net/rcompile.el (remote-compile):
15735         * net/rlogin.el (rlogin):
15736         * obsolete/ooutline.el (outlines):
15737         * progmodes/delphi.el (delphi):
15738         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
15739         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
15740         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
15741         (ebnf-optimization):
15742         * progmodes/etags.el (etags):
15743         * progmodes/executable.el (executable):
15744         * progmodes/idlwave.el (idlwave):
15745         * progmodes/pascal.el (pascal):
15746         * progmodes/prolog.el (prolog):
15747         * progmodes/python.el (python):
15748         * progmodes/scheme.el (scheme):
15749         * progmodes/sh-script.el (sh, sh-script):
15750         * progmodes/sql.el (SQL):
15751         * progmodes/tcl.el (tcl):
15752         * textmodes/bibtex.el (bibtex, bibtex-autokey):
15753         * textmodes/enriched.el (enriched):
15754         * textmodes/makeinfo.el (makeinfo):
15755         * textmodes/sgml-mode.el (sgml):
15756         * textmodes/table.el (table-hooks):
15757         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
15758         * textmodes/texinfo.el (texinfo):
15759         * textmodes/two-column.el (two-column):
15760         Finish `defgroup' description with period.
15762         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
15763         * eshell/esh-var.el (eshell-var):
15764         * progmodes/vhdl-mode.el (vhdl-testbench):
15765         * textmodes/org.el (org): Fix typos in docstrings.
15767         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
15768         consistency.
15770         * progmodes/flymake.el (flymake-find-file): Remove.
15771         (flymake-float-time): Use `with-no-warnings'.
15772         (flymake-check-start-time, flymake-check-was-interrupted)
15773         (flymake-err-info, flymake-is-running, flymake-last-change-time)
15774         (flymake-new-err-info): `defvar' at compile time.
15776 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
15778         * replace.el (occur-hook): Doc fix.
15779         (occur-1): Don't call `occur-hook' if there are no matches.
15781 2005-07-03  Richard M. Stallman  <rms@gnu.org>
15783         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
15784         global-map, save the same map.
15785         (global-map): Don't alter it at top level.
15786         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
15787         Then alter it here instead.
15788         (tpu-edt-off): Set global-map to the saved one.
15790         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
15791         All references simplified.
15792         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
15793         (zmacs-regions): Add defvar.
15794         (repeat-complex-command-map): Everything about that deleted.
15796         * textmodes/artist.el (artist-key-is-drawing)
15797         (artist-key-endpoint1, artist-key-poly-point-list)
15798         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
15799         (artist-key-compl-table, artist-rb-save-data)
15800         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
15801         Don't put them in eval-when-compile.
15802         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
15804         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
15805         Use with-no-warnings.
15807         * net/browse-url.el (dos-windows-version): Add defvar.
15809         * mail/supercite.el (filladapt-prefix-table): Add defvar.
15811         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
15812         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
15813         (rmail-new-summary-line-count): Rename from new-summary-line-count.
15814         Add defvar.
15815         (rmail-summary-beginning-of-message): Use with-no-warnings.
15816         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
15818         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
15819         Use with-no-warnings.
15821         * emulation/vi.el (vi-mark-region): Use c-mark-function.
15822         (c-mark-function): Add point-moving-unit property.
15823         (vi-goto-line): Use with-no-warnings.
15825         * emulation/edt.el (edt-last-copied-word): Add defvar.
15826         (zmacs-region-stays): Likewise.
15827         (edt-mark-section-wisely): Use c-mark-function for C.
15828         Use makr-defun for Fortran.
15829         (time-string): defvar deleted.
15830         (edt-display-the-time): Don't set time-string.
15832         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
15834         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15835         Don't warn when name is not constant
15836         or for defining the group `emacs'.
15838         * tooltip.el (gud-tooltip-mode): Add defvar.
15840         * startup.el (default-frame-background-mode): Add defvar.
15842         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
15844         * info.el (tool-bar-map): Add defvar.
15846         * dired.el (dnd-protocol-alist): Add defvar.
15848         * dired-aux.el (dired-query): Display question with answer, when
15849         the user answers.
15851         * custom.el (custom-add-option): Doc fix.
15853         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
15855 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
15857         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
15858         bogus name from the last change.
15860 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
15862         * custom.el (custom-declare-variable): Fix typos in comment.
15863         (custom-known-themes): Doc fix.
15864         (custom-theme-directory): New defcustom.
15865         (require-theme): Make it check `custom-theme-directory'.
15867         * cus-theme.el (custom-new-theme-mode): New function.
15868         (custom-theme-name, custom-theme-variables, custom-theme-faces)
15869         (custom-theme-description): Add compiler defvars.
15870         (customize-create-theme): Add doc to the "*New Custom Theme*"
15871         buffer.  Use `custom-new-theme-mode'.
15872         (custom-theme-write): Put the created buffer in emacs-lisp-mode
15873         and save it to the `custom-theme-directory'.  Make this the
15874         default directory of the buffer.
15876 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
15878         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
15879         Fix unbalanced parentheses.
15881 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15883         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
15884         into flymake-mode and delegate to flymake-mode.
15886         * find-file.el (ff-which-function-are-we-in): Clean up.
15888 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
15890         * replace.el (occur-rename-buffer): Fix docstring.
15892         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
15893         (edt-last-copied-word, edt-learn-macro-count)
15894         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
15895         (edt-rect-start-point, edt-user-global-map, rect-start-point)
15896         (time-string, zmacs-region-stays):
15897         * emulation/edt-mapper.el (edt-save-function-key-map)
15898         (EDT-key-name): `defvar' to silence the byte-compiler.
15900 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
15902         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
15903         font-lock-regexp-backslash.  Doc fix.
15904         (font-lock-regexp-backslash-grouping-construct): Rename from
15905         font-lock-regexp-backslash-construct.  Doc fix.
15906         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
15907         grouping constructs.
15909 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
15911         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
15912         updating all the prerequisites.
15914 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
15916         * textmodes/org.el (org-agenda-start-on-weekday)
15917         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
15918         (org-agenda-use-time-grid, org-archive-location)
15919         (org-allow-space-in-links, org-usenet-links-prefer-google)
15920         (org-enable-table-editor, org-export-default-language)
15921         (org-export-html-show-new-buffer, org-fill-paragraph)
15922         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
15923         (org-goto-quit, org-occur, org-eval-in-calendar)
15924         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
15925         (org-agenda-diary-entry, org-remember-help)
15926         (org-table-convert-region, org-at-table-p)
15927         (org-table-move-row-down, org-table-move-row-up)
15928         (org-table-copy-region, org-table-toggle-vline-visibility)
15929         (org-table-get-stored-formulas, org-table-get-specials)
15930         (org-recalc-commands, org-table-eval-formula)
15931         (org-table-formula-substitute-names, orgtbl-make-binding)
15932         (org-format-org-table-html, org-format-table-table-html)
15933         (org-format-table-table-html-using-table-generate-source)
15934         (org-customize): Fix typos in docstrings.
15935         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
15936         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
15937         (org-back-to-heading): Doc fixes.
15938         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
15939         (org-agenda-change-all-lines, org-get-header):
15940         Improve argument/docstring consistency.
15941         (orgtbl-error): Fix error message.
15943         * progmodes/flymake.el (flymake-find-possible-master-files)
15944         (flymake-master-file-compare, flymake-get-line-err-count)
15945         (flymake-highlight-line, flymake-gui-warnings-enabled):
15946         Fix typos in docstrings.
15947         (flymake-parse-line, flymake-get-project-include-dirs-function)
15948         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
15949         Doc fixes.
15950         (flymake-get-project-include-dirs-function)
15951         (flymake-make-err-menu-data):
15952         Improve argument/docstring consistency.
15954 2005-07-01  Lute Kamstra  <lute@gnu.org>
15956         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
15957         Catch errors with ignore-errors.  Use temporary buffer.
15958         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
15960         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
15961         background color faces.
15962         (facemenu-set-foreground, facemenu-set-background):
15963         Use facemenu-set-face-from-menu.
15964         (facemenu-set-face-from-menu): Treat face names that start with
15965         "fg:" or "bg:" as special.
15966         (facemenu-add-new-color): Don't create faces.  Simplify.
15968 2005-06-30  Richard M. Stallman  <rms@gnu.org>
15970         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
15971         (crm-find-current-element): Likewise.
15973 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
15975         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
15977 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15979         * arc-mode.el (archive-extract): Make it work as a mouse binding.
15980         (archive-mouse-extract): Make it an obsolete alias.
15981         (archive-mode-map): Don't use archive-mouse-extract any more.
15982         (archive-mode, archive-extract): write-contents-hooks ->
15983         write-contents-functions.
15984         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
15985         first arg.
15986         (archive-rename-entry): Update the call.
15987         (archive-zip-summarize): Remove unused var `method'.
15988         (archive-lzh-summarize): Remove unused var `creator'.
15990         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
15991         dedicated frame upon exit.
15993         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
15994         (archive-zip-extract, archive-zip-expunge)
15995         (archive-zip-update, archive-zip-update-case): Use executable-find.
15996         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
15997         Use restore-buffer-modified-p.
15998         (archive-extract, archive-add-new-member, archive-write-file-member):
15999         Use with-current-buffer.
16000         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16002 2005-06-30  Andreas Schwab  <schwab@suse.de>
16004         * progmodes/gud.el (gud-filter): Remove unneeded progn.
16006 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16008         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16010 2005-06-30  Juri Linkov  <juri@jurta.org>
16012         * faces.el (vertical-border): Inherit from mode-line-inactive
16013         only on tty.
16015 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
16017         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16018         example, -NLINES in the `occur' docstring).
16020         * replace.el (occur-1): When no matches are found, do not set the
16021         `buffer-read-only' and modified flags for the occur buffer,
16022         because it is deleted.
16024         * emulation/cua-base.el (cua-check-pending-input)
16025         (cua-repeat-replace-region, cua-mode, cua-debug)
16026         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16027         Fix typos in docstrings.
16029         * emulation/cua-gmrk.el (cua-toggle-global-mark)
16030         (cua-cut-region-to-global-mark)
16031         (cua--cut-rectangle-to-global-mark):
16032         Remove period from end of messages.
16034         * emulation/cua-rect.el (cua-do-rectangle-padding):
16035         Remove period from end of messages.
16036         (cua--rectangle-seq-format): Fix typo in docstring.
16037         (cua-sequence-rectangle, cua-fill-char-rectangle):
16038         Improve argument/docstring consistency.
16040 2005-06-29  Juri Linkov  <juri@jurta.org>
16042         * faces.el (default-frame-background-mode): New internal variable.
16043         (frame-set-background-mode): Use it.
16045         * startup.el (normal-top-level): Set default-frame-background-mode
16046         instead of frame-background-mode.  Before setting it, test for its
16047         nil value.  Remove tests for frame-background-mode and frame
16048         parameter `reverse'.  Add test for "unspecified-fg".
16050         * term/xterm.el (xterm-rxvt-set-background-mode):
16051         * term/rxvt.el (rxvt-set-background-mode):
16052         Set default-frame-background-mode instead of frame-background-mode.
16054 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
16056         * simple.el (set-variable): Warn about obsolete user variables.
16058         * imenu.el (imenu--completion-buffer):
16059         * mouse.el (mouse-buffer-menu-alist):
16060         * msb.el (msb-invisible-buffer-p):
16061         * calendar/diary-lib.el (diary-header-line-format):
16062         * emacs-lisp/pp.el (pp-buffer):
16063         * progmodes/cperl-mode.el (cperl-do-auto-fill):
16064         * textmodes/picture.el (picture-replace-match):
16065         Change space constants followed by a sexp to "?\s ".
16067         * play/decipher.el (decipher-loop-with-breaks):
16068         * textmodes/texinfo.el (texinfo-insert-@item): Change space
16069         constants "protected" from end of line by a comment to "?\s".
16071 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16073         * font-lock.el (save-buffer-state): Use `declare'.
16075         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16076         reset the syntax-table to cperl-mode-syntax-table.
16077         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16078         "foo_print_bar" is not matched as a reserved keyword.
16080 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
16082         * textmodes/org.el (orgtbl-setup): New function, for delayed
16083         setup for the orgtbl commands.
16084         (org-calc-default-modes): New option.
16085         (orgtbl-make-binding): Use `defun' to get better help display.
16086         (org-diary): Call `org-compile-prefix-format'.
16087         (org-table-formula-substitute-names): New function.
16088         (org-agenda-day-view, org-agenda-week-view): New commands.
16089         (org-agenda-toggle-week-view): Command removed.
16090         (org-tbl-menu): Split off from org-org-menu.
16091         (org-mode): Move removal of outline-mode menus to here.
16092         (org-table-formula-debug): New option.
16093         (org-table-insert-row): Keep first field if just "#" or "*".
16094         (org-mode): Paragraph regexps fixed.
16095         (org-table-recalculate-regexp): New constant.
16096         (org-table-justify-field-maybe): Avoid replace if not necessary.
16097         (org-copy-special, org-cut-special): Use `call-interactively'.
16098         (org-table-copy-region): Take region from `interactive' call.
16099         (org-trim): Return string even if no match.
16100         (org-formula): New face.
16101         (org-set-font-lock-defaults): No longer highlight "FIXME".
16102         But highlight formula-related fields in table.
16103         (org-table-p): Use regexp, not fontification.
16104         (org-table-align): Handle white space at end of line.
16105         (org-table-formula-evaluate-inline): New option.
16106         (org-mode): Auto-wrapping in comment lines turned off.
16107         (org-table-copy-down): Evaluate only in copied field, not in
16108         destination.
16109         (org-table-current-formula): Variable removed.
16110         (org-table-store-formulas, org-table-get-stored-formulas)
16111         (org-table-modify-formulas, org-table-replace-in-formulas)
16112         (org-table-maybe-eval-formula): New functions.
16113         (org-table-get-formula): Modify to use stored formulas.
16114         (org-table-insert-column, org-table-delete-column)
16115         (org-table-move-column): Call `org-table-modify-formulas'.
16116         (org-complete): Add completion for keyword formulas.
16117         (orgtbl-mode): Pull orgtbl-mode-map to start of
16118         minor-mode-map-alist.
16120 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16122         * progmodes/python.el (python-check): Require `compile' before
16123         modifying its variables.
16125         * newcomment.el (comment-indent-default): Don't get fooled by an early
16126         end of buffer.
16128 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16130         * ps-print.el (ps-print-version): Fix version number.
16132 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
16134         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16136 2005-06-28  Richard M. Stallman  <rms@gnu.org>
16138         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16139         (flyspell-local-mouse-map): Declaration deleted.
16140         (flyspell-mouse-map): Bind only mouse-2.
16141         (flyspell-mode-map): Don't test flyspell-use-local-map.
16142         (flyspell-overlay-keymap-property-name): Var deleted.
16143         (flyspell-mode-on): Don't make local bindings for
16144         flyspell-mouse-map and flyspell-mode-map.
16145         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16147         * textmodes/ispell.el (ispell-word): Do not ignore short words.
16149         * progmodes/compile.el (compilation-next-error-function):
16150         Don't switch buffers; operate on the current buffer.
16152         * progmodes/compile.el (compilation-error-file-name)
16153         (compilation-warning-file-name, compilation-info-file-name)
16154         (compilation-line-number, compilation-column-number): New faces.
16155         (compilation-error-face, compilation-warning-face)
16156         (compilation-info-face, compilation-line-face)
16157         (compilation-column-face): Use them.
16159         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16161         * comint.el (comint-password-prompt-regexp): Accept ", try again".
16163         * bindings.el (global-map): Bind insertchar and its variants.
16165 2005-06-27  Richard M. Stallman  <rms@gnu.org>
16167         * textmodes/artist.el (artist-text-overwrite)
16168         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16170 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16172         * ps-print.el: It was not working the page selection for printing.
16173         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16174         (ps-print-version): New version 6.6.7.
16175         (ps-end-sheet): New fun.
16176         (ps-header-sheet, ps-end-job): Call it.
16178 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
16180         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16182 2005-06-27  Lute Kamstra  <lute@gnu.org>
16184         * facemenu.el (facemenu-unlisted-faces): Add foreground and
16185         background color faces.
16186         (facemenu-get-face): Delete function.
16187         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16188         (facemenu-add-new-color): Make second argument mandatory.
16189         Create the appropriate face and return it.  Simplify.
16190         (facemenu-set-foreground, facemenu-set-background): Don't check if
16191         color is defined.  Use return value of facemenu-add-new-color.
16193 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
16195         * progmodes/gud.el (gud-filter): Add missing argument to
16196         with-selected-window.
16198 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16200         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16201         a :require to the defcustom.
16203         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16204         defcustoms corresponding to minor modes.
16206 2005-06-26  David Ponce  <david@dponce.com>
16208         * recentf.el: Require tree-widget instead of wid-edit.
16209         (recentf-filename-handler): Fix widget :type.
16210         (recentf-cancel-dialog, recentf-open-more-files)
16211         (recentf-open-files-action): Doc fix.
16212         (recentf-dialog-goto-first): New function.
16213         (recentf-dialog-mode-map): Set parent keymap first.
16214         (recentf-dialog-mode): Define with define-derived-mode.
16215         Don't display continuation lines in dialogs.
16216         (recentf-edit-list): Rename from recentf-edit-selected-items.
16217         (recentf-edit-list-select): Rename from recentf-edit-list-action.
16218         Simplify.
16219         (recentf-edit-list-validate): New function.
16220         (recentf-edit-list): Update accordingly.
16221         (recentf-open-files-item-shift): Remove.
16222         (recentf-open-files-item): Convert menu elements into tree and
16223         link widgets.  Don't create the widgets.
16224         (recentf-open-files): Update accordingly.
16225         (recentf-save-list): Untabify.
16227 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
16229         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16230         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
16231         partially contained in the active region.  Do not take active
16232         region into account when called from Lisp, unless INTERACTIVE arg
16233         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
16234         avoid trouble with fields.  Make marker point nowhere when no
16235         longer used.  Always return nil.  Doc fix.
16236         (flush-lines): Add INTERACTIVE arg.  Do not take active region
16237         into account when called from Lisp, unless INTERACTIVE arg is
16238         non-nil.  Use `forward-line' instead of `beginning-of-line' to
16239         avoid trouble with fields.  Make marker point nowhere when no
16240         longer used.  Always return nil.  Doc fix.
16241         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
16242         interchangeable.  Do not take active region into account when
16243         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
16244         message in echo area when called from Lisp, unless INTERACTIVE arg
16245         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
16246         Return the number of matches.  Doc fix.
16247         (occur): Doc fix.
16248         (perform-replace): Make comment follow double space convention for
16249         the sake of `outline-minor-mode'.
16251         * faces.el (facep): Doc fix.
16253 2005-06-25  Richard M. Stallman  <rms@gnu.org>
16255         * facemenu.el (facemenu-enable-faces-p): New function.
16256         (facemenu-background-menu, facemenu-foreground-menu)
16257         (facemenu-face-menu): Add menu-enable property.
16259         * jka-compr.el (jka-compr-insert-file-contents):
16260         Special handling if cannot find the uncompression program.
16262         * cus-face.el (custom-face-attributes): Add autoload.
16264         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16265         Bind comment-indent-function locally.
16267         * window.el (save-selected-window): Use save-current-buffer.
16269         * subr.el (with-selected-window): Use save-current-buffer.
16271         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16272         and with-current-buffer.
16274 2005-06-24  Richard M. Stallman  <rms@gnu.org>
16276         * simple.el (line-move-1): Fix previous change.
16278 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16280         * replace.el (occur-1): Set `buffer-read-only' and the
16281         buffer-modified flag before running `occur-hook' to protect
16282         against unintentional buffer switches that can lead to data loss.
16284 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
16286         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16287         (gud-gdb-marker-filter): Use font-lock-warning-face for any
16288         initial error.
16290         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16291         after fresh input.
16292         (gdb-var-create-handler): Put name of expression in quotes.
16294 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
16296         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16297         elements of RING in order, and without bogus nil elements.
16299 2005-06-23  Richard M. Stallman  <rms@gnu.org>
16301         * simple.el (set-variable): Args renamed; doc fix.
16302         (line-move-1): When there are overlays around, use vertical-motion.
16304         * faces.el (escape-glyph): Use brown against light background.
16305         (nobreak-space): Rename from no-break-space.
16306         Fix previous change.
16308         * dired-aux.el (dired-do-copy): Fix arg prompt.
16310         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16312 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
16314         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16315         rather than "Distributor".
16317 2005-06-23  Lute Kamstra  <lute@gnu.org>
16319         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16320         (debug-on-entry): Use it.  New interactive declaration that uses
16321         function-called-at-point.
16323 2005-06-23  Kim F. Storm  <storm@cua.dk>
16325         * subr.el (save-match-data): Add comment about using evaporate arg
16326         to set-match-data.
16328 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
16330         * cus-edit.el (customize-face)
16331         (customize-face-other-window): Handle face aliases.
16333         * faces.el (face-documentation, set-face-attribute)
16334         (face-spec-set): Handle face aliases.
16336 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
16338         * help-mode.el (help-make-xrefs): If a symbol representing a face
16339         name is not followed by the word "face", it could still be a
16340         function or variable name, so don't bypass other checks.
16342 2005-06-22  Juri Linkov  <juri@jurta.org>
16344         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16345         Replace aliased functions with calls where second arg `inherit' is t.
16347 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
16349         * progmodes/gdb-ui.el (gdb-error): New variable.
16350         (gdb-error): New function.
16351         (gdb-annotation-rules): Act on error-begin and error annotations.
16352         (gdb-concat-output): Use font-lock-warning-face for errors.
16354 2005-06-22  Miles Bader  <miles@gnu.org>
16356         * bindings.el (propertized-buffer-identification): Use renamed
16357         `Buffer-menu-buffer' face.
16359         * faces.el (vertical-border): Rename from `vertical-divider'.
16360         (escape-glyph): Change dark-background color back to `cyan'.
16362 2005-06-21  Juri Linkov  <juri@jurta.org>
16364         * faces.el (face-user-default-spec): Try getting `customized-face'
16365         prior to `saved-face'.
16366         (frame-background-mode): Refill docstring.
16368         * emacs-lisp/lisp-mode.el (eval-defun-1):
16369         * emacs-lisp/edebug.el (edebug-eval-defun):
16370         Set `saved-face' temporarily to nil before calling form.
16371         Set `customized-face' to the new spec after that.
16373 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16375         * subr.el (1value, lambda, key-substitution-in-progress):
16376         Doc fixes.
16378         * autoinsert.el (auto-insert-alist):
16379         * ses.el (ses-call-printer):
16380         * subr.el (noreturn):
16381         * emacs-lisp/lisp.el (check-parens):
16382         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16383         * net/browse-url.el (browse-url-mosaic):
16384         * progmodes/cc-defs.el (c-safe-scan-lists):
16385         * progmodes/ebnf-abn.el (ebnf-abn-lex):
16386         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16387         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16388         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16389         * progmodes/ebnf-iso.el (ebnf-iso-lex):
16390         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16392 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16394         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16396 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
16398         * calendar/appt.el (appt-make-list): Activate the package, if
16399         not already active (for backwards compatibility).
16401 2005-06-20  Kim F. Storm  <storm@cua.dk>
16403         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
16405 2005-06-20  Miles Bader  <miles@gnu.org>
16407         * faces.el (vertical-divider): New face.
16409 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
16411         * simple.el (kill-whole-line): Doc fix.
16412         (next-error-buffer-p, next-error-find-buffer)
16413         (clone-indirect-buffer): Fix typos in docstrings.
16414         (comment-line-break-function): Doc fix: don't say variable
16415         is automatically buffer-local (it isn't).
16417 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
16419         * net/tramp-ftp.el (top):
16420         * net/tramp-smb.el (top):
16421         * net/tramp-util.el (top):
16422         * net/tramp-uu.el (top):
16423         * net/tramp-vc.el (top):
16424         * net/tramp.el (top): Revert copyright years back to original
16425         ones.  Tramp has a life outside GNU Emacs.
16427 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
16429         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16431 2005-06-18  Juri Linkov  <juri@jurta.org>
16433         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16434         end of first regexp to limit the match to the position between
16435         line number and source line with same separator character as used
16436         between file name and line number.  In the second regexp limit
16437         mouse-face area to file name and line number by adding new group
16438         for them and referring it in HYPERLINK arg.
16439         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16440         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16441         previous line where grep markers may be already removed.
16443 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
16445         * progmodes/ps-mode.el: Update version and maintainer's email address.
16447 2005-06-18  Steve Youngs  <steve@xemacs.org>
16449         * net/browse-url.el (browse-url-browser-function)
16450         (browse-url-default-browser): Add firefox.
16451         (browse-url-firefox-program, browse-url-firefox-arguments)
16452         (browse-url-firefox-startup-arguments)
16453         (browse-url-firefox-new-window-is-tab): New defcustoms.
16454         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16456 2005-06-17  Richard M. Stallman  <rms@gnu.org>
16458         * startup.el (command-line): Warn if specified user name has
16459         no home directory.
16461         * term.el (term-get-old-input, term-input-filter, term-input-sender)
16462         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16464         * longlines.el (longlines-mode, longlines-show-hard-newlines):
16465         Doc fixes.
16467         * faces.el (underline): Try bold if terminal doesn't support underline.
16469         * mail/sendmail.el (mail-setup-with-from): New variable.
16470         (mail-insert-from-field): New function.
16471         (sendmail-send-it): Call it.
16472         (mail-setup): Optionally call it here.
16474         * term/linux.el: Call tty-no-underline.
16476 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
16478         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16480 2005-06-17  Miles Bader  <miles@gnu.org>
16482         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16483         (ediff-current-diff-C, ediff-current-diff-Ancestor)
16484         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16485         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16486         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16487         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16488         Remove "-face" suffix from face names.
16489         (ediff-current-diff-face-A, ediff-current-diff-face-B)
16490         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16491         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16492         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16493         (ediff-even-diff-face-A, ediff-even-diff-face-B)
16494         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16495         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16496         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16497         New backward-compatibility aliases for renamed faces.
16498         (ediff-current-diff-face-A, ediff-current-diff-face-B)
16499         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16500         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16501         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16502         (ediff-even-diff-face-A, ediff-even-diff-face-B)
16503         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16504         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16505         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16506         Use renamed ediff faces.
16508         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
16509         Remove "-face" suffix from face names.
16510         (eshell-test-ok-face, eshell-test-failed-face):
16511         New backward-compatibility aliases for renamed faces.
16512         (eshell-run-test): Use renamed eshell-test faces.
16514         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
16515         face name.
16516         (eshell-prompt-face): New backward-compatibility alias for renamed
16517         face.
16518         (eshell-emit-prompt): Use renamed eshell-prompt face.
16520         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
16521         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
16522         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
16523         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
16524         Remove "-face" suffix from face names.
16525         (eshell-ls-directory-face, eshell-ls-symlink-face)
16526         (eshell-ls-executable-face, eshell-ls-readonly-face)
16527         (eshell-ls-unreadable-face, eshell-ls-special-face)
16528         (eshell-ls-missing-face, eshell-ls-archive-face)
16529         (eshell-ls-backup-face, eshell-ls-product-face)
16530         (eshell-ls-clutter-face):
16531         New backward-compatibility aliases for renamed faces.
16532         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
16534         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
16535         Remove "-face" suffix from face name.
16536         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
16537         instead of literal face.
16539 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
16541         * emacs-lisp/warnings.el (display-warning, lwarn)
16542         (warning-minimum-log-level): Doc fixes.
16543         (warning-minimum-level, warning-minimum-log-level):
16544         Add :debug to :type choices.
16546         * progmodes/ada-mode.el (ada-format-paramlist)
16547         (ada-get-indent-case, ada-check-matching-start)
16548         (ada-check-defun-name, ada-goto-matching-decl-start)
16549         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
16550         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
16551         (ada-make-subprogram-body): Follow error conventions.
16552         (ada-case-exception-file, ada-indent-comment-as-code)
16553         (ada-indent-handle-comment-special, ada-indent-renames)
16554         (ada-indent-return, ada-search-directories-internal)
16555         (ada-tab-policy, ada-case-exception-substring)
16556         (ada-other-file-alist, ada-matching-start-re)
16557         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
16558         (ada-imenu-generic-expression, ada-compile-goto-error)
16559         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
16560         (ada-popup-menu, ada-add-extensions, ada-mode)
16561         (ada-region-selected, ada-create-case-exception)
16562         (ada-create-case-exception-substring, ada-after-keyword-p)
16563         (ada-activate-keys-for-case, ada-adjust-case-region)
16564         (ada-adjust-case-buffer, ada-format-paramlist)
16565         (ada-scan-paramlist, ada-insert-paramlist)
16566         (ada-indent-newline-indent)
16567         (ada-indent-newline-indent-conditional)
16568         (ada-justified-indent-current, ada-goto-previous-word)
16569         (ada-indent-current, ada-get-indent-open-paren)
16570         (ada-get-indent-paramlist, ada-get-indent-end)
16571         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
16572         (ada-get-indent-block-start, ada-get-indent-subprog)
16573         (ada-get-indent-noindent, ada-get-indent-label)
16574         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
16575         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
16576         (ada-goto-stmt-end, ada-goto-next-word)
16577         (ada-check-matching-start, ada-check-defun-name)
16578         (ada-goto-matching-decl-start, ada-goto-matching-start)
16579         (ada-goto-matching-end, ada-search-ignore-string-comment)
16580         (ada-in-decl-p, ada-looking-at-semi-or)
16581         (ada-looking-at-semi-private, ada-in-paramlist-p)
16582         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
16583         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
16584         (ada-next-procedure, ada-previous-procedure, ada-next-package)
16585         (ada-previous-package, ada-create-menu)
16586         (ada-fill-comment-paragraph-justify)
16587         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
16588         (ada-other-file-name, ada-last-which-function-line)
16589         (ada-last-which-function-subprog, ada-which-function)
16590         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
16591         (ada-gen-treat-proc, ada-check-emacs-version)
16592         (ada-continuation-indent, ada-align-region-separate):
16593         Fix typos in docstrings.
16594         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
16596 2005-06-16  Lute Kamstra  <lute@gnu.org>
16598         * simple.el (fundamental-mode): Run after-change-major-mode-hook
16599         conditionally.
16601 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16603         * comint.el (comint-replace-by-expanded-filename)
16604         (comint-prompt-regexp, comint-delimiter-argument-list)
16605         (comint-preinput-scroll-to-bottom):
16606         * info.el (Info-hide-cookies-node):
16607         * ls-lisp.el (ls-lisp-classify):
16608         * find-file.el (ff-search-directories, ff-special-constructs)
16609         (ff-find-other-file):
16610         * font-lock.el (font-lock-keywords):
16611         * shell.el (shell-prompt-pattern)
16612         (shell-dynamic-complete-functions, shell-mode)
16613         (shell-delimiter-argument-list):
16614         * term.el (term-replace-by-expanded-filename)
16615         (term-prompt-regexp, term-delimiter-argument-list):
16616         * woman.el (woman-ignore, woman0-if):
16617         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
16618         * emacs-lisp/elint.el (elint-init-env):
16619         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
16620         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
16621         * language/ethio-util.el (ethio-tilde-escape)
16622         (ethio-use-three-dot-question):
16623         * net/zone-mode.el (zone-mode-load-time-setup):
16624         * progmodes/cc-align.el (c-lineup-argcont):
16625         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
16626         * progmodes/cperl-mode.el (cperl-set-style-back):
16627         * progmodes/inf-lisp.el (inferior-lisp-prompt):
16628         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
16629         Fix spellings in docstrings.
16631         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
16632         * progmodes/modula2.el (m2-for): Fix spellings.
16634         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
16636         * simple.el (undo-more): Don't use `format' on `error' arguments.
16637         Improve argument/docstring consistency.
16638         (pending-undo-list): Doc fix.
16640         * smerge-mode.el (smerge-ensure-match):
16641         * emulation/vip.el (vip-ex):
16642         * net/zone-mode.el (zone-mode-update-serial):
16643         * progmodes/idlwave.el (idlwave-complete):
16644         * progmodes/vhdl-mode.el (vhdl-visit-file)
16645         (vhdl-compose-wire-components):
16646         Don't use `format' on `error' arguments.
16648         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
16649         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
16650         (tooltip-help-tips): Fix typos in docstrings.
16652 2005-06-16  David Ponce  <david@dponce.com>
16654         * tree-widget.el (tree-widget-value-create): Simplify last change.
16656 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
16658         * ido.el (ido-incomplete-regexp): New variable.
16659         (ido-set-matches-1): Handle invalid-regexp error and set
16660         ido-incomplete-regexp.
16661         (ido-incomplete-regexp): New face.
16662         (ido-completions): Use it.
16663         (ido-complete, ido-exit-minibuffer, ido-completions):
16664         Handle incomplete regexps.
16665         (ido-completions): Add check for complete match when entering a regexp.
16667 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16669         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
16671 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16673         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
16674         by field delimiters.
16676 2005-06-15  David Ponce  <david@dponce.com>
16678         * tree-widget.el: eval-and-compile inlined functions so they will
16679         be available at run-time too.
16680         (tree-widget-super-format-handler)
16681         (tree-widget-format-handler): Remove.
16682         (tree-widget-value-create): Handle the :indent property.
16684 2005-06-15  Miles Bader  <miles@gnu.org>
16686         * progmodes/which-func.el (which-func): Only inherit
16687         `font-lock-function-name-face' when that makes sense against the
16688         default mode-line face, otherwise set the face color explicitly.
16690         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
16691         faces instead of (non-existent) variables.
16693 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16695         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
16696         (iswitchb-get-matched-buffers): Likewise.  Simplify.
16698 2005-06-14  Miles Bader  <miles@gnu.org>
16700         * progmodes/ld-script.el (ld-script-location-counter):
16701         Remove "-face" suffix from face name.
16702         (ld-script-location-counter-face):
16703         New backward-compatibility alias for renamed face.
16704         (ld-script-location-counter-face): Use renamed face.
16706         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
16707         (cperl-hash): Remove "-face" suffix from face names.
16708         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
16709         New backward-compatibility aliases for renamed faces.
16710         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
16711         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
16713         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
16714         name.
16715         (which-func-face): New backward-compatibility alias for renamed face.
16716         (which-func-format): Use renamed which-func face.
16718         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
16719         (vhdl-function, vhdl-directive, vhdl-reserved-word)
16720         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
16721         names.
16722         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
16723         (vhdl-speedbar-configuration, vhdl-speedbar-package)
16724         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
16725         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
16726         (vhdl-speedbar-architecture-selected)
16727         (vhdl-speedbar-configuration-selected)
16728         (vhdl-speedbar-package-selected)
16729         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
16730         names.
16731         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
16732         Use renamed faces.
16733         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
16734         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
16735         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
16736         Use renamed faces.
16737         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
16738         names.
16739         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
16740         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
16741         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
16742         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
16743         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
16744         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
16746         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
16747         face name.
16748         (sh-heredoc-face): New backward-compatibility alias for renamed face.
16749         (sh-heredoc-face): Use renamed sh-heredoc face.
16751         * progmodes/idlw-help.el (idlwave-help-link):
16752         Remove "-face" suffix from face name.
16753         (idlwave-help-link-face):
16754         New backward-compatibility alias for renamed face.
16755         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
16757         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
16758         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
16759         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
16760         New backward-compatibility aliases for renamed faces.
16761         (idlwave-shell-disabled-breakpoint-face)
16762         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
16764         * progmodes/flymake.el (flymake-errline, flymake-warnline):
16765         Remove "-face" suffix from face names.
16766         (flymake-errline-face, flymake-warnline-face):
16767         New backward-compatibility aliases for renamed faces.
16768         (flymake-highlight-line): Use renamed flymake faces.
16770         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
16771         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
16772         (ebrowse-member-class, ebrowse-progress):
16773         Remove "-face" suffix from face names.
16774         (ebrowse-tree-mark-face, ebrowse-root-class-face)
16775         (ebrowse-file-name-face, ebrowse-default-face)
16776         (ebrowse-member-attribute-face, ebrowse-member-class-face)
16777         (ebrowse-progress-face):
16778         New backward-compatibility aliases for renamed faces.
16779         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
16780         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
16781         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
16782         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
16784         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
16785         antlr-syntax)
16786         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
16787         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
16788         names.
16789         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
16790         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
16791         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
16792         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
16793         backward-compatibility aliases for renamed faces.
16794         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
16795         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
16796         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
16797         remove "font-lock-".  Use renamed antlr-mode faces.
16798         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
16799         literal face-names with face variable references.
16801         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
16802         face name.
16803         (Buffer-menu-buffer-face): New backward-compatibility alias for
16804         renamed face.
16805         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
16807 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
16809         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
16810         Eliminate "-face" suffix.
16811         (makefile-targets): Inherit from font-lock-function-name-face and
16812         eliminate "-face" suffix.
16813         (makefile-shell): Remove attributes and eliminate "-face" suffix.
16814         (makefile-*-font-lock-keywords): Append makefile-targets in rule
16815         actions, instead of prepending, to make it less visible.
16816         (makefile-previous-dependency, makefile-match-dependency):
16817         Don't match a target on a continuation line.
16819         * files.el (auto-mode-alist): Put Makefile in gmake mode.
16821 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
16823         * progmodes/gdb-ui.el (menu): Re-order menu items.
16824         (gdb-tooltip-print): Respect tooltip-use-echo-area.
16826         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
16827         Define in tooltip.el.
16828         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
16829         (gud-tooltip-tips): Respect tooltip-use-echo-area and
16830         gud-tooltip-echo-area.
16832         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
16833         backward compatibility and make obsolete.
16834         (tooltip-help-tips): Use tooltip-use-echo-area.
16835         (tooltip-show-help-function): Rename to...
16836         (tooltip-show-help): ...this, because it is a function.
16837         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
16839 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
16841         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
16842         (edebug-print-length, edebug-print-level, edebug-print-circle)
16843         (edebug-modify-breakpoint, edebug-eval-last-sexp)
16844         (edebug-eval-print-last-sexp): Doc fixes.
16846 2005-06-14  Kim F. Storm  <storm@cua.dk>
16848         * ido.el (ido-mode): Make a new keymap every time we enable ido,
16849         as the coverage buffer/file/both may change.
16851 2005-06-14  Lute Kamstra  <lute@gnu.org>
16853         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
16854         and run-mode-hooks.  Simplify.
16856         * mail/rmailedit.el (rmail-edit-mode):
16857         * progmodes/octave-inf.el (inferior-octave-mode):
16858         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
16860         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
16861         and run-mode-hooks.
16862         (recentf-edit-list, recentf-open-files): Don't call
16863         kill-all-local-variables directly.
16865         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
16867 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16869         * emacs-lisp/byte-run.el (make-obsolete)
16870         (define-obsolete-function-alias): Rename arguments FUNCTION and
16871         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
16872         (make-obsolete-variable, define-obsolete-variable-alias):
16873         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
16874         respectively.
16876         * isearchb.el (isearchb-activate):
16877         * pcvs.el (cvs-mode):
16878         * ses.el (ses-load):
16879         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
16880         * net/tramp.el (tramp-find-file-exists-command)
16881         (tramp-find-shell):
16882         * progmodes/ada-mode.el (ada-create-case-exception)
16883         (ada-create-case-exception-substring, ada-make-subprogram-body):
16884         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16885         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
16886         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
16887         * textmodes/org.el (org-promote, org-evaluate-time-range)
16888         (org-agenda-next-date-line, org-agenda-previous-date-line)
16889         (org-agenda-error, org-open-at-point, org-table-move-row)
16890         (org-format-table-table-html-using-table-generate-source)
16891         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
16892         * textmodes/reftex.el (reftex-access-scan-info):
16893         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
16894         (reftex-toc-promote-prepare): Follow error conventions.
16896         * diff-mode.el (diff-mode): Fix typo in docstring.
16898         * forms.el (forms--intuit-from-file): Fix reference to
16899         `forms-number-of-fields' in error message.
16900         (forms-print): Fix quoting in error message.
16902         * forms.el (forms-mode):
16903         * emulation/vi.el (vi-goto-insert-state):
16904         * progmodes/flymake.el (flymake-new-err-info)
16905         (flymake-start-syntax-check-for-current-buffer)
16906         (flymake-simple-cleanup):
16907         * eshell/esh-var.el (eshell/export):
16908         * progmodes/gud.el (xdb):
16909         * textmodes/flyspell.el (flyspell-incorrect-hook)
16910         (flyspell-maybe-correct-transposition)
16911         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
16913 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
16915         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
16916         minibuffer prompt.
16918 2005-06-13  Kim F. Storm  <storm@cua.dk>
16920         * subr.el (add-to-ordered-list): New defun.
16922         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
16923         add cua--keymap-alist to emulation-mode-map-alists.
16925 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16927         * subr.el (complete-in-turn): New macro.
16928         (dynamic-completion-table, lazy-completion-table): Add debug info.
16930         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
16931         in preference to face aliases.
16933         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
16934         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
16935         Remove unused vars `start' and `firstline'.
16936         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
16937         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
16939 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
16941         * cus-start.el (all): Don't complain about missing GTK-related
16942         variables, unless either `gtk' is boundp or this isn't a
16943         `windows-nt' build.
16945 2005-06-13  Lute Kamstra  <lute@gnu.org>
16947         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
16948         run-mode-hooks.
16950         * ediff-mult.el (ediff-meta-mode):
16951         * ediff-util.el (ediff-mode): Use run-mode-hooks.
16953         * ledit.el (ledit-mode): Use delay-mode-hooks.
16955         * woman.el (woman-mode-line-format): Delete constant.
16956         (woman-mode-map): Initialize it properly.
16957         (woman-mode): Set mode-class property to special.
16958         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
16959         Set major-mode and mode-name.  Don't set mode-line-format directly.
16960         (Man-getpage-in-background): Don't reference woman-mode-line-format.
16962         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
16963         string argument obsolete.
16965 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
16967         * textmodes/org.el (org-CUA-compatible): New option.
16968         (org-disputed-keys): New variable.
16969         (org-key): New function.
16970         (orgtbl-make-binding): Add docstring to the created function.
16971         (org-mode): Set paragraph start/separate regexps.
16972         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
16973         (org-archive-location, org-archive-mark-done)
16974         (org-archive-stamp-time): New options.
16975         (org-archive-subtree): New command.
16976         (org-fill-paragraph): New function.
16977         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
16978         (org-fake-empty-table-line): Function removed.
16979         (org-format-org-table-html): Do not create empty table lines at
16980         separator lines.  Improved table header treatment.
16981         (org-link-format): New option.
16982         (org-make-link): New function.
16983         (org-insert-link, org-store-link): Use org-make-link.
16984         (org-open-file): Quote file name for shell command, to allow
16985         spaces in file names.
16986         (org-link-regexp): Fix bug with mailto link.
16987         (org-link-maybe-angles-regexp, org-protected-link-regexp):
16988         New constants.
16989         (org-export-as-html): Deal with the optional angles around a link.
16990         Better treatment of file: links.
16991         (org-open-at-point): Replace @{ and @} with < and >.
16992         (org-run-mode-hooks): Function removed.
16993         (org-agenda-mode): No longer use `org-run-mode-hooks'.
16995 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
16997         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
16998         MI command -data-list-register-values.
16999         (gdb-post-prompt): Indent properly.
17001 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
17003         * hilit-chg.el (highlight-changes-colors): Rename from
17004         `highlight-changes-colours'.
17005         (highlight-changes-colours): Keep as obsolete alias.
17006         (highlight-changes-face-list): Doc fix.
17007         (hilit-chg-make-list): Use `highlight-changes-colors'.
17009 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
17011         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17012         defun-prompt-regexp.
17014 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
17016         * loadup.el: Don't say we are dumping under 2 names on windows-nt
17017         and cygwin.
17019         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17020         Don't use an old loaddefs.el, as in Makefile.in.
17022 2005-06-12  Lute Kamstra  <lute@gnu.org>
17024         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17026         * man.el (Man-mode-map): Initialize it properly.
17027         (Man-mode): Set mode-class property to special.
17029         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17031 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
17033         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17034         A newline is needed in the docstring there.
17036         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17037         Doc fixes.
17039 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17041         * printing.el: Doc fix.  The menubar is no more changed when printing
17042         is loaded, it only changes when pr-menu-bind or pr-update-menus is
17043         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
17044         (pr-version): New version number (6.8.4).
17045         (pr-menu-bind): New command.
17046         (pr-update-menus): Docstring and code fix.
17047         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17048         Docstring fix.
17049         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17050         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17052 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
17054         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17055         "Returns" to "return", document useful return values, etc.
17057 2005-06-11  Alan Mackenzie  <acm@muc.de>
17059         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17060         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17061         (adaptive-file-function): Minor amendment to doc-string.
17063 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17065         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17066         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17067         Fix :type--it is `integer', not `string'.
17069         * faces.el (modeline-highlight): Rename from (the erroneous)
17070         `modeline-higilight'.
17072 2005-06-11  Lute Kamstra  <lute@gnu.org>
17074         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17075         lisp-interaction-mode-map but make it the parent.
17076         (edebug-eval-mode): Use define-derived-mode.
17078 2005-06-11  Andreas Schwab  <schwab@suse.de>
17080         * bindings.el: Add binding of `ESC functionkey' for every
17081         `M-functionkey'.
17082         * hexl.el (hexl-mode-map): Likewise.
17084 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
17086         * progmodes/compile.el (compilation-error-regexp-alist-alist)
17087         [msft]: update regexp for newer msft compilers.
17089 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
17091         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17092         ATTLIST portions of included DTDs.
17093         (xml-parse-dtd): Eliminate use of inefficient match-data.
17095 2005-06-10  Miles Bader  <miles@gnu.org>
17097         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17098         (mpuz-text): Remove "-face" suffix from face names.
17099         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17100         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17101         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17103         * play/gomoku.el (gomoku-O, gomoku-X):
17104         Remove "-face" suffix from face names.
17105         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17106         New backward-compatibility aliases for renamed faces.
17107         (gomoku-font-lock-keywords): Use renamed gomoku faces.
17109 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
17111         * thumbs.el: Fixes for changes of 2005-06-09.
17112         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17113         as a directory.
17114         (thumbs-thumbname): Remove directory separator from format string;
17115         `thumbs-thumbsdir' now returns a valid directory name.
17116         (thumbs-temp-dir): New defsubst.
17117         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17118         Use it.
17120         * cus-edit.el (minibuffer):
17121         * files.el (make-backup-file-name-function):
17122         * filesets.el (filesets-external-viewers):
17123         * hilit-chg.el (highlight-changes-colours)
17124         (highlight-changes-face-list, highlight-changes-rotate-faces):
17125         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17126         * kmacro.el (kmacro-call-macro):
17127         * log-edit.el (log-edit-changelog-full-paragraphs):
17128         * mouse.el (mouse-1-click-follows-link):
17129         * skeleton.el (skeleton-autowrap):
17130         * subr.el (insert-for-yank-1):
17131         * tempo.el (tempo-insert-region):
17132         * terminal.el (terminal-emulator):
17133         * time.el (display-time-mail-face):
17134         * vc.el (vc-annotate):
17135         * vcursor.el (vcursor-copy-line):
17136         * woman.el (woman-bold-headings, woman-ignore)
17137         (woman-default-faces, woman-monochrome-faces):
17138         * calendar/todo-mode.el (todo-insert-threshold):
17139         * emulation/pc-select.el (pc-select-selection-keys-only)
17140         (pc-selection-mode):
17141         * emulation/vip.el (vip-find-char-forward):
17142         * emulation/viper-cmd.el (viper-find-char-forward):
17143         * international/mule-cmds.el
17144         (select-safe-coding-system-accept-default-p)
17145         (input-method-exit-on-invalid-key):
17146         * international/mule-diag.el (describe-coding-system):
17147         * international/ucs-tables.el (unify-8859-on-encoding-mode):
17148         * net/browse-url.el (browse-url-xterm-program):
17149         * obsolete/lazy-lock.el (lazy-lock-mode):
17150         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17151         (cperl-mode):
17152         * progmodes/cpp.el (cpp-face-light-name-list)
17153         (cpp-face-dark-name-list):
17154         * progmodes/delphi.el (delphi-newline-always-indents):
17155         Fix spellings in docstrings.
17157         * ido.el (ido-mode, ido-file-extensions-order)
17158         (ido-default-file-method, ido-default-buffer-method)
17159         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17160         (ido-decorations, ido-read-file-name-as-directory-commands)
17161         (ido-read-file-name-non-ido, ido-work-directory-list)
17162         (ido-ignore-item-temp-list, ido-current-directory)
17163         (ido-magic-forward-char, ido-enter-find-file)
17164         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17165         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17167 2005-06-10  Lute Kamstra  <lute@gnu.org>
17169         * play/dunnet.el (dun-mode): Use define-derived-mode.
17170         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
17171         obsolete alias.
17173         * play/doctor.el (doctor-mode-map): Remove defvar.
17174         (doctor-mode): Use define-derived-mode.
17176         * mail/mspools.el (mspools-mode):
17177         * net/eudc-hotlist.el (eudc-hotlist-mode):
17178         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17180 2005-06-10  Miles Bader  <miles@gnu.org>
17182         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17183         Remove "-face" suffix from face names.
17184         (flyspell-incorrect-face, flyspell-duplicate-face):
17185         New backward-compatibility aliases for renamed faces.
17186         (flyspell-mode-on, make-flyspell-overlay)
17187         (flyspell-highlight-incorrect-region)
17188         (flyspell-highlight-duplicate-region)
17189         (flyspell-display-next-corrections)
17190         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17192         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17193         from face name.
17194         (texinfo-heading-face): New backward-compatibility alias for
17195         renamed face.
17196         (texinfo-heading-face): Use renamed texinfo-heading face.
17198         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17199         suffix from face names.
17200         (tex-math-face, tex-verbatim-face):
17201         New backward-compatibility aliases for renamed faces.
17202         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17203         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17204         literal face name.
17206         * textmodes/table.el (table-cell): Remove "-face" suffix from face
17207         name.
17208         (table-cell-face): New backward-compatibility alias for renamed face.
17209         (table--put-cell-face-property, table--update-cell-face):
17210         Use renamed table-cell face.
17212         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17213         from face name.
17214         (sgml-namespace-face): New backward-compatibility alias for
17215         renamed face.
17216         (sgml-namespace-face): Use renamed sgml-namespace face.
17218         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17219         (org-level-4, org-level-5, org-level-6, org-level-7)
17220         (org-level-8, org-warning, org-headline-done)
17221         (org-deadline-announce, org-scheduled-today)
17222         (org-scheduled-previously, org-link, org-done, org-table)
17223         (org-time-grid): Remove "-face" suffix from face names.
17224         (org-level-1-face, org-level-2-face, org-level-3-face)
17225         (org-level-4-face, org-level-5-face, org-level-6-face)
17226         (org-level-7-face, org-level-8-face, org-warning-face)
17227         (org-headline-done-face, org-deadline-announce-face)
17228         (org-scheduled-today-face, org-scheduled-previously-face)
17229         (org-link-face, org-done-face, org-table-face)
17230         (org-time-grid-face):
17231         New backward-compatibility aliases for renamed faces.
17232         (org-level-faces, org-set-font-lock-defaults, org-timeline)
17233         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17234         (org-agenda-get-timestamps, org-agenda-get-scheduled)
17235         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17237         * emulation/viper-init.el (viper-search, viper-replace-overlay)
17238         (viper-minibuffer-emacs, viper-minibuffer-insert)
17239         (viper-minibuffer-vi): Remove "-face" suffix from face names.
17240         (viper-search-face, viper-replace-overlay-face)
17241         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17242         (viper-minibuffer-vi-face):
17243         New backward-compatibility aliases for renamed faces.
17244         (viper-search-face, viper-replace-overlay-face)
17245         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17246         (viper-minibuffer-vi-face): Use renamed viper faces.
17248         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17249         Remove "-face" suffix from face names.
17250         (testcover-nohits-face, testcover-1value-face):
17251         New backward-compatibility aliases for renamed faces.
17252         (testcover-mark): Use renamed testcover faces.
17254         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17255         face name.
17256         (diary-button-face): New backward-compatibility alias for renamed face.
17257         (diary-entry): Use renamed diary-button face.
17259         * calendar/calendar.el (diary, calendar-today, holiday)
17260         (mark-visible-calendar-date): Remove "-face" suffix from face names.
17261         (diary-face, calendar-today-face, holiday-face):
17262         New backward-compatibility aliases for renamed faces.
17263         (eval-after-load "facemenu", diary-entry-marker)
17264         (calendar-today-marker, calendar-holiday-marker, diary-face):
17265         Use renamed calendar faces.
17267         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17268         (compare-windows-face): New backward-compatibility alias for
17269         renamed face.
17270         (compare-windows-highlight): Use renamed compare-windows face.
17272         * strokes.el (strokes-char): Remove "-face" suffix from face name.
17273         (strokes-char-face): New backward-compatibility alias for renamed face.
17274         (strokes-encode-buffer): Use renamed strokes-char face.
17276         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17277         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17278         Remove "-face" suffix from face names.
17279         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17280         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17281         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17282         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17283         Use renamed pcvs faces.
17284         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17285         * pcvs-defs.el (cvs-mode-map): Likewise.
17286         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17288         * info.el (info-title-1, info-title-2, info-title-3)
17289         (info-title-4): Remove "-face" suffix from and downcase face names.
17290         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17291         (Info-title-4-face):
17292         New backward-compatibility aliases for renamed faces.
17293         (Info-fontify-node): Use renamed info faces.
17295         * hilit-chg.el (highlight-changes, highlight-changes-delete):
17296         Remove "-face" suffix from face names.
17297         (highlight-changes-face, highlight-changes-delete-face):
17298         New backward-compatibility aliases for renamed faces.
17299         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17300         (hilit-chg-make-list): Use renamed highlight-changes faces.
17302         * generic-x.el (show-tabs-tab, show-tabs-space):
17303         Remove "-face" suffix from face names.
17304         (show-tabs-tab-face, show-tabs-space-face):
17305         New backward-compatibility aliases for renamed faces.
17306         (show-tabs-generic-mode-font-lock-defaults-1)
17307         (show-tabs-generic-mode-font-lock-defaults-2):
17308         Use renamed show-tabs faces.
17310         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17311         (smerge-markers): Remove "-face" suffix from face names.
17312         (smerge-mine-face, smerge-other-face, smerge-base-face)
17313         (smerge-markers-face):
17314         New backward-compatibility aliases for renamed faces.
17315         (smerge-mine-face, smerge-other-face, smerge-base-face)
17316         (smerge-markers-face): Use renamed smerge faces.
17318         * log-view.el (log-view-file, log-view-message): Remove "-face"
17319         suffix from face names.
17320         (log-view-file-face, log-view-message-face):
17321         New backward-compatibility aliases for renamed faces.
17322         (log-view-file-face, log-view-message-face): Use renamed log-view
17323         faces.
17325         * paren.el (show-paren-match, show-paren-mismatch):
17326         Remove "-face" suffix from face names.
17327         (show-paren-match-face, show-paren-mismatch-face):
17328         New backward-compatibility aliases for renamed faces.
17329         (show-paren-function): Use renamed show-paren faces.
17331         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17332         (ruler-mode-margins, ruler-mode-fringes)
17333         (ruler-mode-column-number, ruler-mode-fill-column)
17334         (ruler-mode-comment-column, ruler-mode-goal-column)
17335         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17336         suffix from face names.
17337         (ruler-mode-default-face, ruler-mode-pad-face)
17338         (ruler-mode-margins-face, ruler-mode-fringes-face)
17339         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17340         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17341         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17342         New backward-compatibility aliases for renamed faces.
17343         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17344         (ruler-mode-column-number, ruler-mode-fill-column)
17345         (ruler-mode-comment-column, ruler-mode-goal-column)
17346         (ruler-mode-tab-stop, ruler-mode-current-column)
17347         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17348         faces.
17350         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17351         face name.
17352         (whitespace-highlight-the-space): Use renamed face.
17353         (whitespace-highlight-face): New backward-compatibility alias for
17354         renamed face.
17356         * woman.el (woman-italic, woman-bold, woman-unknown)
17357         (woman-addition, woman-symbol-face):
17358         Remove "-face" suffix from face names.
17359         (woman-italic-face, woman-bold-face, woman-unknown-face)
17360         (woman-addition-face):
17361         New backward-compatibility aliases for renamed faces.
17362         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17363         (woman-decode-region, woman-replace-match)
17364         (woman-display-extended-fonts, woman-special-characters)
17365         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17366         Use renamed woman faces.
17368         * longlines.el (longlines-visible-face): Face removed.
17370         * diff-mode.el (diff-header, diff-file-header, diff-index)
17371         (diff-hunk-header, diff-removed, diff-added, diff-changed)
17372         (diff-function, diff-context, diff-nonexistent): Remove "-face"
17373         suffix from face names.
17374         (diff-header-face, diff-file-header-face, diff-index-face)
17375         (diff-hunk-header-face, diff-removed-face, diff-added-face)
17376         (diff-changed-face, diff-function-face, diff-context-face)
17377         (diff-nonexistent-face): New backward-compatibility aliases for
17378         renamed faces.
17379         (diff-header-face, diff-file-header-face)
17380         (diff-index, diff-index-face, diff-hunk-header)
17381         (diff-hunk-header-face, diff-removed, diff-removed-face)
17382         (diff-added, diff-added-face, diff-changed-face, diff-function)
17383         (diff-function-face, diff-context-face, diff-nonexistent)
17384         (diff-nonexistent-face): Use renamed diff-mode faces.
17386         * progmodes/compile.el (compilation-warning-face)
17387         (compilation-info-face): Remove "-face" suffix from face names.
17388         (compilation-warning-face, compilation-info-face):
17389         New backward-compatibility aliases for renamed faces.
17390         (compilation-warning-face, compilation-info-face):
17391         Use renamed compilation faces.
17393         * add-log.el (change-log-date, change-log-name)
17394         (change-log-email, change-log-file, change-log-list)
17395         (change-log-conditionals, change-log-function)
17396         (change-log-acknowledgement): Remove "-face" suffix from face names.
17397         (change-log-date-face, change-log-name-face)
17398         (change-log-email-face, change-log-file-face)
17399         (change-log-list-face, change-log-conditionals-face)
17400         (change-log-function-face, change-log-acknowledgement-face):
17401         New backward-compatibility aliases for renamed faces.
17402         (change-log-font-lock-keywords): Use renamed change-log faces.
17404         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17405         (custom-set, custom-changed, custom-saved, custom-button)
17406         (custom-button-pressed, custom-documentation, custom-state)
17407         (custom-comment, custom-comment-tag, custom-variable-tag)
17408         (custom-variable-button, custom-face-tag, custom-group-tag-1)
17409         (custom-group-tag): Remove "-face" suffix from face names.
17410         (custom-magic-alist, custom-magic-value-create)
17411         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17412         (custom-invalid-face, custom-rogue-face, custom-modified-face)
17413         (custom-set-face, custom-changed-face, custom-saved-face)
17414         (custom-button-face, custom-button-pressed-face)
17415         (custom-documentation-face, custom-state-face)
17416         (custom-comment-face, custom-comment-tag-face)
17417         (custom-variable-tag-face, custom-variable-button-face)
17418         (custom-face-tag-face, custom-group-tag-face-1)
17419         (custom-group-tag-face):
17420         New backward-compatibility aliases for renamed faces.
17422         * wid-edit.el (widget-documentation, widget-button)
17423         (widget-field, widget-single-line-field, widget-inactive)
17424         (widget-button-pressed): "-face" suffix removed from face names.
17425         (widget-documentation-face, widget-button-face)
17426         (widget-field-face, widget-single-line-field-face)
17427         (widget-inactive-face, widget-button-pressed-face):
17428         New backward-compatibility aliases for renamed faces.
17429         (widget-documentation-face, widget-button-face)
17430         (widget-button-pressed-face, widget-specify-field)
17431         (widget-specify-inactive): Use renamed widget faces.
17433 2005-06-10  Kenichi Handa  <handa@m17n.org>
17435         * term/x-win.el (x-clipboard-yank): Remove condition-case
17436         wrapping.
17438 2005-06-11  Kenichi Handa  <handa@m17n.org>
17440         * add-log.el (change-log-font-lock-keywords): Make the regexp for
17441         date lines stricter.
17443 2005-06-10  Zhang Wei  <id.brep@gmail.com>
17445         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17446         of x-get-selection.
17448 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
17450         * comint.el (comint-mode, comint-snapshot-last-prompt):
17451         * frame.el (frame-current-scroll-bars):
17452         * term.el (term-mode, term-check-proc, term-input-sender)
17453         (term-simple-send, term-extract-string, term-word)
17454         (term-match-partial-filename):
17455         * window.el (window-current-scroll-bars):
17456         * emulation/cua-base.el (cua-normal-cursor-color)
17457         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17458         (cua-global-mark-cursor-color):
17459         * mail/undigest.el (rmail-forward-separator-regex):
17460         Fix typos in docstrings.
17462         * comint.el (comint-check-proc, make-comint-in-buffer)
17463         (comint-source-default): Doc fixes.
17465         * term.el (term-send-string): Improve argument/docstring consistency.
17467 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
17469         * comint.el (comint-send-input): Bind `inhibit-read-only' around
17470         call to `delete-region'.
17471         (comint-mode-hook): Do not enable Font Lock by default.
17473 2005-06-09  Lute Kamstra  <lute@gnu.org>
17475         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17476         could be void.
17478 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17480         * emacs-lisp/debug.el (debugger-will-be-back): New var.
17481         (debug): Use it.
17482         (debugger-step-through, debugger-continue, debugger-jump)
17483         (debugger-return-value): Set it when needed.
17484         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17485         Use inhibit-read-only.
17487 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
17489         * window.el (shrink-window-if-larger-than-buffer)
17490         (window-size-fixed): Fix typo in docstring.
17492         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
17493         thumbnails directory on loading.
17494         (thumbs-conversion-program): Use `eq' to check the system type,
17495         not `equal'.
17496         (thumbs-temp-dir): Initialize to `temporary-file-directory',
17497         not "/tmp".  Fix docstring.
17498         (thumbs-thumbsdir): New function to return the thumbnails
17499         directory, creating it if needed.
17500         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17501         (thumbs-temp-file): Delete variable and make it into a function.
17502         (thumbs-resize-image, thumbs-modify-image): Use it.
17503         (thumbs-kill-buffer): Simplify.
17504         (thumbs-gensym): Defalias or duplicate CL `gensym'.
17505         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17506         docstrings.
17508 2005-06-09  Kim F. Storm  <storm@cua.dk>
17510         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
17511         set-match-data to free markers in match-data.
17513         * replace.el (replace-match-data): Pass RESEAT arg `t' to
17514         match-data to unchain markers in match-data.
17516 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17518         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
17519         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
17520         unnecessary now.
17522 2005-06-08  Richard M. Stallman  <rms@gnu.org>
17524         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
17525         give the variable a doc string that doesn't say don't set it directly.
17527         * textmodes/ispell.el (ispell-check-version):
17528         Use match-string-no-properties.
17529         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
17530         (ispell-buffer-local-words): Likewise.
17532         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
17533         except on terminals with enough colors to really display it.
17534         (makefile-dependency-regex): Delete spurious `bb'.
17536         * faces.el (escape-glyph): Use blue once again in last case.
17537         (no-break-space): Redefine so that it isn't invisible on a tty.
17539 2005-06-08  Kim F. Storm  <storm@cua.dk>
17541         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
17542         also when reading directory name.
17544 2005-06-08  Lute Kamstra  <lute@gnu.org>
17546         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
17547         (flyspell-mode-line-string): Remove autoload cookie.
17548         (flyspell-mode): Remove defvar.
17550 2005-06-07  Lute Kamstra  <lute@gnu.org>
17552         * textmodes/org.el (org-run-mode-hooks): New function.
17553         (org-agenda-mode): Use it.
17555 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
17557         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
17559 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17561         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
17563 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
17565         * font-lock.el (font-lock-add-keywords): Doc fix.
17567 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17569         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
17570         (tex-compile-default): In the absence of any history, use the order in
17571         tex-compile-alist to choose the preferred command.
17572         (tex-compile-commands): Reorder a bit.
17574         * textmodes/flyspell.el (flyspell-auto-correct-binding)
17575         (flyspell-incorrect-face, flyspell-duplicate-face):
17576         Use (X)Emacs-agnostic code.
17577         (flyspell-mode-map): Don't overwrite at each load.  Remove code
17578         redundant with the subsequent add-minor-mode.  Merge Emacs and
17579         XEmacs code.
17580         (flyspell-word): Minor simplification.
17581         (flyspell-math-tex-command-p): Quieten the byte-compiler.
17582         (flyspell-external-point-words): Remove unused vars `size' and `start'.
17583         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
17584         Merge the corresponding Emacs code.
17585         (flyspell-correct-word, flyspell-xemacs-popup):
17586         Use flyspell-do-correct.
17588         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
17589         a dedicated window.
17591         * international/latexenc.el (latexenc-find-file-coding-system):
17592         Undo part of last patch, to turn off a compiler warning.
17594 2005-06-06  Juri Linkov  <juri@jurta.org>
17596         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
17597         Rename `tmm-inactive-face' to `tmm-inactive'.
17599 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
17601         * iswitchb.el: Rename faces.
17603 2005-06-06  Kim F. Storm  <storm@cua.dk>
17605         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
17606         (cua-global-mark): Remove -face suffix from face names.
17608         * emulation/cua-gmrk.el (cua--init-global-mark):
17609         Remove cua-global-mark face setup.
17611 2005-06-06  Richard M. Stallman  <rms@gnu.org>
17613         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
17614         just like other allowed characters.
17615         (makefile-match-dependency): Exclude leading and training whitespace
17616         from the range of regexp subexp 1.
17617         (makefile-macroassign-regex): Don't try to match the body,
17618         just the name of the macro being defined.
17620         * info.el (Info-read-node-name-2): New function.
17621         (Info-read-node-name-1): Use that.
17622         Add a completion-base-size-function property.
17624         * simple.el (completion-setup-function): Look for
17625         completion-base-size-function property of minibuffer-completion-table.
17627         * files.el (locate-file-completion): Doc fix.
17629         * printing.el: Don't call pr-update-menus; user must do that.
17631         * emacs-lisp/debug.el (debugger-window): New variable.
17632         (debug): Use debugger-window if it is set and still alive.
17633         Record debugger-window for next entry.
17635         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
17637 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
17639         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
17640         (hack-one-local-variable, hack-local-variables)
17641         (hack-local-variables-prop-line): Pass that arg.
17643 2005-06-06  Kim F. Storm  <storm@cua.dk>
17645         * ido.el (ido-first-match, ido-only-match, ido-subdir)
17646         (ido-indicator): Remove -face suffix from face names.
17648 2005-06-06  Juri Linkov  <juri@jurta.org>
17650         * font-lock.el (font-lock-regexp-backslash)
17651         (font-lock-regexp-backslash-construct): New faces.
17652         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
17653         after `('.  Add `while-no-input' to control structures.
17655         * faces.el (no-break-space, shadow): New faces.
17656         (escape-glyph): Use less loud colors pink2 and red4.
17658         * diff-mode.el (diff-context-face)
17659         * dired.el (dired-ignored)
17660         * rfn-eshadow.el (file-name-shadow)
17661         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
17663         * info.el (Info-title-1-face): Use green instead of yellow because
17664         bold yellow is not readable on light backgrounds.
17666         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
17667         before selecting the desired mode to not spend time fontifying
17668         old contents.
17670 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
17672         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
17673         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
17675         * ps-print.el (ps-default-fg, ps-default-bg):
17676         Fix typos in docstrings.
17678         * isearchb.el (isearchb): Don't pass a spurious second argument to
17679         `iswitchb-completions'.
17681 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
17683         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
17684         to preserve point.
17685         (gdb-find-file-hook): Add doc string.
17687         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
17688         C dereferenced pointer expression.
17689         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
17691         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
17693         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
17694         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
17695         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
17696         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
17697         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
17698         Make background transparent.
17700 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17702         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
17703         (font-lock-remove-keywords): Doc fix.
17704         (font-lock-mode-major-mode): Compiler defvar.
17705         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
17707         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
17708         (font-lock-mode): Update `font-lock-mode-major-mode'.
17709         (font-lock-set-defaults): Compiler defvar.
17710         (font-lock-default-function): Take `font-lock-mode-major-mode'
17711         into account.
17713         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
17714         keep track of which major mode it enabled the minor mode for.
17715         Use find-file-hook again.  Update docstring.
17717         * simple.el (eval-expression-print-level)
17718         (eval-expression-print-length, eval-expression-debug-on-error):
17719         Doc fixes.
17721 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
17723         * iswitchb.el (iswitchb-single-match-face)
17724         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
17725         (iswitchb-invalid-regexp-face): New faces.
17726         (iswitchb-completions): Use them.
17727         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
17728         now marked as an obsolete alias.
17729         (iswitchb-read-buffer): Remove check for bound font variables.
17730         (iswitchb-invalid-regexp): New free variable.
17731         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
17732         set iswitchb-invalid-regexp.
17733         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
17734         invalid regexps.
17735         (iswitchb-completions): Add check for complete match when entering
17736         a regexp.
17737         (iswitchb-completions): Remove require-match argument.
17738         (iswitchb-exhibit): Fix caller.
17739         (iswitchb-common-match-inserted): New variable.
17740         (iswitchb-complete, iswitchb-completion-help): Use it.
17742 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
17744         * url-http.el (url-http-chunked-encoding-after-change-function):
17745         Use `url-http-debug' instead of `message'.
17747 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
17749         * url-http.el (url-http-parse-headers): Pass redirected URL as a
17750         callback argument.
17752 2005-06-04  Kim F. Storm  <storm@cua.dk>
17754         * simple.el (line-move): Only call sit-for when moving backwards.
17756         * ido.el (ido-make-merged-file-list-1): New defun split from
17757         ido-make-merged-file-list.
17758         (ido-make-merged-file-list): Bind throw-on-input around call to
17759         ido-make-merged-file-list-1.  Return input-pending-p if
17760         interrupted by more input available.
17761         (ido-read-internal): Handle input-pending-p return value from
17762         ido-make-merged-file-list.
17764 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17766         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
17767         compatibility code.
17769         * international/latexenc.el (latexenc-find-file-coding-system):
17770         Don't inherit the EOL part of the coding-system from the
17771         tex-main buffer.  Fit within 80 columns.
17773 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
17775         * tmm.el (tmm-inactive-face): New face.
17776         (tmm-remove-inactive-mouse-face): New function.
17777         (tmm-prompt, tmm-add-one-shortcut)
17778         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
17779         but not selectable.
17781 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
17783         * faces.el (face-equal): Improve argument/docstring consistency.
17785 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
17787         * progmodes/make-mode.el (makefile-targets-face)
17788         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
17789         (makefile-bsdmake-dependency-regex)
17790         (makefile-makepp-rule-action-regex)
17791         (makefile-bsdmake-rule-action-regex): New constants.
17792         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
17794         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17795         Allow (...) within `...' for makepp messages.
17797 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
17799         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
17801         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
17802         "." files are deleted from all file lists before comparison.
17804         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17805         (viper-ESC-key): Made them customizable.
17807         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
17809 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
17811         * autorevert.el (auto-revert-buffers): Use save-match-data.
17813 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17815         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
17816         menu items with a nil command binding.
17818 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
17820         * emacs-lisp/cl-macs.el (defsetf):
17821         Improve argument/docstring consistency.
17823         * faces.el (list-faces-display): Improve the formatting by
17824         computing the maximum length required for any face-name (reworked
17825         patch of 1999-01-11, accidentally deleted on 1999-07-21).
17826         (internal-find-face): Remove redundant info in docstring.
17828 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
17830         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
17831         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
17832         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
17833         (gdb-assembler-custom): Improve regexps.
17834         (def-gdb-auto-update-handler): Use window point to preserve point.
17836 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17838         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
17840 2005-05-31  Jay Belanger  <belanger@truman.edu>
17842         * calc/calc-embed.el (calc-embedded-word): Change argument passed
17843         to calc-embedded.
17844         (calc-embedded-make-info): Have plain prefix argument select
17845         entire line.
17847 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
17849         * faces.el (list-faces-display): Signal error if passed a regexp
17850         that matches no face name.
17852         * simple.el (filter-buffer-substring): Fix typo in docstring.
17854 2005-05-31  Richard M. Stallman  <rms@gnu.org>
17856         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
17857         (vhdl-emacs-21): Doc fix.
17858         (vhdl-mode): Unconditionally set comment-padding.
17859         (vhdl-fixup-whitespace-region): Insert spaces only where
17860         there are none.
17861         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
17863 2005-05-30  John Wiegley  <johnw@newartisans.com>
17865         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
17866         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
17867         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
17868         `directory-sep-char' to ?/, and all uses of `string-to-int' to
17869         `string-to-number'.
17871 2005-05-30  Jay Belanger  <belanger@truman.edu>
17873         * calc/calc.el (calc-bug-address): Fix docstring.
17874         (calc-window-hook, calc-trail-window-hook): New variables.
17875         (calc-trail-display): Restore use of calc-trail-window-hook.
17876         (calc): Restore use of calc-window-hook.
17878 2005-05-31  Masatake YAMATO  <jet@gyve.org>
17880         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
17882         * help-fns.el (help-C-file-name): Add autoload mark for
17883         `find-function-noselect'.
17885 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17887         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
17888         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
17890 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17892         * calendar/diary-lib.el (mark-included-diary-files): Only kill
17893         included diary buffer if it was not already being visited.
17894         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
17896         * calendar/icalendar.el (top-level): Do not require appt.
17898         * mail/supercite.el (sc-select-attribution): Only use a list
17899         element from sc-attrib-selection-list if it returns a string.
17900         Reported by Davide G. M. Salvetti <salve@debian.org>.
17902 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
17904         * thumbs.el (thumbs-thumbname): The resulting thumbname now
17905         includes a hash value to improve its uniqueness, and has a ".jpg"
17906         extension.  Also, it is now a valid filename on all systems.
17907         (thumbs-make-thumb): Use `let', not `let*'.
17908         (thumbs-show-thumbs-list): Check for JPEG availability.
17910 2005-05-30  Richard M. Stallman  <rms@gnu.org>
17912         * filesets.el (filesets-menu-ensure-use-cached):
17913         Prevent warning when emacs-version>= is undefined.
17915         * printing.el (pr-interactive-n-up): Use string-to-number.
17917         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
17919         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17920         Warn only when name to be defined is quoted.
17922 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
17924         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
17925         Make regexp more robust.
17926         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
17927         Force regeneration of disassembly.
17929 2005-05-29  Jay Belanger  <belanger@truman.edu>
17931         * calc/calc.el (calc-user-invocation): Check if
17932         calc-invocation-macro is non-nil.
17934 2005-05-29  Juri Linkov  <juri@jurta.org>
17936         * add-log.el (change-log-font-lock-keywords):
17937         Add `+' to e-mail regexp to accept mail address with keywords.
17939         * man.el (Man-name-regexp): Add `:' to accept qualified names.
17941 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
17943         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
17945         * ielm.el (inferior-emacs-lisp-mode): Ditto.
17947 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17949         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
17950         Undo the change that moves to end of the current word.
17952 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
17954         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
17955         Throw error when count <= 0 to ensure input is a number.
17956         (gdb-read-memory-custom): Pick up address from buffer.
17957         (gdb-memory-mode): Allow user to increment and decrement
17958         memory address from header line.
17960 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17962         * flyspell.el (flyspell-version): Function deleted.
17963         (flyspell-auto-correct-previous-hook): Doc fix.
17965         * jit-lock.el (jit-lock-function, jit-lock-after-change):
17966         Do nothing if memory is full.
17968         * font-lock.el (font-lock-fontify-syntactically-region):
17969         Pass t for GREEDY to looking-back.
17971         * saveplace.el (save-place-alist-to-file): Write the file
17972         using write-region.
17974         * subr.el (looking-back): New argument GREEDY.
17976         * progmodes/compile.el (compilation-start): Set the mode
17977         before inserting the initial text.
17979         * progmodes/which-func.el (which-func-update-1): Turn the mode
17980         off in case of error by setting which-func-mode.
17982 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
17984         * flyspell.el (flyspell-auto-correct-previous-word):
17985         Narrow down to what's on the screen, and recenter overlays
17986         at the end of the next word.
17988 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
17990         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
17991         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
17992         (flyspell-abbrev-p): Default to nil.
17993         (flyspell-use-global-abbrev-table-p): Doc fix.
17994         (flyspell-large-region): Allow nil as value.
17995         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
17997         (mail-mode-flyspell-verify): More robust handling
17998         of `mail-header-separator'.  More efficient signature detection.
17999         Allow for regexp metacharacters in message-header-separator.
18000         Adding `To' not to be checked in mail-mode-flyspell-verify.
18002         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18003         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18004         Bind flyspell-auto-correct-binding.
18005         Bind C-. and C-, .
18006         (flyspell-mode-map): Likewise.
18007         (flyspell-mode): Doc fix.
18008         (flyspell-accept-buffer-local-defs): Preserve current buffer.
18009         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18010         (flyspell-word-cache-result): New var, always local.
18011         (flyspell-check-pre-word-p): Doc fix.
18012         (flyspell-check-changed-word-p): Handle spc like newline.
18013         (flyspell-post-command-hook): Set flyspell-word-cache-result.
18014         (flyspell-word-search-backward, flyspell-word-search-forward):
18015         New functions.
18016         (flyspell-word): Return t if nothing to check.
18017         When parsing TeX code, check for after } or \.
18018         Use flyspell-word-search-backward to find previous word.
18019         Return nil if duplicated word.
18020         For word already checked, return same value as last time.
18021         Set flyspell-word-cache-result after checking.
18022         Don't clobber the return value.
18023         (flyspell-get-word): Major rewrite.
18024         (flyspell-external-point-words): New locals pword, pcount.
18025         Fix size used in progress message.
18026         Find the proper corresponding word in flyspell-large-region-buffer.
18027         (flyspell-region): Check for flyspell-large-region = nil.
18028         (flyspell-highlight-incorrect-region): Clean up overlays in region.
18029         (flyspell-auto-correct-word): Check that WORD is a cons.
18030         (flyspell-correct-word): Likewise.
18032 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
18034         * progmodes/make-mode.el (makefile-rule-action-regex)
18035         (makefile-macroassign-regex, makefile-makepp-mode)
18036         (makefile-bsdmake-mode): Continuation lines may be empty.
18037         Reported by Joshua Varner.
18038         (makefile-makepp-font-lock-keywords): Add $(stem).
18040 2005-05-28  Karl Berry  <karl@gnu.org>
18042         * textmodes/tex-mode.el: Now that tex-send-command calls
18043         shell-quote-argument (2005-03-31 change), remove all calls to
18044         shell-quote-argument; they all end up invoking tex-send-command.
18045         The double quoting loses on filenames with non-safe characters,
18046         such as "@".  Reported by Frederik Fouvry.
18048 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
18050         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18051         about preserving point.
18053 2005-05-27  Jay Belanger  <belanger@truman.edu>
18055         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18056         Info-goto-node.
18058         * calc/calc-embed.el (calc-embed-arg): New variable.
18059         (calc-do-embedded-activate, calc-embedded-activate-formula)
18060         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18061         variable by new variable.
18062         (calc-embedded-make-info): Replace undeclared variable by new
18063         variable.  When selecting region with positive prefix
18064         argument, use end of previous line instead of beginning of line.
18066         * calc/calc-aent.el (calc-arg-values): Declare it.
18068         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18069         Declare them.
18071         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18073         * calc/calc.el (calc-alg-map): Declare it.
18075         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18077 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
18079         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18080         (gdb-registers-buffer, toggle-gdb-all-registers):
18081         Toggle display of floating point registers.
18082         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18084         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
18085         (toggle-gud-tooltip-dereference):
18086         Rename from gud-toggle-tooltip-dereference.
18088 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18090         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18092 2005-05-27  Jay Belanger  <belanger@truman.edu>
18094         * calc/calc-prog.el (calc-kbd-report): Remove.
18095         (calc-kbd-query): Rewrite.
18097 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
18099         * image.el (image-library-alist): Move to image.c.
18100         (image-type-available-p): Doc fix.
18102 2005-05-27  Lute Kamstra  <lute@gnu.org>
18104         * calc/calc.el (calc):
18105         * outline.el (outline-1, outline-2, outline-3, outline-4)
18106         (outline-5, outline-6, outline-7, outline-8):
18107         * textmodes/dns-mode.el (dns-mode):
18108         * textmodes/sgml-mode.el (sgml-namespace-face):
18109         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18110         (tex-verbatim-face, tex-use-reftex):
18111         * textmodes/texinfo.el (texinfo-heading-face):
18112         Specify customization group.
18114         * longlines.el: Don't require easy-mmode.
18115         (longlines-visible-face): Specify customization group.
18117 2005-05-27  Kenichi Handa  <handa@m17n.org>
18119         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18120         encoding table of windows-1251.
18122         * international/ucs-tables.el (ucs-set-table-for-input):
18123         If translation-table-for-input of a coding system is a symbol, get
18124         its translation-table property.
18126         * international/code-pages.el: Don't register a coding system into
18127         non-iso-charset-alist more than once.
18128         (cp-make-coding-system): Likewise.
18130 2005-05-26  John Wiegley  <johnw@newartisans.com>
18132         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18133         `eshell-resume-eval' is wrapped in a list, it indicates that the
18134         command was run asynchronously.  In that case, unwrap the value
18135         before checking the delimiter value.
18137         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18138         character before a space at the end of a line is \, assume the space
18139         is part of the last argument rather than a final argument separator.
18141         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18142         is in use, and the target is `t' or `nil' (which are the most common
18143         values), don't assume that the symbol target is a buffer.
18145 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18147         * calendar/calendar.el (calendar-mode-line-format):
18148         Use mode-line-highlight as mouse-face.
18150         * time.el (display-time-string-forms, display-time-update):
18151         Use mode-line-highlight as mouse-face.
18153 2005-05-26  Jay Belanger  <belanger@truman.edu>
18155         * calc/calc.el (calc-language-alist): Remove extra defvar.
18157 2005-05-26  Lute Kamstra  <lute@gnu.org>
18159         * arc-mode.el (archive-mode):
18160         * bookmark.el (bookmark-read-annotation-mode)
18161         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18162         * bs.el (bs-mode):
18163         * calc/calc-yank.el (calc-edit-mode):
18164         * calc/calc.el (calc-mode, calc-trail-mode):
18165         * calculator.el (calculator-mode):
18166         * chistory.el (command-history-mode):
18167         * comint.el:
18168         * cus-edit.el (custom-mode):
18169         * descr-text.el (describe-text-mode):
18170         * ebuff-menu.el (Electric-buffer-menu-mode):
18171         * ediff-util.el (ediff-mode):
18172         * emacs-lisp/re-builder.el (reb-mode):
18173         * emulation/vi.el (vi-mode-setup):
18174         * emulation/ws-mode.el (wordstar-mode):
18175         * eshell/esh-mode.el (eshell-mode):
18176         * forms.el (forms-mode):
18177         * help-mode.el (help-mode):
18178         * hexl.el (hexl-mode):
18179         * ibuffer.el (ibuffer-mode):
18180         * ielm.el (inferior-emacs-lisp-mode):
18181         * info.el (Info-mode, Info-edit-mode):
18182         * international/swedish.el:
18183         * ledit.el (ledit-from-lisp-mode):
18184         * locate.el (locate-mode):
18185         * mail/rmail.el (rmail-mode):
18186         * mail/rmailedit.el (rmail-edit-mode):
18187         * mail/rmailsum.el (rmail-summary-mode):
18188         * mail/supercite.el (sc-electric-mode):
18189         * net/eudc.el (eudc-mode):
18190         * net/quickurl.el (quickurl-list-mode):
18191         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18192         * obsolete/ooutline.el (outline-mode):
18193         * obsolete/options.el (Edit-options-mode):
18194         * obsolete/rnews.el (news-mode):
18195         * obsolete/rnewspost.el (news-reply-mode):
18196         * play/5x5.el (5x5-mode):
18197         * play/decipher.el (decipher-mode, decipher-stats-mode):
18198         * play/gomoku.el (gomoku-mode):
18199         * play/snake.el (snake-mode):
18200         * play/solitaire.el (solitaire-mode):
18201         * play/tetris.el (tetris-mode):
18202         * progmodes/ada-mode.el (ada-mode):
18203         * progmodes/antlr-mode.el (antlr-mode):
18204         * progmodes/autoconf.el (autoconf-mode):
18205         * progmodes/dcl-mode.el (dcl-mode):
18206         * progmodes/delphi.el (delphi-mode):
18207         * progmodes/ebrowse.el (ebrowse-tree-mode)
18208         (ebrowse-electric-list-mode, ebrowse-member-mode)
18209         (ebrowse-electric-position-mode):
18210         * progmodes/f90.el (f90-mode):
18211         * progmodes/fortran.el (fortran-mode):
18212         * progmodes/icon.el (icon-mode):
18213         * progmodes/idlw-help.el (idlwave-help-mode):
18214         * progmodes/idlw-shell.el (idlwave-shell-mode):
18215         * progmodes/idlwave.el (idlwave-mode):
18216         * progmodes/inf-lisp.el (inferior-lisp-mode):
18217         * progmodes/m4-mode.el (m4-mode):
18218         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18219         * progmodes/modula2.el (modula-2-mode):
18220         * progmodes/octave-inf.el (inferior-octave-mode):
18221         * progmodes/octave-mod.el (octave-mode):
18222         * progmodes/pascal.el (pascal-mode):
18223         * progmodes/sh-script.el (sh-mode):
18224         * progmodes/sql.el (sql-mode, sql-interactive-mode):
18225         * progmodes/vhdl-mode.el (vhdl-mode):
18226         * progmodes/xscheme.el (scheme-interaction-mode):
18227         * replace.el (occur-mode):
18228         * ses.el (ses-mode):
18229         * simple.el (completion-list-mode):
18230         * skeleton.el:
18231         * speedbar.el (speedbar-mode):
18232         * term.el (term-mode):
18233         * terminal.el (terminal-edit-mode):
18234         * textmodes/reftex-index.el (reftex-index-mode)
18235         (reftex-index-phrases-mode):
18236         * textmodes/reftex-sel.el (reftex-select-label-mode)
18237         (reftex-select-bib-mode):
18238         * textmodes/reftex-toc.el (reftex-toc-mode):
18239         * wdired.el (wdired-change-to-wdired-mode):
18240         * wid-browse.el (widget-browse-mode):
18241         Use run-mode-hooks.
18243         * array.el (array-mode):
18244         * calendar/todo-mode.el (todo-mode):
18245         * man.el (Man-mode):
18246         * play/landmark.el (lm-mode):
18247         * play/mpuz.el (mpuz-mode):
18248         Use kill-all-local-variables and run-mode-hooks.
18250         * subr.el (delay-mode-hooks): Specify indentation.
18252 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
18254         * xml.el (xml-substitute-special): Don't die for undefined xml
18255         entities.
18257 2005-05-26  Jay Belanger  <belanger@truman.edu>
18259         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18260         of nil.
18262 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
18264         * progmodes/gdb-ui.el (gdb-frame-address):
18265         Rename from gdb-current-address.
18266         (gdb-previous-frame-address): Rename from gdb-previous-address.
18267         (gdb-selected-frame): Rename from gdb-current-frame.
18268         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18269         (gdb-frame-number): Rename from gdb-current-stack-level.
18270         (gdb-ann3): Match new mode-name for disassembly buffer.
18271         Extend initialization of variables.
18272         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18273         (gdb-memory-mode): Use mouse-face in header line.
18274         (gdb-assembler-buffer-name): Call it disassembly and give frame
18275         in mode line.
18276         (gdb-source-spec-regexp, gdb-assembler-custom)
18277         (gdb-invalidate-assembler, gdb-frame-handler):
18278         Make robust to leading zeroes in address format.
18280 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
18282         * textmodes/org.el (org-mode): Use `define-derived-mode' to
18283         define `org-mode'.
18284         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18286 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18288         * log-edit.el (log-edit-changelog-entries): Distinguish between
18289         filenames like xfns.c and fns.c.
18291 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
18293         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18294         point after reverting.
18295         (Buffer-menu-make-sort-button): Handle the case where
18296         `Buffer-menu-use-header-line' is nil.
18298 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
18300         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18301         New funcs.  In minibuffer-local-completion-map bind `]', `/'
18302         and `:' to them.
18304 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18306         * startup.el (normal-top-level): Allow modification of load-path while
18307         we're iterating over it.
18309 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
18311         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18312         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18313         (thumbs-resize-interactive, thumbs-insert-image)
18314         (thumbs-insert-thumb, thumbs-dired-show-marked)
18315         (thumbs-find-image-at-point, thumbs-delete-images)
18316         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18317         (thumbs-increment-image-size, thumbs-decrement-image-size):
18318         Fix typos in docstrings.
18320 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
18322         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18323         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18324         (cperl-mode): Use them.
18326 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
18328         * window.el (quit-window, shrink-window-if-larger-than-buffer):
18329         Doc fixes.
18331 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
18333         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18334         Bind C-d to gdb-inferior-io-eof.
18336         * dired.el (dired-dnd-popup-notice): Use message-box.
18338 2005-05-23  Masatake YAMATO  <jet@gyve.org>
18340         * bindings.el (mode-line-major-mode-keymap):
18341         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18343         * faces.el (mode-line-highlight): New face.
18345         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18346         as mouse-face.
18348         * bindings.el (top-level, help-echo, mode-line-modified)
18349         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18350         as mouse-face.
18352 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
18354         * progmodes/cc-engine.el (c-guess-basic-syntax):
18355         Remove spurious call to `zerop'.
18357         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18359 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
18361         CC Mode update to 5.30.10:
18363         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18364         could go past the limit in decoration level 2, thereby causing
18365         errors during interactive fontification.
18367         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18368         the file is evaluated interactively.
18370         * cc-engine.el (c-guess-basic-syntax): Handle operator
18371         declarations somewhat better in C++.
18373         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18374         make use of `run-mode-hooks' which has been added in Emacs 21.1.
18375         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18376         (awk-mode): Use it.
18377         (make-local-hook): Suppress warning about obsoleteness.
18379         * cc-engine.el, cc-align.el, cc-cmds.el
18380         (c-append-backslashes-forward, c-delete-backslashes-forward)
18381         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18382         Compensate for return value from `forward-line' when it has moved
18383         but not to a different line due to eob.
18385         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18386         `objc-method-intro' and `objc-method-args-cont'.
18388 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
18390         CC Mode update to 5.30.10:
18392         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18393         in the copyright statement.  Incidentally, change "along with GNU
18394         Emacs" to "along with this program" where it occurs.
18396         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18397         so that it is interactive, hence can be found by M-x awk-mode
18398         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
18399         <gmorris+emacs@ast.cam.ac.uk>.
18401         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18402         Mode's regexps.
18404 2005-05-23  Kevin Ryde  <user42@zip.com.au>
18406         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18407         c-parse-state, to avoid a lisp error (on bad code).
18409 2005-05-23  Lute Kamstra  <lute@gnu.org>
18411         * subr.el (font-lock-defaults): Remove defvar as it's already
18412         defined in font-core.el.
18414         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18416 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
18418         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18419         more general and work when GDB variable "print pretty" is on,
18420         as with Emacs, for example.
18422 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
18424         * font-core.el: Update comment.
18426         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18427         Use `after-change-major-mode-hook' instead of `find-file-hook'.
18429         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18431 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
18433         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18434         and `yank-handler' in the doc strings.
18436 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18438         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
18440 2005-05-22  Richard M. Stallman  <rms@gnu.org>
18442         * help.el (describe-key): Move print-help-return-message call
18443         out of conditional.
18445         * progmodes/etags.el (list-tags): Use with-no-warnings.
18447         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18448         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18449         (starttls-extra-args, starttls-extra-arguments): Add defvars.
18451         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18453         * language/viet-util.el (viet-viscii-nonascii-translation-table):
18454         Add defvar.
18456         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18457         Use defvar, not defconst.
18459         * hexl.el (hexl-follow-line): Use with-no-warnings.
18461         * emulation/tpu-extras.el: Use write-file-functions instead of
18462         write-file-hooks.
18464         * dired.el (dired-font-lock-keywords): Fontify files with junk
18465         extensions even if marked by -F.
18467 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
18469         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18470         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18471         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18472         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18473         (concatenate, list-length, get*, getf, cl-remprop):
18474         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18475         (etypecase, progv, lexical-let, lexical-let*)
18476         (multiple-value-bind, multiple-value-setq, shiftf):
18477         Improve argument/docstring consistency.
18479         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18481 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
18483         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18484         doesn't exist.
18486         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
18487         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18489 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
18491         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18492         already deleted variables: auto-fill-hook, blink-paren-hook,
18493         lisp-indent-hook, inhibit-local-variables, unread-command-event,
18494         suspend-hooks, comment-indent-hook, meta-flag,
18495         before-change-function, after-change-function,
18496         font-lock-doc-string-face.
18498 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
18500         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18502 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
18504         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18505         rmail-dont-reply-to.
18507 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18509         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
18510         literal blank when splitting new-header-values.
18512 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
18514         * calendar/cal-menu.el (cal-menu-update): Add separator as a
18515         string so that tmm doesn't create a completion entry for it.
18517         * textmodes/table.el (table-disable-menu): Ditto.
18519 2005-05-21  Richard M. Stallman  <rms@gnu.org>
18521         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
18523         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
18525         * net/rcompile.el (remote-compile): Use compilation-start.
18527         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
18529 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
18531         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
18532         Default to makefile-bsdmake-mode on BSD systems.
18534         * imenu.el (imenu-generic-expression, imenu--generic-function'):
18535         REGEXP may also be a search function now.  The part of doc-string
18536         for describing the structure was 95% identical to that of
18537         `imenu--generic-function'.  Unify it there.
18539         * progmodes/make-mode.el (makefile-imenu-generic-expression):
18540         Use function to find dependencies, because regexp alone is so complex,
18541         it easily goes into an endless loop.
18542         (makefile-makepp-mode): Also add submenu for Perl functions
18543         defined in the makefile.
18544         (makefile-bsdmake-mode): Special imenu-generic-expression no
18545         longer needed, due to function call.
18546         (makefile-match-dependency): Take BOUND into account when checking
18547         if we're through.
18549 2005-05-20  Jay Belanger  <belanger@truman.edu>
18551         * calc/calc-units.el (calc-invalidate-units-table):
18552         Use inhibit-read-only.
18553         (math-build-units-table-buffer): Use view-mode.
18555 2005-05-20  David Kastrup  <dak@gnu.org>
18557         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
18558         easy-menu-add is not a nop on Emacs; and clarify when to call it.
18560 2005-05-20  Lute Kamstra  <lute@gnu.org>
18562         * diff-mode.el (diff-header-face, diff-file-header-face)
18563         (diff-index-face, diff-hunk-header-face, diff-removed-face)
18564         (diff-added-face, diff-changed-face, diff-function-face)
18565         (diff-context-face, diff-nonexistent-face): Put them in the
18566         diff-mode customization group.
18568 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18570         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
18572         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
18574         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
18575         Minor regexp-optimization.
18577 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
18579         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
18580         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
18581         (org-agenda-add-time-grid-maybe): New function.
18582         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
18583         (org-table-create): `dotimes' instead of `mapcar'.
18584         (org-xor): Simplify implementation.
18585         (org-agenda): `inhibit-redisplay' turned on.
18586         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
18587         a consistent line after a state change.
18588         (org-agenda-remove-times-when-in-prefix): New option.
18589         (org-prefix-has-time): New variable.
18590         (org-parse-time-string): Optional argument NODEFAULT.
18591         (org-format-agenda-item): Parse items for time-of-day
18592         specifications and move these into the prefix if possible.
18593         (org-agenda-priority): Get current heading, not previous heading
18594         during agenda remote editing.
18596 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
18598         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
18599         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
18600         (remove-duplicates, delete-duplicates, substitute)
18601         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
18602         (nsubstitute-if-not, find, find-if, find-if-not, position)
18603         (position-if, position-if-not, count, count-if, count-if-not)
18604         (mismatch, search, sort*, stable-sort, merge, member*)
18605         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
18606         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
18607         (intersection, nintersection, set-difference, nset-difference)
18608         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
18609         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
18610         (nsublis, tree-equal): Improve argument/docstring consistency.
18612         * subr.el (send-string, send-region): Remove obsolescence declaration.
18613         (window-dot, set-window-dot, read-input, show-buffer)
18614         (eval-current-buffer, string-to-int):
18615         Add release number to obsolescence declarations.
18617 2005-05-19  Kim F. Storm  <storm@cua.dk>
18619         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
18620         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
18622 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
18624         * faces.el (list-faces-display): Make back button respect optional
18625         regexp arg.
18627 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
18629         * calculator.el (calculator-radix-grouping-mode)
18630         (calculator-radix-grouping-digits, calculator-displayer)
18631         (calculator-radix-grouping-separator, calculator-copy-displayer):
18632         * dabbrev.el (dabbrev-search-these-buffers-only):
18633         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
18634         (diff-advance-after-apply-hunk, diff-mode-hook)
18635         (diff-minor-mode-prefix):
18636         * imenu.el (imenu-use-popup-menu):
18637         * jit-lock.el (jit-lock-context-time):
18638         * newcomment.el (comment-fill-column, comment-column)
18639         (comment-style, comment-padding, comment-multi-line)
18640         (comment-empty-lines, comment-auto-fill-only-comments):
18641         * reveal.el (reveal-around-mark):
18642         * uniquify.el (uniquify-buffer-name-style)
18643         (uniquify-after-kill-buffer-p)
18644         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
18645         (uniquify-min-dir-content, uniquify-separator)
18646         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
18647         * w32-vars.el (w32-fixed-font-alist):
18648         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
18649         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
18650         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
18651         * progmodes/perl-mode.el (perl-indent-level)
18652         (perl-continued-statement-offset, perl-continued-brace-offset)
18653         (perl-brace-offset, perl-brace-imaginary-offset)
18654         (perl-label-offset, perl-indent-continued-arguments)
18655         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
18656         * progmodes/tcl.el (tcl-indent-level)
18657         (tcl-continued-indent-level, tcl-auto-newline)
18658         (tcl-tab-always-indent, tcl-electric-hash-style)
18659         (tcl-help-directory-list, tcl-use-smart-word-finder)
18660         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
18661         (inferior-tcl-source-command):
18662         * textmodes/fill.el (enable-kinsoku):
18663         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
18664         * textmodes/table.el (table-yank-handler):
18665         Specify missing group (and type, if simple) in defcustom.
18667 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
18669         * progmodes/compile.el (compilation-finish-function): Fix defvar.
18671 2005-05-19  Richard M. Stallman  <rms@gnu.org>
18673         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
18675         * subr.el (event-basic-type): Don't get an error.
18676         (left-fringe-p): Function deleted.
18678         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
18679         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
18681         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
18682         in recursive copy.
18684         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
18686         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
18688         * emacs-lisp/bytecomp.el
18689         (byte-compile-file-form-custom-declare-variable):
18690         Call byte-compile-nogroup-warn if appropriate.
18692         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
18693         (compilation-set-window): Don't call left-fringe-p; do it directly.
18695 2005-05-19  Jay Belanger  <belanger@truman.edu>
18697         * calc/calc-graph.el (calc-graph-format-data): Make sure
18698         var-PlotRejects is bound before trying to check its value.
18700 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
18702         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
18703         definition of this variable from reftex-global.el to reftex.el,
18704         because it is needed in the menu.
18706 2005-05-19  Lute Kamstra  <lute@gnu.org>
18708         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
18709         years are fixed.  Don't insert a space after a dash.
18711 2005-05-19  Kim F. Storm  <storm@cua.dk>
18713         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
18715 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
18717         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
18718         strings, because (eq ... ?\\) is fairly frequent.
18720         * progmodes/make-mode.el (makefile-add-this-line-targets):
18721         Simplify and integrate into `makefile-pickup-targets'.
18722         (makefile-add-this-line-macro): Simplify and integrate into
18723         `makefile-pickup-macros.
18724         (makefile-pickup-filenames-as-targets): Simplify.
18725         (makefile-previous-dependency, makefile-match-dependency):
18726         Don't stumble over `::'.
18728 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
18730         * subr.el (post-command-idle-hook, post-command-idle-delay):
18731         Remove obsoletion of post-command-idle-hook and
18732         post-command-idle-delay.
18734         * faces.el (list-faces-display): Provide button when describe-face
18735         is called to take user back to the list of faces.
18737         * help-fns.el (describe-variable): Remove hyperlinks in a
18738         variable's value as these are quite frequently inappropriate.
18740         * follow.el (follow-submit-feedback, follow-mode):
18741         Remove references to post-command-idle-hook.
18743 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
18745         * progmodes/make-mode.el (makefile-previous-dependency)
18746         (makefile-match-dependency): Check for := (and in bsd mode also
18747         !=) to give a better result, even when font-lock is not on.
18749 2005-05-18  Jay Belanger  <belanger@truman.edu>
18751         * calc/calc-help.el (calc-s-prefix-help):
18752         Add `calc-copy-special-constant' to help string.
18754 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
18756         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18758 2005-05-18  Jay Belanger  <belanger@truman.edu>
18760         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
18761         in linear factors are in proper order.
18763 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
18765         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18766         Support for jurabib.
18768         * textmodes/reftex.el (featurep): Define aliases for overlay
18769         commands, for XEmacs compatibility, and use these aliases in
18770         overlay initializations.
18771         (reftex-highlight): Use `reftex-move-overlay'.
18772         (reftex-unhighlight): Use `reftex-delete-overlay'.
18773         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
18774         (reftex-access-search-path): Use `reftex-uniquify' instead of
18775         `reftex-uniq'
18777         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
18778         `before-string' property modification enables for Emacs as well.
18779         (reftex-select-item): Use `reftex-delete-overlay'.
18780         (reftex-select-mark): Use `reftex-make-overlay' and
18781         `reftex-overlay-put'.
18782         (reftex-select-unmark): Use `reftex-delete-overlay' and
18783         `reftex-overlay-put'.
18785 2005-05-18  Lute Kamstra  <lute@gnu.org>
18787         * emacs-lisp/lisp.el (check-parens): Fix docstring.
18789 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
18791         * add-log.el (add-change-log-entry):
18792         * array.el (array-make-template, array-reconfigure-rows)
18793         (array-init-max-row, array-init-max-column)
18794         (array-init-columns-per-line, array-init-field-width):
18795         * replace.el (replace-match-maybe-edit, perform-replace):
18796         * textmodes/spell.el (spell-region):
18797         Replace `read-input' by `read-string'.
18799         * forms.el (forms-mode):
18800         * finder.el (finder-compile-keywords):
18801         * shadowfile.el (shadow-read-files):
18802         Replace `eval-current-buffer' by `eval-buffer'.
18804         * terminal.el (te-pass-through):
18805         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
18806         (ange-ftp-raw-send-cmd):
18807         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
18808         (send-process-next-char, telnet-initial-filter, telnet):
18809         Replace `send-string' by `process-send-string'.
18811         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
18812         (prolog-consult-region): Replace `send-string' by
18813         `process-send-string'; replace `send-region' by `process-send-region'.
18815         * progmodes/delphi.el (delphi-log-msg):
18816         Replace `set-window-dot' by `set-window-point'.
18818         * subr.el (window-dot, set-window-dot, read-input, send-string)
18819         (send-region, show-buffer, eval-current-buffer):
18820         Make really obsolete, as the comment says.
18822 2005-05-17  Kim F. Storm  <storm@cua.dk>
18824         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
18825         (cua--init-keymaps): Bind C-return instead of S-return to set
18826         rectangle mark.
18828         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
18829         instead of S-return to toggle/clear rectangle mark.
18831 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
18833         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
18834         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
18835         Also fontify plain strings assigned to variables, mostly so that a
18836         colon has a face and is thus not taken as a dependency separator.
18837         (makefile-previous-dependency): Inline the new matcher, because it
18838         is too complex to work in both directions.
18839         (makefile-match-dependency): Eliminate `backward' arg (see above).
18840         Completely reimplemented so as to not sometimes go into an endless
18841         loop.  It should also be more efficient, because first it only
18842         searches for `:', instead of applying the very complex regexp.
18843         (makefile-mode): Cancel `font-lock-support-mode', because blocks
18844         to be fontified in one piece can be too long for JIT.
18845         Makefiles are never *that* big.
18847 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
18849         * dired.el (dired-mode): Simplify.
18851 2005-05-17  Lute Kamstra  <lute@gnu.org>
18853         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
18854         defcustom for the mode hook variable.
18856         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
18857         Emacs Lisp Reference Manual.
18859 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
18861         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
18862         (evenp, list*):
18863         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
18864         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
18866         * net/tramp-smb.el (tramp-smb-open-connection):
18867         Pass `tramp-chunksize' as fifth (required) argument.
18869 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
18871         * font-lock.el (lisp-font-lock-keywords-1):
18872         Set `font-lock-negation-char-face' for [^...] char group.
18873         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
18875         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
18876         a var, and refine it to mask one more level of nested vars.
18877         (makefile-rule-action-regex): Turn it into a var, and refine it so
18878         it recognizes backslashed continuation lines as belonging to the
18879         same command.
18880         (makefile-macroassign-regex): Refine it so it recognizes
18881         backslashed continuation lines as belonging to the same command.
18882         (makefile-var-use-regex): Don't look at the next char, because it
18883         might be the same one to be skipped by the initial [^$], leading
18884         to an overlooked variable use.
18885         (makefile-make-font-lock-keywords): Remove two parameters, which
18886         are now variables that some of the modes set locally.
18887         Handle dependency and rule action matching through functions, because
18888         regexps alone match too often.  Dependency matching now comes
18889         last, so it can check, whether a colon already matched something else.
18890         (makefile-mode): Inform that font-lock improves makefile parsing
18891         capabilities.
18892         (makefile-match-dependency, makefile-match-action): New functions.
18894 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
18896         * emacs-lisp/cl-extra.el (equalp): Doc fix.
18898         * align.el (align-regexp):
18899         * ansi-color.el (ansi-color-get-face):
18900         * array.el (array-reconfigure-rows, array-init-max-row)
18901         (array-init-max-column, array-init-columns-per-line)
18902         (array-init-field-width):
18903         * dired-aux.el (dired-trample-file-versions):
18904         * dired-x.el (dired-mark-sexp):
18905         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
18906         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
18907         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
18908         * faces.el (face-read-integer):
18909         * files.el (backup-extract-version, insert-directory):
18910         * hexl.el (hexl-insert-decimal-char):
18911         * server.el (server-process-filter):
18912         * shell.el (shell-extract-num):
18913         * startup.el (command-line-1):
18914         * term.el (term-command-hook):
18915         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
18916         (time-stamp-do-number):
18917         * time.el (display-time-update):
18918         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
18919         (timezone-fix-time):
18920         * vms-patch.el (vms-suspend-resume-hook):
18921         * calendar/appt.el (appt-convert-time):
18922         * calendar/cal-bahai.el (mark-bahai-diary-entries):
18923         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
18924         * calendar/cal-islam.el (mark-islamic-diary-entries):
18925         * calendar/calendar.el (calendar-cursor-to-date)
18926         (calendar-star-date):
18927         * calendar/diary-lib.el (diary-attrtype-convert)
18928         (mark-diary-entries, diary-entry-time):
18929         * calendar/solar.el (solar-get-number):
18930         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
18931         * emacs-lisp/re-builder.el (reb-display-subexp):
18932         * emulation/edt.el (edt-set-scroll-margins):
18933         * emulation/tpu-extras.el (tpu-set-scroll-margins):
18934         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
18935         (vip-get-ex-count):
18936         * emulation/viper-ex.el (viper-get-ex-token)
18937         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
18938         * international/fontset.el (fontset-plain-name):
18939         * mail/feedmail.el (feedmail-look-at-queue-directory):
18940         * mail/mailalias.el (mail-get-names):
18941         * mail/rmail.el (rmail-convert-to-babyl-format):
18942         * mail/rmailsum.el (rmail-make-basic-summary-line)
18943         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
18944         (rmail-summary-goto-msg):
18945         * mail/smtpmail.el (smtpmail-read-response):
18946         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
18947         (ange-ftp-vms-add-file-entry):
18948         * play/gametree.el (gametree-looking-at-ply)
18949         (gametree-current-branch-score):
18950         * progmodes/ada-xref.el (ada-prj-find-prj-file)
18951         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
18952         * progmodes/cperl-mode.el (condition-case):
18953         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
18954         (ebrowse-set-member-buffer-column-width)
18955         (ebrowse-select-1st-to-9nth):
18956         * progmodes/etags.el (etags-snarf-tag):
18957         * progmodes/flymake.el (flymake-parse-line):
18958         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
18959         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
18960         (idlwave-shell-menu-def):
18961         * progmodes/ps-mode.el (ps-run-goto-error):
18962         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
18963         (vhdl-speedbar-contract-level):
18964         * term/mac-win.el (x-handle-numeric-switch):
18965         * term/sun-mouse.el (sun-get-frame-data):
18966         * term/w32-win.el (x-handle-numeric-switch):
18967         * term/x-win.el (x-handle-numeric-switch):
18968         * textmodes/ispell.el (ispell-parse-output):
18969         * textmodes/nroff-mode.el (nroff-outline-level):
18970         * textmodes/reftex-cite.el (reftex-bib-sort-year)
18971         (reftex-bib-sort-year-reverse, reftex-format-citation):
18972         * textmodes/reftex-parse.el (reftex-init-section-numbers)
18973         (reftex-section-number):
18974         * textmodes/texinfmt.el (texinfo-paragraphindent):
18975         Replace `string-to-int' by `string-to-number'.
18977         * international/latexenc.el: Add page marker to force the "Local
18978         Variables:" string out of the last page.
18980 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
18982         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
18983         tooltip-change-major-mode.
18984         (gud-tooltip-print-command): Remove case where gud-minor-mode
18985         is gdb ("--fullname").
18986         (gud-tooltip-tips): Turn GUD tooltips off for this case and
18987         explain to user.
18989 2005-05-16  Jay Belanger  <belanger@truman.edu>
18991         * calc/calc-store.el (calc-copy-special-constant): New function.
18993         * calc/calc-ext.el (calc-init-extensions): Add binding for
18994         `calc-copy-special-constant'.
18996         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
18997         for the `calc-copy-special-constant' command.
18999 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
19001         * subr.el (left-fringe-p): New function.
19003         * progmodes/compile.el (compilation-setup): Set local value of
19004         overlay-arrow-string to "" always.
19005         (compilation-set-window): Left fringe then don't scroll.
19006         No left fringe then no arrow and scroll message to top.
19007         (compilation-context-lines): Adjust doc string accordingly.
19009 2005-05-16  Kim F. Storm  <storm@cua.dk>
19011         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19012         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19013         (ido-wide-find-dir-or-delete-dir): New command for M-d.
19014         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
19015         (ido-read-file-name): Handle commands with ido property value
19016         equal to find-file as reading a file name, to allow C-d to enter dired.
19017         (ibuffer-find-file): Add ido property with value find-file.
19019 2005-05-15  Kim F. Storm  <storm@cua.dk>
19021         * subr.el (open-network-stream-nowait): Remove.
19022         (open-network-stream-server): Remove.
19024 2005-05-15  Richard M. Stallman  <rms@gnu.org>
19026         * faces.el (describe-face): Output a definition link button.
19028         * help-mode.el (help-face-def): New button type.
19030         * emacs-lisp/copyright.el (copyright-fix-years):
19031         Match properly if the first year is 2-digit.
19032         Don't mess up the whitespace after the years by filling.
19034         * dired-aux.el (dired-mark-confirm):
19035         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19037         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19038         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19039         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19041         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19042         Set font-lock-comment-start-skip.
19044         * font-lock.el (font-lock-comment-start-skip): New variable.
19045         (font-lock-comment-end-skip): New variable.
19046         (font-lock-fontify-syntactically-region): Use them if non-nil.
19048 2005-05-15  Jay Belanger  <belanger@truman.edu>
19050         * calc/calc-store.el (calc-store-value): Return a string rather
19051         than display it as a message.
19052         Use calc-var-name for variable name.
19053         (calc-store-into): Add the result of calc-store-value to message.
19054         (calc-copy-variable): Add a message.
19055         (calc-store-exchange): Improve error messages.
19056         (calc-store-binary, calc-store-map): Don't reset the values of
19057         special constants.
19059 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
19061         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19062         manual to docstring.
19064         * files.el (hack-local-variables-confirm): Add STRING argument.
19065         Make the function handle non file visiting buffers correctly.
19066         (hack-local-variables-prop-line, hack-local-variables)
19067         (hack-one-local-variable): Use STRING arg of
19068         `hack-local-variables-confirm'.
19070 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
19072         Sync with Tramp 2.0.49.
19074         * net/tramp.el (tramp-handle-dired-call-process)
19075         (tramp-handle-insert-directory):`insert-buffer' cannot be used
19076         because the contents of the Tramp buffer is changed before
19077         insertion (`expand-file' and alike).
19078         (tramp-handle-insert-directory): If `localname' has an empty
19079         nondirectory name, it must not be quoted.
19080         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
19081         variable `tramp-chunksize'.  Change callees.
19082         (tramp-open-connection-setup-interactive-shell): Check remote host
19083         for buggy `send-process-string' implementation.
19084         Set `tramp-chunksize' if found.  Reported by Michael Kifer
19085         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19086         (tramp-handle-shell-command): `insert-buffer' cannot be used
19087         because the contents of the Tramp buffer is changed before
19088         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19089         <frederic.bothamy@free.fr>.
19090         (tramp-set-auto-save): Actions should be done for Tramp file name
19091         handler only.  Ange-FTP has its own auto-save mechanism.
19092         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19093         (tramp-set-auto-save-file-modes): Set file modes of
19094         `buffer-auto-save-file-name' to ?\600 as fallback solution.
19095         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19096         (tramp-bug): Remove obsolete variable.
19097         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
19098         for presence of `mml-mode'.  Make it running for older Emacsen as well.
19100 2005-05-14  John Paul Wallington  <jpw@pobox.com>
19102         * ibuf-ext.el (define-ibuffer-filter filename):
19103         If `dired-directory' is a list, use its car.
19105 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
19107         * ibuffer.el (define-ibuffer-column filename):
19108         If `dired-directory' is a list, use its car.
19110 2005-05-14  Richard M. Stallman  <rms@gnu.org>
19112         * subr.el (symbol-file): Doc fix.
19114         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19115         (byte-compile-form): Call byte-compile-nogroup-warn.
19116         (byte-compile-warning-types): Doc fix.
19118         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19120         * progmodes/cc-engine.el (c-literal-faces):
19121         Add font-lock-comment-delimiter-face.
19123         * net/net-utils.el (dig): Use with-no-warnings.
19125         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19126         (sc-recite-frame-alist, sc-default-cite-frame)
19127         (sc-default-uncite-frame, sc-default-recite-frame)
19128         (sc-attrib-selection-list, sc-rewrite-header-list):
19129         Mark as risky-local-variable.
19131         * international/ogonek.el (ogonek-jak, ogonek-how):
19132         Don't use beginning-of-buffer.
19134         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19136         * calendar/solar.el (solar-data-list): Move definition up.
19138         * dnd.el (dnd-protocol-alist): Add autoload.
19140         * progmodes/sh-script.el: Many doc usage fixes.
19141         (sh-indent-after-do): Change default to match common styles.
19143 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
19145         * files.el (interpreter-mode-alist)
19146         (auto-mode-interpreter-regexp): Doc fixes.
19148 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
19150         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19152         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19154 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19156         * dired.el (dired-mode): make-variable-buffer-local =>
19157         make-local-variable.
19159 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19161         * term/mac-win.el (mac-select-convert-to-string): Try coding
19162         systems in mac-script-code-coding-systems if specified one cannot
19163         encode string for `com.apple.traditional-mac-plain-text'.
19165 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
19167         * progmodes/make-mode.el (makefile-targets-face)
19168         (makefile-shell-face, makefile-makepp-perl-face): New faces.
19169         (makefile-dependency-regex): Fix it to not make the colon in
19170         $(var:a=b) special.
19171         (makefile-rule-action-regex): New regexp for highlighting embedded
19172         Shell strings.
19173         (makefile-macroassign-regex): Handle != for highlighting as
19174         embedded Shell strings.
19175         (makefile-var-use-regex): New const.
19176         (makefile-statements, makefile-automake-statements)
19177         (makefile-gmake-statements, makefile-makepp-statements)
19178         (makefile-bsdmake-statements): New consts.
19179         (makefile-make-font-lock-keywords): New function.
19180         (makefile-automake-font-lock-keywords)
19181         (makefile-gmake-font-lock-keywords)
19182         (makefile-makepp-font-lock-keywords)
19183         (makefile-bsdmake-font-lock-keywords): New consts.
19184         (makefile-mode-map): Add switchers between the various submodes.
19185         (makefile-mode): Document the availability of the variants.
19186         (makefile-automake-mode, makefile-gmake-mode)
19187         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19189         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19190         new variants of makefile-mode.
19192 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19194         * font-lock.el (font-lock-comment-delimiter-face): Fix up
19195         the inheritance.
19197 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
19199         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19200         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19202         * files.el (normal-mode): Extend the scope of the
19203         `enable-local-variables' binding to include the `set-auto-mode' call.
19204         (magic-mode-alist): Doc fix.
19206 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19208         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19209         font-lock-comment-face rather than copying its setting.
19211 2005-05-12  Andreas Schwab  <schwab@suse.de>
19213         * eshell/esh-mode.el (eshell-send-input): Doc fix.
19215 2005-05-12  Lute Kamstra  <lute@gnu.org>
19217         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19218         defcustom for the mode hook variable.  Delete the last argument.
19219         * generic-x.el: Fix callers of define-generic-mode.
19220         (generic-x-modes): Delete group.
19221         (show-tabs-tab-face, show-tabs-space-face): Put them in the
19222         generic-x customization group.
19224 2005-05-12  Kim F. Storm  <storm@cua.dk>
19226         * font-lock.el (font-lock-negation-char-face): Default to "off".
19228         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19229         font-lock-negation-char-face to ! in !=.
19231 2005-05-12  Masatake YAMATO  <jet@gyve.org>
19233         * add-log.el (find-change-log): Fix typos in the docstring
19234         of function.
19236 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
19238         * international/latexenc.el (latexenc-find-file-coding-system):
19239         Avoid `re-search-forward' when looking for input encoding because
19240         of speed and safety.  Better regular expressions for recognizing
19241         input encoding.  Limit a search for TeX-master/tex-main-file to
19242         the local variable section.
19244 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
19246         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19247         syntax of $ to "'" (quote).
19249 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
19251         * dnd.el (dnd-protocol-alist): Improve custom type.
19253         * dired.el (dired-dnd-protocol-alist): New variable.
19254         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
19255         `dired-mode-hook' to the end.
19257 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19259         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19260         comment-end if comment-start-skip is not set.
19261         Obey the font-lock-comment-delimiter-face variables.
19263 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19265         * files.el (executable-find): Move from executable.el.  Use
19266         locate-file.
19267         * progmodes/executable.el (executable-find): Move to files.el.
19269         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19270         when trying to ensure forward progress.
19272 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
19274         * mouse-sel.el (mouse-sel-follow-link-p): New function.
19275         (mouse-select, mouse-select-internal, mouse-extend-internal):
19276         Use it to implement mouse-1-click-follows-link functionality.
19278 2005-05-11  Richard M. Stallman  <rms@gnu.org>
19280         * font-lock.el (font-lock-fontify-syntactically-region):
19281         Use font-lock-comment-delimiter-face for comment delimiters.
19283 2005-05-10  Jay Belanger  <belanger@truman.edu>
19285         * calc/calc-help.el (calc-m-prefix-help): Add mention of
19286         preserving embedded modes.
19288 2005-05-10  Richard M. Stallman  <rms@gnu.org>
19290         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19292         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19293         Move from ada-stmt.el.
19294         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19296         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19297         Move to ada-mode.el.
19298         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19300         * cus-edit.el (custom-file): Call file-chase-links.
19302         * files.el (read-directory-name): Fix previous change.
19303         (hack-local-variables-confirm): New function.
19304         (hack-local-variables-prop-line, hack-local-variables)
19305         (hack-one-local-variable): Use it.
19307 2005-05-10  Lute Kamstra  <lute@gnu.org>
19309         * font-lock.el (font-lock-keywords-alist)
19310         (font-lock-removed-keywords-alist): Clarify docstrings.
19312 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
19314         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19315         (gdb-source-info): Check for preprocessor info.
19316         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
19317         a macro for a function.
19318         (gdb-info-breakpoints-custom): Try to find file again if not already
19319         found (user might have used GDB dir command).
19320         (gdb-get-location): Update gdb-location-alist correctly for change
19321         to gdb-info-breakpoints-custom.
19323         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19324         (gud-tooltip-print-command): Add gdbmi case.
19325         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19326         preprocessor info.
19328 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
19330         * startup.el (fancy-splash-insert): Fix typo in doc string.
19332 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
19334         * obsolete/float.el (string-to-float):
19335         * obsolete/hilit19.el (hilit-add-pattern):
19336         * obsolete/rnews.el (news-parse-range, news-select-message)
19337         (news-get-pruned-list-of-files): Replace `string-to-int' by
19338         `string-to-number'.
19340         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19341         `find-file-not-found-hooks'; use `add-hook'.
19342         (uncompress-while-visiting): Set `write-file-functions', not
19343         `write-file-hooks'; use `add-hook'.
19345 2005-05-09  Kim F. Storm  <storm@cua.dk>
19347         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19348         (cua-paste): Handle clipboard action.
19349         (cua--init-keymaps): Remap clipboard-kill-region and
19350         clipboard-kill-ring-save.
19352 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
19354         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19355         Improve commentary.
19357         * simple.el (next-error-overlay-arrow-position): Revert the change
19358         made on 2005-04-30.
19360 2005-05-07  Jay Belanger  <belanger@truman.edu>
19362         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19363         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19364         `calc-sel-reselect'.
19366         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19367         Calc is in embedded mode.
19369 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
19371         * progmodes/compile.el (compilation-setup):
19372         Set overlay-arrow-string to an empty string on text terminals.
19374         * textmodes/ispell.el (ispell-program-name): Try looking for
19375         "aspell" along exec-path, and if found, use it as the default
19376         speller program.
19378 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
19380         * international/mule.el (sgml-xml-auto-coding-function):
19381         Recognize encoding='FOO' in single quotes as well as in double quotes.
19383 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19385         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19386         as well as `interactive', so that defmacro* would recognize
19387         `declare' forms.
19389 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
19391         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19392         Explain more about the LIGHTER arg's usage in the doc string.
19393         Add commentary to clarify what the code does.  Fix the regexp that
19394         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
19395         since it could have characters special to regular expressions.
19397 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
19399         * replace.el (occur-1): Bind inhibit-read-only so that
19400         erase-buffer doesn't barf on read-only text properties (likewise
19401         for add-text-properties in occur-engine).  Mark buffer as unmodified.
19402         (occur-engine): Don't set buffer-read-only here.
19404 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19406         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19407         list-buffers-directory.  This caused the *cvs-commit* buffer to be
19408         sometimes mistakenly reused as a *cvs* buffer.
19410 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
19412         * tooltip.el: Move code for GUD tooltips into gud.el.
19413         (require): CL no longer needed to compile case.
19414         (tooltip-mode): Do not toggle functions for GUD tooltips.
19415         (tooltip-gud-tips-p): Remove.  Replace with minor mode
19416         gud-tooltip-mode in gud.el.
19417         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19418         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19419         tooltip-gud prefix with gud-tooltip and obsolete.
19420         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19421         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19422         (tooltip-mouse-motion): Mouse movement functions/variable.
19423         Rename in gud.el by adding gud prefix.
19424         (tooltip-gud-original-filter, tooltip-gud-dereference)
19425         (tooltip-gud-event, tooltip-toggle-gud-tips)
19426         (tooltip-gud-process-output, tooltip-gud-print-command)
19427         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
19428         gud.el by replacing tooltip-gud prefix with gud-tooltip.
19429         (gdb-tooltip-print): Move to gdb-ui.el.
19431         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19432         (require): CL needed to compile case.
19433         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19434         tooltip-gud-tips-p.  Make it a minor-mode.
19435         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19436         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19437         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19438         (gud-tooltip-change-major-mode)
19439         (gud-tooltip-activate-mouse-motions-if-enabled)
19440         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19441         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19442         (gud-tooltip-original-filter, gud-tooltip-dereference)
19443         (gud-tooltip-event, tooltip-toggle-gud-tips)
19444         (gud-tooltip-process-output, gud-tooltip-print-command)
19445         (gud-tooltip-tips): Move from tooltip.el.
19447         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19448         (gdb-cpp-define-alist-flags): Doc fix.
19449         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19450         gud-tooltip-mode is t.
19452 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19454         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19455         evaporate if their text is deleted.
19456         (goto-address-at-point): Make it work as a mouse binding as well.
19457         (goto-address-at-mouse): Obsolete it.  Update users.
19459 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
19461         * calendar/appt.el (top-level): No longer activate on load.
19463 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
19465         * calendar/cal-bahai.el (mark-bahai-diary-entries):
19466         * net/webjump.el (webjump):
19467         * progmodes/idlw-help.el (idlwave-do-context-help1)
19468         (idlwave-highlight-linked-completions):
19469         * textmodes/po.el (po-find-file-coding-system-guts):
19470         Replace `assoc-ignore-case' by `assoc-string'.
19472 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
19474         * files.el (locate-file): Doc fix.
19476         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19477         Remove the redundant test for ms-dos.
19479         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19480         look for the preprocessor with exec-suffixes.  If not found in
19481         standard places, look in exec-path.  Remove most of the tests that
19482         used system-type.
19484         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19486         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19488         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19489         file-name clash with jka-compr.el on 8+3 filesystems.
19491 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19493         * term/mac-win.el: Don't define or bind scroll bar functions if
19494         x-toolkit-scroll-bars is t.
19495         (x-select-text, x-get-selection-value): Clear
19496         x-last-selected-text-clipboard if x-select-enable-clipboard is
19497         nil.
19498         (PRIMARY): Put mac-scrap-name property.
19499         (mac-select-convert-to-file-url): New function.
19500         (public.file-url): New selection target type.  Add to
19501         selection-converter-alist.
19502         (x-get-selection, x-selection-value): Handle it.
19503         (x-cut-buffer-or-selection-value): New alias.
19505 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19507         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
19508         entry to avoid calling bibtex-find-entry with arg global
19509         being t.  Remove arg key.
19510         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
19511         (bibtex-copy-summary-as-kill): Change accordingly.
19513 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19515         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
19516         (org-agenda-date-later): Use with-current-buffer.
19518 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
19520         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
19521         (define-obsolete-variable-alias): Doc Fixes.
19523 2005-05-06  Kim F. Storm  <storm@cua.dk>
19525         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
19526         vertical-motion when selective-display is active.
19528         * ido.el (ido-setup-hook): New hook.
19529         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
19530         (ido-input-stack): New var.
19531         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
19532         ido-next-work-file binding to M-O.
19533         Bind M-f to ido-wide-find-file-or-pop-dir.
19534         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
19535         (ido-read-internal): Run ido-setup-hook.
19536         Catch quit in read-file-name and read-string to cancel edit.
19537         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
19538         Automatically pop-all when completing a directory name (RET).
19539         (ido-file-internal): Add with-no-warnings around ffap and dired code.
19540         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
19541         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
19542         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
19543         New functions for M-b/M-f to move among the directory components.
19544         (ido-make-merged-file-list): Catch quit to cancel merge.
19545         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
19546         (ido-completion-help): No warnings for ido-completion-buffer-full.
19548 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
19550         * font-lock.el (font-lock-negation-char-face): New face and variable.
19551         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
19552         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
19553         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
19554         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
19556 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
19558         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
19559         Fix typo in docstring.
19561         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
19562         (ebrowse-print-statistics-line)
19563         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
19565         * term/w32-win.el (image-library-alist): Add additional name for
19566         Xpm library.
19568 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
19570         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
19571         use gcc instead of cpp.
19573         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
19574         (gdb-create-define-alist): Use it.
19575         (gdb-cpp-define-alist-program): Update for MS-DOS.
19577 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
19579         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
19581 2005-05-04  Richard M. Stallman  <rms@gnu.org>
19583         * help.el (describe-key): No error when UNTRANSLATED is nil.
19585         * simple.el (line-move-1): Fix previous change to signal errors
19586         appropriately.
19588 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
19590         * calendar/icalendar.el (icalendar-version): Now at 0.12.
19591         (icalendar-duration-correction): Remove.
19592         (icalendar--get-event-properties): Split result at commas.
19593         (icalendar--decode-isoduration): New optional argument
19594         DURATION-CORRECTION.
19595         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
19596         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
19597         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
19598         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
19599         (icalendar--convert-anniversary-to-ical): New functions, extracted
19600         from icalendar-export-region, with bug fixes.
19601         (icalendar-export-region): Use the above functions.
19602         (icalendar-import-buffer): Check before saving diary file.
19603         (icalendar--convert-recurring-to-diary)
19604         (icalendar--convert-non-recurring-all-day-to-diary)
19605         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
19606         extracted from icalendar--convert-ical-to-diary, with bug fixes.
19607         (icalendar--convert-ical-to-diary): Use the above functions.
19609 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
19611         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
19612         Remove these recent additions.
19613         (c-mode): Restore to before 2005-04-28.
19615         * progmodes/cc-vars.el (cc-define-list-program): Remove this
19616         recent addition.
19618         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
19619         (gdb-define-alist): New variables.
19620         (gdb-create-define-alist): New function.
19621         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
19622         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
19623         with string-to-number.
19624         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
19626         * progmodes/gud.el: Replace string-to-int with string-to-number.
19627         (gud-find-file): Handle gdb-define-alist.
19629         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
19631 2005-05-02  Jay Belanger  <belanger@truman.edu>
19633         * calc/calc-aent.el (math-read-token):
19634         * calc/calc-bin.el (calc-word-size):
19635         * calc/calc-ext.el (calc-read-number-fancy):
19636         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
19637         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
19638         * calc/calc-frac.el (calc-over-notation):
19639         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
19640         (calc-graph-num-points, calc-graph-init):
19641         * calc/calc-prog.el (calc-read-parse-table-part)
19642         (calc-edit-macro-repeats):
19643         * calc/calc-yank.el (calc-do-grab-rectangle):
19644         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
19645         Replace `string-to-int' by `string-to-number'.
19647 2005-05-02  Kim F. Storm  <storm@cua.dk>
19649         * kmacro.el: Use executing-kbd-macro-index variable.
19651 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
19653         * net/rlogin.el (rlogin-parse-words): Delete func.
19654         (rlogin): Use split-string, not rlogin-parse-words.
19655         Also, if there are option-like elements in the parsed args,
19656         take the host to be the first arg immediately following them.
19657         Suggested by Michael Mauger.
19659 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
19661         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
19663 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
19665         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
19666         (cc-mode-cpp-program): Rename to cc-define-list-program and
19667         move to cc-vars.el.
19669         * progmodes/cc-vars.el (cc-define-list-program):
19670         Change to "gcc -E -dM -".  Make customizable.
19672 2005-05-02  Kim F. Storm  <storm@cua.dk>
19674         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
19676 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
19678         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
19680         * international/mule-util.el (truncate-string): Remove alias and
19681         obsolete declaration.
19683         * international/mule-cmds.el (update-iso-coding-systems):
19684         Remove alias and obsolete declaration.
19686         * international/mule.el (coding-system-parent): Remove alias and
19687         obsolete declaration.
19689         * subr.el (define-function, sref): Remove aliases and obsolete
19690         declarations.
19691         (chars-in-region): Remove obsolete declaration.
19693 2005-05-01  Richard M. Stallman  <rms@gnu.org>
19695         * info.el (Info-mode): Set widen-automatically to nil, locally.
19697         * simple.el (widen-automatically): New variable.
19698         (pop-global-mark): Obey widen-automatically.
19700 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
19702         * term/xterm.el (function-key-map): Call substitute-key-definition
19703         before the keymap size is increased by a lot of define-key calls.
19705 2005-05-01  Richard M. Stallman  <rms@gnu.org>
19707         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
19708         Rename ARG to ELEMENT.  Doc fix.
19710 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
19712         * allout.el (allout-exposure): Remove macro and obsolete declaration.
19713         Remove references to allout-exposure/change to allout-new-exposure.
19715         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
19716         bytecode symbols.
19718         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
19719         (compiled-function-p, focus-frame, unfocus-frame):
19720         Remove aliases and obsolete declarations.
19721         Back out inadvertent changes from previous commit.
19723 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
19725         * files.el (require-final-newline): Make Custom tags consistent
19726         with mode-require-final-newline.
19727         (mode-require-final-newline): Doc fix.
19729 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19731         * international/latexenc.el (latexenc-find-file-coding-system):
19732         Fix regular expressions.
19734 2005-05-01  David Kastrup  <dak@gnu.org>
19736         * international/latexenc.el (latexenc-find-file-coding-system):
19737         Fix regular expressions.
19739 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
19741         * subr.el (string-to-int): Make obsolete.
19743 2005-04-30  Richard M. Stallman  <rms@gnu.org>
19745         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
19747         * loadup.el: load jka-comp-hook.
19749         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
19750         (jka-compr-handler): Add autoload.  `put' calls moved
19751         to jka-comp-hook.el.
19752         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
19753         (jka-compr-inhibit): Autoload.
19755         * jka-comp-hook.el: New file.
19756         Enable the mode by default.
19758         * files.el (backup-buffer-copy): Use copy-file instead
19759         of write-region, and put back the 'excl.
19761 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
19763         * progmodes/flymake.el (flymake-split-string)
19764         (flymake-split-string, flymake-log, flymake-pid-to-names)
19765         (flymake-reg-names, flymake-get-source-buffer-name)
19766         (flymake-unreg-names, flymake-add-line-err-info)
19767         (flymake-add-err-info): Clarify docstrings.
19768         (flymake-popup-menu, flymake-make-emacs-menu)
19769         (flymake-make-xemacs-menu): Add docstrings.
19770         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
19771         Set variables directly throughout.
19773 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
19775         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
19776         exists.  Initialize cc-define-alist.
19777         (c-mode): Add cc-create-define-alist locally to after-save-hook.
19778         If there is no file (Macroexpansion) don't create an alist.
19780 2005-04-29  Sam Steingold  <sds@gnu.org>
19782         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
19783         (cc-create-define-alist): Use it instead of the hard-coded string.
19785 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19787         * international/mule-conf.el (file-coding-system-alist): Fix regexp
19788         for latexenc.
19790 2005-04-29  Lute Kamstra  <lute@gnu.org>
19792         * emacs-lisp/generic.el: Improve commentary section.
19793         (define-generic-mode): Improve docstring.
19795 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
19797         * textmodes/org.el (many places): Change to quiet the byte compiler.
19798         (org-prefix-format-compiled): New variable.
19799         (org-compile-prefix-format): New function.
19800         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
19801         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
19802         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
19803         (org-get-entries-from-diary): Use `org-get-time-of-day' for
19804         consistency with entries from `org-mode' files.
19805         (org-get-time-of-day): Fix bug with partial matches early in a line.
19806         (org-non-link-chars): New constant.
19807         (org-link-regexp): Respect `org-non-link-chars'.
19808         (org-agenda-day-view): Remove command.
19809         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
19810         (org-follow-bbdb-link, org-store-link): Search also company field.
19811         (org-highlight-overlay): New variable.
19812         (org-highlight, org-unhighlight): New functions.
19813         (org-agenda-mode): Add pre-command-hook to remove highlight.
19814         (org-evaluate-time-range): Behavior depends upon whether time stamp
19815         contains a time or not.
19816         (org-show-subtree, org-show-entry): New functions.
19817         (org-agenda-cleanup-fancy-diary): Remove empty lines.
19819 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
19821         * comint.el (comint-output-filter-functions): Add autoload cookie.
19823 2005-04-28  Kim F. Storm  <storm@cua.dk>
19825         * ido.el (ido-everywhere): Fix last change.
19827 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
19829         * international/latexenc.el: New file.
19830         * international/mule-conf.el (file-coding-system-alist): For .tex,
19831         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
19833 2005-04-28  Lute Kamstra  <lute@gnu.org>
19835         * font-lock.el (font-lock-add-keywords)
19836         (font-lock-remove-keywords): Clarify docstring.
19837         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
19838         Don't start docstrings with a `*'.
19839         (font-lock-update-removed-keyword-alist): Give it a docstring.
19841         * generic-x.el: Update commentary section.
19842         Only require font-lock when compiling.
19843         Define all modes conditionally.
19844         Place all generic modes in the generic-x-modes customization group.
19845         (generic-x-modes): New customization group.
19846         (generic-default-modes, generic-mswindows-modes)
19847         (generic-unix-modes, generic-other-modes): New constants.
19848         (generic-define-mswindows-modes, generic-define-unix-modes):
19849         Update docstrings.  Make them obsolete.
19850         (generic-extras-enable-list): New default value.  Update docstring.
19851         Improve :type.  Change :set function.
19852         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
19853         Fix docstring.
19855         * emacs-lisp/generic.el (generic-mode-internal):
19856         Simplify font-lock-defaults.
19857         (define-generic-mode): Fix docstring.
19859 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19861         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
19862         font-lock-face property to highlight matches.
19864 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
19866         * progmodes/cc-mode.el (cc-create-define-alist): New function.
19867         (cc-define-alist): New variable.
19868         (c-mode): Make it local and initialize it.
19870         * progmodes/gdb-ui.el (gdb-active-process): New variable.
19871         (gdb-exited): New function.
19872         (gdb-annotation-rules): Use it.
19873         (gdb-starting): Set gdb-active-process to t.
19874         (gdb-stopping): Amend doc string.
19875         (gdb-reset): Set gdb-active-process to nil.
19877         * tooltip.el (tooltip-gud-tips): Show the associated #define
19878         directives when a C program under GDB is not executing.
19880 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19882         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
19883         font-lock-fontify-syntactic-keywords.
19885         * font-lock.el (font-lock-default-fontify-region): Don't force
19886         parse-sexp-lookup-properties to nil.
19888 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
19890         * man.el (man-mode-syntax-table): Set up `:' to have
19891         word-constituent syntax.
19893 2005-04-27  Lute Kamstra  <lute@gnu.org>
19895         * novice.el (disable-command): Don't add spurious newlines to the
19896         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
19898 2005-04-26  Jay Belanger  <belanger@truman.edu>
19900         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
19901         than one window before deleting window.
19903 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
19905         * shell.el (shell-prompt-pattern): Doc fix.
19906         (shell-mode): Set paragraph-separate buffer locally to "\\'".
19908         * comint.el (comint-prompt-regexp, comint-get-old-input)
19909         (comint-use-prompt-regexp)
19910         (comint-use-prompt-regexp-instead-of-fields)
19911         (comint-replace-by-expanded-history, comint-send-input)
19912         (comint-output-filter, comint-get-old-input-default)
19913         (comint-line-beginning-position, comint-bol, comint-show-output)
19914         (comint-backward-matching-input, comint-forward-matching-input)
19915         (comint-next-prompt, comint-previous-prompt):
19916         Rename `comint-use-prompt-regexp-instead-of-fields' to
19917         `comint-use-prompt-regexp'.  Keep old name as alias and declare
19918         obsolete.
19919         (comint-use-prompt-regexp): Shorten first line of doc string.
19921         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
19922         Set paragraph-separate buffer locally to "\\'".
19924         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
19925         Adapt to above name change.
19927         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
19928         (smbclient-prompt-regexp): Ditto.
19930         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
19932 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
19934         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
19935         gdb-location-list.
19936         Break lines that are over 80 characters wide.
19938 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19940         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
19941         New fun and var, to preserve compatibility.
19943         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
19945 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
19947         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
19948         name to file-newer-than-file-p.
19950 2005-04-26  Richard M. Stallman  <rms@gnu.org>
19952         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
19954         * progmodes/python.el (python-mode):
19955         Use new name eldoc-documentation-function.
19957         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
19959         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19960         (eldoc-documentation-function):
19961         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
19963 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
19965         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
19967 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
19969         * term/xterm.el (function-key-map): Fix strings for
19970         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
19971         {C,S,A,C-S}-{f1-f12}.
19973 2005-04-26  Kenichi Handa  <handa@m17n.org>
19975         * international/mule-cmds.el (select-safe-coding-system):
19976         Fix previous change.
19978 2005-04-26  Lute Kamstra  <lute@gnu.org>
19980         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
19982         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
19983         (font-lock-comment-delimiter-face): Ditto.
19985         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
19987 2005-04-25  Jay Belanger  <belanger@truman.edu>
19989         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
19990         to t while inserting information; use help-mode.
19992 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
19994         * term.el (ansi-term-color-vector): Use the xterm colors.
19995         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
19997 2005-04-25  Lute Kamstra  <lute@gnu.org>
19999         * font-core.el (font-lock-defaults): Fix docstring.
20001         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20003 2005-04-25  Kenichi Handa  <handa@m17n.org>
20005         * international/mule-cmds.el (select-safe-coding-system):
20006         Don't check consistency with coding: spec, etc if raw-text or
20007         no-conversion was found to be safe.
20009 2005-04-24  Richard M. Stallman  <rms@gnu.org>
20011         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20012         citation markers at start of each line.
20014         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20015         citation markers at start of each line.
20017         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20019         * files.el (mode-require-final-newline): Fix previous change.
20020         (require-final-newline): Fix type label.
20022 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
20024         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20025         statement in buffer (broken by 2004-11-24 change).
20027 2005-04-24  Kim F. Storm  <storm@cua.dk>
20029         * ido.el (ido-everywhere): Save and restore old read-buffer-function
20030         and read-file-name-function values.  Don't overwrite existing
20031         non-nil values if ido-mode is enabled without ido-everywhere.
20033 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
20035         * files.el (mode-require-final-newline): Minor doc fix.
20037 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
20039         * subr.el (syntax-after): Doc fix.
20040         (syntax-class): If argument is nil, return nil.  Mask off upper 16
20041         bits, not 8 bits.
20043         * files.el (mode-require-final-newline): Doc fix.
20044         (backup-buffer-copy): Fix last change.
20046 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20048         * term/mac-win.el: Require select.  Set selection-coding-system to
20049         mac-system-coding-system.  Call menu-bar-enable-clipboard.
20050         (x-last-selected-text-clipboard, x-last-selected-text-primary)
20051         (x-select-enable-clipboard): New variables.
20052         (x-select-text, x-get-selection, x-selection-value)
20053         (x-get-selection-value, mac-select-convert-to-string)
20054         (mac-services-open-file, mac-services-open-selection)
20055         (mac-services-insert-text): New functions.
20056         (CLIPBOARD, FIND): Put mac-scrap-name property.
20057         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20058         (public.tiff): Put mac-ostype property.
20059         (selection-converter-alist): Add entries for them.
20060         (mac-application-menu-map): New keymap.
20061         (interprogram-cut-function, interprogram-paste-function): Set to
20062         x-select-text and x-get-selection-value, respectively.
20063         (split-window-keep-point): Set to t.
20065 2005-04-23  Richard M. Stallman  <rms@gnu.org>
20067         * files.el (read-directory-name): Always pass non-nil
20068         DEFAULT-FILENAME arg to read-file-name.
20069         (backup-buffer-copy, basic-save-buffer-2): Take care against
20070         writing thru an unexpected existing symlink.
20071         (revert-buffer): In indirect buffer, revert the base buffer.
20072         (magic-mode-alist): Doc fix.
20073         (buffer-stale-function): Doc fix.
20074         (minibuffer-with-setup-hook): Avoid warning.
20075         (mode-require-final-newline): Doc and custom fix.
20077         * follow.el (follow-end-of-buffer): Use with-no-warnings.
20079         * font-lock.el (font-lock-comment-face): On terminals with few colors,
20080         use the default appearance.
20081         (font-lock-comment-delimiter-face): New face, new variable.
20083         * imenu.el (imenu--generic-function): The official position of a
20084         definition is the start of the line that BEG is in.
20086         * midnight.el (midnight-timer): Move defvar up.
20088         * mouse.el (mouse-drag-region-1): Delete some debugging code.
20090         * saveplace.el (save-place-to-alist): Use with-no-warnings.
20092         * startup.el (command-line): Use with-no-warnings.
20094         * window.el (window-size-fixed): New defvar.
20096         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20098         * mail/rmail.el (rmail-font-lock-keywords):
20099         Use font-lock-comment-delimiter-face.
20101         * mail/sendmail.el (mail-font-lock-keywords):
20102         Use font-lock-comment-delimiter-face.
20104         * progmodes/compile.el (next-error-highlight-timer): New defvar.
20106 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
20108         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20109         Specify t for LAXMATCH when matching directories.
20110         Save match data around compilation-compat-error-properties form.
20112 2005-04-23  David Kastrup  <dak@gnu.org>
20114         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20115         Mention that the autoloaded aliases should be kept for AUCTeX.
20117 2005-04-23  Andreas Schwab  <schwab@suse.de>
20119         * isearch.el (isearch-forward): Doc fix.
20121 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
20123         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20124         (jit-lock-stealth-nice): Change default value to 0.5.
20126 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20128         * abbrev.el (write-abbrev-file): Write table entries in
20129         alphabetical order by table name.
20131 2005-04-22  Kim F. Storm  <storm@cua.dk>
20133         * ido.el (ido-read-internal): Fix `list' completion.
20135 2005-04-22  Kenichi Handa  <handa@m17n.org>
20137         * recentf.el (recentf-save-file-coding-system): New variable.
20138         (recentf-save-list): Encode the file by
20139         recentf-save-file-coding-system and add coding: tag.
20141 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
20143         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20145 2005-04-21  Lute Kamstra  <lute@gnu.org>
20147         * loadhist.el (unload-feature): Don't remove a function from hooks
20148         if it is about to be restored to an autoload .  Remove functions
20149         that will become unbound from auto-mode-alist.  Simplify the code.
20151         * subr.el (assq-delete-all): New implementation that is linear,
20152         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
20153         (rassq-delete-all): New function.
20155         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20156         Add size-indication-mode.
20158 2005-04-21  Kenichi Handa  <handa@m17n.org>
20160         * international/mule-cmds.el: Add autoload for widget-value in
20161         eval-when-compile.
20163 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
20165         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20166         Add tooltip-mode.
20168         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20170 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
20172         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20173         (inferior-lisp-filter-regexp, inferior-lisp-program)
20174         (inferior-lisp-load-command, inferior-lisp-prompt)
20175         (inferior-lisp-mode-hook, lisp-source-modes)
20176         (inferior-lisp-load-hook): defvar->defcustom.
20177         (inferior-lisp-program, inferior-lisp-prompt)
20178         (inferior-lisp-load-hook): Doc fixes.
20179         (inferior-lisp-install-letter-bindings): Small change in
20180         introductory comment.
20182 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
20184         * vc.el (vc-annotate-color-map): Change some colors so that text
20185         using them as foreground is readable on both white and black
20186         backgrounds.
20188 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20190         * international/mule-conf.el (translation-table-for-input):
20191         Remove redundant declaration.
20193 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
20195         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20197         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20198         (tooltip-toggle-gud-tips): New function.
20200 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20202         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20203         right angle brackets.
20205 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
20207         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20209 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20211         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20212         Remove.  Update callers to use expand-file-name instead.
20214         * subr.el (syntax-class): New function.
20216         * simple.el (blink-matching-open): Use it.
20218         * paren.el (show-paren-function): Use it to recognize parens that are
20219         also used in 2-char comment markers.
20221 2005-04-19  Lute Kamstra  <lute@gnu.org>
20223         * loadhist.el (unload-feature): Update for new format of
20224         load-history.  Simplify the code.
20226 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20228         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20229         (mac-add-charset-info): New function.  Initialize variable
20230         mac-charset-info-alist using it.
20231         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20232         for translation.
20233         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20234         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20235         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20236         New CCL programs.
20238 2005-04-19  Kim F. Storm  <storm@cua.dk>
20240         * simple.el (next-buffer, prev-buffer, next-error)
20241         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20242         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20244         * bindings.el (next-buffer, prev-buffer, next-error)
20245         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20246         (clone-indirect-buffer-other-window): Move bindings from simple.el.
20247         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20248         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20250 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20252         * isearch.el (isearch-edit-string): Make the search-ring available for
20253         minibuffer history commands.
20254         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20255         the default history commands now work just as well.
20256         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20258 2005-04-18  Kim F. Storm  <storm@cua.dk>
20260         * emulation/cua-base.el (cua--pre-command-handler): Add more
20261         elaborate check for shift modifier on non-window systems.
20263 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
20265         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20267 2005-04-18  Kim F. Storm  <storm@cua.dk>
20269         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20270         and make it optional.  Don't test tooltip-gud-echo-area here.
20271         (tooltip-gud-process-output, gdb-tooltip-print):
20272         Pass tooltip-gud-echo-area to tooltip-show.
20273         (tooltip-help-tips): Remove second optional arg to tooltip-show.
20275 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20277         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20278         `display-graphic-p' may not be bound yet.
20280 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
20282         * startup.el (command-line): No longer enable Xterm Mouse mode by
20283         default in terminals compatible with xterm.
20285         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20287 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
20289         * tooltip.el (tooltip-gud-echo-area): Rename from
20290         tooltip-use-echo-area.
20291         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20292         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20293         area independently of where help tooltips are displayed.
20295 2005-04-17  David Kastrup  <dak@gnu.org>
20297         * cus-theme.el (custom-theme-write-variables): Quote variables
20298         where necessary.
20300 2005-04-17  Richard M. Stallman  <rms@gnu.org>
20302         * simple.el (yank-excluded-properties): Add follow-link to value.
20304         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20306         * startup.el (fancy-splash-max-time): Just 30 seconds.
20307         (fancy-splash-delay): Just 7.
20308         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20310         * loadhist.el (unload-feature): Update for new format of load-history.
20311         Simplify the code.
20313         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20314         (rmail-font-lock-keywords): Don't fontify the text of a citation.
20316         * mail/sendmail.el (mail-font-lock-keywords):
20317         Don't fontify subject text.
20318         Don't fontify the text of a citation.
20320 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
20322         * comint.el (comint-output-filter): Run comint-output-filter-functions
20323         with point where the user had it.
20325 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20327         * international/ucs-tables.el (ucs-set-table-for-input):
20328         Disable when using unify-on-decoding.
20330 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
20332         * emulation/cua-base.el (cua-global-mark-face): Add special case
20333         for displays supporting a high number of colors.
20335 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
20337         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20339 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
20341         * filesets.el (filesets-add-buffer): If user supplies a name of a
20342         non-existing fileset, create a new fileset.
20344 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
20346         * textmodes/org.el (org-up-heading-all): Fix bug with
20347         `outline-up-heading-all'.
20349 2005-04-16  Andreas Schwab  <schwab@suse.de>
20351         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20352         /etc/permissions.d/* and /etc/aliases.d/*.
20354 2005-04-16  Kenichi Handa  <handa@m17n.org>
20356         * international/code-pages.el (cp-make-coding-system):
20357         Set `translation-table-for-input' property value to the symbol
20358         ucs-mule-to-mule-unicode, not to that value.
20359         (pt154): Escape guillemet by `\'.
20361 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
20363         * loadup.el: Load tooltip if x-show-tip is fboundp.
20365         * startup.el (command-line): Add comment.
20367         * tooltip.el (tooltip-mode): Specify correct standard value for
20368         Custom in init-value.
20370 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
20372         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20373         possible.
20375 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
20377         * textmodes/org.el (org-agenda-date-prompt): Rename from
20378         `org-agenda-date-today'.
20379         (org-evaluate-time-range): Insert at point instead of directly
20380         after time range.
20381         (org-first-headline-recenter, org-subtree-end-visible-p)
20382         (org-optimize-window-after-visibility-change): New functions
20383         (org-agenda-post-command-hook): Don't allow point at end of line,
20384         to make sure it always hits the text properties.
20385         (org-agenda-next-date-line, org-agenda-previous-date-line):
20386         New commands.
20387         (org-set-regexps-and-options): Category may contain white space.
20388         (org-agenda-get-deadlines, org-agenda-get-scheduled):
20389         Improve marker positions.
20390         (org-agenda-new-marker): Argument POS made optional.
20391         (org-agenda-get-timestamps): Deadlines which are done are listed
20392         in org-done-face now.
20393         (org-agenda-get-todos, org-agenda-get-timestamps)
20394         (org-agenda-get-deadlines, org-agenda-get-scheduled):
20395         Set `undone-face' and `done-face' properties.
20396         (org-last-todo-state-is-todo): New variable.
20397         (org-todo): Set `org-last-todo-state-is-todo'.
20398         (org-agenda-todo): Change face according to
20399         `org-last-todo-state-is-todo'.  And change other lines referring to
20400         the same entry.
20401         (org-calendar-goto-agenda): New command.
20402         (org-calendar-to-agenda-key): New option.
20403         (org-startup-folded): New allowed value `content'.
20404         (org-set-regexps-and-options): Accept new value `content' for
20405         `org-startup-folded'.
20406         (org-get-current-options): Handle new value `content' for
20407         `org-startup-folded'.
20408         (org-insert-todo-heading): New command.
20409         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20410         interactively in empty file and option
20411         `org-insert-mode-line-in-empty-file' has been set.
20412         (org-agenda-todo, org-agenda-priority): Modify to use
20413         `org-agenda-change-all-lines'.
20414         (org-warning-face): Change color on dark background
20416 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20418         * international/mule-cmds.el (set-locale-environment): On Mac OS,
20419         use preferences AppleLocale and AppleLanguages, and variable
20420         mac-system-locale for default locale.  On Mac OS Classic, use
20421         mac-system-coding-system for default coding systems.
20423         * term/mac-win.el: Don't set file-name-coding-system.
20424         Decode variables system-name, emacs-build-system, user-login-name, and
20425         user-full-name by mac-system-coding-system on Mac OS Classic.
20426         (mac-system-coding-system): New variable.
20428 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
20430         * startup.el (command-line): Handle `xterm-mouse-mode' before
20431         reading init file.
20433         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20435 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
20437         * progmodes/sh-script.el (sh-here-document-word): Make it a
20438         defcustom.  Doc fix.
20439         (sh-add): Bash uses $(( )) for arithmetic.
20440         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20441         (sh-maybe-here-document): Remove quotes and leading whitespace
20442         from heredoc word when closing.  Indent heredoc with tabs if word
20443         starts with "-".
20445 2005-04-13  Richard M. Stallman  <rms@gnu.org>
20447         * simple.el (undo): Fix previous change.
20449         * custom.el (defface): Doc fix.
20451 2005-04-13  Lute Kamstra  <lute@gnu.org>
20453         * Makefile.in (DONTCOMPILE): Remove list.
20454         (compile, compile-always): Don't use DONTCOMPILE.
20455         (update-authors): Load the library in which batch-update-authors
20456         is defined.
20457         * makefile.w32-in (DONTCOMPILE): Remove list.
20458         (compile, compile-always): Fix comments.
20459         (update-authors): Load the library in which batch-update-authors
20460         is defined.
20462         * generic-x.el (generic-mode-ini-file-find-file-hook):
20463         Rename to ini-generic-mode-find-file-hook.
20464         Keep generic-mode-ini-file-find-file-hook as an alias.
20465         (ini-generic-mode-find-file-hook): Rename from
20466         generic-mode-ini-file-find-file-hook.  Fix docstring.
20467         (ini-generic-mode): Docstring change.
20468         (bat-generic-mode-run-as-comint): Silence the byte compiler.
20470         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20471         called from lisp.
20473         * generic.el: Move to the emacs-lisp subdir.
20475 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
20477         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20478         and C-S- function and cursor motion keys.
20480 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
20482         * startup.el (command-line): Enable Xterm Mouse mode by default.
20483         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20484         for Custom.  No longer show "Mouse" in mode line when enabled.
20485         Doc fix.
20487 2005-04-12  Kim F. Storm  <storm@cua.dk>
20489         * emulation/cua-base.el (cua-rectangle-face)
20490         (cua-rectangle-noselect-face): Define face attributes here.
20492         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20494 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20496         * startup.el (command-line): Turn off blinking cursor if
20497         cursorBlink in resources is off or false.
20499 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20501         * term/mac-win.el (dnd): Require dnd.
20502         (mac-drag-n-drop): Call dnd-handle-one-url.
20503         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20504         (kTextEncodingISOLatin2): Remove constants.
20505         (mac-script-code-coding-systems): New constant.
20506         (mac-handle-language-change): New function.
20507         (special-event-map): Bind it to `language-change' event.
20508         (mac-centraleurroman, mac-cyrillic): New coding systems.
20509         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
20510         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
20511         and mac-cyrillic-encoder to encode-mac-centraleurroman and
20512         encode-mac-cyrillic, respectively.
20514 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
20516         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
20517         Don't set overlay-arrow-string to "=>" as this is done
20518         globally in C now.
20520 2005-04-12  Lute Kamstra  <lute@gnu.org>
20522         * generic-x.el (rc-generic-mode, rul-generic-mode):
20523         Fix auto-mode-alist entries.
20524         (etc-fstab-generic-mode): Tweak fontification.
20526         * generic.el (generic-make-keywords-list): Fix docstring.
20527         (generic-mode-internal): Simplify generic-font-lock-keywords.
20529 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
20531         * whitespace.el (whitespace-buffer-leading)
20532         (whitespace-buffer-trailing): Revert the incorrect test inversion.
20533         However, fix the highlight area for the leading and
20534         trailing whitespaces to show space.
20536 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
20538         * whitespace.el (whitespace-version): Bump to 3.5
20540         (whitespace-buffer-leading, whitespace-buffer-trailing):
20541         Invert sense of the test to highlight the whitespace.
20543 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
20545         * progmodes/gud.el (gud-display-line): GUD uses its own
20546         overlay arrow now so don't set overlay-arrow-string.
20547         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
20549 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
20551         * term.el (term-ansi-current-bold, term-ansi-current-underline)
20552         (term-ansi-current-reverse, term-ansi-current-invisible)
20553         (term-ansi-face-already-done): Change to boolean.
20554         (term-reset-terminal, term-handle-colors-array): Handle the above
20555         vars accordingly.
20556         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
20557         (term-emulate-terminal): Use the new name.
20559         * faces.el (secondary-selection): Use yellow1, not yellow.
20560         (trailing-whitespace): Use red1, not red.
20562 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20564         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
20565         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
20566         (dired-dnd-handle-file): Call dnd-get-local-file-uri
20568         * cus-edit.el (dnd): New group.
20570         * term/w32-win.el (dnd): Require dnd
20571         (w32-drag-n-drop): Call dnd-handle-one-url.
20573         * x-dnd.el: Require dnd.
20574         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
20575         Call dnd-handle-one-url.
20576         (x-dnd-types-alist, x-dnd-insert-utf8-text)
20577         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
20578         to dnd-insert-text.
20579         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
20580         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
20581         (x-dnd-get-local-file-name, x-dnd-open-local-file)
20582         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
20584         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
20586 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20588         * wdired.el: Doc fixes.
20589         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
20590         (wdired-use-dired-vertical-movement): Rename from
20591         wdired-always-move-to-filename-beginning.
20592         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
20593         (wdired-change-to-wdired-mode): Change mode name.
20594         (wdired-newline): Delete.
20596 2005-04-11  Richard M. Stallman  <rms@gnu.org>
20598         * whitespace.el (whitespace-highlight-the-space):
20599         Don't call whitespace-unhighlight-the-space here.
20601         * simple.el (undo): Record t in undo-equiv-table
20602         for the redo record made by an undo-in-region.
20604 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
20606         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
20607         (gdb-frame-inferior-io-buffer): New Functions to control
20608         display of separate IO buffer.
20609         (menu): Add them to menu-bar.
20610         (gdb-display-buffer): Check for buffer another frame.
20611         Protect GUD buffer.
20612         (gdb-setup-windows): Create IO buffer if not already there.
20613         (gdb-memory-mode): Remove purecopy noops.
20615 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20617         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
20618         and pass to self-insert-command.
20620 2005-04-11  Lute Kamstra  <lute@gnu.org>
20622         * generic.el: Commentary section cleanup.
20623         (generic): Delete.
20624         (generic-use-find-file-hook, generic-lines-to-scan)
20625         (generic-find-file-regexp, generic-ignore-files-regexp)
20626         (default-generic-mode, generic-mode-find-file-hook)
20627         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
20628         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
20629         (generic-use-find-file-hook, generic-lines-to-scan)
20630         (generic-find-file-regexp, generic-ignore-files-regexp)
20631         (default-generic-mode, generic-mode-find-file-hook)
20632         (generic-mode-ini-file-find-file-hook): Move from generic.el.
20634 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
20636         * bookmark.el (bookmark-write-file): Catch errors writing file.
20637         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
20639 2005-04-10  Richard M. Stallman  <rms@gnu.org>
20641         * startup.el (fancy-splash-tail): Update copyright year.
20642         (command-line): Split part of -Q into -D.
20643         (emacs-basic-display): New defvar.
20644         (fancy-splash-text): Correct name of menu item.
20646         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
20648         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
20649         lines in one node.
20651         * comint.el (comint-send-input): New arg ARTIFICIAL.
20652         Callers in this file changed.
20654         * abbrev.el (define-abbrevs): Read system abbrevs properly.
20656         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
20658 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
20660         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
20661         `ldap-search-internal'.
20663 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20665         * files.el (set-auto-mode-1): Use line-end-position.
20667         * international/latin-1.el:
20668         * international/latin-2.el:
20669         * international/latin-3.el:
20670         * international/latin-4.el:
20671         * international/latin-5.el:
20672         * international/latin-8.el:
20673         * international/latin-9.el: Give punctuation syntax to NBSP.
20675         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
20676         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
20677         Use char-classes to accept non-ascii letters, accepted in some recent
20678         bibtex implementations.
20680 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
20682         * custom.el (custom-set-minor-mode): Any non-nil value for the
20683         variable should enable the mode when set through Custom.
20685 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20687         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
20688         TAB binding so tab-always-indent is obeyed.
20689         (vhdl-minibuffer-local-map): Move initialization into declaration.
20690         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
20691         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
20692         (vhdl-hooked-abbrev): Avoid test for XEmacs.
20693         (vhdl-current-line): Use line-beginning-position.
20694         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
20695         with-output-to-temp-buffer, so the current position can be recorded.
20697 2005-04-10  Masatake YAMATO  <jet@gyve.org>
20699         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20700         Add regexp for gcov.
20702 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20704         * calendar/time-date.el (time-to-seconds, seconds-to-time)
20705         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
20706         syntax which Emacs 20 doesn't support.
20708 2005-04-09  Richard M. Stallman  <rms@gnu.org>
20710         * help.el (describe-key-briefly, describe-key):
20711         Replace strings as event types with "(any string)".
20713 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20715         * arc-mode.el (archive-mode-map): Move initialization into
20716         the declaration.  Override *all* bindings of `undo'.
20717         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
20719 2005-04-09  Jay Belanger  <belanger@truman.edu>
20721         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
20723 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
20725         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
20726         (xterm-register-default-colors): Update color values computation
20727         to match xterm-200.
20729 2005-04-09  Kenichi Handa  <handa@m17n.org>
20731         * international/code-pages.el (iso-latin-7): Fix the map.
20733 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
20735         * emacs-lisp/lisp.el (defun-prompt-regexp)
20736         (parens-require-spaces, buffer-end, end-of-defun)
20737         (insert-parentheses): Doc fixes.
20739 2005-04-08  Kim F. Storm  <storm@cua.dk>
20741         * comint.el (comint-highlight-prompt): Fix face spec.
20742         * hi-lock.el (hi-green): Likewise.
20744 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
20746         * cus-edit.el (custom-modified-face):
20747         * comint.el (comint-highlight-input): Fix previous changes.
20748         * term.el (term-handle-ansi-escape): Add a comment.
20750 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20752         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
20753         in the buffer and in whitespace-highlighted-space.
20754         (whitespace-unhighlight-the-space): Simplify.
20755         (whitespace-buffer): Simplify.
20757 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
20759         * textmodes/table.el (table-cell-face): Add special case for
20760         displays supporting a high number of colors.
20761         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20762         (vhdl-font-lock-reserved-words-face)
20763         (vhdl-speedbar-architecture-face)
20764         (vhdl-speedbar-instantiation-face)
20765         (vhdl-speedbar-architecture-selected-face)
20766         (vhdl-speedbar-instantiation-selected-face): Likewise.
20767         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
20768         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
20769         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20770         (ebrowse-root-class-face, ebrowse-member-attribute-face)
20771         (ebrowse-progress-face): Likewise.
20772         * progmodes/compile.el (compilation-info-face): Likewise.
20773         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
20774         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
20775         * calendar/calendar.el (diary-face): Likewise.
20776         * woman.el (woman-italic-face, woman-bold-face)
20777         (woman-unknown-face): Likewise.
20778         * wid-edit.el (widget-button-pressed-face): Likewise.
20779         * whitespace.el (whitespace-highlight-face): Likewise.
20780         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
20781         * pcvs-info.el (cvs-marked-face): Likewise.
20782         * info.el (info-xref): Likewise.
20783         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
20784         * hilit-chg.el (highlight-changes-face)
20785         (highlight-changes-delete-face): Likewise.
20786         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
20787         (hi-red-b): Likewise.
20788         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
20789         * font-lock.el (font-lock-keyword-face)
20790         (font-lock-function-name-face, font-lock-warning-face): Likewise.
20791         * cus-edit.el (custom-invalid-face, custom-modified-face)
20792         (custom-set-face, custom-changed-face, custom-variable-tag-face)
20793         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
20794         * comint.el (comint-highlight-prompt): Likewise.
20796 2005-04-08  Lute Kamstra  <lute@gnu.org>
20798         * font-lock.el (font-lock-keywords): Docstring fixes.
20800 2005-04-08  Kenichi Handa  <handa@m17n.org>
20802         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
20803         chars are more than a limit, print " and more..." at the tail.
20805 2005-04-08  Kim F. Storm  <storm@cua.dk>
20807         * emacs-lisp/authors.el (authors-aliases): Update list.
20808         (authors-ignored-files): New list.
20809         (authors-fixed-entries): Fix typo.
20810         (authors-renamed-files-alist): Update list.
20811         (authors-add): Check authors-ignored-files.
20813 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
20815         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
20816         optional, to ensure backward compatibility.
20818 2005-04-08  Stephen Eglen  <stephen@gnu.org>
20820         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
20822 2005-04-08  Kim F. Storm  <storm@cua.dk>
20824         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
20826         * mouse.el (mouse-on-link-p): Doc fix.
20828 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
20830         * ielm.el (ielm-prompt-read-only): Doc fix.
20832         * comint.el (comint-prompt-read-only): Doc fix.
20834 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
20836         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
20837         ensure dired always handles wildcards passed to ffap.
20838         (find-file-at-point): Use it.
20839         (ffap-dired-wildcards): Doc fix.
20841 2005-04-07  Juri Linkov  <juri@jurta.org>
20843         * simple.el (next-error-overlay-arrow-position): New defvar.
20844         Put "=>" on its property `overlay-arrow-string'.  Add it to
20845         `overlay-arrow-variable-list'.
20847         * progmodes/compile.el (compilation-setup):
20848         Set `next-error-overlay-arrow-position' to nil.  Also set it to
20849         nil in the local hook `kill-buffer-hook'.  Make local variable
20850         `overlay-arrow-string' and set it to "=>".
20851         (compilation-goto-locus): Set BOL position to
20852         `next-error-overlay-arrow-position' instead of
20853         `overlay-arrow-position'.
20855         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
20856         locally instead of adding it to the global hook.
20857         (Info-kill-buffer): Move up.
20859 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
20861         * term/xterm.el (xterm-standard-colors): Update color values from
20862         xterm-200.
20864 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20866         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
20868         * fast-lock.el:
20869         * lazy-lock.el: Move them to the obsolete subdir.
20871 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20873         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
20874         (wdired-add-replace-advice): Remove.
20875         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
20877 2005-04-06  Kim F. Storm  <storm@cua.dk>
20879         * startup.el (command-line): Add --bare-bones alias for -Q.
20881 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20883         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
20884         create the startup fontset if a font specification ends with
20885         `mac-roman'.
20887 2005-04-06  Lute Kamstra  <lute@gnu.org>
20889         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
20890         change.
20892         * emacs-lisp/copyright.el (copyright-update-year): Replace the
20893         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
20895 2005-04-05  Lute Kamstra  <lute@gnu.org>
20897         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
20898         (define-generic-mode): Ditto.  Fix debug declaration.
20900         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20901         Put them in the generic-x group.
20903         * calendar/timeclock.el (timeclock): Doc fix.
20905         * generic.el (define-generic-mode): Don't use custom-current-group.
20906         Document default :group value.
20907         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
20908         (define-global-minor-mode): Don't use custom-current-group.
20910 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
20912         * startup.el (command-line-1): Display startup-echo-area-message
20913         when fancy splash screen is in use.
20915         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
20916         (sh-escaped-newline): New face.
20917         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
20918         newline, and use sh-escaped-newline face.
20920         * progmodes/tcl.el (tcl-escaped-newline): New face.
20921         (tcl-builtin-list): New variable.
20922         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
20923         newlines.  Fix keywords subexpression number.
20925 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
20927         * textmodes/org.el (org-diary-default-entry): Fix call to
20928         `add-to-diary-entry'.
20930 2005-04-05  Kim F. Storm  <storm@cua.dk>
20932         * ediff-init.el: Use (featurep 'xemacs).
20934 2005-04-05  David Ponce  <david@dponce.com>
20936         * cus-edit.el (face): Derive from symbol widget.  Display sample
20937         of the current face on the fly.
20938         (widget-face-sample-face-get, widget-face-notify): New functions.
20939         (widget-face-value-create): Remove.
20941         * wid-edit.el (widget-field-end): Temporarily remove field
20942         narrowing before to call `get-char-property'.
20944 2005-04-04  Jay Belanger  <belanger@truman.edu>
20946         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
20947         (math-read-subscripts): New variable.
20948         (math-read-preprocess-string): Process subscripts.
20950 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
20952         * comint.el (comint-prompt-read-only): Doc fix.
20954         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
20955         `-1'.  Doc fix.
20957 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
20959         * textmodes/org.el (org-insert-mode-line-in-empty-file):
20960         Change default value to nil.
20962 2005-04-04  Lute Kamstra  <lute@gnu.org>
20964         * autorevert.el (auto-revert-mode): Specify :group.
20965         * battery.el (display-battery-mode): Specify :group.
20966         * diff-mode.el (diff-minor-mode): Specify :group.
20967         * font-core.el (font-lock-mode): Specify :group.
20968         * hl-line.el (hl-line-mode): Specify :group.
20969         * iimage.el (iimage): New customization group.
20970         (iimage-mode): Specify :group.
20971         * longlines.el (longlines-mode): Specify :group.
20972         * master.el: Don't require easy-mmode.
20973         (master): New customization group.
20974         (master-mode): Specify :group.
20975         * msb.el (msb-mode): Specify :group.
20976         * reveal.el (reveal-mode): Specify :group.
20977         * simple.el (next-error-follow-minor-mode): Specify :group.
20978         * smerge-mode.el (smerge-mode): Specify :group.
20979         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
20980         * emulation/cua-base.el (cua-mode): Specify :group.
20981         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
20982         * language/thai-util.el (thai-auto-composition-mode)
20983         (thai-word-mode): Specify :group.
20984         * mail/supercite.el (sc-minor-mode): Specify :group.
20985         * progmodes/cwarn.el (cwarn-mode): Specify :group.
20986         * progmodes/flymake.el (flymake-mode): Specify :group.
20987         * progmodes/glasses.el (glasses-mode): Specify :group.
20988         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
20989         * textmodes/enriched.el (enriched-mode): Specify :group.
20990         * textmodes/refill.el (refill-mode): Specify :group.
20992         * add-log.el (change-log-font-lock-keywords): Names in
20993         parenthesized lists can contain spaces.
20995 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
20997         * startup.el (fancy-splash-text): Shorten default text of
20998         "Emacs Tutorial" line.  Also, if the current language env
20999         indicates an available tutorial file other than TUTORIAL,
21000         extract its title and append it to the line in parentheses.
21001         (fancy-splash-insert): If arg is a thunk, funcall it.
21003 2005-04-04  Jay Belanger  <belanger@truman.edu>
21005         * calc.el (calc-language-alist): Add tags to customization type.
21007 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
21009         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21010         Doc fix.
21012 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
21014         * add-log.el (change-log-font-lock-keywords): The manual
21015         describing a Change Log entry, says: (...) "Aside from these
21016         header lines, every line in the change log starts with a space or
21017         a tab.".  The font-lock was not highlighting lines started with
21018         spaces, added support for it.
21020 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21022         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21023         (bibtex-generate-url-list): Update docstring accordingly.  Put the
21024         complex example in the docstring.
21025         (bibtex-font-lock-url): Use pop.
21027 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21029         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21031         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21033 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
21035         * filesets.el (filesets-set-default): Doc fix.
21037 2005-04-03  Lute Kamstra  <lute@gnu.org>
21039         * generic.el (define-generic-mode): Add argument to specify
21040         keywords for defcustom.
21041         (default-generic-mode): Specify :group.
21043         * generic-x.el: Specify :group for all generic modes.
21045         * desktop.el (desktop-no-desktop-file-hook)
21046         (desktop-after-read-hook): Doc fix.
21048 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
21050         * simple.el (visible-mode): Use explicit :group keyword.
21051         This changes the group of `visible-mode-hook' from paren-blinking
21052         to editing-basics.
21054 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
21056         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
21057         mailbox specifications as well as URLs.
21058         (rmail-insert-inbox-text): Remove unused conditional branches.
21060 2005-04-01  Jay Belanger  <belanger@truman.edu>
21062         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21063         (calc-gnuplot-print-command): Move definitions to calc.el.
21065         * calc/calc-embed.el (calc-embedded-announce-formula)
21066         (calc-embedded-open-formula, calc-embedded-close-formula)
21067         (calc-embedded-open-word, calc-embedded-close-word)
21068         (calc-embedded-open-plain, calc-embedded-close-plain)
21069         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21070         (calc-embedded-open-mode, calc-embedded-close-mode):
21071         Move definitions to calc.el.
21073         * calc/calc.el (calc-settings-file, calc-language-alist):
21074         Make customizable.
21075         (calc-embedded-announce-formula, calc-embedded-open-formula)
21076         (calc-embedded-close-formula, calc-embedded-open-word)
21077         (calc-embedded-close-word, calc-embedded-open-plain)
21078         (calc-embedded-close-plain, calc-embedded-open-new-formula)
21079         (calc-embedded-close-new-formula, calc-embedded-open-mode)
21080         (calc-embedded-close-mode, calc-gnuplot-name)
21081         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21082         from other files and make customizable.
21084 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21086         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21087         Use buffer-live-p.
21088         (cvs-mode-run): Don't call cvs-update-header here.
21089         (cvs-run-process): Call cvs-update-header.
21090         Use process properties for cvs-postprocess and cvs-buffer so that
21091         the sentinel can behave better if the temp buffer is killed.
21092         Use a pipe rather than a tty, to better handle unexpected prompts.
21093         (cvs-sentinel): Rewrite.  Call cvs-update-header.
21095 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
21097         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21098         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
21100 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21102         * generic.el (define-generic-mode): Add indentation rule.
21104 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
21106         * files.el (mode-require-final-newline): Make Custom correctly
21107         report a nil value and allow to set it to nil via Custom.
21108         Doc fix.
21110 2005-04-01  Kenichi Handa  <handa@m17n.org>
21112         * international/characters.el: Enable the correct case setting for
21113         dotless-i and dotted-I.
21115 2005-04-01  Kim F. Storm  <storm@cua.dk>
21117         * ido.el (ido-file-internal): Fall back to non-ido command if
21118         initial directory is on slow ftp (or tramp) host.
21120 2005-03-31  Richard M. Stallman  <rms@gnu.org>
21122         * emacs-lisp/autoload.el (make-autoload):
21123         Handle define-global-minor-mode.
21125         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21126         Rename from easy-mmode-define-global-mode.
21127         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21129         * progmodes/scheme.el (scheme-mode-syntax-table):
21130         Update syntax of | and # for two-character comment syntax.
21132 2005-03-31  Lute Kamstra  <lute@gnu.org>
21134         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21135         (define-minor-mode): Call custom-current-group at load-time.
21137         * generic.el (define-generic-mode): Add debug declaration.
21138         Add defcustom for the mode hook.
21139         (generic-mode-internal): Use run-mode-hooks.
21141 2005-03-31  Kim F. Storm  <storm@cua.dk>
21143         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21144         (mouse-fixup-help-message): New defun called by show_help_echo
21145         to fixup mouse-2 prefix in help messages when applicable.
21147         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21149 2005-03-31  Kenichi Handa  <handa@m17n.org>
21151         * language/thai-word.el (thai-find-word-ends): Pay attention to
21152         the case that we reach the end of buffer.
21154         * textmodes/fill.el (fill-text-properties-at): New function.
21155         (fill-newline): Use fill-text-properties-at instead of
21156         text-properties-at.
21158 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
21160         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21161         not comint-quote-filename.
21163 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
21165         * help-fns.el (help-with-tutorial): Revert last change.
21167 2005-03-31  Kim F. Storm  <storm@cua.dk>
21169         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21171 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21173         * calendar/cal-china.el: Update reference to "Calendrical
21174         Calculations" book; there's a new edition.
21175         * calendar/cal-coptic.el: Likewise.
21176         * calendar/cal-french.el: Likewise.
21177         * calendar/cal-hebrew.el: Likewise.
21178         * calendar/cal-islam.el: Likewise.
21179         * calendar/cal-iso.el: Likewise.
21180         * calendar/cal-julian.el: Likewise.
21181         * calendar/cal-mayan.el: Likewise.
21182         * calendar/cal-persia.el: Likewise.
21183         * calendar/calendar.el: Likewise.
21184         * calendar/holidays.el: Likewise.
21185         * calendar/lunar.el: Likewise.
21186         * calendar/solar.el: Likewise.
21188         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21189         white space from doc string.
21191 2005-03-30  Jay Belanger  <belanger@truman.edu>
21193         * calc/calc-help.el (calc-full-help): Remove email address.
21195 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
21197         * help-fns.el (help-with-tutorial): Delete title line.
21199 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
21201         * calendar/cal-x.el (calendar-one-frame-setup)
21202         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21203         rather than `symbol' for set-window-dedicated-p.
21205         * calendar/appt.el (appt-buffer-name): Make it a constant.
21206         (appt-add): Doc fix.
21208         * filesets.el (filesets-menu-path, filesets-menu-before)
21209         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
21210         (filesets-menu-cache-file): Use directory ~/.emacs.d.
21211         (filesets-add-submenu): Delete and use add-submenu instead.
21213 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
21215         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21216         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21217         (org-diary-default-entry): New function.
21218         (org-get-entries-from-diary): Better parsing of diary entries.
21219         (org-agenda-check-no-diary): New function.
21220         ("diary-lib"): Advice to function `add-to-diary-list', to allow
21221         linking to diary entries.
21222         (org-agenda-execute-calendar-command): New function.
21223         (org-agenda): Improve visible section in window.
21224         Use `org-fit-agenda-window'.
21225         (org-fit-agenda-window): New option.
21226         (org-move-subtree-down): Better handling of empty lines
21227         at end of subtree.
21228         (org-cycle): Numeric prefix is interpreted now as show-subtree N
21229         levels up.
21230         (org-fontify-done-headline): New option.
21231         (org-headline-done-face): New face.
21232         (org-set-font-lock-defaults): Use `org-headline-done-face'.
21233         (org-table-copy-down): Rename from `org-table-copy-from-above'.
21234         When current field is non-empty, it is copied to next row.
21235         (org-table-copy-from-above): Fix bug which made it
21236         impossible to copy fields containing only a single non-white character.
21238 2005-03-30  Kim F. Storm  <storm@cua.dk>
21240         * kmacro.el (kmacro-end-macro): Isearch may store this command
21241         into the macro -- so ignore it when executing keyboard macro.
21243 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
21245         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21247 2005-03-29  Kenichi Handa  <handa@m17n.org>
21249         * language/thai.el ("Thai"): Set setup-function and exit-function
21250         for Thai language environment.
21252         * language/thai-util.el: Require thai-word.
21253         (thai-word-mode-map): New variable.
21254         (thai-word-mode): New minor mode.
21255         (setup-thai-language-environment-internal): New function.
21256         (exit-thai-language-environment-internal): New function.
21258         * language/thai-word.el (thai-word-table): Declare it by defvar,
21259         use dolist to initialize it.
21260         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21261         (thai-fill-find-break-point): New functions.
21263 2005-03-29  Richard M. Stallman  <rms@gnu.org>
21265         * simple.el (idle-update-delay): Move definition up.
21266         (set-mark): Doc fix.
21268 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
21270         * longlines.el: New file.
21272         * simple.el (buffer-substring-filters): New variable.
21273         (filter-buffer-substring): New function.
21274         (kill-region, copy-region-as-kill): Use it.
21276         * register.el (copy-to-register, append-to-register)
21277         (prepend-to-register): Use filter-buffer-substring.
21279 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
21281         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21282         (gud-filter-pending-text): Move in front of gdb.
21283         (gud-overlay-arrow-position): New variable.
21284         (gud-sentinel, gud-display-line): Use it in place of
21285         overlay-arrow-position.
21287 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
21289         * progmodes/fortran.el (fortran-if-indent): Doc fix.
21290         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21291         (fortran-font-lock-keywords-4): New variable.
21292         (fortran-blocks-re, fortran-end-block-re)
21293         (fortran-start-block-re): New constants, for hideshow.
21294         (hs-special-modes-alist): Add a Fortran entry.
21295         (fortran-mode-map): Bind fortran-end-of-block,
21296         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21297         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
21298         (fortran-looking-at-if-then, fortran-end-of-block)
21299         (fortran-beginning-of-block): New functions, for hideshow.
21301         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21302         Doc fix.  Tweak regexp.
21303         (f90-beginning-of-block): Push mark first.
21305 2005-03-29  Jay Belanger  <belanger@truman.edu>
21307         * calc/calc.el: Update copyright date.
21308         (calc-version): Increase to 2.1.
21309         (calc-version-date): Remove.
21311         * calc/calc-help.el: Update copyright date.
21312         (calc-full-help): Remove reference to calc-version-date.
21313         Update copyright date.
21315 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21317         * vc.el (vc-do-command): Use a pipe for async processes, so password
21318         prompts don't show up at places where the user can't reply.
21320 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
21322         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21323         on the file name we pass to the inferior shell.
21325 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
21327         * progmodes/which-func.el (which-function): Be robust in the face of an
21328         imenu--make-index-alist failure.
21330 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21332         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21334         * progmodes/python.el (python-preoutput-filter): Fix last change.
21336 2005-03-29  Lute Kamstra  <lute@gnu.org>
21338         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21339         functions and compiled macros.
21340         (debug-convert-byte-code): Handle macros too.
21341         (debug-on-entry-1): Don't signal an error when trying to clear a
21342         function that is not set to debug on entry.
21344 2005-03-29  Jay Belanger  <belanger@truman.edu>
21346         * calc/calc-lang.el: Add functions to math-function-table
21347         properties of tex and math.
21349 2005-03-29  Kenichi Handa  <handa@m17n.org>
21351         * ps-mule.el (ps-mule-plot-string): Translate characters by
21352         ps-print-translation-table.
21353         (ps-mule-begin-job): Call find-charset-region/string with
21354         ps-print-translation-table.
21355         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21357         * ps-print.el (ps-print-translation-table): New variable.
21358         (ps-plot-region): Translate characters by ps-print-translation-table.
21360 2005-03-29  Juri Linkov  <juri@jurta.org>
21362         * simple.el (next-error-highlight-timer): New variable.
21364         * progmodes/compile.el (compilation-goto-locus):
21365         Use `next-error-highlight-timer' instead of `sit-for'.
21367 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21369         * mail/supercite.el (sc-mail-field): Use assoc-string.
21370         (sc-get-address): Simplify regexps.
21372         * files.el (minibuffer-with-setup-hook): New macro.
21373         (find-file-read-args): Use it to avoid let-binding
21374         minibuffer-with-setup-hook (which breaks turning on/off
21375         file-name-shadow-mode while in the prompt).
21377         * complete.el (PC-read-include-file-name-internal):
21378         Use test-completion.
21380 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
21382         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21384 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21386         * window.el (window-buffer-height): Use count-screen-lines.
21388         * progmodes/python.el (python-preoutput-leftover): New var.
21389         (python-preoutput-filter): Use it.
21390         (python-send-receive): Loop until all the result has been received.
21392 2005-03-28  Juri Linkov  <juri@jurta.org>
21394         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21396         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21397         "Recover Crashed Session".
21398         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21399         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21400         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21401         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21402         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21403         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21404         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21405         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21407         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21408         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21409         Ediff Sessions", "Toggle use of separate control buffer frame",
21410         "Use separate frame for Ediff control buffer".
21412         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21413         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21414         "Rename Bookmark", "Delete Bookmark".
21416         * info.el (Info-mode-menu): Remove ellipsis from "Index".
21417         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21418         Add `:active Info-index-alternatives' to "Next Matching Item".
21420         * wdired.el (wdired-change-to-wdired-mode):
21421         Mention `wdired-abort-changes' key in the initial message.
21423         * international/mule.el (auto-coding-alist): Associate non-ascii
21424         image filename extensions with `no-conversion'.
21426 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21428         * international/iso-acc.el:
21429         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21431 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
21433         * textmodes/sgml-mode.el (html-mode): Doc update.
21435         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21437 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
21439         * term.el (term-move-columns): Fix face after extending a line.
21440         (term-insert-spaces): Likewise.
21441         (term-reset-terminal): Fix off by one error.
21443 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
21445         * international/mule.el (auto-coding-alist): Add .xpi files.
21447         * files.el (auto-mode-alist): Add .xpi files.
21449 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
21451         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21453 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
21455         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21457 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
21459         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21460         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
21462         * calendar/cal-move.el (calendar-beginning-of-year): Move the
21463         cursor to Jan 1 when needed.
21464         (calendar-end-of-year): Fix -/+ typo.
21465         Reported by Chong Yidong <cyd@stupidchicken.com>.
21467 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21469         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21471         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21472         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
21474 2005-03-25  Richard M. Stallman  <rms@gnu.org>
21476         * filesets.el (filesets-init): Add autoload.
21478         * mail/mailalias.el (mail-directory): Doc fix.
21480 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21482         * mail/mailalias.el (mail-directory-process): Do nothing if
21483         mail-directory-process is an atom.
21484         (mail-get-names): Ignore mail-directory-names if it is an atom.
21485         (mail-directory-process defvar): Doc fix.
21486         (mail-names): Doc fix.
21488 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
21490         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21492 2005-03-26  Kenichi Handa  <handa@m17n.org>
21494         * international/mule-util.el (detect-coding-with-priority):
21495         Call update-coding-systems-internal before detect-coding-region.
21497 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
21499         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21500         (gdb-frames-mode-map): Add follow-link property.
21502 2005-03-25  Jay Belanger  <belanger@truman.edu>
21504         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
21505         for variables.
21507 2005-03-25  Juri Linkov  <juri@jurta.org>
21509         * image-mode.el: Optimize image filename extension regexps in
21510         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
21511         in `auto-mode-alist'.
21512         (image-mode): Add `image-toggle-display-text' to local hook
21513         `change-major-mode-hook'.  Display the image as an image by
21514         default.  Set `cursor-type' and `truncate-lines' if the image
21515         is already displayed.  Take into account the current mode (image
21516         or text) in message.
21517         (image-minor-mode): New minor mode.
21518         (image-mode-maybe, image-toggle-display-text): New functions.
21519         (image-toggle-display): Use called-interactively-p.
21520         Let-bind `inhibit-read-only' to t.
21522         * image-mode.el (image-minor-mode): Set `cursor-type' and
21523         `truncate-lines' if the image is already displayed.  Add turning
21524         image-minor-mode off to `change-major-mode-hook'.  Add message.
21525         Call `image-toggle-display-text' after turning image-minor-mode off.
21527 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21529         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
21530         Terminal.app, use utf-8.
21531         (set-display-table-and-terminal-coding-system): Add coding-system arg.
21532         (set-locale-environment): Use it.
21534         * term/xterm.el: Undo last change, better done in mule-cmds.el.
21536         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
21538         * progmodes/python.el (python-close-block-statement-p)
21539         (python-outdent-p, python-current-defun): Use symbol-end.
21541 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
21543         * files.el (save-some-buffers): Doc fix.
21545 2005-03-25  Werner Lemberg  <wl@gnu.org>
21547         * complete.el, thumbs.el: Replace `legal' with `valid'.
21548         * calendar/calendar.el: Replace `legal' with `valid'.
21549         * emacs-lisp/advice.el: Replace `legal' with `valid'.
21550         * mail/supercite.el: Replace `legal' with `valid'.
21551         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
21552         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
21553         Replace `legal' with `valid'.
21554         * textmodes/reftex-vars.el, textmodes/reftex.el:
21555         Replace `legal' with `valid'.
21557 2005-03-25  Werner Lemberg  <wl@gnu.org>
21559         * calc/calc-forms.el, calc/calc-sel.el
21560         * midnight.el, vc-cvs.el
21561         * emacs-lisp/cl-macs.el
21562         * emulation/vip.el
21563         * eshell/esh-io.el, eshell/esh-var.el
21564         * mail/supercite.el
21565         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
21566         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
21567         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
21568         * progmodes/sh-script.el, progmodes/xscheme.el
21569         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
21570         * textmodes/reftex-index.el, textmodes/reftex-parse.el
21571         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
21572         * textmodes/reftex.el, textmodes/org.el:
21573         Replace `illegal' with `invalid'.
21575 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21577         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
21578         (flymake-find-buildfile, flymake-find-possible-master-files)
21579         (flymake-check-include, flymake-parse-line): Replace loops over the
21580         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
21582         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
21583         Substitute file-name-as-directory in the rest of the file.
21584         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
21585         (flymake-replace-region): Remove unused arg `buffer'.
21586         (flymake-check-patch-master-file-buffer): Update calls to it.
21587         (flymake-add-err-info): Remove unused var `count'.
21588         (flymake-mode): Use define-minor-mode.
21590         * progmodes/flymake.el: Use with-current-buffer.
21591         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
21592         flymake-replace-regexp-in-string, flymake-line-beginning-position)
21593         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
21594         Avoid testing for `xemacs'.
21595         (flymake-nop): Move.
21596         (flymake-region-has-flymake-overlays): Return the computed value.
21597         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
21598         Remove unused var `endline'.
21599         (flymake-get-line-count): Remove unused function.
21600         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
21602         * emulation/vi.el:
21603         * generic.el:
21604         * hilit-chg.el (global-highlight-changes):
21605         * hi-lock.el (hi-lock-mode):
21606         * follow.el: find-file-hooks -> find-file-hook.
21608         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
21610 2005-03-24  Juri Linkov  <juri@jurta.org>
21612         * dired.el (dired-mode-map): Add menu item "Compare directories"
21613         for dired-compare-directories.
21615         * dired-aux.el (dired-compare-directories): Add autoload cookie.
21616         Doc fix.  Replace `read-file-name' with `read-directory-name'.
21618 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21620         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
21622 2005-03-24  Jay Belanger  <belanger@truman.edu>
21624         * calc/calc-embed.el (calc-embedded-mode-change): Save all
21625         relevant mode settings in calc-embedded-original-modes when modes
21626         are permanently changed.
21628 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21630         * autoinsert.el: find-file-hooks -> find-file-hook.
21632 2005-03-24  Lute Kamstra  <lute@gnu.org>
21634         * generic.el (generic-font-lock-defaults): Make it obsolete.
21635         (generic-font-lock-keywords): New variable to replace
21636         generic-font-lock-defaults.
21637         (generic-mode-set-font-lock): Delete it.
21638         (generic-mode-internal): Don't call generic-mode-set-font-lock.
21639         (generic-bracket-support): Add docstring.
21641         * generic-x.el: Rename generic-font-lock-defaults to
21642         generic-font-lock-keywords throughout.
21643         (mailagent-rules-setup-function): Delete it.
21644         (mailagent-rules-generic-mode): Use anonymous function instead.
21645         (show-tabs-generic-mode-font-lock-defaults-1)
21646         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
21647         Quote faces.
21648         (show-tabs-tab-face, show-tabs-space-face): Specify background,
21649         not foreground.
21651         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
21652         Recognize define-generic-mode.
21654 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21656         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
21657         if there's no completion table.
21659 2005-03-23  Miles Bader  <miles@gnu.org>
21661         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21662         Remove tty-specific variants, as they're no longer needed.
21664 2005-03-23  Lute Kamstra  <lute@gnu.org>
21666         * generic-x.el: Code cleanup: make args constant whenever possible.
21667         (installshield-statement-keyword-list)
21668         (installshield-system-functions-list)
21669         (installshield-system-variables-list, installshield-types-list)
21670         (installshield-funarg-constants-list): Make them constants.
21672         * generic.el (generic-make-keywords-list): Add autoload cookie.
21674         * calendar/time-date.el: Add comment on time value formats.
21675         Don't require parse-time.
21676         (with-decoded-time-value): New macro.
21677         (encode-time-value): New function.
21678         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21679         (days-to-time): Return a valid time value when arg is huge.
21680         (time-since): Use time-subtract.
21681         (time-to-number-of-days): Use time-to-seconds.
21683 2005-03-23  David Ponce  <david@dponce.com>
21685         * recentf.el (recentf-keep): New option.
21686         (recentf-menu-action): Default to `find-file'.
21687         (recentf-keep-non-readable-files-flag)
21688         (recentf-keep-non-readable-files-p)
21689         (recentf-file-readable-p, recentf-find-file)
21690         (recentf-cleanup-remote): Remove.
21691         (recentf-include-p): More robust.
21692         (recentf-keep-p): New function.
21693         (recentf-remove-if-non-kept): Rename from
21694         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
21695         All callers updated.
21696         (recentf-menu-items-for-commands): Fix help string.
21697         (recentf-track-closed-file): Update.  Doc fix.
21698         (recentf-cleanup): Update.  Count removed files.  Doc fix.
21700 2005-03-23  Kim F. Storm  <storm@cua.dk>
21702         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21703         Don't inherit from fringe face (now happens automatically).
21705 2005-03-22  Kim F. Storm  <storm@cua.dk>
21707         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
21708         position values.
21710 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21712         * menu-bar.el (showhide-date-time): Remove.
21713         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
21714         (menu-bar-make-mm-toggle): Simplify.
21716 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
21718         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
21719         Accept qualified variable and function names.
21721 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
21723         * bindings.el (completion-ignored-extensions):
21724         Remove ".lis" for `vax-vms'.
21726 2005-03-22  Andreas Schwab  <schwab@suse.de>
21728         * generic-x.el: Revert last change.
21729         * ldefs-boot.el: Update.
21731 2005-03-22  Jay Belanger  <belanger@truman.edu>
21733         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
21734         (calc-embedded-save-original-modes)
21735         (calc-embedded-restore-original-modes): New functions.
21736         (calc-do-embedded): Save original modes when entering embedded mode
21737         and restore when leaving embedded mode.
21738         (calc-embedded-modes-change): Change the value of
21739         calc-embedded-original-modes to reflect permanent changes.
21741 2005-03-22  Lute Kamstra  <lute@gnu.org>
21743         * generic-x.el: Require generic again.
21745 2005-03-22  Miles Bader  <miles@gnu.org>
21747         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21748         Tweak details to look good on both ttys and bitmap displays, light
21749         or dark background, etc.
21751 2005-03-21  Kim F. Storm  <storm@cua.dk>
21753         * tooltip.el (tooltip-show-help-function): Check car and cdr of
21754         mouse position.
21756 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21758         * icomplete.el: Don't forcibly turn on the mode upon load.
21759         (icomplete-mode): Use define-minor-mode.
21760         (icomplete-eoinput): Default to nil.
21761         (icomplete-minibuffer-setup): Remove autoload.
21762         (icomplete-tidy): Simplify.
21763         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
21764         in the initial state or if the user has modified the field.
21765         Fix handling of icomplete-max-delay-chars.
21766         Remove code that handles the oddball case where
21767         minibuffer-completion-table is an integer.
21768         Wrap icomplete-completions in while-no-input in case building
21769         completions takes more time than expected.
21770         (icomplete-completions): Simplify.
21772 2005-03-21  Richard M. Stallman  <rms@gnu.org>
21774         * jka-compr.el (jka-compr-really-do-compress):
21775         Make variable buffer-local.
21777         * image-mode.el: Handle .xpm files too.
21778         (image-toggle-display): Preserve modification flag.
21780         * help.el (where-is): Don't mention aliases with no key bindings.
21782 2005-03-21  Lute Kamstra  <lute@gnu.org>
21784         * generic.el: Fix commentary section.  Don't require cl for
21785         compilation.
21786         (generic-mode-list): Add autoload cookie.
21787         (generic-use-find-file-hook, generic-lines-to-scan)
21788         (generic-find-file-regexp, generic-ignore-files-regexp)
21789         (generic-mode, generic-mode-find-file-hook)
21790         (generic-mode-ini-file-find-file-hook): Fix docstrings.
21791         (define-generic-mode): Make it a defmacro.  Fix docstring.
21792         (generic-mode-internal): Code cleanup.  Add autoload cookie.
21793         (generic-mode-set-comments): Code cleanup.
21794         * generic-x.el: Don't prevent compilation.  Don't require generic.
21795         Follow coding conventions.  Minor code cleanup.
21796         (etc-fstab-generic-mode): Add some keywords.
21797         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
21798         define-generic-mode like a function declaration.
21800 2005-03-21  Jay Belanger  <belanger@truman.edu>
21802         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
21803         changing modes.
21805 2005-03-21  Sam Steingold  <sds@gnu.org>
21807         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
21809 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
21811         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
21812         Add underscore to "f$ lexicals" regexp.
21814 2005-03-20  Juri Linkov  <juri@jurta.org>
21816         * subr.el (progress-reporter-do-update): When `min-value' is equal
21817         to `max-value', set `percentage' to 0 and prevent division by zero.
21819 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
21821         Sync with Tramp 2.0.48.
21823         * net/tramp.el (all): Change all addresses to .gnu.org.
21824         (tramp-append-tramp-buffers): New defun.
21825         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
21826         Catch `dont-send' signal.
21827         (tramp-set-auto-save-file-modes): Set always permissions, because
21828         there might be an old auto-saved file belonging to another
21829         original file.  This could be a security threat.  Reported by
21830         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
21831         Check for Emacs 21.3.50 removed.
21833         * net/tramp-smb.el (all): Remove debug construct for
21834         `with-parsed-tramp-file-name'.
21835         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
21836         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
21837         No error message if DIRECTORY or FILENAME doesn't exist.
21838         (tramp-smb-open-connection): Check existence of
21839         `tramp-smb-program'.
21841 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21843         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
21844         Properly handle the case where the `m' or `s' command's argument is not
21845         yet terminated.
21846         (perl-indent-new-calculate): New function.
21847         (perl-indent-line): Use it.
21849 2005-03-20  Miles Bader  <miles@gnu.org>
21851         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
21852         in text-mode too.  Change to new face names.
21853         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
21854         Add `:weight bold' attribute.
21855         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
21857 2005-03-19  Juri Linkov  <juri@jurta.org>
21859         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
21861         * international/mule.el (auto-coding-alist): Sync with
21862         `auto-mode-alist' by adding upper case archive file extensions
21863         and adding ear/war to jar extension.
21865 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
21867         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
21868         running, restart it.
21870 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
21872         * finder.el (finder-current-item): Throw an error on an empty line.
21874         * man.el (Man-follow-manual-reference): If current-word returns
21875         nil, use "".
21877 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
21879         * simple.el (goto-line): Doc fix.
21881 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
21883         * files.el (save-buffer): Doc fix.
21885 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
21887         * recentf.el (recentf-cleanup-remote): New variable.
21888         (recentf-cleanup): Use it to conditionally check availability of
21889         remote files.
21891 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
21893         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
21894         function names.
21896 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
21898         * language/thai-word.el: New file.
21900 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
21902         * files.el (backup-buffer): If the file's directory is not
21903         writable, use copy instead of move to backup the file.
21905 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
21907         * obsolete/keyswap.el: Moved to obsolete/ from term/.
21909 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21911         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
21912         Use functionp instead of symbolp and fboundp.  Reported by Drkm
21913         <darkman_spam@yahoo.fr>.
21914         (ps-print-version): New version 6.6.6.
21916 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
21918         * textmodes/table.el (table--line-column-position): New idiom.
21919         (table--row-column-insertion-point-p): New function to test
21920         validity of row and column insertion operation at a location.
21921         (table-global-menu, table-cell-menu): Use above functions for
21922         deterministic test operation.
21923         (table--editable-cell-p): Behave in deterministic fashion.
21925 2005-03-18  Juri Linkov  <juri@jurta.org>
21927         * isearch.el (isearch-lazy-highlight-new-loop):
21928         Make arguments beg and end optional.
21929         (isearch-update): Remove optional arguments nil from
21930         isearch-lazy-highlight-new-loop.
21931         (isearch-lazy-highlight-search): Let-bind case-fold-search to
21932         isearch-lazy-highlight-case-fold-search instead of
21933         isearch-case-fold-search, and let-bind isearch-regexp to
21934         isearch-lazy-highlight-regexp.
21935         Use isearch-lazy-highlight-last-string instead of isearch-string.
21937         * replace.el (perform-replace): Remove bindings of global
21938         variables isearch-string, isearch-regexp, isearch-case-fold-search.
21939         Add three new arguments to `replace-highlight'.
21940         (replace-highlight): Add arguments string, regexp, case-fold.
21941         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
21942         to allow isearch-lazy-highlight-new-loop to use these values
21943         to set corresponding isearch-lazy-highlight-* internal
21944         variables whose values lazy highlighting will use regardless of
21945         changes to global variables isearch-string, isearch-regexp,
21946         isearch-case-fold-search during lazy highlighting loop.
21947         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
21948         to `lazy-highlight-cleanup'.
21950         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
21951         (ispell-highlight-face): Set default face to `isearch' when
21952         lazy highlighting is enabled.
21953         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
21954         priority to 1.  Add lazy highlighting.
21955         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
21956         from `isearch-dehighlight'.
21958 2005-03-18  David Ponce  <david@dponce.com>
21960         * files.el (hack-local-variables): Do a case-insensitive search
21961         for End.
21963 2005-03-18  Juri Linkov  <juri@jurta.org>
21965         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
21966         `isearch-lazy-highlight-cleanup', add alias to old name and
21967         declare obsolete.  Add release numbers to other obsolete vars.
21968         (isearch-done, isearch-lazy-highlight-new-loop):
21969         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
21970         (lazy-highlight-cleanup) <variable>: Doc fix.
21971         (isearch-lazy-highlight-update): Rename obsolete
21972         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
21974 2005-03-18  Kenichi Handa  <handa@m17n.org>
21976         * language/thai-util.el: Fix categorization of Thai characters in
21977         thai-category-table.
21978         (thai-composition-pattern): Adjust it for the above change.
21979         (thai-self-insert-command, thai-compose-syllable): New functions.
21980         (thai-compose-region): Use thai-compose-syllable.
21981         (thai-compose-string): Likewise.
21982         (thai-composition-function): Likewise.
21983         (thai-auto-composition): New function.
21984         (thai-auto-composition-mode): New minor mode.
21986         * language/thai.el: Fix patterns to be registered in
21987         composition-function-table.
21989         * international/quail.el (quail-input-method): Locally bind
21990         inhibit-modification-hooks to t.
21992 2005-03-17  Richard M. Stallman  <rms@gnu.org>
21994         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
21995         (perl-mode): Use run-mode-hooks.
21997         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
21998         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
21999         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22001         * mail/sendmail.el (sendmail-send-it): Reenable the code
22002         to compute resend-to-address and use it.
22004         * tar-mode.el (tar-mode): Turn off undo unconditionally.
22006         * image-mode.el: New file.
22008         * image.el (insert-sliced-image): Add autoload cookie.
22010         * font-lock.el (font-lock-lines-before): New user option.
22011         (font-lock-after-change-function): Obey it.
22013         * bindings.el (esc-map): Make M-g a prefix.
22014         Bind M-g g and M-g M-g to goto-line.
22016         * faces.el (face-id): Doc fix.
22018 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22020         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22021         (rmail-show-message): Use rmail-unknown-mail-followup-to.
22022         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22024         * mail/sendmail.el (mail-yank-ignored-headers)
22025         (mail-font-lock-keywords, mail-mode-fill-paragraph):
22026         Add Mail-Followup-To and Mail-Reply-To headers.
22027         (mail-citation-hook): Add autoload cookie.
22028         (mail-mode): Doc fix.
22029         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22030         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22031         (mail-mode-fill-paragraph): Handle those headers.
22032         (mail-mailing-lists): New variable.
22033         (mail-mail-reply-to, mail-mail-followup-to): New functions.
22035 2005-03-17  Juri Linkov  <juri@jurta.org>
22037         * isearch.el (isearch-fallback): Check for `(car previous)'
22038         before calling `isearch-other-end-state'.
22040 2005-03-17  Kim F. Storm  <storm@cua.dk>
22042         * simple.el (move-beginning-of-line): Move to beginning of buffer
22043         line, as well as beginning of screen line.
22045 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
22047         * calendar/diary-lib.el (mark-diary-entries): Use new optional
22048         argument REDRAW rather than calendar-redrawing variable.
22049         * calendar/calendar.el (calendar-redrawing): Delete.
22050         (redraw-calendar): Do not bind calendar-redrawing.
22052 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
22054         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22055         diary-file buffer.
22057 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22059         * help.el (describe-mode): Allow a :minor-mode-function property to
22060         specify a different minor mode toggle function than the variable.
22061         * simple.el (auto-fill-function):
22062         * subr.el (add-minor-mode): Use it.
22064 2005-03-16  Kenichi Handa  <handa@m17n.org>
22066         * language/ethio-util.el (sera-being-called-by-w3): New variable.
22067         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22068         (ethio-fidel-to-sera-buffer): Likewise.
22070 2005-03-16  Juri Linkov  <juri@jurta.org>
22072         * emacs-lisp/find-func.el (find-function-regexp):
22073         Add defun-emitting macro `menu-bar-make-toggle'.
22075         * isearch.el: Put `isearch-scroll' property to
22076         `split-window-horizontally'.
22078         * info.el: Update error messages for `debug-ignored-errors'.
22079         (Info-isearch-search): Doc fix.
22080         (Info-find-node): Move up code to go into info buffer before
22081         recording the node to the history.
22082         (Info-fontify-node): Fontify titles only if the next line
22083         has two or more `*', `=', `-', `.'.
22084         Display "go to this node" for empty (match-string 3).
22086 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22088         * term/mac-win.el: Add mouse pointer shape constants.
22090 2005-03-15  Kim F. Storm  <storm@cua.dk>
22092         * simple.el (move-beginning-of-line): Use vertical-motion.
22094 2005-03-15  Juri Linkov  <juri@jurta.org>
22096         * isearch.el (isearch-error): New variable.
22097         (isearch-invalid-regexp, isearch-within-brackets): Remove.
22098         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22099         (isearch-within-brackets-state): Remove.
22100         (isearch-case-fold-search-state, isearch-pop-fun-state):
22101         Decrease frame index.
22102         (isearch-mode, isearch-top-state, isearch-push-state)
22103         (isearch-edit-string, isearch-abort, isearch-search-and-update)
22104         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22105         (isearch-search, isearch-lazy-highlight-new-loop):
22106         Replace `isearch-invalid-regexp' with `isearch-error'.
22107         Remove `isearch-within-brackets'.
22108         (isearch-search): Add `search-failed' handler to `condition-case'.
22109         (isearch-lazy-highlight-search): Add `condition-case' to catch
22110         errors and allow `isearch-lazy-highlight-update' to try
22111         highlighting from the beginning of the window.
22112         (isearch-repeat): Move up code to set isearch-wrapped to t
22113         before calling isearch-wrap-function.
22115         * info.el (Info-isearch-initial-node): New internal variable.
22116         (Info-search): Signal an error in isearch mode when search leaves
22117         the initial node.  Signal an error when `bound' is non-nil and
22118         nothing was found in the current subfile.
22119         (Info-isearch-search): Remove `condition-case'.
22120         (Info-isearch-wrap): Don't wrap when search failed during leaving
22121         the initial node.  If `Info-isearch-search' is nil, wrap around
22122         the current node.
22123         (Info-isearch-start): New fun.
22124         (Info-mode): Add buffer-local hook `Info-isearch-start' to
22125         `isearch-mode-hook'.
22127 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22129         * simple.el (normal-erase-is-backspace): Set default to t if
22130         running on Mac.
22132         * term/mac-win.el (function-key-map): Sync with x-win.el.
22134 2005-03-15  Kenichi Handa  <handa@m17n.org>
22136         * international/mule-cmds.el (locale-language-names): Modify the
22137         format of elements and add more entries.
22138         (locale-preferred-coding-systems): Add more entries.
22139         (set-locale-environment): Adjust for the change of
22140         locale-language-names.
22142 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22144         * pcvs.el (smerge-ediff): Remove bogus autoload.
22146 2005-03-14  Lute Kamstra  <lute@gnu.org>
22148         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22149         Ignore a `*' at the beginning of a line.
22151         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22152         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22153         subr.el.
22154         (dont-compile, eval-when-compile, eval-and-compile): Use declare
22155         to specify indentation.
22157         * generic.el (define-generic-mode): Let generic-mode-list be a
22158         list of strings; test membership with equal.
22160 2005-03-14  Kim F. Storm  <storm@cua.dk>
22162         * simple.el (next-line, previous-line): Add optional try-vscroll
22163         arg to recognize interactive use.  Pass it on to line-move.
22164         (line-move): Don't perform auto-window-vscroll when defining or
22165         executing keyboard macro to ensure consistent behavior.
22167 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22169         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22171 2005-03-13  Lute Kamstra  <lute@gnu.org>
22173         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22174         debugger-setup-buffer so that backtrace marks the frames set to
22175         debug-on-exit and we don't have to do it manually.  Set an extra
22176         debug-on-exit for macro's.
22177         (debugger-setup-buffer): Don't mark the top frame manually.
22179 2005-03-12  Lute Kamstra  <lute@gnu.org>
22181         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22182         lisp-indent-function throughout.
22183         (with-no-warnings): Set lisp-indent-function property.
22185 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
22187         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22188         Add entry for backslash.
22190 2005-03-12  Juri Linkov  <juri@jurta.org>
22192         * info.el (Info-search): Four fixes for backward search.
22194 2005-03-11  Jay Belanger  <belanger@truman.edu>
22196         * calc/calc.el (calc-language-alist): New variable.
22197         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22198         (calc-embedded-find-modes): Use calc-language-alist instead of
22199         calc-embedded-language-alist.
22201 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22203         * calendar/calendar.el (calendar-redrawing): New internal
22204         variable.
22205         (redraw-calendar): Remove bogus save-excursion from previous
22206         change.  Bind calendar-redrawing to t for mark-diary-entries.
22207         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22208         calendar if that is why we were called.
22210 2005-03-11  Kenichi Handa  <handa@m17n.org>
22212         * international/mule.el (make-coding-system): Set property
22213         coding-system-define-form to nil.
22214         (define-coding-system-alias): Likewise.
22216 2005-03-11  Kenichi Handa  <handa@m17n.org>
22218         These changes are suggested by Dave Love <fx@gnu.org>.
22220         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22221         coding: tag.
22222         (adaptive-fill-regexp): Add more bullets.
22223         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22224         regexps.
22226 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22228         * help.el (describe-mode): Properly handle non-trivial lighters.
22229         Don't ignore minor modes that are not listed in minor-mode-list.
22231         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22232         feature ON when the user requests to turn it OFF.
22234 2005-03-10  Lute Kamstra  <lute@gnu.org>
22236         * emacs-lisp/debug.el (debug-entry-code): Delete it.
22237         (implement-debug-on-entry): New function to replace debug-entry-code.
22238         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
22239         second argument as the 2005-03-07 change makes it obsolete.
22240         (debug-on-entry, cancel-debug-on-entry): Update call to
22241         debug-on-entry-1.
22242         (debug, debugger-setup-buffer): Comment update.
22243         (debugger-frame-number): Update to work with implement-debug-on-entry.
22245 2005-03-10  Jay Belanger  <belanger@truman.edu>
22247         * calc/calc-embed.el (math-ms-args): Declare it.
22248         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22249         math-ms-args.
22250         (calc-embedded-subst): Use math-multi-subst-rec to substitute
22251         variables.
22253 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
22255         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22256         Use message-box.
22258         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22259         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22260         (tooltip-gud-tips): Simplify.
22261         (tooltip-gud-tips-p): Remove superfluous :set.
22262         (tooltip-gud-modes): Add fortran-mode.
22263         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22265         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22267 2005-03-09  Kim F. Storm  <storm@cua.dk>
22269         * play/animate.el (animate-place-char): Use forward-line instead
22270         of next-line to improve performance.
22272 2005-03-09  Simon Josefsson  <jas@extundo.com>
22274         * net/browse-url.el (browse-url-default-browser): Doc fix.
22276 2005-03-09  Miles Bader  <miles@gnu.org>
22278         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22279         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22281 2005-03-09  Kenichi Handa  <handa@m17n.org>
22283         * international/latin-1.el: Set case and syntax for 255 only if
22284         set-case-syntax-set-multibyte is nil.
22286         * textmodes/ispell.el (ispell-insert-word): New function.
22287         (ispell-word): Use ispell-insert-word to insert a new word.
22288         (ispell-process-line): Likewise.
22289         (ispell-complete-word): Likewise.
22291 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
22293         * calendar/calendar.el (redraw-calendar): Preserve point.
22294         Reported by Matt Hodges <MPHodges@member.fsf.org>.
22295         (calendar-week-start-day): Move after definition of
22296         redraw-calendar.  Delete buffer test, since redraw-calendar has
22297         that now.
22299         * calendar/diary-lib.el (mark-diary-entries): Only call
22300         redraw-calendar in the first of any recursive calls.
22301         Reported by Alan Shutko <ats@acm.org>.
22303 2005-03-08  Juri Linkov  <juri@jurta.org>
22305         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22306         (html-horizontal-rule, html-line, html-image, html-checkboxes)
22307         (html-radio-buttons): Add a space before the trailing `/>' where
22308         sgml-xml-mode is non-nil.
22309         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22310         the subsequent tag of the empty XML tag.
22311         (html-href-anchor): Don't set initial input to "http:".
22312         (html-image): Ask for the image URL and set point inside alt="".
22313         (html-name-anchor): Duplicate the name in the `id' attribute when
22314         sgml-xml-mode is non-nil.
22315         (html-paragraph): Remove \n before <p>.
22316         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22317         instead of `checked' when sgml-xml-mode is non-nil.
22319         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22320         Remove 1 space before #RRGGBB to not truncate it on terminal
22321         windows w/o fringes.  Remove 1 space between bg and fg examples
22322         to get more space.
22323         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22324         avoid byte-compile warnings.
22326         * image-file.el (image-file-handler): Put `safe-magic' property to
22327         `image-file-handler'.
22329         * info.el (Info-isearch-search): Emulate word search in
22330         isearching through multiple Info nodes with Info-search.
22331         (Info-isearch-wrap): Allow isearch-word.
22333 2005-03-08  Lute Kamstra  <lute@gnu.org>
22335         * emacs-lisp/debug.el (debugger-step-through): Make sure that
22336         stepping into the debugger's code is not possible.
22337         (debugger-jumping-flag): Docstring update.
22339 2005-03-08  Jay Belanger  <belanger@truman.edu>
22341         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22342         embedded mode begins.
22343         (calc-embedded-language-alist): New variable.
22344         (calc-embedded-find-modes): Use calc-embedded-language-alist to
22345         set default language mode.
22347 2005-03-08  Kenichi Handa  <handa@m17n.org>
22349         * international/ccl.el (define-ccl-program): Fix docstring about
22350         extra 256 bytes assured for the output buffer.
22352         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22353         Fix BUFFER_MAGNIFICATION to 2.
22354         (ccl-encode-mule-utf-16be-with-signature): Likewise.
22356 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
22358         * align.el (align-rules-list): Added an alignment rule for CSS
22359         declarations (applies to css-mode and html-mode buffers).
22361 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22363         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22365 2005-03-07  Kim F. Storm  <storm@cua.dk>
22367         * simple.el (move-beginning-of-line): New command.
22369         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22371         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22373         * emulation/cua-base.el: Put CUA move property on move-end-of-line
22374         and move-beginning-of-line.
22376         * apropos.el (apropos-print): Omit command from M-x ... RET.
22378 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
22380         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22381         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22383 2005-03-06  Richard M. Stallman  <rms@gnu.org>
22385         * bindings.el (esc-map): Bind M-g to goto-line.
22387         * facemenu.el (global-map): Bind M-o, not M-g.
22389 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22391         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22392         "Open Directory" as for "Open File".
22394 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
22396         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22397         (push-mark-command): Run activate-mark-hook.
22399 2005-03-06  Richard M. Stallman  <rms@gnu.org>
22401         * help-mode.el (help-mode-finish): Don't alter the element
22402         in view-return-to-alist if there already is one.
22404         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22405         make sure the current buffer is the expected one.
22407         * novice.el (disabled-command-function): Output in *Disabled Command*.
22408         Explicitly ignore non-keyboard events, and explicitly handle C-g.
22410         * textmodes/flyspell.el (flyspell-large-region):
22411         Pass args differently for aspell.
22413         * files.el (mode-require-final-newline): Doc fix.
22415 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
22417         * progmodes/which-func.el (which-function):
22418         Specify NOERROR when calling imenu--make-index-alist.
22420 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22422         * simple.el (normal-erase-is-backspace): Define default value.
22424         * custom.el (custom-theme-set-variables): Remove unused var
22425         `immediate'.
22426         (custom-reevaluate-setting): Simple function to handle variables
22427         that are defined before their default value can really be
22428         computed.
22430         * startup.el (command-line): Use it for temporary-file-directory,
22431         small-emporary-file-directory, auto-save-file-name-transforms,
22432         blink-cursor-mode, and normal-erase-is-backspace.
22434         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22435         progress, even with buggy anchored keywords.
22437 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
22439         * simple.el (goto-line): Remove unbalanced final parenthesis.
22441 2005-03-05  Richard M. Stallman  <rms@gnu.org>
22443         * simple.el (goto-line): Use a number at point as the default.
22444         With C-u as arg, switch buffers.
22446 2005-03-05  Juri Linkov  <juri@jurta.org>
22448         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22449         with `no-blinking-cursor'.
22451         * startup.el (no-blinking-cursor): New defvar.
22452         (command-line): Add `--no-blinking-cursor' to longopts.
22453         Set `no-blinking-cursor' to t for command line arguments
22454         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
22455         with `no-blinking-cursor' in the condition for calling
22456         `blink-cursor-mode'.
22458 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
22460         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22461         (menu-bar-options-save): Add blink-cursor-mode.
22462         (menu-bar-options-menu): Add blink-cursor-mode.
22464 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
22466         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22467         (icalendar-export-file, icalendar-export-region)
22468         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22469         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22471 2005-03-04  Lute Kamstra  <lute@gnu.org>
22473         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22474         (debug-function-list): Ditto.
22476 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
22478         * textmodes/texinfmt.el (texinfo-append-refill):
22479         Redefine the types of line to which @refill
22480         is not appended by replacing a search for `@refill\\|@bye' with
22481         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
22482         itemize@refill' bug and the unfilled long lines bug.
22483         (texinfmt-version): Update number and date.
22485 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22487         * international/code-pages.el (windows-1250, windows-125[2-8])
22488         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22490 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22492         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22493         bound yet.
22495 2005-03-02  Romain Francoise  <romain@orebokech.com>
22497         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22498         buffer after removing limits.
22499         (ibuffer-pop-filter): Ditto.
22500         Update copyright.
22502 2005-03-02  Miles Bader  <miles@gnu.org>
22504         * button.el (make-text-button): If the user doesn't specify a
22505         type, use the default.  Rewrite to use `add-text-properties' and
22506         plist functions.
22508 2005-03-01  Lute Kamstra  <lute@gnu.org>
22510         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22511         (debugger-jumping-flag): New var.
22512         (debug-entry-code): Use it.
22513         (debugger-jump): Use debugger-jumping-flag and add
22514         debugger-reenable to post-command-hook.
22515         (debugger-reenable): Use debugger-jumping-flag and remove itself
22516         from post-command-hook.
22517         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
22518         debugger-reenable.
22520 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
22522         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22523         inclusion of "itemize\\|", which may be unnecessary, is certainly
22524         inelegant, and stops refilling in itemize lists when formatting
22525         Japanese Texinfo files to Info.
22526         Update copyright to 2005.
22528 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
22530         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
22531         of an error if GDB can't find the source file.
22533 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
22535         * calendar/calendar.el (redraw-calendar): Work from any buffer,
22536         not just the calendar.
22538         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
22539         first.
22540         (diary-redraw-calendar): New function.
22541         (make-diary-entry): Add diary-redraw-calendar to local
22542         write-contents-functions.  Turn off selective display before
22543         inserting in diary.
22545 2005-03-01  Kim F. Storm  <storm@cua.dk>
22547         * emacs-lisp/copyright.el (copyright-fix-years): New command.
22549 2005-03-01  Lute Kamstra  <lute@gnu.org>
22551         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
22552         that debug-entry-code can be safely removed from a function while
22553         this code is being evaluated.  Revert the 2005-02-27 change as the
22554         new implementation no longer requires it.  Make sure that a
22555         function body containing just a string is not mistaken for a docstring.
22556         (debug): Skip one more frame in case of debug on entry.
22557         (debugger-setup-buffer): Delete one more frame line in case of
22558         debug on entry.
22559         (debugger-frame-number): Update to use the new text introduced by
22560         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
22562 2005-02-28  Kim F. Storm  <storm@cua.dk>
22564         * double.el (double-translate-key): Call force-window-update after
22565         read-event to avoid crash in redisplay.
22567 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22569         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
22570         (debug): Use it.  Move the inhibit-trace earlier.
22571         (debug-entry-code): New const.
22572         (debug-on-entry-1): Use it.
22574 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
22576         * international/utf-16.el (ccl-encode-mule-utf-16le):
22577         Fix BUFFER_MAGNIFICATION to 2.
22578         (ccl-encode-mule-utf-16be): Likewise.
22580 2005-02-28  Kenichi Handa  <handa@m17n.org>
22582         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22583         Fix BUFFER_MAGNIFICATION to 4.
22584         (ccl-encode-mule-utf-16be-with-signature): Likewise.
22586 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
22588         * speedbar.el (speedbar-update-flag): Doc fix.
22589         (speedbar-show-info-under-mouse): Give set-mouse-position the right
22590         argument.
22592 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22594         * reveal.el (reveal-post-command): Don't try to reveal overlays which
22595         have a non-nil `invisible' property but are actually visible.
22597         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
22598         for perldoc sections.
22599         (perl-outline-regexp, perl-outline-level): New var and function.
22600         (perl-mode): Use them.
22602 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
22604         * calendar/diary-lib.el (diary-remind): Discard any mark portion
22605         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
22607 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
22609         * cus-edit.el: Comment change.
22610         (custom-buffer-create-internal): Slightly reword text at top of
22611         Custom buffers.  Mention there that saving an option edits the
22612         init file.  Add link to Emacs manual node on `custom-file'.
22613         (custom-magic-alist): Rewrite individual State messages to use
22614         capitalized keywords.  Doc fix.
22616 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
22618         * calendar/calendar.el (calendar-buffer): Move above
22619         calendar-week-start-day.
22620         (calendar-week-start-day): Doc fix.  Add :set function.
22621         (calendar-minimum-window-height): New variable.
22622         (generate-calendar-window): Only resize window if selected-window
22623         is displaying the calendar buffer.  Use new variable
22624         calendar-minimum-window-height.
22625         (generate-calendar): Reword error message.
22626         (calendar-mode-map): Bind DEL to scroll-other-window-down.
22628 2005-02-27  Andreas Schwab  <schwab@suse.de>
22630         * vc.el (vc-do-command): Don't run command asynchronously when
22631         operating in a remote directory.
22633         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
22634         change from sync with Tramp 2.0.47.
22636 2005-02-27  Richard M. Stallman  <rms@gnu.org>
22638         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
22640         * textmodes/flyspell.el (flyspell-mode-on):
22641         Call ispell-change-dictionary only if necessary.
22643         * emacs-lisp/re-builder.el (regexp-builder): New function.
22645         * register.el (describe-register-1): Explicitly handle
22646         yank-excluded-properties = t.
22648         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
22649         (custom-magic-alist): Change the status descriptions again.
22650         (face widget-type): Total rewrite based on `restricted-sexp'
22651         to eliminate the confusing double hiding levels.
22653         * emacs-lisp/debug.el (debug-on-entry-1):
22654         If function body is empty, add nil as body form.
22656 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22658         * emacs-lisp/trace.el (inhibit-trace): New var.
22659         (trace-make-advice): Use it.
22661         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
22663 2005-02-26  Kim F. Storm  <storm@cua.dk>
22665         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
22666         (mouse-on-link-p, mouse-drag-region-1): Use it.
22668 2005-02-25  Lute Kamstra  <lute@gnu.org>
22670         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
22672 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
22674         * frame.el (blink-cursor-mode): Add :group keyword.
22676 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
22678         * calendar/icalendar.el (icalendar--decode-isodatetime):
22679         New optional argument DAY-SHIFT.
22680         (icalendar-export-region): Fix coding-system-for-write.
22681         (icalendar--convert-ical-to-diary): Shift end-day of all-day
22682         events by one.
22684 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22686         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
22688 2005-02-24  Kim F. Storm  <storm@cua.dk>
22690         * international/iso-acc.el (iso-accents-compose): Fix crash
22691         during redisplay.  Call force-window-update after read-event
22692         and delete-region to signal that window is not accurate.
22694 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22696         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
22697         Remove unused and inexistent var `inhibit-trace'.
22698         (debugger-mode): Use run-mode-hooks.
22699         (debugger-list-functions): Add buttons; setup xref stack.
22701 2005-02-23  Richard M. Stallman  <rms@gnu.org>
22703         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
22704         appointment says it was explicitly made.
22705         (appt-add): Set the 3rd element.
22706         (appt-make-list): Preserve explicit appointments.
22708         * subr.el (find-tag-default): Catch errors in forward-sexp.
22710 2005-02-23  Juri Linkov  <juri@jurta.org>
22712         * info.el (Info-isearch-search): New defcustom.
22713         (Info-isearch-search): Call the default isearch function
22714         when Info-isearch-search is nil.
22715         (Info-isearch-wrap): Use variable Info-isearch-search.
22717 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
22719         * cus-edit.el: Comment change.
22721 2005-02-22  Kim F. Storm  <storm@cua.dk>
22723         * progmodes/hideif.el (hide-ifdef-use-define-alist):
22724         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
22726 2005-02-22  Simon Josefsson  <jas@extundo.com>
22728         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
22729         New variable.
22730         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
22731         Oskarsson" <myrkraverk@users.sourceforget.net>.
22733 2005-02-22  Kim F. Storm  <storm@cua.dk>
22735         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
22736         check that window of that event is the selected window.
22737         (mouse-drag-region-1): Compare mouse event window to selected
22738         window before setting point.
22740         * tooltip.el (tooltip-show-help-function): Pass event to
22741         mouse-on-link-p so it can check selected window.
22743 2005-02-22  Kenichi Handa  <handa@m17n.org>
22745         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
22746         (ps-mule-show-warning): New function.
22747         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
22748         characters are found.
22750         * ps-print.el (ps-header-footer-string): Return a list of header
22751         and footer strings.
22753 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
22755         * pcvs.el (cvs-retrieve-revision): Fix thinko.
22757 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22759         * frame.el (blink-cursor-mode): Use define-minor-mode.
22761         * term/mac-win.el (function-key-map): Use char-names more consistently.
22762         (file-name-coding-system): Only set it for MacOS-9.  The other case is
22763         already handled in mule-cmds.el (where it also works when mac-win.el
22764         is not used).
22766 2005-02-21  Kenichi Handa  <handa@m17n.org>
22768         * international/mule.el (ctext-pre-write-conversion): Always use
22769         " *code-converting-work*" buffer for work.
22771         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
22773 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
22775         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
22777 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
22779         * ses.el (undo-more): Restore defadvice, but only the part that
22780         allows changes outside the restricted area of the buffer.
22782 2005-02-20  Kim F. Storm  <storm@cua.dk>
22784         * simple.el (line-move): Add fourth optional arg try-vscroll which
22785         must be set to perform auto-window-vscroll.
22786         When moving backwards and doing auto-window-vscroll, automatically
22787         vscroll to the last part of lines which are taller than the window.
22788         (next-line, previous-line): Set try-vscroll arg on line-move.
22790 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
22792         * replace.el (query-replace, query-replace-regexp)
22793         (replace-string, replace-regexp): When operating on region, make
22794         the minibuffer prompt say so.
22796         * isearch.el (isearch-forward): Document isearch-query-replace and
22797         isearch-query-replace-regexp keybindings.
22799 2005-02-19  Jay Belanger  <belanger@truman.edu>
22801         * calc/calc-aent.el (math-read-token): Add local variable.
22803         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
22804         (calc-edit-top): Move declaration to earlier in file.
22805         (calc-edit-macro-repeats): Add local variables.
22807         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
22808         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
22809         calcFunc-tanh.
22810         Adjust integration rule for calcFunc-tan.
22812 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
22814         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
22815         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
22816         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
22817         (viper-skip-separators): Bug fix.
22818         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
22819         particular major mode.
22820         (viper-del-backward-char-in-replace): Don't put deleted char on the
22821         kill ring.
22823         * viper-ex.el (viper-color-display-p): New function.
22824         (viper-has-face-support-p): Use viper-color-display-p.
22826         * viper-keym.el (viper-gnus-modifier-map): New keymap.
22828         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
22830         * viper-util.el (viper-glob-unix-files): Fix shell status check.
22831         (viper-file-remote-p): Make equivalent to file-remote-p.
22833         * viper.el (viper-major-mode-modifier-list):
22834         Use viper-gnus-modifier-map.
22836 2005-02-19  David Kastrup  <dak@gnu.org>
22838         * subr.el (subregexp-context-p): Fix garbled doc string by adding
22839         quoting.
22841 2005-02-19  Jay Belanger  <belanger@truman.edu>
22843         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
22844         Remove extra definitions.
22845         (calc-coth): New function.
22846         (calcFunc-cot): Fix `let'.
22848 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
22850         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
22851         the reasons we use "type pc" in these faces.
22853         * button.el (button): Ditto.
22855 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
22857         * replace.el (query-replace-read-from): Set the value of
22858         query-replace-from-history-variable to handle the case of an empty
22859         string entered to accept the suggested default.
22861         * net/tramp.el (tramp-file-name-for-operation):
22862         Use dired-call-process instead of dired-call-process-command.
22864 2005-02-19  Jay Belanger  <belanger@truman.edu>
22866         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
22867         (math-div-non-trig): New variables.
22868         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
22869         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
22870         (math-combine-prod, math-div-symb-fancy): Add simplifications for
22871         trig expressions.
22873 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
22875         * progmodes/gdb-ui.el (gdb-var-update-handler)
22876         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
22877         for watch expressions,
22878         (gdb-var-create-handler): Don't set speedbar-update-flag.
22879         (gdb-post-prompt): Simplify test for speedbar.
22881 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
22883         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
22884         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
22885         we use the syntax table of the correct buffer.
22886         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
22887         Felix Gatzemeier.
22889         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
22890         (ediff-file-remote-p): Make synonymous with file-remote-p.
22891         In all deffaces ediff-*-face-*, use min-colors.
22893         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
22894         ediff-recurse-to-subdirectories.
22895         (ediff-mark-if-equal): Check that the arguments are strings, use
22896         ediff-same-contents (after to Felix Gatzemeier).
22898         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
22899         nil.
22901 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22903         * log-view.el (log-view-message-re): Fix up Subversion regexp.
22905 2005-02-18  David Kastrup  <dak@gnu.org>
22907         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
22908         use `mark-active' when defined.
22910 2005-02-18  Kenichi Handa  <handa@m17n.org>
22912         * ps-print.el (ps-font-info-database): New entry
22913         ZapfChancery-MediumItalic with correct font name.  Fix font name
22914         of the entry Zapf-Chancery-MediumItalic.
22916 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
22918         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
22920 2005-02-16  Kim F. Storm  <storm@cua.dk>
22922         * ido.el (ido-fallback-command): Pass user input to fallback command.
22924 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
22926         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
22927         (gdb-find-file-hook): Add server prefix.
22929 2005-02-16  Richard M. Stallman  <rms@gnu.org>
22931         * replace.el (perform-replace): Pass new args to replace-highlight.
22932         (replace-highlight): Take region args,
22933         and pass them to isearch-lazy-highlight-new-loop.
22935         * novice.el (disabled-command-hook): Autoload the defalias
22936         and the make-obsolete-variable call.
22938         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
22940         * isearch.el (isearch-lazy-highlight-start-limit)
22941         (isearch-lazy-highlight-end-limit): New variables limit
22942         the region for highlighting.
22943         (isearch-lazy-highlight-new-loop): New args BEG and END.
22944         (isearch-lazy-highlight-search): Use the new vars.
22945         (isearch-lazy-highlight-update): Likewise.
22947         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
22949         * cus-start.el (all): Use default-boundp.
22951 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
22953         * menu-bar.el (menu-bar-select-frame): Handle current frame.
22955 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
22957         * autorevert.el (auto-revert-stop-on-user-input)
22958         (auto-revert-verbose): Doc fixes.
22960 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
22962         * international/mule-cmds.el (set-locale-environment): Remove call
22963         to set-selection-coding-system on Windows.
22965 2005-02-15  Jay Belanger  <belanger@truman.edu>
22967         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
22968         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
22969         calcFunc-coth.
22970         (math-simplify-sqrt): Add simplifications.
22972         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
22973         to list.
22975         * calc/calc-ext.el: Add functions to autoloads.
22977         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
22978         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
22979         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
22980         (math-csc-raw, math-cot-raw): New functions.
22982         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
22984         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
22985         the variable name in a message.
22987         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
22988         calcFunc-csc, calcFunc-cot.
22990         * calc/calcalg2.el: Add derivative and integration rules for
22991         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
22992         calcFunc-csch, calcFunc-coth.
22993         (math-do-integral-methods): Add to checks for when to use
22994         substitutions.
22996         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
22998 2005-02-15  Lute Kamstra  <lute@gnu.org>
23000         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23001         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
23002         <monnier@iro.umontreal.ca>
23003         (lisp-outline-level): Improve efficiency.  Suggested by David
23004         Kastrup <dak@gnu.org>.
23006 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
23008         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23009         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23010         (gdb-set-gud-minor-mode-existing-buffers): New functions.
23011         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
23012         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23014 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
23016         * cus-start.el (all): Comment change.
23018 2005-02-14  Lute Kamstra  <lute@gnu.org>
23020         * cus-start.el (all): Check if symbol is void.
23022 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
23024         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23025         optional argument to \cite.
23027 2005-02-14  Richard M. Stallman  <rms@gnu.org>
23029         * cus-edit.el (custom-buffer-create-internal): Update help message.
23030         (custom-magic-alist): Update help messages.
23032         * cus-start.el (all): Allow a var to specify a standard value.
23034 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
23036         * custom.el (custom-theme-set-variables): Handle variable aliases.
23038         * frame.el (blink-cursor-timer): Doc fix.
23039         (blink-cursor): Make it an alias for `blink-cursor-mode' and
23040         declare obsolete.
23041         (blink-cursor-mode): Define with defcustom and use correct
23042         standard expression in that defcustom.
23043         * startup.el (command-line): Adapt to above changes in frame.el.
23045 2005-02-11  Lute Kamstra  <lute@gnu.org>
23047         * apropos.el (apropos-score-doc): Prevent division by zero.
23049 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
23051         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23052         (icalendar--get-event-property-attributes)
23053         (icalendar--get-event-properties)
23054         (icalendar--datetime-to-diary-date): New functions.
23055         (icalendar--split-value): Doc fix.
23056         (icalendar--datetime-to-noneuropean-date)
23057         (icalendar--datetime-to-european-date): New optional argument
23058         SEPARATOR.  Return result as a string instead of a list.
23059         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23060         (icalendar--convert-string-for-export): Rename arg S to STRING.
23061         (icalendar-export-region): Doc fix.  Change name of error buffer.
23062         Save output buffer.
23063         (icalendar-import-file): Add blank at end of prompt.
23064         (icalendar-import-buffer): Doc fix.  Do not switch to error
23065         buffer.  Indicate status in return value.
23066         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
23067         buffer.  Save output buffer.  Handle exception from recurrence
23068         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
23069         events.  Fix problems with weekly all-day events.
23071 2005-02-10  Richard M. Stallman  <rms@gnu.org>
23073         * simple.el (eval-expression-print-format):
23074         Avoid warning about edebug-active.
23076         * help.el (help-for-help-internal): Rename from help-for-help.
23077         (help-for-help): Define with defalias.
23079         * font-core.el (font-lock-default-function): Use with-no-warnings.
23081         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23083         * custom.el (defface): Doc fix.
23085 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
23087         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23088         width 0" to prevent word wrapping problems.
23090 2005-02-09  Kim F. Storm  <storm@cua.dk>
23092         * ido.el (ido-file-extensions-order): New defcustom.
23093         (ido-file-extension-lessp, ido-file-extension-aux)
23094         (ido-file-extension-order): New advanced file ordering.
23095         (ido-file-lessp): New simple file ordering.
23096         (ido-sort-list): Remove.
23097         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23098         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23100 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
23102         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23103         that some versions of grep produce.
23104         (grep-mode-font-lock-keywords): Likewise.
23106 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
23108         * progmodes/gdb-ui.el (gdb-location-list): New variable.
23109         (gdb-cdir): Delete.
23110         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23111         (gdb-source-info): Treat case when source file is in another
23112         directory properly.
23113         (gdb-get-location): New function.
23115 2005-02-07  Jay Belanger  <belanger@truman.edu>
23117         * calc/calc-prog.el (calc-write-parse-table-part)
23118         (calc-fix-token-name): Fix a check for language type.
23120         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23122 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
23124         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23125         as directory not writable.
23127 2005-02-07  Kim F. Storm  <storm@cua.dk>
23129         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23130         (cua--standard-movement-commands): Remove list.
23131         Instead, set CUA property value to move for movement commands.
23132         (cua-movement-commands): Remove.  Users must set CUA prop instead.
23133         (cua--pre-command-handler): Check CUA property.
23134         (cua--init-keymaps): Don't remap undo commands.
23135         (cua-mode): Don't call cua--rectangle-on-off.
23137         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23138         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23139         (cua--rect-undo-set-point): New var.
23140         (cua--rectangle-undo-boundary): Setup undo apply entry.
23141         (cua--rect-undo-handler): New function for rectangle undo.
23142         (cua--rect-start-position, cua--rect-end-position): Add.
23143         (cua--rectangle-post-command): Call cua--rectangle-set-corners
23144         for restored rectangle.  Set point if cua--rect-undo-set-point.
23146 2005-02-06  Jay Belanger  <belanger@truman.edu>
23148         * calc/calc-lang.el (calc-tex-language): Display more information
23149         in messages.
23151         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23152         in TeX mode.
23154 2005-02-06  Richard M. Stallman  <rms@gnu.org>
23156         * emacs-lisp/lisp.el (buffer-end): Doc fix.
23158 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
23160         * net/ldap.el (ldap-search-internal): Support attributes with
23161         optional descriptions separated by a semi-colon, as in
23162         "userCertificate;binary".
23164 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23166         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23167         isn't a cons (i.e. the version is 0).
23169 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
23171         * help.el (help-for-help): Doc fix.
23173 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
23175         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
23176         GDB-Windows on the menu-bar as this works better.
23178 2005-02-04  Jay Belanger  <belanger@truman.edu>
23180         * calc/calc-embed.el (calc-embedded-update): Don't put in
23181         unnecessary newlines.  Adjust the end of formula marker.
23183         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23184         (math-latex-parse-two-args): New function.
23186 2005-02-03  Lute Kamstra  <lute@gnu.org>
23188         * help-fns.el (help-with-tutorial): Make sure that users cannot
23189         remove the entire text of the tutorial by means of `undo'.
23191 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23193         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23194         in recent changes, where the ispell process was repeatedly
23195         killed & restarted.
23197         * international/mule-cmds.el (set-locale-environment): Set file-name
23198         coding system to utf-8 on Darwin systems.
23199         (set-default-coding-systems): Don't set default-file-name-coding-system
23200         on Darwin systems.
23202 2005-02-03  Richard M. Stallman  <rms@gnu.org>
23204         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23206 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
23208         * faces.el (list-faces-display): Add optional argument.
23210 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23212         * font-core.el (font-lock-default-function): Handle the rare case where
23213         only font-lock-keywords is set.
23215 2005-02-02  Kenichi Handa  <handa@m17n.org>
23217         * international/characters.el: Cancel previous change for
23218         I-WITH-DOT-ABOVE and DOTLESS-i.
23220         * international/latin-5.el: Cancel previous change.
23222 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
23224         * progmodes/gud.el: Correction to syntax in gud-menu-map.
23226 2005-02-02  Kenichi Handa  <handa@m17n.org>
23228         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23229         DOTLESS-i.
23231         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23232         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23234         * case-table.el (get-upcase-table): New function.
23235         (copy-case-table): Copy upcaes table too if non-nil.
23236         (set-case-syntax-delims): Maintain upcase table too.
23237         (set-case-syntax-pair): Likewise.
23238         (set-upcase-syntax, set-downcase-syntax): New functions.
23239         (set-case-syntax): Maintain upcase table too.
23241 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
23243         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23245         * progmodes/gud.el (gud-goto-info): New function.
23246         (gud-tool-bar-map): Use correct icon.
23248 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
23250         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23251         When delegating, order args in the funcall correctly.
23253 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
23255         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23257 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
23259         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23260         buffer not visiting a file.
23262 2005-01-31  Jay Belanger  <belanger@truman.edu>
23264         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23265         bound on the line with the formula.
23267 2005-01-31  Kim F. Storm  <storm@cua.dk>
23269         * ses.el (ses-create-cell-variable-range)
23270         (ses-destroy-cell-variable-range, ses-reset-header-string)
23271         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23272         (ses-insert-row): Fix format of apply undo entries.
23274 2005-01-31  Jay Belanger  <belanger@truman.edu>
23276         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23277         parts.
23279         * calc/calc-embed.el (calc-embedded-open-formula)
23280         (calc-embedded-close-formula): Ignore matrix environments.
23282         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23283         TeX mode.
23285         * calc/calc-lang.el (math-function-table, math-oper-table)
23286         (math-variable-table): Adjust the LaTeX portions.
23288         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23289         (math-latex-ignore-words): New constant.
23291 2005-01-31  Richard M. Stallman  <rms@gnu.org>
23293         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23294         (ispell-local-dictionary): Doc fix.
23295         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23296         Don't reinitialize at run time.  Don't defcustom.
23297         All uses changed to append ispell-local-dictionary-alist,
23298         or check it first.
23299         (ispell-current-dictionary): New variable for dictionary in use.
23300         (ispell-dictionary): Now used only for global default.
23301         (ispell-start-process): Set ispell-current-dictionary,
23302         not ispell-dictionary.
23303         (ispell-change-dictionary): Use this only for setting
23304         user preferences.
23305         (ispell-internal-change-dictionary): New function
23306         to change the current dictionary in use.
23307         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23308         Use ispell-current-dictionary.
23309         Handle ispell-local-dictionary-overridden.
23310         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23312 2005-01-31  Jay Belanger  <belanger@truman.edu>
23314         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23316         * calc/calc-ext.el: Add calc-latex-language to autoloads.
23317         (calc-mode-map): Add calc-latex-language.
23319         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23320         (math-latex-print-frac): New functions.
23321         (math-oper-table, math-function-table, math-variable-table)
23322         (math-complex-format, math-input-filter): Add latex properties.
23323         (calc-set-language): Set math-expr-special-function-mapping.
23325         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23326         (calc-write-parse-table-part): Add LaTeX support.
23328         * calc/calc.el (calc-language): Adjust docstring.
23329         (calc-set-mode-line): Add LaTeX support.
23330         (math-expr-special-function-mapping): New variable.
23331         (math-tex-ignore-words): Add to list.
23333         * calc/calccomp.el (math-compose-expr, math-compose-rows):
23334         Add LaTeX support.
23335         (math-compose-expr): Add support for special functions.
23337         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23339 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
23341         * progmodes/gdb-ui.el (gdb-memory-address)
23342         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23343         (gdb-memory-mode-map, gdb-memory-format-keymap)
23344         (gdb-memory-format-menu, gdb-memory-unit-keymap)
23345         (gdb-memory-unit-menu): New variables for a buffer
23346         that lets the user examine program memory.
23347         (gdb-memory-set-address, gdb-memory-set-repeat-count)
23348         (gdb-memory-format-binary, gdb-memory-format-octal)
23349         (gdb-memory-format-unsigned, gdb-memory-format-signed)
23350         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23351         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23352         (gdb-memory-unit-word, gdb-memory-unit-halfword)
23353         (gdb-memory-unit-byte, gdb-memory-unit-menu)
23354         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23355         (gdb-memory-mode, gdb-memory-buffer-name)
23356         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23357         New functions for above buffer.
23359 2005-01-30  Richard M. Stallman  <rms@gnu.org>
23361         * cus-edit.el (custom-bury-buffer): Function deleted.
23362         (custom-buffer-done-function): Option deleted.
23363         (custom-buffer-done-kill): New replacement option.
23364         (Custom-buffer-done): Call quit-window.
23365         (custom-buffer-create-internal): Update for above changes.
23367 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
23369         * simple.el (undo-ask-before-discard): New var.
23370         (undo-outer-limit-truncate): Implement it.
23371         (undo-extra-outer-limit): Doc update.
23373 2005-01-29  Richard M. Stallman  <rms@gnu.org>
23375         * ses.el (undo-more): Delete defadvice.
23376         (ses-begin-change): Doc fix.
23378         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23379         instead of rebinding C-x u and C-_.
23381         * files.el (normal-backup-enable-predicate): Return nil for files
23382         in /tmp, regardless of temporary-file-directory.
23384         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23386         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23387         (open-rectangle, delete-whitespace-rectangle-line)
23388         (clear-rectangle-line): If FILL, pass t instead of FILL
23389         for move-to-column's 2nd arg.
23391         * simple.el (undo): Fix the test for continuing a series of undos.
23392         (undo-more): Set pending-undo-list to t when we reach end.
23393         (pending-undo-list): Move up defvar.
23395         * wid-edit.el (widget-button-click):
23396         Shorten the range of the track-mouse binding.
23398         * comint.el (comint-insert-input): Undo previous changes;
23399         use last-input-event in interactive spec.
23401 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
23403         * progmodes/compile.el (compilation-start): Bind buffer-read-only
23404         to nil before invoking call-process.  Reset buffer's modified flag
23405         after fontifying it in the no-async branch.
23407         * wid-edit.el (widget-specify-button): If mouse pointer shape
23408         cannot be changed, use mouse face instead.
23410 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
23412         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23413         (gdb-goto-breakpoint): Make breakpoint handling work on template
23414         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
23415         (gdb-assembler-custom): Update to recognize breakpoint information
23416         added on 2005-01-19.
23418 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23420         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23421         (dsssl-mode): Use define-derived-mode.
23422         (scheme-mode-initialize): Remove.
23423         (scheme-mode): Use run-mode-hooks.
23425         * cus-edit.el (customize-group-other-window)
23426         (custom-buffer-create-other-window): Don't override special-display-*.
23427         (custom-mode-map): Make it dense.
23429         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23430         sets the default value.
23432 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
23434         * descr-text.el: Add more keywords.
23436 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23438         * speedbar.el: Avoid unnecessary use of locate-library.
23440         * international/mule-cmds.el (standard-display-european-internal):
23441         Don't fiddle with latin-1 non-break space any more since it's now
23442         special cased in the C code.
23443         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23445 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
23447         * cus-start.el (all): Add `undo-outer-limit'.
23449 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23451         * textmodes/bibtex.el (bibtex-format-entry):
23452         Use `bibtex-empty-field-re' only on the text of fields, not on entire
23453         field lines.
23454         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23455         not on part of a buffer.
23457 2005-01-25  Lute Kamstra  <lute@gnu.org>
23459         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23460         nonempty field text strings like "{letters\\macro{}more letters}".
23461         Clarify docstring.
23462         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23463         (bibtex-entry-offset, bibtex-parse-association)
23464         (bibtex-parse-field-name): Fix typos in docstrings.
23465         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23467 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
23469         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23470         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23471         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23472         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23474         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23475         isearch minor mode.
23477 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
23479         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23481 2005-01-24  Lute Kamstra  <lute@gnu.org>
23483         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23484         CASECHARS and NOT-CASECHARS regular expressions of the
23485         "nederlands" and "nederlands8" dictionaries to prevent a "Range
23486         striding over charsets" error.
23488 2005-01-24  Jay Belanger  <belanger@truman.edu>
23490         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23491         display variable name.
23493 2005-01-24  Kenichi Handa  <handa@m17n.org>
23495         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23496         Fix setting of the element of encoded-kbd-iso2022-invocations.
23498 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
23500         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23501         (gdb-threads-select): Change to also accept mouse events.
23502         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23503         (gdb-threads-mouse-select): Delete.
23505 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
23507         * files.el (insert-directory): Take care of empty directory,
23508         listed without -a switch.
23510 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23512         * textmodes/refill.el (refill-post-command-function):
23513         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
23514         to the list of functions that we should be careful not to undo.
23515         (refill-late-fill-paragraph-function): Remove.
23516         (refill-saved-state): New var.
23517         (refill-mode): Use it to save fill-paragraph-function.
23518         Save also the value of auto-fill-function.
23520         * term/w32-win.el: Simplify code.
23522 2005-01-23  Kim F. Storm  <storm@cua.dk>
23524         * simple.el (line-move): Adapt to new return value from
23525         pos-visible-in-window-p.
23527         * simple.el (line-move): Fix last change.  Check partial
23528         visibility at point rather than at window-start.
23530 2005-01-22  Jason Rumney  <jasonr@gnu.org>
23532         * term/w32-win.el (xw-defined-colors): Remove debug-message.
23534 2005-01-22  David Kastrup  <dak@gnu.org>
23536         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
23538 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
23540         * type-break.el (type-break-mode): Add a test for
23541         type-break-file-name being non-nil.
23543 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
23545         * net/eudc.el (top level): Call (message "") via progn, so that
23546         eudc-options-file is loaded.
23548 2005-01-22  Kim F. Storm  <storm@cua.dk>
23550         * simple.el (line-move-1): Rename from line-move.
23551         (line-move): New function that adjusts vscroll for partially
23552         visible rows, and calls line-move-1 otherwise.
23554 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
23556         * pcomplete.el: Define pcomplete-read-event instead of read-event,
23557         since it's not a complete read-event implementation
23559 2005-01-20  Jay Belanger  <belanger@truman.edu>
23561         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
23562         for called function.
23564 2005-01-20  Steven Tamm  <steventamm@mac.com>
23566         * term/mac-win.el (process-connection-type): Remove.
23567         Controlled now by s/darwin.h:PTY_ITERATION.
23569 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23571         * window.el (handle-select-window): Don't switch window when we're
23572         in the minibuffer.
23574 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
23576         * subr.el (dotimes-with-progress-reporter): New macro.
23578         * ses.el (ses-dotimes-msg): Remove macro.
23579         Use `dotimes-with-progress-reporter' instead.
23581 2005-01-19  Steven Tamm  <steventamm@mac.com>
23583         * term/mac-win.el (process-connection-type): Use new
23584         operating-system-release variable to use ptys on Darwin 7 (OS X
23585         10.3) when using carbon build.
23587 2005-01-19  Jay Belanger  <belanger@truman.edu>
23589         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
23590         flags if the last command was a tab or M-tab.
23592         * calc/calc-prog.el (calc-user-define-edit): Put original formula
23593         in formula editing buffer.
23595 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
23597         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
23598         breakpoint image symbol in margin.
23600 2005-01-19  Jay Belanger  <belanger@truman.edu>
23602         * calc/calc-prog.el (calc-execute-kbd-macro):
23603         Ignore calc-keep-arg-flag.
23605 2005-01-19  Kenichi Handa  <handa@m17n.org>
23607         * textmodes/ispell.el (ispell-looking-at): New function.
23608         (ispell-process-line): Use ispell-looking-at to compare the ispell
23609         output and the buffer contents.
23611 2005-01-18  Jay Belanger  <belanger@truman.edu>
23613         * calc/calc.el (calc-display-raw): Fix docstring.
23615 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23617         * simple.el (blink-matching-open): Strip extra info from syntax.
23619         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
23620         funny chars in the end-of-here-doc marker.
23622 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
23624         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
23625         that enable/disabled state of breakpoints is shown correctly in
23626         fringe and on ttys.
23627         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
23628         Add breakpoint information as text properties.
23629         (gdb-mouse-toggle-breakpoint):
23630         Rename to gdb-mouse-set-clear-breakpoint.
23631         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
23632         breakpoints in the margin.
23633         (gdb-remove-strings): Simplify.
23635 2005-01-17  Jay Belanger  <belanger@truman.edu>
23637         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
23638         erasing buffer.
23640 2005-01-17  Richard M. Stallman  <rms@gnu.org>
23642         * progmodes/grep.el (grep-find): Copy from `grep' the condition
23643         for calling grep-compute-defaults.
23645         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
23646         if buffer is empty.
23648         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
23650 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23652         * hilit-chg.el (highlight-changes-mode): Don't autoload.
23654         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
23655         non-preloaded variables.
23657 2005-01-17  Steven Tamm  <steventamm@mac.com>
23659         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
23660         tex-shell cause to force interactivity when using pipes.
23662 2005-01-17  Kim F. Storm  <storm@cua.dk>
23664         * simple.el (just-one-space): Make arg optional.
23666 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
23668         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
23669         posn-at-x-y to t to access left-margin.
23671 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
23673         Sync with Tramp 2.0.47.
23675         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
23676         catching keep-date problems in cp/scp operations.
23677         (tramp-handle-copy-file): Don't call `set-file-modes'
23678         unconditionally.  Specialized functions should know better what is
23679         necessary.  This improves performance a little bit, and the
23680         functions could catch errors with `cp -p' and `scp -p'.
23681         (tramp-do-copy-or-rename-file-via-buffer)
23682         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
23683         when appropriate.
23684         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
23685         Call `set-file-modes' when appropriate.
23686         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
23687         Johnsson <isak@hypergene.com>
23688         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
23689         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
23690         <joakim@verona.se>
23691         (tramp-file-name-for-operation): Mark `shell-command' as magic for
23692         Emacs only.
23694         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
23695         `find-file-hooks' and `dired-mode-hook'.
23696         (tramp-minor-mode-map): Respective map.  Add remapping for
23697         `compile' and `recompile'.
23698         (tramp-remap-command, tramp-recompile): New defuns.
23699         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
23700         in buffer "*Compilation*".  Call the commands asynchronously.
23702         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
23703         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
23704         `shell-command', because it isn't magic in XEmacs.  Reported by
23705         Adrian Aichner <adrian@xemacs.org>.
23707         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
23708         `substitute-in-file-name.
23709         (tramp-smb-handle-substitute-in-file-name): New defun.
23710         (tramp-smb-advice-PC-do-completion): Delete advice.
23712 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
23714         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
23715         Fix error in deleting region.
23717 2005-01-15  Richard M. Stallman  <rms@gnu.org>
23719         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
23720         In non-temp buffer, switch syntax table temporarily.
23722         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
23724         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
23726         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
23728         * imenu.el (imenu--split-menu): Copy menulist before sorting.
23729         (imenu--generic-function): Use START, not BEG, as pos of definition.
23731         * simple.el (just-one-space): Argument specifies number of spaces.
23733         * simple.el (eval-expression-print-format): Avoid warning
23734         about edebug-active.
23736 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
23738         * progmodes/sh-script.el: Code copied from make-mode.el
23739         with small changes,
23740         (sh-mode-map): Bind C-c C-\.
23741         (sh-backslash-column, sh-backslash-align): New variables.
23742         (sh-backslash-region, sh-append-backslash): New functions.
23744 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23746         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
23747         (rmail-pop-password, rmail-pop-password-required): Move to
23748         rmail-obsolete group.
23749         (rmail-set-pop-password): Rename to rmail-set-remote-password.
23750         All callers updated.
23751         (rmail-get-pop-password): Rename to rmail-get-remote-password.
23752         Take an argument specifying whether it is POP or IMAP mailbox we
23753         are using.  All callers updated.
23754         (rmail-pop-password-error): Rename to
23755         rmail-remote-password-error.  Added mailutils-specific error message.
23756         (rmail-movemail-search-path)
23757         (rmail-movemail-variant-in-use): New variables.
23758         (rmail-remote-password, rmail-remote-password-required):
23759         New customization variables.
23760         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
23761         (rmail-parse-url): New function.
23762         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
23763         with GNU mailutils movemail.
23765 2005-01-15  Kevin Ryde  <user42@zip.com.au>
23767         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
23768         suffix to space, $ or '$, to correctly position point when going
23769         to @table style constants like DBL_MAX.
23771 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
23773         * type-break.el (type-break-mode, type-break-file-time)
23774         (type-break-file-keystroke-count, type-break-choose-file):
23775         Don't store data in or load data from the file if type-break-file-name
23776         is nil.
23777         (type-break-file-name): Doc update as per the above.
23779 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
23781         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
23782         lookup-key might return nil; handle that.
23784 2005-01-15  Alan Mackenzie  <acm@muc.de>
23786         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
23787         rather than the element found, thus enabling the tree to be setcar'd.
23789 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
23791         * textmodes/org.el (org-show-following-heading): New option.
23792         (org-show-hierarchy-above): Use `org-show-following-heading'.
23793         (org-cycle): Documentation fix.
23795         * textmodes/org.el (orgtbl-optimized): New option
23796         (orgtbl-mode): New command, a minor mode.
23797         (orgtbl-mode-map): New variable.
23798         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
23799         (orgtbl-error, orgtbl-self-insert-command)
23800         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
23802         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
23803         a local variable in each org-mode buffer.
23805         * textmodes/org.el (org-set-regexps-and-options): Rename from
23806         `org-set-regexps'.  Added checking for STARTUP keyword.
23807         (org-get-current-options): Add STARTUP options.
23808         (org-table-insert-row): Make mode intelligent about when
23809         realignment is needed.
23810         (org-self-insert-command, org-delete-backward-char, org-delete-char):
23811         New commands.
23812         (org-enable-table-editor): New default value `optimized'.
23813         (org-table-blank-field): Support blanking regions if active.
23815 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
23817         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
23818         if the year is not given.
23820         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
23821         Add new escapes %m and %M, fixed bug with %F by adding
23822         save-match-data.
23823         (reftex-reference): Remove ?. from list of spaces.
23824         (reftex-label-info): Add automatic label prefix recognition.
23826         * textmodes/reftex-index.el (reftex-index-next-phrase):
23827         Add slave parameter to call of `reftex-index-this-phrase'.
23828         (reftex-index-this-phrase): New optional argument.
23829         (reftex-index-region-phrases): Add slave parameter to call of
23830         `reftex-index-this-phrase'.
23831         (reftex-display-index): New argument redo.
23832         (reftex-index-rescan): Add `redo' to arguments of
23833         `reftex-display-index'.
23834         (reftex-index-Rescan, reftex-index-revert)
23835         (reftex-index-switch-index-tag): Add `redo' to arguments of
23836         `reftex-display-index'.
23837         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
23838         indexing.  Fix bug with matching is there is a quote before or
23839         after the word.
23841         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
23842         Fix bug when collecting citation keys in lines with comments.
23843         (reftex-citation): Prefix argument no longer rescans the document,
23844         but forces prompting for optional arguments of cite macros.
23845         (reftex-do-citation): Prompting for optional arguments implemented.
23847         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23848         Add optional arguments to most cite commands.
23849         (reftex-cite-cleanup-optional-args): New option
23850         (reftex-cite-prompt-optional-args): New option.
23851         (reftex-trust-label-prefix): New option.
23853         * textmodes/reftex-toc.el (reftex-toc-find-section):
23854         Add push-mark before changing the position in the buffer.
23856         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
23857         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
23859 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
23861         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
23862         more carefully.
23864 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23866         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
23867         (sgml-mode): Use it.
23868         (sgml-get-context): Better keep track of implicitly closed tags.
23870 2005-01-13  Kenichi Handa  <handa@m17n.org>
23872         * textmodes/ispell.el: These changes are to fix misalignment error
23873         caused by equivalent characters of different Emacs charsets.
23874         (ispell-unified-chars-table): New variable.
23875         (ispell-get-decoded-string): New function.
23876         (ispell-get-casechars, ispell-get-not-casechars)
23877         (ispell-get-otherchars): Call ispell-get-decoded-string.
23879 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
23881         * custom.el (custom-declare-variable): Just put symbol instead
23882         of (defvar . symbol) in `current-load-list'.
23884 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
23886         * emacs-lisp/elint.el: Fixed typo in Commentary section.
23888 2005-01-12  Jay Belanger  <belanger@truman.edu>
23890         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
23891         to create a Calc summary.
23893 2005-01-12  Kim F. Storm  <storm@cua.dk>
23895         * mouse.el (mouse-on-link-p): Change functionality and doc
23896         string to comply with latest description in lisp ref.
23898 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
23900         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
23901         Enable mouse clicks on mode-line, header-line and margin.
23902         (event-type): Give mouse event symbols an `event-kind' property
23903         with value `mouse-click'.
23905 2005-01-12  Juri Linkov  <juri@jurta.org>
23907         * facemenu.el (list-colors-display): Add new arg buffer-name.
23908         Use it.  Fix docstring.  Replace code for identifying duplicate
23909         colors by the name with call to `list-colors-duplicates' which
23910         identifies duplicate colors by the value unless the color
23911         is one of special Windows colors.  Set truncate-lines to t.
23912         Print sorted duplicate color names on each line.  Indent to 22
23913         \(the longest color name in rgb.txt) instead of 20.  Optimize.
23914         (list-colors-duplicates): New function.
23915         (facemenu-color-name-equal): Delete function.
23917         * facemenu.el (list-colors-print): New function created from code
23918         in list-colors-display.  Print #RRGGBB at the window right edge.
23919         (list-colors-display): When temp-buffer-show-function is not
23920         defined, call list-colors-print from temp-buffer-show-hook
23921         to get the right value of window-width in list-colors-print
23922         after the buffer is displayed.
23924         * simple.el (pop-mark): Move deactivate-mark out of conditional
23925         part to deactivate the active mark regardless of the state of the
23926         mark ring.
23928         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
23929         variables line in desktop files.
23931 2005-01-12  Juri Linkov  <juri@jurta.org>
23933         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
23934         Bring together isearch highlight related options.
23935         (lazy-highlight): Replace group `replace' by `matching'.
23936         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23937         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23938         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
23939         and declare them obsolete.
23940         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
23941         (isearch-faces): Remove defgroup.
23942         (isearch-overlay, isearch-highlight, isearch-dehighlight):
23943         Move isearch highlighting code closer to lazy highlighting code.
23945         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
23946         (query-replace-highlight, query-replace-lazy-highlight)
23947         (query-replace): Move definitions to the beginning of the file.
23949 2005-01-11  Juri Linkov  <juri@jurta.org>
23951         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
23952         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
23953         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
23955         * info.el (Info-history-forward): New variable.
23956         (Info-select-node): Reset Info-history-forward to nil.
23957         (Info-last): Turn into defalias.
23958         (Info-history-back): Rename from Info-last.
23959         Add current node to Info-history-forward.
23960         (Info-history-forward): New fun.
23961         (Info-mode-map): Replace Info-last by Info-history-back.
23962         Bind Info-history-forward to "r".
23963         (Info-mode-menu): Replace Info-last by Info-history-back.
23964         Fix menu item text.  Add menu item for Info-history-forward.
23965         (info-tool-bar-map): Replace Info-last by Info-history-back.
23966         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
23967         for Info-history-forward.
23968         (Info-mode): Replace Info-last by Info-history-back in docstring.
23969         Add local variable Info-history-forward.
23970         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
23972 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23974         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
23975         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
23976         Ignore select-window events rather than fiddle with
23977         mouse-autoselect-window.
23979 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
23981         * type-break.el (type-break-mode): Fix previous change.
23983 2005-01-10  Jay Belanger  <belanger@truman.edu>
23985         * calc/calc-ext.el (calc-reset): Reset when inside embedded
23986         calculator; only reset when point is inside a calculator.
23987         Don't adjust the window height if the window takes up the whole height
23988         of the frame.
23990 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
23992         * ebuff-menu.el (Electric-buffer-menu-mode):
23993         Preserve value of buffer-local var header-line-format.
23995 2005-01-09  Jay Belanger  <belanger@truman.edu>
23997         * calc/calc.el (calc-mode-var-list-restore-saved-values):
23998         Make sure settings file exists before accessing it.
24000         * calc/calc-embed.el (calc-embedded-subst):
24001         Replace math-multi-subst-rec, which is only supposed to be called
24002         by math-multi-subst, by math-multi-subst.
24004 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
24006         * vc.el (vc-allow-async-revert): New user option.
24007         (vc-disable-async-diff): New internal variable.
24008         (vc-revert-buffer): Use them to disable asynchronous diff.
24010         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24011         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24012         asynchronously if vc-disable-async-diff is t.
24014 2005-01-09  Jay Belanger  <belanger@truman.edu>
24016         * calc/calc.el (defcalcmodevar): New macro.
24017         (calc-mode-var-list-restore-default-values)
24018         (calc-mode-var-list-restore-saved-values): New functions.
24019         (calc-mode-var-list): Use defcalcmodevar to define it.
24020         (calc-always-load-extensions, calc-line-numbering)
24021         (calc-line-breaking, calc-display-just, calc-display-origin)
24022         (calc-number-radix, calc-leading-zeros, calc-group-digits)
24023         (calc-group-char, calc-point-char, calc-frac-format)
24024         (calc-prefer-frac, calc-hms-format, calc-date-format)
24025         (calc-float-format, calc-full-float-format, calc-complex-format)
24026         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24027         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24028         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24029         (calc-matrix-brackets, calc-language, calc-language-option)
24030         (calc-left-label, calc-right-label, calc-word-size)
24031         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24032         (calc-display-raw, calc-internal-prec, calc-angle-mode)
24033         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24034         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24035         (calc-window-height, calc-display-trail, calc-show-selections)
24036         (calc-use-selections, calc-assoc-selections)
24037         (calc-display-working-message, calc-auto-why, calc-timing)
24038         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24039         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24040         (calc-gnuplot-default-device, calc-gnuplot-default-output)
24041         (calc-gnuplot-print-device, calc-gnuplot-print-output)
24042         (calc-gnuplot-geometry, calc-graph-default-resolution)
24043         (calc-graph-default-resolution-3d, calc-invocation-macro)
24044         (calc-show-banner): Use defcalcmodevar to declare them and set
24045         their default values.
24047         * calc/calc-ext.el (calc-reset): Restore saved values of variables
24048         instead of default values (but restore default values if there is
24049         an argument of 0).
24051 2005-01-09  David Kastrup  <dak@gnu.org>
24053         * desktop.el (desktop-restore-eager): Fix typo in type.
24055 2005-01-08  Richard M. Stallman  <rms@gnu.org>
24057         * cus-edit.el (customize): Delete :link.
24059 2005-01-08  Jay Belanger  <belanger@truman.edu>
24061         * calc/calc.el (calc-mode): Remove the extension from the
24062         `calc-settings-file' file name when loading it.
24064 2005-01-08  Kim F. Storm  <storm@cua.dk>
24066         * info.el (Info-mode-map, Info-next-link-keymap)
24067         (Info-prev-link-keymap, Info-up-link-keymap):
24068         Map follow-link to mouse-face.
24069         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24071 2005-01-08  Jay Belanger  <belanger@truman.edu>
24073         * calc/calc.el (calc-settings-file): Change default value.
24074         Suggested by cgw in a comment in calc-mode.el.
24076         * calc/calc-mode.el (calc-settings-file-name):
24077         Compare calc-settings-file to user-init-file instead of ~/.emacs.
24078         Replace ~/.emacs in a prompt by calc-settings-file.
24080 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
24082         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24083         (desktop-lazy-idle-delay): New customizable variables.
24084         (desktop-buffer-args-list): New variable.
24085         (desktop-append-buffer-args): New function.
24086         (desktop-save): Call desktop-append-buffer-args for some buffers.
24087         (desktop-lazy-create-buffer): New function.
24088         (desktop-idle-create-buffers): New function.
24089         (desktop-read): Add message about buffers to restore lazily.
24090         (desktop-lazy-abort): New command.
24091         (desktop-clear): Call desktop-lazy-abort.
24092         (desktop-lazy-complete): New command.
24094 2005-01-06  Richard M. Stallman  <rms@gnu.org>
24096         * emacs-lisp/find-func.el (find-face-definition):
24097         Rename from find-face.
24099 2005-01-06  Kim F. Storm  <storm@cua.dk>
24101         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24103         * man.el (Man-xref-man-page, Man-xref-header-file)
24104         (Man-xref-normal-file): Add follow-link property.
24106 2005-01-06  Jay Belanger  <belanger@truman.edu>
24108         * calc/calc-units.el: Make sure the proper macro definitions are
24109         available when compiling.
24111 2005-01-06  Juri Linkov  <juri@jurta.org>
24113         * isearch.el (isearch-lazy-highlight-update):
24114         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24116 2005-01-06  Miles Bader  <miles@gnu.org>
24118         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24119         (isearch-lazy-highlight-face): Use new name.
24121 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24123         * uniquify.el (uniquify-rationalize-file-buffer-names):
24124         Re-add an interactive spec.
24125         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24126         to the same name.
24128         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24129         (isearch-update, isearch-done): Adjust calls accordingly.
24131 2005-01-05  Richard M. Stallman  <rms@gnu.org>
24133         * custom.el (custom-set-variables, custom-theme-set-variables):
24134         Clarify documentation.
24136         * emacs-lisp/find-func.el (find-variable)
24137         (find-variable-other-window, find-variable-other-frame):
24138         Fix the TYPE args to find-function-read and find-function-do-it.
24139         (find-function): Doc fix.
24140         (find-function-at-point): Replace function-at-point alias.
24142 2005-01-04  Richard M. Stallman  <rms@gnu.org>
24144         * cus-face.el (custom-declare-face):
24145         Record defface in current-load-list.
24147         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24149         * emacs-lisp/find-func.el: Doc fixes.
24150         (find-face-regexp): New variable.
24151         (find-function-regexp-alist): New variable.
24152         (find-function-C-source): Third arg is now TYPE.
24153         (find-function-search-for-symbol): Handle general TYPE.
24154         (find-function-read, find-function-do-it): Handle general TYPE.
24155         (find-definition-noselect, find-face): New functions.
24156         (function-at-point): Alias deleted.
24158 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24160         * battery.el (display-battery-mode): Rename from display-battery.
24161         Handle the case where it gets turned off.
24163 2005-01-04  Richard M. Stallman  <rms@gnu.org>
24165         * cus-edit.el (customize): Make :link point to user doc.
24167         * man.el (Man-fontify-manpage): Turn off undo generation.
24169         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24171 2005-01-04  Andreas Schwab  <schwab@suse.de>
24173         * files.el (insert-directory): Only look for error lines in
24174         inserted text.  Don't move too far after processing --dired markers.
24176 2005-01-04  Richard M. Stallman  <rms@gnu.org>
24178         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24179         Don't expand if the character is @, period, dash, etc.
24180         (define-mail-abbrev): Quote names that contain problem characters.
24182 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
24184         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24186 2005-01-03  Richard M. Stallman  <rms@gnu.org>
24188         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24189         (query-replace-highlight, query-replace-lazy-highlight)
24190         (query-replace): Definitions moved up.  Doc fix.
24192 2005-01-03  Richard M. Stallman  <rms@gnu.org>
24194         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24195         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24196         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24197         (lazy-highlight-face): Rename from isearch-lazy-...
24198         Change all references to them.
24200 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
24202         * cus-edit.el (custom-file): Doc fix for defcustom.
24203         (custom-file): The function no longer sets the variable
24204         `custom-file' to its return value.
24206         * startup.el (command-line): No longer load `custom-file'.
24208 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24210         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24212         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24213         Don't confuse module-prefixed identifiers for labels.
24214         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24216 2005-01-02  Richard M. Stallman  <rms@gnu.org>
24218         * files.el (basic-save-buffer-1): Fix previous change.
24220         * loadhist.el (file-loadhist-lookup): New function.
24221         (file-provides, file-requires): Use it.
24223         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24224         instead of calculating the right size.
24226 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
24228         * vc-svn.el (vc-svn-diff): Stay local if possible.
24230 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24232         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24234         * files.el (hack-local-variables): Fix last change.
24236 2005-01-02  Jay Belanger  <belanger@truman.edu>
24238         * calc/calc-yank.el (calc-edit-top): New variable.
24239         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24240         object.  Change header properties.
24241         (calc-edit-finish, calc-edit-finish-stack-object)
24242         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24243         edited object.
24244         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24245         for the beginning of the edited object.
24246         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24247         for the beginning of the edited object.
24248         * calc/calc-prog.el (calc-edit-macro-finish-edit)
24249         (calc-finish-formula-edit, calc-macro-repeats)
24250         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24251         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24252         beginning of the edited object.
24253         (calc-user-define-edit): Change the header for editing macros.
24254         Remove unnecessary variable.
24256 2005-01-01  Jay Belanger  <belanger@truman.edu>
24258         * calc/calc-yank.el (calc-edit-mode): Change default header.
24259         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24260         * calc/calc-store.el (calc-edit-variable): Change title to match new
24261         header.
24262         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24263         mode to match new header.
24264         (calc-user-define-edit): Change titles to include names of commands.
24265         (calc-finish-formula-edit): Adjust to handle new header.
24266         (calc-finish-macro-edit): Remove.
24267         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24268         (calc-edit-macro-command, calc-edit-macro-command-type)
24269         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24270         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24271         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24272         (calc-edit-macro-finish-edit): New functions.
24273         (calc-user-define-edit): Use new functions to edit named calc macros.
24275 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
24277         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24279         * ses.el (copy-region-as-kill): Deactivate mark.
24281 2005-01-01  Richard M. Stallman  <rms@gnu.org>
24283         * replace.el (occur-1): If the output buffer is also an input,
24284         don't kill it, rename it.
24286         * faces.el (set-face-background, set-face-foreground): Doc fix.
24288         * cus-face.el (custom-face-attributes): Fix :help-echo strings
24289         for :foreground and :background.
24291         * dired.el (dired-view-command-alist): Variable deleted.
24292         (dired-view-file, dired-mouse-find-file-other-window):
24293         Delete the code to use it.
24295 2005-01-01  Kim F. Storm  <storm@cua.dk>
24297         * image.el (insert-sliced-image): Use t for line-height property.
24299 See ChangeLog.11 for earlier changes.
24301 ;; Local Variables:
24302 ;; coding: iso-2022-7bit
24303 ;; End:
24305     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24306   Copying and distribution of this file, with or without modification,
24307   are permitted provided the copyright notice and this notice are preserved.
24309 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1