*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob9406f3809f1efcd0a0a606a788c36e3a3dc6cb57
1 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
3         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
4         and permanent-local.
5         (thumbs-max-image-number): New variable.  Make it
6         (thumbs-do-thumbs-insertion): Use them
7         (thumbs-per-line): Change default to 4.
8         (thumbs-marked-list): Rename from thumbs-markedL.
9         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10         (thumbs-rename-images): Use -list instead of L for internal variables.
11         (thumbs-call-convert): Use call-process instead of shell-command.
12         (thumbs-insert-thumb): Add filename as help-echo to each image.
13         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14         Give dir to thumbs-show-thumbs-list.
15         (thumbs-show-thumbs-list): Set default-directory to that of images.
16         (thumbs-dired-show): Rename from thumbs-dired-show-all.
17         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
18         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
19         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
21 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * ses.el (ses-read-cell): Provide a default value.
25 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
27         * term/w32-win.el (image-library-alist): Add additional names for
28         GIF library.
30 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
32         * international/latexenc.el (latexenc-find-file-coding-system):
33         Add file-regular-p check.
35 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
37         * simple.el (clone-buffer): Don't show the new buffer in the same
38         window.
40 2006-01-23  Juri Linkov  <juri@jurta.org>
42         * faces.el (link, link-visited): New faces based on default values
43         of `info-xref' and `info-xref-visited'.
45         * info.el (info-xref): Inherit from `link'.
46         (info-xref-visited): Inherit from `link-visited'.
48         * cus-edit.el (custom-buffer-create-internal): Use widget type
49         `custom-manual' instead of `info-link' and don't set properties
50         `button-face' and `mouse-face' explicitly.
51         (custom-browse-group-tag, custom-browse-variable-tag)
52         (custom-browse-face-tag): Inherit from widget class
53         `custom-group-link' instead of `push-button'.
54         (custom-button-unraised): Inherit from `underline' face.
55         (custom-link): Inherit from `link' face.  Fix doc and group.
56         (custom-add-parent-links, custom-group-value-create): Don't set
57         properties `button-face' and `mouse-face' explicitly for
58         `custom-group-link' widget.
59         (custom-group-link): Add properties `button-face' and `mouse-face'
60         to widget definition.
61         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
62         editable-field's :keymap property.
63         (custom-mode): Fix docstring: substitute keybindings for
64         `widget-forward' and `widget-backward' from `widget-keymap',
65         `widget-complete' from `custom-field-keymap', replace old
66         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
68         * desktop.el (desktop-load-file): Check for `fboundp' before
69         calling `symbol-function'.
71         * simple.el (clone-buffer, clone-indirect-buffer)
72         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
73         `read-string'.  Fix prompts.
75         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
77 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
79         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
81 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
83         * startup.el (inhibit-splash-screen, initial-scratch-message):
84         Doc fixes.
86 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
88         Sync with Tramp 2.0.52.
90         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
91         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
92         `tramp-unload-tramp' for checklist.
94         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
95         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
96         (tramp-unload-file-name-handler-alist)
97         (tramp-unload-tramp): New defuns.
98         (tramp-advice-PC-expand-many-files): New defadvice.
99         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
100         removed.
101         (tramp-handle-expand-file-name): Remove double slash.
102         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
103         It doesn't matter, because it will be converted later on.
104         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
105         implementation was just heuristic.
106         (tramp-post-connection): Set uid and gid properties.
107         (tramp-convert-file-attributes): Set file's gid change bit.
108         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
109         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
110         in case of su(do)? methods.  The home directory of the local user
111         will be taken else.
112         (tramp-open-connection-telnet)
113         (tramp-open-connection-rsh, tramp-open-connection-su)
114         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
115         local shell prompt could hurt.  Reported by Romain Francoise
116         <romain@orebokech.com>.
117         (tramp-let-maybe): Add `edebug-form-spec' property.
118         (tramp-handle-expand-file-name): Bind `default-directory' locally
119         to "/" in order to avoid problems with UNC shares or Cygwin
120         mounts.
121         (tramp-md5-function): Fix typo in error message.
123         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
125         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
126         for byte-compiler pacification.
128 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
130         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
131         ID-FORMAT `string'.  This allows us to get rid of
132         `vc-user-login-name UID'.
134         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
136 2006-01-22  John Paul Wallington  <jpw@pobox.com>
138         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
140 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
142         * emacs-lisp/find-func.el (find-definition-noselect)
143         (find-variable-noselect): Search variables in C source code too.
144         (find-function-C-source, find-function-noselect, find-function)
145         (find-function-other-frame, find-variable-noselect, find-variable)
146         (find-variable-other-frame, find-variable-at-point):
147         Fix docstrings.
149 2006-01-21  Francesco Potorti`  <pot@gnu.org>
151         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
153 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
155         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
156         Default to disabling the "Save affix" question.
158 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
160         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
161         the first arg to run-python.
163 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
165         * startup.el (command-line-1): Handle --no-desktop if desktop.el
166         is not loaded.
168 2006-01-20  Jay Belanger  <belanger@truman.edu>
170         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
171         limit is 0.
173         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
174         the correct variable.
176 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
178         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
179         link.  Fixed buggy argument sequence in call to `org-view-tags'.
180         (org-compile-prefix-format): Set `org-prefix-has-tag'.
181         (org-prefix-has-tag): New variable.
182         (org-format-agenda-item): Remove tags from headline if
183         appropriate.
184         (org-agenda-remove-tags-when-in-prefix): New option.
185         (org-get-tags-at): New function.
187 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
189         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
190         (thumbs-find-image): Move image name and number from buffer name
191         to mode name.  Set thumbs-buffer.  Preserve point so that large
192         images remain visible.
193         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
194         order.
195         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
196         mode name.
197         (thumbs-next-image, thumbs-previous-image): Make them work.
199 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
201         * cus-edit.el (custom-buffer-create-internal): State in the text above
202         the whole buffer buttons that they do not operate on hidden items.
203         (custom-face-menu): Use `custom-face-save' instead of
204         `custom-face-save-command'.
205         (custom-face-save-command): Make it an alias for `custom-face-save'
206         and declare it obsolete.
207         (custom-face-save): Doc fix.
209         * dired.el (dired-no-confirm): Add quote.
210         (dired-subdir-alist-pre-R): Add quote in
211         `make-variable-buffer-local' form and remove unbalanced parenthesis.
213 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * textmodes/table.el (table-mode-indicator): Typo in last change.
217 2006-01-19  Richard M. Stallman  <rms@gnu.org>
219         * outline.el (hide-leaves): Don't call outline-end-of-heading.
220         Fixes bug reported in Nov 2005.
222         * isearch.el (isearch-forward): Doc fix.
224         * dired.el (dired-move-to-filename-regexp): Define as alias.
225         (dired-no-confirm): Use defcustom.
226         (dired-subdir-alist-pre-R): Put defvar at top level.
228         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
230         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
231         Mark as risky.
233         * simple.el (set-mark-command): Doc fix.
234         (clone-indirect-buffer-other-window):
235         Read arg like clone-indirect-buffer.
236         (move-beginning-of-line): Skip invisible newlines.
238 2006-01-19  Masatake YAMATO  <jet@gyve.org>
240         * progmodes/cpp.el (cpp-edit-load): Make the order of
241         listed conditions in a base C code buffer and its associate
242         CPP Edit buffer the same.
244 2006-01-19  Kenichi Handa  <handa@m17n.org>
246         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
247         (rmail-mime-feature): Likewise.
248         (rmail-require-mime-maybe): Use display-warning to show a warning
249         message.
251         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
252         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
254 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
256         * array.el: Move defvars out of eval-when-compile.
257         (array-make-template): Replace undeclared global var with a local one.
258         (array-mode): Inline initialization functions.
259         (array-init-local-variables, array-init-max-row)
260         (array-init-max-column, array-init-columns-per-line)
261         (array-init-field-width, array-init-rows-numbered)
262         (array-init-line-length, array-init-lines-per-row): Remove.
264         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
265         (doc-mode-map): Define explicitly.
266         (doctor-txtype): Use mapc.
268         * textmodes/table.el: Move defvars out of eval-when-compile.
269         Remove harmful code meant to avoid byte-compiler warnings.
270         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
271         specification that checks table-fixed-width-mode directly.
272         (table-recognize-region, table-recognize-cell):
273         Use restore-buffer-modified-p.
274         (table-fixed-width-mode): Remove code that refreshes
275         table-fixed-mode-indicator.
276         (*table--cell-describe-bindings, *table--cell-describe-mode):
277         Avoid obsolete name print-help-return-message.
278         (table--test-cell-list): Don't use replace-regexp from elisp.
279         (table--point-entered-cell-function, table--point-left-cell-function):
280         Don't set table-fixed-mode-indicator, use force-mode-line-update.
282         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
283         that was after the end of file.  Use buffer-file-name variable.
284         (org-timestamp-change): Use with-current-buffer.
285         (org-todo-list): Don't unnecessarily define a new buffer-local var.
286         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
287         `file'.
289         * progmodes/fortran.el: Move defvars out of eval-when-compile.
290         (fortran-break-line): Remove unused var `opoint'.
291         (fortran-abbrev-start): Obey help-event-list.
293 2006-01-18  Jesper Harder  <harder@phys.au.dk>
295         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
297 2006-01-18  Masatake YAMATO  <jet@gyve.org>
299         * progmodes/make-mode.el (makefile-imake-mode): New mode
300         derived from makefile-mode.
301         (makefile-imake-mode-syntax-table): New syntax table
302         derived from makefile-mode-syntax-table.
303         (makefile-mode): Write about makefile-imake-mode in doc string.
304         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
305         (makefile-imake-font-lock-keywords): New font lock keywords.
307         * files.el (auto-mode-alist): Add Imakefile.
309 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
311         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
312         loading the file rather than when turning on flyspell-mode.
314 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
316         * cus-edit.el (customize-rogue): Minor doc fix.
318 2006-01-17  Juri Linkov  <juri@jurta.org>
320         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
321         instead of the file at the mark as default if the file at the mark
322         is the same as the file at point or if dired-dwim-target-directory
323         is not the same as the current directory and the mark is not active.
325         * log-view.el (log-view-minor-wrap): Use the same logic to get
326         revisions as `log-view-diff'.
328         * info.el (Info-revert-find-node): Check for Info-current-file
329         before preserving new-history.
331         * man.el (Man-heading-regexp): Add `/'.
333         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
334         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
336 2006-01-16  Juri Linkov  <juri@jurta.org>
338         * faces.el (mode-line-faces): New defgroup.
339         (mode-line-highlight): Move definition after new defgroup.
340         (mode-line, mode-line-inactive, mode-line-highlight):
341         Replace :group `modeline' with `mode-line-faces'.
342         (mode-line-buffer-id): New face.
343         (modeline-buffer-id): New face alias.
344         (vertical-border): Remove :group `modeline'.
346         * bindings.el (propertized-buffer-identification): Use face
347         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
348         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
349         (mode-line-buffer-identification-keymap): For mouse-1 replace
350         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
351         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
352         mouse-3.
354         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
355         Buffer-menu-buffer.  Doc fix.
356         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
357         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
358         `Buffer-menu-buffer'.
360         * info.el (Info-mode-line-node-keymap): New defvar.
361         (Info-set-mode-line): Use `stringp' to check Info-current-file.
362         Propertize Info-current-node with `mode-line-buffer-id' and
363         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
365         * time.el (display-time-mail-face): Replace :group `faces' with
366         `mode-line-faces'.
368 2006-01-16  Kenichi Handa  <handa@m17n.org>
370         * international/code-pages.el: Add autoload cookies for cp125[0345678].
372         * language/european.el (cp1252): New alias for windows-1252.
374         * international/mule.el (autoload-coding-system): Prepare for EOL
375         variants.
377 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
379         * term.el (term-raw-map): Add mapping for insert.
380         (term-send-insert): New.
381         (term-mode): Make variables local here instead of doing it in
382         `term-emulate-terminal'.
383         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
384         Scroll reverse needs to take into account the scroll region.
385         Saving and restoring the cursor should save the color attributes too.
386         (term-reset-terminal): Reset the scroll region.
387         (term-handle-ansi-escape): Cursor up and down should take into
388         account the scroll region.
389         (term-set-scroll-region): Rename from `term-scroll-region'.
390         Move to 0,0 after setting the region.
391         (term-handle-scroll): Handle scroll up.
392         (term-down): Fix off by one error.
393         (term-delete-lines): Do not delete outside the scroll region.
394         (term-insert-lines): Take into account the scroll region.
396 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * textmodes/ispell.el (ispell-internal-change-dictionary)
399         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
400         (start, end): Move declaration outside of eval-when-compile.
402         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
403         (flyspell-mode-on): Use it.
405         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
406         ispell-kill-ispell-hook.
408 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
410         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
411         (Custom-reset-saved): Do not ask for confirmation in single option
412         buffers.
414 2006-01-13  Richard M. Stallman  <rms@gnu.org>
416         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
418 2006-01-13  Romain Francoise  <romain@orebokech.com>
420         * add-log.el (add-change-log-entry, change-log-merge):
421         Conditionally use `hard-newline'.
423 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
425         * wid-edit.el (widget-field-end): If the overlay is no longer
426         associated with a buffer, behave as if the overlay didn't exist.
428         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
429         Make sure the links use the `custom-link' face.
431 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
433         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
434         (ld-script-mode): Don't set indent-line-function since we don't
435         have one.
437 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
439         * textmodes/org.el (org-open-file): Use mailcap for selecting an
440         application.
441         (org-file-apps-defaults-gnu): Use mailcap as the default for
442         selecting an application on a UNIX system.
443         (org-agenda-show-tags): New command.
444         (org-table-insert-hline): Keep cursor in current table line.
445         (org-table-convert): Offset effect of modifying
446         `org-table-insert-hline'.
447         (org-format-agenda-item): New optional argument TAG.
448         (org-compile-prefix-format): Handle %T format for the tag.
449         (org-expand-wide-chars): New function.
450         (org-table-insert-row, org-table-insert-hline):
451         Use `org-expand-wide-chars'.
452         (org-open-file): Fix bug in program launch.
453         (org-get-time-of-day): Fix bug with times before 1am.
454         (org-agenda-menu): Add tags commands.
456 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
458         * textmodes/ispell.el (ispell-init-process): Include the used
459         dictionary in ispell process start message.
460         (ispell-internal-change-dictionary): When flyspell-mode is active
461         and dictionary is changed, make sure ispell process is restarted
462         and flyspell word cache cleared out for the current buffer.
463         (ispell-change-dictionary): Make sure flyspell word cache is
464         cleared out in all buffers with active flyspell mode when
465         dictionary is globally changed.
466         Call ispell-internal-change-dictionary after dictionary change.
468 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
470         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
472         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
473         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
474         years.  Fix small differences wrt Makefile.in.
475         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
476         Makefile.in does.
478 2006-01-12  Bill Wohler  <wohler@newt.com>
480         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
481         mh-search.el.
483 2006-01-12  Masatake YAMATO  <jet@gyve.org>
485         * progmodes/ld-script.el: Update copyright year.
487 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
489         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
490         Don't add widget if setting undefined.
492 2006-01-12  John Paul Wallington  <jpw@pobox.com>
494         * help-fns.el (describe-variable): Remove newlines from void
495         variable output.
497 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
499         * wdired.el (wdired-mode-map): Add help echo for
500         wdired-abort-changes.
502         * man.el (Man-file-name-regexp): Adjust for a list of files.
504 2006-01-12  Masatake YAMATO  <jet@gyve.org>
506         * progmodes/ld-script.el (auto-mode-alist): Support
507         suffix conventions used in netbsd and eCos.
509 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
511         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
512         (custom-variable-menu, custom-face-menu, custom-group-menu)
513         (Custom-mode-menu): Change names of menu items.  (As discussed on
514         emacs-devel.)
515         (custom-face-menu): Add "Undo Edits" item.
517         * startup.el (init-file-user): defcustom -> defvar.
519         * tooltip.el (tooltip-mode): Doc fix.
521 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
523         * reveal.el (reveal-post-command): window-buffer signals an error on
524         dead windows rather than returning nil.
525         (reveal-open-new-overlays): An overlay might die while we open others.
527 2006-01-11  Bill Wohler  <wohler@newt.com>
529         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
530         phrasing in docstring.
532         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
533         can give some systems gas.  Add new file mh-buffers.el.
535 2006-01-06  Masatake YAMATO  <jet@gyve.org>
537         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
538         C preprocessor forward ported from GNU Emacs 21.2.
540         * progmodes/asm-mode.el (asm-font-lock-keywords):
541         Use `cpp-font-lock-keywords'.
543         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
545         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
546         of $ for "\\.ld[s]?".
548 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
551         (tcl-indent-line): Return `noindent' if inside a string.
553         * progmodes/flymake.el (flymake-split-string): Remove more than one
554         empty string at beg/end of the result.
555         (flymake-find-buildfile, flymake-find-possible-master-files):
556         Use expand-file-name.
557         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
558         since expand-file-name does it for us.  Use directory-file-name.
559         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
560         (flymake-ler-get-type, flymake-ler-get-text)
561         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
562         (flymake-current-line-no): Remove spurious interactive spec.
563         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
564         (flymake-check-include): Remove arg inc-path merged into inc-name.
565         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
566         Arg regexp-list replaced by a simple regexp.
567         (flymake-master-make-header-init, flymake-master-tex-init):
568         Correspondingly replace regexp-list with a regexp.  Fix regexp.
570 2006-01-10  Simon Josefsson  <jas@extundo.com>
572         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
573         describing AUTH PLAIN fix.
575 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
577         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
578         (report-emacs-bug): Don't record initial prompt text.
579         Instead, add text properties to prompting text.
580         (report-emacs-bug-hook): Delete prompting text.
582 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
584         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
585         `dirs'.  Adjust callers.
587 2006-01-09  John Paul Wallington  <jpw@gnu.org>
589         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
591 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
593         * reveal.el (reveal-open-new-overlays): New extracted fun.
594         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
595         using them.  Simplify the code.
596         (reveal-post-command): Use them.  Fix up obsolete windows in
597         reveal-open-spots.
599         * progmodes/flymake.el: Use `require' rather than autoload for
600         XEmacs's overlays.
601         (flymake-get-common-file-prefix, flymake-build-relative-filename):
602         Delete.  Use file-relative-name instead.
603         (flymake-get-syntax-check-program-args, flymake-perl-init):
604         Simplify the resulting code.
606         * log-view.el (log-view-file-re, log-view-message-re): Add support
607         for DaRCS output.
609 2006-01-09  Alex Schroeder  <alex@gnu.org>
611         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
612         identifiers sometimes added in square brackets at the beginning of
613         subject lines.
615 2006-01-07  Richard M. Stallman  <rms@gnu.org>
617         * cus-edit.el (Custom-set, Custom-save): Doc fix.
618         (Custom-reset-current, Custom-reset-saved): Change question text.
619         (Custom-reset-standard): Likewise.
620         (custom-variable-reset-saved): Doc fix.
622 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
624         * startup.el (init-file-user): Doc fix.
626 2006-01-07  Alex Schroeder  <alex@gnu.org>
628         * mail/rmail.el (rmail-current-subject): New function.
629         (rmail-current-subject-regexp): New function.
630         (rmail-next-same-subject): Use it.
632         * mail/rmailsum.el (rmail-summary-by-topic):
633         Use rmail-current-subject and rmail-current-subject-regexp.
634         (rmail-summary-next-same-subject): Ditto.
636         * net/rcirc.el (rcirc-send-input): No longer check whether the
637         process is open, since not all commands need an open process.
638         (rcirc-send-string): Check whether the process is open before
639         sending anything.
640         (rcirc-ignore-list): New option.
641         (rcirc-ignore-list-automatic): New variable.
642         (rcirc-print): Take rcirc-ignore-list into account.
643         (rcirc-cmd-ignore): New command.
644         (rcirc-ignore-update-automatic): New function.
645         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
646         list if ignored nicks.
647         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
649 2006-01-06  David Reitter  <david.reitter@gmail.com>
651         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
652         reflect the address to which the report will be sent.
654 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
656         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
657         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
659 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
661         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
663         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
664         the doc string: "functoin" => "function".
665         * ldefs-boot.el: Likewise.
667         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
668         message text: "Duplicat" => "Duplicate".
670 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
672         * files.el (basic-save-buffer-2): If backing-up failed, reset
673         buffer-backed-up to nil.
675 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
677         * progmodes/gud.el (gdb-script-skip-to-head)
678         (gdb-script-calculate-indentation): Indent for breakpoint command
679         lists also.
681 2006-01-05  Bill Wohler  <wohler@newt.com>
683         * Makefile.in (compile-always): Add mh-autoloads dependency.
684         (bootstrap): Remove mh-autoloads dependency, as compile dependency
685         provides it.
686         (updates): Remove mh-autoloads dependency, since it probably has
687         already run recently (via recompile).
689 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
691         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
692         argument `force' to disable the flyspell-last-buffer optimization.
693         (flyspell-mode-on): Use it.
695         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
696         flymake-simple-cleanup.
697         (flymake-allowed-file-name-masks): Use this new default.
698         All the functions are now called in the right buffer rather than
699         passing the buffer as argument.
700         (flymake-process-sentinel): Switch to buffer before calling cleanup.
701         (flymake-parse-err-lines): Remove redundant buffer arg.
702         (flymake-get-program-dir): Comment out unused function.
703         (flymake-start-syntax-check, flymake-start-syntax-check-process):
704         Remove redundant buffer argument.
705         (flymake-get-real-file-name, flymake-simple-java-cleanup)
706         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
708 2006-01-05  Richard M. Stallman  <rms@gnu.org>
710         * info.el (Info-find-node): Don't record previous node if have none.
711         (info): Go to directory only if history is empty.
713         * simple.el (mark): Doc fix.
715 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
717         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
718         already of desired type.
719         (mac-ae-list): Coerce parameter to "list" type.
720         (mac-dispatch-apple-event): Replace cadr part of event with a
721         dummy position so that event-start returns it.
723 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
725         * textmodes/org.el (org-end-of-subtree): New function.
726         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
727         Use `org-end-of-subtree'.
728         (org-agenda, org-agenda-convert-date): Protect calls to
729         `fit-window-to-buffer'.
730         (org-tags-view): Force matching of sublevels when doing a
731         todo-only search.  Define the correct redo command, including the
732         arguments.
733         (org-agenda-redo): Display message.
734         (org-check-for-org-mode): New function.
735         (org-agenda-type): New variable.
736         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
737         Set `org-agenda-type'.
738         (org-agenda-check-type): New function.
739         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
740         (org-agenda-week-view, org-agenda-day-view)
741         (org-agenda-next-date-line, org-agenda-previous-date-line)
742         (org-agenda-log-mode, org-agenda-toggle-diary)
743         (org-agenda-toggle-time-grid, org-agenda-date-later)
744         (org-agenda-date-prompt, org-agenda-diary-entry)
745         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
746         (org-agenda-convert-date, org-agenda-menu):
747         Use `org-agenda-check-type'.
748         (org-make-overlay, org-delete-overlay)
749         (org-detatch-overlay, org-move-overlay, org-overlay-put):
750         New compatibility functions.
751         (org-calendar-select-mouse): New command.
753 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
755         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
756         (Custom-reset-standard): Fix y-or-n-p messages.
757         (custom-link): New face for links.
758         (custom-buffer-create-internal, custom-manual): Use it.
759         (custom-face-save): Push to theme-face before setting face spec.
761         * wid-edit.el (widget-default-mouse-face-get): New function.
762         (widget-specify-button): Handle mouse-face like button-face.
764         * custom.el (load-theme): Clear old theme settings if reloading.
766 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
768         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
769         "Erase Customization" button back to same position it occupies in
770         the individual State menus.
772 2006-01-04  Kim F. Storm  <storm@cua.dk>
774         * wid-edit.el (key-sequence): Rework widget to read key binding
775         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
776         (widget-key-sequence-default-value): Default value for empty sequence.
777         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
778         (widget-key-sequence-read-event): New command for C-q.
779         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
780         (widget-key-sequence-value-to-external): New functions.
782 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
784         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
785         Use expand-file-name.
786         (flymake-delete-temp-directory): Use expand-file-name,
787         file-name-directory, and directory-file-name.
788         (flymake-strrchr): Delete.
789         (flymake-start-syntax-check): Don't pass the redundant buffer argument
790         to the init-f function.
791         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
792         (flymake-init-find-buildfile-dir)
793         (flymake-init-create-temp-source-and-master-buffer-copy)
794         (flymake-simple-make-init-impl, flymake-simple-make-init)
795         (flymake-master-make-init, flymake-master-make-header-init)
796         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
797         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
798         (flymake-xml-init): Remove corresponding redundant buffer argument.
799         (flymake-allowed-file-name-masks): Remove last elems that are equal to
800         the default anyway.  Clean up regexps.
802         * progmodes/flymake.el (flymake-temp-source-file-name)
803         (flymake-master-file-name, flymake-temp-master-file-name)
804         (flymake-base-dir): New buffer-local vars.
805         (flymake-buffer-data, flymake-get-buffer-value)
806         (flymake-set-buffer-value): Replace those hash-tables by the new
807         buffer-local vars.  Update callers.
809         * progmodes/flymake.el (flymake-check-start-time)
810         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
811         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
812         Move definition, so we can remove redundant earlier declaration.
813         (flymake-replace-regexp-in-string, flymake-split-string)
814         (flymake-get-temp-dir): Use defalias.
815         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
816         (flymake-xemacs-window-edges): Remove unused function.
817         (flymake-get-point-pixel-pos): Move.
818         (flymake-pid-to-names, flymake-reg-names)
819         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
820         Replace by a simple list flymake-processes and by process-buffer.
821         Update callers.  Other than simplify the code, it uses buffers rather
822         than buffer-names so it doesn't get confused by uniquify.
823         (flymake-buffer-data): The global value should just be nil.
825         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
826         Optimize the body of a defalias like any other code.
828         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
829         Make sure we've setup font-lock's vars.  It may influence which
830         function we then call.
831         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
832         here since it's too late anyway.
834 2006-01-03  Romain Francoise  <romain@orebokech.com>
836         * startup.el (fancy-splash-tail, normal-splash-screen):
837         Update copyright year.
839 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
841         * mouse.el (mouse-drag-track): Rename, from
842         `mouse-drag-region-1'.  Includes optional argument required to
843         enable post-drag event processing (e.g. delete region keys).
844         Can be used without this argument to track a mouse region and operate
845         on it as soon as the drag completes.
846         (mouse-drag-region): Use `mouse-drag-track'.
848 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
850         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
851         Move to `custom-buffer' group.
853         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
854         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
855         (custom-theme-insert-face-marker, custom-theme-variable-menu)
856         (custom-theme-face-menu): New variables.
857         (custom-theme-add-variable, custom-theme-variable-action)
858         (custom-variable-reset-theme, custom-theme-delete-variable)
859         (custom-face-reset-theme, custom-theme-face-action)
860         (custom-theme-delete-face, custom-theme-merge-theme)
861         (custom-theme-add-face, custom-theme-visit-theme): New functions.
863 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
865         * custom.el: Move Custom Themes commentary to start of theme code.
866         (custom-known-themes): Rename `standard' theme to `changed'.
867         (custom-push-theme): Caller no longer specifies what theme to use
868         when doing `reset'---the setting is simply removed from the theme.
869         Delete MODE from `theme-value' and `theme-settings' properties.
870         (custom-declare-theme): Ignore &rest args since we don't use them.
872         (custom-loaded-themes): Delete variable.
873         (custom-theme-load-themes, custom-theme-loaded-p)
874         (custom-theme-value): Delete functions.
876         (custom-declare-theme): Signal error on invalid theme names.
877         (provide-theme): custom-loaded-themes was deleted.
878         (load-theme): Load the file unconditionally.
879         (enable-theme): Call `load-theme' if theme is undefined.
880         (custom-enabled-themes): Only update value for successful loads.
881         (disable-theme): Complete from enabled themes when interactive.
882         (custom-variable-theme-value): Calculate theme value directly.
884         (custom-theme-reset-variables, custom-reset-variables): Mark as
885         XEmacs compatibility functions.  We don't actually use these.
887         * cus-edit.el (custom-variable-state-set):
888         Use custom-variable-theme-value instead of custom-theme-value.
889         (custom-face-state-set): Rename `standard' theme to `changed'.
890         (custom-save-variables, custom-save-faces): Delete unneeded
891         references to custom-reset-variables.
892         (custom-save-resets): Delete function.
893         (custom-save-variables, custom-save-faces): MODE argument deleted.
894         (custom-save-variables, custom-save-faces): Ignore theme values.
896         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
897         compatibility function.
899 2006-01-01  Richard M. Stallman  <rms@gnu.org>
901         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
902         (Custom-reset-current, Custom-reset-saved): Likewise.
903         (Custom-reset-standard): Show message if aborted.
904         (custom-mode): Doc fix, describing those commands.
906         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
907         put on event-kind property.
909 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
911         * custom.el (provide-theme): Ban `user' theme name.
912         (custom-enabling-themes): New variable.
913         (enable-theme): Don't enable user if custom-enabling-themes is t.
914         (custom-enabled-themes): Make it a defcustom.
915         (custom-theme-recalc-face): No-op if face is undefined.
917         * cus-edit.el (custom-button-mouse): New variable.
918         (custom-button-mouse): New face.
919         (custom-raised-buttons, custom-mode): Use it.
921         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
923 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
925         * progmodes/gud.el (gud-display-line): Support hl-line in the
926         source buffer.
928 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
930         * mouse.el (mouse-drag-window-above): Verify that the found window
931         overlaps with the given window in the horizontal dimension.
933 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
935         * Makefile.in (cvs-update): New target.
937         * makefile.w32-in (cvs-update): Ditto.
939 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
941         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
942         (custom-new-theme-mode-map): New variable.
944 2005-12-30  Richard M. Stallman  <rms@gnu.org>
946         * custom.el (custom-load-themes): Function deleted.
948         * cus-edit.el (custom-save-loaded-themes): Function deleted.
949         (custom-save-variables): Don't delete or add custom-load-themes call.
951 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * cus-start.el: Add `visible-cursor'.
955         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
956         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
957         (flymake-process-filter): Switch to buffer before calling it instead.
958         (flymake-post-syntax-check, flymake-highlight-err-lines)
959         (flymake-delete-own-overlays, flymake-parse-err-lines)
960         (flymake-start-syntax-check, flymake-start-syntax-check-process)
961         (flymake-count-lines, flymake-parse-residual):
962         Remove constant buffer argument.
963         (flymake-start-syntax-check-for-current-buffer): Remove.
964         Update callers to use flymake-start-syntax-check instead.
965         (flymake-display-err-menu-for-current-line):
966         Remove unused var `mouse-pos'.
967         (flymake-restore-formatting): Comment out unused function.
968         (flymake-report-status, flymake-report-fatal-status): Remove buffer
969         argument, use current-buffer instead.  Update callers.
971 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
973         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
974         buffer-local because choose-completion-delete-max-match requires
975         that we set completion-ignore-case (i.e., binding via let is not
976         sufficient).
977         (bibtex-complete): Always set completion-ignore-case and
978         choose-completion-string-functions.  The latter is needed because
979         choose-completion-string-functions keeps its value if we quit the
980         *Completions* buffer without requesting a completion.
982 2005-12-30  Andreas Schwab  <schwab@suse.de>
984         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
986 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
988         * jit-lock.el (jit-lock-chunk-size): Doc fix.
990 2005-12-30  Juri Linkov  <juri@jurta.org>
992         * locate.el (locate-fcodes-file, locate-header-face)
993         * progmodes/delphi.el (delphi-other-face)
994         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
996         * paren.el (show-paren-match, show-paren-mismatch): Use existing
997         group `paren-showing-faces'.
999         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
1000         (goto-address): Fix docstring.
1002         * net/webjump.el (webjump-sample-sites): Update URLs.
1004         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
1006         * subr.el (cancel-change-group): Add listp around pending-undo-list.
1008 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1010         * font-lock.el (font-lock-compile-keywords): Signal an error when
1011         font-lock-set-defaults hasn't been called.
1013 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1015         * subr.el (noreturn, 1value): Doc fixes.
1017 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1019         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
1020         that assoc-string returns nil.
1022 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1024         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
1025         (bibtex-entry-type-str, bibtex-empty-field-re)
1026         (bibtex-search-backward-string, bibtex-preamble-prefix)
1027         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
1028         (bibtex-any-valid-entry-type): New variable.
1029         (bibtex-parse-field-name): Simplify.
1030         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
1031         (bibtex-preamble-prefix): Include left delimiter.
1032         (bibtex-search-forward-field, bibtex-search-backward-field):
1033         Allow unbounded search past entry boundaries (required by bibtex-pop).
1034         (bibtex-text-in-field-bounds): Use push.
1035         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
1036         (bibtex-parse-preamble, bibtex-valid-entry)
1037         (bibtex-beginning-first-field): New functions.
1038         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
1039         (bibtex-map-entries): Fix docstring.
1040         (bibtex-flash-head): New arg prompt.  Simplify.
1041         (bibtex-enclosing-field): Include code of bibtex-inside-field.
1042         (bibtex-insert-kill): Simplify.  Always insert text past the
1043         current field or entry.
1044         (bibtex-format-entry): Use bibtex-parse-field.
1045         (bibtex-pop): Use bibtex-beginning-of-entry and
1046         bibtex-end-of-entry to initiate the search.  Insert empty field if
1047         we found ourselves.
1048         (bibtex-print-help-message): New args field and comma.
1049         Handle entry keys.
1050         (bibtex-make-field): Use bibtex-beginning-of-entry.
1051         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
1052         invalid entry.
1053         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
1054         Handle preambles.  Simplify code for thorough test.
1055         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
1056         New arg comma.  Handle entry heads.
1057         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
1058         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
1059         New arg comma.
1060         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
1061         (bibtex-fill-field): Simplify.
1062         (bibtex-fill-entry): Use bibtex-beginning-first-field and
1063         bibtex-parse-field.
1064         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
1065         (bibtex-complete): Use bibtex-parse-preamble.
1067 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
1069         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
1070         Display name of expression instead of convenience variable.
1071         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
1073         * progmodes/gud.el (gud-tooltip-dereference): Rename from
1074         toggle-gud-tooltip-dereference.
1075         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
1076         (gud-tooltip-tips): ...here when dereferencing.
1078 2005-12-28  Bill Wohler  <wohler@newt.com>
1080         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
1082 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
1085         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
1086         (vc-annotate-display-autoscale): Adjust call.
1087         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
1088         Fix interactive spec.
1089         (vc-annotate-time-span): Remove.
1090         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
1091         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
1092         (vc-annotate-display-select): Use new name.
1094         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
1095         (vc-annotate-mode-menu): Remove left-over redundant declaration.
1096         Correct the construction of span entries.  Simplify.
1097         (vc-annotate-display-select): Fix the nil case.
1098         (vc-annotate): Remove obsolete (and now broken) code.
1099         (vc-annotate-extract-revision-at-line): Remove obsolete code.
1100         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
1102 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
1104         * subr.el (lazy-completion-table): Correct typo in docstring.
1106         * startup.el (command-line): Use `custom-reevaluate-setting' for
1107         `send-mail-function'.
1109         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
1111 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
1113         * mail/smtpmail.el (smtpmail-try-auth-methods):
1114         Send credentials together with "AUTH PLAIN" command.
1116 2005-12-27  Richard M. Stallman  <rms@gnu.org>
1118         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
1119         mouse-2, go back to previously selected window, so it's selected
1120         when mouse-2 command runs.
1122 2005-12-27  Juri Linkov  <juri@jurta.org>
1124         * descr-text.el (describe-text-sexp): Use square brackets for
1125         button [Show] to distinguish it from the property value `show'.
1126         (describe-property-list): Use `insert-text-button' with
1127         `help-face' type instead of putting face in quotes, because button
1128         is not created automatically for a list of faces.
1129         (describe-text-properties-1): Put button-type value in quotes to
1130         distinguish from plain text "button".
1131         (describe-char): Display code point values in hex.  Don't use
1132         `symbol-name' for `current-input-method' because it is a string.
1133         Use `insert-text-button' with `help-face' type instead of putting
1134         hardcoded face in quotes, because button is not created automatically.
1136 2005-12-27  Richard M. Stallman  <rms@gnu.org>
1138         * progmodes/glasses.el (glasses-face): More specific custom type.
1140         * files.el (set-visited-file-name): Doc fix.
1142         * textmodes/flyspell.el (flyspell-external-point-words):
1143         Use local var buffer-scan-pos to advance scan for next misspelling.
1144         Advance it only after we find the misspelling.
1146 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
1148         * textmodes/flyspell.el (flyspell-external-point-words):
1149         New criteria for finding the misspelling in the buffer.
1151 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
1153         * help-mode.el (help-insert-string): Set help-xref-stack-item
1154         rather than call help-setup-xref.
1156         * descr-text.el (describe-char): Revert previous changes for
1157         optional buffer argument.
1159 2005-12-27  Juri Linkov  <juri@jurta.org>
1161         * help-mode.el (help-insert-string): New function.  Save buffer
1162         contents in cases where it is impossible to recompute the old contents.
1164         * descr-text.el (describe-char): Set help-xref-stack-item
1165         explicitly after buffer has been generated.
1167 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1169         * cus-start.el (all): Add x-gtk-show-hidden-files.
1171 2005-12-26  Richard M. Stallman  <rms@gnu.org>
1173         * replace.el (perform-replace): Calculate match-again
1174         before skipping read-only matches.
1176         * paren.el (paren-showing-faces): New group.
1177         (show-paren-match, show-paren-mismatch): Move to that group.
1179         * button.el (button): Put into group `basic-faces'.
1181         * progmodes/make-mode.el: Remove faces from group `faces'.
1183         * apropos.el (apropos, apropos-value): Doc fix.
1184         (apropos-documentation): Doc fix.
1186 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * subr.el (lazy-completion-table): Remove argument `args'.
1190         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1191         Don't use the `args' argument of lazy-completion-table.
1193 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
1195         * descr-text.el (describe-char): Add optional argument for buffer.
1196         Set buffer appropriately.  Call help-setup-xref.
1197         Suggested by Stefan Monnier.
1199 2005-12-26  Juri Linkov  <juri@jurta.org>
1201         * descr-text.el: Require `help-fns' at runtime.  Don't require
1202         `button' for byte compilation.
1203         (describe-text-widget): Add `help-echo' for first button.
1204         Use `help-info' for second.
1205         (describe-property-list): Use `help-argument-name' instead of `italic'.
1206         (describe-text-category): Add prompt to interactive spec.
1207         Call `help-setup-xref'.
1208         (describe-char): Use `help-character-set'.  Add `help-echo' for
1209         code point.  Use `help-input-method'.  Remove superfluous insert.
1211 2005-12-25  Richard M. Stallman  <rms@gnu.org>
1213         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
1214         at point, in case of narrowing.
1216         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
1218         * locate.el (locate-header-face): Allow nil in type.
1220         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
1222 2005-12-25  Romain Francoise  <romain@orebokech.com>
1224         * battery.el (battery-linux-proc-acpi): Also try
1225         `/proc/acpi/thermal_zone/THM0/temperature'.
1227 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
1229         * custom.el (custom-push-theme): Fix docstring.
1231         * cus-edit.el (custom-variable-set, custom-variable-save)
1232         (custom-variable-save): Custom-quote widget values.
1233         (customize-save-variable): Fix custom-push-theme call.
1235 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
1237         * w32-fns.el (w32-batch-update-autoloads): New function.
1239         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
1240         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
1241         from the command line.
1243 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
1245         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
1246         reset means to remove setting from theme entirely.  Don't keep
1247         expanding theme-settings list; delete old entries if necessary.
1249         * cus-edit.el (custom-buffer-create-internal): Move "Erase
1250         customization" button one line up.
1251         (custom-themed): New face.
1252         (custom-magic-alist): New value, THEMED, for theme settings.
1253         (custom-variable-state-set, custom-face-state-set):
1254         Check theme-value instead of saved-value.
1255         (custom-variable-reset-standard, custom-face-reset-standard):
1256         Remove theme setting entirely.  Recalculate new values.
1257         (custom-variable-set, custom-variable-set)
1258         (custom-variable-reset-saved, custom-variable-reset-backup)
1259         (custom-face-set, custom-face-reset-saved): Update `user' theme.
1260         (custom-variable-save): Fix typos.
1262 2005-12-23  Juri Linkov  <juri@jurta.org>
1264         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
1265         Add autoload cookies.
1266         (edebug-outside-d-c-i-n-s-w): New variable.
1267         (edebug-display, edebug-outside-excursion): Use it to save the
1268         original value of default-cursor-in-non-selected-windows.
1269         Set default-cursor-in-non-selected-windows to t while Edebug
1270         is active.
1271         (edebug-mode, edebug-eval-mode): Doc fix.
1273         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
1274         with `buffer-substring-no-properties' to remove common substring
1275         highlighting.
1277         * info.el (info-other-window, info): Rename function argument
1278         `file' to `file-or-node'.
1279         (Info-complete-menu-item): Use local variable `complete-nodes' to
1280         keep the global value of `Info-complete-nodes' unchanged for
1281         subsequent completions.
1282         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
1284         * simple.el (get-next-valid-buffer, last-buffer)
1285         (next-error-buffer-p, next-error-find-buffer)
1286         (minibuffer-history-sexp-flag): Doc fix.
1288         * savehist.el (savehist-mode-hook): Add `:group'.
1290         * log-view.el: Call autoload for vc-find-version.
1291         (log-view-current-file): Adjust subgroup numbers.
1292         (log-view-current-tag): Add `length'.
1294 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1296         * vc.el (vc-annotate-car-last-cons): Defn moved up.
1298 2005-12-23  Juri Linkov  <juri@jurta.org>
1300         * hi-lock.el (hi-lock-archaic-interface-message-used)
1301         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
1302         (hi-lock-mode): Display "Hi" in the mode line only when
1303         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
1304         (hi-lock-write-interactive-patterns):
1305         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
1306         (hi-lock-set-pattern, hi-lock-set-file-patterns)
1307         (hi-lock-font-lock-hook): Set 3rd arg `how' of
1308         font-lock-add-keywords to t.
1310 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
1312         * hi-lock.el (hi-lock-highlight-range): New variable.
1313         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
1314         only if font-lock-fontified is non-nil.  Remove overlays.
1315         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
1316         font-lock-fontified is non-nil, otherwise use overlays (instead of
1317         text properties).
1318         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
1319         New variables.
1320         (hi-lock-string-serialize) New function.
1322 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1324         * menu-bar.el (menu-find-file-existing): New function.
1325         (menu-bar-file-menu): Use menu-find-file-existing for Open.
1327         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
1329 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1331         * vc.el: Remove unnecessary leading * in docstrings.
1332         (vc-annotate-mode-map): Move initialization into declaration.
1333         (vc-static-header-alist): Nitpick on the regexp.
1334         (vc-default-init-version): New fun.
1335         (vc-register): Use it.
1336         (vc-insert-headers): Use dolist.
1337         (vc-annotate-get-backend): Remove unused function.
1338         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
1339         (vc-annotate-mode): Remove corresponding call.
1340         (vc-annotate-car-last-cons): Simplify.
1341         (vc-annotate-buffers): Remove var.
1342         (vc-annotate-backend): Make it buffer-local.
1343         (vc-annotate): Move the interaction to the interactive spec.
1344         Add a `buf' argument.
1345         (vc-annotate-warp-version): Use this new `buf' argument to avoid
1346         killing&creating a vc-annotate buffer, which is very disruptive when
1347         the buffers are shown in dedicated frames.
1349 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
1351         * descr-text.el: Add FSF as maintainer.
1352         (describe-text-mode, describe-text-mode-map)
1353         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
1354         help-mode.
1355         (describe-text-widget, describe-text-sexp)
1356         (describe-property-list, describe-text-category)
1357         (describe-text-properties, describe-text-properties-1)
1358         (describe-char): Use help buttons instead of widgets.
1359         (describe-char-unicodedata-file): Make URL link in doc string.
1361 2005-12-22  Richard M. Stallman  <rms@gnu.org>
1363         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
1364         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
1365         Don't include buttons that write a file when there's no file.
1366         (custom-variable-menu, custom-face-menu, custom-group-menu):
1367         Don't include commands that write a file when there's no file.
1368         (customize-browse): Reword the top-of-buffer help intro.
1369         (custom-buffer-create-internal): Fix previous change.
1370         (customize-changed-options-previous-release): Prev release is 21.1.
1371         (customize-changed-options): Doc fix.
1372         (customize-changed): New alias.
1373         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
1374         Say "standard values".
1375         (Custom-reset-standard): Doc fix.
1376         (custom-face-reset-standard): Doc fix.
1378 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1380         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
1381         even if font-lock-mode is non-nil since it may be t without having
1382         turned on font-lock-mode-internal.
1383         (font-lock-choose-keywords): Minor optimization.
1384         (font-lock-add-keywords, font-lock-remove-keywords)
1385         (font-lock-set-defaults): Don't call make-local-variable on a variable
1386         that we know to already be local.
1388 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1390         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
1391         messages if in the minibuffer.
1393 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
1396         (tex-mode-flyspell-verify, flyspell-get-word)
1397         (flyspell-external-point-words): Don't use point-min/max uselessly.
1399         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
1400         by Kevin Rodgers.  Instead, just hide the completions buffer if we
1401         don't need to show it.
1403 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
1405         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
1407 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1409         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
1410         delete-windows-on with an inexistent buffer.
1412 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
1414         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1415         Delete defcustom variable :tag names.
1417 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
1420         (log-view-font-lock-keywords): Ajust subgroup numbers.
1421         (log-view-current-tag): Don't hard code the number of subgroups.
1423 2005-12-20  Juri Linkov  <juri@jurta.org>
1425         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
1426         (tooltip-x-offset, tooltip-y-offset): Doc fix.
1428         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1429         (menu-bar-non-minibuffer-window-p): Instead of checking
1430         display-multi-frame-p, use selected-frame when menu-updating-frame
1431         is nil.
1433 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
1435         * align.el (align-rules-list): Use [ \t] instead of \s-
1436         for column separators in text mode.
1438 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
1440         * help-mode.el (help-customize-variable, help-customize-face):
1441         Don't pop help-xref-stack as help-follow no longer pushes
1442         anything on to it.
1444 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
1446         * textmodes/org.el (org-agenda-custom-commands): New option.
1447         (org-agenda): Offer custom commands on splash screen.
1448         (org-make-tags-matcher): Parser for Boolean logic added.
1449         (org-agenda-set-tags): New command.
1450         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1451         (org-set-tags): Efficiency improvements.
1452         (org-auto-align-tags): New option.
1453         (org-todo, org-demote, org-promote): Realign tags.
1454         (org-tags-completion-function): Use also "&" and "|" as separators.
1455         (org-org-menu): Agenda commands simplified.
1457 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1459         * cus-edit.el (customize-apropos, customize-apropos-options):
1460         Docstring changes.
1462         * font-lock.el (font-lock): Add tags to the links in the defgroup.
1464 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
1466         * longlines.el (longlines-mode): Wrap while widened.
1467         (longlines-decode-region, longlines-encode-region): Compute max
1468         just once.
1470 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1472         * cus-edit.el (mac): New group.
1474         * cus-start.el (all): Add user options in macterm.c.  Add test for
1475         Mac-related built-ins.  Fix test for GTK-related built-ins.
1477         * term/mac-win.el (mac-handle-language-change)
1478         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
1479         (mac-services-open-selection, mac-services-mail-selection)
1480         (mac-services-mail-to, mac-services-insert-text)
1481         (mac-dispatch-apple-event): Add docstrings.
1482         (x-get-selection, mac-select-convert-to-string): Select coding
1483         system from `utf-16be' and `utf-16le' using `byteorder'.
1485 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1487         * subr.el (lazy-completion-table): Don't be fooled if the var holds
1488         a "list" (lambda ...) rather than a real completion list.
1490         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1491         lexical-let when encountering ((lambda (...) ...) ...).
1493 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1495         * progmodes/sh-script.el (sh-mode):
1496         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1497         * textmodes/picture.el (picture-mode): Update docstrings.
1499 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
1501         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1502         commands enclosed in $(ARGQUOTE)s should not be split between two
1503         lines, as that will break with GNU Make >3.80, when sh.exe is used
1504         and arg quoting is with '..'.
1505         (autoloads): Don't break the quoted --eval expression between
1506         several lines.
1508 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1510         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1511         Capture error from printing circular structures.
1513 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1515         * wid-edit.el (widget-checkbox-action): Clear undo info.
1517 2005-12-16  Bill Wohler  <wohler@newt.com>
1519         * menu-bar.el (kill-this-buffer): Set a good example by using menu
1520         bar, not menubar in comment.
1522 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1524         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1525         After-change-functions should not clobber the match data.
1527 2005-12-16  Juri Linkov  <juri@jurta.org>
1529         * simple.el (choose-completion): Use `buffer-substring-no-properties'
1530         instead of `buffer-substring'.
1531         (completion-common-substring): Doc fix.
1532         (completion-setup-function): Use minibuffer-completion-contents
1533         instead of minibuffer-contents.  Don't set common-string-length
1534         initially.  Remove special handling of partial-completion-mode.
1535         Move computation of completion-base-size into one cond.
1536         Call completion-base-size-function in mainbuf.  In computation of
1537         completion-base-size for file name completion don't move point to
1538         the end of the minibuffer.  Move computation of common-string-length
1539         into one cond.  Start putting faces only when common-string-length>=0.
1540         Add condition to put completions-common-part when
1541         common-string-length>0.
1543         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
1544         place point at the first different character in the minibuffer
1545         even if this position is at the beginning of the minibuffer.
1547         * info.el (Info-read-node-name-1): In completion-base-size-function's
1548         lambda return 1 if common-substring or minibuffer-completion-contents
1549         starts with (, and 0 otherwise.
1551         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1552         Use `crm-current-element' for second arg of `display-completion-list'.
1554 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
1556         * files.el (set-auto-mode): Look for an interpreter specified on
1557         the first line also if search for mode specification succeeded,
1558         but the mode is not known.
1560 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
1562         * textmodes/org.el (org-tags-match-list-sublevels): New option.
1563         (org-open-at-point): Implement tag searches as links.
1564         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1565         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1566         (org-tags-sparse-tree, org-tags-view, org-set-tags)
1567         (org-agenda-dispatch): New commands.
1568         (org-use-tag-inheritance, org-tags-column): New options.
1569         (org-tab-follows-link, org-return-follows-link): New options.
1570         (org-tags): New customize group.
1571         (org-start-icalendar-file): Get local time zone.
1572         (org-tags-completion-function): New function.
1573         (org-set-font-lock-defaults): Make sure links will also be
1574         highlighted inside headlines.
1576 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
1578         * term.el (term-emulate-terminal):
1579         Let term-handle-ansi-terminal-messages override what Bash says about
1580         its current directory.
1582 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1584         * bindings.el (last-buffer): Move to simple.el.
1585         * simple.el (last-buffer): Move here.
1586         (get-next-valid-buffer): New function.
1587         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1588         (prev-buffer): Ditto.  Rename to `previous-buffer'.
1590         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1591         * bindings.el (global-map): Ditto.
1593 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
1595         * cus-edit.el: Introductory comment change.
1596         (custom-magic-alist): Change message string for the `rogue' state.
1598 2005-12-15  Richard M. Stallman  <rms@gnu.org>
1600         * tooltip.el: Delete defcustom variable :tag names.
1602         * complete.el (partial-completion-mode): Doc fix.
1604         * textmodes/flyspell.el (flyspell-external-point-words):
1605         Use save-excursion to ensure we don't move backward in the
1606         search loop, not even one character.
1607         (flyspell-delete-all-overlays): Use remove-overlays directly.
1609         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1610         (ispell-start-process): Set that variable.
1611         Clear ispell-buffer-local-name.
1612         (ispell-internal-change-dictionary):
1613         Set ispell-current-dictionary after killing process.
1614         (ispell-buffer-local-dict):
1615         Don't set spell-personal-dictionary after killing process.
1616         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1617         (ispell-tex-skip-alists, ispell-html-skip-alists)
1618         (ispell-skip-region-alist): Mark as risky.
1620         * net/newsticker.el (newsticker--retrieval-timer-list)
1621         (newsticker--display-timer, newsticker-running-p)
1622         (newsticker-ticker-running-p): Definitions moved up.
1624 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
1626         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1628 2005-12-15  David Ponce  <david@dponce.com>
1630         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1631         (recentf-edit-list, recentf-open-files): Signal an error when
1632         there is no recent file.
1634 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1636         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1637         read-only except for texinfo-format-region evaluation.
1639 2005-12-14  Richard M. Stallman  <rms@gnu.org>
1641         * vc.el (vc-default-previous-version, vc-default-next-version)
1642         (vc-do-command): Doc fixes.
1644 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1646         * textmodes/bibtex.el (bibtex-expand-strings)
1647         (bibtex-autokey-expand-string, bibtex-name-part)
1648         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1649         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1650         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1651         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1652         (bibtex-entry-postfix, bibtex-known-entry-type-re)
1653         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1654         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1655         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1656         (bibtex-beginning-of-last-entry): Remove.
1657         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
1658         message if comma is missing but buffer is read-only.
1659         (bibtex-parse-field-text): Handle whitespaces at the end of field
1660         text.  Return 3-element list with beginning and end of field text
1661         and end of field.
1662         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1663         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
1664         (bibtex-search-forward-field, bibtex-search-backward-field):
1665         Search always delimited by limits of entry.  Use more efficient
1666         search algorithms.
1667         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1668         bibtex-end-of-name-in-field.
1669         (bibtex-text-in-field-bounds): Handle BibTeX strings when
1670         extracting the content of a field.
1671         (bibtex-text-in-field): Use search limits.
1672         (bibtex-parse-string-prefix): Handle empty string keys based on
1673         bibtex-string-empty-key.
1674         (bibtex-parse-string): Fix docstring.
1675         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1676         (bibtex-preamble-prefix, bibtex-strings): New functions.
1677         (bibtex-skip-to-valid-entry): Include preceding whitespace in
1678         BibTeX entries (consistent with other BibTeX functions).
1679         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1680         (bibtex-search-entry): Fix docstring.  Simplify.
1681         (bibtex-flash-head, bibtex-complete-string-cleanup)
1682         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1683         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1684         (bibtex-parse-entry): New optional arg content.
1685         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1686         Use bibtex-text-in-field-bounds.
1687         (bibtex-print-help-message): Handle BibTeX strings and preambles.
1688         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1689         bibtex-parse-string-postfix.
1690         (bibtex-find-text-internal): New function.
1691         (bibtex-remove-delimiters): Use it.
1692         (bibtex-find-text): Use it.  New optional arg help.
1693         (bibtex-complete): Handle BibTeX string and preamble entries.
1694         (bibtex-Preamble): Fix order of closing delimiters.
1696 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * vc.el (vc-default-revert): New fun.
1700         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1702 2005-12-14  Romain Francoise  <romain@orebokech.com>
1704         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1705         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1706         (font-lock-remove-keywords): Likewise.
1708 2005-12-14  Juri Linkov  <juri@jurta.org>
1710         * log-view.el (log-view-diff): Doc fix.
1712         * isearch.el (isearch-query-replace): Use (mark) instead of
1713         isearch-opoint if mark is active in transient-mark-mode.
1715 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
1717         * isearch.el (isearch-query-replace): Check for isearch-other-end.
1719 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1721         * progmodes/cpp.el (cpp-face): New widget.
1722         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1724 2005-12-14  Juri Linkov  <juri@jurta.org>
1726         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1727         around `erase-buffer' and `insert'.
1729         * descr-text.el (describe-text-properties): Replace buffer name
1730         "*Help-2*" with "*Help*<2>".
1731         (describe-char): Add functions print-help-return-message,
1732         toggle-read-only.  Use help-setup-xref with nil to not store
1733         describe-char in help-xref-stack.  Use help-make-xrefs to
1734         make [back] button.
1736         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1738         * wdired.el (wdired-old-point): New internal variable.
1739         (wdired-change-to-wdired-mode): Set it buffer-locally.
1740         (wdired-abort-changes): Restore point after aborting changes.
1742 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * vc.el (vc-do-command): Add a new value t for okstatus.
1746         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1747         frame in case of errors.
1749 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1751         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1752         so it comes after "On the Left" in the menu.
1754 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
1756         * cus-edit.el (customize-apropos, customize-apropos-options)
1757         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
1759 2005-12-12  Bill Wohler  <wohler@newt.com>
1761         * vc-svn.el (vc-svn-registered): Fix problem of visiting
1762         non-writable Subversion-controlled files by saving window
1763         configuration before calling vc-do-command.  vc-do-command calls
1764         pop-to-buffer on error which is unexpected during registration.
1766 2005-12-12  Jay Belanger  <belanger@truman.edu>
1768         * calc/README: Update the summary of changes.
1770 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1772         * descr-text.el (describe-char): Rework last fix to solve the problem
1773         is the same way it's solved for everything else in that function
1774         (i.e. by extracting the info before setting up the *Help* buffer).
1776 2005-12-12  Kim F. Storm  <storm@cua.dk>
1778         * subr.el (version-regexp-alist): Allow space as separator before
1779         non-numeric part, e.g. "1.0 alpha".
1780         (version-to-list): Interpret .X.Y version as 0.X.Y version.
1782 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
1784         * textmodes/org.el (org-agenda, org-timeline, org-todo):
1785         Implement Logging and the keep-modes setting.
1786         (org-get-category): Make sure a string is returned.
1787         (org-log-done): New function.
1788         (org-log-done, org-closed-string): New options.
1790 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1792         * tooltip.el (tooltip-y-offset): Change default to 20.
1794 2005-12-12  Richard M. Stallman  <rms@gnu.org>
1796         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
1798         * frame.el (display-hourglass): Doc fix.
1800         * help.el (help-for-help-internal): Simplify entry for `a'.
1802         * info.el (Info-on-current-buffer): Doc fix.
1803         (info-insert-file-contents): Don't test (featurep 'jka-compr).
1805         * startup.el (inhibit-splash-screen): Make this the real name.
1806         (inhibit-startup-message): Make this the alias.
1807         (command-line): Find only simple.el, and use its directory
1808         to fill in other preloaded files' names.
1809         (command-line): Deactivate the mark if deactivate-mark is set.
1811         * international/mule.el (load-with-code-conversion):
1812         Bind deactivate-mark.
1814         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1816 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
1818         * cus-edit.el (customize-apropos): Avoid listing an option more
1819         than once under different aliases.  No longer list user options
1820         that are not defined with defcustom (unless a prefix arg is given).
1821         Doc fix.
1822         (customize-apropos-options): Doc fix.
1824 2005-12-11  Juri Linkov  <juri@jurta.org>
1826         * frame.el (set-background-color, set-foreground-color)
1827         (set-cursor-color, set-mouse-color, set-border-color):
1828         Add explicit prompts to read colors by `facemenu-read-color'.
1829         (show-trailing-whitespace, blink-cursor-delay)
1830         (blink-cursor-interval, display-hourglass, hourglass-delay):
1831         Remove tags.
1832         (display-hourglass, hourglass-delay): Doc fix.
1833         (cursor-in-non-selected-windows): Capitalize words in tag.
1835         * faces.el (frame-background-mode): Replace `choice-item' keywords
1836         with `const' to not make [default] button.  Change default value tag
1837         from `default' to `automatic'.  Doc fix.
1838         (trailing-whitespace) <defface>: Change group `whitespace' to
1839         `whitespace-faces'.
1841 2005-12-11  Richard M. Stallman  <rms@gnu.org>
1843         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1845 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1847         * term/mac-win.el: Create keymap for mac-apple-event-map.
1849 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
1851         * tooltip.el (tooltip-mode): Move to start of file so that it
1852         appears at top of customize buffer.
1854         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1855         Add the gud groupname.
1856         (gud-tooltip-mode): Add the tooltip groupname.
1857         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
1858         avoid conflict with tooltip-use-echo-area.
1860 2005-12-10  Romain Francoise  <romain@orebokech.com>
1862         * help.el (help-for-help-internal): Add `r' in doc string.
1864 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1866         * align.el (align-regexp, align-highlight-rule):
1867         Use region-beginning and region-end instead of point and mark, so that
1868         repetition (with `repeat-complex-command') recomputes the region
1869         bounds.
1871 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1873         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1874         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1875         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1876         (balance-windows): Rewrite using the above new functions.
1878 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
1880         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
1881         react if global-hi-lock-mode seems intended.
1882         (global-hi-lock-mode) Renamed from hi-lock-mode.
1883         (hi-lock-archaic-interface-message-used)
1884         (hi-lock-archaic-interface-deduce): New variables.
1885         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1886         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1887         (hi-lock-find-patterns, hi-lock-font-lock-hook):
1888         Replace hi-lock-buffer-mode with hi-lock-mode.
1890 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
1892         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1893         completion list, even after a partial completion has been
1894         inserted in the current buffer.  If there are more than 1
1895         completion, redisplay the *Completions* buffer; if the
1896         completion is unique, delete the *Completions* window.
1898 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
1900         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1901         strings and long subject lines that were broken into multiple
1902         lines at arbitrary places.  Handle subjects that have "Re: " in
1903         the middle.
1905 2005-12-10  John W. Eaton  <jwe@octave.org>
1907         * emacs/octave-mod.el (octave-electric-space): Don't indent
1908         comments or strings if octave-auto-indent is nil.
1910 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1912         * term/mac-win.el: Require url when compiling.
1913         Call mac-process-deferred-apple-events after loading init files.
1914         (mac-apple-event-map): New defvar.  Define event handlers in it.
1915         (core-event, internet-event): New Apple event class symbols.
1916         (open-application, reopen-application, open-documents)
1917         (print-documents, open-contents, quit-application)
1918         (application-died, show-preferences, autosave-now, get-url):
1919         New Apple event ID symbols.
1920         (about): New HICommand ID symbol.
1921         (mac-event-spec, mac-event-ae): New macros.
1922         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1923         (mac-ae-selection-range, mac-ae-text-for-search)
1924         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1925         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
1926         and Services menu events are now defined in mac-apple-event-map.
1927         (mac-drag-n-drop): Remove selection range handling.
1929 2005-12-10  Kenichi Handa  <handa@m17n.org>
1931         * simple.el (zap-to-char):
1932         * isearch.el (isearch-process-search-char): Translate CHAR by
1933         translation-table-for-input.
1935 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
1937         * foldout.el (foldout-exit-fold): Properly hide subtree.
1939 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1941         * files.el (save-buffer):
1942         * international/ucs-tables.el (ucs-set-table-for-input):
1943         * mail/mail-extr.el (mail-extract-address-components):
1944         * mail/sendmail.el (mail-mode): Reformat doc string.
1946 2005-12-09  Juri Linkov  <juri@jurta.org>
1948         * isearch.el (isearch-highlight): Change main overlay priority
1949         from 1 to 1001.  Simplify.
1950         (isearch-lazy-highlight-update): Change lazy overlay priority
1951         from 0 to 1000.
1953         * replace.el (replace-highlight): Change overlay priority from
1954         1 to 1001.
1956         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1957         Change overlay priority from 1 to 1001.  Reuse existing overlay.
1959         * compare-w.el (compare-windows-highlight): Change overlay
1960         priority from 1 to 1000.
1962         * menu-bar.el (menu-bar-edit-menu): Add listp around
1963         pending-undo-list to disable menu item "undo" when pending
1964         undo list is empty.
1966         * locate.el (locate): Disable undo in *Locate* buffer.
1968 2005-12-09  Kim F. Storm  <storm@cua.dk>
1970         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1972 2005-12-09  David Ponce  <david@dponce.com>
1974         * recentf.el: Improvement of the menu code.
1975         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
1976         instead of menu hook.
1977         (recentf-show-menu, recentf-hide-menu): New functions.
1978         (recentf-menu-customization-changed, recentf-mode): Use them.
1979         (recentf-menu-action, recentf-max-menu-items)
1980         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1981         (recentf-arrange-by-rule-others)
1982         (recentf-arrange-by-rules-min-items)
1983         (recentf-arrange-by-rule-subfilter) : Don't use
1984         `recentf-menu-customization-changed'.
1985         (recentf-arrange-rules): Likewise.  Accept functions to compute
1986         sub-menu titles.
1987         (recentf-menu-filter): Likewise.  Doc fix.
1988         (recentf-menu-value-shortcut): Doc fix.
1989         (recentf-dump-variable): Quote atom value.
1990         (recentf-make-menu-items): Update to use it as a menu filter.
1991         (recentf-match-rule): New function.
1992         (recentf-arrange-by-rule): Use it.
1993         (recentf-indirect-mode-rule): New function.
1994         (recentf-build-mode-rules): Use it.
1995         (recentf-dir-rule): New function.
1996         (recentf-arrange-by-dir): Use it.
1997         (recentf-filter-changer-current): Rename from
1998         `recentf-filter-changer-state'.  All references updated.
1999         (recentf-filter-changer-alist): Update filter names.
2000         (recentf-filter-changer-select): New function.
2001         (recentf-filter-changer): Use it.  Make a sub-menu from filters
2002         available in `recentf-filter-changer-alist'.
2003         (recentf-data-cache, recentf-clear-data)
2004         (recentf-update-menu): Remove.  All references updated.
2005         (recentf-match-rule-p, recentf-build-dir-rules)
2006         (recentf-filter-changer-goto-next)
2007         (recentf-filter-changer-get-current)
2008         (recentf-filter-changer-get-next): Remove.
2010 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
2012         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
2013         buffer "Reset" button to "Reset to Current" for consistency with
2014         the State buttons.
2016 2005-12-08  John Paul Wallington  <jpw@pobox.com>
2018         * ibuf-ext.el (define-ibuffer-filter filename):
2019         If `dired-directory' is a list then really use its car.
2021 2005-12-08  Kim F. Storm  <storm@cua.dk>
2023         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2024         Fix indention of text on right side of replaced rectangle.
2026 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
2028         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
2029         No need to check gud-comint-buffer is bound.
2030         (gdb): Prevent multiple debugging when first session uses gdba.
2032 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2034         CC Mode update to 5.31.
2036         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
2037         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
2038         might do this function properly in the future).
2040         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
2041         macros c-sentence-end and c-default-value-sentence end, to cope
2042         with Emacs 22's new function `sentence-end'.
2044 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2046         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
2047         compat issue using `c-put-overlay' and `c-delete-overlay'.
2049         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
2050         compat macros to handle overlays/extents.
2052 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2054         * progmodes/cc-fix.el: Add definitions of the macros push and pop
2055         (for GNU Emacs 20.4)
2057         * progmodes/cc-defs.el:
2058         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
2060         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
2061         highlighting mechanism so it will work in XEmacs too.
2063         * progmodes/cc-defs.el: Insert c-int-to-char.
2065         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
2066         call to the new macro c-int-to-char.  This solves XEmacs's
2067         regarding characters as different from integers.
2069 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2071         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
2072         helper.
2074         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
2075         construct to make the indirect face lookup work in XEmacs.
2077         (c-cpp-matchers): Append the negation char face to the existing
2078         fontification, so that the cpp face doesn't disappear.  Use
2079         `c-make-syntactic-matcher' to avoid negation chars in comments and
2080         strings.
2082         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
2083         to map to `font-lock-negation-char-face' in emacsen where it
2084         exists.
2086 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2088         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
2090         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
2091         Rename "c-subword-move-mode" as "c-subword-mode".
2093         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
2094         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
2096 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2098         * progmodes/cc-mode.el: Added autoload directive for
2099         `c-subword-move-mode' for use in older emacsen.
2101 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2103         * progmodes/cc-mode.el:
2104         (i) Insert a binding for C-c C-backspace into
2105         c-bind-special-erase-keys which works in TTYs.
2106         (ii) Make sure that when file styles are used, any explicitly
2107         given style variables take priority over those in the style.  Do
2108         this by calling `hack-local-variables' a second time.
2110         * progmodes/cc-vars.el: Add language specific customization
2111         widgets for AWK to c-doc-comment-style, c-require-final-newline
2112         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
2113         c-syntactic-element and c-syntactic-context doc-strings by
2114         directly setting their `variable-documentation' propery.  This
2115         allows Emacs 22.1 to read these with C-h v.
2117         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
2118         Monnier).
2120 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2122         * progmodes/cc-fonts.el, cc-vars.el
2123         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
2124         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
2125         Masatake YAMATO.
2127         (c-doc-comment-style): Made GtkDoc default in C mode.
2129         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
2130         and C-c C-<delete>.
2132         (c-bind-special-erase-keys): New function for use on
2133         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
2135         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
2136         <delete> key behavior in XEmacs according to `delete-forward-p'.
2137         C.f. `c-electric-delete'.
2139 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2141         * progmodes/cc-mode.el: Give c-hungry-backspace and
2142         c-hungry-delete-forward permanent key bindings.
2144         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
2145         c-syntactic-context for calls to "criteria functions", for
2146         consistency with other calls to user functions.
2148         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
2149         `current-prefix-arg', since this might be the prefix arg to a
2150         command which calls c-indent-command as a function.  Change the
2151         interactive spec from "p" to "P".
2153         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
2154         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
2155         was difficult to understand.
2157 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2159         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
2160         first char of an identifier.
2162         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
2163         +" syntax in C++.
2165 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2167         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
2168         auto-fill doesn't split a c-comment's last word from a hanging
2169         "*/" when a space is typed between them after fill-column.
2171         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
2173         * progmodes/cc-styles.el (c-set-style)
2174         (c-setup-paragraph-variables): Abort the command if we're not in a
2175         CC Mode buffer.
2177         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
2178         with blank comment-prefix, and a blank line as the comment's
2179         second line.
2181 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2183         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
2184         Incorporated the patterns added in the Emacs development branch
2185         for the new Emacs 22 face `font-lock-negation-char-face'.
2187         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
2188         of "red" since it stands out better in xterms and DOS terminals.
2190         * progmodes/cc-engine.el (c-literal-faces): Added
2191         `font-lock-comment-delimiter-face' which is new in Emacs 22.
2193 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2195         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
2196         forcibly enable c-electric-flag.
2198         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
2199         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
2200         just after the comment-prefix of a C-style comment will close that
2201         comment.
2203 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2205         * progmodes/cc-fonts.el (c-basic-matchers-before)
2206         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
2207         in Pike.
2209         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
2210         digraphs.
2212         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
2213         (c-cpp-message-directives, c-cpp-include-directives)
2214         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
2215         (c-cpp-expr-directives): Introduced new language constants to
2216         control cpp syntax in a cleaner way.
2218         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
2220         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
2222         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
2223         (c-multiline-string-start-char): New language constants and
2224         variables to specify how newlines in string literals work.
2226         (c-font-lock-invalid-string): Use them.
2228         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
2229         unbalanced close brace is entered.  Optimization by avoiding going
2230         back over arbitrarily large blocks.  Removed hints that this
2231         function only would be relevant/useful in AWK.
2233         (c-electric-brace): Indent syntactically after the cleanups since
2234         lineup functions might do it differently then.
2236         * progmodes/cc-engine.el, cc-langs.el
2237         (c-opt-op-identifier-prefix): New language constant and variable.
2239         (c-just-after-func-arglist-p, c-after-special-operator-id)
2240         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
2242         * progmodes/cc-align.el, cc-engine.el
2243         (c-after-special-operator-id): New helper to handle C++ operator
2244         identifiers.
2246         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
2247         (c-guess-basic-syntax): Handle C++ operator identifiers in
2248         declarations.
2250         * progmodes/cc-langs.el (c-assignment-operators): Added the
2251         trigraph version of ^= too.
2253         * progmodes/cc-langs.el (c-assignment-operators): Added the
2254         trigraph version of |= in C++.
2256         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
2257         `c-decl-hangon-kwds' after the identifier name.
2259         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
2260         whether an arglist is "nonempty", ignore a comment after the open
2261         paren if it isn't followed by a non-comment token on the same
2262         line.
2264         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
2265         heuristics below the point to cope with classes inside special
2266         brace lists in Pike.
2268 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2270         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
2272 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2274         * progmodes/cc-guess.el (cc-guess-install): New function to
2275         install an already guessed style in another buffer.
2277         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
2278         sets `inhibit-read-only' - `c-save-buffer-state' should be used
2279         anyway if the change always is undone.
2281 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2283         Implement togglable electricity:
2285         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
2286         saying when it should be used.
2288         * progmodes/cc-engine.el: Add the new buffer-local variable,
2289         c-electric-flag.
2291         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
2292         c-toggle-auto-newline.
2294         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
2295         c-toggle-auto-newline.  Remove the binding for
2296         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
2297         c-toggle-electric-state.
2299         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
2301         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
2302         c-\(forward\|backward\)-subword.
2303         (c-update-modeline): Add the new modeline flag `l' for
2304         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
2305         `l'.
2306         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
2307         the old name an alias of the new name.
2308         (c-toggle-electric-state): New function.
2309         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
2310         Adapt these functions to do electric things only when
2311         c-electric-flag is non-nil.
2312         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
2313         new functions from c-electric-brace.
2314         (c-point-syntax): Add a check for "virtual semicolons" in AWK
2315         mode, so that the tentative extra newline doesn't change the
2316         syntax of the following brace.
2317         (c-electric-brace): Restructure by extracting the above functions.
2318         Tidy up the coding somewhat.
2319         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2320         restructure a bit.
2322 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2324         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
2325         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
2326         idea.
2328         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
2329         (c-submode-indicators): Changed name from `c-auto-hungry-string'
2330         since it's now used to track another submode.
2332         (c-update-modeline): Converted to function and extended to check
2333         `c-subword-move-mode'.
2335         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2336         Converted to compat aliases for `c-forward-subword' and
2337         `c-backward-subword'.
2339         * progmodes/cc-subword.el: New functions and minor mode to handle
2340         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
2342         (c-forward-subword, c-backward-subword, c-mark-subword)
2343         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
2344         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
2345         Functions corresponding to the standard word handling functions.
2347         (c-subword-move-mode): Minor mode that replaces all the standard
2348         word handling functions with their subword equivalences.
2350 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2352         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
2353         entry for one-liner-defun.
2355         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
2356         name in its def-edebug-spec.
2358         * progmodes/cc-cmds.el (c-electric-brace): Make the
2359         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
2360         compacts space before a comment, if this will make things fit on
2361         one line.
2363         Introduce an "awk" style, mainly for auto-newline and clean-ups.
2365         * progmodes/cc-align.el: New function c-snug-1line-defun-close
2367         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
2368         clean-up one-liner-defun.
2370         * progmodes/cc-styles.el: Add the new "awk" style.
2372         * progmodes/cc-vars.el: Add description of one-liner-defun to
2373         c-cleanup-list's doc-string.  New user options,
2374         c-max-one-liner-length.  In c-default-style, set the default style
2375         for AWK to "awk".
2377 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2379         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
2380         macros inside labels.
2382         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
2383         `c-at-statement-start-p' and `c-at-expression-start-p'.
2385         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
2386         error if the mark isn't set.
2388         * progmodes/cc-engine.el (c-guess-continued-construct)
2389         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
2390         accurately detect functions inside functions.
2392         * progmodes/cc-engine.el (c-at-expression-start-p): New function
2393         like `c-at-statement-start-p' that additionally recognizes commas
2394         and expression parentheses as delimiters.
2396         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
2397         to avoid heuristics that doesn't work for unclosed blocks.
2399         (c-at-statement-start-p): New function.
2401         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
2402         Objective-C directives, e.g. directives spanning lines should work
2403         reasonably well now.
2405         (c-put-c-type-property, c-clear-c-type-property): New helpers.
2407         (c-forward-objc-directive): New function to move over any ObjC
2408         directive.
2410         (c-just-after-func-arglist-p, c-guess-basic-syntax)
2411         (c-basic-matchers-before): Use it.
2413         (c-font-lock-objc-iip-decl): Removed.
2415         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
2416         in the template arglist recognition.
2418         * progmodes/cc-styles.el (c-style-alist): Fixed several
2419         inconsistencies in the Whitesmith style.
2421         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
2422         New lineup function to get lines after Whitesmith style blocks
2423         correctly indented.
2425         (c-lineup-whitesmith-in-block): Backed out the compensation for
2426         opening parens since it's done using `add' lists in the style
2427         definition instead.  Don't use the anchor position since it varies
2428         too much between the syntactic symbols. :P
2430         * progmodes/cc-vars.el (c-valid-offset): Updated.
2432         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
2433         lists where the offsets are combined according to several
2434         different methods: `first', `min', `max', and `add'.  Report
2435         offset evaluation errors with `c-benign-error' so that some kind
2436         of reindentation still is done.
2438         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
2439         `arglist-intro' the same way as `arglist-cont-nonempty' and
2440         `arglist-close'.
2442         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
2443         situations for `arglist-cont-nonempty' and `arglist-close'.
2445         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
2446         constant.
2448         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
2449         cc-bytecomp-boundp' in a number of places.
2451         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
2452         macro related issue.
2454 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2456         * progmodes/cc-awk.el: Change the terminology of regexps: A char
2457         list is now [asdf], a char class [:alpha:].  Include code for char
2458         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
2459         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
2460         regexps.
2462         Remove (nearly all of) the cruft associated with AWK Mode's former
2463         concept of "virtual semicolons":
2465         Adapt c-beginning-of-statement, c-end-of-statement (together with
2466         subfunctions) to use the new notion of "virtual semicolon" in
2467         place of the old awkward special handling for AWK.  There remains
2468         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
2469         * progmodes/cc-cmds.el:
2470         (c-ascertain-adjacent-literal): In the backwards direction, now
2471         recognises AWK regexp delimiters as string delimiters.
2472         (c-after-statement-terminator-p): Adapt for virtual semicolons;
2473         check more rigorously for "end of macro".
2474         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
2475         virtual semicolons;
2476         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
2477         out the code for forward movement into ...
2478         (c-end-of-statement): Now contains the code for forward movement,
2479         adapted for virtual semicolons.
2481         * progmodes/cc-engine.el:
2482         (c-ws*-string-limit-regexp): New regexp.
2483         (c-forward-single-comment, c-backward-single-comment): Comment out
2484         the (now redundant) "special" AWK stuff.
2486         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
2487         c-string-par-start, c-string-par-separate to be more like Text
2488         Mode than Fundamental Mode.
2490 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2492         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2493         to the fontified region so that fontification doesn't occur
2494         outside it (could happen e.g. when fontifying a line with an
2495         unfinished declaration).
2497 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2499         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2500         moved to near the start of the file.  ^L now separate sections of
2501         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
2502         c-awk-blank-or-comment-line-re,
2503         c-awk-one-line-possibly-open-string-re,
2504         c-awk-regexp-one-line-possibly-open-char-class-re,
2505         c-awk-one-line-possibly-open-regexp-re,
2506         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
2507         c-awk-vsemi-status-unknown-p.
2509         Amend the concept of "virtual semicolons" (in the indentation
2510         engine) for languages like AWK, such that they are now
2511         conceptually attached to end of the last token of a statement, not
2512         the end of the line.  (In AWK Mode, however, the pertinent text
2513         property is still physically set on the EOL.)  Remove the specific
2514         tests for awk-mode, thus facilitating the introduction of other
2515         language modes where EOLs can end statements.  (Note: The
2516         funtionality in cc-cmds.el, specifically
2517         c-beginning/end-of-statement has yet to be amended.)
2519         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2520         c-vsemi-status-unknown-p.
2522         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2523         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
2524         c-vsemi-status-unknown-p-fn (in a new page).
2526         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2527         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2528         numerous awkward forms like
2529         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2530         with
2531         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
2532         variable before-ws-ip, the place just after char-before-ip
2533         appears.
2535         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2536         a comment.
2538 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2540         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2541         `c-tentative-buffer-changes'.
2543         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
2544         converted to macro to choose between Emacs and XEmacs at compile
2545         time.
2547         (c-set-region-active): New set counterpart to
2548         `c-region-is-active-p'.
2550         (c-tentative-buffer-changes): New macro to handle temporary buffer
2551         changes in a convenient way.
2553         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2554         for `c-tentative-buffer-changes'.
2556         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2557         the checks for paren sexps between the point and the keyword, to
2558         avoid some false alarms.
2560         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2561         Fixed a situation where an error could be thrown for unbalanced
2562         parens.  Changed to make use of c-keyword-member' to avoid some
2563         repeated regexp matches.
2565         (c-opt-lambda-key, c-opt-inexpr-block-key,
2566         c-opt-inexpr-class-key): These language variable are no longer
2567         necessary.
2569         (c-block-stmt-kwds): New language constant used by
2570         c-looking-at-inexpr-block'.
2572         (c-guess-basic-syntax): Removed an optional check that looked at
2573         the existence of the now removed language variables.
2575         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2576         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2577         object instantiation expressions as declarations in some contexts.
2578         This bug only affected languages where the declarator can't be
2579         enclosed in parentheses.
2581         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2582         insert newlines before and after substatement braces.
2584         * progmodes/cc-engine.el: Improved the heuristics for recognizing
2585         function declaration headers and the handling of C++ style member
2586         init lists.
2588         (c-just-after-func-arglist-p): Rewritten to use
2589         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
2591         (c-beginning-of-member-init-list): Removed since it isn't used
2592         anymore.
2594         (c-guess-basic-syntax): Case 5B adapted for the new
2595         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
2596         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2597         covers all cases now).
2599         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2601 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2603         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2604         c-string-par-start/separate c-sentence-end-with-esc-eol,
2605         initialised in c-setup-paragraph-variables, used in string
2606         scanning subroutines of c-beginning-of-statement.
2608         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
2609         which precedes the newly inserted `{'.
2611 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2613         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2614         function for declaration level blocks.  It should now cope with
2615         templates better and also be a lot more comprehensible.
2617         (c-looking-at-decl-block): The new function.
2619         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
2620         for compatibility.
2622         (c-add-class-syntax, c-guess-continued-construct,
2623         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2625         (c-decl-block-key): Changed to tell apart ambiguous and
2626         unambiguous keywords.  Pike specials are now handled directly in
2627         the code instead.
2629         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2630         language constants and variables to make the backward skip in
2631         `c-looking-at-decl-block' as tight as possible.
2633         (c-nonsymbol-token-char-list): New language constant.
2635         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2636         find balanced template arglists backwards.
2638         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2639         making char classes for `c-syntactic-skip-backward'.
2641         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2642         16D - can't be a class-close at that point.
2644         * progmodes/cc-engine.el (c-guess-basic-syntax)
2645         (c-add-class-syntax): Don't narrow out the enclosing declaration
2646         level.  This makes everything a lot easier, and it was actually
2647         only four small places that needed it to work.  Some places that
2648         previously did `widen' are removed now, which has the effect that
2649         `c-guess-basic-syntax' never will look at things outside the
2650         current narrowment now.  The anchor position for `topmost-intro'
2651         is affected by this, but it was so bogus it was basically useless
2652         before, and now it's equally bogus but in a slightly different
2653         way.
2655         (c-narrow-out-enclosing-class): Gone.
2657         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2658         the narrowed region.
2660         (c-least-enclosing-brace): Removed silly optional argument.
2662         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2663         the point could be left directly after an open paren when finding
2664         the beginning of the first decl in the block.
2666         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2667         Specify which submatch to use.
2669         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2671         (c-decl-start-re): No longer any need for special treatment of
2672         ObjC due to the above.
2674         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2675         presumably follows C in that regard.
2677         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2678         New language constants to specify operator tokens inside
2679         identifiers in a more high level way.
2681         (c-opt-identifier-prefix-key): New internal language constant.
2683         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
2684         (c-identifier-start, c-identifier-key): Now completely calculated
2685         from other constants.
2687         (c-identifier-last-sym-match): Decommissioned since it's no longer
2688         used.
2690         (c-operators): Use `c-identifier-ops'.  Documented
2691         `postfix-if-paren'.
2693         * progmodes/cc-engine.el (c-forward-name): Removed the
2694         optimization when c-identifier-key is equal to c-symbol-key since
2695         it doesn't work in byte compiled files.  Don't record empty
2696         regions as identifiers.
2698         * progmodes/cc-langs.el (c-filter-ops): New helper function to
2699         simplify access to `c-operators' and its likes.
2701         (c-operator-list, c-all-op-syntax-tokens)
2702         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
2703         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
2704         (c-primary-expr-regexp, c-cast-parens): Use it.
2706         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2707         an explicit language in functions.
2709         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2710         variant of adornment.
2712         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2713         variable.
2715         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2716         the Pike value.
2718         * progmodes/cc-engine.el (c-on-identifier)
2719         (c-simple-skip-symbol-backward): Small fix for handling "-"
2720         correctly in `skip-chars-backward'.  Affected the operator lfun
2721         syntax in Pike.
2723         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2724         diagnostic message about precompiled language vars not being used.
2726         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2727         "__attribute__" is followed by a parenthesis.
2729         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
2730         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2731         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2733         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2734         cleanups to properly detect the declared identifiers in various
2735         declarations.
2737         (c-decl-start-kwds): New language constant to recognize
2738         declarations that can start anywhere.  Used for class declarations
2739         in Pike.
2741         (c-specifier-key, c-not-decl-init-keywords)
2742         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
2743         (c-find-decl-spots): Implement `c-decl-start-kwds'.
2745         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
2746         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2747         handling of the compiler specific extension keywords into a new
2748         language constant `c-decl-hangon-kwds' that defines keyword
2749         clauses to be ignored in declarations.
2751         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2752         past unrecognized tokens when handling `c-colon-type-list-kwds'.
2753         Necessary to stop at the declared identifier in e.g. IDL valuetype
2754         declarations.
2756         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
2757         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
2758         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
2759         (c-forward-decl-or-cast-1): Recognize the declared identifier in
2760         class and enum declarations as such and not as part of the type.
2762         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
2763         interpretation of PRECEDING-TOKEN-END when there's no preceding
2764         token.
2766         (c-forward-decl-or-cast-1): Don't disregard sure signs of
2767         declarations when there's some syntax error later on.
2769         (c-complex-decl-matchers): Did away with a reference to
2770         `c-specifier-key'.
2772         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
2773         value - this variable is always dynamically bound.
2775         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
2776         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
2777         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
2778         functions that might do hidden buffer changes: All such internal
2779         functions are now marked instead of those that don't.
2781         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
2782         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
2783         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
2784         (c-literal-type): Allow these functions to make hidden buffer changes,
2785         so that they are free to use text property caching later on.
2787         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
2788         (c-electric-brace, c-electric-slash, c-electric-star)
2789         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
2790         (c-electric-paren, c-electric-continued-statement, c-indent-command)
2791         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
2792         (c-context-line-break): Added `c-save-buffer-state' calls to comply
2793         with the changed semantics of the functions above.
2795         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
2796         when macros occur in obscure places.  Optimized the sexp movement
2797         a bit.
2799 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2801         Enhancements for c-beginning-of-statement to work in AWK Mode:
2803         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
2804         (completed statement) with `}' (statement completed by closing
2805         brace or semicolon) and `$' (statement completed by EOL).
2807         (c-awk-virtual-semicolon-ends-prev-line-p)
2808         (c-awk-virtual-semicolon-ends-line-p)
2809         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
2810         (c-awk-at-statement-end-p): New functions.
2812         * progmodes/cc-cmds.el: Simplify the structure of functions
2813         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
2814         two functions and c-beginning-of-statement to handle AWK Mode.
2816         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
2817         c-backward-single-comment for AWK mode.  Attempt to clarify their
2818         doc-strings.
2820         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
2822 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2824         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
2825         label handling.  Labels are now recognized in a uniform and more
2826         robust way, regardless of context.  Text properties are put on all
2827         labels to recognize the following declarations better.  Multiword
2828         labels are handled both in indentation and fontification for the
2829         benefit of language extensions like Qt.  For consistency, keywords
2830         in labels are now fontified with the label face instead.  That
2831         also applies to "case" and "default".
2833         (c-beginning-of-statement-1): Fixed some bugs in the label
2834         handling.  Disregard `c-nonlabel-token-key' in labels that begin
2835         with `c-label-kwds'.
2837         (c-find-decl-spots): Support that the callback adds more
2838         `c-decl-end' spots to find.
2840         (c-forward-decl-or-cast-1): Don't treat a list of plain
2841         identifiers followed by a colon as a declaration.
2843         (c-forward-label): New function to recognize labels.
2845         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2846         `c-forward-label'.  Moved the label recognition cases (14 and 15)
2847         earlier since they aren't so context sensitive now.  Handle labels
2848         on the top level gracefully.  Moved access label recognition to
2849         the generic label case (CASE 15) - removed CASE 5E.
2851         (c-font-lock-declarations): Added recognition of labels in the
2852         same round since we need to handle labels in parallell with other
2853         declarations to recognize both accurately.  It should also improve
2854         speed.
2856         (c-simple-decl-matchers, c-basic-matchers-after): Moved
2857         `c-font-lock-labels' so that it only is used on decoration level 2
2858         since `c-font-lock-declarations' handles it otherwise.
2860         (c-complex-decl-matchers): Removed the simplistic recognition of
2861         access labels.
2863         (c-decl-prefix-re): Removed the kludges that was necessary to cope
2864         with labels earlier.
2866         (c-decl-start-re): New language variable to make
2867         `c-font-lock-declarations' stop for the special protection labels
2868         in Objective-C that start with `@'.
2870         (c-label-key): Removed since it's no longer used.
2872         (c-recognize-colon-labels, c-label-prefix-re): New language
2873         constants to support recognition of generic colon-terminated
2874         labels.
2876         (c-type-decl-end-used): `c-decl-end' is now used whenever there
2877         are colon terminated labels.
2879         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2880         first argument starts with a special brace list.
2882         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
2883         (c-font-lock-declarations): Broke out the declaration and cast
2884         recognition from `c-font-lock-declarations' to a new function, so
2885         that it can be used in the indentation engine.
2887         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2888         up to the start of the literal.  Fixed bug with the point on the
2889         wrong side of the search limit that could happen when the start
2890         position is inside a literal.
2892         * progmodes/cc-engine.el (c-parse-state)
2893         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2894         so that it's kept a little bit back to increase the hit rate.
2896         (c-parse-state): Changed the macro handling and fixed some
2897         glitches.  Macro context is checked more often than necessary now,
2898         but otoh less garbage conses are generated.
2900         * progmodes/cc-engine.el (c-parse-state)
2901         (c-invalidate-state-cache): Cache the last position where
2902         `c-state-cache' applies.  This can speed up refontification quite
2903         a bit in blocks where there are many non-brace parens before the
2904         point.
2906         (c-state-cache-end): New variable for this.
2908         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2909         cache variable.
2911         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2912         get close initial continue positions when the start position is
2913         inside a literal or macro.  Do not call the callback for spots
2914         before the start position (which can happen e.g. for `c-decl-end'
2915         spots inside comments).  Optimize better in special cases when the
2916         region is a single line inside a literal or macro (typically when
2917         the current line is refontified).
2919         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2920         to `c-add-stmt-syntax' - there's no need to explicitly whack off
2921         entries from the paren state.
2923         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2924         special case for "else if" clauses.
2926         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
2927         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2929         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2930         language variable to recognize the gcc extension with statement
2931         blocks inside expressions.
2933         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2934         it somewhat more comprehensible.  The argument AT-BLOCK-START is
2935         no longer used and hence removed.
2937         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2938         to `c-add-stmt-syntax'.
2940         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2941         `c-beginning-of-statement-1' instead of duplicating parts of it.
2942         This fixes bogus label recognition.
2944         * progmodes/cc-engine.el (c-add-type, c-check-type)
2945         (c-forward-name, c-forward-type): Improved storage of template
2946         types in `c-found-types' so that they can be recognized better.
2948         (c-syntactic-content): Added option to skip past nested parens.
2950         * progmodes/cc-engine.el (c-forward-name): Set
2951         `c-last-identifier-range' all the time.  It's less work that way.
2952         Handle that there might not be an identifier to store in
2953         `c-last-identifier-range'.
2955         (c-forward-type): Handle that `c-last-identifier-range' might be
2956         nil from `c-forward-name'.
2958         * progmodes/cc-defs.el (c-safe-scan-lists)
2959         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2961         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2962         to work even if the form fails.
2964         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2965         down in a large file in one go.
2967         (c-get-fallback-start-pos): New helper function for
2968         `c-parse-state'.
2970         * progmodes/cc-align.el (c-lineup-assignments): New lineup
2971         function which is like `c-lineup-math' but returns nil instead of
2972         `c-basic-offset' when it doesn't match.
2974         (c-lineup-math): Changed to use `c-lineup-assignments'.
2976 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2978         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2979         c-beginning-of-statement.  New subfunctions
2980         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2982 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2984         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2985         hardcoded char classes whereever possible.  Changed a couple of
2986         places to use skip by syntax instead of skip by char class.
2988         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2989         Fixed a bug in the regexp that caused extreme backtracking.
2991         * progmodes/cc-langs.el (c-block-comment-starter)
2992         (c-block-comment-ender): New language constants to specify in a
2993         single place how block comments look.
2995         (c-comment-start-regexp, c-block-comment-start-regexp)
2996         (comment-start, comment-end, comment-start-skip)
2997         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
2998         (c-syntactic-ws, c-nonempty-syntactic-ws)
2999         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
3000         `c-line-comment-starter', `c-block-comment-starter' and
3001         `c-block-comment-ender'.
3003         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
3004         New language constants to break up things a bit.
3006         (c-simple-ws): New language constant for simple whitespace.
3008         * progmodes/cc-defs.el (c-concat-separated): New convenience
3009         function.
3011         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
3012         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
3013         newlines.  Allow and ignore nil elements in the list.
3015 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3017         * progmodes/cc-cmds.el: Comment out a (n almost certainly
3018         superfluous) check, (eq here (point-max)) in
3019         c-beginning-of-statement.
3021         * progmodes/cc-cmds.el: Tidy up the comments in
3022         c-beginning-of-statement and subfunctions.
3024         * progmodes/cc-awk.el: Replace calls to put-text-property to the
3025         more flexible c-put-char-property and c-clear-char-properties.
3026         Add the author's email address.
3028         * progmodes/cc-langs.el: New variable,
3029         c-block-comment-start-regexp.
3031         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
3032         closing "*/" of a block comment.
3034         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
3035         subfunctions) so that it works at BOB and EOB.
3037         * progmodes/cc-cmds.el, cc-vars.el: More updating of
3038         c-beginning-of-statement, including new variable
3039         c-block-comment-start-regexp.
3041 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3043         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
3044         symbols from `*-font-lock-extra-types' so that there's no need to
3045         use `regexp-opt' on those lists.
3047         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
3048         `c-type-modifier-kwds' is empty.
3050         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
3051         there are several strings on the same line.
3053         * progmodes/cc-engine.el (c-literal-limits): Removed the
3054         compatibility function for older emacsen.  `c-literal-limits-fast'
3055         has now taken the place of this function.
3057         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
3058         with older emacsen: We now require `pps-extended-state'.
3060 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3062         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
3063         which obviates the need to hack sentence-end.  This now handles
3064         escaped newlines in strings correctly.  Correct minor bugs in
3065         c-move-over-sentence and in c-beginning-of-statement.
3067         * progmodes/cc-cmds.el (c-beginning-of-statement (and
3068         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
3069         that movement over macros and code are rigorously separated from
3070         eachother.  Correct a few incidental bugs.
3072         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
3073         Improve its doc-string.  Improve the handling of certain specific
3074         cases.
3076 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3078         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
3079         (c-guess-basic-syntax): Changed the way class-level labels are
3080         recognized; they can now contain essentially any symbols.
3082         (c-opt-extra-label-key): New language variable to cope with the
3083         special protection label syntax in Objective-C.
3085         (c-opt-access-key): Removed; this is now handled better by
3086         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
3088         (c-complex-decl-matchers): Update to handle that
3089         `c-opt-access-key' no longer exists.
3091         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
3092         improved label recognition in `c-beginning-of-statement-1'.
3094         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3095         Recognize bitfields better.
3097         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
3098         Removed some cruft and fixed a bug that could cause it to go to a
3099         position further down.
3101         * progmodes/cc-langs.el, cc-engine.el
3102         (c-beginning-of-statement-1): Improved detection of labels in
3103         declaration contexts.
3105         (c-beginning-of-decl-1): Use it.
3107         (c-nonlabel-token-key): New language constant and variable needed
3108         by `c-beginning-of-statement-1'.
3110         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
3111         manifested itself due to the correction in `c-forward-sexp'.
3113         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
3114         these behave as documented when used at the buffer limits.
3116         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
3117         (c-type-decl-end-used): Made this a language variable.
3119         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
3120         correctly when `combine-after-change-calls' is used together with
3121         temporary narrowings.
3123         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
3124         labels correctly when the start point is immediately after the
3125         colon.
3127         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
3128         since it isn't used anymore.
3130         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
3131         bracket arglists such as template parens in C++.
3133         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
3134         in the last check-in.  Some optimization.
3136         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
3137         where it could stop at the same level in a preceding sexp when
3138         PAREN-LEVEL is set.
3140         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
3141         text property lookup only when it's needed.
3143         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
3144         Changed the policy for paren marked angle brackets to be more
3145         persistent; once marked they remain marked even when they're found
3146         to be unbalanced in the searched region.  This should keep the
3147         paren syntax around even when individual lines are refontified in
3148         multiline template arglists.
3150         (c-parse-and-markup-<>-arglists): New dynamically bound variable
3151         to control markup so that incorrect angle bracket arglists aren't
3152         marked in contexts where the correct value for
3153         `c-disallow-comma-in-<>-arglists' isn't known.
3155         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
3156         argument has become `c-parse-and-markup-<>-arglists'.
3158         (c-remove-<>-arglist-properties): Removed - no longer used.
3160         (c-after-change-check-<>-operators): New function used on
3161         `after-change-functions' to avoid that "<" and ">" characters that
3162         are part of longer operators have paren syntax.
3164         (c-<>-multichar-token-regexp): New language variable used by
3165         `c-after-change-check-<>-operators'.
3167         (c-after-change): Call `c-after-change-check-<>-operators'.
3169         (c-font-lock-<>-arglists): Use the context properties set by
3170         `c-font-lock-declarations' to set
3171         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
3172         markup.
3174         (c-font-lock-declarations): Removed code that undoes the invalid
3175         markup done by `c-font-lock-<>-arglists'.
3177         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
3178         after `c-font-lock-declarations'.
3180         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
3181         paren-level feature.
3183         (c-guess-basic-syntax): Improved the anchor position for
3184         `template-args-cont' in nested template arglists.  There's still
3185         much to be desired in this area, though.
3187 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3189         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
3190         Make the "Text Filling and Line Breaking" commands work for AWK
3191         buffers.
3193 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3195         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
3196         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
3198         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
3199         it doesn't work no longer are supported.
3201         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
3202         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
3203         requires support for the syntax-table' text property, which rules
3204         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
3205         cruft associated with those versions.
3207         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
3208         for the `syntax-table' text property, which rules out Emacs 19 and
3209         XEmacs < 21.4.  Removed various compatibility cruft associated
3210         with those versions.
3212         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
3213         support for the `syntax-table' text property.
3215         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
3216         variable and use an extra quoted face name instead.  All the
3217         emacsen flavors handle that correctly.
3219         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
3220         (c-font-lock-declarators, c-font-lock-declarations)
3221         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
3222         property to mark the items in in declarator lists to handle
3223         refontification inside multiline declarations better.
3225         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
3226         construct like "a * b = c;" as a declaration.
3228 2005-12-08  Kim F. Storm  <storm@cua.dk>
3230         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
3231         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
3232         select either meta, hyper, or super modifier for rectangle commands.
3233         (cua--rectangle-modifier-key): New defvar.
3234         (cua--M/H-key): Use it.  Remove special case for `space'.
3235         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
3236         on X, to meta otherwise.  Always bind C-return to toggle
3237         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
3239         * emulation/cua-rect.el (cua-help-for-rectangle): Use
3240         cua--rectangle-modifier-key.  Handle super modifier too.
3241         (cua--init-rectangles): Always bind C-return to toggle rectangle.
3242         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3244         * ido.el: Move Acknowledgements and History after Commentary.
3245         Minor changes to Commentary.
3247         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
3248         keymap if cua--prefix-override-timer is `shift'.
3249         (cua--shift-control-prefix): New function; emulate "type prefix
3250         key twice" functionality to handle shifted prefix key override.
3251         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
3252         commands.
3253         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
3255 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
3257         * textmodes/org.el (org-insert-heading): Try to do items before
3258         headings.
3259         (org-agenda-mode): Quote `org-agenda-mode-hook'.
3260         (org-insert-item): New function.
3261         (org-renumber-ordered-list): Don't skip to higher level lists.
3263 2005-12-08  Juri Linkov  <juri@jurta.org>
3265         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
3267         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
3269         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
3271         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
3272         the constructed function name fun-1.
3274         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
3275         because such links don't lead to parent documentation.
3277 2005-12-08  Kenichi Handa  <handa@m17n.org>
3279         * descr-text.el (describe-char): Use *Help-2* buffer if the
3280         current buffer is *Help*.  Call describe-text-properties while
3281         setting the original buffer.
3283 2005-12-07  Bill Wohler  <wohler@newt.com>
3285         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
3286         and causes problems with non-MH users (such as Gnus users).
3288 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
3290         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
3291         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
3292         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
3293         command "info sources".  Move calls to GDB command "list".
3294         (gdb-find-file-hook): Just use gdb-source-file-list.
3295         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
3296         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
3297         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3298         (gdb-data-list-register-values-handler): Use correct trigger name.
3300 2005-12-07  Kim F. Storm  <storm@cua.dk>
3302         * ido.el (ido-completion-map): Rename from ido-mode-map.
3303         (ido-common-completion-map, ido-file-completion-map)
3304         (ido-file-dir-completion-map, ido-buffer-completion-map):
3305         Rename from ido-mode-....-map.
3306         (ido-init-completion-maps): Rename from ido-init-mode-maps.
3307         (ido-setup-completion-map): Rename from ido-define-mode-map.
3308         (ido-read-internal): Bind minibuffer-local-filename-completion-map
3309         to ido-completion-map.
3311 2005-12-07  Kenichi Handa  <handa@m17n.org>
3313         * international/mule-cmds.el
3314         (set-display-table-and-terminal-coding-system): If the coding
3315         system specified in `unibyte-display' property is different from
3316         the arg coding-system, don't setup standard-display-table.
3318 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3320         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
3321         that comments end at \n, regardless of selective-display.
3323 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
3325         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
3326         (gdb-version): New variables.
3327         (gdb-source-file-list, gdb-register-names)
3328         (gdb-changed-registers): New variables for use with GDB 6.4+.
3329         (gdb-ann3): Replace with...
3330         (gdb-init-1, gdb-init-2): ...two new functions.
3331         (gdba, gdb-prompt): Call gdb-init-1.
3332         (gdb-get-version): New function.  Call gdb-init-2 from here.
3333         (gud-watch): Make it work with mouse events too.
3334         (gdb-post-prompt): Don't add to queue until GDB version is known.
3335         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
3336         (gdb-locals-mode): Use gdb-version.
3337         (gdb-memory-format-map, gdb-memory-unit-map)
3338         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
3339         (gdb-locals-font-lock-keywords-1)
3340         (gdb-locals-font-lock-keywords-2): New variables.
3341         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
3342         (gdb-set-gud-minor-mode-existing-buffers-1)
3343         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
3344         (gdb-var-update-1, gdb-var-update-handler-1)
3345         (gdb-data-list-register-values-handler)
3346         (gdb-data-list-register-values-custom)
3347         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
3348         (gdb-stack-list-locals-handler, gdb-get-register-names):
3349         New functions for use with GDB 6.4+.
3350         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
3351         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
3352         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
3353         (gdb-stack-list-locals-regexp)
3354         (gdb-data-list-register-names-regexp): New regexps for use with
3355         GDB 6.4+.
3357 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3359         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
3361 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
3363         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
3364         prompts work for AUTH PLAIN.  Also reported by Steve Allan
3365         <seallan@verizon.net>.
3367 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3369         * frame.el (set-frame-parameter): Add doc string.
3371 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
3373         * textmodes/org.el (org-occur-highlights): New variable.
3374         (org-highlight-new-match, org-remove-occur-highlights): New functions.
3375         (org-highlight-sparse-tree-matches): New option.
3376         (org-do-occur): New function.
3377         (org-get-heading): Make it work also at beginning of line.
3378         (org-category-table): New variable.
3379         (org-get-category-table, org-get-category)
3380         (org-camel-to-words, org-link-search): New functions.
3381         (org-select-this-todo-keyword): New variable.
3382         (org-todo-list): New command.
3383         (org-shiftright, org-shiftleft): New commands.
3384         (org-agenda-todo): Add prefix argument.
3385         (org-show-hierarchy-above): New option.
3386         (org-show-todo-tree): Numerical prefix creates tree for specific
3387         TODO keyword.
3388         (org-outline-level): New function, to assign a level to plain
3389         lists items.
3390         (org-cycle-include-plain-lists): New option.
3391         (org-mode): Use `org-outline-level' as value of `outline-level'.
3392         (org-cycle): Temporarily switch `outline-regexp' if
3393         `org-cycle-include-plain-lists' is non-nil.
3394         (org-start-icalendar-file): Fix format bug.
3395         (org-agenda-get-day-entries): Create category table.
3396         (org-agenda-get-todos, org-agenda-get-timestamps)
3397         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3398         (org-agenda-get-blocks): Use `org-get-category'.
3399         (org-context-in-file-links): Rename from
3400         `org-line-numbers-in-file-links'.
3402 2005-12-06  Romain Francoise  <romain@orebokech.com>
3404         * window.el (balance-windows): Delete extraneous third arg in call
3405         to `enlarge-window'.
3407 2005-12-06  Kenichi Handa  <handa@m17n.org>
3409         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
3411 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
3413         * progmodes/gdb-ui.el (gdb-var-create-handler)
3414         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
3415         (gdb-var-list-children-handler, gdb-var-update-handler):
3416         Current buffer is already gdb-partial-output-buffer, don't
3417         make it current again.
3419 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
3421         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
3422         (list-buffers-noselect): Use it.
3424 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3426         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
3427         (mail-yank-ignored-headers): Use regexp-opt.
3428         (mail-mode-map): Move initialization into declaration.
3429         (mail-sent-via): Remove unused shadowed var `to-line'.
3430         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
3431         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
3432         (mail-do-fcc): Use dolist and push.
3433         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
3434         (mail-yank-ignored-headers): Don't autoload.
3436 2005-12-05  Kenichi Handa  <handa@m17n.org>
3438         * international/mule-cmds.el (set-language-info-internal): New fun.
3439         (set-language-info): Call set-language-info-internal to update
3440         language-info-alist.  If LANG-ENV is the current one, call
3441         set-language-environment to make INFO effective now.
3442         (set-language-info-alist): Likewise.
3443         (locale-language-names): With locale "en", use English
3444         lang. env. but set the default codings to iso-8859-1.
3446 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
3448         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
3449         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
3450         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
3451         for plain strings.
3452         (gdb-frames-mode): Remove redundant call to font-lock-mode.
3453         (gdb-all-registers): Rename from toggle-gdb-all-registers.
3454         Create registers buffer if necessary.  Echo new state in minibuffer.
3455         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
3457 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
3459         * info.el (Info-fontify-node): Match external links using
3460         non-directory part of filename.
3462 2005-12-04  Juri Linkov  <juri@jurta.org>
3464         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
3465         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
3466         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
3467         because there is no customization option for it.
3469         * font-lock.el (lisp-font-lock-keywords-1):
3470         Add define-global-minor-mode.
3472         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
3474         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
3475         properties on the constructed variable names.
3477         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3478         Put `definition-name' properties on the constructed function names
3479         next-sym and prev-sym.
3481         * emacs-lisp/find-func.el (find-function-regexp):
3482         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
3483         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
3484         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
3485         and easy-menu-define.
3487         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
3488         easy-mmode-define-global-mode and define-global-minor-mode.
3489         (lisp-imenu-generic-expression): Add define-global-minor-mode.
3491         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3492         instead of easy-mmode-define-global-mode.
3494         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3495         Use define-minor-mode instead of easy-mmode-define-minor-mode.
3497         * cus-edit.el (customize-group, customize-group-other-window):
3498         Filter out autoloaded options from the group completion list by
3499         using heuristics that autoloaded groups don't have `custom-autoload'
3500         property on their symbols (they have only `custom-loads').
3502         * simple.el (completion-setup-function): Put completions-common-part
3503         face on complete completion string too (i.e. completion string
3504         without completions-first-difference face).
3506         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3508 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
3510         * view.el (view-mode): Doc fix.
3512         * disp-table.el (standard-display-european): Add to the warning
3513         message a reference to the doc string.
3515         * play/yow.el (apropos-zippy): Call print-help-return-message,
3516         similar to other Help and Apropos commands.
3518         * help.el (print-help-return-message): If pop-up-frames is
3519         non-nil, set up help-return-method to delete the help window and,
3520         possibly, its frame as well, and don't display message about
3521         scrolling the help window.  Doc fix.
3522         (help-return-method): Doc fix.
3524 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3526         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3527         whereby names of length one or names starting with a
3528         symbol-constituent character would not be returned.
3530 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3532         * subr.el (atomic-change-group): Add edebug and indentation spec.
3534 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3536         * completion.el (save-completions-file-name): Fix typo in last change.
3538 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3540         * info.el: Move back/forward history to the beginning of the tool bar.
3542 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
3544         * allout.el (eval-when-compile): Remove unnecessary load of cl.
3545         Add fset of allout-real-isearch-abort during compile to fix
3546         byte-compilation warnings.
3547         (allout-mode-p): Move definition of this macro above all uses, or
3548         byte compilation in barren emacs (eg, during emacs build) will
3549         lack the definition.
3550         (allout-mode): Move this variable above any uses, or byte
3551         compilation will fail.
3552         (allout-resolve-xref): Remove use of personal file-reference function.
3553         (allout-toggle-current-subtree-encryption): Do the current (ie,
3554         visible containing) topic, rather than nearest around point.  Doc fix.
3555         (allout-toggle-subtree-encryption): New function, workhorse that
3556         works on nearest topic containing point.
3557         (allout-encrypt-string): Signal requirement for newer version of pgg.
3558         (allout-resumptions): Doc fix.
3560 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
3562         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3564 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
3566         * textmodes/flyspell.el (flyspell-external-point-words):
3567         Consider a misspelling as found in the string search if: (a) misspelling
3568         and found string lengths match, or (b) misspelling is found as
3569         element in a boundary-chars separated longer string, or (c)
3570         ispell-program-name is really ispell and misspelling is found as
3571         part of a TeX string.  After successful match move beginning of
3572         search region to end of match.  Warn about not found misspellings
3573         once the process is done.
3574         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3576 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
3578         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3579         tool bar (removed inadvertently).
3581 2005-12-02  Juri Linkov  <juri@jurta.org>
3583         * log-view.el (log-view-diff): Clarify doc string.
3585 2005-12-01  Bill Wohler  <wohler@newt.com>
3587         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3588         triggers lm-verify errors.
3590 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3592         * simple.el (transient-mark-mode, line-number-mode)
3593         (column-number-mode, size-indication-mode): Remove `:require nil'.
3595 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
3597         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3598         in the margin also.
3599         (gdb-breakpoints-mode-map): Use D instead of d for
3600         gdb-delete-breakpoint.
3601         (gdb-get-frame-number): Require a number to match on.
3602         (gdb-threads-mode-map): Add follow-link binding.
3604 2005-11-30  Jason Rumney  <jasonr@gnu.org>
3606         * isearch.el (isearch-mode-map): Avoid exiting search on
3607         language-change event.
3609 2005-11-30  Romain Francoise  <romain@orebokech.com>
3611         * speedbar.el (speedbar-default-position): New defcustom.
3612         (speedbar-frame-reposition-smartly): Use it.
3614         * dframe.el (dframe-reposition-frame-emacs): Fix position
3615         computation for `left' location.
3616         Update copyright year.
3618 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * help.el (help-map): Move initialization into declaration.
3622         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3624         * help-fns.el (help-argument-name): Don't autoload.
3625         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3626         to be re-loaded when customizing the `help' group.
3628 2005-11-30  John Paul Wallington  <jpw@gnu.org>
3630         * help-fns.el (describe-function-1): Fill arglist output.
3632 2005-11-30  Kim F. Storm  <storm@cua.dk>
3634         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3635         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3636         after revert-buffer (or anything else which kills all local variables).
3638         * apropos.el (apropos-parse-pattern): Doc fix.
3639         Set apropos-regexp directly, rather than expecting callers to do so.
3640         (apropos-command, apropos, apropos-value, apropos-documentation):
3641         Simplify calls to apropos-parse-pattern.
3643 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3645         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3646         (hi-lock-face-phrase-buffer): Use hi-yellow face.
3647         (hi-lock-write-interactive-patterns): Use comment-region.
3649         * longlines.el (longlines-mode): Add mail-setup-hook.
3651         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3653         * simple.el (sendmail-user-agent-compose, next-line):
3654         Conditionally use hard-newline.
3656 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3658         * international/latexenc.el (latex-inputenc-coding-alist):
3659         Reword doc string.
3661 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3663         * help.el (describe-key-briefly, describe-key): Recognize default
3664         bindings.
3666 2005-11-29  Romain Francoise  <romain@orebokech.com>
3668         * view.el (view-inhibit-help-message): New defcustom.
3669         (view-mode-enter): Use it.
3671 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
3673         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3674         Preserve user position.
3676 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
3678         * font-lock.el: Throw error if facemenu is not loaded to prevent
3679         accidental change of loading order in loadup.el.  (Suggested by RMS.)
3681         * loadup.el: Add comment explaining why facemenu must be loaded
3682         before font-lock.
3684 2005-11-28  Jay Belanger  <belanger@truman.edu>
3686         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3687         (calc-dispatch-map): Add more keys for `calc-same-interface'.
3689         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3691         * calc/calc-embed.el (calc-do-embedded): Update help message.
3693         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3695 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3697         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3699         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3700         called-interactively-p.
3701         (elp-profilable-p): Rename from elp-not-profilable-p.
3702         Invert result and take into account macros and autoloaded functions.
3703         (elp-instrument-function): Update call.
3704         (elp-instrument-package): Update call.  Add completion.
3705         (elp-pack-number): Use match-string.
3706         (elp-results-jump-to-definition-by-mouse): Merge into
3707         elp-results-jump-to-definition and then remove.
3708         (elp-output-insert-symname): Make help echo text single-line.
3710         * replace.el (query-replace-map): Move initialization into declaration.
3711         (occur-engine): Use with-current-buffer.
3712         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3713         (occur-mode-mouse-goto): Replace with an alias.
3715 2005-11-28  Juri Linkov  <juri@jurta.org>
3717         * simple.el (quoted-insert): Let-bind input-method-function to nil.
3719         * term/w32-win.el: Bind [S-tab] to [backtab].
3721         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3722         `Info-find-file' to t.
3724         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3725         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3726         and same-window-regexps.
3727         (occur-next-error): Don't move point for arg 0.
3729 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
3731         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3733 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3735         * log-edit.el (log-edit-changelog-use-first): New var.
3736         (log-edit-changelog-ours-p): Use it.
3737         (log-edit-insert-changelog): Set it with new arg `use-first'.
3738         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3739         (log-edit-hook): Add them to the list of suggested options.
3741         * textmodes/flyspell.el (flyspell-last-buffer): New var.
3742         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3743         redundant work.
3744         (flyspell-mode-on): Use add-hook for after-change-functions.
3745         (flyspell-mode-off): Use remove-hook for after-change-functions.
3746         (flyspell-changes): Make it buffer-local.
3747         (flyspell-after-change-function): Make it non-interactive.  Use push.
3748         (flyspell-post-command-hook): Check input-pending-p while processing
3749         the potentially long list of buffer changes.
3751 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3753         * buff-menu.el (list-buffers-noselect): Display the selected
3754         frame's buffer list, not the global one.
3756 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3758         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
3759         that (list last-input-event) works as in interactive spec.
3761 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3763         * loadup.el ("facemenu"): Load facemenu before font-lock, because
3764         `facemenu-keymap' needs to be defined when font-lock is loaded.
3765         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
3767 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3769         * completion.el: Remove useless leading * in defcustom docstrings.
3770         (save-completions-file-name): Use ~/.emacs.d if available.
3771         (completion-standard-syntax-table): Rename from
3772         cmpl-standard-syntax-table and fold initialization into declaration,
3773         thus removing cmpl-make-standard-completion-syntax-table.
3774         (completion-lisp-syntax-table, completion-c-syntax-table)
3775         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
3776         (cmpl-saved-syntax, cmpl-saved-point): Remove.
3777         (symbol-under-point, symbol-before-point)
3778         (symbol-under-or-before-point, symbol-before-point-for-complete)
3779         (add-completions-from-c-buffer): Use with-syntax-table.
3780         (make-completion): Don't return a list of completion entries.
3781         Update callers.
3782         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
3783         (completion-initialize): Rename from initialize-completions.
3784         (completion-find-file-hook): Rename from cmpl-find-file-hook.
3785         (kill-emacs-save-completions): Collect stats here.
3786         (save-completions-to-file, load-completions-from-file):
3787         Use with-current-buffer.
3788         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
3789         into a function.  Move all calls to toplevel.
3790         (completion-lisp-mode-hook): New fun.
3791         (completion-c-mode-hook, completion-setup-fortran-mode):
3792         Set the syntax-table here.  Use local-set-key.
3793         (completion-saved-bindings): New var.
3794         (dynamic-completion-mode): Make it into a proper minor mode.
3795         (load-completions-from-file): Remove unused var `num-uses'.
3797         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
3798         constructor if it is explicitly overridden.
3800         * complete.el (PC-completion-as-file-name-predicate):
3801         Use minibuffer-completing-file-name.
3802         (partial-completion-mode): Use find-file-not-found-functions.
3803         (PC-lisp-complete-symbol): Use with-syntax-table.
3804         (PC-look-for-include-file): Remove dead setq.
3805         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
3806         (PC-complete): Use with-current-buffer.
3808         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
3809         escape single quotes.
3811 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3813         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
3814         of `if' whose condition always returned nil.  Doc fix.
3816         * buff-menu.el (Buffer-menu-revert-function): Make the selected
3817         window's buffer the current buffer around the call to
3818         `list-buffers-noselect'.  This is necessary to mark that buffer
3819         with a `.' in the Buffer Menu when called from Lisp, for instance
3820         by Auto Revert Mode.
3822 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3824         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
3825         attaching to it.
3826         (gdb-pre-prompt): Make sure gdb-error is reset.
3828         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
3829         with a child process, detect it.
3830         (gud-speedbar-buttons): Match regexp more carefully.
3832 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3834         * mouse.el (mouse-drag-move-window-bottom):
3835         Use adjust-window-trailing-edge.
3837 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3839         * simple.el (blink-matching-open): Ignore
3840         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3841         (blink-matching-paren-on-screen): Update docstring.
3843         * paren.el (show-paren-mode): No longer change
3844         `blink-matching-paren-on-screen'.
3846 2005-11-27  John Paul Wallington  <jpw@pobox.com>
3848         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3849         (gdb-threads-select, gdb-edit-register-value):
3850         Use `posn-set-point' instead of `mouse-set-point' because the
3851         latter is not fbound when configured without X.
3853 2005-11-27  Kim F. Storm  <storm@cua.dk>
3855         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3856         existing face when partially highlighting a TAB in a rectangle.
3858 2005-11-26  Kim F. Storm  <storm@cua.dk>
3860         * ido.el (ido-mode-map): Doc fix.
3861         (ido-mode-common-map, ido-mode-file-map)
3862         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3863         (ido-define-mode-map): Rewrite.  Select one of the new maps as
3864         parent for ido-mode-map instead of building from scratch.
3865         (ido-init-mode-maps): New defun to initialize new maps.
3866         (ido-mode): Call it.
3867         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3868         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3870 2005-11-26  John Paul Wallington  <jpw@pobox.com>
3872         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3873         `mouse-set-point' because the latter is not fbound when configured
3874         without X.
3876 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
3878         * files.el (file-relative-name): Doc fix.
3880 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
3882         * progmodes/octave-inf.el (inferior-octave-startup): Force a
3883         non-empty string for secondary prompt PS2.
3885 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3887         * progmodes/compile.el (compilation-setup): Fix last change.
3889 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
3891         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3892         (gdb-mouse-toggle-breakpoint-margin)
3893         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3894         Add gdb-server-prefix to keep out of command history.
3895         (gdb-edit-register-value): New function.
3896         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3897         (gdb-info-registers-custom): Use above map.
3899 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3901         * custom.el (enable-theme): Signal error if argument is not a
3902         theme.  Don't recalculate a face if it's not loaded yet.
3904         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3905         the `user' theme is in effect.
3907         * info.el (Info-on-current-buffer): Record actual filename in
3908         Info-current-file, instead of t, or a fake filename if a non-file
3909         buffer.  Make autoload.
3910         (Info-find-node, Info-revert-find-node): No need to check for
3911         Info-current-file nil.
3912         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3913         Info-current-file is now never `t'.
3914         (Info-fontify-node): Many simplifications due to Info-current-file
3915         always being valid.  Use Info-find-file to find node filename.
3917 2005-11-25  David Kastrup  <dak@gnu.org>
3919         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3920         new character, then delete" in order to preserve markers.
3922 2005-11-25  David Ponce  <david@dponce.com>
3924         * recentf.el (recentf-arrange-by-rule): Handle a special
3925         `auto-mode-alist'-like "strip suffix" rule.
3926         (recentf-build-mode-rules): Handle second level auto-mode entries.
3928 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3930         * viper-keym.el (viper-ESC-key): Use different values in terminal and
3931         window modes.
3933         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3934         jde-javadoc-checker-report-mode.
3936         * ediff-wind (ediff-make-wide-display): Slight simplification.
3938         * ediff.el (ediff-date): Change the date of last update.
3940 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
3942         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3943         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
3944         (hi-lock-mode): New global minor mode.
3945         (turn-on-hi-lock-if-enabled): New function.
3946         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3947         Change arguments to regexp and face instead of a font-lock pattern.
3948         Directly set face property, instead of refontifying.
3949         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3950         (hi-lock-find-patterns): Use line-number-at-pos.
3952         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
3953         arguments for hi-lock-set-pattern.
3954         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
3955         Call font-lock-fontify-buffer.
3956         (hi-lock-find-file-hook, hi-lock-current-line)
3957         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3959         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3960         turned off.
3962         * progmodes/compile.el (compilation-setup): Don't fiddle with
3963         font-lock-defaults.
3965 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
3967         * progmodes/gdb-ui.el (gdb-var-create-handler)
3968         (gdb-var-list-children-handler): Find values for all variable
3969         objects.  gud-speedbar-buttons decides whether to display them.
3971 2005-11-24  Romain Francoise  <romain@orebokech.com>
3973         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3974         buffer name with a space.
3976 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
3978         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3979         `org-export-local-list-max-depth'.  Change default value to 3.
3980         (org-auto-renumber-ordered-lists)
3981         (org-plain-list-ordered-item-terminator): New options.
3982         (org-at-item-p, org-beginning-of-item, org-end-of-item)
3983         (org-get-indentation, org-get-string-indentation)
3984         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
3985         New functions.
3986         (org-move-item-down, org-move-item-up): New commands.
3987         (org-export-as-html): New classes for CSS support.  Bug fix in
3988         regular expression detecting fixed-width regions.  Respect
3989         `org-local-list-ordered-item-terminator'.
3990         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3991         also a list item.
3992         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3993         New item moving functions.
3995 2005-11-24  Juri Linkov  <juri@jurta.org>
3997         * isearch.el (isearch-repeat): With empty search ring set
3998         `isearch-error' to the error string instead of signaling error
3999         with the function `error'.
4001 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4003         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
4005 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
4007         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
4008         and variable.
4009         (gdb-var-create-handler, gdb-var-list-children-handler):
4010         Don't match on "char **...".
4011         (gdb-var-update-handler): Find values for all variable objects.
4012         (gdb-info-frames-custom): Identify frames by leading "#".
4014         * progmodes/gud.el (gud-speedbar-menu-items): Add
4015         gdb-speedbar-auto-raise as radio button.
4016         (gud-speedbar-buttons): Raise speedbar if requested.
4017         Don't match on "char **...".
4018         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
4019         Make it editable.
4021 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
4023         * info.el (Info-fontify-node): Handle the case where
4024         Info-current-file is t.
4026 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4028         * simple.el (blink-matching-open): Fix off-by-one in last change.
4030 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4032         * term/mac-win.el: Don't change default directory.
4034 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
4036         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
4037         buffers correctly.  (It used to throw an error in such buffers.)
4038         Make it ask for confirmation in group buffers and other Custom
4039         buffers containing more than one customization item.
4041 2005-11-22  John Paul Wallington  <jpw@gnu.org>
4043         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
4044         property on mail and url overlays.
4045         (goto-address-at-point): Use `posn-set-point' instead of
4046         `mouse-set-point' because the latter is not fbound when configured
4047         without X.
4049 2005-11-22  Lars Hansen  <larsh@soem.dk>
4051         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
4052         (ls-lisp-classify, ls-lisp-format): Delete call to
4053         ls-lisp-parse-symlink.
4054         (ls-lisp-handle-switches): Handle symlinks to directories as
4055         directories when ls-lisp-dirs-first in non-nil.
4057 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
4059         * startup.el (command-line): Make sure that loaddefs.el is handled
4060         correctly in load-history.
4062 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
4064         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
4065         (gdb-struct-string, gdb-array-string): New constants.
4066         (gdb-info-locals-handler): Use them.
4067         (gdb-reset): Reset gdb-var-list to nil.
4069 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4071         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
4072         in patterns.
4074 2005-11-21  Juri Linkov  <juri@jurta.org>
4076         * custom.el (defcustom): Update link types in docstring.
4078 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4080         * custom.el (defgroup): Add doc-string-elt info.
4082         * widget.el (define-widget): Don't use declare for the doc-string-elt.
4084 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4086         * newcomment.el (comment-enter-backward): Fix last fix.
4088         * simple.el (blink-matching-open):
4089         * paren.el (show-paren-function): Allow new paren-class info.
4091 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
4093         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
4094         handled automagically.
4096 2005-11-20  Andreas Schwab  <schwab@suse.de>
4098         * descr-text.el (describe-char): When copying overlays put them
4099         over the full char description instead of just the first character
4100         of it.
4102 2005-11-20  Juri Linkov  <juri@jurta.org>
4104         * simple.el (what-cursor-position):
4105         * descr-text.el (describe-char): Use Lisp-readable syntax
4106         for octal and hex.  Reorder decimal, octal and hex values.
4107         Remove excess whitespace in the output.  Use `=' in `column='
4108         like in `point=' and `Hscroll='.
4110         * international/mule-cmds.el (encoded-string-description):
4111         Use Lisp-readable syntax for hex.
4113 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4115         * newcomment.el (comment-enter-backward): Handle the case where the
4116         comment is closed by EOB.
4118 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4120         * longlines.el (longlines-before-revert-hook)
4121         (longlines-after-revert-hook): New functions.
4122         (longlines-mode): Turn off longlines temporarily when reverting.
4123         Add a message-setup-hook.
4124         (longlines-decode-buffer): New function.
4125         (longlines-wrap-line): Preserve marker positions.
4127 2005-11-19  Andreas Schwab  <schwab@suse.de>
4129         * emacs-lisp/shadow.el: Handle compressed files.
4131 2005-11-19  Romain Francoise  <romain@orebokech.com>
4133         * net/browse-url.el (browse-url-default-browser): Signal an error
4134         if no usable browser can be found, rather than try to load w3.
4136 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
4138         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
4139         replacing existing properties.
4140         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4141         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
4142         tty specs.
4143         (rcirc-server-prefix, rcirc-server): New faces.
4144         (rcirc-url-regexp): Generate with rx macro.
4145         (rcirc-last-server-message-time): New variable.
4146         (rcirc-filter): Record time of last message.
4147         (rcirc-keepalive): Kill processes that did not send a message
4148         since the last ping.
4149         (rcirc-mode): Give rcirc-topic a local binding here.
4151 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
4153         * subr.el (read-passwd): Fontify the prompt as we do with other
4154         prompts.
4156 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
4158         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4159         binding buffer-read-only to nil.
4161 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4163         * complete.el (partial-completion-mode):
4164         Mention completion-auto-help in the doc string.
4166         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
4167         more Lisp-ish way.
4169 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4171         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
4172         digits, not 8, to avoid misalignment for files larger than 100MB.
4174 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4176         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
4177         Mention "keyboard shortcuts" in the help text.
4179 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4181         * startup.el (fancy-splash-default-action): Discard only
4182         mouse-down and succeeding mouse-up events in the splash screen
4183         window so that drag-n-drop event can be processed.
4185 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
4187         * longlines.el (longlines-mode): Add hacks for mail-mode and
4188         message-mode.
4190 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
4192         * textmodes/org.el (org-table-sort-lines): New command.
4193         (org-tbl-menu): Add entry for `org-table-sort-lines'.
4194         (org-add-file): Command removed, use `org-agenda-file-to-front'
4195         instead.
4196         (org-export-icalendar): Use `org-icalendar-combined-name'.
4197         (org-cycle-agenda-files, org-agenda-file-to-end)
4198         (org-agenda-file-to-front): New commands.
4199         (org-table-tab-jumps-over-hlines, org-export-html-style):
4200         New options.
4201         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
4202         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
4203         New functions.
4204         (org-fill-paragraph): Call `org-table-align' in tables.
4205         (org-mode): Call `org-set-autofill-regexps'.
4206         (org-export-as-html): Support for local handformatted lists.
4207         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
4208         (org-export-local-list-max-depth): New option.
4209         (org-html-expand): Use `org-html-protect'.
4211 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
4213         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4214         to "p".
4215         (gdb): Move definition of gud-pp to...
4217         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
4218         speedbar.
4219         (gdb-find-watch-expression): New function.
4221 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4223         * faces.el (face-attribute, set-face-attribute): Mention existence
4224         of `:ignore-defface' setting in docstring.
4226 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4228         * simple.el (completion-setup-function): Fix last change.
4230 2005-11-17  John Paul Wallington  <jpw@pobox.com>
4232         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4233         Use `posn-set-point' instead of `mouse-set-point' because the
4234         latter is not fbound when configured without X.
4236         * comint.el (comint-insert-input): Likewise.
4238 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4240         * simple.el (hard-newline): New variable.
4241         (sendmail-user-agent-compose, next-line): Use it.
4243         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
4244         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
4245         (mail-mail-reply-to, mail-mail-followup-to)
4246         (mail-position-on-field, mail-signature, mail-yank-original)
4247         (mail-attach-file): Likewise.
4249         * mail/mailheader.el (mail-header-format)
4250         (mail-header-format-function): Likewise.
4252         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
4254 2005-11-17  Juri Linkov  <juri@jurta.org>
4256         * font-lock.el (font-lock-faces): Rename this defgroup from
4257         `font-lock-highlighting-faces'.
4258         (font-lock-comment-face, font-lock-comment-delimiter-face)
4259         (font-lock-string-face, font-lock-doc-face)
4260         (font-lock-keyword-face, font-lock-builtin-face)
4261         (font-lock-function-name-face, font-lock-variable-name-face)
4262         (font-lock-type-face, font-lock-constant-face)
4263         (font-lock-warning-face, font-lock-negation-char-face)
4264         (font-lock-preprocessor-face)
4265         (font-lock-regexp-grouping-backslash)
4266         (font-lock-regexp-grouping-construct): Rename :group from
4267         `font-lock-highlighting-faces' to `font-lock-faces'.
4269         * cus-edit.el (lisp, c, tex):
4270         * progmodes/ada-mode.el (ada):
4271         * progmodes/asm-mode.el (asm):
4272         * progmodes/cperl-mode.el (cperl-faces):
4273         * progmodes/cpp.el (cpp):
4274         * progmodes/dcl-mode.el (dcl):
4275         * progmodes/f90.el (f90):
4276         * progmodes/fortran.el (fortran):
4277         * progmodes/icon.el (icon):
4278         * progmodes/idlwave.el (idlwave-misc):
4279         * progmodes/m4-mode.el (m4):
4280         * progmodes/make-mode.el (makefile):
4281         * progmodes/meta-mode.el (meta-font):
4282         * progmodes/modula2.el (modula2):
4283         * progmodes/octave-mod.el (octave):
4284         * progmodes/pascal.el (pascal):
4285         * progmodes/perl-mode.el (perl):
4286         * progmodes/prolog.el (prolog):
4287         * progmodes/ps-mode.el (PostScript-edit):
4288         * progmodes/scheme.el (scheme):
4289         * progmodes/sh-script.el (sh-script):
4290         * progmodes/simula.el (simula):
4291         * progmodes/tcl.el (tcl):
4292         * textmodes/nroff-mode.el (nroff):
4293         * textmodes/reftex-vars.el (reftex-fontification-configurations):
4294         * textmodes/sgml-mode.el (sgml):
4295         * textmodes/texinfo.el (texinfo):
4296         Add :link (custom-group-link font-lock-faces) to defgroup.
4298         * hi-lock.el (hi-lock): Rename this defgroup from
4299         `hi-lock-interactive-text-highlighting'.  Change parent group from
4300         `faces' to `font-lock'.  Add link to the manual.
4301         (hi-lock-mode, hi-lock-file-patterns-range)
4302         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
4303         `hi-lock-interactive-text-highlighting' to `hi-lock'.
4304         (hi-lock-faces): Add :group `faces'.
4306         * cus-edit.el (custom-variable-prompt): Clarify the code.
4308         * faces.el (face-read-string): Set the default value arg of
4309         completing-read.
4311 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
4313         * rfn-eshadow.el (file-name-shadow-properties)
4314         (file-name-shadow-tty-properties, file-name-shadow-mode):
4315         Remove autoloads, because the file is now preloaded.
4317 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4319         * printing.el (easy-menu-intern): Don't define.
4320         (pr-get-symbol): Use easy-menu-intern only if defined.
4322         * simple.el (blink-matching-open): Simplify a bit.
4323         (completion-setup-function): Fix the case of partial-completion-mode
4324         when the minibuffer's contents start with "-".
4325         Obey completion-base-size-function even when
4326         minibuffer-completing-file-name is non-nil.
4328 2005-11-16  Richard M. Stallman  <rms@gnu.org>
4330         * net/eudcb-ph.el (eudc-ph-open-session):
4331         Use set-process-query-on-exit-flag.
4333         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
4335         * international/ucs-tables.el (ucs-set-table-for-input):
4336         Use make-local-variable, not make-variable-buffer-local.
4338         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4339         Improve warning message text.
4341         * savehist.el (savehist-save-hook): Add :group.
4343         * menu-bar.el (menu-bar-help-menu):
4344         Rename Find Extra Packages to External Packages.
4346         * cus-edit.el (Custom-reset-standard): Verify that
4347         :custom-standard-value prop exists before calling it.
4349         * apropos.el (apropos-calc-scores): Use apropos-pattern.
4351 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4353         * wid-edit.el (color): Enclose %t in %{...%}.
4355         * cus-edit.el (face): Enclose %t in %{...%}.
4357 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4359         * savehist.el (savehist-mode-hook): Re-add the var.
4360         (savehist-mode): Use it.
4362 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         * textmodes/flyspell.el: Fix commenting convention.
4365         Remove unnecessary leading * in custom docstrings.
4366         (flyspell-emacs): Remove unused var.
4367         (flyspell-delete-region-overlays): Use remove-overlays.
4368         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
4369         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
4370         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
4371         (flyspell-debug-signal-word-checked): Use with-current-buffer.
4372         (make-flyspell-overlay): Don't locally reuse a global name.
4373         (flyspell-highlight-incorrect-region)
4374         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
4375         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
4376         (flyspell-notify-misspell): Remove unused args `start' and `end'.
4377         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
4378         Wrap calls to accept-process-output inside with-local-quit since it's
4379         often called from a post-command-hook.
4380         (flyspell-correct-word, flyspell-auto-correct-word):
4381         Use ispell-send-string.
4382         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
4384         * calendar/diary-lib.el (diary-list-entries): Also hide the
4385         terminating newline.
4387 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
4389         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
4390         window-system, to allow fonts on tty.
4392 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
4394         * progmodes/gud.el (gud-speedbar-item-info): New function.
4395         (gud-install-speedbar-variables): Use it to display data type
4396         of watch expression as a tooltip in speedbar.
4398 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4400         * font-core.el (global-font-lock-mode): Add :version keyword,
4401         because default was changed.
4403         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
4405         * startup.el (command-line): Use `custom-reevaluate-setting' for
4406         `file-name-shadow-mode'.
4408         * loadup.el: Preload rfn-eshadow.
4410         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
4411         Add :version keyword.
4412         (file-name-shadow-properties, file-name-shadow-tty-properties)
4413         (file-name-shadow): Add :version keyword.
4415         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
4416         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
4417         in the custom-group property of the symbol frames and the fringe
4418         group got no link to its parent group frames.
4419         Doc fix.
4421 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4423         * progmodes/gud.el (gud-stop-subjob): New function.
4424         (gud-menu-map, gud-tool-bar-map): Use it.
4426 2005-11-16  Kim F. Storm  <storm@cua.dk>
4428         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
4429         than kill it.
4430         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
4431         to a more useful/logical place.
4433 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4435         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
4436         go buttons complementary.
4438 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4440         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
4441         (rfn-eshadow-sifn-equal): New function.
4442         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
4444 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
4446         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
4447         string.
4449         * viper.el (viper-emacs-state-mode-list): Ensure that
4450         rcirc-mode buffers come up in Emacs state.
4452         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
4453         operation.
4455 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4457         * term.el (term-termcap-format): Fix typos.
4458         (term-down): Fix the negative argument case.
4460 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4462         * progmodes/gdb-ui.el: Remove face-alias left over from change on
4463         2005-08-15.
4464         (gdb-ann3): New command gud-go.
4465         (menu): Accomodate gdb-mi.el.
4466         (gdb-assembler-custom): Make buffer of selected window current
4467         so that set-window-point works.
4469         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
4470         buttons and include new ones.
4472 2005-11-16  Kim F. Storm  <storm@cua.dk>
4474         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
4475         (gud-menu-map): Use it.
4477 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4479         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
4480         that works correctly for Custom and that does not override a user
4481         who disables it.
4483         * help-mode.el (help-make-xrefs, help-xref-on-pp)
4484         (help-xref-interned, help-follow): Make hyperlinks for variables
4485         that are unbound, but have a non-nil variable-documentation property.
4487         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
4488         mode hook.  (It conflicted with defcustoms for some mode hooks.)
4489         Use the `variable-documentation' property to give the mode hook a
4490         docstring and expand that docstring.
4492 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4494         * savehist.el (savehist-mode): Don't bother with
4495         `custom-set-minor-mode'.
4496         (savehist-coding-system): Check XEmacs version.
4497         (history-length): Declare also at run time.
4498         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
4499         Don't set the customize state.
4500         (savehist-minibuffer-hook): Special case for when
4501         minibuffer-history-variable is equal to t.
4503 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4505         * files.el (write-file): Refresh VC status.
4507         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4508         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4509         than fundamental-mode to see if the mode was set.
4511 2005-11-14  Romain Francoise  <romain@orebokech.com>
4513         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4514         dummy function in `eval-when-compile' to avoid compiler warning.
4515         Require `man' at compile time.
4517 2005-11-14  Jay Belanger  <belanger@truman.edu>
4519         * calc-alg.el (calcFunc-write-out-power): Rename it to
4520         calcFunc-powerexpand.
4521         (math-write-out-power): Rename it to math-powerexpand; have it
4522         handle negative exponents.
4523         (calc-writeoutpower): Rename it to calc-powerexpand.
4525         * calc-ext.el: Change calcFunc-writeoutpower and
4526         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4527         autoloads.
4528         Add calcFunc-ldiv to autoloads.
4530         * calc-arith.el (calcFunc-ldiv): New function.
4532         * calc.el (calc-left-divide): New function.
4534 2005-11-14  Juri Linkov  <juri@jurta.org>
4536         * cus-edit.el (custom-variable-prompt): Set the default value arg
4537         of completing-read.
4539         * cus-dep.el (custom-make-dependencies): Reverse the list of
4540         found dependencies.
4542 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4544         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
4545         Highlighting" entry, it is on by default now.
4546         (menu-bar-options-save): Do not save global-font-lock-mode.
4548 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4550         * textmodes/flyspell.el (flyspell-large-region):
4551         Call flyspell-accept-buffer-local-defs.
4553 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
4555         * textmodes/flyspell.el (flyspell-notify-misspell):
4556         Fix misspelling of "Misspelling".
4557         (flyspell-process-localwords): New function.
4558         (flyspell-large-region): Call flyspell-process-localwords and
4559         flyspell-delete-region-overlays.
4560         (flyspell-delete-region-overlays): New function.
4561         (flyspell-delete-all-overlays): Call that.
4563 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4565         * help.el (help-for-help-internal): Improve doc of C-h a.
4566         (describe-key): Improve prompt; doc fix.
4568 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4570         * vc-svn.el (vc-svn-registered): Catch all errors.
4572         * cus-dep.el (custom-make-dependencies): Typo.
4574 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
4576         * net/tramp-util.el (top): Fix compilation warning.
4578 2005-11-13  Kim F. Storm  <storm@cua.dk>
4580         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
4582 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4584         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4585         (gud-speedbar-buttons): Match on "const char *" too.
4587         * progmodes/gdb-ui.el (gdb-var-create-handler)
4588         (gdb-var-list-children-handler): Match on "const char *" too.
4589         (gdb-var-evaluate-expression-handler): Match on empty string.
4590         (gdb-var-update-handler): Only call
4591         gdb-var-evaluate-expression-handler when required.
4593 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4595         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4596         selected window.  This still doesn't work for speedbar.
4597         (gud-speedbar-buttons): Handle string expressions properly.
4599         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4600         (gdb-var-create-handler): Handle string expressions properly.
4601         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4602         Handle string expressions properly.  Move "type" field into regexp.
4604 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4606         * bookmark.el (bookmark-maybe-message): New function to reduce
4607         code duplication: invokes `message' iff baud-rate is high enough.
4608         (bookmark-write-file): Use above instead of an inline conditional.
4609         (bookmark-load): Same.
4611 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4613         * bookmark.el (bookmark-write-file): Don't visit the destination
4614         file, just write the data to it using write-region.  This is
4615         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4616         change to avoid visiting the file in the first place.
4618 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
4620         * hi-lock.el (hi-lock-mode): Set the default value of
4621         font-lock-defaults.
4623 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
4625         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4626         arg to `file-attributes'.
4627         (find-lisp-format): The UID and GID can now be strings.
4629 2005-11-12  Kim F. Storm  <storm@cua.dk>
4631         * help.el (help-map): Bind C-h d to apropos-documentation.
4633         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4634         when point is at end-of-buffer.
4636         * apropos.el (apropos-match-face): Doc fix.
4637         (apropos-sort-by-scores): Add new choice `verbose'.
4638         (apropos-documentation-sort-by-scores): New defcustom.
4639         (apropos-pattern): Now contains the pattern entered by the user.
4640         (apropos-pattern-quoted): New defvar.
4641         (apropos-regexp): New defvar, containing the regexp corresponding
4642         to apropos-pattern.
4643         (apropos-all-words-regexp): Rename from apropos-all-regexp.
4644         (apropos-read-pattern): New defun.  Use it to read pattern arg in
4645         interactive calls; returns list of words for a word list, and
4646         string for a regexp.
4647         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
4648         parses a list of words or regexp as returned by apropos-read-pattern.
4649         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4650         (apropos-score-doc): Return a very high score if the string
4651         entered by the user matches literally.
4652         (apropos-variable): Doc fix.  Use apropos-read-pattern.
4653         (apropos-command): Doc fix.  Use apropos-read-pattern and
4654         apropos-parse-pattern.  Call apropos-print with nosubst=t.
4655         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
4656         apropos-parse-pattern.
4657         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
4658         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
4659         apropos-documentation-sort-by-scores.  Call apropos-print with
4660         nosubst=t.
4661         (apropos-documentation-internal): Pass doc string through
4662         substitute-key-definition before adding text properties.
4663         Highlight substring matching literal user input if possible.
4664         (apropos-documentation-check-doc-file): Remove locals beg and end.
4665         Fix calculation of score (as added twice).  Pass doc string through
4666         substitute-key-definition before adding text properties.
4667         (apropos-documentation-check-elc-file): Pass doc string through
4668         substitute-key-definition before adding text properties.
4669         Highlight substring matching literal user input if possible.
4670         (apropos-print): Add new arg NOSUBST; if set, command and variable
4671         doc strings have already been passed through substitute-key-definition.
4672         Add code to handle apropos-accumulator items without score element
4673         for backwards compatibility (e.g. with woman package).
4674         Only show scores if apropos-sort-by-scores is `verbose'.
4676 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4678         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4679         Add jka-compr-load-suffixes to load-suffixes.
4681         * jka-compr.el: Require jka-cmpr-hook.
4682         (jka-compr-info-compress-message, jka-compr-info-compress-program)
4683         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4684         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4685         (jka-compr-info-can-append, jka-compr-info-strip-extension)
4686         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4687         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
4688         (jka-compr-uninstall): Remove entries from
4689         jka-compr-added-to-file-coding-system-alist after they are used.
4690         (jka-compr-error): Remove unused var `curbuf'.
4691         (jka-compr-file-local-copy): Remove unused var `notfound'.
4693 2005-11-10  Romain Francoise  <romain@orebokech.com>
4695         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4697 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
4699         * progmodes/gud.el (gud-menu-map): Move parentheses.
4700         (gdb): New command gud-pv.
4702 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4704         * tar-mode.el: Remove spurious or unnecessary leading stars
4705         in docstrings.
4706         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4707         (tar-parse-octal-integer-safe): Use mapc.
4708         (tar-header-block-summarize): Remove unused var `ck'.
4709         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4710         cleared before.  Obey default-enable-multibyte-characters.
4711         Use mapconcat.  Simplify setting of tar-header-offset.
4712         (tar-mode-map): Move initialization inside delcaration.
4713         (tar-flag-deleted): Use `abs'.
4714         (tar-expunge-internal): Remove unused var `line'.
4715         (tar-expunge-internal): Don't hardcode point-min==1.
4716         (tar-expunge): Widen while doing set-buffer-multibyte.
4717         (tar-rename-entry): Use file-name-coding-system.
4718         (tar-alter-one-field): Don't hardcode point-min==1.
4719         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4720         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
4722 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4724         * add-log.el (add-log-current-defun): Handle class::method
4725         notation of c++.  Fix incorrect comment.
4727 2005-11-10  Alan Mackenzie  <acm@muc.de>
4729         * help-fns.el (describe-variable): Make C-h v work when a variable
4730         has variable documentation yet is unbound.
4732 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4734         * man.el (Man-highlight-references): Set an empty
4735         string to `Man-arguments' if it is nil.
4736         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4738 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4740         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4741         commenting conventions.
4743         * cus-dep.el (custom-make-dependencies): Simplify.
4744         Better follow the commenting conventions.
4746 2005-11-09  Richard M. Stallman  <rms@gnu.org>
4748         * apropos.el (apropos-pattern): Rename from apropos-regexp.
4749         (apropos-orig-pattern): Rename from apropos-orig-regexp.
4750         All uses changed.
4751         (apropos-rewrite-regexp): Doc fix.
4752         (apropos-variable, apropos-command, apropos, apropos-value):
4753         Change prompt; carry through the argument renaming.
4755 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
4757         * find-lisp.el: Require dired.
4758         (find-lisp-find-dired-internal): Do not call
4759         `abbreviate-file-name' on DIR.
4761 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
4763         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
4765 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
4767         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
4768         when using the speedbar.
4769         (gdb): New command gud-pp.
4770         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
4772 2005-11-09  Juri Linkov  <juri@jurta.org>
4774         * replace.el (occur-excluded-properties): New defcustom.
4775         (occur-1, occur-engine, occur-accumulate-lines): Use it.
4777 2005-11-08  Jay Belanger  <belanger@truman.edu>
4779         * calc/calc-units.el (math-convert-units): Replace any composite
4780         unit by its definition.
4782 2005-11-08  Lars Hansen  <larsh@soem.dk>
4784         * emacs-lisp/autoload.el (update-directory-autoloads):
4785         Add obsolete function alias.
4787 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4790         comment-indent-function.
4791         (lisp-comment-indent): Replace by an alias for comment-indent-default.
4793         * reveal.el (reveal-post-command): Rework the handling of
4794         reveal-open-spots, so as to be more reliable.  There were several
4795         tricky corner cases where an open spot might be lost, or where
4796         a closed spot might end up on the list of open spots.
4797         Only reveal text that's ellipsised.
4799 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
4801         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4803 2005-11-07  John Paul Wallington  <jpw@gnu.org>
4805         * ibuffer.el (ibuffer): Search iconified frames too when
4806         getting Ibuffer buffer's window.
4808 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4810         * progmodes/compile.el (compilation-internal-error-properties):
4811         save-excursion around the computation of MARKER.
4813 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
4815         * textmodes/flyspell.el (flyspell-external-point-words):
4816         flyspell-get-word returns a list, not just a string.
4818 2005-11-06  John Paul Wallington  <jpw@pobox.com>
4820         * ibuffer.el (ibuffer): Search all visible frames when getting
4821         Ibuffer buffer's window.
4823 2005-11-07  Masatake YAMATO  <jet@gyve.org>
4825         * man.el (Man-reference-regexp): Accept spaces between
4826         `Man-name-regexp' and `Man-section-regexp'.
4827         (Man-apropos-regexp): New variable.
4828         (Man-abstract-xref-man-page): Use value for `Man-target-string'
4829         if available.
4830         (Man-highlight-references, Man-highlight-references0):
4831         Handle the case when `Man-arguments' includes "-k".
4832         (Man-highlight-references0): Rename the argument `TARGET-POS' to
4833         `TARGET'. `TARGET' can be a number, function or nil.
4835 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
4837         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4838         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4839         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4840         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4841         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4842         (gdb-send-item): Use buffer-local-value and simplify.
4844 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4846         * startup.el (command-line): Use `custom-reevaluate-setting' for
4847         `global-font-lock-mode'.
4849         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4850         by default, except in batch mode or when the -D option is given.
4852         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4853         specified keyword args on to `define-minor-mode'.  Update docstring.
4855 2005-11-05  Romain Francoise  <romain@orebokech.com>
4857         * replace.el (occur-engine): Add marker at end of line, too.
4859 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
4861         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4862         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4863         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4864         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4865         argument to all these routines, so the passphrase can be managed
4866         externally and passed in to the system.
4867         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4868         pgg-add-passphrase-to-cache function.
4870         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4871         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4872         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4873         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4874         argument to all these routines, so the passphrase can be managed
4875         externally and passed in to the system.
4876         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4877         function.
4879 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4881         * font-lock.el: Don't deal with font-lock-face-attributes here,
4882         move the code ...
4884         * startup.el (command-line): ... here.  Use face-spec-set instead
4885         of custom-declare-face.
4887         * faces.el (face-spec-set): Reset the face if spec is not nil.
4889 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4891         * newcomment.el (comment-region-internal): Box more tightly in the
4892         common case where there's no TAB in the boxed text.
4894 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4896         * info.el (info-tool-bar-map): Use images prev-node, next-node and
4897         up-node.
4899 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
4901         * newsticker.el: Commentary updated.  Code formatting changed.
4902         (newsticker-version): Change to "1.9".
4903         (newsticker, newsticker-feed): Doc fix.
4904         (newsticker-url-list): Doc fix.  Add option "Weekly".
4905         (newsticker-retrieval-interval): Add option "Weekly".
4906         (newsticker-headline-processing): Doc fix.
4907         (newsticker-auto-mark-filter): Remove.
4908         (newsticker-auto-mark-filter-list): New.
4909         (newsticker-layout, newsticker-sort-method): Doc fix.
4910         (newsticker-hide-old-items-in-newsticker-buffer)
4911         (newsticker-heading-format, newsticker-item-format)
4912         (newsticker-desc-format): Doc fix.
4913         (newsticker-show-all-rss-elements): Remove.
4914         (newsticker-show-all-news-elements): New.
4915         (newsticker-faces, newsticker-ticker): Doc fix.
4916         (remove-from-invisibility-spec): Code formatting.
4917         (newsticker--process-ids): New.
4918         (newsticker-mode): Doc fix.
4919         (newsticker-mode): Change mode-line-format.
4920         (newsticker-start): Remove debug output.
4921         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
4922         (newsticker-w3m-show-inline-images): Code formatting.
4923         (newsticker-next-item): Call `force-mode-line-update'.
4924         (newsticker-previous-item): Call `force-mode-line-update'.
4925         (newsticker-next-feed): Call `force-mode-line-update'.
4926         (newsticker-previous-feed): Call `force-mode-line-update'.
4927         (newsticker-mark-all-items-at-point-as-read): Code formatting.
4928         (newsticker-show-old-items): Do not show descs.
4929         (newsticker-hide-entry): Hide too much.
4930         (newsticker-hide-entry, newsticker-show-entry)
4931         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4932         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4933         (newsticker-toggle-auto-narrow-to-item): Code formatting.
4934         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4935         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4936         (newsticker-get-news): Call `force-mode-line-update'.
4937         Collect process ids.
4938         (newsticker--sentinel): Change coding system handling.
4939         Move image retrieval to new functions newsticker--get-logo-url-*.
4940         Move feed parsing to new functions newsticker--parse-*.
4941         Update list of process ids.
4942         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4943         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4944         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4945         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4946         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4947         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4948         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4949         (newsticker--decode-coding-string): Remove.
4950         (newsticker--decode-numeric-entities): Check input.  Format code.
4951         (newsticker--remove-whitespace): Check input.
4952         (newsticker--do-forget-preformatted): Doc fix.
4953         (newsticker--decode-rfc822-date): Allow for missing time.
4954         (newsticker--update-process-ids): New.
4955         (newsticker--image-sentinel): Change comment.
4956         (newsticker--image-read): Change error message.
4957         (newsticker--imenu-goto): Doc fix.  Show headline title.
4958         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4959         (newsticker--buffer-do-insert-text): Clean whitespace in
4960         html-rendered headline title.  Code formatting.
4961         Call `newsticker--buffer-print-extra-elements'.
4962         (newsticker--buffer-print-extra-element): Remove.
4963         (newsticker--buffer-print-extra-elements): New.
4964         (newsticker--buffer-do-print-extra-element): New.
4965         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
4966         large sizes.
4967         (newsticker--run-auto-mark-filter)
4968         (newsticker--do-run-auto-mark-filter):
4969         Use `newsticker-auto-mark-filter-list'.
4971 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
4973         * net/rcirc.el: Use split-string OMIT-NULLS argument.
4974         (rcirc-print): Force redisplay before running hooks.  Do long
4975         buffer truncation after making new text read-only.  Deal with nil
4976         text when decoding strings.  If TARGET is nil, use either the
4977         currently selected buffer, if it is an rcirc buffer and of the
4978         same process or the process buffer.
4979         (rcirc-mode): Remove header-line.  Recompute short buffer names.
4980         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4981         (rcirc-short-buffer-name): Add variable.
4982         (rcirc-kill-buffer-hook): Recompute short buffer names.
4983         Remove nick from private channel.
4984         (rcirc-send-input): Send command text to current-buffer.
4985         Don't clear overlay arrow here.
4986         (rcirc-short-buffer-name): Return a short buffer name.
4987         (rcirc-update-short-buffer-names, rcirc-abbreviate)
4988         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4989         buffer-name abbreviations.
4990         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4991         Do not touch nick-table when killing a parted channel.
4992         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4993         Clear arrow from current buffer if it is now hidden.
4994         (rcirc-current-buffer): Add variable.
4995         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4996         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4997         Remove -face from names.
4998         (rcirc-update-activity-string): Print "DND" when globally ignoring
4999         activity.
5000         (rcirc-ignore-buffer-activity-flag): Rename from
5001         rcirc-ignore-channel-activity.
5002         (rcirc-ignore-all-activity-flag): Doc fix.
5003         (rcirc-channels): Remove variable.
5004         (rcirc-kill-buffer-hook):
5005         (rcirc-get-buffer-create): Add nick to private channel.
5006         (rcirc-multiline-edit-submit): Remove tabs.
5007         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
5008         folded.
5009         (rcirc-remove-nick-channel): Bug fix.
5010         (rcirc-toggle-ignore-buffer-activity): Rename from
5011         rcirc-toggle-ignore-channel-activity.
5012         (rcirc-record-activity): Add buffers to the front of the list.
5013         (rcirc-update-activity): Remove killed buffers from list.
5014         (rcirc-process-server-response-1): Remove last argument if it is
5015         null before calling handler.
5016         (rcirc): Add "rcirc" defcustom prefix.
5017         (rcirc-prompt): Simplify default prompt.
5018         Use custom-initialize-default.
5019         (rcirc-private-chats): Remove variable.
5020         (rcirc-prompt): Change initialization.
5021         (rcirc-version): Remove function.
5022         (rcirc-id-string): Add constant.
5023         (rcirc-last-buffer): Remove variable.
5024         (rcirc-buffer-alist): Add variable.
5025         (rcirc-connect): Update variable setup.
5026         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
5027         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
5028         default.
5029         (rcirc-handler-generic): Trigger activity.
5030         (rcirc-send-message): Create the buffor of the target.
5031         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
5032         (rcirc-get-buffer): Just return nil if there is no matching buffer.
5033         (rcirc-multiline-edit-cancel): Remove function.
5034         (rcirc-set-last-buffer): Remove function.
5035         (rcirc-get-any-buffer): Add function.
5036         (rcirc-join-channels): Don't print /join text.
5037         (rcirc-toggle-ignore-channel-activity): Add and update echo area
5038         messages.
5039         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
5040         (rcirc-handler-NOTICE): Recognize CTCP responses.
5041         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
5042         constructing TOPIC string for buffers we are not JOINed.
5043         (rcirc-handler-CTCP-response): Add handler.
5044         (rcirc-multiline-edit-submit): Restore the window-configuration
5045         before adjusting point.
5046         (rcirc): Add customization group.
5047         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
5048         (rcirc-user-full-name, rcirc-startup-channels-alist)
5049         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
5050         (rcirc-ignore-all-activity-flag, rcirc-time-format)
5051         (rcirc-input-ring-size, rcirc-read-only-flag)
5052         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
5053         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
5054         Change defvar to defcustom.
5055         (rcirc-update-prompt): Add optional ALL arg, which will update
5056         prompts in all rcirc buffers.  Regexp quote replacement text.
5057         (rcirc-fill-column): Accept frame-width as a value.
5058         (rcirc-set-changed): Add function.
5059         (rcirc-next-active-buffer): Write more meaningful messages.
5060         (rcirc-faces): Add customization group.
5061         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
5062         (rcirc-nick-in-message-face, rcirc-prompt-face)
5063         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
5064         (with-rcirc-process-buffer): Move before first usage.
5065         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
5066         (rcirc-debug-flag): Rename from `rcirc-log-p'.
5067         (rcirc-debug): Rename from `rcirc-log'.
5068         (rcirc-format-response-string): Do not print `-' chars for a
5069         NOTICE with no sender.  Simplify output of server responses.
5071 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
5073         (rcirc-browse-url-map, rcirc-browse-url-at-point)
5074         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
5075         Make urls mouse and RET clickable.
5077 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
5079         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
5081 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
5083         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5084         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5085         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5086         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5087         argument to all these routines, so the passphrase can be managed
5088         externally and passed in to the system.
5089         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5090         pgg-add-passphrase-to-cache function.
5092         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5093         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5094         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5095         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5096         argument to all these routines, so the passphrase can be managed
5097         externally and passed in to the system.
5098         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5099         function.
5101 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
5103         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
5104         from goto-address-url-regexp.
5106 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
5108         * textmodes/org.el (org-read-date, org-goto-calendar)
5109         (org-recenter-calendar, org-agenda-goto-calendar):
5110         Temporarily clear `calendar-move-hook'.
5112 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
5114         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
5115         merging.
5117         * ediff-util.el (ediff-previous-difference): Don't skip regions that
5118         have merge clashes.
5120 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5122         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5123         Undo previous change.
5125         * startup.el (command-line): Use `custom-reevaluate-setting' for
5126         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
5127         tty-register-default-colors on Mac.
5129 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
5131         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
5132         (gdb-buffer-type): Make it automatically buffer local...
5133         (gdb-get-create-buffer): ...and set it accordingly.
5134         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
5135         actually work.
5137 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
5139         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
5140         not red.
5142 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
5144         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
5145         case GUD buffer is not visible.
5146         (gdb-goto-breakpoint): Try to force display in source buffer.
5147         (gdb-frame-gdb-buffer): Copy other similar functions.
5148         (gdb-restore-windows): Don't display source if not asked for.
5149         (gdb-assembler-buffer-name): Don't capitalise.
5151 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5153         * wid-edit.el (key-sequence): New widget type.
5155         * simple.el (set-mark-command-repeat-pop): New variable.
5156         (set-mark-command): Only interpret plan C-@ after a pop as a pop
5157         if set-mark-command-repeat-pop is true.
5159         * info.el (Info-fontify-node): Don't display extra "see" if there
5160         already is one here.
5162         * mouse.el: Fix special handling of DEL after dragging a region:
5163         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
5164         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
5166         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
5168         * textmodes/ispell.el (ispell-command-loop): Change `i' description
5169         not to assume it pertains to an affix.
5171         * textmodes/flyspell.el (flyspell-post-command-hook):
5172         Bind deactivate-mark to prevent deactivation.
5174 2005-11-03  Lars Hansen  <larsh@soem.dk>
5176         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
5177         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
5178         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5180 2005-11-03  Romain Francoise  <romain@orebokech.com>
5182         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
5183         Update copyright years.
5185 2005-11-03  Sam Steingold  <sds@gnu.org>
5187         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5188         Use system-type instead of window-system because window-system is not
5189         correctly defined during loadup.
5191 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
5193         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
5194         (xml-parse-tag): Join strings separated by a comment properly.
5196 2005-11-02  Andreas Schwab  <schwab@suse.de>
5198         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
5200 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5202         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
5203         (byte-optimize-pure-func): Quote the eval'd value.
5205         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5206         Rename from perl-font-lock-syntactic-face-function.
5207         Change the calling convention so it can be used as a font-lock MATCHER.
5208         Do the parse-partial-sexp loop outselves.
5209         (perl-font-lock-syntactic-keywords): Use it.
5210         (perl-mode): Don't set font-lock-syntactic-face-function any more.
5212 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
5214         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
5215         disassembly buffer too.
5216         (gdb-exited): Remove overlay arrows when execution has finished.
5217         (gdb-info-frames-custom, gdb-info-threads-custom)
5218         (gdb-info-registers-custom): Don't add inappropriate text
5219         properties if inferior is not active.
5221 2005-11-02  Glenn Morris  <rgm@gnu.org>
5223         * progmodes/fortran.el (fortran-blink-match):
5224         Use `blink-matching-delay'.
5226 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
5228         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
5230 2005-11-02  Lars Hansen  <larsh@soem.dk>
5232         * net/tramp.el (tramp-action-out-of-band): Handle scp message
5233         "Permission denied".
5235 2005-11-01  Richard M. Stallman  <rms@gnu.org>
5237         * textmodes/flyspell.el (flyspell-external-point-words):
5238         Pass nil to flyspell-get-word.
5240 2005-11-02  Kim F. Storm  <storm@cua.dk>
5242         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
5243         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5245 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5247         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
5248         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5249         (calendar-mouse-print-dates): Add optional `event' argument.
5250         Update interactive-spec.
5251         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5252         Use `calendar-event-to-date' instead of `event'.
5254 2005-11-02  Masatake YAMATO  <jet@gyve.org>
5256         * progmodes/ld-script.el (ld-script-builtins):
5257         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
5258         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
5259         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
5261 2005-11-01  Romain Francoise  <romain@orebokech.com>
5263         * vc-sccs.el: Update copyright year.
5264         * ezimage.el: Likewise.
5266 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
5268         * info.el (Info-fontify-node): Use `string-width' for fontifying
5269         underlined titles.
5271 2005-11-01  Juri Linkov  <juri@jurta.org>
5273         * info.el (Info-fontify-node): Downcase node header keywords Node,
5274         Prev, Next, Up before comparison.
5275         (Info-history): Insert absolute directory name, and put invisible
5276         property on it.
5278 2005-11-01  Juri Linkov  <juri@jurta.org>
5280         * info.el (Info-file-supports-index-cookies): New variable.
5281         (Info-find-node-2): Check makeinfo version for index cookie support.
5282         (Info-index-nodes): Search for nodes with index cookies only when
5283         Info-file-supports-index-cookies is t.  Otherwise, search nodes
5284         with "Index" in the node name.
5285         (Info-index-node): Search index cookie in the current node only when
5286         Info-file-supports-index-cookies is t.  Otherwise, check the word
5287         "Index" in the node name.
5288         (Info-find-emacs-command-nodes): Remove code that searches nodes
5289         with "Index" node name in the top menu.
5291 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5293         * progmodes/scheme.el (scheme-mode-variables): Use the default
5294         comment-indent-function.
5296         * faces.el (face-attribute): Handle the case where a face inherits from
5297         a non-existent face.
5299         * simple.el (eval-expression-print-format): Use lisp-readable syntax
5300         for octal and hexa output, and merge the char into the paren.
5301         (kill-new): Use push.
5302         (copy-to-buffer): Use with-current-buffer.
5303         (completion-setup-function): Move code in loop to remove redundancy.
5304         (minibuffer-local-must-match-map): Don't add bindings that duplicate
5305         those inherited from minibuffer-local-completion-map.
5307         * savehist.el (savehist-mode) <defcustom>:
5308         Use custom-set-minor-mode if available.
5309         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
5310         and emit a message if applicable.
5312 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
5314         * savehist.el: Sync up to version 19.
5315         (savehist-mode): New minor mode.
5316         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
5317         (savehist-length): Remove (use history-length instead).
5318         (savehist-file-modes): Rename from savehist-modes.
5319         (savehist-save-hook, savehist-loaded): New vars.
5320         (savehist-load): Use savehist-mode.  Try to smooth up transition from
5321         old format to new format.
5322         (savehist-install): Allow savehist-autosave-interval to be nil.
5323         (savehist-save): Run the new hook.  Be more careful to only trim the
5324         history variables.
5325         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
5326         (savehist-printable): Print into a buffer rather than char-by-char.
5328 2005-11-01  John Wiegley  <johnw@newartisans.com>
5330         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
5331         toggle-ignore keybinding (C-a).  The author said it had been
5332         disabled much earlier due to a possible incompatibility, but after
5333         many months of usage I have encountered no problems (and it is a
5334         rather useful option, especially for switching to " *temp*").
5336         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
5337         support for OS/X's AddressBook, by calling out to the open source
5338         program "contacts" (installable through Fink).
5340         * net/eudc.el (eudc-expand-inline): If the
5341         `eudc-multiple-match-handling-method' is set to `all', delete the
5342         query string before inserting the query result.
5344         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
5345         flag, to prevent Eshell from using the system ls when
5346         `eshell-ls-insert-directory' is in used.
5347         (eshell-ls-insert-directory): Disable font-lock in directory
5348         buffer so that Eshell's own fontification is seen.  This broke
5349         recently due to changes in font-lock, so this goes back to version
5350         21 behavior.
5352 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
5354         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
5355         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
5356         (gdb-many-windows): Doc fix.
5358 2005-10-31  Romain Francoise  <romain@orebokech.com>
5360         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
5362 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
5364         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
5365         that global-font-lock-mode can be enabled by default.
5367         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
5368         (font-lock-add-keywords, font-lock-remove-keywords)
5369         (font-lock-fontify-buffer): Remove autoload cookies.
5371         * jit-lock.el (jit-lock-register): Likewise.
5373         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
5375 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5377         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
5378         intact if there is no gud-comint-buffer.
5380 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
5382         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
5383         old prompt comint-prompt-read-only is t and GDB commands are
5384         issued from tool bar etc.
5386 2005-10-31  Masatake YAMATO  <jet@gyve.org>
5388         * vc.el (vc-directory-exclusion-list): Add "{arch}".
5390 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5392         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
5393         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
5395 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
5397         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
5398         starting at beginning of line.  Fontification is messed up when
5399         `open-paren-in-column-0-is-defun-start' set to t.
5400         Reported by John Paul Wallington <jpw@pobox.com>.
5402 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5404         * comint.el (comint-send-input): Call `comint-update-fence' when
5405         `comint-process-echoes' and `comint-prompt-read-only' are both
5406         non-nil, to avoid leftover read-only newline.
5408 2005-10-30  Richard M. Stallman  <rms@gnu.org>
5410         * textmodes/flyspell.el (flyspell-external-point-words):
5411         Detect when WORD can't be checked properly because
5412         flyspell-get-word finds just part of it, and move on.
5414         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
5415         boundarychar for Polish.
5416         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
5417         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
5419 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5421         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
5422         (gdb-registers-font-lock-keywords): Delete.
5423         (gdb-registers-mode): Don't fontify.
5424         (gdb-info-registers-custom): Use text properties instead as, in
5425         future, changed register values will use font-lock-warning-face.
5426         (gdb-local-font-lock-keywords): Rename to...
5427         (gdb-locals-font-lock-keywords): ...for consistency.
5429 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
5431         * vc.el (vc-switch-backend): Better error message if the buffer is
5432         not visiting a file under version control.
5434         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
5436 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5438         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
5439         ~/.emacs.d/.emacs.
5441 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5443         * replace.el (occur-mode-mouse-goto): Always go to other window.
5444         (occur-mode-goto-occurrence): Always switch in same window.
5446         * simple.el (undo): Display message at end, not at start.
5448         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
5449         New arg REUSE-CELL.
5450         (cancel-timer-internal): New function.
5451         (timer-event-handler): Use cancel-timer-internal,
5452         and pass the cell it returns to timer-activate...
5454         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
5455         (jit-lock-deferred-fontify, jit-lock-context-fontify)
5456         (jit-lock-after-change): Test memory-full.
5458 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5460         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5461         part of the decoded armor to find the key-identifier.
5462         (pgg-gpg-lookup-key-owner): New function to return the
5463         human-readable identifier of a key owner.
5464         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5465         key itself.
5466         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5467         the key value) if we have a key and can match it against a secret
5468         key.  Also, added a note pointing out fact that the prompt only
5469         indicates the first matching key.
5471         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5472         pgg-decrypt-region.
5473         (pgg-pending-timers): A new hash for tracking the passphrase cache
5474         timers, so that new ones supercede old ones.
5475         (pgg-add-passphrase-to-cache): Rename from
5476         `pgg-add-passphrase-cache' to reduce confusion (all callers
5477         changed).  Modified to cancel old timers when new ones are added.
5478         (pgg-remove-passphrase-from-cache): Rename from
5479         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5480         changed).  Modified to cancel old timers when their keys are
5481         removed from the cache.
5482         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5483         XEmacs, an indirection to delete-itimer.
5484         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5485         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5486         users can only check cache without risk of prompting.  Correct bug in
5487         notruncate behavior.
5488         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5489         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5490         Add informative docstrings.
5491         (pgg-decrypt): Convey provided passphrase in subordinate call to
5492         pgg-decrypt-region.
5494         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5495         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5496         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5497         `passphrase' argument, so the passphrase can be managed externally
5498         and then passed in to the system.
5500         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5501         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5502         so the passphrase cache can be used reliably with identifiers
5503         besides a pgp packet's key id.
5505         * pgg-gpg.el (pgg-pgp-encrypt-region)
5506         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5507         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5508         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5509         argument to all these routines, so the passphrase can be managed
5510         externally and passed in to the system.
5512         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5513         `notruncate' argument, so the passphrase cache can be used
5514         reliably with identifiers besides a pgp packet's key id.
5516 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5518         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5519         symmetric encryption.
5520         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5521         encrypted session key.
5522         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5523         message ask for the passphrase in a proper way.
5525         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5526         New user commands for symmetric encryption.
5528 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
5530         * textmodes/conf-mode.el (conf-assignment-sign)
5531         (conf-assignment-regexp): Fix docstrings.
5532         (conf-mode-initialize): New function.
5533         (conf-mode): Remove optional args.  Use delay-mode-hooks to
5534         recognize recursive calls.
5535         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5536         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5537         (conf-xdefaults-mode): Use define-derived-mode and
5538         conf-mode-initialize.
5540 2005-10-29  Romain Francoise  <romain@orebokech.com>
5542         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
5544 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5546         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5547         part of the decoded armor to find the key-identifier.
5548         (pgg-gpg-lookup-key-owner): New function to return the
5549         human-readable identifier of a key owner.
5550         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5551         key itself.
5552         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5553         the key value) if we have a key and can match it against a secret
5554         key.  Also, added a note pointing out fact that the prompt only
5555         indicates the first matching key.
5557         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5558         pgg-decrypt-region.
5559         (pgg-pending-timers): A new hash for tracking the passphrase cache
5560         timers, so that new ones supercede old ones.
5561         (pgg-add-passphrase-to-cache): Rename from
5562         `pgg-add-passphrase-cache' to reduce confusion (all callers
5563         changed).  Modified to cancel old timers when new ones are added.
5564         (pgg-remove-passphrase-from-cache): Rename from
5565         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5566         changed).  Modified to cancel old timers when their keys are
5567         removed from the cache.
5568         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5569         XEmacs, an indirection to delete-itimer.
5570         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5571         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5572         users can only check cache without risk of prompting.  Correct bug in
5573         notruncate behavior.
5574         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5575         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5576         Add informative docstrings.
5577         (pgg-decrypt): Convey provided passphrase in subordinate call to
5578         pgg-decrypt-region.
5580 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
5582         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5583         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5584         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5585         `passphrase' argument, so the passphrase can be managed externally
5586         and then passed in to the system.
5588         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5589         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5590         so the passphrase cache can be used reliably with identifiers
5591         besides a pgp packet's key id.
5593         * pgg-gpg.el (pgg-pgp-encrypt-region)
5594         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5595         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5596         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5597         argument to all these routines, so the passphrase can be managed
5598         externally and passed in to the system.
5600         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5601         `notruncate' argument, so the passphrase cache can be used
5602         reliably with identifiers besides a pgp packet's key id.
5604 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5606         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5607         symmetric encryption.
5608         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5609         encrypted session key.
5610         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5611         message ask for the passphrase in a proper way.
5613         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5614         New user commands for symmetric encryption.
5616 2005-10-28  Bill Wohler  <wohler@newt.com>
5618         * help-mode.el (help-url): New button type.  Calls browse-url.
5619         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5620         Similar to Info nodes: URL `url'.
5621         (help-make-xrefs): Create help-url buttons for
5622         help-xref-url-regexp matches.
5624 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
5626         * tool-bar.el (tool-bar-add-item-from-menu)
5627         (tool-bar-local-item-from-menu): Fix doc strings.
5629 2005-10-28  Romain Francoise  <romain@orebokech.com>
5631         * ldefs-boot.el: Update.
5633         * subr.el (locate-library): Move from help-fns.el.
5634         * help-fns.el (locate-library): Move to subr.el.
5636 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5638         * net/tramp.el (tramp-completion-mode): defvar moved up.
5640         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5642         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5644         * files.el (find-file-noselect): Use %d to format large file size.
5646         * bindings.el (mode-line-format): Add %e.
5648         * loadup.el ("facemenu"): Load unconditionally.
5649         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5650         ("x-dnd"): Load, when appropriate.
5652         * startup.el (command-line): Call before-init-hook earlier.
5653         Warn about some bad characters in -u user name.
5655         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5656         (flyspell-external-point-words): Error if misspelled word is not found.
5657         Set flyspell-large-region-beg at end of word.
5659 2005-10-28  Andreas Schwab  <schwab@suse.de>
5661         * view.el (View-revert-buffer-scroll-page-forward):
5662         Use view-page-size-default.
5664 2005-10-28  Juri Linkov  <juri@jurta.org>
5666         * international/quail.el (quail-get-current-str): Translate last
5667         raw character for deterministic input methods.
5669 2005-10-27  Jay Belanger  <belanger@truman.edu>
5671         * calc/calc-ext.el: Add functions to autoloads.
5672         (math-identity-matrix-p, math-ident-row-p): New functions.
5674         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5675         multiplication by an identity matrix; don't turn multiplication by
5676         an inverse matrix into division.
5677         (math-div-symbol-fancy): Replace division by matrices with
5678         multiplication by inverse.
5680         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5682         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5683         (calc-writeoutpower): New functions.
5685 2005-10-27  Romain Francoise  <romain@orebokech.com>
5687         * replace.el (occur-engine): Include colon in mouse-face highlight.
5689         * dired-x.el: Change Maintainer field.
5691 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
5693         * longlines.el (longlines-mode): Bind after-change-functions to
5694         nil during initial decoding and final encoding.
5696 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5698         * term.el (term-emulate-terminal, term-handle-colors-array)
5699         (term-handle-ansi-escape): Specify the terminfo capabilities
5700         implemented.
5702 2005-10-26  Richard M. Stallman  <rms@gnu.org>
5704         * info.el (Info-fontify-node): Fix detection of sentence-break
5705         before *Note.
5707 2005-10-26  Romain Francoise  <romain@orebokech.com>
5709         * smerge-mode.el: Add `tools' to file keywords.
5711 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
5713         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5714         when the fringe is not available.
5716         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5717         (def-gdb-auto-update-trigger): Simplify construction.
5718         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5719         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5720         defined explicitly.
5721         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5722         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5723         defined explicitly.
5724         (gdb-info-locals-custom): Remove as it's a no-op.
5726 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
5728         * longlines.el (longlines-mode): Remove narrowing before
5729         performing the initial decoding or final encoding.
5731 2005-10-25  Romain Francoise  <romain@orebokech.com>
5733         * emacs-lisp/find-func.el (find-library-name): Also strip
5734         extension if library name ends in .el, to take advantage of
5735         `find-library-suffixes'.
5737 2005-10-25  Richard M. Stallman  <rms@gnu.org>
5739         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5741 2005-10-25  Juri Linkov  <juri@jurta.org>
5743         * textmodes/texinfo.el (texinfo-mode): Change charset of one
5744         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5746 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5749         (blackbox-redefine-key): Add argument `map'.
5751         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5752         regions when moving the jit-lock-context-unfontify-pos boundary.
5754 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5756         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5758 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5760         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
5762 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5764         * play/blackbox.el (blackbox-redefine-key): New function.
5765         (blackbox-mode-map): Use it to remap existing bindings for cursor
5766         motion instead of binding literal keys.
5768 2005-10-25  Glenn Morris  <rgm@gnu.org>
5770         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
5771         diary does not end in a newline.  Do not assume a blank line at
5772         the start of the diary file.
5774 2005-10-25  Kenichi Handa  <handa@m17n.org>
5776         * international/quail.el (quail-translate-key): If the input
5777         method is deterministic and failed to handle the last key, restart
5778         the key handling loop from an appropriate key.
5780 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
5782         * vc.el (vc-dired-mode): Extend comment for binding of
5783         `directory-listing-before-filename-regexp'.
5785 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5787         * textmodes/texinfo.el (texinfo-mode):
5788         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5789         not to unnecessarily expose emacs-mule's internal char codes.
5791 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
5793         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
5794         Display hand pointer and help-echo on disabled icon too.
5795         (gdb-mouse-until): New function.
5796         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
5798 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
5800         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
5801         with 2005-10-23 change to doctor.el.
5803         * finder.el (finder-mode-map): Add follow-link binding.
5805 2005-10-25  Kim F. Storm  <storm@cua.dk>
5807         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
5808         to gdb-mouse-toggle-breakpoint-fringe.
5809         (gdb-mouse-toggle-breakpoint-margin): Rename from
5810         gdb-mouse-toggle-breakpoint.  Fix doc.
5811         (gdb-mouse-toggle-breakpoint-fringe): New defun.
5812         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
5813         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
5814         string properties also for fringe breakpoint bitmaps.
5816 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
5818         * textmodes/org.el (org-start-icalendar-file): Fix format form.
5820 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5822         * simple.el (completion-common-substring):
5823         Use `completion-common-substring' prior to `completion-base-size'.
5825 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
5827         * savehist.el: Require CL while compiling.
5828         (savehist-history-variables): Remove.
5829         (savehist-save-minibuffer-history, savehist-additional-variables)
5830         (savehist-minibuffer-history-variables): New vars.
5831         (savehist-save): Use them.
5832         (savehist-uninstall, savehist-minibuffer-hook): New funs.
5833         (savehist-install): New fun, extracted from savehist-load.
5834         (savehist-load): Use them.
5836 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5838         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5839         a dummy doc-string-elt property.
5840         (defalias, defvaralias, define-category): Add a docstring property.
5842         * image.el (defimage):
5843         * widget.el (define-widget):
5844         * custom.el (defface, defcustom): Add `doc-string' declaration.
5846         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5847         (defadvice): Add `doc-string' declaration.
5849         * emacs-lisp/byte-run.el (macro-declaration-function):
5850         Handle `doc-string' declarations.
5851         (define-obsolete-function-alias, define-obsolete-variable-alias):
5852         Add `doc-string' declaration.
5854 2005-10-24  Kenichi Handa  <handa@m17n.org>
5856         * international/utf-7.el (utf-7): Add autoload cookie.
5858         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5860 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
5862         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5863         list of directories passed to batch-update-autoloads.  Add "." to
5864         the list of the echoed directories.
5866         * pgg-def.el:
5867         * pgg-gpg.el:
5868         * pgg-parse.el:
5869         * pgg-pgp.el:
5870         * pgg-pgp5.el:
5871         * pgg.el: Moved here from the gnus subdirectory.
5873 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
5875         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5876         in case comint-prompt-read-only is set to t.
5878         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5879         in case comint-prompt-read-only is set to t.
5881 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
5883         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5884         Now a string.
5885         (icalendar-import-format): Handle CLASS, STATUS, URL.
5886         Rename `subject' to `summary'.
5887         (icalendar-import-format-summary): Rename from
5888         `icalendar-import-format-subject'.
5889         (icalendar-import-format-url, icalendar-import-format-status)
5890         (icalendar-import-format-class): New variables.
5891         (icalendar--rris): Take variable argument list.
5892         (icalendar--datestring-to-isodate): Remove unnecessary
5893         calendar-style check when converting dates with explicit month names.
5894         (icalendar-export-region): Change return type of conversion
5895         subroutines.  Bury current buffer unless error occurred.
5896         (icalendar--convert-to-ical)
5897         (icalendar--parse-summary-and-rest): New functions.
5898         (icalendar--convert-ordinary-to-ical)
5899         (icalendar--convert-weekly-to-ical)
5900         (icalendar--convert-yearly-to-ical)
5901         (icalendar--convert-block-to-ical)
5902         (icalendar--convert-cyclic-to-ical)
5903         (icalendar--convert-anniversary-to-ical): Change return type.
5904         Strip trailing blanks from subject.
5905         (icalendar--convert-sexp-to-ical): Change return type.
5906         Strip trailing blanks from subject.  Handle simple sexp
5907         entries as generated by icalendar.el.
5908         (icalendar--convert-float-to-ical)
5909         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5910         (icalendar-import-file): Doc fix.
5911         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5912         Correct call to icalendar--rris.
5913         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
5914         `summary'.
5915         (icalendar--add-diary-entry): Rename `subject' to `summary'.
5917 2005-10-24  Romain Francoise  <romain@orebokech.com>
5919         * server.el (server-sentinel): Set query-on-exit flag to nil on
5920         new client processes (it isn't inherited from the server process).
5922         * replace.el (occur-engine): Rearrange text properties.
5924 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5926         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5927         case-fold-search is nil.
5928         (debug-help-follow): Use help-xref-interned directly.
5930 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5932         * thumbs.el (thumbs-image-type): Add .pbm.
5934 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5936         * faces.el (inhibit-face-set-after-frame-default): New variable.
5937         (set-face-attribute): Bind it.
5938         (face-set-after-frame-default): Test it.
5940         * help-fns.el (describe-simplify-lib-file-name): New function.
5941         (describe-function-1, describe-variable): Use it.
5943         * faces.el (describe-face): Use describe-simplify-lib-file-name.
5945         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5946         Eliminate nil as possible value.
5947         (tooltip-hide-delay): Reduce internal-border-width.
5949         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5950         (menu-bar-file-menu) <new-file>: Likewise.
5952         * simple.el (line-move-finish): Ignore fields computing LINE-END.
5954         * international/mule.el (load-with-code-conversion):
5955         Pass full file name to `eval-buffer' unless preloading.
5957         * textmodes/flyspell.el (flyspell-large-region):
5958         Call ispell-check-version.
5960         * textmodes/ispell.el (ispell-local-dictionary-overridden):
5961         Fix the make-variable-buffer-local call that was supposed
5962         to be for this variable.
5963         (ispell-aspell-supports-utf8): Doc fix.
5964         (ispell-find-aspell-dictionaries): Preserve elements of
5965         ispell-dictionary-alist for dictionaries that aspell doesn't report.
5966         (ispell-aspell-find-dictionary): Return nil on error.
5968         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5969         (doctor-symptoms): Likewise.
5971         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5973 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5975         * cus-edit.el (custom-button, custom-button-pressed): New vars.
5976         (custom-raised-buttons): Add :set spec.
5977         (custom-button-unraised, custom-button-pressed-unraised):
5978         New faces, so that custom-raised-buttons actually does something.
5979         (custom-mode): Use custom-button and custom-button-pressed.
5981         * wid-edit.el (widget-specify-button): Don't ignore
5982         widget-mouse-face on graphic terminals.
5983         (widget-move-and-invoke): Cleanup.
5985 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
5987         * whitespace.el (whitespace-cleanup): Doc fix.
5989 2005-10-23  Romain Francoise  <romain@orebokech.com>
5991         * emulation/viper.el (viper-set-hooks): Quote forms passed to
5992         `eval-after-load' to avoid evaluating their result.
5994 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
5996         * files.el (directory-listing-before-filename-regexp):
5997         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
5999         * dired.el (dired-move-to-filename-regexp): Remove.
6000         All occurences replaced by `directory-listing-before-filename-regexp'.
6002         * dired-x.el, locate.el, vc.el:
6003         Replace `dired-move-to-filename-regexp' by
6004         `directory-listing-before-filename-regexp'.  In vc.el it is
6005         overwritten locally; maybe this can be handled in files.el too.
6007         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
6008         replaced by `directory-listing-before-filename-regexp'.
6010 2005-10-23  Andreas Schwab  <schwab@suse.de>
6012         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
6013         and eval-next-after-load.
6015 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
6017         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
6018         exist, create it.
6020 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
6022         * allout.el: Remove autoloads for mailcrypt and crypt++.
6023         Require pgg, pgg-gpg during compilation.
6024         (allout-version): Increment version number to 2.1, and use a literal
6025         rather than RCS Id.
6026         (allout-default-encryption-scheme): Remove.
6027         (allout-passphrase-verifier-handling)
6028         (allout-passphrase-verifier-string)
6029         (allout-file-passphrase-verifier-string)
6030         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
6031         (allout-passphrase-hint-handling): Rename and simplify.
6032         (allout-init): Use `find-file-hook' if available, otherwise
6033         `find-file-hooks'.
6034         (allout-mode): Use `write-file-functions' if available, otherwise
6035         `local-write-file-hooks' and, instead of making auto-save-hook
6036         buffer local, make the write-file-hook activity contingent to
6037         allout-mode.
6038         (allout-mode): Use key-binding substitution in the docstring.
6039         (allout-kill-line): Spell-out kill ring data structure mutation
6040         instead of using byte-compiler-complaint-provoking `pop'.
6041         (allout-insert-listified): Use `insert' rather than `insert-string'
6042         (allout-toggle-current-subtree-encryption): Update docstring, adjust
6043         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
6044         (allout-encrypt-string): Totally revamped vis new underlying
6045         encryption facilities.
6046         (allout-mc-activate-passwd): Remove.
6047         (allout-obtain-passphrase): New, more or less replaces
6048         allout-mc-activate-passwd.
6049         (allout-encrypted-key-info): More or less replaces
6050         allout-encrypted-text-type.
6051         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
6052         (my-mark-marker): Use `(featurep 'xemacs)'.
6054 2005-10-23  Lars Hansen  <larsh@soem.dk>
6056         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
6057         (byte-compile-file-form-defmumble, byte-compile-defun)
6058         (byte-compile-defmacro): Use it.
6059         (byte-compile-form): Don't call byte-compile-set-symbol-position
6060         when a byte-compile handler is called.
6062 2005-10-22  Romain Francoise  <romain@orebokech.com>
6064         * savehist.el (savehist-history-variables): Add `grep-find-history'.
6066         * subr.el (eval-after-load): Convert library name to an absolute
6067         file name using locate-library, since load-history no longer has
6068         library names in it.
6070 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6072         * files.el (make-temp-file): Move from subr.el.
6073         * subr.el (make-temp-file): Move to files.el.
6075         * window.el (get-buffer-window-list): Move from subr.el.
6076         * subr.el (get-buffer-window-list): Move to window.el.
6078         * image.el (image-load-path): Use eval-at-startup to initialize.
6080         * subr.el (eval-at-startup): New macro.
6082         * subr.el: Much rearrangement of functions and division
6083         into pages.  No code changes.
6085 2005-10-22  Kenichi Handa  <handa@m17n.org>
6087         * tar-mode.el (tar-extract): Be sure to call
6088         find-operation-coding-system if set-auto-coding doesn't find a
6089         coding system.
6091 2005-10-22  Kim F. Storm  <storm@cua.dk>
6093         * image.el (image-type-header-regexps): Rename from image-type-regexps.
6094         Change users.
6095         (image-type-file-name-regexps): New defconst.
6096         (image-type-from-data): Simplify loop.
6097         (image-type-from-buffer): New defun.
6098         (image-type-from-file-header): Use it instead of image-type-from-data.
6099         Use image-search-load-path instead of only looking in data-directory.
6100         (image-type-from-file-name): New defun.
6101         (image-search-load-path): Change `pathname' to `filename'.
6102         Make PATH arg optional, default to image-load-path.
6104 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6106         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
6108         * textmodes/paragraphs.el (sentence-end-base): New variable.
6109         (sentence-end): Use sentence-end-base.
6111 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6113         * font-lock.el (font-lock-default-fontify-region): Check the multiline
6114         property independently from the font-lock-multiline variable.
6116 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6118         * emacs-lisp/find-func.el (find-library-name): Doc fix.
6120         * startup.el (command-line): Convert library names
6121         in `load-history' to absolute file names.
6123         * subr.el (symbol-file): Doc fix.
6125         * loadhist.el (file-loadhist-lookup): Call locate-library
6126         instead of find-library-name.  Don't try converting
6127         abs file names to library names, since load-history no longer
6128         has library names in it.
6129         (file-dependents, file-provides, file-requires): Doc fixes.
6131 2005-10-21  Juri Linkov  <juri@jurta.org>
6133         * progmodes/etags.el (tags-table-mode): New function.
6134         (tags-verify-table): Replace initialize-new-tags-table with
6135         tags-table-mode.
6137         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
6138         default value.
6139         (desktop-modes-not-to-save): Add tags-table-mode to the
6140         default value.
6142         * info.el (Info-index-next): Add total number of index
6143         alternatives to the message.
6145         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
6146         backward only space (instead of space and period) before looking
6147         at sentence end.
6149         * simple.el (set-variable): Use user-variable-p instead of symbolp.
6150         Add the old variable value as 4th default-value arg of read-string.
6152 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6154         * cus-face.el (custom-declare-face): Make face from X resources
6155         also on Mac.
6157         * disp-table.el (standard-display-g1, standard-display-graphic):
6158         Refuse to use string glyphs also on Mac.
6159         (standard-display-european): Don't set terminal coding system also
6160         on Mac.
6162         * frame.el (display-screens): Use x-display-screens also on Mac.
6164 2005-10-21  Romain Francoise  <romain@orebokech.com>
6166         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
6168 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6170         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
6171         and $? into sexps.
6173         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
6174         warning face on open-paren-in-column-0.
6176         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
6177         boundary case.  Fix typo.
6178         Suggested by Martin Rudalics <rudalics@gmx.at>.
6180 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
6182         * textmodes/org.el (org-combined-agenda-icalendar-file)
6183         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
6184         (org-export-icalendar-this-file)
6185         (org-export-icalendar-all-agenda-files)
6186         (org-export-icalendar-combine-agenda-files): New commands.
6187         (org-export-icalendar, org-print-icalendar-entries)
6188         (org-start-icalendar-file, org-finish-icalendar-file)
6189         (org-ical-ts-to-string): New functions.
6190         (org-read-date, org-goto-calendar)
6191         (org-agenda-goto-calendar): Inhibit displaying diary entries by
6192         call to `calendar'.
6193         (orgtbl-setup): Remove the :keys arguments from the menu description.
6194         (org-after-save-iCalendar-file-hook): New variable.
6196 2005-10-21  Kenichi Handa  <handa@m17n.org>
6198         * language/vietnamese.el (tcvn-5712): Make it an alias of
6199         vietnamese-tcvn coding-system.
6201 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
6203         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
6204         group id is given.
6206 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6208         * progmodes/sh-script.el (sh-escaped-line-re): New var.
6209         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
6210         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
6211         whose line is either continued or ends with a comment.
6213 2005-10-20  Romain Francoise  <romain@orebokech.com>
6215         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
6217         * replace.el (occur-engine): Add follow-link property.
6219         * font-core.el (font-lock-mode): Doc fix.
6221 2005-10-20  Richard M. Stallman  <rms@gnu.org>
6223         * net/rcirc.el: New file.
6225 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
6227         * term.el (term-term-name): Initialize to "eterm-color".
6229 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
6231         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
6232         for encryption functionality.
6233         Move allout customization subgroup from `editing' to `outlines' group.
6234         Fix commentary keywords to legitimate ones.
6235         Update author info (using my current email address, obscurified).
6236         (allout-encrypt-string, allout-encryption-produce-work-buffer)
6237         (allout-encrypted-topic-p, allout-encrypted-text-type)
6238         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
6239         (allout-situate-encryption-key-verifier)
6240         (allout-get-encryption-key-verifier, allout-verify-key)
6241         (allout-next-topic-pending-encryption)
6242         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
6243         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
6244         (outline-key-verifier-handling, outline-key-hint-handling)
6245         (outline-encrypt-unencrypted-on-saves): New defcustoms.
6246         (allout-file-key-verifier-string, allout-encryption-scheme)
6247         (allout-key-verifier-string, allout-key-hint-string)
6248         (allout-after-save-decrypt): New variables.
6249         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
6250         (allout-after-saves-handler): New hook functions.
6251         (allout-post-command-business): Do allout-after-save-decrypt.
6252         (allout-enable-file-variable-adjustment): Custom var to enable
6253         mechanism for adding and adjusting settings of Emacs file variables.
6254         (allout-adjust-file-variable, allout-file-vars-section-data):
6255         New functions, implement the mechanism.
6256         (outlineify-sticky): Use the file vars mechanism.
6257         (allout-inhibit-protection, allout-during-write-cue)
6258         (allout-override-protect, allout-before-change-protect): Remove.
6259         (allout-flag-region, allout-open-topic): Adjust read-only text.
6260         (allout-open-line-not-read-only): Add to facilitate read-only
6261         text based protection.
6262         (allout-kill-line): Revise to adjust read-only text, clue the
6263         user about the inhibition.
6264         (allout-unprotected): Use unwind-protect.
6265         (allout-shift-in, allout-shift-out): Disallow manually shifting a
6266         topic deeper than the offspring depth of the previous topic -
6267         avoiding confusing "containment discontinuities".
6268         (allout-reindent-bodies): Fix retention of body relative hanging
6269         indent during promotion of collapsed bodies.
6270         (allout-open-topic): Make it easy to open new topic with same
6271         bullet as current topic - topic creation functions provided with
6272         any universal argument provokes now prompt for bullet, defaulting
6273         to the bullet of the previous topic.
6274         (allout-plain-bullets-string, allout-distinctive-bullets-string):
6275         Plain bullet alternates `.' period and `,' comma only.  All other
6276         bullets are relegated to special status (but customizable).
6277         (allout-end-of-entry): Rename from allout-end-of-current-entry
6278         since it actually operates w.r.t. most immediately containing
6279         entry, visible or not.
6280         (allout-hide-current-entry, allout-show-current-entry): Use the
6281         revised version.
6282         (allout-old-expose-topic): Solidify deprecation.
6283         (allout-end-of-subtree): Add so we can span concealed as well
6284         as visible topics.
6285         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
6286         (allout-end-of-current-heading): Tweak to just respect the first line.
6287         (allout-get-body-text): Add.
6288         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
6289         when invoked interactively.
6290         (allout-up-current-level): Use `interactive-p'.
6291         (allout-mode, allout-init): Miscellaneous docstring and
6292         operational refinements, as well as hookups of new encryption stuff.
6293         (allout-beginning-of-current-entry): Now works as advertised.
6294         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
6295         (allout-isearch-rectification): Refine condition for isearching.
6296         (allout-isearch-abort, allout-enwrap-isearch)
6297         (allout-flag-region, my-region-active-p): Relocate some macros.
6298         (allout-title): Fallback title is (buffer-name), not
6299         non-existing (current-buffer-name).
6300         (subst-char-in-string): Define if absent (for some XEmacs versions).
6302 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
6304         * mail/sendmail.el (mail-setup-hook, mail-aliases)
6305         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
6306         (mail-citation-prefix-regexp, mail-signature-file)
6307         (mail-default-headers, mail-bury-selects-summary)
6308         (mail-send-nonascii): Add autoload cookies.
6310 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6312         * frame.el (blink-cursor-mode): Add `mac' to the list of
6313         window-system's that support blinking cursor.
6315 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6317         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
6319 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
6321         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
6322         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
6323         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
6325 2005-10-20  Kim F. Storm  <storm@cua.dk>
6327         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
6328         (ido-set-current-directory): Don't add / after final @.
6329         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6330         Explicitly handle ange-ftp completion oddities.
6331         (ido-make-file-list): Don't rotate list at tramp root to avoid
6332         triggering tramp file handler for expand-file-name via get-file-buffer.
6334 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6336         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
6338 2005-10-19  Jay Belanger  <belanger@truman.edu>
6340         * calc/calc-units.el (math-standard-units): Add units, adjust
6341         symbols and update values.
6342         (math-unit-prefixes): Add more prefixes.
6344 2005-10-19  Romain Francoise  <romain@orebokech.com>
6346         * bookmark.el (bookmark-menu-heading): New face.
6347         (bookmark-bmenu-list): Use it.
6348         Don't fiddle with `baud-rate' at top-level.
6350 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6352         * image.el (create-image, find-image): Mention max-image-size in
6353         docstring.
6355 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6357         * savehist.el (savehist-load): Revert to checking XEmacs.
6359         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
6360         Various docstring and line-width fixups.
6361         (conf-mode): Use cond.
6362         Set font-lock-defaults.  Don't set comment-use-syntax.
6364 2005-10-18  David Ponce  <david@dponce.com>
6366         * tree-widget.el (tree-widget-button-click): New function.
6367         (tree-widget-button-keymap): Use it.
6369 2005-10-18  Romain Francoise  <romain@orebokech.com>
6371         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6372         (bookmark-bmenu-hide-filenames): Add follow-link property.
6373         Improve help-echo text.
6375         * ffap.el (find-file-at-point): Doc fix.
6377 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6379         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
6381 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6383         Install to the CVS repository what I forgot to install in my
6384         2005-10-16 changes.
6386         * progmodes/python.el (python-complete-symbol): Pass the common
6387         prefix substring of completion to `display-completion-list'.
6389         * textmodes/org.el (org-complete): Ditto.
6391 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6393         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
6395         * woman.el (WoMan-xref-man-page): New button type derived
6396         from `Man-abstract-xref-man-page'.
6397         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
6399         * man.el (Man-abstract-xref-man-page): New button type.
6400         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
6401         (Man-highlight-references): Add new optional argument `xref-man-type'.
6403 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6405         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
6407 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6409         * cus-edit.el (Custom-move-and-invoke): Delete.
6410         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
6412         * wid-edit.el (widget-move-and-invoke): New function, from
6413         Custom-move-and-invoke.
6415 2005-10-17  Bill Wohler  <wohler@newt.com>
6417         Move all remaining images from lisp/toolbar to etc/images, move
6418         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
6419         the low resolution images in their own directory (low-color).
6421         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
6422         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
6423         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
6424         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
6425         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
6426         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
6427         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
6429         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
6430         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
6431         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
6432         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
6433         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
6434         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
6435         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
6436         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
6437         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
6438         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
6439         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
6440         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
6441         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
6442         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
6443         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
6445         To conform with convention, replace the underscore (_) in the
6446         following image names with dash (-) or (/) as appropriate.
6448         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
6449         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
6450         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
6451         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
6452         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
6453         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
6454         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
6455         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
6456         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
6457         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
6458         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
6459         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
6460         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
6461         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
6462         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
6464         * info.el (info-tool-bar-map): Replace underscores in image names
6465         with dashes.
6467         * makefile.w32-in (WINS): Remove toolbar.
6469         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
6471         * tool-bar.el: Move to lisp from toolbar.  Now that
6472         toolbar is empty, it should be deleted when folks run "cvs up -P".
6474 2005-10-18  Jay Belanger  <belanger@truman.edu>
6476         * calc/calc-store.el (calc-store-into): Get the proper variable name
6477         to display in message.
6479 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6481         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
6482         expressions display in speedbar for all buffers when debugging.
6483         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
6485         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
6486         (speedbar-insert-button, speedbar-make-button):
6487         Use add-text-properties.
6488         (speedbar-update-localized-contents)
6489         (speedbar-update-directory-contents)
6490         (speedbar-update-special-contents): Use dolist.
6491         (speedbar-buffer-easymenu-definition): Add a menu separator.
6493 2005-10-17  Jason Rumney  <jasonr@gnu.org>
6495         * makefile.w32-in: Use $(lisp) consistently.
6496         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6497         for shell specific generation of mh-autoloads.
6499 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6501         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6503 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * jit-lock.el (jit-lock-fontify-now):
6506         Move jit-lock-context-unfontify-pos to avoid wasted work.
6508 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
6510         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
6511         `tramp-completion-mode' for checking if we are in completion mode.
6512         (tramp-completion-handle-file-name-all-completions): Reorder code
6513         in order to complete for file names only in case there are no
6514         method/user/host completions.  This is necessary for cooperation
6515         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
6517 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
6519         * longlines.el (longlines-search-forward)
6520         (longlines-search-backward): Match any number of spaces.
6522 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
6524         * diff-mode.el (diff-mode): Doc fix.
6526 2005-10-16  David Reitter  <david.reitter@gmail.com>
6528         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6529         as default on darwin and windows systems.
6531 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6533         * arc-mode.el (archive-zip-extract): Doc fix.
6535 2005-10-16  Romain Francoise  <romain@orebokech.com>
6537         * mouse.el (mouse-1-click-follows-link): Doc fix.
6539 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6541         * savehist.el: Don't require CL at runtime.
6542         (savehist-xemacs): Remove.
6543         (savehist-coding-system): Use utf-8 if present, regardless of religion.
6544         (savehist-no-conversion): Use (featurep 'xemacs).
6545         (savehist-load): Check existence of start-itimer rather than XEmacs.
6546         Use an idle timer.
6547         (savehist-process-for-saving): Replace use of CL funs `subseq' and
6548         `delete-if-not'.
6550 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6552         * savehist.el: Newer version.
6553         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6554         (savehist-last-checksum, savehist-no-conversion): New vars.
6555         (savehist-autosave, savehist-process-for-saving, savehist-printable):
6556         New functions.
6557         (savehist-load, savehist-save): Use them.
6558         (savehist-delimit): Remove.
6560 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6562         * progmodes/compile.el (compilation-goto-locus): Display the
6563         compilation buffer first and the source buffer second, in case they're
6564         in overlapping frames.  Don't raise the compilation frame if it was the
6565         selected window upon entry.  Pass the `other-window' arg to
6566         pop-to-buffer.
6568         * info.el (Info-fontify-node): Use dolist.
6569         Change add-text-properties to put-text-property.
6571 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6573         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6574         bound of search.
6576 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6578         * dabbrev.el (dabbrev-completion): Pass the common
6579         prefix substring of completion to `display-completion-list'.
6581         * filecache.el (file-cache-minibuffer-complete)
6582         (file-cache-complete): Ditto.
6584         * tempo.el (tempo-display-completions): Ditto.
6586         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6588         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6590         * eshell/em-hist.el (eshell-list-history): Ditto.
6592         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6594         * mail/mailalias.el (mail-complete): Ditto.
6596         * progmodes/etags.el (complete-tag): Ditto.
6598         * progmodes/make-mode.el (makefile-complete): Ditto.
6600         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6602         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6604         * progmodes/pascal.el (pascal-complete-word)
6605         (pascal-show-completions): Ditto.
6607         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6609         * simple.el (completion-common-substring): New variable.
6610         (completion-setup-function): Use `completion-common-substring'
6611         to put faces.
6613 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6615         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6616         (x-get-selection, mac-select-convert-to-string): Convert from/to
6617         UTF-16 clipboard data as in native byte order, no BOM.
6619 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
6621         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6622         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6623         (gud-sentinel): Use speedbar-frame to check for speedbar.
6625 2005-10-15  Richard M. Stallman  <rms@gnu.org>
6627         * savehist.el: New file.
6629 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
6631         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6632         Fix bug in \bf fontification.
6634 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6636         * pcvs.el (cvs-edit-log-files): New var.
6637         (cvs-mode-edit-log): New arg `file'.
6638         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6639         Instead force the use of the original file and nothing else.
6640         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6641         the cvs-minor-wrap-function is set.
6642         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6644 2005-10-14  Bill Wohler  <wohler@newt.com>
6646         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6647         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6648         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6649         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6650         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6651         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6652         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6653         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6654         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6655         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6656         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6657         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6658         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6659         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6660         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6662         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6663         appropriately (for example, gud-break to gud/break).
6665 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
6667         * longlines.el (longlinges-search-function)
6668         (longlines-search-forward, longlines-search-backward): New functions.
6669         (longlines-mode): Set isearch-search-fun-function to
6670         longlinges-search-function.
6672         * mouse.el (mouse-drag-region-1): Handle the case where a
6673         double-click event is bound to an arbitrary function.
6675 2005-10-14  David Ponce  <david@dponce.com>
6677         * recentf.el (recentf-track-opened-file)
6678         (recentf-track-closed-file, recentf-update-menu)
6679         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6680         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6681         mouse-1-click-follows-link.
6683 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6685         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6686         Gnome file-manager.png.  Suggested by
6687         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6689         * toolbar/README: Add diropen.xpm.
6691 2005-10-13  Bill Wohler  <wohler@newt.com>
6693         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6694         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
6696 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6698         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6699         Don't waste the byte-compiler's time on constant data.
6701 2005-10-13  Kenichi Handa  <handa@m17n.org>
6703         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6704         byte with `escape-glyph' face.
6706         * international/fontset.el (ccl-encode-unicode-font):
6707         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6708         Handle the case that ucs-mule-to-mule-unicode translates a character to
6709         ASCII (usually for IPA characters).
6711 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6713         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6714         Don't hide the underline of titles if font-lock-mode is disabled.
6716 2005-10-12  Bill Wohler  <wohler@newt.com>
6718         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
6719         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6720         files in MH-E-SRC have been updated.
6721         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6723 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6726         (mixal-mode-syntax-table): Add \n as end-comment.
6727         (mixal-operation-codes-alist): Immediately initialize to full value.
6728         (mixal-add-operation-code): Remove.
6729         (mixal-describe-operation-code): Make the arg non-optional.
6730         Use the interactive spec instead.
6731         Use mixal-operation-codes-alist rather than mixal-operation-codes.
6732         (mixal-font-lock-keywords): Don't highlight comments here any more.
6733         (mixal-font-lock-syntactic-keywords): New var.
6734         (mixal-mode): Use it.  Fix comment-start-skip.
6736 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6738         * startup.el (command-line-x-option-alist): -nb => -nbi
6740 2005-10-12  Kim F. Storm  <storm@cua.dk>
6742         * startup.el (fancy-splash-default-action): Discard mouse click in
6743         the splash screen window, as it has no sensible meaning in the
6744         next window to be selected.  Fixes error reported by Jan D.
6746 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6748         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6750 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6752         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6753         Try to fix up minor layout issues like indentation, line break, etc...
6754         (mixal-mode-syntax-table): Don't try to specify comment syntax,
6755         because it doesn't work.
6756         (mixal-operation-codes): Add some more codes.
6757         (mixal-font-lock-keywords): Process comments here.
6758         (mixal-mode): mixasm no longer needs -g option.
6760 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6762         * progmodes/sh-script.el (sh-tmp-file):
6763         Use mktemp -t.  Finish support for es and rc shells.
6765 2005-10-11  Jay Belanger  <belanger@truman.edu>
6767         * calc/calcalg2.el (calc-integral): With an argument, compute the
6768         definite integral.
6770 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
6772         * mouse.el (mouse-drag-region-1): Don't try to catch a
6773         double-click when doing follow-link (it's overridden anyway).
6775 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
6777         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
6778         (autoload-print-form-outbuf): Add docstring.
6780 2005-10-11  Juri Linkov  <juri@jurta.org>
6782         * info.el (Info-mode-menu): Delete menu item "Edit".
6783         (Info-mode): Delete description of Info-edit from docstring,
6784         and rearrange descriptions of Info commands in the order
6785         they are documented in the Info manual.
6787 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6789         * calendar/appt.el (appt-check): Use diary-selective-display var.
6791 2005-10-10  Richard M. Stallman  <rms@gnu.org>
6793         * net/newsticker.el (newsticker-start, newsticker-show-news):
6794         Add autoload cookies.
6796 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
6798         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
6800 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
6802         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
6804 2005-10-10  Jay Belanger  <belanger@truman.edu>
6806         * calc/calc-arith.el (math-check-known-scalarp)
6807         (math-check-known-matrixp): Check the values of arguments that are
6808         variables.
6809         (math-check-known-square-matrixp): New function.
6810         (math-known-square-matrixp): Use math-check-known-square-matrixp.
6811         (math-super-types): Add sqmatrix type.
6813         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
6814         mode name `square' to `sqmatrix'.
6816         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
6817         mode name `square' to `sqmatrix'.
6819 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * progmodes/etags.el (select-tags-table-mode): Don't use
6822         selective-display.
6823         (tags-select-tags-table): Pass `button' to the action function.
6824         (select-tags-table): Place the side-info on button properties rather
6825         than in hidden text.  Abbreviate file names.
6826         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
6827         (select-tags-table-select): Add `button' argument.
6828         Get side-info from the button property rather than from hidden text.
6830 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
6832         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6833         (gud-speedbar-buttons): Preserve point if possible.
6834         (gud-sentinel): Restore previous speedbar display type.
6836         * progmodes/gdb-ui.el (gdba): Improve diagram.
6837         (def-gdb-auto-update-handler, gdb-info-locals-handler)
6838         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6839         Call get-buffer-window once.
6841 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6843         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6844         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6845         (pascal-indent-command): Remove unused var `ind'.
6846         (pascal-indent-case): Remove unused var `oldpos'.
6847         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6848         since it's now used as a proper minor mode map.
6849         (pascal-outline): Rename to pascal-outline-mode.
6850         (pascal-outline-mode): Use define-minor-mode.
6851         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6852         selective-display.
6854 2005-10-10  Andreas Schwab  <schwab@suse.de>
6856         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6857         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
6859         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6860         outside source directory.
6862 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
6864         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6865         C-x' as a prefix.
6866         (orgtbl-mode-map): Full keymap instead of sparse, because all
6867         `self-insert-command' keys are redefined in this map.
6868         (org-export-as-html): Specify charset for HTML file, by taking it
6869         from the coding system.
6871 2005-10-10  Kenichi Handa  <handa@m17n.org>
6873         * textmodes/flyspell.el (flyspell-check-word-p):
6874         If unread-command-events is non-empty, don't call sit-for.
6876 2005-10-09  Richard M. Stallman  <rms@gnu.org>
6878         * font-lock.el (font-lock-syntactic-keywords)
6879         (font-lock-keywords): Doc fixes.
6881         * textmodes/flyspell.el (flyspell-external-point-words):
6882         Simplify logic, and don't try to check for consecutive appearances
6883         of one incorrect word.
6885 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
6887         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6888         separator.
6890         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6891         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6892         (gud-expansion-speedbar-buttons): New function.
6893         (gud-speedbar-buttons): Check for gud-comint-buffer.
6895 2005-10-09  Bill Wohler  <wohler@newt.com>
6897         * Makefile.in (updates): Add mh-loaddefs dependency.
6899 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
6901         * speedbar.el (speedbar-file-key-map): Fix typo.
6903 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6905         * cus-start.el (line-spacing): Add custom spec.
6907 2005-10-09  Romain Francoise  <romain@orebokech.com>
6909         * textmodes/ispell.el (ispell-check-version): Fix last change.
6911 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6913         * term/x-win.el: Remove -i, --icon-type from comment.
6915         * startup.el (command-line-x-option-alist): Remove options -i,
6916         -itype, --icon-type, added -nb, --no-bitmap-icon
6918 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
6920         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6921         instead of :active.
6923 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6925         * textmodes/ispell.el (ispell-check-version):
6926         Ignore hyphen, and all that follows, in aspell's version text.
6928 2005-10-08  Jay Belanger  <belanger@truman.edu>
6930         * calc/calc-arith.el (math-known-square-matrixp): New function.
6931         (math-pow-fancy): Check for matrices before distributing exponent
6932         across products.
6934         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6935         fullscreen keypad.  Suggested by Luc Teirlinck.
6936         (calc-keypad-show-input): Add space for formatting.
6938         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6939         Add square matrix option.
6941         * calc/calc-poly.el (math-expand-term): Check for matrices instead
6942         of checking calc-matrix-mode when deciding how to expand.
6944         * calc/calc.el (calc-set-mode-line): Add square matrix option.
6946 2005-10-08  Lars Hansen  <larsh@soem.dk>
6948         * net/tramp.el (tramp-perl-directory-files-and-attributes):
6949         Add error handling.
6950         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6952 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
6954         Sync with Tramp 2.0.51.
6956         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6957         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6958         Insert special handling for `last-coding-system-used', again
6959         it still seems to be necessary (unlike stated before).
6960         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6961         (tramp-password-prompt-regexp): There might be other words before
6962         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6963         (tramp-chunksize): Improve docstring.
6964         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6965         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
6966         Christian Joergensen <bugs@razor.dk>.
6968 2005-10-07  Glenn Morris  <rgm@gnu.org>
6970         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6971         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6972         precision'.
6974 2005-10-07  Romain Francoise  <romain@orebokech.com>
6976         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6977         (ibuffer-do-shell-command-pipe-replace)
6978         (ibuffer-do-shell-command-file, ibuffer-do-eval)
6979         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6980         (ibuffer-do-revert, ibuffer-do-replace-regexp)
6981         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6982         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6983         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6984         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6985         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6986         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6987         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6988         Autoload file sans suffix.
6990         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6992 2005-10-07  David Ponce  <david@dponce.com>
6994         * recentf.el (recentf-menu-open-all-flag): New option.
6995         (recentf-digit-shortcut-command-name): New function.
6996         (recentf--shortcuts-keymap): New variable.
6997         (recentf-menu-shortcuts): New variable.
6998         (recentf-make-menu-items): Initialize it.  Replace the "More..."
6999         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
7000         (recentf-menu-value-shortcut): New function.
7001         (recentf-make-menu-item): Use it.  No more in-lined.
7002         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
7003         (recentf-open-most-recent-file): Rename from
7004         `recentf-open-file-with-key'.  Don't depend on key binding.
7005         (recentf-mode-map): New variable.
7006         (recentf-mode): Use it.
7008 2005-10-06  Bill Wohler  <wohler@newt.com>
7010         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
7012         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
7013         (MH-E-SRC): New.  Used by mh-autoloads.
7014         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
7015         files in MH-E-SRC have been updated.
7016         (compile, recompile, bootstrap): Depend on mh-autoloads.
7018 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
7020         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
7021         gud-break and gud-remove icons when the fringe is not available.
7023         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
7024         Typo.
7026 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
7028         * play/zone.el (zone): Wrap body with save-window-excursion.
7030 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7032         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7033         Use the new `list-only' arg to diary-list-entries.
7035         * calendar/diary-lib.el: Use overlays rather than selective-display.
7036         (diary-selective-display): New var.
7037         (diary-header-line-format): Use it.
7038         (diary-list-entries): Add argument `list-only'.
7039         Put the buffer in diary-mode.  Don't add \^M at beg and end.
7040         Replace \^M by invisible overlays.
7041         (diary-unhide-everything): Replace \^M by invisible overlays.
7042         (print-diary-entries): Look for overlays rather than \^M.
7043         Add a space to the temp buffer name.
7044         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
7045         Put the buffer in diary-mode.
7046         (list-sexp-diary-entries): Replace \^M by invisible overlays.
7047         (diary-anniversary): Make the year arg optional.
7048         (diary-time-regexp): New const.
7049         (diary-font-lock-keywords): Use it to accept a few more time formats.
7051         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
7053 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
7055         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
7056         Fix bug introduced 2005-07-03: Use (car (last ...))
7057         to faithfully reproduce replaced artist-last.
7058         (artist-set-arrow-points-for-poly): Likewise.
7059         Suggested by Johan Bockg\e,Ae\e(Brd.
7061 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
7063         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
7064         * wid-edit.el (widget):
7065         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
7066         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
7068 2005-10-06  Kenichi Handa  <handa@m17n.org>
7070         * international/mule-cmds.el (set-language-environment):
7071         Fix setting up of case-table for unibyte mode.
7073         * simple.el (what-cursor-position): If the character is displayed
7074         by some `display' text property, show that.  Don't use
7075         single-key-description for eight-bit characters in multibyte mode.
7077 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
7079         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
7080         (gdb-ann3): Set it.
7081         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7082         (gdb-info-frames-custom): Use inverse-video for first five
7083         characters of selected frame only.
7084         (gdb-get-frame-number): Select frame even when point is on frame
7085         number.
7087 2005-10-06  Masatake YAMATO  <jet@gyve.org>
7089         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7090         Put `font-lock-function-name-face'.
7091         (gdb-info-frames-custom): Put `font-lock-function-name-face'
7092         and `font-lock-variable-name-face'
7093         (gdb-registers-font-lock-keywords): New font lock keywords definition.
7094         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
7095         (gdb-memory-font-lock-keywords): New font lock keywords definition.
7096         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
7097         (gdb-local-font-lock-keywords): New font lock keywords definition.
7098         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
7099         (gdb-threads-font-lock-keywords): New font lock keywords definition.
7100         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
7102 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
7104         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
7105         (ediff-merge-region-is-non-clash-to-skip): Previously called
7106         ediff-merge-region-is-non-clash.
7108         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
7109         Use insert-buffer-substring.
7111         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
7112         selecting files to patch.  Also bug fixes.
7114         * ediff-util.el (ediff-setup): Bug fix.
7115         (ediff-next-difference): Never skip clashes that differ in white
7116         space only.
7118         * ediff-wind.el (ediff-setup-control-frame)
7119         (ediff-destroy-control-frame): Check the menubar feature.
7121         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
7122         (viper-refresh-mode-line): Use make-local-variable to localize
7123         some vars instead of make-variable-buffer-local.  Suggested by
7124         Stefan Monnier.
7126         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
7127         (viper-restore-cursor-type, viper-set-insert-cursor-type):
7128         Use make-local-variable instead of make-variable-buffer-local.
7129         Suggested by Stefan Monnier.
7131         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
7132         (viper-comint-mode-hook): Use make-local-variable on
7133         require-final-newline.
7134         (viper-non-hook-settings): Don't use make-variable-buffer-local.
7136 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
7139         also the second char of a comment-start sequence.
7140         (scheme-sexp-comment-syntax-table): New var.
7141         (lambda, define): Set their scheme-doc-string-elt property.
7142         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
7143         Use lisp-font-lock-syntactic-face-function now that it properly
7144         handles |...| symbols.
7145         (scheme-mode-variables): Set lisp-doc-string-elt-property,
7146         parse-sexp-lookup-properties and font-lock-extra-managed-props.
7148         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
7149         bit from # to |.
7150         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
7152         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
7153         (lisp-doc-string-elt-property): New var.
7154         (lisp-font-lock-syntactic-face-function): Use it.
7155         Rewrite to recognize docstrings even for forms not at toplevel.
7157         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
7158         annotation on the | part of #| rather than on the # part.
7159         (scheme-font-lock-syntactic-face-function): New function, to
7160         distinguish strings from |...| symbols.
7161         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
7162         syntax-table so that #|...|# is properly highlighted.
7164         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
7165         Don't mark as docstring the 3rd elem of an unknown toplevel form.
7167 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7169         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
7170         and C-e.
7172         * emacs-lisp/eldoc.el: Move comments into docstrings.
7173         (eldoc-message-commands): Initialize in its declaration.
7174         Add move-beginning-of-line and move-end-of-line.
7175         (eldoc-add-command, eldoc-add-command-completions)
7176         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
7178         * outline.el (outline-mark-subtree): Activate the mark.
7180         * calendar/appt.el (appt-time-regexp): New var.
7181         (appt-add, appt-make-list): Use it.
7182         (appt-convert-time): Clean up.
7184         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7185         Don't set any syntax-table property here.
7186         (tex-font-lock-verb): New function.  Do it here.
7187         (tex-font-lock-syntactic-keywords): Use it.
7189 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7191         * wid-edit.el (widget-file-complete): Get the widget start point
7192         the right way.  Default directory to `/' if file has none.
7194         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
7196         * textmodes/flyspell.el (flyspell-mode-on):
7197         Call ispell-maybe-find-aspell-dictionaries.
7199         * textmodes/ispell.el (ispell-word, ispell-region):
7200         Call ispell-maybe-find-aspell-dictionaries.
7201         (ispell-accept-buffer-local-defs):
7202         Don't call ispell-maybe-find-aspell-dictionaries
7204 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7206         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
7208 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
7210         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
7211         instead of `fboundp' in order to allow for anonymous functions.
7213 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
7215         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
7216         case the user clicks on the link while another window is selected.
7217         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
7219         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
7220         functionality.
7221         (dframe-help-echo): Save point in case mouse tracking is off.
7223 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
7225         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
7227 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7229         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
7230         not change the global value of those vars.
7232         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
7233         make-local-variable which we do not need any more.
7235 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
7237         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
7238         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
7239         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
7240         (speedbar-path-line): Define obsolete aliases.
7241         (speedbar-line-directory): Doc fix.
7243         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
7244         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
7245         instead of speedbar-line-path.
7247 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7249         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
7250         to nil if dropping on a window.  Handle dropping on a minibuffer window
7251         like dropping on a non-window part of Emacs.
7253 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7255         * net/ange-ftp.el: Use with-current-buffer.
7256         (ange-ftp-insert-directory): Do not follow symlinks any more.
7258         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7259         Remove interactive spec.
7261 2005-10-03  Kim F. Storm  <storm@cua.dk>
7263         * ido.el (ido-mode): Use custom-initialize-set.
7265 2005-10-02  Richard M. Stallman  <rms@gnu.org>
7267         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
7268         Use insert-buffer-substring.
7270         * net/tramp.el: Pacify byte compiler warnings in pacification code.
7271         (tramp-handle-file-local-copy): Use insert-buffer-substring.
7273 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7275         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
7276         in last change.
7277         (ange-ftp-insert-directory): Fix up the search for the case where
7278         `file' is absolute.
7280 2005-10-02  Romain Francoise  <romain@orebokech.com>
7282         * progmodes/compile.el (compile-goto-error): Delete extra paren.
7284 2005-10-02  Andreas Schwab  <schwab@suse.de>
7286         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
7287         directory component in the session info.
7289 2005-10-01  Richard M. Stallman  <rms@gnu.org>
7291         * comint.el (comint-redirect-subvert-readonly): Doc fix.
7293         * simple.el (next-error-internal): New function.
7295         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
7296         (compilation-start): Pass new arg to compilation-buffer-name.
7297         (compile-goto-error): Use next-error-internal.
7299 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7301         * speedbar.el: Remove RCS tag.
7302         (speedbar-check-read-only): Handle non-existent files.
7304         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
7306         * info.el (Info-speedbar-hierarchy-buttons)
7307         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
7309 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7311         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
7312         Do not match newline.
7313         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
7314         (bibtex-summary): Remove unnecessary save-excursion.
7315         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
7317 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7319         * term/mac-win.el: Add charset info for "iso10646-1".
7320         Modify default fontset to use ATSUI-compatible fonts for some charsets
7321         if available.
7323 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7325         * speedbar.el: Re-apply arch tag.
7326         (speedbar-version): Rename to version 1.0.  Suggested by Eric
7327         M. Ludlam.
7328         Reapply two changes from Emacs CVS' version of speedbar lost
7329         during the merge:
7330         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
7331         (speedbar-frame-parameters): Improve customize type.
7333 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7335         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
7336         (ange-ftp-file-directory-p): Fix the symlink case.
7337         (ange-ftp-insert-directory): When listing a single file, get a list of
7338         the parent buffer and extract the relevant line.  Inspired from a patch
7339         by Katsumi Yamaoka <yamaoka@jpl.org>.
7340         (ange-ftp-file-name-sans-versions): Simplify.
7342 2005-09-30  Bill Wohler  <wohler@newt.com>
7344         Move MH-E image files from toolbar and mail directories into
7345         etc/images.
7347         * mail/reply2.*: Move to etc/images/mail/reply*.
7349         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
7350         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
7351         etc/images.
7353         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
7354         * toolbar/reply*: Move to etc/images/mail.
7356         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
7358 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
7360         * speedbar.el: New version 1.0pre3.
7362         Frame management code (including timer, and mouse click specifics)
7363         moved to dframe.el:
7364         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
7365         (speedbar-timer): Removed.  Use dframe-timer.
7366         (speedbar-close-frame): Removed.  Use dframe-close-frame.
7367         (speedbar-activity-change-focus-flag): Removed.  Use
7368         dframe-activity-change-focus-flag.
7369         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
7370         dframe-update-speed.
7372         (speedbar-current-frame): New macro.  Use this instead of the
7373         variable speedbar-frame.
7375         (speedbar-use-images, speedbar-expand-image-button-alist)
7376         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
7378         (speedbar-find-image-on-load-path): Removed.  Replaced by
7379         defezimage in ezimage.el.
7380         (speedbar-expand-image-button-alist): Removed.  Replaced by
7381         ezimage-expand-image-button-alist in ezimage.el.
7383         (speedbar-ignored-directory-regexp)
7384         (speedbar-add-ignored-directory-regexp)
7385         (speedbar-ignored-directory-expressions)
7386         (speedbar-line-directory, speedbar-buffers-line-directory)
7387         (speedbar-directory-line, speedbar-buffers-line-directory):
7388         Renamed, replacing `path' with `directory'.
7390         (speedbar-create-directory, speedbar-expand-line-descendants)
7391         (speedbar-toggle-line-expansion)
7392         (speedbar-contract-line-descendants): New commands.
7394         (speedbar-query-confirmation-method, speedbar-select-frame-method)
7395         (speedbar-use-tool-tips-flag): New options.
7397         (speedbar-check-read-only, speedbar-require-version)
7398         (speedbar-insert-separator, speedbar-buffers-tail-notes)
7399         (speedbar-handle-delete-frame, speedbar-try-completion)
7400         (speedbar-update-localized-contents): New functions.
7402         (speedbar-incompatible-version, speedbar-ro-to-do-point)
7403         (speedbar-object-read-only-indicator): New variables.
7405         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
7406         New hooks.
7408         (speedbar-separator-face): New face.
7410         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
7411         (speedbar-ignored-modes): Add fundamental-mode.
7412         (speedbar-directory-unshown-regexp): Add . directories.
7414         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
7415         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
7416         `]' for full expand/close.
7417         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
7419         (speedbar-check-vc): Support hidden files.
7420         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
7421         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
7422         state is nil, it is not checked out.
7424         (speedbar-line-text, speedbar-line-token): Support expand buttons
7425         with no text.
7426         (speedbar-refresh): Universal argument acts as power-click.
7427         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
7428         that buffer to get variable values.
7430         And many other bugfixes.
7432         * dframe.el, ezimage.el, sb-image.el: New files.
7434         * sb-*.xpm: Remove files.  New image files installed into
7435         etc/images/ezimage.
7437 2005-09-30  Kenichi Handa  <handa@m17n.org>
7439         * ps-mule.el (ps-mule-show-warning): If a character is in
7440         ps-print-translation-table, don't treat it as non-printable.
7442 2005-09-30  David Ponce  <david@dponce.com>
7444         * tree-widget.el (tree-widget-themes-load-path): New variable.
7445         (tree-widget-themes-directory): Doc fix.
7446         (tree-widget-image-formats) [Emacs]: Doc fix.
7447         (tree-widget--locate-sub-directory): New function.
7448         (tree-widget-themes-directory): Use it.
7450         * recentf.el (recentf-filename-handlers): Rename from
7451         `recentf-filename-handler'.  Allow a list of functions.
7452         (recentf-menu-items-for-commands): Fix :help strings.
7453         (recentf-apply-filename-handlers): New function.
7454         (recentf-expand-file-name): Use it.
7455         (recentf-cleanup): Remove duplicates too.
7457 2005-09-29  Juri Linkov  <juri@jurta.org>
7459         * faces.el: Rearrange face definitions to be in the same order as
7460         their face descriptions in "(emacs)Standard Faces".
7462         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
7464         * tooltip.el (tooltip): Add group `basic-faces'.
7466         * buff-menu.el (Buffer-menu-buffer): Remove group
7467         `font-lock-highlighting-faces'.
7469         * progmodes/compile.el (compilation-error, compilation-warning)
7470         (compilation-info, compilation-line-number, compilation-column-number):
7471         Change group from `font-lock-highlighting-faces' to `compilation'.
7473         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7474         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
7475         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
7476         (vhdl-font-lock-reserved-words-face)
7477         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
7478         `font-lock-highlighting-faces'.
7480         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
7482 2005-09-28  Kim F. Storm  <storm@cua.dk>
7484         * emulation/cua-base.el: Set CUA move property on additional commands:
7485         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
7486         forward-sexp, backward-sexp, forward-list, backward-list.
7488 2005-09-28  Romain Francoise  <romain@orebokech.com>
7490         * comint.el (comint-show-output): Really set point at the
7491         beginning of the output when not using `comint-use-prompt-regexp'.
7493 2005-09-27  Jay Belanger  <belanger@truman.edu>
7495         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7496         in TeX mode.
7498 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
7500         * textmodes/org.el (org-table-sum): Fix format string.
7502         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7503         Quote face names.
7505 2005-09-26  Romain Francoise  <romain@orebokech.com>
7507         * isearch.el (isearch-forward-regexp): Close doc string.
7509 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7511         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7513         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7515         * progmodes/compile.el (compilation-error-properties):
7516         When getting the file from the previous error message,
7517         correctly decode the new data format.
7519         * progmodes/cc-cmds.el (c-electric-paren):
7520         Call old-blink-paren only for close-paren.
7522 2005-09-24  Andreas Schwab  <schwab@suse.de>
7524         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7525         condition.
7527 2005-09-25  Romain Francoise  <romain@orebokech.com>
7529         * dired-aux.el (dired-copy-file-recursive):
7530         * dired.el (dired-delete-file):
7531         * ediff-mult.el (ediff-dir-diff-copy-file):
7532         * ediff-util.el (ediff-test-save-region):
7533         * forms.el (forms-mode):
7534         * ido.el (ido-file-internal, ido-delete-file-at-head):
7535         * log-edit.el (log-edit-done):
7536         * ses.el (ses-yank-resize):
7537         * play/gomoku.el (gomoku-human-plays, gomoku)
7538         (gomoku-human-resigns, gomoku-prompt-for-other-game)
7539         (gomoku-offer-a-draw):
7540         * play/landmark.el (lm-human-resigns, lm):
7541         * net/eudcb-ldap.el (eudc-ldap-check-base):
7542         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
7543         * progmodes/ebrowse.el (ebrowse-find-pattern):
7544         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
7545         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
7546         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7548         * vc.el (vc-delete-file):
7549         * play/gomoku.el (gomoku-terminate-game, gomoku)
7550         (gomoku-prompt-for-move, gomoku-human-takes-back):
7551         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7552         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7554 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7556         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7557         color rxvt terminals by using the code xterm.el used to use before
7558         2005-04-09 in order to match the colors used by rxvt.
7560 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7562         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7563         colors rxvt-unicode terminals by using the same code as xterm.el.
7565 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7567         * textmodes/tex-mode.el (tex-font-lock-append-prop)
7568         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7569         new symbol used for the tex-verbatim face.
7571 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7573         * woman.el (woman-file-name):
7574         * wid-edit.el (widget-file-prompt-value)
7575         (widget-coding-system-prompt-value):
7576         * w32-fns.el (set-w32-system-coding-system):
7577         * vc.el (vc-version-diff, vc-annotate):
7578         * textmodes/reftex-auc.el (reftex-arg-cite)
7579         (reftex-arg-index-tag):
7580         * textmodes/refer.el (refer-get-bib-files):
7581         * textmodes/artist.el (artist-figlet-choose-font):
7582         * terminal.el (terminal-emulator):
7583         * replace.el (occur-read-primary-args):
7584         * rect.el (string-rectangle, string-insert-rectangle):
7585         * ps-print.el (ps-print-preprint):
7586         * progmodes/pascal.el (pascal-goto-defun):
7587         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7588         * progmodes/compile.el (compilation-find-file):
7589         * printing.el (pr-interactive-n-up):
7590         * play/animate.el (animate-birthday-present):
7591         * net/rcompile.el (remote-compile):
7592         * man.el (man, Man-goto-section, Man-follow-manual-reference):
7593         * mail/rmailsum.el (rmail-summary-search-backward)
7594         (rmail-summary-search):
7595         * mail/rmailout.el (rmail-output-read-rmail-file-name)
7596         (rmail-output-read-file-name):
7597         * mail/rmail.el (rmail-search, rmail-search-backwards):
7598         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7599         * locate.el (locate):
7600         * international/quail.el (quail-show-keyboard-layout):
7601         * international/mule.el (set-buffer-file-coding-system)
7602         (revert-buffer-with-coding-system, set-file-name-coding-system)
7603         (set-terminal-coding-system, set-keyboard-coding-system)
7604         (set-next-selection-coding-system):
7605         * international/mule-diag.el (describe-coding-system)
7606         (describe-font, describe-fontset):
7607         * international/mule-cmds.el (universal-coding-system-argument)
7608         (search-unencodable-char, describe-input-method)
7609         (set-language-environment, describe-language-environment):
7610         * international/codepage.el (codepage-setup):
7611         * international/code-pages.el (codepage-setup):
7612         * info.el (Info-search, Info-follow-reference)
7613         (Info-search-backward):
7614         * emacs-lisp/advice.el (ad-read-advised-function)
7615         (ad-read-advice-class, ad-clear-cache, ad-activate)
7616         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7617         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7618         (ad-read-regexp):
7619         * ediff-util.el (ediff-toggle-regexp-match):
7620         * ediff-ptch.el (ediff-prompt-for-patch-file):
7621         * dired-aux.el (dired-diff):
7622         * diff.el (diff):
7623         * cus-edit.el (custom-variable-prompt):
7624         * calendar/timeclock.el (timeclock-ask-for-project):
7625         * calc/calcalg3.el (calc-get-fit-variables):
7626         * calc/calc-store.el (calc-edit-variable)
7627         (calc-permanent-variable):
7628         * vc-mcvs.el (vc-mcvs-register):
7629         * shadowfile.el (shadow-define-literal-group):
7630         * woman.el (woman-file-name):
7631         * vc.el (vc-version-diff, vc-merge):
7632         * textmodes/reftex-index.el (reftex-index-complete-tag):
7633         * format.el (format-decode-buffer, format-decode-region):
7634         * emulation/viper-cmd.el (viper-read-string-with-history):
7635         * emacs-lisp/debug.el (cancel-debug-on-entry):
7636         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7637         * ediff.el (ediff-merge-revisions)
7638         (ediff-merge-revisions-with-ancestor, ediff-revision):
7639         * completion.el (interactive-completion-string-reader):
7640         * calc/calc-prog.el (calc-user-define-formula):
7641         Follow convention for reading with the minibuffer.
7643 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
7645         * progmodes/python.el (python-describe-symbol): Add globals() and
7646         locals() to the arguments of emacs.ehelp.
7648 2005-09-24  Magnus Henoch  <mange@freemail.hu>
7650         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7651         New function, code extracted from ispell-valid-dictionary-list.
7652         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7653         Call it.
7655 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
7657         * subr.el (version-regexp-alist): Extend valid syntax for version
7658         strings: allow any of the characters -,_,+ to separate the
7659         alpha/beta/rc part from the version part.  Doc fix.
7660         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
7662 2005-09-23  David Reitter  <david.reitter@gmail.com>
7664         * mail/mailclient.el: New file.
7666 2005-09-23  Richard M. Stallman  <rms@gnu.org>
7668         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7669         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7670         Doc fixes.
7672         * progmodes/cc-mode.el (c-font-lock-init):
7673         Specify font-lock-lines-before.
7675 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7677         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7678         whole conflict.
7680 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7682         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7683         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
7684         of `remap' feature when available.  Additional key bindings for
7685         better tty support.
7686         (org-mode-restart, org-force-self-insert): New commands.
7687         (org-time-stamp-inactive): New command.
7688         (org-remap): New function.
7689         (org-table-auto-blank-field, org-level-color-stars-only): New options.
7690         (org-enable-fixed-width-editor): Move to `org-structure'
7691         customization group.
7692         (org-self-insert-command, orgtbl-self-insert-command): Modify to
7693         blank field after field motion commands.
7695 2005-09-23  Kenichi Handa  <handa@m17n.org>
7697         * international/mule-cmds.el (set-language-environment):
7698         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7699         have to call utf-translate-cjk-load-tables.
7701 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7703         * mouse.el (mouse-move-drag-overlay): Fix last change.
7705 2005-09-22  David Ponce  <david@dponce.com>
7707         * tree-widget.el (tree-widget-value-create): Fix previous change.
7709 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7711         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7713 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7715         * mouse.el (mouse-move-drag-overlay): New function.
7716         (mouse-drag-region-1): Use it.
7717         Try to simplify a bit the state handling.  Handle clicks on links
7718         inside intangible areas.
7719         (mouse-save-then-kill): Minor simplification.
7720         (mouse-secondary-overlay): Make it always non-nil instead of
7721         recreating it each time.
7722         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7723         (mouse-kill-secondary, mouse-secondary-save-then-kill):
7724         Simplify accordingly.
7726 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7728         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7730 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
7732         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7733         (ediff-file-name-sans-prefix): Treat nil as an empty string.
7734         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7735         to patch.
7737         * ediff-util.el: Use insert-buffer-substring.
7739         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7741         * emulation/viper-cmd.el (viper-change-state): Don't move over the
7742         field boundaries in the minibuffer.
7743         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7744         (viper-minibuffer-post-command-hook): New hook.
7745         (viper-line): Don't move cursor at bolp.
7747         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7749         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7750         avoid compiler warnings.
7752         * emulation/viper-macs.el (ex-map): Better messages.
7754         * emulation/viper-utils.el (viper-beginning-of-field): New function.
7756         * emulation/viper.el: Replace make-variable-buffer-local with
7757         viper-make-variable-buffer-local everywhere, to avoid warnings.
7759 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
7762         Delete unused var `old-selected-window'.
7763         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
7764         (mouse-drag-secondary): Delete unused var `start-frame'.
7766 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7768         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
7770 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7772         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
7773         Re-indent within 80 columns.  Use inhibit-read-only.
7775 2005-09-19  Romain Francoise  <romain@orebokech.com>
7777         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
7779 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7781         * font-lock.el (font-lock-default-fontify-region): Don't add a line
7782         unconditionally, since the after-change-function already did it.
7784 2005-09-19  Miles Bader  <miles@gnu.org>
7786         * net/newsticker.el: Get rid of CVS keyword.
7788 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
7790         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
7791         The prompt is formatted later.
7793 2005-09-19  David Ponce  <david@dponce.com>
7795         * tree-widget.el (tree-widget-value-create): Save the converted
7796         tree :node widget.
7798 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7800         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
7801         variable `message'.
7803 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
7805         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
7806         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
7807         <slawomir.nowaczyk.847@student.lu.se>.
7809 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
7811         * image.el (image-load-path): Use symbol `data-directory' instead
7812         of its value, for backward compatibility with packages that bind
7813         it during `find-image'.  Suggested by Katsumi Yamaoka.
7814         (image-search-load-path): Handle symbols whose values are strings.
7816 2005-09-18  Romain Francoise  <romain@orebokech.com>
7818         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
7819         with-current-buffer form in save-excursion.
7821 2005-09-18  D Goel  <deego@gnufans.org>
7823         * apropos.el (apropos-command): Fix `message' call: first arg
7824         should be a format spec.  In this and all other cases that appear
7825         below and elsewhere in the source code, I made a change only when
7826         two conditions were satisfied: [1] I can think of a possibility
7827         that the arguments would cause an error, for example, the code in
7828         question relies on external variables such as filenames.  [2] I
7829         was sure that the arg to `message' could not have been nil in the code.
7831         * textmodes/tildify.el (tildify-region): Ditto.
7833         * textmodes/reftex-index.el (reftex-index-change-entry)
7834         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7835         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7836         * textmodes/org.el (org-complete, org-deadline, org-schedule)
7837         (org-priority, org-table-sum):
7838         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7839         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7840         (flyspell-word, flyspell-display-next-corrections):
7841         * textmodes/bibtex.el (bibtex-print-help-message):
7842         * textmodes/artist.el (artist-key-set-point-poly):
7843         * term/mac-win.el (mac-services-insert-text):
7844         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7845         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7846         (vhdl-port-paste-testbench, vhdl-compose-new-component)
7847         (vhdl-compose-configuration):
7848         * progmodes/sh-script.el (sh-blink, sh-show-indent)
7849         (sh-set-indent, sh-learn-line-indent):
7850         * progmodes/ps-mode.el (ps-mode-target-column):
7851         * progmodes/idlwave.el (idlwave-make-tags)
7852         (idlwave-scan-library-catalogs):
7853         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7854         * progmodes/gud.el (gud-jdb-analyze-source):
7855         * progmodes/flymake.el (flymake-log):
7856         * progmodes/ebnf2ps.el (ebnf-generate-region):
7857         * progmodes/cmacexp.el (c-macro-expansion):
7858         * progmodes/ada-xref.el (ada-treat-cmd-string):
7859         * progmodes/ada-mode.el (ada-create-case-exception-substring)
7860         (ada-justified-indent-current, ada-batch-reformat):
7861         * play/zone.el (zone):
7862         * play/landmark.el (lm-move):
7863         * play/decipher.el (decipher-show-alphabet):
7864         * net/newsticker.el (newsticker--display-jump)
7865         (newsticker--display-scroll):
7866         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7867         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7868         * mail/feedmail.el (feedmail-dump-message-to-queue):
7869         * eshell/esh-proc.el (eshell-remove-process-entry):
7870         * emulation/ws-mode.el (ws-last-error):
7871         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7872         (viper-record-kbd-macro):
7873         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7874         * emacs-lisp/lisp-mnt.el (lm-report-bug):
7875         * emacs-lisp/find-func.el (find-function-noselect):
7876         * calendar/timeclock.el (timeclock-status-string)
7877         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7878         (timeclock-when-to-leave-string):
7879         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7880         * calc/calc-units.el (calc-enter-units-table):
7881         * calc/calc-mode.el (calc-mode-record-mode):
7882         * woman.el (woman-mini-help):
7883         * wdired.el (wdired-change-to-wdired-mode):
7884         * vc.el (vc-retrieve-snapshot):
7885         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7886         * startup.el (display-startup-echo-area-message):
7887         * simple.el (set-goal-column):
7888         * ses.el (ses-command-hook, ses-recalculate-cell):
7889         * server.el (server-process-filter):
7890         * printing.el (pr-interface-txt-print, pr-interface-printify)
7891         (pr-interface-ps):
7892         * pcvs.el (cvs-help):
7893         * log-edit.el (log-edit, log-edit-mode-help):
7894         * iswitchb.el (iswitchb-possible-new-buffer):
7895         * isearch.el (isearch-edit-string):
7896         * image-mode.el (image-mode, image-minor-mode):
7897         * ibuf-macs.el (define-ibuffer-filter):
7898         * hi-lock.el (hi-lock-find-patterns):
7899         * files.el (toggle-read-only):
7900         * ediff-util.el (ediff-copy-diff)
7901         (ediff-write-merge-buffer-and-maybe-kill):
7902         * echistory.el (Electric-history-undefined):
7903         * dnd.el (dnd-insert-text):
7904         * dired-aux.el (dired-query):
7905         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7906         * bookmark.el (bookmark-bmenu-locate):
7907         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7908         Fix `message' calls to ensure first arg is a format string.
7909         The change was made only when these two conditions were satisfied:
7910         [1] when there is a possibility that the arguments would cause an error
7911         for example, if the code in question relies on external variables
7912         such as filenames, and
7913         [2] if the arg to `message' could not have been nil in the code.
7915         * pcomplete.el (pcomplete--help): Fix `message' format spec.
7916         Not having a %s would be weird, though not technically wrong.
7918 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7920         * term/mac-win.el (mac-add-charset-info): Doc fix.
7922 2005-09-17  Romain Francoise  <romain@orebokech.com>
7924         * shell.el (shell-resync-dirs): Handle echoing processes more
7925         reliably.  Don't insert resync command if `comint-process-echoes'
7926         is non-nil.
7928 2005-09-17  Magnus Henoch  <mange@freemail.hu>
7930         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7931         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7932         aspell versions >= 0.60.
7933         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7934         only if ispell-aspell-supports-utf8 is non-nil.
7936 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7938         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7939         buffer-local value to lisp-indent-function.
7941 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
7943         * progmodes/glasses.el (glasses-make-readable): If
7944         glasses-separator differs from underscore, put appropriate
7945         overlays over underscore characters.
7946         (glasses-convert-to-unreadable): If glasses-separator differs from
7947         underscore, try to convert glasses-separator characters to
7948         underscores.
7950 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7952         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7953         Use with-syntax-table and dolist.
7955 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
7957         * textmodes/reftex-auc.el:
7958         * textmodes/reftex-cite.el:
7959         * textmodes/reftex-dcr.el:
7960         * textmodes/reftex-global.el:
7961         * textmodes/reftex-parse.el:
7962         * textmodes/reftex-ref.el:
7963         * textmodes/reftex-sel.el:
7964         * textmodes/reftex-toc.el:
7965         * textmodes/reftex-vars.el:
7966         * textmodes/reftex.el: Small changes to remove compiler warnings.
7968         * textmodes/reftex-index.el: Likewise.
7969         (reftex-query-index-phrase): More efficient use of markers.
7971 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7973         * image.el (image-load-path): New variable.
7974         (image-search-load-path): New function.
7975         (find-image): Search for images in `image-load-path'.
7977 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7979         * follow.el: Change Maintainer field.
7981 2005-09-15  David Ponce  <david@dponce.com>
7983         * recentf.el (recentf-save-file-modes): New option.
7984         (recentf-save-list): Use it.
7986 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
7988         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7989         (mode-line-mule-info, mode-line-modified): Move bindings from
7990         mouse-3 to mouse-1.
7992 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7994         * simple.el (sendmail-user-agent-compose): Revert last change.
7996 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7998         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7999         Use with-current-buffer.
8000         (ange-ftp-gwp-start): Remove unused var `gw-user'.
8001         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
8002         (ange-ftp-insert-directory): Remove unused var `short'.
8003         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
8005         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
8006         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
8008         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
8009         (check-calendar-holidays, diary-list-entries): Autoload.
8010         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
8011         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
8013         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
8014         which mistakenly removed a call to display-buffer.
8016 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
8018         * obsolete/iso-insert.el: Move to obsolete/ from international/.
8020 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
8022         * progmodes/hideshow.el
8023         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
8024         (hs-allow-nesting): New user var.
8025         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
8026         (hs-hide-block-at-point): When nesting allowed,
8027         if there is already an overlay in place, delete it.
8028         (hs-safety-is-job-n): Delete func; remove call sites.
8029         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
8030         (hs-overlay-at): New func.
8031         (hs-already-hidden-p, hs-show-block): Use it.
8032         (hs-hide-all): Don't pre-clean if nesting allowed.
8033         (hs-show-all): Temporarily disallow
8034         nesting around call to `hs-discard-overlays'.
8036 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
8038         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
8039         Delete unused local var.
8041 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
8043         * help-fns.el (describe-categories): "?\ " -> "?\s".
8044         (help-do-arg-highlight): Recognize also ARG-n, as in
8045         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
8047         * international/codepage.el (dos-unsupported-char-glyph):
8048         * net/newsticker.el (tool-bar-map, w3-mode-map)
8049         (w3m-minor-mode-map):
8050         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
8051         (ent-alist):
8052         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
8054 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
8056         * custom.el (custom-push-theme): Handle the case where a symbol is
8057         bound but face properties have not yet been assigned.
8059         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
8060         Fix behavior if noerase is `t' and there is no mail buffer.
8062         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
8063         if `continue' is nil, rather than signal an error.
8065 2005-09-12  Richard M. Stallman  <rms@gnu.org>
8067         * font-lock.el (font-lock-keywords): Add autoload.
8069         * help-fns.el (describe-variable): Rearrange to put source link
8070         in a predictable place.
8072         * net/newsticker.el: New file.
8074 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8076         * calendar/calendar.el (calendar-for-loop): Add edebug info.
8077         (calendar-basic-setup): Use the new nil arg.
8078         (number-of-diary-entries): Move to diary-lib.el.
8080         * calendar/diary-lib.el: Use with-current-buffer, match-string.
8081         (diary-list-entries): Use with-syntax-table and dolist.
8082         Rename from list-diary-entries.
8083         Use number-of-diary-entries if `number' is nil.
8084         (diary, diary-view-entries): Use this new name and new nil arg value.
8085         (number-of-diary-entries): Move from calendar.el.
8086         (diary-unhide-everything): New function.
8087         (include-other-diary-files, fancy-diary-display)
8088         (diary-show-all-entries, make-diary-entry): Use it.
8089         (diary-mail-entries): Use buffer-string.
8090         (mark-diary-entries): Fix long standing paren typo.
8091         (diary-sexp-entry): Use count-lines.
8092         (make-diary-entry): Avoid `previous-line'.
8093         (diary-mode-map): New var.
8094         (diary-mode): Redraw cal after saving.  Setup header-line.
8095         (fancy-diary-display-mode): Use local-set-key.
8097         * startup.el (command-line): Try calling various terminal-init-foo-bar
8098         functions by stripping hyphenated suffixes from $TERM.
8100         * files.el (normal-mode): Check boundness of font-lock-keywords.
8102 2005-09-12  Richard M. Stallman  <rms@gnu.org>
8104         * progmodes/compile.el: Don't decide a file's directory
8105         until the user actually tries to go there.
8106         (compilation-next-error-function):
8107         Pass compilation-find-file the directory from the file-struct.
8108         (compilation-internal-error-properties): Separate local FILE-STRUCT
8109         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
8110         (compilation-find-file): Arg DIR renamed to DIRECTORY.
8111         Expand it, and if nil, use default-directory.
8112         (compilation-get-file-structure): Don't mix specified directory
8113         with default directory.  Put specified directory into
8114         file-struct.  Don't make the file name absolute.
8116         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8117         (compile-command): Add autoload.
8118         (compilation-disable-input): Add autoload.
8120 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
8122         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
8123         strings of the variables it can override.
8124         (time-stamp): New (as yet undocumented) time-stamp-format escapes
8125         %Q and %q, for fully-qualified domain name and unqualified host name.
8127 2005-09-11  Kim F. Storm  <storm@cua.dk>
8129         * emacs-lisp/authors.el (authors-aliases): Update list.
8130         (authors-fixed-entries): Update mldrag.el entry.
8132 2005-09-10  Alan Mackenzie  <acm@muc.de>
8134         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
8135         from the region narrowed to.
8137 2005-09-10  Magnus Henoch  <mange@freemail.hu>
8139         * textmodes/ispell.el (ispell-check-version): Signal an error if
8140         aspell version is less than 0.60.
8142 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
8144         * progmodes/octave-inf.el (inferior-octave-startup):
8145         Resync current dir at the end.
8147 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
8149         * woman.el (woman-topic-at-point-default):
8150         Rename to woman-use-topic-at-point-default.
8151         (woman-topic-at-point): Rename to woman-use-topic-at-point.
8152         (woman-file-name): Reflect renames above.  Automatically use the
8153         word at point as topic if woman-use-topic-at-point is non-nil.
8154         Otherwise offer it as default but don't insert it in the
8155         minibuffer.  Also use `test-completion' instead of `assoc' as
8156         suggested by Stefan Monnier.
8158 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
8160         * vc.el (vc-directory, vc-update-change-log): Throw an error on
8161         the attempt to do it over Tramp.  This is not yet supported.
8163 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
8165         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8166         (menu-bar-non-minibuffer-window-p): New functions.
8167         ("Split Window", "Save As..."): Use them.
8168         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
8169         ("Print Buffer", "Truncate Long Lines in this Buffer"):
8170         Use menu-bar-menu-frame-live-and-visible-p.
8171         ("Save Buffer", "Insert File", "Open Directory...")
8172         ("Open File...", "Visit New File..."):
8173         Use menu-bar-non-minibuffer-window-p.
8174         (kill-this-buffer-enabled-p, dired <menu-enable>):
8175         Use menu-bar-non-minibuffer-window-p.
8177 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8179         * cus-start.el (all): Don't complain about fringe-related
8180         built-ins if fringes are not supported.  Ditto about
8181         selection-related built-ins.  Fix the test for GTK-related built-ins.
8183         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
8184         ("Postscript Print Buffer", "Print Region", "Save As...")
8185         ("Save", "Insert File...", "Open Directory...")
8186         ("Open File...", "Visit New File..."")
8187         ("Truncate Long Lines in this Buffer"): Don't look at
8188         menu-updating-frame if this display does not support multiple frames.
8190 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8192         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
8194 2005-09-09  Emilio Lopes  <eclig@gmx.net>
8196         * woman.el: Format- and whitespace-related changes.
8198 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8200         * woman.el: Fix my email address.
8202 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8204         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
8205         (sh-mode): Locally set skeleton-pair-default-alist.
8207         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8209         * progmodes/flymake.el: Require `compile' unconditionally.
8211         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
8213         * woman.el (woman-file-name): Provide a default, not initial input.
8215         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
8217         * font-lock.el (font-lock-support-mode): Doc fix.
8219         * descr-text.el (describe-property-list): Handle non-symbol prop names.
8221 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8223         * simple.el (blink-matching-open): Get rid of text props from
8224         the string shown in echo area.  Don't permanently set point.
8225         Some rearrangements.
8227 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8229         * recentf.el (recentf-filename-handler): Add custom choice
8230         `abbreviate-file-name'.
8232         * msb.el (msb--very-many-menus): Fix typo.
8234         * disp-table.el (standard-display-european): Don't set
8235         enable-multibyte-characters to nil.
8237 2005-09-08  David Ponce  <david@dponce.com>
8239         * recentf.el (recentf-show-file-shortcuts-flag): New option.
8240         (recentf-expand-file-name): Doc fix.
8241         (recentf-dialog-mode-map): Define digit shortcuts.
8242         (recentf--files-with-key): New variable.
8243         (recentf-show-digit-shortcut-filter): New function.
8244         (recentf-open-files-items): New function.
8245         (recentf-open-files): Use it.
8246         (recentf-open-file-with-key): New command.
8248 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
8250         * buff-menu.el (Buffer-menu-sort-by-column): New function.
8251         Suggested by Kim F. Storm.
8252         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
8253         (Buffer-menu-make-sort-button): Use global keymap.
8255 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
8257         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
8258         (Man-getpage-in-background-advice): Remove defadvice; it isn't
8259         necessary any longer with the remapped command.
8260         (Man-bgproc-sentinel-advice): Remove defadvice which counts
8261         formatting time only.
8263         * net/tramp.el (tramp-action-password)
8264         (tramp-multi-action-password): Compile the password prompt from
8265         `method', `user' and `host'.  Sometimes it isn't obvious which
8266         password to enter, for example with remote files offered by
8267         recentf.el, or with multiple steps.  Suggested by Robert Marshall
8268         <robert@chezmarshall.freeserve.co.uk>.
8270 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8272         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8273         Fix regexp for when "s///" is at the beginning of line.
8275 2005-09-07  Jay Belanger  <belanger@truman.edu>
8277         * calc/calc-poly.el (math-expand-term): Multiply out any powers
8278         when in matrix mode.
8280 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8282         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
8283         non-anonymous functions.
8285 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
8287         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
8288         when using a header line.  Otherwise, use mouse-1-click-follows-link.
8290         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
8291         can't be moved; don't signal an error.
8293 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
8295         * cus-theme.el (custom-theme-write-faces): Save the current face
8296         spec, not the defface spec.
8298         * custom.el (custom-known-themes): Clarify meaning of "standard".
8299         (custom-push-theme): Save old values in the standard theme.
8300         (disable-theme): Correct typo.
8301         (custom-face-theme-value) Deleted unused function.
8302         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
8304 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8306         * progmodes/compile.el (compilation-goto-locus): Take into account
8307         iconified frames when determining whether the buffer is
8308         already visible.
8309         Don't reset window height if the window already existed.
8311 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
8313         * custom.el (load-theme): Rename from require-theme.
8314         Add interactive spec.
8315         (enable-theme): Rename from custom-enable-theme.
8316         Add interactive spec.
8317         (disable-theme): Rename from custom-disable-theme.
8318         Add interactive spec.
8319         (custom-make-theme-feature): Doc fix.
8320         (custom-theme-directory): Doc fix.
8321         (provide-theme): Call enable-theme.
8323 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8325         * obsolete/lazy-lock.el (lazy-lock-mode):
8326         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
8327         font-lock-mode if it's off.  Print a warning instead.
8329         * progmodes/compile.el (compilation-start): Ignore errors if the
8330         process died before we get to send-eof.
8332         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
8333         Undo last change.  Enclosing the result in quotes broke things on Unix
8334         since tex-send-command passes it through shell-quote-argument.
8335         (tex-send-command): Pass `file' through convert-standard-filename
8336         when possible.
8337         (tex-uptodate-p): Handle the case where TeX hasn't put additional
8338         info in a transcript.
8340 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8342         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
8343         fix compilation warning.  Reorder the key definitions to group
8344         together keys emitted by the current version of xterm.
8346         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
8347         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
8348         Reorder predicates to correct min-color usage.
8350 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
8352         * longlines.el (longlines-mode): Inhibit read-only when encoding.
8353         Kill local variables when longlines-mode is turned off.
8355 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8357         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
8359         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
8361         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
8363         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
8364         (font-lock-lines-before): Change default to being inactive.
8365         (font-lock-default-fontify-region): Obey font-lock-lines-before.
8366         (font-lock-after-change-function): Don't handle f-l-lines-before here.
8368 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8370         * net/tramp.el (tramp-handle-make-auto-save-file-name):
8371         Deactivate temporarily advice if active (not needed for Emacs 22,
8372         but for backwards compatibility).
8373         (tramp-exists-file-name-handler): Rewrite.  First implementation
8374         was too simple.
8375         (tramp-advice-make-auto-save-file-name):
8376         Call `tramp-handle-make-auto-save-file-name' (again, just for
8377         backwards compatibility).
8379 2005-08-31  Reto Zimmermann  <reto@gnu.org>
8381         * progmodes/vhdl-mode.el
8382         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
8383         (vhdl-end-p): Fix indentation bug "else" after "-- when".
8384         (vhdl-set-default-project): New function (easier setting of default).
8385         (vhdl-port-copy): Handle extended identifiers for generics.
8386         (vhdl-compiler-alist): Better description for error message regexp.
8387         (vhdl-make): Query for target, use previous as default.
8388         (vhdl-port-copy): Fix port copy for port names starting with "signal".
8389         (vhdl-font-lock-keywords-2): Fix fontification for record
8390         el. assign.
8391         (vhdl-speedbar-make-subpack-line): Add package body link.
8392         (vhdl-generate-makefile-1): Not include itself as dependency.
8393         (vhdl-font-lock-init): Highlight c-preprocessor directives.
8394         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
8395         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
8396         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
8397         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
8398         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
8399         (vhdl-import-project): Add string argument for `error'.
8400         (vhdl-compose-configuration)
8401         (vhdl-compose-configuration-architecture): Add configuration
8402         declaration generation.
8403         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
8404         (vhdl-trailer-re): Add "record" keyword (better indentation).
8405         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
8406         "[^ \t-\"]+".
8407         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
8408         (vhdl-testbench-entity-file-name)
8409         (vhdl-testbench-architecture-file-name): Allow separate
8410         customization of testbench file names.
8411         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
8412         (vhdl-get-visible-signals): Allow newline within alias declaration.
8413         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
8414         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
8415         (member-ignore-case): Alias for missing function in XEmacs.
8416         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
8417         (vhdl-update-sensitivity-list): Ignore case on read signals.
8418         (vhdl-replace-string): Adjust case only for file names.
8419         (vhdl-update-sensitivity-list): Fix search for read signals.
8420         (vhdl-update-sensitivity-list): Exclude formal parameters.
8421         (vhdl-get-visible-signals): Include aliases of signals.
8422         (vhdl-get-visible-signals): Fix signal name searching.
8423         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
8424         (vhdl-fixup-whitespace-region): Fix for character
8425         literals (e.g. `:').
8427 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8429         * ansi-color.el (comint-last-output-start):
8430         * bs.el (font-lock-verbose):
8431         * diff-mode.el (add-log-buffer-file-name-function):
8432         * dired-x.el (vm-folder-directory):
8433         * faces.el (help-xref-stack-item):
8434         * files.el (font-lock-keywords):
8435         * find-lisp.el (dired-buffers, dired-subdir-alist):
8436         * ido.el (cua-inhibit-cua-keys):
8437         * log-view.el (cvs-minor-wrap-function):
8438         * outline.el (font-lock-warning-face):
8439         * simple.el (compilation-current-error):
8440         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
8441         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
8442         * tooltip.el (comint-prompt-regexp):
8443         * w32-fns.el (explicit-shell-file-name):
8444         * term/mac-win.el (mac-charset-info-alist)
8445         (mac-services-selection, mac-system-script-code):
8446         * term/tty-colors.el (msdos-color-values):
8447         * term/w32-win.el (xlfd-regexp-registry-subnum):
8448         * term/x-win.el (x-keysym-table, x-selection-timeout)
8449         (x-session-id, x-session-previous-id):
8450         * textmodes/ispell.el (mail-yank-prefix):
8451         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
8452         * textmodes/org.el (calc-embedded-close-formula)
8453         (calc-embedded-open-formula)
8454         (font-lock-unfontify-region-function):
8455         * textmodes/reftex-global.el (isearch-next-buffer-function)
8456         (TeX-master):
8457         * textmodes/reftex.el (font-lock-keywords):
8458         * textmodes/tex-mode.el (font-lock-comment-face)
8459         (font-lock-doc-face):
8460         * textmodes/texinfo.el (outline-heading-alist):
8461         Add defvars.
8463         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
8464         (artist-spray-chars, artist-mode-init, artist-replace-string)
8465         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
8466         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
8467         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
8469         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
8470         (conf-align-assignments): "?\ " -> "?\s".
8472         * textmodes/reftex-index.el (TeX-master): Add defvar.
8473         (reftex-index-phrases-marker): Move up defvar.
8475         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
8476         (reftex-toc-include-labels-indicator)
8477         (reftex-toc-include-index-indicator)
8478         (reftex-toc-max-level-indicator): Move up declarations.
8480         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
8481         of args to `tramp-run-real-handler', even if it's empty in this case.
8483 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8485         * dired.el (dired-move-to-filename-regexp): Add date format for
8486         Mac OS X 10.3 in East Asian locales.
8488 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8490         * files.el (make-auto-save-file-name): Add file name handler call
8491         if applicable.
8493         * net/tramp.el (tramp-file-name-handler-alist)
8494         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8495         (tramp-handle-make-auto-save-file-name): Rename from
8496         `tramp-make-auto-save-file-name'.
8497         (tramp-exists-file-name-handler): New defun.
8498         (tramp-advice-make-auto-save-file-name): Make defadvice only when
8499         `make-auto-save-file-name' is not a magic file name operation.
8501 2005-08-30  Richard M. Stallman  <rms@gnu.org>
8503         * files.el (risky-local-variable-p):
8504         Match `-predicates' and `-commands.
8506         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8507         (custom-save-all): Visit the file if necessary;
8508         kill the buffer if we created it.
8509         (custom-save-delete): Don't visit file or kill buffer here.
8511 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
8513         * textmodes/org.el (org-special-keyword): New face.
8514         (org-table-copy-down, org-table-eval-formula)
8515         (org-table-recalculate, org-init-section-numbers):
8516         Use `string-to-number' instead of `string-to-int'.
8517         (org-get-location): Use `insert-buffer-substring' instead of
8518         `insert-buffer'.
8519         (org-modify-diary-entry-string): New function.
8520         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8521         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8522         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8523         active region.
8524         (org-export-as-html): Handle QUOTE keyword.
8525         (org-quote-string): New option.
8526         (org-bookmark-jump-unhide): New function, used for
8527         `bookmark-after-jump-hook'.
8528         (org-diary-default-entry): Apply only when not called through
8529         `org-agenda'.
8531 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
8533         * net/eudc.el (mode-popup-menu):
8534         * play/handwrite.el (ps-printer-name, ps-lpr-command):
8535         * progmodes/ada-mode.el (compile-auto-highlight)
8536         (skeleton-further-elements):
8537         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8538         * progmodes/cmacexp.el (msdos-shells):
8539         * progmodes/compile.el (font-lock-extra-managed-props)
8540         (font-lock-keywords, font-lock-maximum-size)
8541         (font-lock-support-mode):
8542         * progmodes/grep.el (font-lock-lines-before):
8543         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
8544         * progmodes/mixal-mode.el (compile-command):
8545         * progmodes/perl-mode.el (font-lock-comment-face)
8546         (font-lock-doc-face, font-lock-string-face):
8547         * progmodes/prolog.el (comint-prompt-regexp):
8548         * progmodes/sh-script.el (font-lock-comment-face)
8549         (font-lock-set-defaults, font-lock-string-face):
8550         * progmodes/sql.el (font-lock-keyword-face)
8551         (font-lock-set-defaults, font-lock-string-face):
8552         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8553         (itimer-version, lazy-lock-defer-contextually)
8554         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8555         Add defvars.
8557         * progmodes/cperl-mode.el (cperl-electric-lbrace)
8558         (cperl-electric-keyword, cperl-electric-pod)
8559         (cperl-electric-backspace, cperl-forward-re)
8560         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8561         (vc-rcs-header, vc-sccs-header): Add defvars.
8563         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8564         (font-lock-syntactic-keywords, gud-find-expr-function):
8565         Add defvars.
8567         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8568         (gdb-frame-parameters): Declare before use.
8570         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8571         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8572         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8573         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8575         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8576         (idlwave-help-with-source): Use `insert-buffer-substring', not
8577         `insert-buffer'.
8579 2005-08-29  Juri Linkov  <juri@jurta.org>
8581         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8582         Put outline-back-to-heading function call inside save-excursion.
8584 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
8586         * man.el (Man-init-defvars, Man-translate-references)
8587         (Man-support-local-filenames, Man-highlight-references):
8588         * progmodes/sql.el (sql-interactive-mode):
8589         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8591         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8592         (compilation-mode-font-lock-keywords): Add defvars.
8593         (checkdoc-interactive-loop): "?\ " -> "?\s".
8595         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8596         (font-lock-doc-face, font-lock-string-face)
8597         (font-lock-keywords-case-fold-search): Add defvars.
8598         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8600         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8601         Don't pass X and Y (they are ignored anyway).
8602         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8603         (mouse-delete-window): Make arguments optional.
8605         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8606         (caesar-translate-table, minor-modes, news-buffer-save)
8607         (news-group-name, news-minor-modes): Add defvars.
8609         * emacs-lisp/lselect.el (mouse-highlight-priority)
8610         (x-lost-selection-functions, zmacs-regions):
8611         * emacs-lisp/pp.el (font-lock-verbose):
8612         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8613         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8614         (ses-mode-map):
8615         * emacs-lisp/tcover-unsafep.el (safe-functions):
8616         * international/mule-cmds.el (mac-system-coding-system)
8617         (mac-system-locale):
8618         * language/ethio-util.el (rmail-current-message)
8619         (rmail-message-vector):
8620         * language/thai-util.el (thai-auto-composition-mode):
8621         * mail/metamail.el (rmail-current-message, rmail-message-vector):
8622         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8623         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8624         (vm-primary-inbox, vm-spool-files):
8625         * mail/rmail.el (deleted-head, font-lock-fontified)
8626         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8627         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8628         (total-messages):
8629         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8630         (rmail-summary-mode-map):
8631         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8632         (rmail-last-label, rmail-last-multi-labels)
8633         (rmail-summary-vector, rmail-total-messages):
8634         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8635         * mail/rmailsum.el (msgnum):
8636         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8637         (rmail-current-message):
8638         * obsolete/fast-lock.el (font-lock-face-list):
8639         * obsolete/rnewspost.el (mail-reply-buffer):
8640         * obsolete/scribe.el (compile-command):
8641         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8643 2005-08-28  John Paul Wallington  <jpw@gnu.org>
8645         * ibuf-ext.el (ibuffer-auto-update-changed):
8646         Use `frame-or-buffer-changed-p' to check whether we need to update.
8647         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8648         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
8649         as a `frame-or-buffer-changed-p' state vector instead.
8651 2005-08-27  Romain Francoise  <romain@orebokech.com>
8653         * textmodes/makeinfo.el (makeinfo-compile):
8654         Use `compilation-start'.  Set `next-error-function' according to
8655         `disable-errors'.
8656         (makeinfo-next-error): New function.
8657         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8658         (makeinfo-buffer): Likewise.
8660         * progmodes/compile.el (compilation-start): Add autoload cookie.
8662         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8663         * textmodes/sgml-mode.el: Likewise.
8664         * progmodes/python.el: Likewise.
8666 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8668         * simple.el (blink-matching-paren-distance): Document the meaning
8669         of nil value, and allow to customize to nil.
8671         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8672         command.com, not command.exe.
8674 2005-08-26  John Wiegley  <johnw@newartisans.com>
8676         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8677         code around a bit so that an extraneous nil argument is not added
8678         to a command when no args are given.
8680         * eshell/esh-arg.el (eshell-parse-double-quote): If a
8681         double-quoted argument resolves to nil, return it as an empty
8682         string rather than as nil.  This made it impossible to pass "" to
8683         a shell script as a null string argument.
8685 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8687         * outline.el (outline-invent-heading): New fun.
8688         (outline-promote, outline-demote): Use it.
8689         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8690         (outline-end-of-subtree): Remove unused var `opoint'.
8692 2005-08-26  David Reitter  <david.reitter@gmail.com>
8694         * menu-bar.el (truncate-lines, write-file, print-buffer)
8695         (ps-print-buffer-faces, ps-print-buffer, split-window):
8696         Disable menu items when the frame they refer to is invisible, or when
8697         they refer to a buffer and the minibuffer is selected.
8699 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
8701         * progmodes/flymake.el (flymake-highlight-err-lines):
8702         Use save-excursion around flymake-highlight-line to preserve point.
8704 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
8706         * progmodes/octave-mod.el: Change Author and Maintainer address.
8707         (octave-maintainer-address): Change Kurt's email address.
8708         * progmodes/octave-inf.el: Change Author and Maintainer address.
8709         * progmodes/octave-hlp.el: Change Author and Maintainer address.
8711 2005-08-26  Kim F. Storm  <storm@cua.dk>
8713         * subr.el (version-list-<, version-list-<=, version-list-=):
8714         Rename from integer-list-*.
8715         (version-list-not-zero): Likewise.  Fix while loop.
8716         (version=): Use version-list-= instead of string-equal.
8718 2005-08-26  Richard M. Stallman  <rms@gnu.org>
8720         * outline.el (outline-promote): Try shortening the heading.
8721         As last resort, read the heading to use.
8722         (outline-demote): As last resort, read the heading to use.
8724 2005-08-26  Romain Francoise  <romain@orebokech.com>
8726         * progmodes/compile.el (compilation-start): Doc fix.
8728         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8729         (antlr-font-lock-additional-keywords): Fix reference to
8730         `antlr-font-lock-literal-regexp' erroneously changed during the
8731         mass face rename.
8732         (antlr-run-tool): Use `compilation-start'.
8734         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8735         instead of the obsolete `compile-internal'.
8737 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
8739         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8740         (number, original-date):
8741         * calendar/cal-china.el (date):
8742         * calendar/cal-coptic.el (date):
8743         * calendar/cal-french.el (date):
8744         * calendar/cal-hebrew.el (date, entry, number, original-date):
8745         * calendar/cal-islam.el (date, number, original-date):
8746         * calendar/cal-iso.el (date):
8747         * calendar/cal-julian.el (date):
8748         * calendar/cal-mayan.el (date):
8749         * calendar/cal-menu.el (date, event):
8750         * calendar/cal-persia.el (date):
8751         * calendar/lunar.el (date):
8752         * calendar/solar.el (date): Add defvars.
8754         * emerge.el:
8755         * ibuffer.el:
8756         * info-xref.el:
8757         * obsolete/bg-mouse.el:
8758         * obsolete/sun-curs.el:
8759         * obsolete/swedish.el: Move the `defvar's to the top level.
8761         * smerge-mode.el (smerge-refined-change): Add :group.
8763 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8765         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
8766         (smerge-keep-n): Remove props.
8767         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8768         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
8769         now that it's done in smerge-keep-n.
8770         (smerge-refined-change): New face.
8771         (smerge-refine-chopup-region, smerge-refine-highlight-change)
8772         (smerge-refine): New funs.
8773         (smerge-basic-map): Bind smerge-refine.
8775 2005-08-25  Juri Linkov  <juri@jurta.org>
8777         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
8778         compilation-process-setup-function and compilation-disable-input
8779         in grep-mode instead of let-bindings in grep.
8781         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
8782         Delete "Automatic File De/compression" (auto-compression-mode).
8784 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
8786         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
8787         Silence warning about non-existent variable.
8789 2005-08-25  Richard M. Stallman  <rms@gnu.org>
8791         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
8792         Rename "Describe Key" to "Describe Key or Mouse Operation".
8794         * mail/mailalias.el (build-mail-aliases): Delete comments
8795         from the contents before processing them.
8797         * isearch.el (isearch-edit-string): Erase the Search prompt
8798         if user enters an empty string and there is no default.
8800         * comint.el (comint-file-name-prefix): Add autoload.
8802 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
8804         * subr.el (play-sound): Rearrange to avoid warning.
8806 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
8808         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
8809         New hook.
8810         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
8812 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8814         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
8816         * custom.el (custom-theme-set-variables): Sort minor modes last.
8818 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8820         * subr.el (version-separator, version-regexp-alist): New vars used by
8821         version comparison funs.
8822         (integer-list-<, integer-list-=, integer-list-<=)
8823         (integer-list-not-zero): New funs for integer list comparison.
8824         (version-to-list, version=, version<, version<=): New funs for version
8825         comparison.
8827 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
8829         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
8830         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
8831         time to silence the byte-compiler.
8833         * ibuffer.el (ibuffer-compile-make-eliding-form)
8834         (ibuffer-check-formats): Use `with-no-warnings' to hide references
8835         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8836         so it's silly to get warnings for it).
8837         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8838         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8839         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8840         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8841         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8842         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8843         Defvar at compile time.
8844         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8845         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8846         Declare them before use.
8848         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8849         (info-xref-good, info-xref-bad): Defvar at compile time.
8851         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8852         Use `let*' instead of `let'.
8854         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8855         (*mouse-y*, menu, char): Defvar at compile time.
8856         (sc::menu): Declare it before use.
8857         (sc::pack-one-line): Use `let', not `let*'.
8859         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8860         (mail-send-hook): Defvar at compile time.
8862         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8863         Defvar at compile time.
8865         * term/sun-mouse.el (current-global-mousemap)
8866         (current-local-mousemap): Declare them before use.
8868 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
8870         * bookmark.el (bookmark-after-jump-hook): New hook.
8871         (bookmark-jump): Run `bookmark-after-jump-hook'.
8873 2005-08-23  Juri Linkov  <juri@jurta.org>
8875         * faces.el (minibuffer-prompt): Doc fix.
8877 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
8879         * progmodes/xscheme.el: Trivial changes to silence warnings.
8880         (xscheme-previous-mode, xscheme-previous-process-state):
8881         Add defvars.
8882         (xscheme-last-input-end, xscheme-process-command-line)
8883         (xscheme-process-name, xscheme-buffer-name)
8884         (xscheme-expressions-ring-max, xscheme-expressions-ring)
8885         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8886         (xscheme-control-g-synchronization-p)
8887         (xscheme-control-g-disabled-p, xscheme-string-receiver)
8888         (default-xscheme-runlight, xscheme-runlight)
8889         (xscheme-runlight-string, xscheme-process-filter-state)
8890         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8891         Move to beginning of file.
8892         (scheme-interaction-mode-commands-alist)
8893         (scheme-interaction-mode-map, scheme-debugger-mode-map):
8894         Declare them before use.  Note: the initialization code for the variables
8895         has not been moved because it uses functions that reference the variables.
8896         (xscheme-control-g-message-string, xscheme-process-filter-alist)
8897         (xscheme-prompt-for-expression-map): Declare them before use.
8898         (scheme-debugger-mode-commands): "?\ " -> "?\s".
8900 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
8902         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8904 2005-08-22  Juri Linkov  <juri@jurta.org>
8906         * faces.el (set-face-underline): Delete this duplicate function
8907         and make an obsolete alias to set-face-underline-p.
8908         (set-face-underline-p): Use docstring of set-face-underline.
8909         (describe-face): Create hyperlink to parent face.
8911         * info.el (Info-insert-dir): Use save-excursion around
8912         insert-buffer-substring.
8913         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8914         (Info-escape-percent): Delete function.
8915         (Info-fontify-node): Replace Info-escape-percent by
8916         replace-regexp-in-string with REP arg set to lambda that
8917         duplicates `%' and preserves text properties.
8919         * progmodes/compile.el (compilation-disable-input): Doc fix.
8920         (define-compilation-mode): Doc fix and refill.
8921         (kill-compilation): Use `mode-name' in the error message.
8922         (compilation-find-file): Use `compilation-error' in the
8923         read-file-name's prompt.
8925 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8927         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8928         (smerge-auto-leave): Make undo re-enable the mode.
8929         (debug-ignored-errors): Add the user-error of impossible resolution.
8930         (smerge-resolve): Move things around a bit, in preparation for later.
8931         (smerge-diff): Don't fail if the buffer has no associated file.
8932         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8933         (smerge-conflict-overlay): New function.
8934         (smerge-match-conflict): Don't add text properties here.
8935         (smerge-find-conflict): Instead, add an overlay here.
8936         Also check for the case where we're inside a conflict already, so as to
8937         obviate the need for font-lock-multiline, which is unbearably slow with
8938         large conflicts and ciomplex font-lock patterns.
8939         (smerge-remove-props): Remove overlay rather than text-properties.
8940         (smerge-mode): Don't set font-lock-multiline.
8941         Remove overlays when turned off.
8943 2005-08-21  Kim F. Storm  <storm@cua.dk>
8945         * ido.el (ido-ignore-item-p): Use save-match-data.
8946         Bind case-fold-search to ido-case-fold locally.
8948 2005-08-20  Richard M. Stallman  <rms@gnu.org>
8950         * files.el (normal-mode): If font lock is on, turn it off and on.
8952         * subr.el (replace-regexp-in-string): Doc fix.
8954         * startup.el (command-line-1): Don't suppress startup screen
8955         due to existing processes.
8957         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8959         * progmodes/compile.el (compilation-disable-input): Default to nil.
8961 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8963         * progmodes/compile.el (compilation-disable-input): New defcustom.
8964         (compilation-start): If compilation-disable-input is non-nil, send
8965         EOF to the compilation process.
8967 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
8969         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8970         Run the argument of tex-shell-cd-command through
8971         convert-standard-filename, to get the correct style of slashes on
8972         Windows, and enclose the result in quotes, in case the file name
8973         includes whitespace or other special characters.
8975 2005-08-19  Andreas Schwab  <schwab@suse.de>
8977         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8978         process.
8980 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
8982         * cus-start.el (minibuffer-prompt-properties): Correct typo.
8984 2005-08-18  Kim F. Storm  <storm@cua.dk>
8986         * scroll-lock.el: Fix errors due to incorrect line wrapping.
8988 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8990         * scroll-lock.el: New file.
8992 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
8994         * dired.el (dired-move-to-end-of-filename):
8995         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8997 2005-08-18  Kim F. Storm  <storm@cua.dk>
8999         * ido.el (ido-everywhere): Fix defcustom :set function to disable
9000         rather than toggle mode when custom value is nil.
9001         (ido-everywhere): Fix defun doc string.
9003 2005-08-17  Richard M. Stallman  <rms@gnu.org>
9005         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
9006         as tag instead of "Inviolable".
9008 2005-08-17  Kim F. Storm  <storm@cua.dk>
9010         * windmove.el (windmove-coordinates-of-position): Remove.
9011         (windmove-coordinates-of-window-position): Remove.
9012         (windmove-reference-loc): Use posn-at-point instead.
9014         * subr.el (insert-for-yank-1): Doc fix.
9016         * ido.el (ido-enter-matching-directory): Rename from
9017         ido-enter-single-matching-directory.  Change `slash' choice to
9018         `only'.  Add `first' choice.
9019         (ido-exhibit): Adapt to above changes.
9021 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
9023         * Makefile.in: Expand comment about building loaddefs.el.
9025 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
9027         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
9028         Comment use of defadvice.
9030         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
9032 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
9034         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
9035         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
9036         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
9037         * progmodes/idlw-shell.el, progmodes/ld-script.el,
9038         * progmodes/which-func.el, ruler-mode.el, strokes.el,
9039         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
9040         for backward compatibility for faces that did not appear in the
9041         previous Emacs release.
9043         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
9045 2005-08-15  Kim F. Storm  <storm@cua.dk>
9047         * emulation/cua-base.el (cua-delete-region): Return t if
9048         deleted region was non-empty.
9049         (cua-replace-region): Inhibit overwrite-mode for
9050         self-insert-command if replaced region was non-empty.
9051         (cua--explicit-region-start, cua--status-string): Make them
9052         buffer-local at top-level...
9053         (cua-mode): ...rather than when mode is enabled.
9055 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
9057         * progmodes/vhdl-mode.el (vhdl-emacs-21):
9058         Set t for Emacs 21, 22, and so on.
9060 2005-08-15  David Ponce  <david@dponce.com>
9062         * tree-widget.el: Update Commentary header.
9063         (tree-widget-theme): Doc fix.
9064         (tree-widget-space-width): New option.
9065         (tree-widget-image-properties): Look up in the default theme too.
9066         (tree-widget--cursors): Only for images with arrow pointer shape.
9067         (tree-widget-lookup-image): Pointer shape is hand by default.
9068         (tree-widget-icon): Rename generic icon widget from
9069         `tree-widget-control'.
9070         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
9071         derive from `tree-widget-icon'.
9072         (tree-widget-handle): Improve default look and feel of the text
9073         representation.
9074         (tree-widget): Rename :*-control properties to :*-icon properties.
9075         Add :action and :help-echo properties.
9076         (tree-widget-after-toggle-functions): Move.
9077         (tree-widget-close-node, tree-widget-open-node): Remove.
9078         (tree-widget-before-create-icon-functions): New hook.
9079         (tree-widget-value-create): Update to allow customization of icons
9080         and nodes at run-time via that new hook.
9081         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
9082         (tree-widget-icon-action, tree-widget-icon-help-echo)
9083         (tree-widget-action, tree-widget-help-echo): New functions.
9085 2005-08-15  Kim F. Storm  <storm@cua.dk>
9087         * ido.el (ido-buffer-internal): Use with-no-warnings.
9088         (ido-make-merged-file-list): Use while-no-input.
9090 2005-08-15  Richard M. Stallman  <rms@gnu.org>
9092         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
9093         (flyspell-large-region): Fix doc and custom type.
9095 2005-08-14  Richard M. Stallman  <rms@gnu.org>
9097         * files.el (interpreter-mode-alist): Doc fix.
9099         * mail/rmail.el (rmail-nonignored-headers): New variable.
9100         (rmail-clear-headers): Use it.
9101         (rmail-reply): Better handling of mail-followup-to header.
9103         * progmodes/sh-script.el (sh-font-lock-keywords-var):
9104         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
9105         don't try to refer to executable-font-lock-keywords.
9106         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
9107         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
9108         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
9109         (sh-mode): Set comment-start-skip, local-abbrev-table,
9110         imenu-case-fold-search.
9111         (sh-set-shell): Don't set them here.
9112         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
9113         Don't cache the results in the original alist; don't ever modify
9114         that alist.
9116         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
9118         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
9119         empty.
9121 2005-08-15  Andreas Schwab  <schwab@suse.de>
9123         * desktop.el: Put autoload cookie at risky-local-variable declarations.
9125         * dired.el, info.el, mail/rmail.el: Revert last change.
9127 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
9129         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
9130         modification in `eval-after-load' form.
9131         * info.el: Likewise.
9132         * mail/rmail.el: Likewise.
9134 2005-08-14  Juri Linkov  <juri@jurta.org>
9136         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9137         Remove highlighting of "Compilation started".  Highlight only
9138         the word "finished" in "Compilation finished".  Add highlighting
9139         of "interrupt", "killed", "terminated" and the exit code.
9140         (compilation-start): Add newline after header.  Use exactly the
9141         same time stamp format as the finishing message.
9142         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
9144         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
9145         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
9146         Add highlighting of "interrupt", "killed", "terminated".
9148         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
9149         enabled and the current command is self-insert-command, call it
9150         explicitly with overwrite-mode bound to nil, to not allow it
9151         to delete the character after the selected region.
9153 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
9155         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
9156         move-end-of-line, end-of-line, and beginning-of-line to the list
9157         of commands after which the echo area is updated.
9159 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
9161         * cus-edit.el (custom-save-all, custom-save-delete):
9162         Bind recentf-exclude to exclude custom-file.
9164 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
9166         * mail/rmailsum.el (rmail-summary-end-of-message): New command
9167         to go to the bottom of the mail message.  Added to
9168         `rmail-summary-mode-map' with key "/".
9169         (rmail-summary-show-message): New (internal) function for use by
9170         both `rmail-summary-beginning/end-of-message'.
9171         (rmail-summary-beginning-of-message): Change to use
9172         rmail-summary-show-message.
9174         * mail/rmail.el (rmail-end-of-message): New command to go to the
9175         end of the current message.  Added to `rmail-mode-map' with key "/".
9176         (rmail-beginning-of-message): Fix to work as documented.
9177         (rmail-mode): Change documentation.
9179         * progmodes/compile.el (compilation-start): Add the line
9180         "Compilation started" with compilation start time.
9181         (compilation-mode-font-lock-keywords): Add `started' to keywords.
9183 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
9185         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
9186         of menu items.
9188 2005-08-11  Richard M. Stallman  <rms@gnu.org>
9190         * simple.el (pop-global-mark): Reverse test of widen-automatically.
9192         * battery.el (battery-status-function): Don't use ignore-errors.
9194 2005-08-11  Lute Kamstra  <lute@gnu.org>
9196         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
9197         define-obsolete-variable-alias.
9199 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9201         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
9202         (ange-ftp-send-cmd): Revert last change, and expand
9203         the comment explaining the problem.
9205 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
9207         * ldefs-boot.el: Update.
9209         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
9210         item to "Time, Load and Mail".  Change help echo text.
9212         * time.el (display-time-use-mail-icon, display-time-format)
9213         (display-time-string-forms): Shorten first line of docstrings.
9215 2005-08-10  Lars Hansen  <larsh@soem.dk>
9217         * desktop.el (desktop-buffer-mode-handlers):
9218         Make non-customizable.  Add autoload cookie.  Change initial value to
9219         nil; add elements in respective modules instead.  Fix doc string.
9220         (desktop-load-file): New function.
9221         (desktop-minor-mode-handlers): New autoloaded variable.
9222         (desktop-create-buffer): Call minor mode handlers.
9223         Use desktop-load-file to load major and minor mode modules prior to
9224         checking for a handler.
9225         (desktop-save): Don't add nil to desktop-minor-modes for minor
9226         modes with nil function in desktop-minor-mode-table.  Don't delete
9227         desktop file before rewriting it.
9228         (desktop-locals-to-save): Add autoload cookie.  Don't make
9229         automatically buffer-local.  Add variables column-number-mode,
9230         size-indication-mode, indent-tabs-mode,
9231         indicate-buffer-boundaries, indicate-empty-lines and
9232         show-trailing-whitespace.
9233         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
9234         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
9235         (desktop-clear-preserve-buffers-regexp): Delete.
9236         (desktop-clear-preserve-buffers): Update initial value and docstring.
9237         (desktop-save-buffer): Fix doc string.
9239         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
9240         (hilit-chg-desktop-restore): New function.
9241         (highlight-changes-mode): Add highlight-changes-mode to
9242         desktop-locals-to-save.
9244         * dired.el: Add handler to desktop-buffer-mode-handlers.
9245         (dired-restore-desktop-buffer): Remove autoload cookie.
9246         (dired-mode): Add autoload cookie.
9248         * info.el: Add handler to desktop-buffer-mode-handlers.
9249         (Info-restore-desktop-buffer): Remove autoload cookie.
9250         (Info-mode): Add autoload cookie.
9252         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
9253         (mh-restore-desktop-buffer): Remove autoload cookie.
9254         (mh-folder-mode): Add autoload cookie.
9256         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
9257         (rmail-restore-desktop-buffer): Remove autoload cookie.
9259 2005-08-11  Masatake YAMATO  <jet@gyve.org>
9261         * hexl.el (hexl-address-region):
9262         (hexl-ascii-region, hexl-font-lock-keywords):
9263         (hexl-highlight-line-range): Use the term "region"
9264         instead of "area" for consistency with the other symbols
9265         defined in hexl.el.
9267 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
9269         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
9270         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
9271         out by Juri Linkov).  Add `display-battery-mode'.
9273 2005-08-09  Juri Linkov  <juri@jurta.org>
9275         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9276         Remove `-text' from face variable names.
9277         (compilation-error-file-name, compilation-warning-file-name)
9278         (compilation-info-file-name): Delete faces.
9279         (compilation-line-number, compilation-column-number):
9280         Remove face underlining.
9281         (compilation-message-face): Set to `underline' value by default.
9282         (compilation-error-face, compilation-warning-face)
9283         (compilation-info-face): Remove `-file-name' from face names.
9284         (compilation-error-text-face, compilation-warning-text-face)
9285         (compilation-info-text-face): Delete face variables.
9286         (compilation-text-face): Delete function.
9288         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
9289         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
9290         (grep-error-face): Set to `compilation-error' instead of
9291         `compilation-error-face' (which is redefined to `grep-hit-face' in
9292         grep buffers).
9293         (grep-mode-font-lock-keywords): Remove `-text' from face variable
9294         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
9296         * dired-aux.el (dired-do-query-replace-regexp):
9297         Use `query-replace-read-args'.
9299         * replace.el (query-replace-read-from, query-replace-read-to)
9300         (query-replace-read-args): Rename arg `string' to `prompt'.
9302         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
9304 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
9306         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
9307         uploading files.
9308         (ange-ftp-canonize-filename): Handle file names beginning with ~
9309         correctly.
9311 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9313         * textmodes/fill.el (canonically-space-region)
9314         (fill-context-prefix, fill-french-nobreak-p)
9315         (fill-delete-newlines, fill-comment-paragraph)
9316         (justify-current-line): "?\ " -> "?\s".
9318 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
9320         * textmodes/fill.el (fill-nonuniform-paragraphs):
9321         Improve argument/docstring consistency.
9323 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9325         * textmodes/ispell.el (ispell-word): More fboundp checks.
9327         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
9328         (find-file-noselect-1): Call it here, only if RAWFILE.
9329         (normal-mode): Always set some major mode.
9330         (save-some-buffers-action-alist): Change some explanation strings.
9331         (file-name-non-special): In the `quote' method, use unwind-protect.
9333 2005-08-09  Magnus Henoch  <mange@freemail.hu>
9335         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
9336         (ispell-have-aspell-dictionaries): New variable.
9337         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
9338         (ispell-get-aspell-config-value): New function.
9339         (ispell-aspell-find-dictionary): New function.
9340         (ispell-aspell-add-aliases): New function.
9341         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
9342         appropriate.  Don't look for ispell dictionaries if we use aspell.
9343         (ispell-menu-map): Don't build a submenu of dictionaries.
9345 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9347         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
9348         (sql-read-passwd): Use read-passwd.
9350         * progmodes/idlw-toolbar.el (idlwave-toolbar)
9351         (idlwave-toolbar-is-possible): Add defvars.
9353         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
9354         Avoid warnings.
9356         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
9357         (idlwave-system-class-info, idlwave-executive-commands-alist):
9358         Use defvar.
9360         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
9362         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
9363         Avoid warnings.
9365         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
9366         and content-type: headers.
9368         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
9370         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
9371         and rename some of them to be more self-explanatory.
9373         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
9375         * startup.el (command-line-1): Implement -scriptload.
9377         * replace.el (occur-engine): Initial *Occur* output not undoable.
9379         * menu-bar.el (menu-bar-file-menu): Rename some menu items
9380         and improve help strings.
9382         * isearch.el (isearch-repeat): When changing direction,
9383         mark search successful.
9385         * ediff-init.el: Use (featurep 'xemacs).
9387         * comint.el (send-invisible): Identify buffer, if not selected.
9389         * align.el: Delete autoload for c-guess-basic-syntax.
9391 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9393         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
9394         Improve argument/docstring consistency.  Doc fixes.
9395         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
9396         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
9397         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
9398         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
9399         (r2bv-organization, r2bv-pages, r2bv-primary-author)
9400         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
9401         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
9402         Defvar at compile time.
9404 2005-08-09  Juri Linkov  <juri@jurta.org>
9406         * info.el: Replace `info' with upper-case `Info' where appropriate.
9407         (info-title-1, info-title-2, info-title-3, info-title-4)
9408         (info-menu-header): Move up face definitions.
9409         (info-menu-star): Rename from `info-menu-5'.
9410         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
9411         (Info-fontify-visited-nodes): Fix docstring.
9412         (Info-hide-note-references): Fix docstring.
9413         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
9414         menu items in the same way as on cross-references.
9415         (info-apropos): Fix sorting order and formatting to be like in the
9416         stand-alone Info browser.  Display error messages for 1 sec.
9417         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
9418         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
9419         from the menu bar.
9420         (Info-insert-dir): Restore point after calling
9421         `insert-buffer-substring'.
9423 2005-08-08  Richard M. Stallman  <rms@gnu.org>
9425         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
9426         (recompute-lucid-menubar): Add defvars.
9428         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
9430         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
9432         * net/net-utils.el (run-dig): Rename from `dig'.
9434         * play/gametree.el (gametree-mode): Use make-local-variable,
9435         not make-variable-buffer-local.
9437         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
9439         * ansi-color.el (ansi-color-make-extent)
9440         (ansi-color-set-extent-face): Use fboundp, not functionp.
9442         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
9443         not make-variable-buffer-local.
9445         * bookmark.el (Info-current-file): Add defvar.
9446         (bookmark-jump-noselect): Use with-no-warnings.
9448         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
9450         * ebuff-menu.el (Helper-return-blurb): Add defvar.
9452         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
9454         * find-file.el (ada-procedure-start-regexp)
9455         (ada-package-start-regexp): Add defvars.
9457         * info.el (Info-insert-dir): Use insert-buffer-substring.
9459         * xml.el (xml-att-def-re): Add defvar.
9461         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
9462         calling convention.
9464         * subr.el (while-no-input): Return t if there is input.
9466 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
9468         * cus-start.el (all): Add `overflow-newline-into-fringe'.
9470 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
9472         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
9473         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
9475 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
9477         * cmuscheme.el (scheme-start-file): Replace reference to
9478         `user-emacs-directory' by "~/.emacs.d/".
9480 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
9482         * info.el (Info-dir-remove-duplicates): Avoid case folding
9483         in loop; instead, keep downcased strings for comparison.
9484         Suggested by Helmut Eller.
9486 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
9488         Sync with Tramp 2.0.50.
9490         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9491         XEmacs case; not necessary anymore.
9492         (tramp-user-regexp): Allow "@" as part of user name.
9493         (tramp-handle-set-visited-file-modtime)
9494         (tramp-handle-insert-file-contents)
9495         (tramp-handle-write-region): No special handling for
9496         `last-coding-system-used, because this is done in
9497         `tramp-accept-process-output' now.
9498         (tramp-accept-process-output): New defun.
9499         (tramp-process-one-action, tramp-process-one-multi-action)
9500         (tramp-wait-for-regexp, tramp-wait-for-output)
9501         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
9502         Howells <dhowells@redhat.com>.
9503         (clear-visited-file-modtime): Defadvice removed.  The check for
9504         unset buffer's modtime does not need to be based on
9505         `tramp-buffer-file-attributes'.  Suggested by RMS.
9506         (tramp-message): Insert "\n" if not being at beginning of line.
9507         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9508         sequence with same logic.
9509         (tramp-completion-handle-expand-file-name): Discard call of
9510         `tramp-drop-volume-letter'.  It is not necessary, and there have
9511         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9512         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9513         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9514         should always be visible.
9515         (tramp-handle-insert-directory, tramp-setup-complete)
9516         (tramp-set-process-query-on-exit-flag)
9517         (tramp-append-tramp-buffers): Pacify byte-compiler.
9518         (tramp-bug): Delete non-existing variables from list.
9519         Apply `tramp-load-report-modules' as pre-hook.
9520         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9521         `shell-prompt-pattern' because of non-7bit characters.
9522         Reported by Sebastian Luque <sluque@mun.ca>.
9523         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9524         (tramp-match-string-list): Remove function.
9525         (tramp-wait-for-regexp): Remove call of that function.
9526         Suggested by Kim F. Storm <storm@cua.dk>.
9527         (tramp-set-auto-save-file-modes): Use octal integer code #o600
9528         instead of octal character code ?\600.  The latter resulted in a
9529         syntax error with XEmacs.
9531         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9532         XEmacs case; not necessary anymore.
9533         (tramp-smb-handle-write-region): No special handling for
9534         `last-coding-system-used, because this is done in
9535         `tramp-accept-process-output' now.
9536         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9538 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
9540         * wid-edit.el (widget-choice-value-create):
9541         Unconditionally respect user choice.  Set :explicit-choice back to nil
9542         when no longer needed.
9543         (widget-choice-action): Unconditionally respect user choice.
9544         Eliminate :explicit-choice-value.
9546         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9548         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9549         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9550         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9551         running new function `toggle-indicate-empty-lines'.
9552         Rename "Customize" item to "Customize fringe".
9553         Rename "Indicators" item to "Buffer boundaries" and change help echo.
9554         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9555         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9556         Delete "Empty lines only" item.
9557         (menu-bar-showhide-fringe-ind-customize): New function.
9558         (menu-bar-showhide-fringe-ind-mixed)
9559         (menu-bar-showhide-fringe-ind-box)
9560         (menu-bar-showhide-fringe-ind-right)
9561         (menu-bar-showhide-fringe-ind-left)
9562         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9563         instead of `fringe-indicators'.
9565 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9567         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9568         Change the date of last update.
9570 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9572         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9573         (viper-exec-yank, viper-put-back): Don't display modification msg
9574         if in the minibuffer.
9576         * viper-init.el (viper-replace-overlay-cursor-color)
9577         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9578         Make variables frame local.
9580         * viper-util.el (viper-append-filter-alist): Use append instead of
9581         nconc.
9583         * viper.el (viper-vi-state-mode-list)
9584         (viper-emacs-state-mode-list): Move help-mode and
9585         completion-list-mode from the first list to the second.
9586         (viper-mode): Docstring.
9587         (viper-go-away, viper-non-hook-settings): Don't localize
9588         minor-mode-alist in newer Emacsen.  Add advice to
9589         set-cursor-color.  Don't bind "\C-c\\".
9591 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
9593         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9594         (scheme-macro-expand-command): New user options.
9595         (scheme-trace-procedure, scheme-expand-current-form): New commands.
9596         (scheme-form-at-point, scheme-start-file)
9597         (scheme-interactively-start-process): New functions.
9598         (scheme-get-process): New function, extracted from `scheme-proc'.
9599         (run-scheme): Call `scheme-start-file' to get start file, and pass
9600         it to `make-comint'.
9601         (switch-to-scheme, scheme-proc):
9602         Call `scheme-interactively-start-process' if no Scheme buffer/process
9603         is available.
9605 2005-08-06  Juri Linkov  <juri@jurta.org>
9607         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9608         Use `compilation-text-face', `compilation-info-text-face' and
9609         `compilation-error-text-face' instead of `font-lock-keyword-face'.
9610         (compilation-error): New face.
9611         (compilation-error-file-name): Inherit from
9612         `compilation-error' instead of `font-lock-warning-face'.
9613         (compilation-warning-file-name): Inherit from
9614         `compilation-warning' instead of `font-lock-warning-face'.
9615         (compilation-info, compilation-error-file-name)
9616         (compilation-warning-file-name, compilation-info-file-name)
9617         (compilation-line-number, compilation-column-number): Doc fix.
9618         (compilation-error-text-face, compilation-warning-text-face)
9619         (compilation-info-text-face): New face variables.
9620         (compilation-line-face, compilation-column-face)
9621         (compilation-enter-directory-face)
9622         (compilation-leave-directory-face): Doc fix.
9623         (compilation-text-face): New function.
9625         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9626         instead of 1 to display binary file names as info file links.
9627         (grep-error-face): Use `compilation-error-face' instead of
9628         `font-lock-keyword-face'.
9629         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9630         and `compilation-warning-text-face' instead of
9631         `font-lock-keyword-face'.  Use `compilation-error-text-face'
9632         instead of `grep-error-face'.
9634 2005-08-05  Kenichi Handa  <handa@m17n.org>
9636         * international/code-pages.el: Add autoload cookies for all coding
9637         systems.
9639 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
9641         * cus-start.el (all): Put undo.c where it alphabetically belongs.
9643 2005-08-04  Juri Linkov  <juri@jurta.org>
9645         * progmodes/compile.el (compilation-mode-map):
9646         * progmodes/grep.el (grep-mode-map):
9647         Bind TAB to `compilation-next-error' and [backtab] to
9648         `compilation-previous-error'.
9650         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9651         matching line numbers, column numbers and their ranges with regexp
9652         matching only line numbers.
9653         (grep-context-face): New face variable.
9654         (grep-mode-font-lock-keywords): Use it.
9656         * faces.el (read-face-name): Delete duplicate faces.
9658 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
9660         * thumbs.el (thumbs-find-image): Don't make variables
9661         automatically buffer local.
9662         (thumbs-current-tmp-filename, thumbs-current-image-filename)
9663         (thumbs-image-num): Make automatically buffer local.
9664         (thumbs-show-thumbs-list): Use `make-local-variable', not
9665         `make-variable-buffer-local'.
9666         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9668         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9669         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9670         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9671         (bother, bye, canyou, chatlst, continue, deathlst, describe)
9672         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9673         (feelings-about, foullst, found, hello, history, howareyoulst)
9674         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9675         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9676         (neglst, obj, object, owner, please, problems, qlist)
9677         (random-adjective, relation, remlst, repetitive-shortness)
9678         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9679         (shortlst, something, sportslst, stallmanlst, states, subj)
9680         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9681         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9682         Defvar at compile time.
9684         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9685         not `make-variable-buffer-local'.
9687 2005-08-02  Kim F. Storm  <storm@cua.dk>
9689         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9690         rectangle overlay in selected window.
9692 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
9694         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9695         instead of display group.  Make `indicate-buffer-boundaries'
9696         customizable through Custom.
9698 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
9700         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9701         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9702         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9703         (gdb-put-string): Fix typos in docstrings.
9705 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
9707         Update copyright notices of files in progmodes directory for
9708         release of Emacs 22.1.
9710         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9712         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9713         Don't barf if the GUD buffer has been killed.
9715 2005-08-01  Kim F. Storm  <storm@cua.dk>
9717         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9719 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9721         * simple.el (next-error-follow-minor-mode):
9722         make-variable-buffer-local -> make-local-variable.
9724         * emacs-lisp/cl-extra.el: Require CL also when compiling.
9726         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9727         (byte-compile-form-make-variable-buffer-local): New functions to warn
9728         about misuses of make-variable-buffer-local where make-local-variable
9729         was meant.
9731 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
9733         * bs.el (bs-attributes-list): Doc fix.
9734         (bs): Update url-link.
9736         * desktop.el (desktop-save-buffer): Fix typos in docstring.
9737         (desktop-load-default): Simplify.
9739         * ibuffer.el (ibuffer-columnize-and-insert-list)
9740         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9741         (ibuffer-unmark-all, ibuffer-toggle-marks)
9742         (ibuffer-unmark-forward, ibuffer-unmark-backward)
9743         (ibuffer-compile-make-format-form, ibuffer-format-column)
9744         (ibuffer-current-buffers-with-marks)
9745         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9746         (ibuffer): Doc fix.
9747         (ibuffer-mode): Fix typo in docstring.
9748         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9749         with `define-obsolete-variable-alias'.
9750         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
9752 2005-07-29  Kenichi Handa  <handa@m17n.org>
9754         * international/mule-cmds.el (select-message-coding-system):
9755         Be sure to use LF for end-of-line.  If no coding system is decided,
9756         return iso-8859-1-unix.
9758 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9760         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
9761         (ange-ftp-pending-error-line): New vars.
9762         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
9763         to handle the non-fatal no-route-to-host messages.
9764         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9766 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
9768         * isearch.el (isearch-mode-map, isearch-other-meta-char)
9769         (isearch-quote-char, isearch-printing-char)
9770         (isearch-text-char-description): "?\ " -> "?\s".
9771         (isearch-lazy-highlight-cleanup)
9772         (isearch-lazy-highlight-initial-delay)
9773         (isearch-lazy-highlight-interval)
9774         (isearch-lazy-highlight-max-at-a-time)
9775         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
9776         Declare with define-obsolete-*-alias macros.
9777         (isearch-forward): Fix typo in docstring.
9778         (search-invisible, search-ring-yank-pointer)
9779         (regexp-search-ring-yank-pointer): Doc fixes.
9781         * recentf.el (recentf-menu-append-commands-p): Declare with
9782         `define-obsolete-variable-alias'.
9783         (recentf-max-saved-items, recentf-menu-filter)
9784         (recentf-arrange-by-rule-subfilter): Doc fixes.
9785         (recentf-menu-append-commands-flag)
9786         (recentf-initialize-file-name-history, recentf-expand-file-name)
9787         (recentf-clear-data): Fix typos in docstrings.
9789 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
9791         * progmodes/gdb-ui.el: Smarten comments.
9792         (gdb-info-breakpoints-custom): Use nowarn when finding file.
9794 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9796         * term/apollo.el (terminal-init-apollo): New function containing
9797         all former top level forms in the file.
9798         * term/bobcat.el (terminal-init-bobcat):
9799         * term/cygwin.el (terminal-init-cygwin):
9800         * term/iris-ansi.el (terminal-init-iris-ansi):
9801         * term/linux.el (terminal-init-linux):
9802         * term/news.el (terminal-init-news):
9803         * term/rxvt.el (terminal-init-rxvt):
9804         * term/sun.el (terminal-init-sun):
9805         * term/tvi970.el (terminal-init-tvi970):
9806         * term/vt100.el (terminal-init-vt100):
9807         * term/vt102.el (terminal-init-vt102):
9808         * term/vt125.el (terminal-init-vt125):
9809         * term/vt200.el (terminal-init-vt200):
9810         * term/vt201.el (terminal-init-vt201):
9811         * term/vt220.el (terminal-init-vt220):
9812         * term/vt240.el (terminal-init-vt240):
9813         * term/vt300.el (terminal-init-vt300):
9814         * term/vt320.el (terminal-init-vt320):
9815         * term/vt400.el (terminal-init-vt400):
9816         * term/vt420.el (terminal-init-vt420):
9817         * term/wyse50.el (terminal-init-wyse50):
9818         * term/xterm.el (terminal-init-xterm): Likewise.
9820         * term/README: Describe the terminal-init-* functionality.
9822         * startup.el (command-line): After loading the terminal initialization
9823         file call the corresponding terminal initialization function.
9825 2005-07-27  Kenichi Handa  <handa@m17n.org>
9827         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
9828         negative.
9830         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
9831         (ps-mule-composition-prologue): Fix for the case that
9832         RelativeCompose is false.
9834 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9836         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9838         * descr-text.el (describe-char): Handle the case where the list of
9839         chars is displayed in a separate frame.
9840         Be a bit more discriminating when looking for the char.
9842 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
9844         * bookmark.el (bookmark-automatically-show-annotations)
9845         (bookmark-read-annotation-text-func): Doc fixes.
9846         (bookmark-save): Improve argument/docstring consistency.
9847         (bookmark-get-bookmark, bookmark-get-bookmark-record)
9848         (bookmark-alist-from-buffer)
9849         (bookmark-upgrade-file-format-from-0)
9850         (bookmark-grok-file-format-version)
9851         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9852         (bookmark-read-annotation-mode)
9853         (bookmark-insert-current-bookmark, bookmark-jump)
9854         (bookmark-exit-hook): Fix typos in docstrings.
9855         (bookmark-exit-hooks): Define as obsolete alias.
9856         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9857         not `bookmark-exit-hooks'.  Fix docstring.
9858         (bookmark-bmenu-select): "?\ " -> "?\s".
9860 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
9862         * startup.el (command-line): Fix typo.
9864 2005-07-24  Richard M. Stallman  <rms@gnu.org>
9866         * tooltip.el (tooltip-mode): Test emacs-basic-display,
9867         not emacs-quick-startup.
9869 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
9871         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9872         (reb-next-match, reb-show-subexp): Use `with-selected-window'
9873         instead of `reb-with-current-window'.
9874         (reb-prev-match): Likewise.  Also, don't move left if the search
9875         was unsuccessful.
9876         (reb-initialize-buffer): New function.
9877         (re-builder, reb-change-syntax): Use it.
9879         * man.el (Man-goto-page): Make second argument NOERROR optional.
9881 2005-07-23  Richard M. Stallman  <rms@gnu.org>
9883         * man.el (Man-bgproc-sentinel): Check here for failure to find
9884         any man page in the output, and report the error here.
9885         (Man-arguments): Make it permanent local.
9886         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
9887         (Man-mode): Pass t for NOERROR.
9889         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9890         (grep-mode-font-lock-keywords):
9891         Don't use compilation-...-face for messages that are not file names.
9893         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9894         Don't use compilation-...-face for messages that are not file names.
9896 2005-07-22  Juri Linkov  <juri@jurta.org>
9898         * startup.el (normal-splash-screen): Update menu name.
9900         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9902 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9904         * term/xterm.el: Load term/rxvt if the terminal is actually an
9905         rxvt terminal.
9906         (xterm-rxvt-set-background-mode): Remove, not used anymore.
9908         * term/rxvt.el (function-key-map): Use substitute-key-definition
9909         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
9911         * term/cygwin.el: New file.
9913 2005-07-22  Kim F. Storm  <storm@cua.dk>
9915         * image-file.el (insert-image-file, image-file-yank-handler):
9916         Fix last change to maintain a (unique) yank-handler on yanked images.
9918 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
9920         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9921         of the file size (as in "177B" for 177 bytes).  This happens with
9922         "ls -lh" on FreeBSD.
9924 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
9926         * hilit-chg.el (highlight-changes-global-initial-state)
9927         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9928         (hilit-chg-fixup, highlight-changes-mode):
9929         Fix typos in docstrings.
9930         (highlight-changes-global-modes, highlight-changes-rotate-faces):
9931         Doc fixes.
9933 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
9935         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9936         mode function using `eval-after-load'.
9938 2005-07-21  Kim F. Storm  <storm@cua.dk>
9940         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9941         included when reporting an emacs crash, and tell about the DEBUG file.
9943         * image-file.el (insert-image-file): Add yank-handler.
9944         (image-file-yank-handler): Yank handler to make unique copies of
9945         images when they are yanked into a buffer next to each other.
9947 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
9949         * comint.el (comint-use-prompt-regexp, comint-send-input)
9950         (comint-source-default, comint-extract-string)
9951         (comint-get-source, comint-word, comint-completion)
9952         (comint-source, comint-prompt-read-only, comint-update-fence):
9953         Fix typos in docstrings.
9954         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9955         Declare with define-obsolete-*-alias macros.
9956         (comint-previous-matching-input-from-input)
9957         (comint-next-matching-input-from-input)
9958         (comint-previous-matching-input, comint-next-matching-input)
9959         (comint-forward-matching-input):
9960         Improve argument/docstring consistency.
9962         * desktop.el (desktop-clear-preserve-buffers-regexp):
9963         Also preserve the *server* buffer.
9965         * simple.el (clone-indirect-buffer): Doc fix.
9966         (fixup-whitespace, just-one-space)
9967         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9968         (next-error, next-error-highlight)
9969         (next-error-highlight-no-select, next-error-last-buffer)
9970         (next-error-buffer-p, next-error-find-buffer, next-error)
9971         (previous-error, next-error-no-select, previous-error-no-select)
9972         (open-line, split-line, minibuffer-prompt-width, kill-new)
9973         (binary-overwrite-mode): Fix typos in docstrings.
9974         (set-fill-column): Fix typo in message.
9976         * skeleton.el (skeleton-proxy-new): Doc fix.
9978         * strokes.el (strokes-load-hook): Doc fix.
9979         (strokes-grid-resolution, strokes-get-grid-position)
9980         (strokes-renormalize-to-grid, strokes-read-stroke)
9981         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9982         (strokes-global-map): Fix typos in docstrings.
9983         (strokes-help): Doc fix.  Fix help message and pass it through
9984         `substitute-command-keys'.
9986         * tempo.el (tempo-insert-prompt, tempo-interactive)
9987         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9988         (tempo-insert-string-functions, tempo-local-tags)
9989         (tempo-define-template, tempo-insert-template)
9990         (tempo-insert-prompt-compat, tempo-is-user-element)
9991         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9992         Fix typos in docstrings.
9994         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9995         (vcursor-key-bindings, vcursor-use-vcursor-map)
9996         (vcursor-find-window, vcursor-scroll-down)
9997         (vcursor-disable, vcursor-beginning-of-buffer)
9998         (vcursor-end-of-buffer): Fix typos in docstrings.
9999         (vcursor-relative-move, vcursor-get-char-count):
10000         Improve argument/docstring consistency.
10002         * version.el: "?\ " -> "?\s".
10004         * wid-edit.el (widget-default-create, widget-after-change)
10005         (widget-default-format-handler, widget-checklist-add-item)
10006         (widget-radio-add-item, widget-choose, widget-specify-secret)
10007         (widget-field-value-create, widget-field-value-get)
10008         (widget-editable-list-format-handler)
10009         (widget-editable-list-entry-create, widget-group-value-create)
10010         (widget-documentation-link-add)
10011         (widget-documentation-string-value-create): "?\ " -> "?\s".
10012         (widget-convert-text): Doc fix.
10013         (widget-narrow-to-field, widget-field-find)
10014         (widget-url-link-action, widget-emacs-library-link-action)
10015         (widget-color-notify): Fix typos in docstrings.
10017         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
10018         (x-select-text, set-w32-system-coding-system)
10019         (w32-add-charset-info): Fix typos in docstrings.
10021         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
10022         (cua-enable-cua-keys, cua-use-hyper-key)
10023         (cua-virtual-rectangle-edges): Fix typos in docstrings.
10024         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
10026         * net/tramp.el (tramp-handle-load): Fix typo in error message.
10028         * emacs-lisp/re-builder.el (regexp-builder): Declare with
10029         `defalias' instead of faking it.
10031         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
10032         (eshell-ls-missing, eshell-ls-dired-initial-args)
10033         (eshell-ls-use-in-dired): Fix typos in docstrings.
10035 2005-07-20  Kim F. Storm  <storm@cua.dk>
10037         * emulation/cua-base.el (cua-mode): Improve doc string.
10039 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
10041         * abbrev.el (expand-region-abbrevs): Doc fix.
10042         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
10043         Improve argument/docstring consistency.
10045         * arc-mode.el (archive-get-descr, archive-alternate-display):
10046         Doc fixes.
10047         (archive-l-e): Improve argument/docstring consistency.
10048         (archive-tmpdir, archive-unixdate, archive-unixtime)
10049         (archive-chmod-entry): Fix typos in docstrings.
10050         (archive-unflag, archive-unflag-backwards)
10051         (archive-unmark-all-files): "?\ " -> "?\s".
10053         * buff-menu.el (Buffer-menu-unmark): Doc fix.
10054         (Buffer-menu-not-modified, Buffer-menu-execute)
10055         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
10056         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
10058         * composite.el (compose-string, encode-composition-rule)
10059         (compose-last-chars): Fix typos in docstrings.
10061         * desktop.el (desktop-enable, desktop-basefilename):
10062         Declare with `define-obsolete-variable-alias'.
10063         (desktop-internal-v2s): Don't quote keywords.
10064         (desktop-clear): "?\ " -> "?\s".
10066         * dired.el (dired-align-file, dired-flag-backup-files)
10067         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
10068         (dired-listing-switches, dired-ls-F-marks-symlinks)
10069         (dired-dwim-target, dired-load-hook, dired-mode-hook)
10070         (dired-directory, dired-faces, dired, dired-revert)
10071         (dired-mode, dired-summary, dired-view-file)
10072         (dired-copy-filename-as-kill, dired-delete-file)
10073         (dired-no-confirm, dired-unmark-all-marks)
10074         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
10075         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
10076         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
10077         Fix typos in message strings.
10079         * dired-x.el (virtual-dired): Declare with `defalias'.
10080         (dired-mark-unmarked-files, dired-local-variables-file)
10081         (dired-omit-here-always): Doc fix.
10082         (dired-omit-mode, dired-find-subdir)
10083         (dired-enable-local-variables, dired-clean-up-buffers-too)
10084         (dired-extra-startup, dired-mark-extension, dired-jump)
10085         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
10086         (dired-smart-shell-command, dired-guess-shell-alist-user)
10087         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
10088         (dired-x-bind-find-file, dired-x-submit-report):
10089         Fix typos in docstrings.
10090         (dired-mark-unmarked-files): "?\ " -> "?\s".
10092         * dirtrack.el (dirtrack-list): Fix typos in docstring.
10094         * faces.el (describe-face): "?\ " -> "?\s".
10095         (read-all-face-attributes, read-face-font, modify-face)
10096         (face-attr-construct, italic): Fix typos in docstrings.
10097         (frame-update-face-colors): Declare with
10098         `define-obsolete-function-alias'.
10100         * files.el (find-file-noselect, recode-file-name): Doc fixes.
10101         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
10102         (magic-mode-alist, buffer-file-numbers-unique)
10103         (write-file-functions, get-free-disk-space):
10104         Fix typos in docstrings.
10105         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
10106         (write-contents-hooks, write-file-hooks):
10107         Declare with `define-obsolete-variable-alias'.
10109         * forms-d2.el (arch-rj): Fix typo in docstrings.
10110         (arch-tocol): Likewise.  "?\ " -> "?\s".
10112         * frame.el (set-frame-font, cursor-in-non-selected-windows):
10113         Fix typo in docstring.
10114         (set-screen-width, set-screen-height): Delete redundant info in
10115         doctrings.
10116         (new-frame, screen-height, screen-width): Declare with
10117         `define-obsolete-function-alias'.
10118         (delete-frame-hook, blink-cursor): Declare with
10119         `define-obsolete-variable-alias'.
10121         * paths.el (prune-directory-list): Fix typos in docstring.
10123         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
10124         (cvs-prefix-get): Fix typos in docstrings.
10126         * ps-print.el (ps-extend-face-list, ps-extend-face)
10127         (ps-print-background-image): Fix typos in docstrings.
10128         (ps-default-fg, ps-default-bg): Doc fixes.
10130         * s-region.el (s-region-bind): Doc fix.
10131         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
10133         * textmodes/org.el (org-table-formula-substitute-names)
10134         (org-table-get-vertical-vector): Doc fixes.
10135         (org-table-recalculate): Remove unused argument to `message'.
10137 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
10139         * textmodes/org.el (org-table-column-names)
10140         (org-table-column-name-regexp)
10141         (org-table-named-field-locations): New variables.
10142         (org-archive-subtree): Protect `this-command' when calling
10143         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
10144         the kill buffer.
10145         (org-complete): Remove fixed-formula completion.
10146         (org-edit-formulas-map): New variable.
10147         (org-table-edit-formulas): New command.
10148         (org-finish-edit-formulas, org-abort-edit-formulas)
10149         (org-show-variable, org-table-get-vertical-vector): New functions.
10150         (org-table-maybe-eval-formula): Handle `:=' fields.
10151         (org-table-get-stored-formulas, org-table-store-formulas)
10152         (org-table-get-formula, org-table-modify-formulas)
10153         (org-table-replace-in-formulas): Handle named field formulas.
10154         (org-table-get-specials): Store locations of named fields.
10156 2005-07-19  Juri Linkov  <juri@jurta.org>
10158         * progmodes/grep.el (grep-regexp-alist)
10159         (grep-mode-font-lock-keywords, grep-process-setup):
10160         Use default GNU grep match color "01;31m" instead of "01;41m".
10161         (grep-regexp-alist, grep-mode-font-lock-keywords):
10162         Use `\\[[0-9]*m' instead of `\\[00m'.
10163         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
10164         sgr_start where its handling is more important.  Use the real
10165         length of sgr_start instead of constant 8.
10166         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
10167         specially.  Delete all remaining escape sequences.
10168         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
10169         (grep-regexp-alist): Make hyperlink only for binary file name
10170         instead of the whole line.
10171         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
10172         (grep-mode): Add autoload.
10174         * emacs-lisp/find-func.el (find-function-regexp):
10175         Add `define-compilation-mode'.
10177 2005-07-19  Juri Linkov  <juri@jurta.org>
10179         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
10180         (compare-windows-sync-string-size, compare-windows-recenter)
10181         (compare-windows-highlight, compare-windows): Add version 22.1.
10182         (compare-windows) <defface>: Inherit from lazy-highlight instead
10183         of duplicating its default value.
10185         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10186         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
10188         * descr-text.el (describe-char): Create link buttons for `charset'
10189         and `code point'.  Add the current input method name with a link
10190         button to `to input' field.  Print face names of display table
10191         characters in `The display table entry is displayed by' section
10192         instead of printing face-id in the `display' field.
10193         Guess hardcoded faces and create a link button for them.
10194         Skip empty fields when calculating max-width.
10195         Treat `widget-create' specially while inserting strings from the
10196         collected field list.
10197         (describe-char-after): Made obsolete in version 22.1, not 21.5.
10199         * diff-mode.el (diff-file-header): Change foreground color from
10200         yellow to green on light backgrounds.
10201         (diff-context): Inherit from `shadow' only for color/grayscale
10202         with more than 88 colors.
10203         (diff-indicator-removed, diff-indicator-added)
10204         (diff-indicator-changed): New faces.
10205         (diff-font-lock-keywords): Use new faces.  Regroup rules.
10206         Add "^---$" for `normal' diff format.  Fontify `#' lines with
10207         font-lock-comment-delimiter-face and font-lock-comment-face.
10208         Add `#' to ^[^...] in the rule for `diff-context-face'.
10210         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
10211         a button-like box.  Inherit from `highlight' on low colors.
10212         (shadow): Use shades of gray only for color/grayscale with
10213         more than 88 colors.  Use green for light backgrounds with
10214         8 colors, and yellow for dark backgrounds with 8 colors.
10216         * font-lock.el (font-lock-regexp-grouping-backslash):
10217         Don't inherit from escape-glyph (use bold for all cases).
10219         * info.el (info-xref-visited): Use light foreground color `violet'
10220         for dark backgrounds instead of dark color `magenta3'.
10221         (info-title-1): Use `yellow' color for dark backgrounds.
10223         * isearch.el (isearch): Use not-too-dark magenta3 instead of
10224         too-light magenta2.
10226         * replace.el (match): Use slightly more light RoyalBlue3 instead
10227         of dark RoyalBlue4.
10229         * wid-edit.el (widget-inactive): Inherit from `shadow'.
10231 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
10233         * novice.el (disabled-command-hook): Declare it with
10234         `define-obsolete-variable-alias'.
10236         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
10237         (desktop-buffer-misc-functions, desktop-buffer-handlers)
10238         (desktop-load-default): Add release to obsolescence info.
10239         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
10240         (desktop-append-buffer-args, desktop-read):
10241         Fix typos in docstrings.
10242         (desktop-kill): Fix typo in message.
10243         (desktop-save): Doc fix.
10245 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10247         * viper-cmd.el (viper-escape-to-state): Bug fix.
10248         (viper-envelop-ESC-key): Change the definition of fast
10249         keysequence so it'll work with keyboard macros.
10251         * ediff.el (ediff-patch-buffer): Change the docstring.
10253 2005-07-19  Kenichi Handa  <handa@m17n.org>
10255         * international/mule-cmds.el (select-safe-coding-system): Try to
10256         use an auto-coding (if any) before anything else.  If the found
10257         auto-coding is invalid, show a warning message.
10259         * international/mule.el (find-auto-coding): New function created
10260         by modifying the body of set-auto-coding.
10261         (set-auto-coding): Use find-auto-coding to find a coding.
10263 2005-07-18  Richard M. Stallman  <rms@gnu.org>
10265         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
10266         not isearch-mode-end-hook-error.
10267         (allout-before-change-protect): Fix error message.
10269 2005-07-18  Juri Linkov  <juri@jurta.org>
10271         * allout.el (allout-mode):
10272         * calculator.el (calculator-copy):
10273         * custom.el (custom-known-themes):
10274         * dired.el (dired-desktop-buffer-misc-data)
10275         (dired-restore-desktop-buffer):
10276         * dired-x.el (dired-omit-marker-char):
10277         * files.el (basic-save-buffer):
10278         * font-core.el (font-lock-mode):
10279         * calendar/calendar.el (calendar-goto-hebrew-date)
10280         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
10281         (calendar-goto-persian-date):
10282         * language/ethio-util.el (ethio-sera-to-fidel-region):
10283         * textmodes/picture.el (picture-mode):
10284         Delete duplicate duplicate words.
10286 2005-07-18  Juri Linkov  <juri@jurta.org>
10288         * isearch.el (isearch-mode-map): Remove key bindings for regexp
10289         chars * ? } |.
10290         (isearch-fallback): Don't call `isearch-process-search-char'.
10291         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
10292         (isearch-process-search-char): Call `isearch-fallback' for regexp
10293         chars * ? } |.
10294         (isearch-return-char): Make obsolete with `make-obsolete' instead
10295         of simply documenting it as obsolete in the docstring.
10296         (isearch-fallback): Refill docstring.
10298         * international/isearch-x.el
10299         (isearch-process-search-multibyte-characters): Remove unneeded
10300         `concat'.  Add intermediate values to `junk-hist' instead of
10301         `minibuffer-history'.  Test the length of `str'.
10303 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
10305         * allout.el (allout-resolve-xref): Fix typos in error strings.
10306         (allout-before-change-protect): Remove unneeded `concat'.
10308         * array.el (array-mode, array-reconfigure-rows)
10309         (untabify-backward): Fix typos in docstrings.
10310         (array-reconfigure-rows): Use `insert-buffer-substring', not
10311         `insert-buffer'.
10313         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
10314         * progmodes/ada-mode.el (ada-make-body):
10315         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
10317         * dired.el (dired-log):
10318         * tar-mode.el (tar-subfile-save-buffer):
10319         * play/zone.el (zone-pgm-stress-destress):
10320         Use `insert-buffer-substring', not `insert-buffer'.
10322 2005-07-17  Simon Josefsson  <jas@extundo.com>
10324         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
10326 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
10328         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
10329         Add plain auth method.
10330         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
10332 2005-07-17  Kim F. Storm  <storm@cua.dk>
10334         * ido.el (dired-other-window): Add ido property.
10336 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
10338         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10339         Fix typo in docstring.
10340         (byte-compile-interactive-only-functions): Add `insert-buffer' and
10341         `insert-file-literally'.
10343         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
10344         info and delete redundant message.  Doc fix.
10345         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
10346         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
10348 2005-07-16  Richard M. Stallman  <rms@gnu.org>
10350         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
10351         (byte-compile-and): Use byte-compile-and-recursion.
10352         (byte-compile-or-recursion): New function.
10353         (byte-compile-or): Use that.
10354         (byte-compile-if): Guard the else-clause too.
10355         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
10357         * isearch.el (isearch-mode-end-hook-quit): New variable.
10358         (isearch-done): Bind it.
10359         (isearch-mode-end-hook): Doc fix.
10361         * allout.el (allout-isearch-did-quit): Variable deleted.
10362         (allout-real-isearch-abort): Function name no longer used.
10363         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
10364         (allout-isearch-rectification): isearch-mode always exists.
10365         Don't set allout-isearch-did-quit.
10366         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
10367         allout-isearch-did-quit.
10368         (allout-enwrap-isearch): Just add the hook.
10369         (allout-isearch-abort): Function deleted.
10370         (allout-pre-command-business): Avoid warning.
10372         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
10373         Correctly avoid warnings.
10374         (pascal-outline): Likewise.
10376         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
10378         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
10380         * play/tetris.el (tetris-mode): Avoid warning.
10382         * play/snake.el (snake-mode): Avoid warning.
10384         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
10385         (gamegrid-set-display-table): Avoid warning.
10386         (gamegrid-set-timer): Likewise.
10387         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
10388         (gamegrid-add-score-with-update-game-score-1): Take FILE
10389         as argument.
10390         (gamegrid-add-score-with-update-game-score): Pass that argument.
10391         Rename have-shared-game-dir to gamegrid-shared-game-dir.
10393         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
10395         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
10396         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
10398         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
10399         and insert-file.
10401         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
10402         (sc-ask): Avoid warnings.
10404         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
10405         (eshell-hist-initialize): Use that var the natural way.
10407         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
10409         * emacs-lisp/re-builder.el (reb-cook-regexp):
10410         Avoid warning calling lre-compile-string.
10411         (reb-color-display-p): Avoid warning.
10413         * calculator.el (calculator-last-input): Guard uses
10414         of event-key and key-press-event-p.
10415         (event-key, key-press-event-p): Delete definitions.
10417         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
10418         (find-gc-source-directory, find-gc-subrs-callers)
10419         (find-gc-noreturn-list, find-gc-source-files)
10420         (find-gc-subrs-called): Vars renamed and defvar'd.
10422         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
10423         (checkdoc-overlay-put, checkdoc-delete-overlay)
10424         (checkdoc-overlay-start, checkdoc-overlay-end)
10425         (checkdoc-mode-line-update, checkdoc-char=):
10426         Define such that compiler knows they are defined.
10427         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
10428         (checkdoc-read-event): Delete.  Use read-event directly.
10430         * whitespace.el (whitespace-make-overlay)
10431         (whitespace-overlay-put, whitespace-delete-overlay)
10432         (whitespace-overlay-start, whitespace-overlay-end):
10433         Define such that compiler knows they are defined.
10434         (whitespace): Move conditional inside.
10436         * tempo.el (tempo-insert-template): Suppress warning.
10438         * ediff-diff.el (longlines-mode): Add defvar.
10440 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
10442         * server.el: Bind "C-x #" in a way that works even if C-x is
10443         redefined to a command key, not a prefix key.
10445 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10447         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
10448         cl-make-type-test till execution time.
10450 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
10452         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
10453         arg ARG and use it.
10455 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10457         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
10459 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
10461         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10462         a defcustom with two :set or :type keywords.
10464 2005-07-15  Richard M. Stallman  <rms@gnu.org>
10466         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10467         Don't give ^M comment-end syntax.
10469 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
10471         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
10472         Don't consider gdbmi (gdb-mi.el has its own update functions).
10473         (gdb-var-delete): Make it work for gdbmi as well.
10474         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
10476         * progmodes/gud.el (etags, sdb): Only require etags when needed.
10477         (gud-speedbar-menu-items): Correct logic for enabling items.
10479 2005-07-15  Kim F. Storm  <storm@cua.dk>
10481         * ido.el: Fix commentary.
10482         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
10483         Use with-no-warnings around ffap-guesser.
10484         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
10485         Let bind minibuffer-completing-file-name to t.
10487 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
10489         * startup.el (site-run-file, keyboard-type): Doc fixes.
10490         (command-line): Check for "--basic-display" argument; also for
10491         "--quick", not "--bare-bones" (which was renamed).
10492         (fancy-splash-text): Add missing item "Getting New Versions".
10493         (normal-splash-screen): Fix typos and improve consistency with
10494         `fancy-splash-text'.  Update copyright year.
10496         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10497         valid binding for `help-char'.
10499         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10501 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
10503         * term.el (term-mode): Disable cua-mode for term buffers.
10505 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
10507         * add-log.el (add-log-mailing-address, change-log-merge):
10508         Doc fixes.
10509         (change-log-get-method-definition): Fix typo in docstring.
10511 2005-07-14  Kim F. Storm  <storm@cua.dk>
10513         * emulation/cua-base.el:
10514         (cua--pre-command-handler-1, cua--pre-command-handler)
10515         (cua--post-command-handler-1, cua--post-command-handler):
10516         Split in two.  Check (buffer local) value of cua-mode.
10517         (cua-selection-mode): New command.
10519 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10521         * custom.el (custom-initialize-safe-set)
10522         (custom-initialize-safe-default): Doc fixes.
10524         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10525         and simplify :init-value again.
10527         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10528         and simplify :init-value again.  Delete autoload.
10530         * startup.el (command-line): Use `custom-reevaluate-setting' again
10531         for tooltip-mode.
10533         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10534         a defcustom with two :initialize keywords.
10536 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
10538         * allout.el (my-mark-marker, allout-isearch-prior-pos)
10539         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10540         (allout-post-command-business, allout-flag-region)
10541         (isearch-reenable-font-lock, allout-yank)
10542         (allout-insert-latex-header, allout-insert-latex-trailer)
10543         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
10544         (allout-latex-verb-quote): Fix typos in docstrings.
10545         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
10546         (allout-unprotected, allout-prefix-data):
10547         Improve argument/docstring consistency.
10548         (allout-chart-subtree): Fix argument spec.
10549         (allout-open-topic): Rename `use_sib_bullet' argument to
10550         `use-sib-bullet'.  Doc fix.
10552         * whitespace.el (whitespace-check-buffer-leading)
10553         (whitespace-check-buffer-trailing)
10554         (whitespace-check-buffer-indent)
10555         (whitespace-check-buffer-spacetab)
10556         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10557         (whitespace-check-leading-whitespace)
10558         (whitespace-check-trailing-whitespace)
10559         (whitespace-check-spacetab-whitespace)
10560         (whitespace-check-indent-whitespace)
10561         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10562         (whitespace-modes): Fix typos in docstrings.
10563         (defgroup, defcustom): Doc fixes.
10565         * winner.el (winner-mode, winner-boring-buffers)
10566         (winner-pending-undo-ring): Doc fixes.
10567         (winner-ring): Remove unneeded `progn'.
10568         (winner-equal): `defsubst' it.
10569         (winner-redo): Fix message.
10571 2005-07-13  Kim F. Storm  <storm@cua.dk>
10573         * simple.el (line-move-1): Always use vertical-motion to
10574         do the last (or only) line move to ensure some movement.
10575         Undo 2005-06-23 change--don't check for overlays.
10577 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10579         * term/mac-win.el (ccl-encode-mac-roman-font)
10580         (ccl-encode-mac-centraleurroman-font)
10581         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10582         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10583         Change charset-id boundary of dimension to ?\xef.
10584         (mac-char-fontspec-list): New constant.
10585         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
10586         argument.  Nil uses itself as family in font-spec.  Previous
10587         behavior for nil is now provided by non-nil non-string argument.
10588         All callers changed.  Add font-specs for Mac fonts to
10589         "fontset-default" unless iso8859-1 fonts are installed.
10591 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10593         * progmodes/sh-script.el (sh-get-indent-info): Only indent
10594         a continuation line if the \ is preceded by SPC or TAB.
10595         (sh-get-indent-info): Simplify.
10596         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10597         Use with-current-buffer.
10599         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10600         when the matched text is empty.
10602 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
10604         * startup.el (command-line): Revert to previous handling of
10605         tooltip-mode.  Explain in comment why the complexity is needed.
10607         * tooltip.el (tooltip-mode): Revert to previous implementation of
10608         its defcustom.
10610         * frame.el (blink-cursor-mode): Revert to previous implementation
10611         of its defcustom.  Update comment.
10613 2005-07-12  Lars Hansen  <larsh@soem.dk>
10615         * desktop.el: Update e-mail address.
10617 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10619         * term/mac-win.el (mac-services-mail-selection)
10620         (mac-services-mail-to): New functions.
10621         (mac-application-menu-map): Bind them.
10623 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
10625         * progmodes/gdb-ui.el: Add note about buffering with Windows.
10627 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
10629         * custom.el (custom-reevaluate-setting): Doc fix.
10631 2005-07-11  Jay Belanger  <belanger@truman.edu>
10633         * calc/calc.el (calc-embedded-announce-formula-alist)
10634         (calc-embedded-open-close-plain-alist)
10635         (calc-embedded-open-close-mode-alist): Add checks for additional
10636         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10638 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
10640         * custom.el (custom-enable-theme): Don't add theme to
10641         `custom-enabled-themes' with `push' because there is no
10642         setf-method for `delq'.
10644 2005-07-11  Richard M. Stallman  <rms@gnu.org>
10646         * custom.el (custom-declare-variable): Doc fix.
10648         * dired-aux.el (dired-compare-directories): Remove "." and ".."
10649         from the alists.
10651         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10652         Do nothing if edebug-active.
10654         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10655         (edebug-display): Do it here instead.
10657 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10659         * cus-face.el (custom-theme-set-faces): Make it work.
10660         (custom-reset-faces): Doc fix.
10661         (custom-theme-reset-internal-face, custom-theme-face-value):
10662         Functions deleted.
10664         * custom.el (custom-push-theme): Maintain list of the settings
10665         of a given theme in its theme-settings property.
10666         Maintain position of old settings in the theme-value
10667         or theme-face property.
10668         (custom-enabled-themes): New variable.
10669         (custom-theme-enabled-p): New function.
10670         (provide-theme): Update custom-enabled-themes.
10671         Disable and reenable the `user' theme.
10672         (require-theme): Doc fix.
10673         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10674         (custom-theme-value, custom-theme-variable-value): Likewise.
10675         (custom-theme-reset-internal): Likewise.
10676         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10677         (custom-enable-theme, custom-disable-theme): New functions.
10678         (custom-variable-theme-value, custom-face-theme-value): Likewise.
10679         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10680         (custom-theme-reset-variables): Simplify.
10681         (deftheme, custom-declare-theme, custom-make-theme-feature):
10682         Definitions moved.
10684 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
10686         * longlines.el (longlines-show-region)
10687         (longlines-unshow-hard-newlines): Recognize hard newlines by
10688         non-nil hard property, instead of t.
10690 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10692         * viper-cmd.el (viper--key-maps): New variable.
10693         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10694         emulation-mode-map-alists.
10695         (viper-envelop-ESC-key): Use viper-subseq.
10696         (viper-search-forward/backward/next): Disable debug-on-error.
10698         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10699         (viper-ESC-key): New defcustoms.
10701         * viper-macs.el (ex-map-read-args): Use viper-subseq.
10703         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10704         (viper-subseq): Copy of subseq from cl.el.
10706         * viper.el (viper-go-away, viper-set-hooks): Use
10707         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10709         * viper-mous.el (viper-current-frame-saved): Use defvar.
10711         * viper-init.el: Get rid of -face in face names.
10713         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10714         Make it work with longlines mode
10716         * ediff-mult.el (ediff-meta-mode-hook): New variable.
10718         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10720         * ediff-init.el: Get rid of -face in face names.
10722 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10724         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10725         and with-timeout-unsuspend.
10727         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10728         and with-timeout-unsuspend.
10730         * emacs-lisp/timer.el (with-timeout-timers): New variable.
10731         (with-timeout): Bind that variable to record timers.
10732         (with-timeout-suspend, with-timeout-unsuspend): New functions.
10734         * emacs-lisp/debug.el (debug-help-follow): New function.
10735         (debugger-mode-map): Use that instead of help-follow.
10736         (debugger-setup-buffer): Use eval-buffer-list
10737         to handle eval-buffer frames.
10739 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
10741         * timezone.el (timezone-parse-date): Change first regexp
10742         so it will not mistakenly match dates with no time zone.
10744 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
10746         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10748 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
10750         * custom.el (custom-initialize-safe-set)
10751         (custom-initialize-safe-default): New functions.
10753         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10754         and simplify :init-value.
10756         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10757         and simplify :init-value.  Delete obsolete comment.
10759         * startup.el (command-line): Use `custom-reevaluate-setting' to
10760         handle `tooltip-mode'.  Delete obsolete comment.
10762         * files.el (set-visited-file-name): Avoid calling
10763         `file-name-nondirectory' with a nil argument.
10765 2005-07-09  Richard M. Stallman  <rms@gnu.org>
10767         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
10768         was called with nil for the buffer, handle the read position right.
10769         Handle read position for eval-region, too.
10771 2005-07-09  Juri Linkov  <juri@jurta.org>
10773         * fringe.el (fringe-mode): Add period in docstring.
10774         (fringe-query-style): Build prompt depending on `all-frames' arg.
10776         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
10777         to not create links to unrelated functions in the Help buffer.
10779         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
10780         Doc fix.
10782         * simple.el (next-error-hook): New variable.
10783         (next-error): Use it.  Doc fix.
10785         * textmodes/ispell.el (ispell-command-loop): Add current
10786         dictionary name and program name to mode-line-format.
10787         (ispell-region, ispell-process-line): Add current dictionary name
10788         and program name to messages.
10790 2005-07-08  Jay Belanger  <belanger@truman.edu>
10792         * calc/calc.el (calc-embedded-announce-formula-alist)
10793         (calc-embedded-open-close-formula-alist)
10794         (calc-embedded-open-close-word-alist)
10795         (calc-embedded-open-close-plain-alist)
10796         (calc-embedded-open-close-new-formula-alist)
10797         (calc-embedded-open-close-mode-alist)
10798         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
10799         (calc-embedded-mode-hook): New variables.
10801         * calc/calc-embed.el (calc-embedded-firsttime)
10802         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
10803         New variables.
10804         (calc-do-embedded): Use calc-embedded-firsttime,
10805         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
10806         determine whether or not to run hooks.
10807         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
10808         calc-embedded-firsttime-formula appropriately.
10809         Set calc-embedded delimiter variables according to mode.
10811 2005-07-08  Richard M. Stallman  <rms@gnu.org>
10813         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
10814         Check for "emacs", etc., as entire symbol, not just as word.
10815         (checkdoc-file-comments-engine): Use regexp-quote on FN.
10817         * files.el (set-visited-file-name): Report the error
10818         for "empty filename" earlier.
10819         (kill-some-buffers): Ignore buffers already dead.
10821         * fringe.el (fringe-mode): Doc fix.
10823         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10824         Check for (featurep 'xemacs) and turn off warnings in what it guards.
10825         Use unwind-protect to ensure byte-compile-unresolved-functions
10826         is updated.
10828         * whitespace.el (whitespace-buffer-leading-cleanup):
10829         Simplify w/ skip-chars-forward.
10830         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
10832         * mail/rmail.el (rmail-only-expunge): Fix paren error.
10833         Unconditionally try to leave point at the same old place.
10835 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
10837         * comint.el (comint-postoutput-scroll-to-bottom)
10838         (comint-show-maximum-output): Take scroll-margin into consideration.
10840 2005-07-08  Kim F. Storm  <storm@cua.dk>
10842         * ido.el (ido-use-filename-at-point): New choice `guess'.
10843         (ido-file-internal): Try ffap-guesser if selected.
10845         * ido.el (ido-before-fallback-functions): New hook.
10846         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10847         (ido-read-file-name): Run it.
10849 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10851         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10852         strings rather than a list of symbols to the completion function.
10854 2005-07-07  Jay Belanger  <belanger@truman.edu>
10856         * calc/calc-units.el (math-apply-units): Change the places in
10857         which units are simplified.
10859 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
10861         * cus-edit.el (customize-option, customize-option-other-window):
10862         Make them handle aliases.
10864         * custom.el (custom-variable-p): Make it recursively follow
10865         aliases.  Mention that in the docstring.
10867 2005-07-07  Richard M. Stallman  <rms@gnu.org>
10869         * cus-start.el (exec-path): Use `directory' instead of `file'.
10870         Fix tag for nil.
10872 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10874         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10875         when called non-interactively.  Doc fix.
10877 2005-07-07  Lute Kamstra  <lute@gnu.org>
10879         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10880         new address as well.
10882 2005-07-07  Kenichi Handa  <handa@m17n.org>
10884         * international/mule.el (make-coding-system):
10885         Describe `ascii-incompatible' property in the docstring.
10886         (set-file-name-coding-system): Signal an error if coding-system is
10887         ascii-incompatible.
10888         (set-keyboard-coding-system): Likewise.
10890         * international/mule-cmds.el (set-default-coding-systems):
10891         Don't set default-file-name-coding-system and
10892         default-keyboard-coding-system if coding-system is ASCII-incompatible.
10894         * international/utf-16.el: Declare that all UTF-16-based coding
10895         systems are ASCII-incompatible.
10897 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
10899         * progmodes/gud.el: Require font-lock for displaying errors.
10900         Used by gdb-ui.el.
10902 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10904         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10905         values for the pattern lists which are `read'able but not
10906         `append'able (like symbols).
10908 2005-07-06  Richard M. Stallman  <rms@gnu.org>
10910         * progmodes/flymake.el (flymake-float-time): Instead of
10911         with-no-warnings, test for xemacs.
10912         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10913         to avoid warning.
10915 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
10917         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10919 2005-07-05  Lute Kamstra  <lute@gnu.org>
10921         * battery.el: Add support for Darwin (with much debugging help
10922         from Samuel Lauber <sam124@operamail.com>).
10923         (battery-status-function, battery-echo-area-format)
10924         (battery-mode-line-format): Add support for pmset on Darwin.
10925         (battery-load-low, battery-load-critical): New user options.
10926         (battery-pmset): New function.
10928 2005-07-05  Lute Kamstra  <lute@gnu.org>
10930         Update FSF's address in GPL notices.
10932         * textmodes/page-ext.el: Update FSF's address.
10934 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10936         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10937         filling from using prefix when filling a single-line docstring.
10939         * progmodes/flymake.el: Remove useless eval-when-compile.
10941         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10943 2005-07-04  Richard M. Stallman  <rms@gnu.org>
10945         * textmodes/org.el (org-file-apps-defaults-gnu):
10946         Rename from org-file-apps-defaults-linux.
10947         (org-default-apps): Don't test system-type for `linux'.
10948         (org-file-apps): Doc fix.
10950 2005-07-04  David Ponce  <david@dponce.com>
10952         * tree-widget.el: Improve header Commentary section.
10953         (tree-widget) [defgroup]
10954         (tree-widget-image-enable, tree-widget-themes-directory)
10955         (tree-widget-theme, tree-widget-image-properties-emacs)
10956         (tree-widget-image-properties-xemacs, tree-widget-create-image)
10957         (tree-widget-image-formats, tree-widget-control)
10958         (tree-widget-empty-control, tree-widget-leaf-control
10959         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10960         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10961         (tree-widget-keep, tree-widget-after-toggle-functions)
10962         (tree-widget-open-node, tree-widget-close-node): Doc fix.
10963         (tree-widget-open-control, tree-widget-close-control): Fix doc and
10964         :help-echo message.
10965         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
10966         (tree-widget-image-properties): Doc fix.  Clearer implementation.
10967         (tree-widget--cursors): New constant.
10968         (tree-widget-lookup-image): New function split from
10969         `tree-widget-find-image'.  Clearer implementation.
10970         (tree-widget-find-image): Use it.
10971         (tree-widget-button-keymap): Use `set-keymap-parent'.
10972         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10973         Define the sub-widgets here.
10974         (tree-widget-node): Check that :node is not a tree-widget.
10975         (tree-widget-get-super, tree-widget-open-control)
10976         (tree-widget-close-control, tree-widget-empty-control)
10977         (tree-widget-leaf-control, tree-widget-guide)
10978         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10979         (tree-widget-no-handle, tree-widget-value-delete)
10980         (tree-widget-map): Remove.
10981         (tree-widget-children-value-save): Doc fix.  Simplified.
10982         (tree-widget-value-create): Update according to previous changes.
10984 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10986         * textmodes/org.el: Leading space replaced by TABS.
10987         (org-recalc-marks, org-table-rotate-recalc-marks)
10988         (org-table-get-specials): Treat "^" and "_" marks.
10989         (org-table-justify-field-maybe): Optional argument NEW.
10990         (org-table-eval-formula): Parsing of the format simplified.
10991         New modes C,I.  Honor the %= parameter in the current table.
10992         Avoid unnecessary re-align by using the NEW argument to
10993         `org-table-justify-field-maybe'.
10994         (org-calc-default-modes): Default for date-format mimicks org-mode.
10995         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10997 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10999         * cus-face.el (custom-theme-set-faces): Make it handle face
11000         aliases whose alias declarations are pre- or autoloaded.
11002 2005-07-04  Juri Linkov  <juri@jurta.org>
11004         * faces.el (read-face-name): Put the code for getting a face name
11005         from the buffer before adding the faces from the `face' property.
11006         Use `completing-read-multiple' instead of `completing-read'.
11007         Require `crm'.  Add default value and post-process the returned
11008         list of faces.
11010         * emacs-lisp/crm.el (crm-find-current-element)
11011         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
11013         * emacs-lisp/lisp-mode.el (eval-defun-1):
11014         * emacs-lisp/edebug.el (edebug-eval-defun):
11015         Remove unnecessary quotes.
11017 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11019         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
11020         (prolog-indent-level): Fix typo in docstring.
11022         * info.el (Info-history, Info-history-forward)
11023         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
11025         * add-log.el (add-change-log-entry):
11026         * comint.el (comint-dynamic-list-input-ring)
11027         (comint-dynamic-list-completions):
11028         * dabbrev.el (dabbrev-expand):
11029         * delim-col.el (delimit-columns-rectangle-line):
11030         * diff-mode.el (diff-context->unified, diff-reverse-direction)
11031         (diff-unified->context):
11032         * ediff-init.el (ediff-abbrev-jobname):
11033         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
11034         (ediff-replace-session-activity-marker-in-meta-buffer):
11035         * info.el (Info-summary):
11036         * lpr.el (printify-region):
11037         * printing.el (pr-create-interface):
11038         * ps-print.el (ps-print-quote):
11039         * ses.el (ses-column-widths, ses-print-cell)
11040         (ses-adjust-print-width, ses-center):
11041         * shell.el (shell-file-name-quote-list):
11042         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
11043         (strokes-fill-current-buffer-with-whitespace)
11044         (strokes-xpm-for-stroke, strokes-list-strokes)
11045         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
11046         * term.el (term-dynamic-list-input-ring)
11047         (term-dynamic-list-completions):
11048         * calc/calc.el (math-format-stack-value):
11049         * emacs-lisp/edebug.el (edebug-display-freq-count):
11050         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
11051         (delphi-new-comment-line):
11052         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
11053         * progmodes/executable.el (executable-set-magic):
11054         * progmodes/python.el (inferior-python-mode):
11055         * progmodes/scheme.el (scheme-mode-syntax-table):
11056         * progmodes/sh-script.el (sh-maybe-here-document):
11057         * progmodes/sql.el (sql-copy-column):
11058         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
11059         * textmodes/bibtex.el (bibtex-mode):
11060         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
11061         (sgml-auto-attributes):
11062         * textmodes/table.el (table-insert, table-shorten-cell)
11063         (table--generate-source-scan-lines, table-delete-row)
11064         (*table--cell-delete-char, table--spacify-frame)
11065         (table--horizontally-shift-above-and-below)
11066         (table--cell-insert-char, table--cell-blank-str)
11067         (table--fill-region-strictly):
11068         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
11069         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
11071         * add-log.el (change-log):
11072         * apropos.el (apropos):
11073         * comint.el (comint-completion, comint-source):
11074         * dabbrev.el (dabbrev):
11075         * delim-col.el (columns):
11076         * diff-mode.el (diff-mode):
11077         * ediff.el (ediff):
11078         * ediff-diff.el (ediff-diff):
11079         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
11080         * ediff-mult.el (ediff-mult):
11081         * ediff-ptch.el (ediff-ptch):
11082         * ediff-wind.el (ediff-window):
11083         * facemenu.el (facemenu):
11084         * indent.el (indent):
11085         * info.el (info):
11086         * jka-cmpr-hook.el (compression, jka-compr):
11087         * lpr.el (lpr):
11088         * outline.el (outlines):
11089         * pcmpl-cvs.el (pcmpl-cvs):
11090         * pcmpl-rpm.el (pcmpl-rpm):
11091         * printing.el (printing):
11092         * ps-print.el (postscript, ps-print, ps-print-horizontal)
11093         (ps-print-vertical, ps-print-headers, ps-print-font)
11094         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
11095         (ps-print-background, ps-print-printer, ps-print-page)
11096         (ps-print-miscellany):
11097         * ses.el (ses):
11098         * shell.el (shell, shell-directories, shell-faces):
11099         * startup.el (initialization):
11100         * strokes.el (strokes):
11101         * term.el (term):
11102         * uniquify.el (uniquify):
11103         * w32-vars.el (w32):
11104         * calc/calc.el (calc):
11105         * emacs-lisp/bytecomp.el (bytecomp):
11106         * emacs-lisp/cl-indent.el (lisp-indent):
11107         * emacs-lisp/edebug.el (edebug):
11108         * emacs-lisp/elp.el (elp):
11109         * emacs-lisp/testcover.el (testcover):
11110         * emacs-lisp/trace.el (trace):
11111         * emulation/viper-ex.el (viper-ex):
11112         * emulation/viper-mous.el (viper-mouse):
11113         * mail/mailalias.el (mailalias):
11114         * mail/supercite.el (supercite, supercite-frames)
11115         (supercite-attr, supercite-cite, supercite-hooks):
11116         * net/rcompile.el (remote-compile):
11117         * net/rlogin.el (rlogin):
11118         * obsolete/ooutline.el (outlines):
11119         * progmodes/delphi.el (delphi):
11120         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
11121         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
11122         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
11123         (ebnf-optimization):
11124         * progmodes/etags.el (etags):
11125         * progmodes/executable.el (executable):
11126         * progmodes/idlwave.el (idlwave):
11127         * progmodes/pascal.el (pascal):
11128         * progmodes/prolog.el (prolog):
11129         * progmodes/python.el (python):
11130         * progmodes/scheme.el (scheme):
11131         * progmodes/sh-script.el (sh, sh-script):
11132         * progmodes/sql.el (SQL):
11133         * progmodes/tcl.el (tcl):
11134         * textmodes/bibtex.el (bibtex, bibtex-autokey):
11135         * textmodes/enriched.el (enriched):
11136         * textmodes/makeinfo.el (makeinfo):
11137         * textmodes/sgml-mode.el (sgml):
11138         * textmodes/table.el (table-hooks):
11139         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
11140         * textmodes/texinfo.el (texinfo):
11141         * textmodes/two-column.el (two-column):
11142         Finish `defgroup' description with period.
11144         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
11145         * eshell/esh-var.el (eshell-var):
11146         * progmodes/vhdl-mode.el (vhdl-testbench):
11147         * textmodes/org.el (org): Fix typos in docstrings.
11149         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
11150         consistency.
11152         * progmodes/flymake.el (flymake-find-file): Remove.
11153         (flymake-float-time): Use `with-no-warnings'.
11154         (flymake-check-start-time, flymake-check-was-interrupted)
11155         (flymake-err-info, flymake-is-running, flymake-last-change-time)
11156         (flymake-new-err-info): `defvar' at compile time.
11158 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
11160         * replace.el (occur-hook): Doc fix.
11161         (occur-1): Don't call `occur-hook' if there are no matches.
11163 2005-07-03  Richard M. Stallman  <rms@gnu.org>
11165         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
11166         global-map, save the same map.
11167         (global-map): Don't alter it at top level.
11168         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
11169         Then alter it here instead.
11170         (tpu-edt-off): Set global-map to the saved one.
11172         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
11173         All references simplified.
11174         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
11175         (zmacs-regions): Add defvar.
11176         (repeat-complex-command-map): Everything about that deleted.
11178         * textmodes/artist.el (artist-key-is-drawing)
11179         (artist-key-endpoint1, artist-key-poly-point-list)
11180         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
11181         (artist-key-compl-table, artist-rb-save-data)
11182         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
11183         Don't put them in eval-when-compile.
11184         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
11186         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
11187         Use with-no-warnings.
11189         * net/browse-url.el (dos-windows-version): Add defvar.
11191         * mail/supercite.el (filladapt-prefix-table): Add defvar.
11193         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
11194         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
11195         (rmail-new-summary-line-count): Rename from new-summary-line-count.
11196         Add defvar.
11197         (rmail-summary-beginning-of-message): Use with-no-warnings.
11198         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
11200         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
11201         Use with-no-warnings.
11203         * emulation/vi.el (vi-mark-region): Use c-mark-function.
11204         (c-mark-function): Add point-moving-unit property.
11205         (vi-goto-line): Use with-no-warnings.
11207         * emulation/edt.el (edt-last-copied-word): Add defvar.
11208         (zmacs-region-stays): Likewise.
11209         (edt-mark-section-wisely): Use c-mark-function for C.
11210         Use makr-defun for Fortran.
11211         (time-string): defvar deleted.
11212         (edt-display-the-time): Don't set time-string.
11214         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
11216         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11217         Don't warn when name is not constant
11218         or for defining the group `emacs'.
11220         * tooltip.el (gud-tooltip-mode): Add defvar.
11222         * startup.el (default-frame-background-mode): Add defvar.
11224         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
11226         * info.el (tool-bar-map): Add defvar.
11228         * dired.el (dnd-protocol-alist): Add defvar.
11230         * dired-aux.el (dired-query): Display question with answer, when
11231         the user answers.
11233         * custom.el (custom-add-option): Doc fix.
11235         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
11237 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
11239         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
11240         bogus name from the last change.
11242 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
11244         * custom.el (custom-declare-variable): Fix typos in comment.
11245         (custom-known-themes): Doc fix.
11246         (custom-theme-directory): New defcustom.
11247         (require-theme): Make it check `custom-theme-directory'.
11249         * cus-theme.el (custom-new-theme-mode): New function.
11250         (custom-theme-name, custom-theme-variables, custom-theme-faces)
11251         (custom-theme-description): Add compiler defvars.
11252         (customize-create-theme): Add doc to the "*New Custom Theme*"
11253         buffer.  Use `custom-new-theme-mode'.
11254         (custom-theme-write): Put the created buffer in emacs-lisp-mode
11255         and save it to the `custom-theme-directory'.  Make this the
11256         default directory of the buffer.
11258 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
11260         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
11261         Fix unbalanced parentheses.
11263 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11265         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
11266         into flymake-mode and delegate to flymake-mode.
11268         * find-file.el (ff-which-function-are-we-in): Clean up.
11270 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
11272         * replace.el (occur-rename-buffer): Fix docstring.
11274         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
11275         (edt-last-copied-word, edt-learn-macro-count)
11276         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
11277         (edt-rect-start-point, edt-user-global-map, rect-start-point)
11278         (time-string, zmacs-region-stays):
11279         * emulation/edt-mapper.el (edt-save-function-key-map)
11280         (EDT-key-name): `defvar' to silence the byte-compiler.
11282 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
11284         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
11285         font-lock-regexp-backslash.  Doc fix.
11286         (font-lock-regexp-backslash-grouping-construct): Rename from
11287         font-lock-regexp-backslash-construct.  Doc fix.
11288         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
11289         grouping constructs.
11291 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
11293         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
11294         updating all the prerequisites.
11296 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
11298         * textmodes/org.el (org-agenda-start-on-weekday)
11299         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
11300         (org-agenda-use-time-grid, org-archive-location)
11301         (org-allow-space-in-links, org-usenet-links-prefer-google)
11302         (org-enable-table-editor, org-export-default-language)
11303         (org-export-html-show-new-buffer, org-fill-paragraph)
11304         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
11305         (org-goto-quit, org-occur, org-eval-in-calendar)
11306         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
11307         (org-agenda-diary-entry, org-remember-help)
11308         (org-table-convert-region, org-at-table-p)
11309         (org-table-move-row-down, org-table-move-row-up)
11310         (org-table-copy-region, org-table-toggle-vline-visibility)
11311         (org-table-get-stored-formulas, org-table-get-specials)
11312         (org-recalc-commands, org-table-eval-formula)
11313         (org-table-formula-substitute-names, orgtbl-make-binding)
11314         (org-format-org-table-html, org-format-table-table-html)
11315         (org-format-table-table-html-using-table-generate-source)
11316         (org-customize): Fix typos in docstrings.
11317         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
11318         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
11319         (org-back-to-heading): Doc fixes.
11320         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
11321         (org-agenda-change-all-lines, org-get-header):
11322         Improve argument/docstring consistency.
11323         (orgtbl-error): Fix error message.
11325         * progmodes/flymake.el (flymake-find-possible-master-files)
11326         (flymake-master-file-compare, flymake-get-line-err-count)
11327         (flymake-highlight-line, flymake-gui-warnings-enabled):
11328         Fix typos in docstrings.
11329         (flymake-parse-line, flymake-get-project-include-dirs-function)
11330         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
11331         Doc fixes.
11332         (flymake-get-project-include-dirs-function)
11333         (flymake-make-err-menu-data):
11334         Improve argument/docstring consistency.
11336 2005-07-01  Lute Kamstra  <lute@gnu.org>
11338         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
11339         Catch errors with ignore-errors.  Use temporary buffer.
11340         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
11342         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
11343         background color faces.
11344         (facemenu-set-foreground, facemenu-set-background):
11345         Use facemenu-set-face-from-menu.
11346         (facemenu-set-face-from-menu): Treat face names that start with
11347         "fg:" or "bg:" as special.
11348         (facemenu-add-new-color): Don't create faces.  Simplify.
11350 2005-06-30  Richard M. Stallman  <rms@gnu.org>
11352         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
11353         (crm-find-current-element): Likewise.
11355 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
11357         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11359 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11361         * arc-mode.el (archive-extract): Make it work as a mouse binding.
11362         (archive-mouse-extract): Make it an obsolete alias.
11363         (archive-mode-map): Don't use archive-mouse-extract any more.
11364         (archive-mode, archive-extract): write-contents-hooks ->
11365         write-contents-functions.
11366         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
11367         first arg.
11368         (archive-rename-entry): Update the call.
11369         (archive-zip-summarize): Remove unused var `method'.
11370         (archive-lzh-summarize): Remove unused var `creator'.
11372         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
11373         dedicated frame upon exit.
11375         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
11376         (archive-zip-extract, archive-zip-expunge)
11377         (archive-zip-update, archive-zip-update-case): Use executable-find.
11378         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
11379         Use restore-buffer-modified-p.
11380         (archive-extract, archive-add-new-member, archive-write-file-member):
11381         Use with-current-buffer.
11382         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
11384 2005-06-30  Andreas Schwab  <schwab@suse.de>
11386         * progmodes/gud.el (gud-filter): Remove unneeded progn.
11388 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11390         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
11392 2005-06-30  Juri Linkov  <juri@jurta.org>
11394         * faces.el (vertical-border): Inherit from mode-line-inactive
11395         only on tty.
11397 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
11399         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
11400         example, -NLINES in the `occur' docstring).
11402         * replace.el (occur-1): When no matches are found, do not set the
11403         `buffer-read-only' and modified flags for the occur buffer,
11404         because it is deleted.
11406         * emulation/cua-base.el (cua-check-pending-input)
11407         (cua-repeat-replace-region, cua-mode, cua-debug)
11408         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
11409         Fix typos in docstrings.
11411         * emulation/cua-gmrk.el (cua-toggle-global-mark)
11412         (cua-cut-region-to-global-mark)
11413         (cua--cut-rectangle-to-global-mark):
11414         Remove period from end of messages.
11416         * emulation/cua-rect.el (cua-do-rectangle-padding):
11417         Remove period from end of messages.
11418         (cua--rectangle-seq-format): Fix typo in docstring.
11419         (cua-sequence-rectangle, cua-fill-char-rectangle):
11420         Improve argument/docstring consistency.
11422 2005-06-29  Juri Linkov  <juri@jurta.org>
11424         * faces.el (default-frame-background-mode): New internal variable.
11425         (frame-set-background-mode): Use it.
11427         * startup.el (normal-top-level): Set default-frame-background-mode
11428         instead of frame-background-mode.  Before setting it, test for its
11429         nil value.  Remove tests for frame-background-mode and frame
11430         parameter `reverse'.  Add test for "unspecified-fg".
11432         * term/xterm.el (xterm-rxvt-set-background-mode):
11433         * term/rxvt.el (rxvt-set-background-mode):
11434         Set default-frame-background-mode instead of frame-background-mode.
11436 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
11438         * simple.el (set-variable): Warn about obsolete user variables.
11440         * imenu.el (imenu--completion-buffer):
11441         * mouse.el (mouse-buffer-menu-alist):
11442         * msb.el (msb-invisible-buffer-p):
11443         * calendar/diary-lib.el (diary-header-line-format):
11444         * emacs-lisp/pp.el (pp-buffer):
11445         * progmodes/cperl-mode.el (cperl-do-auto-fill):
11446         * textmodes/picture.el (picture-replace-match):
11447         Change space constants followed by a sexp to "?\s ".
11449         * play/decipher.el (decipher-loop-with-breaks):
11450         * textmodes/texinfo.el (texinfo-insert-@item): Change space
11451         constants "protected" from end of line by a comment to "?\s".
11453 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11455         * font-lock.el (save-buffer-state): Use `declare'.
11457         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
11458         reset the syntax-table to cperl-mode-syntax-table.
11459         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
11460         "foo_print_bar" is not matched as a reserved keyword.
11462 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
11464         * textmodes/org.el (orgtbl-setup): New function, for delayed
11465         setup for the orgtbl commands.
11466         (org-calc-default-modes): New option.
11467         (orgtbl-make-binding): Use `defun' to get better help display.
11468         (org-diary): Call `org-compile-prefix-format'.
11469         (org-table-formula-substitute-names): New function.
11470         (org-agenda-day-view, org-agenda-week-view): New commands.
11471         (org-agenda-toggle-week-view): Command removed.
11472         (org-tbl-menu): Split off from org-org-menu.
11473         (org-mode): Move removal of outline-mode menus to here.
11474         (org-table-formula-debug): New option.
11475         (org-table-insert-row): Keep first field if just "#" or "*".
11476         (org-mode): Paragraph regexps fixed.
11477         (org-table-recalculate-regexp): New constant.
11478         (org-table-justify-field-maybe): Avoid replace if not necessary.
11479         (org-copy-special, org-cut-special): Use `call-interactively'.
11480         (org-table-copy-region): Take region from `interactive' call.
11481         (org-trim): Return string even if no match.
11482         (org-formula): New face.
11483         (org-set-font-lock-defaults): No longer highlight "FIXME".
11484         But highlight formula-related fields in table.
11485         (org-table-p): Use regexp, not fontification.
11486         (org-table-align): Handle white space at end of line.
11487         (org-table-formula-evaluate-inline): New option.
11488         (org-mode): Auto-wrapping in comment lines turned off.
11489         (org-table-copy-down): Evaluate only in copied field, not in
11490         destination.
11491         (org-table-current-formula): Variable removed.
11492         (org-table-store-formulas, org-table-get-stored-formulas)
11493         (org-table-modify-formulas, org-table-replace-in-formulas)
11494         (org-table-maybe-eval-formula): New functions.
11495         (org-table-get-formula): Modify to use stored formulas.
11496         (org-table-insert-column, org-table-delete-column)
11497         (org-table-move-column): Call `org-table-modify-formulas'.
11498         (org-complete): Add completion for keyword formulas.
11499         (orgtbl-mode): Pull orgtbl-mode-map to start of
11500         minor-mode-map-alist.
11502 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11504         * progmodes/python.el (python-check): Require `compile' before
11505         modifying its variables.
11507         * newcomment.el (comment-indent-default): Don't get fooled by an early
11508         end of buffer.
11510 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11512         * ps-print.el (ps-print-version): Fix version number.
11514 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
11516         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11518 2005-06-28  Richard M. Stallman  <rms@gnu.org>
11520         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11521         (flyspell-local-mouse-map): Declaration deleted.
11522         (flyspell-mouse-map): Bind only mouse-2.
11523         (flyspell-mode-map): Don't test flyspell-use-local-map.
11524         (flyspell-overlay-keymap-property-name): Var deleted.
11525         (flyspell-mode-on): Don't make local bindings for
11526         flyspell-mouse-map and flyspell-mode-map.
11527         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11529         * textmodes/ispell.el (ispell-word): Do not ignore short words.
11531         * progmodes/compile.el (compilation-next-error-function):
11532         Don't switch buffers; operate on the current buffer.
11534         * progmodes/compile.el (compilation-error-file-name)
11535         (compilation-warning-file-name, compilation-info-file-name)
11536         (compilation-line-number, compilation-column-number): New faces.
11537         (compilation-error-face, compilation-warning-face)
11538         (compilation-info-face, compilation-line-face)
11539         (compilation-column-face): Use them.
11541         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
11543         * comint.el (comint-password-prompt-regexp): Accept ", try again".
11545         * bindings.el (global-map): Bind insertchar and its variants.
11547 2005-06-27  Richard M. Stallman  <rms@gnu.org>
11549         * textmodes/artist.el (artist-text-overwrite)
11550         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11552 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11554         * ps-print.el: It was not working the page selection for printing.
11555         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11556         (ps-print-version): New version 6.6.7.
11557         (ps-end-sheet): New fun.
11558         (ps-header-sheet, ps-end-job): Call it.
11560 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
11562         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11564 2005-06-27  Lute Kamstra  <lute@gnu.org>
11566         * facemenu.el (facemenu-unlisted-faces): Add foreground and
11567         background color faces.
11568         (facemenu-get-face): Delete function.
11569         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11570         (facemenu-add-new-color): Make second argument mandatory.
11571         Create the appropriate face and return it.  Simplify.
11572         (facemenu-set-foreground, facemenu-set-background): Don't check if
11573         color is defined.  Use return value of facemenu-add-new-color.
11575 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
11577         * progmodes/gud.el (gud-filter): Add missing argument to
11578         with-selected-window.
11580 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11582         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11583         a :require to the defcustom.
11585         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11586         defcustoms corresponding to minor modes.
11588 2005-06-26  David Ponce  <david@dponce.com>
11590         * recentf.el: Require tree-widget instead of wid-edit.
11591         (recentf-filename-handler): Fix widget :type.
11592         (recentf-cancel-dialog, recentf-open-more-files)
11593         (recentf-open-files-action): Doc fix.
11594         (recentf-dialog-goto-first): New function.
11595         (recentf-dialog-mode-map): Set parent keymap first.
11596         (recentf-dialog-mode): Define with define-derived-mode.
11597         Don't display continuation lines in dialogs.
11598         (recentf-edit-list): Rename from recentf-edit-selected-items.
11599         (recentf-edit-list-select): Rename from recentf-edit-list-action.
11600         Simplify.
11601         (recentf-edit-list-validate): New function.
11602         (recentf-edit-list): Update accordingly.
11603         (recentf-open-files-item-shift): Remove.
11604         (recentf-open-files-item): Convert menu elements into tree and
11605         link widgets.  Don't create the widgets.
11606         (recentf-open-files): Update accordingly.
11607         (recentf-save-list): Untabify.
11609 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
11611         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11612         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
11613         partially contained in the active region.  Do not take active
11614         region into account when called from Lisp, unless INTERACTIVE arg
11615         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
11616         avoid trouble with fields.  Make marker point nowhere when no
11617         longer used.  Always return nil.  Doc fix.
11618         (flush-lines): Add INTERACTIVE arg.  Do not take active region
11619         into account when called from Lisp, unless INTERACTIVE arg is
11620         non-nil.  Use `forward-line' instead of `beginning-of-line' to
11621         avoid trouble with fields.  Make marker point nowhere when no
11622         longer used.  Always return nil.  Doc fix.
11623         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
11624         interchangeable.  Do not take active region into account when
11625         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
11626         message in echo area when called from Lisp, unless INTERACTIVE arg
11627         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
11628         Return the number of matches.  Doc fix.
11629         (occur): Doc fix.
11630         (perform-replace): Make comment follow double space convention for
11631         the sake of `outline-minor-mode'.
11633         * faces.el (facep): Doc fix.
11635 2005-06-25  Richard M. Stallman  <rms@gnu.org>
11637         * facemenu.el (facemenu-enable-faces-p): New function.
11638         (facemenu-background-menu, facemenu-foreground-menu)
11639         (facemenu-face-menu): Add menu-enable property.
11641         * jka-compr.el (jka-compr-insert-file-contents):
11642         Special handling if cannot find the uncompression program.
11644         * cus-face.el (custom-face-attributes): Add autoload.
11646         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11647         Bind comment-indent-function locally.
11649         * window.el (save-selected-window): Use save-current-buffer.
11651         * subr.el (with-selected-window): Use save-current-buffer.
11653         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11654         and with-current-buffer.
11656 2005-06-24  Richard M. Stallman  <rms@gnu.org>
11658         * simple.el (line-move-1): Fix previous change.
11660 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11662         * replace.el (occur-1): Set `buffer-read-only' and the
11663         buffer-modified flag before running `occur-hook' to protect
11664         against unintentional buffer switches that can lead to data loss.
11666 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
11668         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11669         (gud-gdb-marker-filter): Use font-lock-warning-face for any
11670         initial error.
11672         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11673         after fresh input.
11674         (gdb-var-create-handler): Put name of expression in quotes.
11676 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11678         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11679         elements of RING in order, and without bogus nil elements.
11681 2005-06-23  Richard M. Stallman  <rms@gnu.org>
11683         * simple.el (set-variable): Args renamed; doc fix.
11684         (line-move-1): When there are overlays around, use vertical-motion.
11686         * faces.el (escape-glyph): Use brown against light background.
11687         (nobreak-space): Rename from no-break-space.
11688         Fix previous change.
11690         * dired-aux.el (dired-do-copy): Fix arg prompt.
11692         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11694 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11696         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11697         rather than "Distributor".
11699 2005-06-23  Lute Kamstra  <lute@gnu.org>
11701         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11702         (debug-on-entry): Use it.  New interactive declaration that uses
11703         function-called-at-point.
11705 2005-06-23  Kim F. Storm  <storm@cua.dk>
11707         * subr.el (save-match-data): Add comment about using evaporate arg
11708         to set-match-data.
11710 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
11712         * cus-edit.el (customize-face)
11713         (customize-face-other-window): Handle face aliases.
11715         * faces.el (face-documentation, set-face-attribute)
11716         (face-spec-set): Handle face aliases.
11718 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
11720         * help-mode.el (help-make-xrefs): If a symbol representing a face
11721         name is not followed by the word "face", it could still be a
11722         function or variable name, so don't bypass other checks.
11724 2005-06-22  Juri Linkov  <juri@jurta.org>
11726         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11727         Replace aliased functions with calls where second arg `inherit' is t.
11729 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
11731         * progmodes/gdb-ui.el (gdb-error): New variable.
11732         (gdb-error): New function.
11733         (gdb-annotation-rules): Act on error-begin and error annotations.
11734         (gdb-concat-output): Use font-lock-warning-face for errors.
11736 2005-06-22  Miles Bader  <miles@gnu.org>
11738         * bindings.el (propertized-buffer-identification): Use renamed
11739         `Buffer-menu-buffer' face.
11741         * faces.el (vertical-border): Rename from `vertical-divider'.
11742         (escape-glyph): Change dark-background color back to `cyan'.
11744 2005-06-21  Juri Linkov  <juri@jurta.org>
11746         * faces.el (face-user-default-spec): Try getting `customized-face'
11747         prior to `saved-face'.
11748         (frame-background-mode): Refill docstring.
11750         * emacs-lisp/lisp-mode.el (eval-defun-1):
11751         * emacs-lisp/edebug.el (edebug-eval-defun):
11752         Set `saved-face' temporarily to nil before calling form.
11753         Set `customized-face' to the new spec after that.
11755 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11757         * subr.el (1value, lambda, key-substitution-in-progress):
11758         Doc fixes.
11760         * autoinsert.el (auto-insert-alist):
11761         * ses.el (ses-call-printer):
11762         * subr.el (noreturn):
11763         * emacs-lisp/lisp.el (check-parens):
11764         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
11765         * net/browse-url.el (browse-url-mosaic):
11766         * progmodes/cc-defs.el (c-safe-scan-lists):
11767         * progmodes/ebnf-abn.el (ebnf-abn-lex):
11768         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
11769         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
11770         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
11771         * progmodes/ebnf-iso.el (ebnf-iso-lex):
11772         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
11774 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11776         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
11778 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
11780         * calendar/appt.el (appt-make-list): Activate the package, if
11781         not already active (for backwards compatibility).
11783 2005-06-20  Kim F. Storm  <storm@cua.dk>
11785         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
11787 2005-06-20  Miles Bader  <miles@gnu.org>
11789         * faces.el (vertical-divider): New face.
11791 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
11793         * simple.el (kill-whole-line): Doc fix.
11794         (next-error-buffer-p, next-error-find-buffer)
11795         (clone-indirect-buffer): Fix typos in docstrings.
11796         (comment-line-break-function): Doc fix: don't say variable
11797         is automatically buffer-local (it isn't).
11799 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
11801         * net/tramp-ftp.el (top):
11802         * net/tramp-smb.el (top):
11803         * net/tramp-util.el (top):
11804         * net/tramp-uu.el (top):
11805         * net/tramp-vc.el (top):
11806         * net/tramp.el (top): Revert copyright years back to original
11807         ones.  Tramp has a life outside GNU Emacs.
11809 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
11811         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
11813 2005-06-18  Juri Linkov  <juri@jurta.org>
11815         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
11816         end of first regexp to limit the match to the position between
11817         line number and source line with same separator character as used
11818         between file name and line number.  In the second regexp limit
11819         mouse-face area to file name and line number by adding new group
11820         for them and referring it in HYPERLINK arg.
11821         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
11822         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
11823         previous line where grep markers may be already removed.
11825 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
11827         * progmodes/ps-mode.el: Update version and maintainer's email address.
11829 2005-06-18  Steve Youngs  <steve@xemacs.org>
11831         * net/browse-url.el (browse-url-browser-function)
11832         (browse-url-default-browser): Add firefox.
11833         (browse-url-firefox-program, browse-url-firefox-arguments)
11834         (browse-url-firefox-startup-arguments)
11835         (browse-url-firefox-new-window-is-tab): New defcustoms.
11836         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11838 2005-06-17  Richard M. Stallman  <rms@gnu.org>
11840         * startup.el (command-line): Warn if specified user name has
11841         no home directory.
11843         * term.el (term-get-old-input, term-input-filter, term-input-sender)
11844         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11846         * longlines.el (longlines-mode, longlines-show-hard-newlines):
11847         Doc fixes.
11849         * faces.el (underline): Try bold if terminal doesn't support underline.
11851         * mail/sendmail.el (mail-setup-with-from): New variable.
11852         (mail-insert-from-field): New function.
11853         (sendmail-send-it): Call it.
11854         (mail-setup): Optionally call it here.
11856         * term/linux.el: Call tty-no-underline.
11858 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
11860         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11862 2005-06-17  Miles Bader  <miles@gnu.org>
11864         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11865         (ediff-current-diff-C, ediff-current-diff-Ancestor)
11866         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11867         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11868         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11869         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11870         Remove "-face" suffix from face names.
11871         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11872         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11873         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11874         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11875         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11876         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11877         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11878         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11879         New backward-compatibility aliases for renamed faces.
11880         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11881         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11882         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11883         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11884         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11885         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11886         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11887         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11888         Use renamed ediff faces.
11890         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11891         Remove "-face" suffix from face names.
11892         (eshell-test-ok-face, eshell-test-failed-face):
11893         New backward-compatibility aliases for renamed faces.
11894         (eshell-run-test): Use renamed eshell-test faces.
11896         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11897         face name.
11898         (eshell-prompt-face): New backward-compatibility alias for renamed
11899         face.
11900         (eshell-emit-prompt): Use renamed eshell-prompt face.
11902         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11903         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11904         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11905         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11906         Remove "-face" suffix from face names.
11907         (eshell-ls-directory-face, eshell-ls-symlink-face)
11908         (eshell-ls-executable-face, eshell-ls-readonly-face)
11909         (eshell-ls-unreadable-face, eshell-ls-special-face)
11910         (eshell-ls-missing-face, eshell-ls-archive-face)
11911         (eshell-ls-backup-face, eshell-ls-product-face)
11912         (eshell-ls-clutter-face):
11913         New backward-compatibility aliases for renamed faces.
11914         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11916         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11917         Remove "-face" suffix from face name.
11918         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11919         instead of literal face.
11921 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
11923         * emacs-lisp/warnings.el (display-warning, lwarn)
11924         (warning-minimum-log-level): Doc fixes.
11925         (warning-minimum-level, warning-minimum-log-level):
11926         Add :debug to :type choices.
11928         * progmodes/ada-mode.el (ada-format-paramlist)
11929         (ada-get-indent-case, ada-check-matching-start)
11930         (ada-check-defun-name, ada-goto-matching-decl-start)
11931         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11932         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11933         (ada-make-subprogram-body): Follow error conventions.
11934         (ada-case-exception-file, ada-indent-comment-as-code)
11935         (ada-indent-handle-comment-special, ada-indent-renames)
11936         (ada-indent-return, ada-search-directories-internal)
11937         (ada-tab-policy, ada-case-exception-substring)
11938         (ada-other-file-alist, ada-matching-start-re)
11939         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11940         (ada-imenu-generic-expression, ada-compile-goto-error)
11941         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11942         (ada-popup-menu, ada-add-extensions, ada-mode)
11943         (ada-region-selected, ada-create-case-exception)
11944         (ada-create-case-exception-substring, ada-after-keyword-p)
11945         (ada-activate-keys-for-case, ada-adjust-case-region)
11946         (ada-adjust-case-buffer, ada-format-paramlist)
11947         (ada-scan-paramlist, ada-insert-paramlist)
11948         (ada-indent-newline-indent)
11949         (ada-indent-newline-indent-conditional)
11950         (ada-justified-indent-current, ada-goto-previous-word)
11951         (ada-indent-current, ada-get-indent-open-paren)
11952         (ada-get-indent-paramlist, ada-get-indent-end)
11953         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11954         (ada-get-indent-block-start, ada-get-indent-subprog)
11955         (ada-get-indent-noindent, ada-get-indent-label)
11956         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11957         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11958         (ada-goto-stmt-end, ada-goto-next-word)
11959         (ada-check-matching-start, ada-check-defun-name)
11960         (ada-goto-matching-decl-start, ada-goto-matching-start)
11961         (ada-goto-matching-end, ada-search-ignore-string-comment)
11962         (ada-in-decl-p, ada-looking-at-semi-or)
11963         (ada-looking-at-semi-private, ada-in-paramlist-p)
11964         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11965         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11966         (ada-next-procedure, ada-previous-procedure, ada-next-package)
11967         (ada-previous-package, ada-create-menu)
11968         (ada-fill-comment-paragraph-justify)
11969         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11970         (ada-other-file-name, ada-last-which-function-line)
11971         (ada-last-which-function-subprog, ada-which-function)
11972         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11973         (ada-gen-treat-proc, ada-check-emacs-version)
11974         (ada-continuation-indent, ada-align-region-separate):
11975         Fix typos in docstrings.
11976         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11978 2005-06-16  Lute Kamstra  <lute@gnu.org>
11980         * simple.el (fundamental-mode): Run after-change-major-mode-hook
11981         conditionally.
11983 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11985         * comint.el (comint-replace-by-expanded-filename)
11986         (comint-prompt-regexp, comint-delimiter-argument-list)
11987         (comint-preinput-scroll-to-bottom):
11988         * info.el (Info-hide-cookies-node):
11989         * ls-lisp.el (ls-lisp-classify):
11990         * find-file.el (ff-search-directories, ff-special-constructs)
11991         (ff-find-other-file):
11992         * font-lock.el (font-lock-keywords):
11993         * shell.el (shell-prompt-pattern)
11994         (shell-dynamic-complete-functions, shell-mode)
11995         (shell-delimiter-argument-list):
11996         * term.el (term-replace-by-expanded-filename)
11997         (term-prompt-regexp, term-delimiter-argument-list):
11998         * woman.el (woman-ignore, woman0-if):
11999         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
12000         * emacs-lisp/elint.el (elint-init-env):
12001         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
12002         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
12003         * language/ethio-util.el (ethio-tilde-escape)
12004         (ethio-use-three-dot-question):
12005         * net/zone-mode.el (zone-mode-load-time-setup):
12006         * progmodes/cc-align.el (c-lineup-argcont):
12007         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
12008         * progmodes/cperl-mode.el (cperl-set-style-back):
12009         * progmodes/inf-lisp.el (inferior-lisp-prompt):
12010         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
12011         Fix spellings in docstrings.
12013         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
12014         * progmodes/modula2.el (m2-for): Fix spellings.
12016         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
12018         * simple.el (undo-more): Don't use `format' on `error' arguments.
12019         Improve argument/docstring consistency.
12020         (pending-undo-list): Doc fix.
12022         * smerge-mode.el (smerge-ensure-match):
12023         * emulation/vip.el (vip-ex):
12024         * net/zone-mode.el (zone-mode-update-serial):
12025         * progmodes/idlwave.el (idlwave-complete):
12026         * progmodes/vhdl-mode.el (vhdl-visit-file)
12027         (vhdl-compose-wire-components):
12028         Don't use `format' on `error' arguments.
12030         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
12031         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
12032         (tooltip-help-tips): Fix typos in docstrings.
12034 2005-06-16  David Ponce  <david@dponce.com>
12036         * tree-widget.el (tree-widget-value-create): Simplify last change.
12038 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
12040         * ido.el (ido-incomplete-regexp): New variable.
12041         (ido-set-matches-1): Handle invalid-regexp error and set
12042         ido-incomplete-regexp.
12043         (ido-incomplete-regexp): New face.
12044         (ido-completions): Use it.
12045         (ido-complete, ido-exit-minibuffer, ido-completions):
12046         Handle incomplete regexps.
12047         (ido-completions): Add check for complete match when entering a regexp.
12049 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12051         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
12053 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12055         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
12056         by field delimiters.
12058 2005-06-15  David Ponce  <david@dponce.com>
12060         * tree-widget.el: eval-and-compile inlined functions so they will
12061         be available at run-time too.
12062         (tree-widget-super-format-handler)
12063         (tree-widget-format-handler): Remove.
12064         (tree-widget-value-create): Handle the :indent property.
12066 2005-06-15  Miles Bader  <miles@gnu.org>
12068         * progmodes/which-func.el (which-func): Only inherit
12069         `font-lock-function-name-face' when that makes sense against the
12070         default mode-line face, otherwise set the face color explicitly.
12072         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
12073         faces instead of (non-existent) variables.
12075 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12077         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
12078         (iswitchb-get-matched-buffers): Likewise.  Simplify.
12080 2005-06-14  Miles Bader  <miles@gnu.org>
12082         * progmodes/ld-script.el (ld-script-location-counter):
12083         Remove "-face" suffix from face name.
12084         (ld-script-location-counter-face):
12085         New backward-compatibility alias for renamed face.
12086         (ld-script-location-counter-face): Use renamed face.
12088         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
12089         (cperl-hash): Remove "-face" suffix from face names.
12090         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
12091         New backward-compatibility aliases for renamed faces.
12092         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
12093         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
12095         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
12096         name.
12097         (which-func-face): New backward-compatibility alias for renamed face.
12098         (which-func-format): Use renamed which-func face.
12100         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
12101         (vhdl-function, vhdl-directive, vhdl-reserved-word)
12102         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
12103         names.
12104         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
12105         (vhdl-speedbar-configuration, vhdl-speedbar-package)
12106         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
12107         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
12108         (vhdl-speedbar-architecture-selected)
12109         (vhdl-speedbar-configuration-selected)
12110         (vhdl-speedbar-package-selected)
12111         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
12112         names.
12113         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
12114         Use renamed faces.
12115         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
12116         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
12117         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
12118         Use renamed faces.
12119         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
12120         names.
12121         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
12122         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
12123         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
12124         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
12125         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
12126         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
12128         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
12129         face name.
12130         (sh-heredoc-face): New backward-compatibility alias for renamed face.
12131         (sh-heredoc-face): Use renamed sh-heredoc face.
12133         * progmodes/idlw-help.el (idlwave-help-link):
12134         Remove "-face" suffix from face name.
12135         (idlwave-help-link-face):
12136         New backward-compatibility alias for renamed face.
12137         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
12139         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
12140         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
12141         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12142         New backward-compatibility aliases for renamed faces.
12143         (idlwave-shell-disabled-breakpoint-face)
12144         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
12146         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12147         Remove "-face" suffix from face names.
12148         (flymake-errline-face, flymake-warnline-face):
12149         New backward-compatibility aliases for renamed faces.
12150         (flymake-highlight-line): Use renamed flymake faces.
12152         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12153         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
12154         (ebrowse-member-class, ebrowse-progress):
12155         Remove "-face" suffix from face names.
12156         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12157         (ebrowse-file-name-face, ebrowse-default-face)
12158         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12159         (ebrowse-progress-face):
12160         New backward-compatibility aliases for renamed faces.
12161         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
12162         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
12163         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
12164         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
12166         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
12167         antlr-syntax)
12168         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
12169         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
12170         names.
12171         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
12172         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
12173         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
12174         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
12175         backward-compatibility aliases for renamed faces.
12176         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
12177         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
12178         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
12179         remove "font-lock-".  Use renamed antlr-mode faces.
12180         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
12181         literal face-names with face variable references.
12183         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
12184         face name.
12185         (Buffer-menu-buffer-face): New backward-compatibility alias for
12186         renamed face.
12187         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
12189 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
12191         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
12192         Eliminate "-face" suffix.
12193         (makefile-targets): Inherit from font-lock-function-name-face and
12194         eliminate "-face" suffix.
12195         (makefile-shell): Remove attributes and eliminate "-face" suffix.
12196         (makefile-*-font-lock-keywords): Append makefile-targets in rule
12197         actions, instead of prepending, to make it less visible.
12198         (makefile-previous-dependency, makefile-match-dependency):
12199         Don't match a target on a continuation line.
12201         * files.el (auto-mode-alist): Put Makefile in gmake mode.
12203 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
12205         * progmodes/gdb-ui.el (menu): Re-order menu items.
12206         (gdb-tooltip-print): Respect tooltip-use-echo-area.
12208         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
12209         Define in tooltip.el.
12210         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
12211         (gud-tooltip-tips): Respect tooltip-use-echo-area and
12212         gud-tooltip-echo-area.
12214         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
12215         backward compatibility and make obsolete.
12216         (tooltip-help-tips): Use tooltip-use-echo-area.
12217         (tooltip-show-help-function): Rename to...
12218         (tooltip-show-help): ...this, because it is a function.
12219         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
12221 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
12223         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
12224         (edebug-print-length, edebug-print-level, edebug-print-circle)
12225         (edebug-modify-breakpoint, edebug-eval-last-sexp)
12226         (edebug-eval-print-last-sexp): Doc fixes.
12228 2005-06-14  Kim F. Storm  <storm@cua.dk>
12230         * ido.el (ido-mode): Make a new keymap every time we enable ido,
12231         as the coverage buffer/file/both may change.
12233 2005-06-14  Lute Kamstra  <lute@gnu.org>
12235         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
12236         and run-mode-hooks.  Simplify.
12238         * mail/rmailedit.el (rmail-edit-mode):
12239         * progmodes/octave-inf.el (inferior-octave-mode):
12240         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
12242         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
12243         and run-mode-hooks.
12244         (recentf-edit-list, recentf-open-files): Don't call
12245         kill-all-local-variables directly.
12247         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
12249 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12251         * emacs-lisp/byte-run.el (make-obsolete)
12252         (define-obsolete-function-alias): Rename arguments FUNCTION and
12253         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
12254         (make-obsolete-variable, define-obsolete-variable-alias):
12255         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
12256         respectively.
12258         * isearchb.el (isearchb-activate):
12259         * pcvs.el (cvs-mode):
12260         * ses.el (ses-load):
12261         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
12262         * net/tramp.el (tramp-find-file-exists-command)
12263         (tramp-find-shell):
12264         * progmodes/ada-mode.el (ada-create-case-exception)
12265         (ada-create-case-exception-substring, ada-make-subprogram-body):
12266         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12267         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
12268         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
12269         * textmodes/org.el (org-promote, org-evaluate-time-range)
12270         (org-agenda-next-date-line, org-agenda-previous-date-line)
12271         (org-agenda-error, org-open-at-point, org-table-move-row)
12272         (org-format-table-table-html-using-table-generate-source)
12273         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
12274         * textmodes/reftex.el (reftex-access-scan-info):
12275         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
12276         (reftex-toc-promote-prepare): Follow error conventions.
12278         * diff-mode.el (diff-mode): Fix typo in docstring.
12280         * forms.el (forms--intuit-from-file): Fix reference to
12281         `forms-number-of-fields' in error message.
12282         (forms-print): Fix quoting in error message.
12284         * forms.el (forms-mode):
12285         * emulation/vi.el (vi-goto-insert-state):
12286         * progmodes/flymake.el (flymake-new-err-info)
12287         (flymake-start-syntax-check-for-current-buffer)
12288         (flymake-simple-cleanup):
12289         * eshell/esh-var.el (eshell/export):
12290         * progmodes/gud.el (xdb):
12291         * textmodes/flyspell.el (flyspell-incorrect-hook)
12292         (flyspell-maybe-correct-transposition)
12293         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
12295 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
12297         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
12298         minibuffer prompt.
12300 2005-06-13  Kim F. Storm  <storm@cua.dk>
12302         * subr.el (add-to-ordered-list): New defun.
12304         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
12305         add cua--keymap-alist to emulation-mode-map-alists.
12307 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12309         * subr.el (complete-in-turn): New macro.
12310         (dynamic-completion-table, lazy-completion-table): Add debug info.
12312         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
12313         in preference to face aliases.
12315         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
12316         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
12317         Remove unused vars `start' and `firstline'.
12318         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
12319         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
12321 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
12323         * cus-start.el (all): Don't complain about missing GTK-related
12324         variables, unless either `gtk' is boundp or this isn't a
12325         `windows-nt' build.
12327 2005-06-13  Lute Kamstra  <lute@gnu.org>
12329         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
12330         run-mode-hooks.
12332         * ediff-mult.el (ediff-meta-mode):
12333         * ediff-util.el (ediff-mode): Use run-mode-hooks.
12335         * ledit.el (ledit-mode): Use delay-mode-hooks.
12337         * woman.el (woman-mode-line-format): Delete constant.
12338         (woman-mode-map): Initialize it properly.
12339         (woman-mode): Set mode-class property to special.
12340         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
12341         Set major-mode and mode-name.  Don't set mode-line-format directly.
12342         (Man-getpage-in-background): Don't reference woman-mode-line-format.
12344         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12345         string argument obsolete.
12347 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
12349         * textmodes/org.el (org-CUA-compatible): New option.
12350         (org-disputed-keys): New variable.
12351         (org-key): New function.
12352         (orgtbl-make-binding): Add docstring to the created function.
12353         (org-mode): Set paragraph start/separate regexps.
12354         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
12355         (org-archive-location, org-archive-mark-done)
12356         (org-archive-stamp-time): New options.
12357         (org-archive-subtree): New command.
12358         (org-fill-paragraph): New function.
12359         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
12360         (org-fake-empty-table-line): Function removed.
12361         (org-format-org-table-html): Do not create empty table lines at
12362         separator lines.  Improved table header treatment.
12363         (org-link-format): New option.
12364         (org-make-link): New function.
12365         (org-insert-link, org-store-link): Use org-make-link.
12366         (org-open-file): Quote file name for shell command, to allow
12367         spaces in file names.
12368         (org-link-regexp): Fix bug with mailto link.
12369         (org-link-maybe-angles-regexp, org-protected-link-regexp):
12370         New constants.
12371         (org-export-as-html): Deal with the optional angles around a link.
12372         Better treatment of file: links.
12373         (org-open-at-point): Replace @{ and @} with < and >.
12374         (org-run-mode-hooks): Function removed.
12375         (org-agenda-mode): No longer use `org-run-mode-hooks'.
12377 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
12379         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
12380         MI command -data-list-register-values.
12381         (gdb-post-prompt): Indent properly.
12383 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
12385         * hilit-chg.el (highlight-changes-colors): Rename from
12386         `highlight-changes-colours'.
12387         (highlight-changes-colours): Keep as obsolete alias.
12388         (highlight-changes-face-list): Doc fix.
12389         (hilit-chg-make-list): Use `highlight-changes-colors'.
12391 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
12393         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
12394         defun-prompt-regexp.
12396 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
12398         * loadup.el: Don't say we are dumping under 2 names on windows-nt
12399         and cygwin.
12401         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
12402         Don't use an old loaddefs.el, as in Makefile.in.
12404 2005-06-12  Lute Kamstra  <lute@gnu.org>
12406         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
12408         * man.el (Man-mode-map): Initialize it properly.
12409         (Man-mode): Set mode-class property to special.
12411         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
12413 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12415         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
12416         A newline is needed in the docstring there.
12418         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
12419         Doc fixes.
12421 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12423         * printing.el: Doc fix.  The menubar is no more changed when printing
12424         is loaded, it only changes when pr-menu-bind or pr-update-menus is
12425         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
12426         (pr-version): New version number (6.8.4).
12427         (pr-menu-bind): New command.
12428         (pr-update-menus): Docstring and code fix.
12429         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
12430         Docstring fix.
12431         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
12432         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
12434 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
12436         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
12437         "Returns" to "return", document useful return values, etc.
12439 2005-06-11  Alan Mackenzie  <acm@muc.de>
12441         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
12442         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
12443         (adaptive-file-function): Minor amendment to doc-string.
12445 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12447         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
12448         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
12449         Fix :type--it is `integer', not `string'.
12451         * faces.el (modeline-highlight): Rename from (the erroneous)
12452         `modeline-higilight'.
12454 2005-06-11  Lute Kamstra  <lute@gnu.org>
12456         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
12457         lisp-interaction-mode-map but make it the parent.
12458         (edebug-eval-mode): Use define-derived-mode.
12460 2005-06-11  Andreas Schwab  <schwab@suse.de>
12462         * bindings.el: Add binding of `ESC functionkey' for every
12463         `M-functionkey'.
12464         * hexl.el (hexl-mode-map): Likewise.
12466 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
12468         * progmodes/compile.el (compilation-error-regexp-alist-alist)
12469         [msft]: update regexp for newer msft compilers.
12471 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
12473         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
12474         ATTLIST portions of included DTDs.
12475         (xml-parse-dtd): Eliminate use of inefficient match-data.
12477 2005-06-10  Miles Bader  <miles@gnu.org>
12479         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12480         (mpuz-text): Remove "-face" suffix from face names.
12481         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
12482         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
12483         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
12485         * play/gomoku.el (gomoku-O, gomoku-X):
12486         Remove "-face" suffix from face names.
12487         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12488         New backward-compatibility aliases for renamed faces.
12489         (gomoku-font-lock-keywords): Use renamed gomoku faces.
12491 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12493         * thumbs.el: Fixes for changes of 2005-06-09.
12494         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12495         as a directory.
12496         (thumbs-thumbname): Remove directory separator from format string;
12497         `thumbs-thumbsdir' now returns a valid directory name.
12498         (thumbs-temp-dir): New defsubst.
12499         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12500         Use it.
12502         * cus-edit.el (minibuffer):
12503         * files.el (make-backup-file-name-function):
12504         * filesets.el (filesets-external-viewers):
12505         * hilit-chg.el (highlight-changes-colours)
12506         (highlight-changes-face-list, highlight-changes-rotate-faces):
12507         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12508         * kmacro.el (kmacro-call-macro):
12509         * log-edit.el (log-edit-changelog-full-paragraphs):
12510         * mouse.el (mouse-1-click-follows-link):
12511         * skeleton.el (skeleton-autowrap):
12512         * subr.el (insert-for-yank-1):
12513         * tempo.el (tempo-insert-region):
12514         * terminal.el (terminal-emulator):
12515         * time.el (display-time-mail-face):
12516         * vc.el (vc-annotate):
12517         * vcursor.el (vcursor-copy-line):
12518         * woman.el (woman-bold-headings, woman-ignore)
12519         (woman-default-faces, woman-monochrome-faces):
12520         * calendar/todo-mode.el (todo-insert-threshold):
12521         * emulation/pc-select.el (pc-select-selection-keys-only)
12522         (pc-selection-mode):
12523         * emulation/vip.el (vip-find-char-forward):
12524         * emulation/viper-cmd.el (viper-find-char-forward):
12525         * international/mule-cmds.el
12526         (select-safe-coding-system-accept-default-p)
12527         (input-method-exit-on-invalid-key):
12528         * international/mule-diag.el (describe-coding-system):
12529         * international/ucs-tables.el (unify-8859-on-encoding-mode):
12530         * net/browse-url.el (browse-url-xterm-program):
12531         * obsolete/lazy-lock.el (lazy-lock-mode):
12532         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12533         (cperl-mode):
12534         * progmodes/cpp.el (cpp-face-light-name-list)
12535         (cpp-face-dark-name-list):
12536         * progmodes/delphi.el (delphi-newline-always-indents):
12537         Fix spellings in docstrings.
12539         * ido.el (ido-mode, ido-file-extensions-order)
12540         (ido-default-file-method, ido-default-buffer-method)
12541         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
12542         (ido-decorations, ido-read-file-name-as-directory-commands)
12543         (ido-read-file-name-non-ido, ido-work-directory-list)
12544         (ido-ignore-item-temp-list, ido-current-directory)
12545         (ido-magic-forward-char, ido-enter-find-file)
12546         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
12547         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12549 2005-06-10  Lute Kamstra  <lute@gnu.org>
12551         * play/dunnet.el (dun-mode): Use define-derived-mode.
12552         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
12553         obsolete alias.
12555         * play/doctor.el (doctor-mode-map): Remove defvar.
12556         (doctor-mode): Use define-derived-mode.
12558         * mail/mspools.el (mspools-mode):
12559         * net/eudc-hotlist.el (eudc-hotlist-mode):
12560         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12562 2005-06-10  Miles Bader  <miles@gnu.org>
12564         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12565         Remove "-face" suffix from face names.
12566         (flyspell-incorrect-face, flyspell-duplicate-face):
12567         New backward-compatibility aliases for renamed faces.
12568         (flyspell-mode-on, make-flyspell-overlay)
12569         (flyspell-highlight-incorrect-region)
12570         (flyspell-highlight-duplicate-region)
12571         (flyspell-display-next-corrections)
12572         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12574         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12575         from face name.
12576         (texinfo-heading-face): New backward-compatibility alias for
12577         renamed face.
12578         (texinfo-heading-face): Use renamed texinfo-heading face.
12580         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12581         suffix from face names.
12582         (tex-math-face, tex-verbatim-face):
12583         New backward-compatibility aliases for renamed faces.
12584         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12585         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12586         literal face name.
12588         * textmodes/table.el (table-cell): Remove "-face" suffix from face
12589         name.
12590         (table-cell-face): New backward-compatibility alias for renamed face.
12591         (table--put-cell-face-property, table--update-cell-face):
12592         Use renamed table-cell face.
12594         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12595         from face name.
12596         (sgml-namespace-face): New backward-compatibility alias for
12597         renamed face.
12598         (sgml-namespace-face): Use renamed sgml-namespace face.
12600         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12601         (org-level-4, org-level-5, org-level-6, org-level-7)
12602         (org-level-8, org-warning, org-headline-done)
12603         (org-deadline-announce, org-scheduled-today)
12604         (org-scheduled-previously, org-link, org-done, org-table)
12605         (org-time-grid): Remove "-face" suffix from face names.
12606         (org-level-1-face, org-level-2-face, org-level-3-face)
12607         (org-level-4-face, org-level-5-face, org-level-6-face)
12608         (org-level-7-face, org-level-8-face, org-warning-face)
12609         (org-headline-done-face, org-deadline-announce-face)
12610         (org-scheduled-today-face, org-scheduled-previously-face)
12611         (org-link-face, org-done-face, org-table-face)
12612         (org-time-grid-face):
12613         New backward-compatibility aliases for renamed faces.
12614         (org-level-faces, org-set-font-lock-defaults, org-timeline)
12615         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12616         (org-agenda-get-timestamps, org-agenda-get-scheduled)
12617         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12619         * emulation/viper-init.el (viper-search, viper-replace-overlay)
12620         (viper-minibuffer-emacs, viper-minibuffer-insert)
12621         (viper-minibuffer-vi): Remove "-face" suffix from face names.
12622         (viper-search-face, viper-replace-overlay-face)
12623         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12624         (viper-minibuffer-vi-face):
12625         New backward-compatibility aliases for renamed faces.
12626         (viper-search-face, viper-replace-overlay-face)
12627         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12628         (viper-minibuffer-vi-face): Use renamed viper faces.
12630         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12631         Remove "-face" suffix from face names.
12632         (testcover-nohits-face, testcover-1value-face):
12633         New backward-compatibility aliases for renamed faces.
12634         (testcover-mark): Use renamed testcover faces.
12636         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12637         face name.
12638         (diary-button-face): New backward-compatibility alias for renamed face.
12639         (diary-entry): Use renamed diary-button face.
12641         * calendar/calendar.el (diary, calendar-today, holiday)
12642         (mark-visible-calendar-date): Remove "-face" suffix from face names.
12643         (diary-face, calendar-today-face, holiday-face):
12644         New backward-compatibility aliases for renamed faces.
12645         (eval-after-load "facemenu", diary-entry-marker)
12646         (calendar-today-marker, calendar-holiday-marker, diary-face):
12647         Use renamed calendar faces.
12649         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12650         (compare-windows-face): New backward-compatibility alias for
12651         renamed face.
12652         (compare-windows-highlight): Use renamed compare-windows face.
12654         * strokes.el (strokes-char): Remove "-face" suffix from face name.
12655         (strokes-char-face): New backward-compatibility alias for renamed face.
12656         (strokes-encode-buffer): Use renamed strokes-char face.
12658         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12659         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12660         Remove "-face" suffix from face names.
12661         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12662         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12663         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12664         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12665         Use renamed pcvs faces.
12666         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12667         * pcvs-defs.el (cvs-mode-map): Likewise.
12668         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12670         * info.el (info-title-1, info-title-2, info-title-3)
12671         (info-title-4): Remove "-face" suffix from and downcase face names.
12672         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12673         (Info-title-4-face):
12674         New backward-compatibility aliases for renamed faces.
12675         (Info-fontify-node): Use renamed info faces.
12677         * hilit-chg.el (highlight-changes, highlight-changes-delete):
12678         Remove "-face" suffix from face names.
12679         (highlight-changes-face, highlight-changes-delete-face):
12680         New backward-compatibility aliases for renamed faces.
12681         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12682         (hilit-chg-make-list): Use renamed highlight-changes faces.
12684         * generic-x.el (show-tabs-tab, show-tabs-space):
12685         Remove "-face" suffix from face names.
12686         (show-tabs-tab-face, show-tabs-space-face):
12687         New backward-compatibility aliases for renamed faces.
12688         (show-tabs-generic-mode-font-lock-defaults-1)
12689         (show-tabs-generic-mode-font-lock-defaults-2):
12690         Use renamed show-tabs faces.
12692         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12693         (smerge-markers): Remove "-face" suffix from face names.
12694         (smerge-mine-face, smerge-other-face, smerge-base-face)
12695         (smerge-markers-face):
12696         New backward-compatibility aliases for renamed faces.
12697         (smerge-mine-face, smerge-other-face, smerge-base-face)
12698         (smerge-markers-face): Use renamed smerge faces.
12700         * log-view.el (log-view-file, log-view-message): Remove "-face"
12701         suffix from face names.
12702         (log-view-file-face, log-view-message-face):
12703         New backward-compatibility aliases for renamed faces.
12704         (log-view-file-face, log-view-message-face): Use renamed log-view
12705         faces.
12707         * paren.el (show-paren-match, show-paren-mismatch):
12708         Remove "-face" suffix from face names.
12709         (show-paren-match-face, show-paren-mismatch-face):
12710         New backward-compatibility aliases for renamed faces.
12711         (show-paren-function): Use renamed show-paren faces.
12713         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12714         (ruler-mode-margins, ruler-mode-fringes)
12715         (ruler-mode-column-number, ruler-mode-fill-column)
12716         (ruler-mode-comment-column, ruler-mode-goal-column)
12717         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12718         suffix from face names.
12719         (ruler-mode-default-face, ruler-mode-pad-face)
12720         (ruler-mode-margins-face, ruler-mode-fringes-face)
12721         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12722         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12723         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12724         New backward-compatibility aliases for renamed faces.
12725         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12726         (ruler-mode-column-number, ruler-mode-fill-column)
12727         (ruler-mode-comment-column, ruler-mode-goal-column)
12728         (ruler-mode-tab-stop, ruler-mode-current-column)
12729         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12730         faces.
12732         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12733         face name.
12734         (whitespace-highlight-the-space): Use renamed face.
12735         (whitespace-highlight-face): New backward-compatibility alias for
12736         renamed face.
12738         * woman.el (woman-italic, woman-bold, woman-unknown)
12739         (woman-addition, woman-symbol-face):
12740         Remove "-face" suffix from face names.
12741         (woman-italic-face, woman-bold-face, woman-unknown-face)
12742         (woman-addition-face):
12743         New backward-compatibility aliases for renamed faces.
12744         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12745         (woman-decode-region, woman-replace-match)
12746         (woman-display-extended-fonts, woman-special-characters)
12747         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12748         Use renamed woman faces.
12750         * longlines.el (longlines-visible-face): Face removed.
12752         * diff-mode.el (diff-header, diff-file-header, diff-index)
12753         (diff-hunk-header, diff-removed, diff-added, diff-changed)
12754         (diff-function, diff-context, diff-nonexistent): Remove "-face"
12755         suffix from face names.
12756         (diff-header-face, diff-file-header-face, diff-index-face)
12757         (diff-hunk-header-face, diff-removed-face, diff-added-face)
12758         (diff-changed-face, diff-function-face, diff-context-face)
12759         (diff-nonexistent-face): New backward-compatibility aliases for
12760         renamed faces.
12761         (diff-header-face, diff-file-header-face)
12762         (diff-index, diff-index-face, diff-hunk-header)
12763         (diff-hunk-header-face, diff-removed, diff-removed-face)
12764         (diff-added, diff-added-face, diff-changed-face, diff-function)
12765         (diff-function-face, diff-context-face, diff-nonexistent)
12766         (diff-nonexistent-face): Use renamed diff-mode faces.
12768         * progmodes/compile.el (compilation-warning-face)
12769         (compilation-info-face): Remove "-face" suffix from face names.
12770         (compilation-warning-face, compilation-info-face):
12771         New backward-compatibility aliases for renamed faces.
12772         (compilation-warning-face, compilation-info-face):
12773         Use renamed compilation faces.
12775         * add-log.el (change-log-date, change-log-name)
12776         (change-log-email, change-log-file, change-log-list)
12777         (change-log-conditionals, change-log-function)
12778         (change-log-acknowledgement): Remove "-face" suffix from face names.
12779         (change-log-date-face, change-log-name-face)
12780         (change-log-email-face, change-log-file-face)
12781         (change-log-list-face, change-log-conditionals-face)
12782         (change-log-function-face, change-log-acknowledgement-face):
12783         New backward-compatibility aliases for renamed faces.
12784         (change-log-font-lock-keywords): Use renamed change-log faces.
12786         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
12787         (custom-set, custom-changed, custom-saved, custom-button)
12788         (custom-button-pressed, custom-documentation, custom-state)
12789         (custom-comment, custom-comment-tag, custom-variable-tag)
12790         (custom-variable-button, custom-face-tag, custom-group-tag-1)
12791         (custom-group-tag): Remove "-face" suffix from face names.
12792         (custom-magic-alist, custom-magic-value-create)
12793         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
12794         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12795         (custom-set-face, custom-changed-face, custom-saved-face)
12796         (custom-button-face, custom-button-pressed-face)
12797         (custom-documentation-face, custom-state-face)
12798         (custom-comment-face, custom-comment-tag-face)
12799         (custom-variable-tag-face, custom-variable-button-face)
12800         (custom-face-tag-face, custom-group-tag-face-1)
12801         (custom-group-tag-face):
12802         New backward-compatibility aliases for renamed faces.
12804         * wid-edit.el (widget-documentation, widget-button)
12805         (widget-field, widget-single-line-field, widget-inactive)
12806         (widget-button-pressed): "-face" suffix removed from face names.
12807         (widget-documentation-face, widget-button-face)
12808         (widget-field-face, widget-single-line-field-face)
12809         (widget-inactive-face, widget-button-pressed-face):
12810         New backward-compatibility aliases for renamed faces.
12811         (widget-documentation-face, widget-button-face)
12812         (widget-button-pressed-face, widget-specify-field)
12813         (widget-specify-inactive): Use renamed widget faces.
12815 2005-06-10  Kenichi Handa  <handa@m17n.org>
12817         * term/x-win.el (x-clipboard-yank): Remove condition-case
12818         wrapping.
12820 2005-06-11  Kenichi Handa  <handa@m17n.org>
12822         * add-log.el (change-log-font-lock-keywords): Make the regexp for
12823         date lines stricter.
12825 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
12827         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
12828         of x-get-selection.
12830 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12832         * comint.el (comint-mode, comint-snapshot-last-prompt):
12833         * frame.el (frame-current-scroll-bars):
12834         * term.el (term-mode, term-check-proc, term-input-sender)
12835         (term-simple-send, term-extract-string, term-word)
12836         (term-match-partial-filename):
12837         * window.el (window-current-scroll-bars):
12838         * emulation/cua-base.el (cua-normal-cursor-color)
12839         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12840         (cua-global-mark-cursor-color):
12841         * mail/undigest.el (rmail-forward-separator-regex):
12842         Fix typos in docstrings.
12844         * comint.el (comint-check-proc, make-comint-in-buffer)
12845         (comint-source-default): Doc fixes.
12847         * term.el (term-send-string): Improve argument/docstring consistency.
12849 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
12851         * comint.el (comint-send-input): Bind `inhibit-read-only' around
12852         call to `delete-region'.
12853         (comint-mode-hook): Do not enable Font Lock by default.
12855 2005-06-09  Lute Kamstra  <lute@gnu.org>
12857         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12858         could be void.
12860 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12862         * emacs-lisp/debug.el (debugger-will-be-back): New var.
12863         (debug): Use it.
12864         (debugger-step-through, debugger-continue, debugger-jump)
12865         (debugger-return-value): Set it when needed.
12866         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12867         Use inhibit-read-only.
12869 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
12871         * window.el (shrink-window-if-larger-than-buffer)
12872         (window-size-fixed): Fix typo in docstring.
12874         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
12875         thumbnails directory on loading.
12876         (thumbs-conversion-program): Use `eq' to check the system type,
12877         not `equal'.
12878         (thumbs-temp-dir): Initialize to `temporary-file-directory',
12879         not "/tmp".  Fix docstring.
12880         (thumbs-thumbsdir): New function to return the thumbnails
12881         directory, creating it if needed.
12882         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12883         (thumbs-temp-file): Delete variable and make it into a function.
12884         (thumbs-resize-image, thumbs-modify-image): Use it.
12885         (thumbs-kill-buffer): Simplify.
12886         (thumbs-gensym): Defalias or duplicate CL `gensym'.
12887         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12888         docstrings.
12890 2005-06-09  Kim F. Storm  <storm@cua.dk>
12892         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12893         set-match-data to free markers in match-data.
12895         * replace.el (replace-match-data): Pass RESEAT arg `t' to
12896         match-data to unchain markers in match-data.
12898 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12900         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12901         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
12902         unnecessary now.
12904 2005-06-08  Richard M. Stallman  <rms@gnu.org>
12906         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12907         give the variable a doc string that doesn't say don't set it directly.
12909         * textmodes/ispell.el (ispell-check-version):
12910         Use match-string-no-properties.
12911         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12912         (ispell-buffer-local-words): Likewise.
12914         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12915         except on terminals with enough colors to really display it.
12916         (makefile-dependency-regex): Delete spurious `bb'.
12918         * faces.el (escape-glyph): Use blue once again in last case.
12919         (no-break-space): Redefine so that it isn't invisible on a tty.
12921 2005-06-08  Kim F. Storm  <storm@cua.dk>
12923         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12924         also when reading directory name.
12926 2005-06-08  Lute Kamstra  <lute@gnu.org>
12928         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12929         (flyspell-mode-line-string): Remove autoload cookie.
12930         (flyspell-mode): Remove defvar.
12932 2005-06-07  Lute Kamstra  <lute@gnu.org>
12934         * textmodes/org.el (org-run-mode-hooks): New function.
12935         (org-agenda-mode): Use it.
12937 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
12939         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12941 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12943         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12945 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
12947         * font-lock.el (font-lock-add-keywords): Doc fix.
12949 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12951         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12952         (tex-compile-default): In the absence of any history, use the order in
12953         tex-compile-alist to choose the preferred command.
12954         (tex-compile-commands): Reorder a bit.
12956         * textmodes/flyspell.el (flyspell-auto-correct-binding)
12957         (flyspell-incorrect-face, flyspell-duplicate-face):
12958         Use (X)Emacs-agnostic code.
12959         (flyspell-mode-map): Don't overwrite at each load.  Remove code
12960         redundant with the subsequent add-minor-mode.  Merge Emacs and
12961         XEmacs code.
12962         (flyspell-word): Minor simplification.
12963         (flyspell-math-tex-command-p): Quieten the byte-compiler.
12964         (flyspell-external-point-words): Remove unused vars `size' and `start'.
12965         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12966         Merge the corresponding Emacs code.
12967         (flyspell-correct-word, flyspell-xemacs-popup):
12968         Use flyspell-do-correct.
12970         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12971         a dedicated window.
12973         * international/latexenc.el (latexenc-find-file-coding-system):
12974         Undo part of last patch, to turn off a compiler warning.
12976 2005-06-06  Juri Linkov  <juri@jurta.org>
12978         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12979         Rename `tmm-inactive-face' to `tmm-inactive'.
12981 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
12983         * iswitchb.el: Rename faces.
12985 2005-06-06  Kim F. Storm  <storm@cua.dk>
12987         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12988         (cua-global-mark): Remove -face suffix from face names.
12990         * emulation/cua-gmrk.el (cua--init-global-mark):
12991         Remove cua-global-mark face setup.
12993 2005-06-06  Richard M. Stallman  <rms@gnu.org>
12995         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12996         just like other allowed characters.
12997         (makefile-match-dependency): Exclude leading and training whitespace
12998         from the range of regexp subexp 1.
12999         (makefile-macroassign-regex): Don't try to match the body,
13000         just the name of the macro being defined.
13002         * info.el (Info-read-node-name-2): New function.
13003         (Info-read-node-name-1): Use that.
13004         Add a completion-base-size-function property.
13006         * simple.el (completion-setup-function): Look for
13007         completion-base-size-function property of minibuffer-completion-table.
13009         * files.el (locate-file-completion): Doc fix.
13011         * printing.el: Don't call pr-update-menus; user must do that.
13013         * emacs-lisp/debug.el (debugger-window): New variable.
13014         (debug): Use debugger-window if it is set and still alive.
13015         Record debugger-window for next entry.
13017         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
13019 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
13021         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
13022         (hack-one-local-variable, hack-local-variables)
13023         (hack-local-variables-prop-line): Pass that arg.
13025 2005-06-06  Kim F. Storm  <storm@cua.dk>
13027         * ido.el (ido-first-match, ido-only-match, ido-subdir)
13028         (ido-indicator): Remove -face suffix from face names.
13030 2005-06-06  Juri Linkov  <juri@jurta.org>
13032         * font-lock.el (font-lock-regexp-backslash)
13033         (font-lock-regexp-backslash-construct): New faces.
13034         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
13035         after `('.  Add `while-no-input' to control structures.
13037         * faces.el (no-break-space, shadow): New faces.
13038         (escape-glyph): Use less loud colors pink2 and red4.
13040         * diff-mode.el (diff-context-face)
13041         * dired.el (dired-ignored)
13042         * rfn-eshadow.el (file-name-shadow)
13043         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
13045         * info.el (Info-title-1-face): Use green instead of yellow because
13046         bold yellow is not readable on light backgrounds.
13048         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
13049         before selecting the desired mode to not spend time fontifying
13050         old contents.
13052 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
13054         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
13055         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
13057         * ps-print.el (ps-default-fg, ps-default-bg):
13058         Fix typos in docstrings.
13060         * isearchb.el (isearchb): Don't pass a spurious second argument to
13061         `iswitchb-completions'.
13063 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
13065         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
13066         to preserve point.
13067         (gdb-find-file-hook): Add doc string.
13069         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
13070         C dereferenced pointer expression.
13071         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
13073         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
13075         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
13076         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
13077         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
13078         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
13079         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
13080         Make background transparent.
13082 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13084         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
13085         (font-lock-remove-keywords): Doc fix.
13086         (font-lock-mode-major-mode): Compiler defvar.
13087         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
13089         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
13090         (font-lock-mode): Update `font-lock-mode-major-mode'.
13091         (font-lock-set-defaults): Compiler defvar.
13092         (font-lock-default-function): Take `font-lock-mode-major-mode'
13093         into account.
13095         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
13096         keep track of which major mode it enabled the minor mode for.
13097         Use find-file-hook again.  Update docstring.
13099         * simple.el (eval-expression-print-level)
13100         (eval-expression-print-length, eval-expression-debug-on-error):
13101         Doc fixes.
13103 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
13105         * iswitchb.el (iswitchb-single-match-face)
13106         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
13107         (iswitchb-invalid-regexp-face): New faces.
13108         (iswitchb-completions): Use them.
13109         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
13110         now marked as an obsolete alias.
13111         (iswitchb-read-buffer): Remove check for bound font variables.
13112         (iswitchb-invalid-regexp): New free variable.
13113         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
13114         set iswitchb-invalid-regexp.
13115         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
13116         invalid regexps.
13117         (iswitchb-completions): Add check for complete match when entering
13118         a regexp.
13119         (iswitchb-completions): Remove require-match argument.
13120         (iswitchb-exhibit): Fix caller.
13121         (iswitchb-common-match-inserted): New variable.
13122         (iswitchb-complete, iswitchb-completion-help): Use it.
13124 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
13126         * url-http.el (url-http-chunked-encoding-after-change-function):
13127         Use `url-http-debug' instead of `message'.
13129 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
13131         * url-http.el (url-http-parse-headers): Pass redirected URL as a
13132         callback argument.
13134 2005-06-04  Kim F. Storm  <storm@cua.dk>
13136         * simple.el (line-move): Only call sit-for when moving backwards.
13138         * ido.el (ido-make-merged-file-list-1): New defun split from
13139         ido-make-merged-file-list.
13140         (ido-make-merged-file-list): Bind throw-on-input around call to
13141         ido-make-merged-file-list-1.  Return input-pending-p if
13142         interrupted by more input available.
13143         (ido-read-internal): Handle input-pending-p return value from
13144         ido-make-merged-file-list.
13146 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13148         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
13149         compatibility code.
13151         * international/latexenc.el (latexenc-find-file-coding-system):
13152         Don't inherit the EOL part of the coding-system from the
13153         tex-main buffer.  Fit within 80 columns.
13155 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
13157         * tmm.el (tmm-inactive-face): New face.
13158         (tmm-remove-inactive-mouse-face): New function.
13159         (tmm-prompt, tmm-add-one-shortcut)
13160         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
13161         but not selectable.
13163 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
13165         * faces.el (face-equal): Improve argument/docstring consistency.
13167 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
13169         * progmodes/make-mode.el (makefile-targets-face)
13170         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
13171         (makefile-bsdmake-dependency-regex)
13172         (makefile-makepp-rule-action-regex)
13173         (makefile-bsdmake-rule-action-regex): New constants.
13174         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
13176         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13177         Allow (...) within `...' for makepp messages.
13179 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
13181         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
13183         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
13184         "." files are deleted from all file lists before comparison.
13186         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13187         (viper-ESC-key): Made them customizable.
13189         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
13191 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
13193         * autorevert.el (auto-revert-buffers): Use save-match-data.
13195 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13197         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
13198         menu items with a nil command binding.
13200 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
13202         * emacs-lisp/cl-macs.el (defsetf):
13203         Improve argument/docstring consistency.
13205         * faces.el (list-faces-display): Improve the formatting by
13206         computing the maximum length required for any face-name (reworked
13207         patch of 1999-01-11, accidentally deleted on 1999-07-21).
13208         (internal-find-face): Remove redundant info in docstring.
13210 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
13212         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
13213         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
13214         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
13215         (gdb-assembler-custom): Improve regexps.
13216         (def-gdb-auto-update-handler): Use window point to preserve point.
13218 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13220         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13222 2005-05-31  Jay Belanger  <belanger@truman.edu>
13224         * calc/calc-embed.el (calc-embedded-word): Change argument passed
13225         to calc-embedded.
13226         (calc-embedded-make-info): Have plain prefix argument select
13227         entire line.
13229 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
13231         * faces.el (list-faces-display): Signal error if passed a regexp
13232         that matches no face name.
13234         * simple.el (filter-buffer-substring): Fix typo in docstring.
13236 2005-05-31  Richard M. Stallman  <rms@gnu.org>
13238         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
13239         (vhdl-emacs-21): Doc fix.
13240         (vhdl-mode): Unconditionally set comment-padding.
13241         (vhdl-fixup-whitespace-region): Insert spaces only where
13242         there are none.
13243         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
13245 2005-05-30  John Wiegley  <johnw@newartisans.com>
13247         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13248         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
13249         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
13250         `directory-sep-char' to ?/, and all uses of `string-to-int' to
13251         `string-to-number'.
13253 2005-05-30  Jay Belanger  <belanger@truman.edu>
13255         * calc/calc.el (calc-bug-address): Fix docstring.
13256         (calc-window-hook, calc-trail-window-hook): New variables.
13257         (calc-trail-display): Restore use of calc-trail-window-hook.
13258         (calc): Restore use of calc-window-hook.
13260 2005-05-31  Masatake YAMATO  <jet@gyve.org>
13262         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
13264         * help-fns.el (help-C-file-name): Add autoload mark for
13265         `find-function-noselect'.
13267 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13269         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
13270         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
13272 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13274         * calendar/diary-lib.el (mark-included-diary-files): Only kill
13275         included diary buffer if it was not already being visited.
13276         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
13278         * calendar/icalendar.el (top-level): Do not require appt.
13280         * mail/supercite.el (sc-select-attribution): Only use a list
13281         element from sc-attrib-selection-list if it returns a string.
13282         Reported by Davide G. M. Salvetti <salve@debian.org>.
13284 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
13286         * thumbs.el (thumbs-thumbname): The resulting thumbname now
13287         includes a hash value to improve its uniqueness, and has a ".jpg"
13288         extension.  Also, it is now a valid filename on all systems.
13289         (thumbs-make-thumb): Use `let', not `let*'.
13290         (thumbs-show-thumbs-list): Check for JPEG availability.
13292 2005-05-30  Richard M. Stallman  <rms@gnu.org>
13294         * filesets.el (filesets-menu-ensure-use-cached):
13295         Prevent warning when emacs-version>= is undefined.
13297         * printing.el (pr-interactive-n-up): Use string-to-number.
13299         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
13301         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13302         Warn only when name to be defined is quoted.
13304 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
13306         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
13307         Make regexp more robust.
13308         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
13309         Force regeneration of disassembly.
13311 2005-05-29  Jay Belanger  <belanger@truman.edu>
13313         * calc/calc.el (calc-user-invocation): Check if
13314         calc-invocation-macro is non-nil.
13316 2005-05-29  Juri Linkov  <juri@jurta.org>
13318         * add-log.el (change-log-font-lock-keywords):
13319         Add `+' to e-mail regexp to accept mail address with keywords.
13321         * man.el (Man-name-regexp): Add `:' to accept qualified names.
13323 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
13325         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
13327         * ielm.el (inferior-emacs-lisp-mode): Ditto.
13329 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13331         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13332         Undo the change that moves to end of the current word.
13334 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13336         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
13337         Throw error when count <= 0 to ensure input is a number.
13338         (gdb-read-memory-custom): Pick up address from buffer.
13339         (gdb-memory-mode): Allow user to increment and decrement
13340         memory address from header line.
13342 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13344         * flyspell.el (flyspell-version): Function deleted.
13345         (flyspell-auto-correct-previous-hook): Doc fix.
13347         * jit-lock.el (jit-lock-function, jit-lock-after-change):
13348         Do nothing if memory is full.
13350         * font-lock.el (font-lock-fontify-syntactically-region):
13351         Pass t for GREEDY to looking-back.
13353         * saveplace.el (save-place-alist-to-file): Write the file
13354         using write-region.
13356         * subr.el (looking-back): New argument GREEDY.
13358         * progmodes/compile.el (compilation-start): Set the mode
13359         before inserting the initial text.
13361         * progmodes/which-func.el (which-func-update-1): Turn the mode
13362         off in case of error by setting which-func-mode.
13364 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
13366         * flyspell.el (flyspell-auto-correct-previous-word):
13367         Narrow down to what's on the screen, and recenter overlays
13368         at the end of the next word.
13370 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
13372         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
13373         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
13374         (flyspell-abbrev-p): Default to nil.
13375         (flyspell-use-global-abbrev-table-p): Doc fix.
13376         (flyspell-large-region): Allow nil as value.
13377         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
13379         (mail-mode-flyspell-verify): More robust handling
13380         of `mail-header-separator'.  More efficient signature detection.
13381         Allow for regexp metacharacters in message-header-separator.
13382         Adding `To' not to be checked in mail-mode-flyspell-verify.
13384         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
13385         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
13386         Bind flyspell-auto-correct-binding.
13387         Bind C-. and C-, .
13388         (flyspell-mode-map): Likewise.
13389         (flyspell-mode): Doc fix.
13390         (flyspell-accept-buffer-local-defs): Preserve current buffer.
13391         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
13392         (flyspell-word-cache-result): New var, always local.
13393         (flyspell-check-pre-word-p): Doc fix.
13394         (flyspell-check-changed-word-p): Handle spc like newline.
13395         (flyspell-post-command-hook): Set flyspell-word-cache-result.
13396         (flyspell-word-search-backward, flyspell-word-search-forward):
13397         New functions.
13398         (flyspell-word): Return t if nothing to check.
13399         When parsing TeX code, check for after } or \.
13400         Use flyspell-word-search-backward to find previous word.
13401         Return nil if duplicated word.
13402         For word already checked, return same value as last time.
13403         Set flyspell-word-cache-result after checking.
13404         Don't clobber the return value.
13405         (flyspell-get-word): Major rewrite.
13406         (flyspell-external-point-words): New locals pword, pcount.
13407         Fix size used in progress message.
13408         Find the proper corresponding word in flyspell-large-region-buffer.
13409         (flyspell-region): Check for flyspell-large-region = nil.
13410         (flyspell-highlight-incorrect-region): Clean up overlays in region.
13411         (flyspell-auto-correct-word): Check that WORD is a cons.
13412         (flyspell-correct-word): Likewise.
13414 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
13416         * progmodes/make-mode.el (makefile-rule-action-regex)
13417         (makefile-macroassign-regex, makefile-makepp-mode)
13418         (makefile-bsdmake-mode): Continuation lines may be empty.
13419         Reported by Joshua Varner.
13420         (makefile-makepp-font-lock-keywords): Add $(stem).
13422 2005-05-28  Karl Berry  <karl@gnu.org>
13424         * textmodes/tex-mode.el: Now that tex-send-command calls
13425         shell-quote-argument (2005-03-31 change), remove all calls to
13426         shell-quote-argument; they all end up invoking tex-send-command.
13427         The double quoting loses on filenames with non-safe characters,
13428         such as "@".  Reported by Frederik Fouvry.
13430 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13432         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
13433         about preserving point.
13435 2005-05-27  Jay Belanger  <belanger@truman.edu>
13437         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
13438         Info-goto-node.
13440         * calc/calc-embed.el (calc-embed-arg): New variable.
13441         (calc-do-embedded-activate, calc-embedded-activate-formula)
13442         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
13443         variable by new variable.
13444         (calc-embedded-make-info): Replace undeclared variable by new
13445         variable.  When selecting region with positive prefix
13446         argument, use end of previous line instead of beginning of line.
13448         * calc/calc-aent.el (calc-arg-values): Declare it.
13450         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
13451         Declare them.
13453         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
13455         * calc/calc.el (calc-alg-map): Declare it.
13457         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
13459 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
13461         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
13462         (gdb-registers-buffer, toggle-gdb-all-registers):
13463         Toggle display of floating point registers.
13464         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
13466         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
13467         (toggle-gud-tooltip-dereference):
13468         Rename from gud-toggle-tooltip-dereference.
13470 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
13474 2005-05-27  Jay Belanger  <belanger@truman.edu>
13476         * calc/calc-prog.el (calc-kbd-report): Remove.
13477         (calc-kbd-query): Rewrite.
13479 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
13481         * image.el (image-library-alist): Move to image.c.
13482         (image-type-available-p): Doc fix.
13484 2005-05-27  Lute Kamstra  <lute@gnu.org>
13486         * calc/calc.el (calc):
13487         * outline.el (outline-1, outline-2, outline-3, outline-4)
13488         (outline-5, outline-6, outline-7, outline-8):
13489         * textmodes/dns-mode.el (dns-mode):
13490         * textmodes/sgml-mode.el (sgml-namespace-face):
13491         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13492         (tex-verbatim-face, tex-use-reftex):
13493         * textmodes/texinfo.el (texinfo-heading-face):
13494         Specify customization group.
13496         * longlines.el: Don't require easy-mmode.
13497         (longlines-visible-face): Specify customization group.
13499 2005-05-27  Kenichi Handa  <handa@m17n.org>
13501         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13502         encoding table of windows-1251.
13504         * international/ucs-tables.el (ucs-set-table-for-input):
13505         If translation-table-for-input of a coding system is a symbol, get
13506         its translation-table property.
13508         * international/code-pages.el: Don't register a coding system into
13509         non-iso-charset-alist more than once.
13510         (cp-make-coding-system): Likewise.
13512 2005-05-26  John Wiegley  <johnw@newartisans.com>
13514         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13515         `eshell-resume-eval' is wrapped in a list, it indicates that the
13516         command was run asynchronously.  In that case, unwrap the value
13517         before checking the delimiter value.
13519         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13520         character before a space at the end of a line is \, assume the space
13521         is part of the last argument rather than a final argument separator.
13523         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13524         is in use, and the target is `t' or `nil' (which are the most common
13525         values), don't assume that the symbol target is a buffer.
13527 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13529         * calendar/calendar.el (calendar-mode-line-format):
13530         Use mode-line-highlight as mouse-face.
13532         * time.el (display-time-string-forms, display-time-update):
13533         Use mode-line-highlight as mouse-face.
13535 2005-05-26  Jay Belanger  <belanger@truman.edu>
13537         * calc/calc.el (calc-language-alist): Remove extra defvar.
13539 2005-05-26  Lute Kamstra  <lute@gnu.org>
13541         * arc-mode.el (archive-mode):
13542         * bookmark.el (bookmark-read-annotation-mode)
13543         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
13544         * bs.el (bs-mode):
13545         * calc/calc-yank.el (calc-edit-mode):
13546         * calc/calc.el (calc-mode, calc-trail-mode):
13547         * calculator.el (calculator-mode):
13548         * chistory.el (command-history-mode):
13549         * comint.el:
13550         * cus-edit.el (custom-mode):
13551         * descr-text.el (describe-text-mode):
13552         * ebuff-menu.el (Electric-buffer-menu-mode):
13553         * ediff-util.el (ediff-mode):
13554         * emacs-lisp/re-builder.el (reb-mode):
13555         * emulation/vi.el (vi-mode-setup):
13556         * emulation/ws-mode.el (wordstar-mode):
13557         * eshell/esh-mode.el (eshell-mode):
13558         * forms.el (forms-mode):
13559         * help-mode.el (help-mode):
13560         * hexl.el (hexl-mode):
13561         * ibuffer.el (ibuffer-mode):
13562         * ielm.el (inferior-emacs-lisp-mode):
13563         * info.el (Info-mode, Info-edit-mode):
13564         * international/swedish.el:
13565         * ledit.el (ledit-from-lisp-mode):
13566         * locate.el (locate-mode):
13567         * mail/rmail.el (rmail-mode):
13568         * mail/rmailedit.el (rmail-edit-mode):
13569         * mail/rmailsum.el (rmail-summary-mode):
13570         * mail/supercite.el (sc-electric-mode):
13571         * net/eudc.el (eudc-mode):
13572         * net/quickurl.el (quickurl-list-mode):
13573         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13574         * obsolete/ooutline.el (outline-mode):
13575         * obsolete/options.el (Edit-options-mode):
13576         * obsolete/rnews.el (news-mode):
13577         * obsolete/rnewspost.el (news-reply-mode):
13578         * play/5x5.el (5x5-mode):
13579         * play/decipher.el (decipher-mode, decipher-stats-mode):
13580         * play/gomoku.el (gomoku-mode):
13581         * play/snake.el (snake-mode):
13582         * play/solitaire.el (solitaire-mode):
13583         * play/tetris.el (tetris-mode):
13584         * progmodes/ada-mode.el (ada-mode):
13585         * progmodes/antlr-mode.el (antlr-mode):
13586         * progmodes/autoconf.el (autoconf-mode):
13587         * progmodes/dcl-mode.el (dcl-mode):
13588         * progmodes/delphi.el (delphi-mode):
13589         * progmodes/ebrowse.el (ebrowse-tree-mode)
13590         (ebrowse-electric-list-mode, ebrowse-member-mode)
13591         (ebrowse-electric-position-mode):
13592         * progmodes/f90.el (f90-mode):
13593         * progmodes/fortran.el (fortran-mode):
13594         * progmodes/icon.el (icon-mode):
13595         * progmodes/idlw-help.el (idlwave-help-mode):
13596         * progmodes/idlw-shell.el (idlwave-shell-mode):
13597         * progmodes/idlwave.el (idlwave-mode):
13598         * progmodes/inf-lisp.el (inferior-lisp-mode):
13599         * progmodes/m4-mode.el (m4-mode):
13600         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13601         * progmodes/modula2.el (modula-2-mode):
13602         * progmodes/octave-inf.el (inferior-octave-mode):
13603         * progmodes/octave-mod.el (octave-mode):
13604         * progmodes/pascal.el (pascal-mode):
13605         * progmodes/sh-script.el (sh-mode):
13606         * progmodes/sql.el (sql-mode, sql-interactive-mode):
13607         * progmodes/vhdl-mode.el (vhdl-mode):
13608         * progmodes/xscheme.el (scheme-interaction-mode):
13609         * replace.el (occur-mode):
13610         * ses.el (ses-mode):
13611         * simple.el (completion-list-mode):
13612         * skeleton.el:
13613         * speedbar.el (speedbar-mode):
13614         * term.el (term-mode):
13615         * terminal.el (terminal-edit-mode):
13616         * textmodes/reftex-index.el (reftex-index-mode)
13617         (reftex-index-phrases-mode):
13618         * textmodes/reftex-sel.el (reftex-select-label-mode)
13619         (reftex-select-bib-mode):
13620         * textmodes/reftex-toc.el (reftex-toc-mode):
13621         * wdired.el (wdired-change-to-wdired-mode):
13622         * wid-browse.el (widget-browse-mode):
13623         Use run-mode-hooks.
13625         * array.el (array-mode):
13626         * calendar/todo-mode.el (todo-mode):
13627         * man.el (Man-mode):
13628         * play/landmark.el (lm-mode):
13629         * play/mpuz.el (mpuz-mode):
13630         Use kill-all-local-variables and run-mode-hooks.
13632         * subr.el (delay-mode-hooks): Specify indentation.
13634 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
13636         * xml.el (xml-substitute-special): Don't die for undefined xml
13637         entities.
13639 2005-05-26  Jay Belanger  <belanger@truman.edu>
13641         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13642         of nil.
13644 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
13646         * progmodes/gdb-ui.el (gdb-frame-address):
13647         Rename from gdb-current-address.
13648         (gdb-previous-frame-address): Rename from gdb-previous-address.
13649         (gdb-selected-frame): Rename from gdb-current-frame.
13650         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13651         (gdb-frame-number): Rename from gdb-current-stack-level.
13652         (gdb-ann3): Match new mode-name for disassembly buffer.
13653         Extend initialization of variables.
13654         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13655         (gdb-memory-mode): Use mouse-face in header line.
13656         (gdb-assembler-buffer-name): Call it disassembly and give frame
13657         in mode line.
13658         (gdb-source-spec-regexp, gdb-assembler-custom)
13659         (gdb-invalidate-assembler, gdb-frame-handler):
13660         Make robust to leading zeroes in address format.
13662 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
13664         * textmodes/org.el (org-mode): Use `define-derived-mode' to
13665         define `org-mode'.
13666         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13668 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13670         * log-edit.el (log-edit-changelog-entries): Distinguish between
13671         filenames like xfns.c and fns.c.
13673 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13675         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13676         point after reverting.
13677         (Buffer-menu-make-sort-button): Handle the case where
13678         `Buffer-menu-use-header-line' is nil.
13680 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13682         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13683         New funcs.  In minibuffer-local-completion-map bind `]', `/'
13684         and `:' to them.
13686 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13688         * startup.el (normal-top-level): Allow modification of load-path while
13689         we're iterating over it.
13691 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
13693         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13694         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13695         (thumbs-resize-interactive, thumbs-insert-image)
13696         (thumbs-insert-thumb, thumbs-dired-show-marked)
13697         (thumbs-find-image-at-point, thumbs-delete-images)
13698         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13699         (thumbs-increment-image-size, thumbs-decrement-image-size):
13700         Fix typos in docstrings.
13702 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
13704         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13705         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13706         (cperl-mode): Use them.
13708 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
13710         * window.el (quit-window, shrink-window-if-larger-than-buffer):
13711         Doc fixes.
13713 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
13715         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13716         Bind C-d to gdb-inferior-io-eof.
13718         * dired.el (dired-dnd-popup-notice): Use message-box.
13720 2005-05-23  Masatake YAMATO  <jet@gyve.org>
13722         * bindings.el (mode-line-major-mode-keymap):
13723         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13725         * faces.el (mode-line-highlight): New face.
13727         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13728         as mouse-face.
13730         * bindings.el (top-level, help-echo, mode-line-modified)
13731         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13732         as mouse-face.
13734 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
13736         * progmodes/cc-engine.el (c-guess-basic-syntax):
13737         Remove spurious call to `zerop'.
13739         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13741 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
13743         CC Mode update to 5.30.10:
13745         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13746         could go past the limit in decoration level 2, thereby causing
13747         errors during interactive fontification.
13749         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13750         the file is evaluated interactively.
13752         * cc-engine.el (c-guess-basic-syntax): Handle operator
13753         declarations somewhat better in C++.
13755         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13756         make use of `run-mode-hooks' which has been added in Emacs 21.1.
13757         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13758         (awk-mode): Use it.
13759         (make-local-hook): Suppress warning about obsoleteness.
13761         * cc-engine.el, cc-align.el, cc-cmds.el
13762         (c-append-backslashes-forward, c-delete-backslashes-forward)
13763         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
13764         Compensate for return value from `forward-line' when it has moved
13765         but not to a different line due to eob.
13767         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
13768         `objc-method-intro' and `objc-method-args-cont'.
13770 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
13772         CC Mode update to 5.30.10:
13774         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
13775         in the copyright statement.  Incidentally, change "along with GNU
13776         Emacs" to "along with this program" where it occurs.
13778         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
13779         so that it is interactive, hence can be found by M-x awk-mode
13780         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
13781         <gmorris+emacs@ast.cam.ac.uk>.
13783         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
13784         Mode's regexps.
13786 2005-05-23  Kevin Ryde  <user42@zip.com.au>
13788         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
13789         c-parse-state, to avoid a lisp error (on bad code).
13791 2005-05-23  Lute Kamstra  <lute@gnu.org>
13793         * subr.el (font-lock-defaults): Remove defvar as it's already
13794         defined in font-core.el.
13796         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
13798 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
13800         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
13801         more general and work when GDB variable "print pretty" is on,
13802         as with Emacs, for example.
13804 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
13806         * font-core.el: Update comment.
13808         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13809         Use `after-change-major-mode-hook' instead of `find-file-hook'.
13811         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
13813 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
13815         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
13816         and `yank-handler' in the doc strings.
13818 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13820         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
13822 2005-05-22  Richard M. Stallman  <rms@gnu.org>
13824         * help.el (describe-key): Move print-help-return-message call
13825         out of conditional.
13827         * progmodes/etags.el (list-tags): Use with-no-warnings.
13829         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
13830         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
13831         (starttls-extra-args, starttls-extra-arguments): Add defvars.
13833         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13835         * language/viet-util.el (viet-viscii-nonascii-translation-table):
13836         Add defvar.
13838         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13839         Use defvar, not defconst.
13841         * hexl.el (hexl-follow-line): Use with-no-warnings.
13843         * emulation/tpu-extras.el: Use write-file-functions instead of
13844         write-file-hooks.
13846         * dired.el (dired-font-lock-keywords): Fontify files with junk
13847         extensions even if marked by -F.
13849 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
13851         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13852         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13853         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13854         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13855         (concatenate, list-length, get*, getf, cl-remprop):
13856         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13857         (etypecase, progv, lexical-let, lexical-let*)
13858         (multiple-value-bind, multiple-value-setq, shiftf):
13859         Improve argument/docstring consistency.
13861         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13863 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
13865         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13866         doesn't exist.
13868         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
13869         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13871 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
13873         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13874         already deleted variables: auto-fill-hook, blink-paren-hook,
13875         lisp-indent-hook, inhibit-local-variables, unread-command-event,
13876         suspend-hooks, comment-indent-hook, meta-flag,
13877         before-change-function, after-change-function,
13878         font-lock-doc-string-face.
13880 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
13882         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13884 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
13886         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13887         rmail-dont-reply-to.
13889 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13891         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13892         literal blank when splitting new-header-values.
13894 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
13896         * calendar/cal-menu.el (cal-menu-update): Add separator as a
13897         string so that tmm doesn't create a completion entry for it.
13899         * textmodes/table.el (table-disable-menu): Ditto.
13901 2005-05-21  Richard M. Stallman  <rms@gnu.org>
13903         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13905         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13907         * net/rcompile.el (remote-compile): Use compilation-start.
13909         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13911 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
13913         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13914         Default to makefile-bsdmake-mode on BSD systems.
13916         * imenu.el (imenu-generic-expression, imenu--generic-function'):
13917         REGEXP may also be a search function now.  The part of doc-string
13918         for describing the structure was 95% identical to that of
13919         `imenu--generic-function'.  Unify it there.
13921         * progmodes/make-mode.el (makefile-imenu-generic-expression):
13922         Use function to find dependencies, because regexp alone is so complex,
13923         it easily goes into an endless loop.
13924         (makefile-makepp-mode): Also add submenu for Perl functions
13925         defined in the makefile.
13926         (makefile-bsdmake-mode): Special imenu-generic-expression no
13927         longer needed, due to function call.
13928         (makefile-match-dependency): Take BOUND into account when checking
13929         if we're through.
13931 2005-05-20  Jay Belanger  <belanger@truman.edu>
13933         * calc/calc-units.el (calc-invalidate-units-table):
13934         Use inhibit-read-only.
13935         (math-build-units-table-buffer): Use view-mode.
13937 2005-05-20  David Kastrup  <dak@gnu.org>
13939         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13940         easy-menu-add is not a nop on Emacs; and clarify when to call it.
13942 2005-05-20  Lute Kamstra  <lute@gnu.org>
13944         * diff-mode.el (diff-header-face, diff-file-header-face)
13945         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13946         (diff-added-face, diff-changed-face, diff-function-face)
13947         (diff-context-face, diff-nonexistent-face): Put them in the
13948         diff-mode customization group.
13950 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13952         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13954         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13956         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13957         Minor regexp-optimization.
13959 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
13961         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13962         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13963         (org-agenda-add-time-grid-maybe): New function.
13964         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13965         (org-table-create): `dotimes' instead of `mapcar'.
13966         (org-xor): Simplify implementation.
13967         (org-agenda): `inhibit-redisplay' turned on.
13968         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13969         a consistent line after a state change.
13970         (org-agenda-remove-times-when-in-prefix): New option.
13971         (org-prefix-has-time): New variable.
13972         (org-parse-time-string): Optional argument NODEFAULT.
13973         (org-format-agenda-item): Parse items for time-of-day
13974         specifications and move these into the prefix if possible.
13975         (org-agenda-priority): Get current heading, not previous heading
13976         during agenda remote editing.
13978 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
13980         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13981         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13982         (remove-duplicates, delete-duplicates, substitute)
13983         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13984         (nsubstitute-if-not, find, find-if, find-if-not, position)
13985         (position-if, position-if-not, count, count-if, count-if-not)
13986         (mismatch, search, sort*, stable-sort, merge, member*)
13987         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13988         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13989         (intersection, nintersection, set-difference, nset-difference)
13990         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13991         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13992         (nsublis, tree-equal): Improve argument/docstring consistency.
13994         * subr.el (send-string, send-region): Remove obsolescence declaration.
13995         (window-dot, set-window-dot, read-input, show-buffer)
13996         (eval-current-buffer, string-to-int):
13997         Add release number to obsolescence declarations.
13999 2005-05-19  Kim F. Storm  <storm@cua.dk>
14001         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
14002         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
14004 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
14006         * faces.el (list-faces-display): Make back button respect optional
14007         regexp arg.
14009 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
14011         * calculator.el (calculator-radix-grouping-mode)
14012         (calculator-radix-grouping-digits, calculator-displayer)
14013         (calculator-radix-grouping-separator, calculator-copy-displayer):
14014         * dabbrev.el (dabbrev-search-these-buffers-only):
14015         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
14016         (diff-advance-after-apply-hunk, diff-mode-hook)
14017         (diff-minor-mode-prefix):
14018         * imenu.el (imenu-use-popup-menu):
14019         * jit-lock.el (jit-lock-context-time):
14020         * newcomment.el (comment-fill-column, comment-column)
14021         (comment-style, comment-padding, comment-multi-line)
14022         (comment-empty-lines, comment-auto-fill-only-comments):
14023         * reveal.el (reveal-around-mark):
14024         * uniquify.el (uniquify-buffer-name-style)
14025         (uniquify-after-kill-buffer-p)
14026         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
14027         (uniquify-min-dir-content, uniquify-separator)
14028         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
14029         * w32-vars.el (w32-fixed-font-alist):
14030         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
14031         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
14032         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
14033         * progmodes/perl-mode.el (perl-indent-level)
14034         (perl-continued-statement-offset, perl-continued-brace-offset)
14035         (perl-brace-offset, perl-brace-imaginary-offset)
14036         (perl-label-offset, perl-indent-continued-arguments)
14037         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
14038         * progmodes/tcl.el (tcl-indent-level)
14039         (tcl-continued-indent-level, tcl-auto-newline)
14040         (tcl-tab-always-indent, tcl-electric-hash-style)
14041         (tcl-help-directory-list, tcl-use-smart-word-finder)
14042         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
14043         (inferior-tcl-source-command):
14044         * textmodes/fill.el (enable-kinsoku):
14045         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
14046         * textmodes/table.el (table-yank-handler):
14047         Specify missing group (and type, if simple) in defcustom.
14049 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
14051         * progmodes/compile.el (compilation-finish-function): Fix defvar.
14053 2005-05-19  Richard M. Stallman  <rms@gnu.org>
14055         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
14057         * subr.el (event-basic-type): Don't get an error.
14058         (left-fringe-p): Function deleted.
14060         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
14061         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
14063         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
14064         in recursive copy.
14066         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
14068         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
14070         * emacs-lisp/bytecomp.el
14071         (byte-compile-file-form-custom-declare-variable):
14072         Call byte-compile-nogroup-warn if appropriate.
14074         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
14075         (compilation-set-window): Don't call left-fringe-p; do it directly.
14077 2005-05-19  Jay Belanger  <belanger@truman.edu>
14079         * calc/calc-graph.el (calc-graph-format-data): Make sure
14080         var-PlotRejects is bound before trying to check its value.
14082 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
14084         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
14085         definition of this variable from reftex-global.el to reftex.el,
14086         because it is needed in the menu.
14088 2005-05-19  Lute Kamstra  <lute@gnu.org>
14090         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
14091         years are fixed.  Don't insert a space after a dash.
14093 2005-05-19  Kim F. Storm  <storm@cua.dk>
14095         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
14097 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
14099         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
14100         strings, because (eq ... ?\\) is fairly frequent.
14102         * progmodes/make-mode.el (makefile-add-this-line-targets):
14103         Simplify and integrate into `makefile-pickup-targets'.
14104         (makefile-add-this-line-macro): Simplify and integrate into
14105         `makefile-pickup-macros.
14106         (makefile-pickup-filenames-as-targets): Simplify.
14107         (makefile-previous-dependency, makefile-match-dependency):
14108         Don't stumble over `::'.
14110 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
14112         * subr.el (post-command-idle-hook, post-command-idle-delay):
14113         Remove obsoletion of post-command-idle-hook and
14114         post-command-idle-delay.
14116         * faces.el (list-faces-display): Provide button when describe-face
14117         is called to take user back to the list of faces.
14119         * help-fns.el (describe-variable): Remove hyperlinks in a
14120         variable's value as these are quite frequently inappropriate.
14122         * follow.el (follow-submit-feedback, follow-mode):
14123         Remove references to post-command-idle-hook.
14125 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
14127         * progmodes/make-mode.el (makefile-previous-dependency)
14128         (makefile-match-dependency): Check for := (and in bsd mode also
14129         !=) to give a better result, even when font-lock is not on.
14131 2005-05-18  Jay Belanger  <belanger@truman.edu>
14133         * calc/calc-help.el (calc-s-prefix-help):
14134         Add `calc-copy-special-constant' to help string.
14136 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
14138         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14140 2005-05-18  Jay Belanger  <belanger@truman.edu>
14142         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
14143         in linear factors are in proper order.
14145 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
14147         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14148         Support for jurabib.
14150         * textmodes/reftex.el (featurep): Define aliases for overlay
14151         commands, for XEmacs compatibility, and use these aliases in
14152         overlay initializations.
14153         (reftex-highlight): Use `reftex-move-overlay'.
14154         (reftex-unhighlight): Use `reftex-delete-overlay'.
14155         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
14156         (reftex-access-search-path): Use `reftex-uniquify' instead of
14157         `reftex-uniq'
14159         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
14160         `before-string' property modification enables for Emacs as well.
14161         (reftex-select-item): Use `reftex-delete-overlay'.
14162         (reftex-select-mark): Use `reftex-make-overlay' and
14163         `reftex-overlay-put'.
14164         (reftex-select-unmark): Use `reftex-delete-overlay' and
14165         `reftex-overlay-put'.
14167 2005-05-18  Lute Kamstra  <lute@gnu.org>
14169         * emacs-lisp/lisp.el (check-parens): Fix docstring.
14171 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
14173         * add-log.el (add-change-log-entry):
14174         * array.el (array-make-template, array-reconfigure-rows)
14175         (array-init-max-row, array-init-max-column)
14176         (array-init-columns-per-line, array-init-field-width):
14177         * replace.el (replace-match-maybe-edit, perform-replace):
14178         * textmodes/spell.el (spell-region):
14179         Replace `read-input' by `read-string'.
14181         * forms.el (forms-mode):
14182         * finder.el (finder-compile-keywords):
14183         * shadowfile.el (shadow-read-files):
14184         Replace `eval-current-buffer' by `eval-buffer'.
14186         * terminal.el (te-pass-through):
14187         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
14188         (ange-ftp-raw-send-cmd):
14189         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
14190         (send-process-next-char, telnet-initial-filter, telnet):
14191         Replace `send-string' by `process-send-string'.
14193         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
14194         (prolog-consult-region): Replace `send-string' by
14195         `process-send-string'; replace `send-region' by `process-send-region'.
14197         * progmodes/delphi.el (delphi-log-msg):
14198         Replace `set-window-dot' by `set-window-point'.
14200         * subr.el (window-dot, set-window-dot, read-input, send-string)
14201         (send-region, show-buffer, eval-current-buffer):
14202         Make really obsolete, as the comment says.
14204 2005-05-17  Kim F. Storm  <storm@cua.dk>
14206         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
14207         (cua--init-keymaps): Bind C-return instead of S-return to set
14208         rectangle mark.
14210         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
14211         instead of S-return to toggle/clear rectangle mark.
14213 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
14215         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
14216         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
14217         Also fontify plain strings assigned to variables, mostly so that a
14218         colon has a face and is thus not taken as a dependency separator.
14219         (makefile-previous-dependency): Inline the new matcher, because it
14220         is too complex to work in both directions.
14221         (makefile-match-dependency): Eliminate `backward' arg (see above).
14222         Completely reimplemented so as to not sometimes go into an endless
14223         loop.  It should also be more efficient, because first it only
14224         searches for `:', instead of applying the very complex regexp.
14225         (makefile-mode): Cancel `font-lock-support-mode', because blocks
14226         to be fontified in one piece can be too long for JIT.
14227         Makefiles are never *that* big.
14229 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
14231         * dired.el (dired-mode): Simplify.
14233 2005-05-17  Lute Kamstra  <lute@gnu.org>
14235         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
14236         defcustom for the mode hook variable.
14238         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
14239         Emacs Lisp Reference Manual.
14241 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
14243         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
14244         (evenp, list*):
14245         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
14246         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
14248         * net/tramp-smb.el (tramp-smb-open-connection):
14249         Pass `tramp-chunksize' as fifth (required) argument.
14251 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
14253         * font-lock.el (lisp-font-lock-keywords-1):
14254         Set `font-lock-negation-char-face' for [^...] char group.
14255         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
14257         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
14258         a var, and refine it to mask one more level of nested vars.
14259         (makefile-rule-action-regex): Turn it into a var, and refine it so
14260         it recognizes backslashed continuation lines as belonging to the
14261         same command.
14262         (makefile-macroassign-regex): Refine it so it recognizes
14263         backslashed continuation lines as belonging to the same command.
14264         (makefile-var-use-regex): Don't look at the next char, because it
14265         might be the same one to be skipped by the initial [^$], leading
14266         to an overlooked variable use.
14267         (makefile-make-font-lock-keywords): Remove two parameters, which
14268         are now variables that some of the modes set locally.
14269         Handle dependency and rule action matching through functions, because
14270         regexps alone match too often.  Dependency matching now comes
14271         last, so it can check, whether a colon already matched something else.
14272         (makefile-mode): Inform that font-lock improves makefile parsing
14273         capabilities.
14274         (makefile-match-dependency, makefile-match-action): New functions.
14276 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
14278         * emacs-lisp/cl-extra.el (equalp): Doc fix.
14280         * align.el (align-regexp):
14281         * ansi-color.el (ansi-color-get-face):
14282         * array.el (array-reconfigure-rows, array-init-max-row)
14283         (array-init-max-column, array-init-columns-per-line)
14284         (array-init-field-width):
14285         * dired-aux.el (dired-trample-file-versions):
14286         * dired-x.el (dired-mark-sexp):
14287         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
14288         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
14289         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
14290         * faces.el (face-read-integer):
14291         * files.el (backup-extract-version, insert-directory):
14292         * hexl.el (hexl-insert-decimal-char):
14293         * server.el (server-process-filter):
14294         * shell.el (shell-extract-num):
14295         * startup.el (command-line-1):
14296         * term.el (term-command-hook):
14297         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
14298         (time-stamp-do-number):
14299         * time.el (display-time-update):
14300         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
14301         (timezone-fix-time):
14302         * vms-patch.el (vms-suspend-resume-hook):
14303         * calendar/appt.el (appt-convert-time):
14304         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14305         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14306         * calendar/cal-islam.el (mark-islamic-diary-entries):
14307         * calendar/calendar.el (calendar-cursor-to-date)
14308         (calendar-star-date):
14309         * calendar/diary-lib.el (diary-attrtype-convert)
14310         (mark-diary-entries, diary-entry-time):
14311         * calendar/solar.el (solar-get-number):
14312         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
14313         * emacs-lisp/re-builder.el (reb-display-subexp):
14314         * emulation/edt.el (edt-set-scroll-margins):
14315         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14316         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
14317         (vip-get-ex-count):
14318         * emulation/viper-ex.el (viper-get-ex-token)
14319         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
14320         * international/fontset.el (fontset-plain-name):
14321         * mail/feedmail.el (feedmail-look-at-queue-directory):
14322         * mail/mailalias.el (mail-get-names):
14323         * mail/rmail.el (rmail-convert-to-babyl-format):
14324         * mail/rmailsum.el (rmail-make-basic-summary-line)
14325         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
14326         (rmail-summary-goto-msg):
14327         * mail/smtpmail.el (smtpmail-read-response):
14328         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
14329         (ange-ftp-vms-add-file-entry):
14330         * play/gametree.el (gametree-looking-at-ply)
14331         (gametree-current-branch-score):
14332         * progmodes/ada-xref.el (ada-prj-find-prj-file)
14333         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14334         * progmodes/cperl-mode.el (condition-case):
14335         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
14336         (ebrowse-set-member-buffer-column-width)
14337         (ebrowse-select-1st-to-9nth):
14338         * progmodes/etags.el (etags-snarf-tag):
14339         * progmodes/flymake.el (flymake-parse-line):
14340         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
14341         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
14342         (idlwave-shell-menu-def):
14343         * progmodes/ps-mode.el (ps-run-goto-error):
14344         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
14345         (vhdl-speedbar-contract-level):
14346         * term/mac-win.el (x-handle-numeric-switch):
14347         * term/sun-mouse.el (sun-get-frame-data):
14348         * term/w32-win.el (x-handle-numeric-switch):
14349         * term/x-win.el (x-handle-numeric-switch):
14350         * textmodes/ispell.el (ispell-parse-output):
14351         * textmodes/nroff-mode.el (nroff-outline-level):
14352         * textmodes/reftex-cite.el (reftex-bib-sort-year)
14353         (reftex-bib-sort-year-reverse, reftex-format-citation):
14354         * textmodes/reftex-parse.el (reftex-init-section-numbers)
14355         (reftex-section-number):
14356         * textmodes/texinfmt.el (texinfo-paragraphindent):
14357         Replace `string-to-int' by `string-to-number'.
14359         * international/latexenc.el: Add page marker to force the "Local
14360         Variables:" string out of the last page.
14362 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14364         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
14365         tooltip-change-major-mode.
14366         (gud-tooltip-print-command): Remove case where gud-minor-mode
14367         is gdb ("--fullname").
14368         (gud-tooltip-tips): Turn GUD tooltips off for this case and
14369         explain to user.
14371 2005-05-16  Jay Belanger  <belanger@truman.edu>
14373         * calc/calc-store.el (calc-copy-special-constant): New function.
14375         * calc/calc-ext.el (calc-init-extensions): Add binding for
14376         `calc-copy-special-constant'.
14378         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
14379         for the `calc-copy-special-constant' command.
14381 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14383         * subr.el (left-fringe-p): New function.
14385         * progmodes/compile.el (compilation-setup): Set local value of
14386         overlay-arrow-string to "" always.
14387         (compilation-set-window): Left fringe then don't scroll.
14388         No left fringe then no arrow and scroll message to top.
14389         (compilation-context-lines): Adjust doc string accordingly.
14391 2005-05-16  Kim F. Storm  <storm@cua.dk>
14393         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14394         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
14395         (ido-wide-find-dir-or-delete-dir): New command for M-d.
14396         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
14397         (ido-read-file-name): Handle commands with ido property value
14398         equal to find-file as reading a file name, to allow C-d to enter dired.
14399         (ibuffer-find-file): Add ido property with value find-file.
14401 2005-05-15  Kim F. Storm  <storm@cua.dk>
14403         * subr.el (open-network-stream-nowait): Remove.
14404         (open-network-stream-server): Remove.
14406 2005-05-15  Richard M. Stallman  <rms@gnu.org>
14408         * faces.el (describe-face): Output a definition link button.
14410         * help-mode.el (help-face-def): New button type.
14412         * emacs-lisp/copyright.el (copyright-fix-years):
14413         Match properly if the first year is 2-digit.
14414         Don't mess up the whitespace after the years by filling.
14416         * dired-aux.el (dired-mark-confirm):
14417         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
14419         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
14420         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
14421         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
14423         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14424         Set font-lock-comment-start-skip.
14426         * font-lock.el (font-lock-comment-start-skip): New variable.
14427         (font-lock-comment-end-skip): New variable.
14428         (font-lock-fontify-syntactically-region): Use them if non-nil.
14430 2005-05-15  Jay Belanger  <belanger@truman.edu>
14432         * calc/calc-store.el (calc-store-value): Return a string rather
14433         than display it as a message.
14434         Use calc-var-name for variable name.
14435         (calc-store-into): Add the result of calc-store-value to message.
14436         (calc-copy-variable): Add a message.
14437         (calc-store-exchange): Improve error messages.
14438         (calc-store-binary, calc-store-map): Don't reset the values of
14439         special constants.
14441 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
14443         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
14444         manual to docstring.
14446         * files.el (hack-local-variables-confirm): Add STRING argument.
14447         Make the function handle non file visiting buffers correctly.
14448         (hack-local-variables-prop-line, hack-local-variables)
14449         (hack-one-local-variable): Use STRING arg of
14450         `hack-local-variables-confirm'.
14452 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
14454         Sync with Tramp 2.0.49.
14456         * net/tramp.el (tramp-handle-dired-call-process)
14457         (tramp-handle-insert-directory):`insert-buffer' cannot be used
14458         because the contents of the Tramp buffer is changed before
14459         insertion (`expand-file' and alike).
14460         (tramp-handle-insert-directory): If `localname' has an empty
14461         nondirectory name, it must not be quoted.
14462         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
14463         variable `tramp-chunksize'.  Change callees.
14464         (tramp-open-connection-setup-interactive-shell): Check remote host
14465         for buggy `send-process-string' implementation.
14466         Set `tramp-chunksize' if found.  Reported by Michael Kifer
14467         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
14468         (tramp-handle-shell-command): `insert-buffer' cannot be used
14469         because the contents of the Tramp buffer is changed before
14470         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
14471         <frederic.bothamy@free.fr>.
14472         (tramp-set-auto-save): Actions should be done for Tramp file name
14473         handler only.  Ange-FTP has its own auto-save mechanism.
14474         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14475         (tramp-set-auto-save-file-modes): Set file modes of
14476         `buffer-auto-save-file-name' to ?\600 as fallback solution.
14477         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
14478         (tramp-bug): Remove obsolete variable.
14479         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
14480         for presence of `mml-mode'.  Make it running for older Emacsen as well.
14482 2005-05-14  John Paul Wallington  <jpw@pobox.com>
14484         * ibuf-ext.el (define-ibuffer-filter filename):
14485         If `dired-directory' is a list, use its car.
14487 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
14489         * ibuffer.el (define-ibuffer-column filename):
14490         If `dired-directory' is a list, use its car.
14492 2005-05-14  Richard M. Stallman  <rms@gnu.org>
14494         * subr.el (symbol-file): Doc fix.
14496         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14497         (byte-compile-form): Call byte-compile-nogroup-warn.
14498         (byte-compile-warning-types): Doc fix.
14500         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14502         * progmodes/cc-engine.el (c-literal-faces):
14503         Add font-lock-comment-delimiter-face.
14505         * net/net-utils.el (dig): Use with-no-warnings.
14507         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14508         (sc-recite-frame-alist, sc-default-cite-frame)
14509         (sc-default-uncite-frame, sc-default-recite-frame)
14510         (sc-attrib-selection-list, sc-rewrite-header-list):
14511         Mark as risky-local-variable.
14513         * international/ogonek.el (ogonek-jak, ogonek-how):
14514         Don't use beginning-of-buffer.
14516         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14518         * calendar/solar.el (solar-data-list): Move definition up.
14520         * dnd.el (dnd-protocol-alist): Add autoload.
14522         * progmodes/sh-script.el: Many doc usage fixes.
14523         (sh-indent-after-do): Change default to match common styles.
14525 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
14527         * files.el (interpreter-mode-alist)
14528         (auto-mode-interpreter-regexp): Doc fixes.
14530 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
14532         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14534         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14536 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14538         * dired.el (dired-mode): make-variable-buffer-local =>
14539         make-local-variable.
14541 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14543         * term/mac-win.el (mac-select-convert-to-string): Try coding
14544         systems in mac-script-code-coding-systems if specified one cannot
14545         encode string for `com.apple.traditional-mac-plain-text'.
14547 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
14549         * progmodes/make-mode.el (makefile-targets-face)
14550         (makefile-shell-face, makefile-makepp-perl-face): New faces.
14551         (makefile-dependency-regex): Fix it to not make the colon in
14552         $(var:a=b) special.
14553         (makefile-rule-action-regex): New regexp for highlighting embedded
14554         Shell strings.
14555         (makefile-macroassign-regex): Handle != for highlighting as
14556         embedded Shell strings.
14557         (makefile-var-use-regex): New const.
14558         (makefile-statements, makefile-automake-statements)
14559         (makefile-gmake-statements, makefile-makepp-statements)
14560         (makefile-bsdmake-statements): New consts.
14561         (makefile-make-font-lock-keywords): New function.
14562         (makefile-automake-font-lock-keywords)
14563         (makefile-gmake-font-lock-keywords)
14564         (makefile-makepp-font-lock-keywords)
14565         (makefile-bsdmake-font-lock-keywords): New consts.
14566         (makefile-mode-map): Add switchers between the various submodes.
14567         (makefile-mode): Document the availability of the variants.
14568         (makefile-automake-mode, makefile-gmake-mode)
14569         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14571         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14572         new variants of makefile-mode.
14574 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14576         * font-lock.el (font-lock-comment-delimiter-face): Fix up
14577         the inheritance.
14579 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
14581         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14582         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14584         * files.el (normal-mode): Extend the scope of the
14585         `enable-local-variables' binding to include the `set-auto-mode' call.
14586         (magic-mode-alist): Doc fix.
14588 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14590         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14591         font-lock-comment-face rather than copying its setting.
14593 2005-05-12  Andreas Schwab  <schwab@suse.de>
14595         * eshell/esh-mode.el (eshell-send-input): Doc fix.
14597 2005-05-12  Lute Kamstra  <lute@gnu.org>
14599         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14600         defcustom for the mode hook variable.  Delete the last argument.
14601         * generic-x.el: Fix callers of define-generic-mode.
14602         (generic-x-modes): Delete group.
14603         (show-tabs-tab-face, show-tabs-space-face): Put them in the
14604         generic-x customization group.
14606 2005-05-12  Kim F. Storm  <storm@cua.dk>
14608         * font-lock.el (font-lock-negation-char-face): Default to "off".
14610         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14611         font-lock-negation-char-face to ! in !=.
14613 2005-05-12  Masatake YAMATO  <jet@gyve.org>
14615         * add-log.el (find-change-log): Fix typos in the docstring
14616         of function.
14618 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14620         * international/latexenc.el (latexenc-find-file-coding-system):
14621         Avoid `re-search-forward' when looking for input encoding because
14622         of speed and safety.  Better regular expressions for recognizing
14623         input encoding.  Limit a search for TeX-master/tex-main-file to
14624         the local variable section.
14626 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
14628         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14629         syntax of $ to "'" (quote).
14631 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14633         * dnd.el (dnd-protocol-alist): Improve custom type.
14635         * dired.el (dired-dnd-protocol-alist): New variable.
14636         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
14637         `dired-mode-hook' to the end.
14639 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14641         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14642         comment-end if comment-start-skip is not set.
14643         Obey the font-lock-comment-delimiter-face variables.
14645 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14647         * files.el (executable-find): Move from executable.el.  Use
14648         locate-file.
14649         * progmodes/executable.el (executable-find): Move to files.el.
14651         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14652         when trying to ensure forward progress.
14654 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
14656         * mouse-sel.el (mouse-sel-follow-link-p): New function.
14657         (mouse-select, mouse-select-internal, mouse-extend-internal):
14658         Use it to implement mouse-1-click-follows-link functionality.
14660 2005-05-11  Richard M. Stallman  <rms@gnu.org>
14662         * font-lock.el (font-lock-fontify-syntactically-region):
14663         Use font-lock-comment-delimiter-face for comment delimiters.
14665 2005-05-10  Jay Belanger  <belanger@truman.edu>
14667         * calc/calc-help.el (calc-m-prefix-help): Add mention of
14668         preserving embedded modes.
14670 2005-05-10  Richard M. Stallman  <rms@gnu.org>
14672         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14674         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14675         Move from ada-stmt.el.
14676         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14678         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14679         Move to ada-mode.el.
14680         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14682         * cus-edit.el (custom-file): Call file-chase-links.
14684         * files.el (read-directory-name): Fix previous change.
14685         (hack-local-variables-confirm): New function.
14686         (hack-local-variables-prop-line, hack-local-variables)
14687         (hack-one-local-variable): Use it.
14689 2005-05-10  Lute Kamstra  <lute@gnu.org>
14691         * font-lock.el (font-lock-keywords-alist)
14692         (font-lock-removed-keywords-alist): Clarify docstrings.
14694 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
14696         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14697         (gdb-source-info): Check for preprocessor info.
14698         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
14699         a macro for a function.
14700         (gdb-info-breakpoints-custom): Try to find file again if not already
14701         found (user might have used GDB dir command).
14702         (gdb-get-location): Update gdb-location-alist correctly for change
14703         to gdb-info-breakpoints-custom.
14705         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14706         (gud-tooltip-print-command): Add gdbmi case.
14707         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14708         preprocessor info.
14710 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
14712         * startup.el (fancy-splash-insert): Fix typo in doc string.
14714 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
14716         * obsolete/float.el (string-to-float):
14717         * obsolete/hilit19.el (hilit-add-pattern):
14718         * obsolete/rnews.el (news-parse-range, news-select-message)
14719         (news-get-pruned-list-of-files): Replace `string-to-int' by
14720         `string-to-number'.
14722         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14723         `find-file-not-found-hooks'; use `add-hook'.
14724         (uncompress-while-visiting): Set `write-file-functions', not
14725         `write-file-hooks'; use `add-hook'.
14727 2005-05-09  Kim F. Storm  <storm@cua.dk>
14729         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14730         (cua-paste): Handle clipboard action.
14731         (cua--init-keymaps): Remap clipboard-kill-region and
14732         clipboard-kill-ring-save.
14734 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
14736         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14737         Improve commentary.
14739         * simple.el (next-error-overlay-arrow-position): Revert the change
14740         made on 2005-04-30.
14742 2005-05-07  Jay Belanger  <belanger@truman.edu>
14744         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14745         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14746         `calc-sel-reselect'.
14748         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14749         Calc is in embedded mode.
14751 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14753         * progmodes/compile.el (compilation-setup):
14754         Set overlay-arrow-string to an empty string on text terminals.
14756         * textmodes/ispell.el (ispell-program-name): Try looking for
14757         "aspell" along exec-path, and if found, use it as the default
14758         speller program.
14760 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
14762         * international/mule.el (sgml-xml-auto-coding-function):
14763         Recognize encoding='FOO' in single quotes as well as in double quotes.
14765 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14767         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
14768         as well as `interactive', so that defmacro* would recognize
14769         `declare' forms.
14771 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14773         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14774         Explain more about the LIGHTER arg's usage in the doc string.
14775         Add commentary to clarify what the code does.  Fix the regexp that
14776         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
14777         since it could have characters special to regular expressions.
14779 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14781         * replace.el (occur-1): Bind inhibit-read-only so that
14782         erase-buffer doesn't barf on read-only text properties (likewise
14783         for add-text-properties in occur-engine).  Mark buffer as unmodified.
14784         (occur-engine): Don't set buffer-read-only here.
14786 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14788         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
14789         list-buffers-directory.  This caused the *cvs-commit* buffer to be
14790         sometimes mistakenly reused as a *cvs* buffer.
14792 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
14794         * tooltip.el: Move code for GUD tooltips into gud.el.
14795         (require): CL no longer needed to compile case.
14796         (tooltip-mode): Do not toggle functions for GUD tooltips.
14797         (tooltip-gud-tips-p): Remove.  Replace with minor mode
14798         gud-tooltip-mode in gud.el.
14799         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
14800         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
14801         tooltip-gud prefix with gud-tooltip and obsolete.
14802         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
14803         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
14804         (tooltip-mouse-motion): Mouse movement functions/variable.
14805         Rename in gud.el by adding gud prefix.
14806         (tooltip-gud-original-filter, tooltip-gud-dereference)
14807         (tooltip-gud-event, tooltip-toggle-gud-tips)
14808         (tooltip-gud-process-output, tooltip-gud-print-command)
14809         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
14810         gud.el by replacing tooltip-gud prefix with gud-tooltip.
14811         (gdb-tooltip-print): Move to gdb-ui.el.
14813         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
14814         (require): CL needed to compile case.
14815         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
14816         tooltip-gud-tips-p.  Make it a minor-mode.
14817         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
14818         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
14819         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
14820         (gud-tooltip-change-major-mode)
14821         (gud-tooltip-activate-mouse-motions-if-enabled)
14822         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
14823         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
14824         (gud-tooltip-original-filter, gud-tooltip-dereference)
14825         (gud-tooltip-event, tooltip-toggle-gud-tips)
14826         (gud-tooltip-process-output, gud-tooltip-print-command)
14827         (gud-tooltip-tips): Move from tooltip.el.
14829         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
14830         (gdb-cpp-define-alist-flags): Doc fix.
14831         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14832         gud-tooltip-mode is t.
14834 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14836         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14837         evaporate if their text is deleted.
14838         (goto-address-at-point): Make it work as a mouse binding as well.
14839         (goto-address-at-mouse): Obsolete it.  Update users.
14841 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
14843         * calendar/appt.el (top-level): No longer activate on load.
14845 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
14847         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14848         * net/webjump.el (webjump):
14849         * progmodes/idlw-help.el (idlwave-do-context-help1)
14850         (idlwave-highlight-linked-completions):
14851         * textmodes/po.el (po-find-file-coding-system-guts):
14852         Replace `assoc-ignore-case' by `assoc-string'.
14854 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
14856         * files.el (locate-file): Doc fix.
14858         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14859         Remove the redundant test for ms-dos.
14861         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14862         look for the preprocessor with exec-suffixes.  If not found in
14863         standard places, look in exec-path.  Remove most of the tests that
14864         used system-type.
14866         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14868         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14870         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14871         file-name clash with jka-compr.el on 8+3 filesystems.
14873 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14875         * term/mac-win.el: Don't define or bind scroll bar functions if
14876         x-toolkit-scroll-bars is t.
14877         (x-select-text, x-get-selection-value): Clear
14878         x-last-selected-text-clipboard if x-select-enable-clipboard is
14879         nil.
14880         (PRIMARY): Put mac-scrap-name property.
14881         (mac-select-convert-to-file-url): New function.
14882         (public.file-url): New selection target type.  Add to
14883         selection-converter-alist.
14884         (x-get-selection, x-selection-value): Handle it.
14885         (x-cut-buffer-or-selection-value): New alias.
14887 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14889         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14890         entry to avoid calling bibtex-find-entry with arg global
14891         being t.  Remove arg key.
14892         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14893         (bibtex-copy-summary-as-kill): Change accordingly.
14895 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14897         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14898         (org-agenda-date-later): Use with-current-buffer.
14900 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
14902         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14903         (define-obsolete-variable-alias): Doc Fixes.
14905 2005-05-06  Kim F. Storm  <storm@cua.dk>
14907         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
14908         vertical-motion when selective-display is active.
14910         * ido.el (ido-setup-hook): New hook.
14911         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14912         (ido-input-stack): New var.
14913         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
14914         ido-next-work-file binding to M-O.
14915         Bind M-f to ido-wide-find-file-or-pop-dir.
14916         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14917         (ido-read-internal): Run ido-setup-hook.
14918         Catch quit in read-file-name and read-string to cancel edit.
14919         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14920         Automatically pop-all when completing a directory name (RET).
14921         (ido-file-internal): Add with-no-warnings around ffap and dired code.
14922         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14923         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14924         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14925         New functions for M-b/M-f to move among the directory components.
14926         (ido-make-merged-file-list): Catch quit to cancel merge.
14927         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14928         (ido-completion-help): No warnings for ido-completion-buffer-full.
14930 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
14932         * font-lock.el (font-lock-negation-char-face): New face and variable.
14933         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14934         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14935         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14936         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14938 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
14940         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14941         Fix typo in docstring.
14943         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14944         (ebrowse-print-statistics-line)
14945         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14947         * term/w32-win.el (image-library-alist): Add additional name for
14948         Xpm library.
14950 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
14952         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14953         use gcc instead of cpp.
14955         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14956         (gdb-create-define-alist): Use it.
14957         (gdb-cpp-define-alist-program): Update for MS-DOS.
14959 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
14961         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14963 2005-05-04  Richard M. Stallman  <rms@gnu.org>
14965         * help.el (describe-key): No error when UNTRANSLATED is nil.
14967         * simple.el (line-move-1): Fix previous change to signal errors
14968         appropriately.
14970 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
14972         * calendar/icalendar.el (icalendar-version): Now at 0.12.
14973         (icalendar-duration-correction): Remove.
14974         (icalendar--get-event-properties): Split result at commas.
14975         (icalendar--decode-isoduration): New optional argument
14976         DURATION-CORRECTION.
14977         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14978         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14979         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14980         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14981         (icalendar--convert-anniversary-to-ical): New functions, extracted
14982         from icalendar-export-region, with bug fixes.
14983         (icalendar-export-region): Use the above functions.
14984         (icalendar-import-buffer): Check before saving diary file.
14985         (icalendar--convert-recurring-to-diary)
14986         (icalendar--convert-non-recurring-all-day-to-diary)
14987         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14988         extracted from icalendar--convert-ical-to-diary, with bug fixes.
14989         (icalendar--convert-ical-to-diary): Use the above functions.
14991 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
14993         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14994         Remove these recent additions.
14995         (c-mode): Restore to before 2005-04-28.
14997         * progmodes/cc-vars.el (cc-define-list-program): Remove this
14998         recent addition.
15000         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
15001         (gdb-define-alist): New variables.
15002         (gdb-create-define-alist): New function.
15003         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
15004         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
15005         with string-to-number.
15006         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
15008         * progmodes/gud.el: Replace string-to-int with string-to-number.
15009         (gud-find-file): Handle gdb-define-alist.
15011         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
15013 2005-05-02  Jay Belanger  <belanger@truman.edu>
15015         * calc/calc-aent.el (math-read-token):
15016         * calc/calc-bin.el (calc-word-size):
15017         * calc/calc-ext.el (calc-read-number-fancy):
15018         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
15019         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
15020         * calc/calc-frac.el (calc-over-notation):
15021         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
15022         (calc-graph-num-points, calc-graph-init):
15023         * calc/calc-prog.el (calc-read-parse-table-part)
15024         (calc-edit-macro-repeats):
15025         * calc/calc-yank.el (calc-do-grab-rectangle):
15026         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
15027         Replace `string-to-int' by `string-to-number'.
15029 2005-05-02  Kim F. Storm  <storm@cua.dk>
15031         * kmacro.el: Use executing-kbd-macro-index variable.
15033 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
15035         * net/rlogin.el (rlogin-parse-words): Delete func.
15036         (rlogin): Use split-string, not rlogin-parse-words.
15037         Also, if there are option-like elements in the parsed args,
15038         take the host to be the first arg immediately following them.
15039         Suggested by Michael Mauger.
15041 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15043         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
15045 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
15047         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
15048         (cc-mode-cpp-program): Rename to cc-define-list-program and
15049         move to cc-vars.el.
15051         * progmodes/cc-vars.el (cc-define-list-program):
15052         Change to "gcc -E -dM -".  Make customizable.
15054 2005-05-02  Kim F. Storm  <storm@cua.dk>
15056         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
15058 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
15060         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
15062         * international/mule-util.el (truncate-string): Remove alias and
15063         obsolete declaration.
15065         * international/mule-cmds.el (update-iso-coding-systems):
15066         Remove alias and obsolete declaration.
15068         * international/mule.el (coding-system-parent): Remove alias and
15069         obsolete declaration.
15071         * subr.el (define-function, sref): Remove aliases and obsolete
15072         declarations.
15073         (chars-in-region): Remove obsolete declaration.
15075 2005-05-01  Richard M. Stallman  <rms@gnu.org>
15077         * info.el (Info-mode): Set widen-automatically to nil, locally.
15079         * simple.el (widen-automatically): New variable.
15080         (pop-global-mark): Obey widen-automatically.
15082 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
15084         * term/xterm.el (function-key-map): Call substitute-key-definition
15085         before the keymap size is increased by a lot of define-key calls.
15087 2005-05-01  Richard M. Stallman  <rms@gnu.org>
15089         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
15090         Rename ARG to ELEMENT.  Doc fix.
15092 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
15094         * allout.el (allout-exposure): Remove macro and obsolete declaration.
15095         Remove references to allout-exposure/change to allout-new-exposure.
15097         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
15098         bytecode symbols.
15100         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
15101         (compiled-function-p, focus-frame, unfocus-frame):
15102         Remove aliases and obsolete declarations.
15103         Back out inadvertent changes from previous commit.
15105 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15107         * files.el (require-final-newline): Make Custom tags consistent
15108         with mode-require-final-newline.
15109         (mode-require-final-newline): Doc fix.
15111 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15113         * international/latexenc.el (latexenc-find-file-coding-system):
15114         Fix regular expressions.
15116 2005-05-01  David Kastrup  <dak@gnu.org>
15118         * international/latexenc.el (latexenc-find-file-coding-system):
15119         Fix regular expressions.
15121 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
15123         * subr.el (string-to-int): Make obsolete.
15125 2005-04-30  Richard M. Stallman  <rms@gnu.org>
15127         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
15129         * loadup.el: load jka-comp-hook.
15131         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
15132         (jka-compr-handler): Add autoload.  `put' calls moved
15133         to jka-comp-hook.el.
15134         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
15135         (jka-compr-inhibit): Autoload.
15137         * jka-comp-hook.el: New file.
15138         Enable the mode by default.
15140         * files.el (backup-buffer-copy): Use copy-file instead
15141         of write-region, and put back the 'excl.
15143 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
15145         * progmodes/flymake.el (flymake-split-string)
15146         (flymake-split-string, flymake-log, flymake-pid-to-names)
15147         (flymake-reg-names, flymake-get-source-buffer-name)
15148         (flymake-unreg-names, flymake-add-line-err-info)
15149         (flymake-add-err-info): Clarify docstrings.
15150         (flymake-popup-menu, flymake-make-emacs-menu)
15151         (flymake-make-xemacs-menu): Add docstrings.
15152         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
15153         Set variables directly throughout.
15155 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
15157         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
15158         exists.  Initialize cc-define-alist.
15159         (c-mode): Add cc-create-define-alist locally to after-save-hook.
15160         If there is no file (Macroexpansion) don't create an alist.
15162 2005-04-29  Sam Steingold  <sds@gnu.org>
15164         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
15165         (cc-create-define-alist): Use it instead of the hard-coded string.
15167 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15169         * international/mule-conf.el (file-coding-system-alist): Fix regexp
15170         for latexenc.
15172 2005-04-29  Lute Kamstra  <lute@gnu.org>
15174         * emacs-lisp/generic.el: Improve commentary section.
15175         (define-generic-mode): Improve docstring.
15177 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
15179         * textmodes/org.el (many places): Change to quiet the byte compiler.
15180         (org-prefix-format-compiled): New variable.
15181         (org-compile-prefix-format): New function.
15182         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
15183         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
15184         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
15185         (org-get-entries-from-diary): Use `org-get-time-of-day' for
15186         consistency with entries from `org-mode' files.
15187         (org-get-time-of-day): Fix bug with partial matches early in a line.
15188         (org-non-link-chars): New constant.
15189         (org-link-regexp): Respect `org-non-link-chars'.
15190         (org-agenda-day-view): Remove command.
15191         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
15192         (org-follow-bbdb-link, org-store-link): Search also company field.
15193         (org-highlight-overlay): New variable.
15194         (org-highlight, org-unhighlight): New functions.
15195         (org-agenda-mode): Add pre-command-hook to remove highlight.
15196         (org-evaluate-time-range): Behavior depends upon whether time stamp
15197         contains a time or not.
15198         (org-show-subtree, org-show-entry): New functions.
15199         (org-agenda-cleanup-fancy-diary): Remove empty lines.
15201 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
15203         * comint.el (comint-output-filter-functions): Add autoload cookie.
15205 2005-04-28  Kim F. Storm  <storm@cua.dk>
15207         * ido.el (ido-everywhere): Fix last change.
15209 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15211         * international/latexenc.el: New file.
15212         * international/mule-conf.el (file-coding-system-alist): For .tex,
15213         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
15215 2005-04-28  Lute Kamstra  <lute@gnu.org>
15217         * font-lock.el (font-lock-add-keywords)
15218         (font-lock-remove-keywords): Clarify docstring.
15219         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
15220         Don't start docstrings with a `*'.
15221         (font-lock-update-removed-keyword-alist): Give it a docstring.
15223         * generic-x.el: Update commentary section.
15224         Only require font-lock when compiling.
15225         Define all modes conditionally.
15226         Place all generic modes in the generic-x-modes customization group.
15227         (generic-x-modes): New customization group.
15228         (generic-default-modes, generic-mswindows-modes)
15229         (generic-unix-modes, generic-other-modes): New constants.
15230         (generic-define-mswindows-modes, generic-define-unix-modes):
15231         Update docstrings.  Make them obsolete.
15232         (generic-extras-enable-list): New default value.  Update docstring.
15233         Improve :type.  Change :set function.
15234         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
15235         Fix docstring.
15237         * emacs-lisp/generic.el (generic-mode-internal):
15238         Simplify font-lock-defaults.
15239         (define-generic-mode): Fix docstring.
15241 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15243         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
15244         font-lock-face property to highlight matches.
15246 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
15248         * progmodes/cc-mode.el (cc-create-define-alist): New function.
15249         (cc-define-alist): New variable.
15250         (c-mode): Make it local and initialize it.
15252         * progmodes/gdb-ui.el (gdb-active-process): New variable.
15253         (gdb-exited): New function.
15254         (gdb-annotation-rules): Use it.
15255         (gdb-starting): Set gdb-active-process to t.
15256         (gdb-stopping): Amend doc string.
15257         (gdb-reset): Set gdb-active-process to nil.
15259         * tooltip.el (tooltip-gud-tips): Show the associated #define
15260         directives when a C program under GDB is not executing.
15262 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15264         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
15265         font-lock-fontify-syntactic-keywords.
15267         * font-lock.el (font-lock-default-fontify-region): Don't force
15268         parse-sexp-lookup-properties to nil.
15270 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
15272         * man.el (man-mode-syntax-table): Set up `:' to have
15273         word-constituent syntax.
15275 2005-04-27  Lute Kamstra  <lute@gnu.org>
15277         * novice.el (disable-command): Don't add spurious newlines to the
15278         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
15280 2005-04-26  Jay Belanger  <belanger@truman.edu>
15282         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
15283         than one window before deleting window.
15285 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
15287         * shell.el (shell-prompt-pattern): Doc fix.
15288         (shell-mode): Set paragraph-separate buffer locally to "\\'".
15290         * comint.el (comint-prompt-regexp, comint-get-old-input)
15291         (comint-use-prompt-regexp)
15292         (comint-use-prompt-regexp-instead-of-fields)
15293         (comint-replace-by-expanded-history, comint-send-input)
15294         (comint-output-filter, comint-get-old-input-default)
15295         (comint-line-beginning-position, comint-bol, comint-show-output)
15296         (comint-backward-matching-input, comint-forward-matching-input)
15297         (comint-next-prompt, comint-previous-prompt):
15298         Rename `comint-use-prompt-regexp-instead-of-fields' to
15299         `comint-use-prompt-regexp'.  Keep old name as alias and declare
15300         obsolete.
15301         (comint-use-prompt-regexp): Shorten first line of doc string.
15303         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
15304         Set paragraph-separate buffer locally to "\\'".
15306         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
15307         Adapt to above name change.
15309         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15310         (smbclient-prompt-regexp): Ditto.
15312         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
15314 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
15316         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
15317         gdb-location-list.
15318         Break lines that are over 80 characters wide.
15320 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15322         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
15323         New fun and var, to preserve compatibility.
15325         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
15327 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
15329         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
15330         name to file-newer-than-file-p.
15332 2005-04-26  Richard M. Stallman  <rms@gnu.org>
15334         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
15336         * progmodes/python.el (python-mode):
15337         Use new name eldoc-documentation-function.
15339         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
15341         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15342         (eldoc-documentation-function):
15343         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
15345 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
15347         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15349 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15351         * term/xterm.el (function-key-map): Fix strings for
15352         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
15353         {C,S,A,C-S}-{f1-f12}.
15355 2005-04-26  Kenichi Handa  <handa@m17n.org>
15357         * international/mule-cmds.el (select-safe-coding-system):
15358         Fix previous change.
15360 2005-04-26  Lute Kamstra  <lute@gnu.org>
15362         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
15364         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
15365         (font-lock-comment-delimiter-face): Ditto.
15367         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
15369 2005-04-25  Jay Belanger  <belanger@truman.edu>
15371         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
15372         to t while inserting information; use help-mode.
15374 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15376         * term.el (ansi-term-color-vector): Use the xterm colors.
15377         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
15379 2005-04-25  Lute Kamstra  <lute@gnu.org>
15381         * font-core.el (font-lock-defaults): Fix docstring.
15383         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
15385 2005-04-25  Kenichi Handa  <handa@m17n.org>
15387         * international/mule-cmds.el (select-safe-coding-system):
15388         Don't check consistency with coding: spec, etc if raw-text or
15389         no-conversion was found to be safe.
15391 2005-04-24  Richard M. Stallman  <rms@gnu.org>
15393         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
15394         citation markers at start of each line.
15396         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
15397         citation markers at start of each line.
15399         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
15401         * files.el (mode-require-final-newline): Fix previous change.
15402         (require-final-newline): Fix type label.
15404 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15406         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
15407         statement in buffer (broken by 2004-11-24 change).
15409 2005-04-24  Kim F. Storm  <storm@cua.dk>
15411         * ido.el (ido-everywhere): Save and restore old read-buffer-function
15412         and read-file-name-function values.  Don't overwrite existing
15413         non-nil values if ido-mode is enabled without ido-everywhere.
15415 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
15417         * files.el (mode-require-final-newline): Minor doc fix.
15419 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
15421         * subr.el (syntax-after): Doc fix.
15422         (syntax-class): If argument is nil, return nil.  Mask off upper 16
15423         bits, not 8 bits.
15425         * files.el (mode-require-final-newline): Doc fix.
15426         (backup-buffer-copy): Fix last change.
15428 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15430         * term/mac-win.el: Require select.  Set selection-coding-system to
15431         mac-system-coding-system.  Call menu-bar-enable-clipboard.
15432         (x-last-selected-text-clipboard, x-last-selected-text-primary)
15433         (x-select-enable-clipboard): New variables.
15434         (x-select-text, x-get-selection, x-selection-value)
15435         (x-get-selection-value, mac-select-convert-to-string)
15436         (mac-services-open-file, mac-services-open-selection)
15437         (mac-services-insert-text): New functions.
15438         (CLIPBOARD, FIND): Put mac-scrap-name property.
15439         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
15440         (public.tiff): Put mac-ostype property.
15441         (selection-converter-alist): Add entries for them.
15442         (mac-application-menu-map): New keymap.
15443         (interprogram-cut-function, interprogram-paste-function): Set to
15444         x-select-text and x-get-selection-value, respectively.
15445         (split-window-keep-point): Set to t.
15447 2005-04-23  Richard M. Stallman  <rms@gnu.org>
15449         * files.el (read-directory-name): Always pass non-nil
15450         DEFAULT-FILENAME arg to read-file-name.
15451         (backup-buffer-copy, basic-save-buffer-2): Take care against
15452         writing thru an unexpected existing symlink.
15453         (revert-buffer): In indirect buffer, revert the base buffer.
15454         (magic-mode-alist): Doc fix.
15455         (buffer-stale-function): Doc fix.
15456         (minibuffer-with-setup-hook): Avoid warning.
15457         (mode-require-final-newline): Doc and custom fix.
15459         * follow.el (follow-end-of-buffer): Use with-no-warnings.
15461         * font-lock.el (font-lock-comment-face): On terminals with few colors,
15462         use the default appearance.
15463         (font-lock-comment-delimiter-face): New face, new variable.
15465         * imenu.el (imenu--generic-function): The official position of a
15466         definition is the start of the line that BEG is in.
15468         * midnight.el (midnight-timer): Move defvar up.
15470         * mouse.el (mouse-drag-region-1): Delete some debugging code.
15472         * saveplace.el (save-place-to-alist): Use with-no-warnings.
15474         * startup.el (command-line): Use with-no-warnings.
15476         * window.el (window-size-fixed): New defvar.
15478         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
15480         * mail/rmail.el (rmail-font-lock-keywords):
15481         Use font-lock-comment-delimiter-face.
15483         * mail/sendmail.el (mail-font-lock-keywords):
15484         Use font-lock-comment-delimiter-face.
15486         * progmodes/compile.el (next-error-highlight-timer): New defvar.
15488 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15490         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15491         Specify t for LAXMATCH when matching directories.
15492         Save match data around compilation-compat-error-properties form.
15494 2005-04-23  David Kastrup  <dak@gnu.org>
15496         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15497         Mention that the autoloaded aliases should be kept for AUCTeX.
15499 2005-04-23  Andreas Schwab  <schwab@suse.de>
15501         * isearch.el (isearch-forward): Doc fix.
15503 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
15505         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15506         (jit-lock-stealth-nice): Change default value to 0.5.
15508 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15510         * abbrev.el (write-abbrev-file): Write table entries in
15511         alphabetical order by table name.
15513 2005-04-22  Kim F. Storm  <storm@cua.dk>
15515         * ido.el (ido-read-internal): Fix `list' completion.
15517 2005-04-22  Kenichi Handa  <handa@m17n.org>
15519         * recentf.el (recentf-save-file-coding-system): New variable.
15520         (recentf-save-list): Encode the file by
15521         recentf-save-file-coding-system and add coding: tag.
15523 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
15525         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15527 2005-04-21  Lute Kamstra  <lute@gnu.org>
15529         * loadhist.el (unload-feature): Don't remove a function from hooks
15530         if it is about to be restored to an autoload .  Remove functions
15531         that will become unbound from auto-mode-alist.  Simplify the code.
15533         * subr.el (assq-delete-all): New implementation that is linear,
15534         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
15535         (rassq-delete-all): New function.
15537         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15538         Add size-indication-mode.
15540 2005-04-21  Kenichi Handa  <handa@m17n.org>
15542         * international/mule-cmds.el: Add autoload for widget-value in
15543         eval-when-compile.
15545 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
15547         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15548         Add tooltip-mode.
15550         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15552 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
15554         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15555         (inferior-lisp-filter-regexp, inferior-lisp-program)
15556         (inferior-lisp-load-command, inferior-lisp-prompt)
15557         (inferior-lisp-mode-hook, lisp-source-modes)
15558         (inferior-lisp-load-hook): defvar->defcustom.
15559         (inferior-lisp-program, inferior-lisp-prompt)
15560         (inferior-lisp-load-hook): Doc fixes.
15561         (inferior-lisp-install-letter-bindings): Small change in
15562         introductory comment.
15564 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15566         * vc.el (vc-annotate-color-map): Change some colors so that text
15567         using them as foreground is readable on both white and black
15568         backgrounds.
15570 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15572         * international/mule-conf.el (translation-table-for-input):
15573         Remove redundant declaration.
15575 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15577         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15579         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15580         (tooltip-toggle-gud-tips): New function.
15582 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15584         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15585         right angle brackets.
15587 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15589         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15591 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15593         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15594         Remove.  Update callers to use expand-file-name instead.
15596         * subr.el (syntax-class): New function.
15598         * simple.el (blink-matching-open): Use it.
15600         * paren.el (show-paren-function): Use it to recognize parens that are
15601         also used in 2-char comment markers.
15603 2005-04-19  Lute Kamstra  <lute@gnu.org>
15605         * loadhist.el (unload-feature): Update for new format of
15606         load-history.  Simplify the code.
15608 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15610         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15611         (mac-add-charset-info): New function.  Initialize variable
15612         mac-charset-info-alist using it.
15613         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15614         for translation.
15615         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15616         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15617         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15618         New CCL programs.
15620 2005-04-19  Kim F. Storm  <storm@cua.dk>
15622         * simple.el (next-buffer, prev-buffer, next-error)
15623         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15624         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15626         * bindings.el (next-buffer, prev-buffer, next-error)
15627         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15628         (clone-indirect-buffer-other-window): Move bindings from simple.el.
15629         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15630         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15632 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15634         * isearch.el (isearch-edit-string): Make the search-ring available for
15635         minibuffer history commands.
15636         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15637         the default history commands now work just as well.
15638         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15640 2005-04-18  Kim F. Storm  <storm@cua.dk>
15642         * emulation/cua-base.el (cua--pre-command-handler): Add more
15643         elaborate check for shift modifier on non-window systems.
15645 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
15647         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15649 2005-04-18  Kim F. Storm  <storm@cua.dk>
15651         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15652         and make it optional.  Don't test tooltip-gud-echo-area here.
15653         (tooltip-gud-process-output, gdb-tooltip-print):
15654         Pass tooltip-gud-echo-area to tooltip-show.
15655         (tooltip-help-tips): Remove second optional arg to tooltip-show.
15657 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15659         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15660         `display-graphic-p' may not be bound yet.
15662 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
15664         * startup.el (command-line): No longer enable Xterm Mouse mode by
15665         default in terminals compatible with xterm.
15667         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15669 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
15671         * tooltip.el (tooltip-gud-echo-area): Rename from
15672         tooltip-use-echo-area.
15673         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15674         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15675         area independently of where help tooltips are displayed.
15677 2005-04-17  David Kastrup  <dak@gnu.org>
15679         * cus-theme.el (custom-theme-write-variables): Quote variables
15680         where necessary.
15682 2005-04-17  Richard M. Stallman  <rms@gnu.org>
15684         * simple.el (yank-excluded-properties): Add follow-link to value.
15686         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15688         * startup.el (fancy-splash-max-time): Just 30 seconds.
15689         (fancy-splash-delay): Just 7.
15690         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15692         * loadhist.el (unload-feature): Update for new format of load-history.
15693         Simplify the code.
15695         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15696         (rmail-font-lock-keywords): Don't fontify the text of a citation.
15698         * mail/sendmail.el (mail-font-lock-keywords):
15699         Don't fontify subject text.
15700         Don't fontify the text of a citation.
15702 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
15704         * comint.el (comint-output-filter): Run comint-output-filter-functions
15705         with point where the user had it.
15707 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15709         * international/ucs-tables.el (ucs-set-table-for-input):
15710         Disable when using unify-on-decoding.
15712 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
15714         * emulation/cua-base.el (cua-global-mark-face): Add special case
15715         for displays supporting a high number of colors.
15717 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15719         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15721 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
15723         * filesets.el (filesets-add-buffer): If user supplies a name of a
15724         non-existing fileset, create a new fileset.
15726 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
15728         * textmodes/org.el (org-up-heading-all): Fix bug with
15729         `outline-up-heading-all'.
15731 2005-04-16  Andreas Schwab  <schwab@suse.de>
15733         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15734         /etc/permissions.d/* and /etc/aliases.d/*.
15736 2005-04-16  Kenichi Handa  <handa@m17n.org>
15738         * international/code-pages.el (cp-make-coding-system):
15739         Set `translation-table-for-input' property value to the symbol
15740         ucs-mule-to-mule-unicode, not to that value.
15741         (pt154): Escape guillemet by `\'.
15743 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
15745         * loadup.el: Load tooltip if x-show-tip is fboundp.
15747         * startup.el (command-line): Add comment.
15749         * tooltip.el (tooltip-mode): Specify correct standard value for
15750         Custom in init-value.
15752 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
15754         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15755         possible.
15757 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
15759         * textmodes/org.el (org-agenda-date-prompt): Rename from
15760         `org-agenda-date-today'.
15761         (org-evaluate-time-range): Insert at point instead of directly
15762         after time range.
15763         (org-first-headline-recenter, org-subtree-end-visible-p)
15764         (org-optimize-window-after-visibility-change): New functions
15765         (org-agenda-post-command-hook): Don't allow point at end of line,
15766         to make sure it always hits the text properties.
15767         (org-agenda-next-date-line, org-agenda-previous-date-line):
15768         New commands.
15769         (org-set-regexps-and-options): Category may contain white space.
15770         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15771         Improve marker positions.
15772         (org-agenda-new-marker): Argument POS made optional.
15773         (org-agenda-get-timestamps): Deadlines which are done are listed
15774         in org-done-face now.
15775         (org-agenda-get-todos, org-agenda-get-timestamps)
15776         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15777         Set `undone-face' and `done-face' properties.
15778         (org-last-todo-state-is-todo): New variable.
15779         (org-todo): Set `org-last-todo-state-is-todo'.
15780         (org-agenda-todo): Change face according to
15781         `org-last-todo-state-is-todo'.  And change other lines referring to
15782         the same entry.
15783         (org-calendar-goto-agenda): New command.
15784         (org-calendar-to-agenda-key): New option.
15785         (org-startup-folded): New allowed value `content'.
15786         (org-set-regexps-and-options): Accept new value `content' for
15787         `org-startup-folded'.
15788         (org-get-current-options): Handle new value `content' for
15789         `org-startup-folded'.
15790         (org-insert-todo-heading): New command.
15791         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
15792         interactively in empty file and option
15793         `org-insert-mode-line-in-empty-file' has been set.
15794         (org-agenda-todo, org-agenda-priority): Modify to use
15795         `org-agenda-change-all-lines'.
15796         (org-warning-face): Change color on dark background
15798 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15800         * international/mule-cmds.el (set-locale-environment): On Mac OS,
15801         use preferences AppleLocale and AppleLanguages, and variable
15802         mac-system-locale for default locale.  On Mac OS Classic, use
15803         mac-system-coding-system for default coding systems.
15805         * term/mac-win.el: Don't set file-name-coding-system.
15806         Decode variables system-name, emacs-build-system, user-login-name, and
15807         user-full-name by mac-system-coding-system on Mac OS Classic.
15808         (mac-system-coding-system): New variable.
15810 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
15812         * startup.el (command-line): Handle `xterm-mouse-mode' before
15813         reading init file.
15815         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
15817 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
15819         * progmodes/sh-script.el (sh-here-document-word): Make it a
15820         defcustom.  Doc fix.
15821         (sh-add): Bash uses $(( )) for arithmetic.
15822         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
15823         (sh-maybe-here-document): Remove quotes and leading whitespace
15824         from heredoc word when closing.  Indent heredoc with tabs if word
15825         starts with "-".
15827 2005-04-13  Richard M. Stallman  <rms@gnu.org>
15829         * simple.el (undo): Fix previous change.
15831         * custom.el (defface): Doc fix.
15833 2005-04-13  Lute Kamstra  <lute@gnu.org>
15835         * Makefile.in (DONTCOMPILE): Remove list.
15836         (compile, compile-always): Don't use DONTCOMPILE.
15837         (update-authors): Load the library in which batch-update-authors
15838         is defined.
15839         * makefile.w32-in (DONTCOMPILE): Remove list.
15840         (compile, compile-always): Fix comments.
15841         (update-authors): Load the library in which batch-update-authors
15842         is defined.
15844         * generic-x.el (generic-mode-ini-file-find-file-hook):
15845         Rename to ini-generic-mode-find-file-hook.
15846         Keep generic-mode-ini-file-find-file-hook as an alias.
15847         (ini-generic-mode-find-file-hook): Rename from
15848         generic-mode-ini-file-find-file-hook.  Fix docstring.
15849         (ini-generic-mode): Docstring change.
15850         (bat-generic-mode-run-as-comint): Silence the byte compiler.
15852         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15853         called from lisp.
15855         * generic.el: Move to the emacs-lisp subdir.
15857 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
15859         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15860         and C-S- function and cursor motion keys.
15862 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
15864         * startup.el (command-line): Enable Xterm Mouse mode by default.
15865         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15866         for Custom.  No longer show "Mouse" in mode line when enabled.
15867         Doc fix.
15869 2005-04-12  Kim F. Storm  <storm@cua.dk>
15871         * emulation/cua-base.el (cua-rectangle-face)
15872         (cua-rectangle-noselect-face): Define face attributes here.
15874         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15876 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15878         * startup.el (command-line): Turn off blinking cursor if
15879         cursorBlink in resources is off or false.
15881 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15883         * term/mac-win.el (dnd): Require dnd.
15884         (mac-drag-n-drop): Call dnd-handle-one-url.
15885         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15886         (kTextEncodingISOLatin2): Remove constants.
15887         (mac-script-code-coding-systems): New constant.
15888         (mac-handle-language-change): New function.
15889         (special-event-map): Bind it to `language-change' event.
15890         (mac-centraleurroman, mac-cyrillic): New coding systems.
15891         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15892         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15893         and mac-cyrillic-encoder to encode-mac-centraleurroman and
15894         encode-mac-cyrillic, respectively.
15896 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15898         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15899         Don't set overlay-arrow-string to "=>" as this is done
15900         globally in C now.
15902 2005-04-12  Lute Kamstra  <lute@gnu.org>
15904         * generic-x.el (rc-generic-mode, rul-generic-mode):
15905         Fix auto-mode-alist entries.
15906         (etc-fstab-generic-mode): Tweak fontification.
15908         * generic.el (generic-make-keywords-list): Fix docstring.
15909         (generic-mode-internal): Simplify generic-font-lock-keywords.
15911 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15913         * whitespace.el (whitespace-buffer-leading)
15914         (whitespace-buffer-trailing): Revert the incorrect test inversion.
15915         However, fix the highlight area for the leading and
15916         trailing whitespaces to show space.
15918 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15920         * whitespace.el (whitespace-version): Bump to 3.5
15922         (whitespace-buffer-leading, whitespace-buffer-trailing):
15923         Invert sense of the test to highlight the whitespace.
15925 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15927         * progmodes/gud.el (gud-display-line): GUD uses its own
15928         overlay arrow now so don't set overlay-arrow-string.
15929         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15931 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
15933         * term.el (term-ansi-current-bold, term-ansi-current-underline)
15934         (term-ansi-current-reverse, term-ansi-current-invisible)
15935         (term-ansi-face-already-done): Change to boolean.
15936         (term-reset-terminal, term-handle-colors-array): Handle the above
15937         vars accordingly.
15938         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15939         (term-emulate-terminal): Use the new name.
15941         * faces.el (secondary-selection): Use yellow1, not yellow.
15942         (trailing-whitespace): Use red1, not red.
15944 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15946         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15947         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15948         (dired-dnd-handle-file): Call dnd-get-local-file-uri
15950         * cus-edit.el (dnd): New group.
15952         * term/w32-win.el (dnd): Require dnd
15953         (w32-drag-n-drop): Call dnd-handle-one-url.
15955         * x-dnd.el: Require dnd.
15956         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15957         Call dnd-handle-one-url.
15958         (x-dnd-types-alist, x-dnd-insert-utf8-text)
15959         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15960         to dnd-insert-text.
15961         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15962         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15963         (x-dnd-get-local-file-name, x-dnd-open-local-file)
15964         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15966         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15968 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15970         * wdired.el: Doc fixes.
15971         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15972         (wdired-use-dired-vertical-movement): Rename from
15973         wdired-always-move-to-filename-beginning.
15974         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15975         (wdired-change-to-wdired-mode): Change mode name.
15976         (wdired-newline): Delete.
15978 2005-04-11  Richard M. Stallman  <rms@gnu.org>
15980         * whitespace.el (whitespace-highlight-the-space):
15981         Don't call whitespace-unhighlight-the-space here.
15983         * simple.el (undo): Record t in undo-equiv-table
15984         for the redo record made by an undo-in-region.
15986 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15988         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15989         (gdb-frame-inferior-io-buffer): New Functions to control
15990         display of separate IO buffer.
15991         (menu): Add them to menu-bar.
15992         (gdb-display-buffer): Check for buffer another frame.
15993         Protect GUD buffer.
15994         (gdb-setup-windows): Create IO buffer if not already there.
15995         (gdb-memory-mode): Remove purecopy noops.
15997 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15999         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
16000         and pass to self-insert-command.
16002 2005-04-11  Lute Kamstra  <lute@gnu.org>
16004         * generic.el: Commentary section cleanup.
16005         (generic): Delete.
16006         (generic-use-find-file-hook, generic-lines-to-scan)
16007         (generic-find-file-regexp, generic-ignore-files-regexp)
16008         (default-generic-mode, generic-mode-find-file-hook)
16009         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
16010         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
16011         (generic-use-find-file-hook, generic-lines-to-scan)
16012         (generic-find-file-regexp, generic-ignore-files-regexp)
16013         (default-generic-mode, generic-mode-find-file-hook)
16014         (generic-mode-ini-file-find-file-hook): Move from generic.el.
16016 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
16018         * bookmark.el (bookmark-write-file): Catch errors writing file.
16019         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
16021 2005-04-10  Richard M. Stallman  <rms@gnu.org>
16023         * startup.el (fancy-splash-tail): Update copyright year.
16024         (command-line): Split part of -Q into -D.
16025         (emacs-basic-display): New defvar.
16026         (fancy-splash-text): Correct name of menu item.
16028         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
16030         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
16031         lines in one node.
16033         * comint.el (comint-send-input): New arg ARTIFICIAL.
16034         Callers in this file changed.
16036         * abbrev.el (define-abbrevs): Read system abbrevs properly.
16038         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
16040 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
16042         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
16043         `ldap-search-internal'.
16045 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16047         * files.el (set-auto-mode-1): Use line-end-position.
16049         * international/latin-1.el:
16050         * international/latin-2.el:
16051         * international/latin-3.el:
16052         * international/latin-4.el:
16053         * international/latin-5.el:
16054         * international/latin-8.el:
16055         * international/latin-9.el: Give punctuation syntax to NBSP.
16057         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
16058         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
16059         Use char-classes to accept non-ascii letters, accepted in some recent
16060         bibtex implementations.
16062 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
16064         * custom.el (custom-set-minor-mode): Any non-nil value for the
16065         variable should enable the mode when set through Custom.
16067 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16069         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
16070         TAB binding so tab-always-indent is obeyed.
16071         (vhdl-minibuffer-local-map): Move initialization into declaration.
16072         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
16073         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
16074         (vhdl-hooked-abbrev): Avoid test for XEmacs.
16075         (vhdl-current-line): Use line-beginning-position.
16076         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
16077         with-output-to-temp-buffer, so the current position can be recorded.
16079 2005-04-10  Masatake YAMATO  <jet@gyve.org>
16081         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16082         Add regexp for gcov.
16084 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16086         * calendar/time-date.el (time-to-seconds, seconds-to-time)
16087         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
16088         syntax which Emacs 20 doesn't support.
16090 2005-04-09  Richard M. Stallman  <rms@gnu.org>
16092         * help.el (describe-key-briefly, describe-key):
16093         Replace strings as event types with "(any string)".
16095 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16097         * arc-mode.el (archive-mode-map): Move initialization into
16098         the declaration.  Override *all* bindings of `undo'.
16099         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
16101 2005-04-09  Jay Belanger  <belanger@truman.edu>
16103         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
16105 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
16107         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
16108         (xterm-register-default-colors): Update color values computation
16109         to match xterm-200.
16111 2005-04-09  Kenichi Handa  <handa@m17n.org>
16113         * international/code-pages.el (iso-latin-7): Fix the map.
16115 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
16117         * emacs-lisp/lisp.el (defun-prompt-regexp)
16118         (parens-require-spaces, buffer-end, end-of-defun)
16119         (insert-parentheses): Doc fixes.
16121 2005-04-08  Kim F. Storm  <storm@cua.dk>
16123         * comint.el (comint-highlight-prompt): Fix face spec.
16124         * hi-lock.el (hi-green): Likewise.
16126 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
16128         * cus-edit.el (custom-modified-face):
16129         * comint.el (comint-highlight-input): Fix previous changes.
16130         * term.el (term-handle-ansi-escape): Add a comment.
16132 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16134         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
16135         in the buffer and in whitespace-highlighted-space.
16136         (whitespace-unhighlight-the-space): Simplify.
16137         (whitespace-buffer): Simplify.
16139 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
16141         * textmodes/table.el (table-cell-face): Add special case for
16142         displays supporting a high number of colors.
16143         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16144         (vhdl-font-lock-reserved-words-face)
16145         (vhdl-speedbar-architecture-face)
16146         (vhdl-speedbar-instantiation-face)
16147         (vhdl-speedbar-architecture-selected-face)
16148         (vhdl-speedbar-instantiation-selected-face): Likewise.
16149         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
16150         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
16151         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16152         (ebrowse-root-class-face, ebrowse-member-attribute-face)
16153         (ebrowse-progress-face): Likewise.
16154         * progmodes/compile.el (compilation-info-face): Likewise.
16155         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
16156         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
16157         * calendar/calendar.el (diary-face): Likewise.
16158         * woman.el (woman-italic-face, woman-bold-face)
16159         (woman-unknown-face): Likewise.
16160         * wid-edit.el (widget-button-pressed-face): Likewise.
16161         * whitespace.el (whitespace-highlight-face): Likewise.
16162         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
16163         * pcvs-info.el (cvs-marked-face): Likewise.
16164         * info.el (info-xref): Likewise.
16165         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
16166         * hilit-chg.el (highlight-changes-face)
16167         (highlight-changes-delete-face): Likewise.
16168         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
16169         (hi-red-b): Likewise.
16170         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
16171         * font-lock.el (font-lock-keyword-face)
16172         (font-lock-function-name-face, font-lock-warning-face): Likewise.
16173         * cus-edit.el (custom-invalid-face, custom-modified-face)
16174         (custom-set-face, custom-changed-face, custom-variable-tag-face)
16175         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
16176         * comint.el (comint-highlight-prompt): Likewise.
16178 2005-04-08  Lute Kamstra  <lute@gnu.org>
16180         * font-lock.el (font-lock-keywords): Docstring fixes.
16182 2005-04-08  Kenichi Handa  <handa@m17n.org>
16184         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
16185         chars are more than a limit, print " and more..." at the tail.
16187 2005-04-08  Kim F. Storm  <storm@cua.dk>
16189         * emacs-lisp/authors.el (authors-aliases): Update list.
16190         (authors-ignored-files): New list.
16191         (authors-fixed-entries): Fix typo.
16192         (authors-renamed-files-alist): Update list.
16193         (authors-add): Check authors-ignored-files.
16195 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
16197         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
16198         optional, to ensure backward compatibility.
16200 2005-04-08  Stephen Eglen  <stephen@gnu.org>
16202         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
16204 2005-04-08  Kim F. Storm  <storm@cua.dk>
16206         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
16208         * mouse.el (mouse-on-link-p): Doc fix.
16210 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
16212         * ielm.el (ielm-prompt-read-only): Doc fix.
16214         * comint.el (comint-prompt-read-only): Doc fix.
16216 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
16218         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
16219         ensure dired always handles wildcards passed to ffap.
16220         (find-file-at-point): Use it.
16221         (ffap-dired-wildcards): Doc fix.
16223 2005-04-07  Juri Linkov  <juri@jurta.org>
16225         * simple.el (next-error-overlay-arrow-position): New defvar.
16226         Put "=>" on its property `overlay-arrow-string'.  Add it to
16227         `overlay-arrow-variable-list'.
16229         * progmodes/compile.el (compilation-setup):
16230         Set `next-error-overlay-arrow-position' to nil.  Also set it to
16231         nil in the local hook `kill-buffer-hook'.  Make local variable
16232         `overlay-arrow-string' and set it to "=>".
16233         (compilation-goto-locus): Set BOL position to
16234         `next-error-overlay-arrow-position' instead of
16235         `overlay-arrow-position'.
16237         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
16238         locally instead of adding it to the global hook.
16239         (Info-kill-buffer): Move up.
16241 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
16243         * term/xterm.el (xterm-standard-colors): Update color values from
16244         xterm-200.
16246 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16248         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
16250         * fast-lock.el:
16251         * lazy-lock.el: Move them to the obsolete subdir.
16253 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16255         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
16256         (wdired-add-replace-advice): Remove.
16257         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
16259 2005-04-06  Kim F. Storm  <storm@cua.dk>
16261         * startup.el (command-line): Add --bare-bones alias for -Q.
16263 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16265         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
16266         create the startup fontset if a font specification ends with
16267         `mac-roman'.
16269 2005-04-06  Lute Kamstra  <lute@gnu.org>
16271         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
16272         change.
16274         * emacs-lisp/copyright.el (copyright-update-year): Replace the
16275         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
16277 2005-04-05  Lute Kamstra  <lute@gnu.org>
16279         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
16280         (define-generic-mode): Ditto.  Fix debug declaration.
16282         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16283         Put them in the generic-x group.
16285         * calendar/timeclock.el (timeclock): Doc fix.
16287         * generic.el (define-generic-mode): Don't use custom-current-group.
16288         Document default :group value.
16289         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
16290         (define-global-minor-mode): Don't use custom-current-group.
16292 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
16294         * startup.el (command-line-1): Display startup-echo-area-message
16295         when fancy splash screen is in use.
16297         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
16298         (sh-escaped-newline): New face.
16299         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
16300         newline, and use sh-escaped-newline face.
16302         * progmodes/tcl.el (tcl-escaped-newline): New face.
16303         (tcl-builtin-list): New variable.
16304         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
16305         newlines.  Fix keywords subexpression number.
16307 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
16309         * textmodes/org.el (org-diary-default-entry): Fix call to
16310         `add-to-diary-entry'.
16312 2005-04-05  Kim F. Storm  <storm@cua.dk>
16314         * ediff-init.el: Use (featurep 'xemacs).
16316 2005-04-05  David Ponce  <david@dponce.com>
16318         * cus-edit.el (face): Derive from symbol widget.  Display sample
16319         of the current face on the fly.
16320         (widget-face-sample-face-get, widget-face-notify): New functions.
16321         (widget-face-value-create): Remove.
16323         * wid-edit.el (widget-field-end): Temporarily remove field
16324         narrowing before to call `get-char-property'.
16326 2005-04-04  Jay Belanger  <belanger@truman.edu>
16328         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
16329         (math-read-subscripts): New variable.
16330         (math-read-preprocess-string): Process subscripts.
16332 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
16334         * comint.el (comint-prompt-read-only): Doc fix.
16336         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
16337         `-1'.  Doc fix.
16339 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
16341         * textmodes/org.el (org-insert-mode-line-in-empty-file):
16342         Change default value to nil.
16344 2005-04-04  Lute Kamstra  <lute@gnu.org>
16346         * autorevert.el (auto-revert-mode): Specify :group.
16347         * battery.el (display-battery-mode): Specify :group.
16348         * diff-mode.el (diff-minor-mode): Specify :group.
16349         * font-core.el (font-lock-mode): Specify :group.
16350         * hl-line.el (hl-line-mode): Specify :group.
16351         * iimage.el (iimage): New customization group.
16352         (iimage-mode): Specify :group.
16353         * longlines.el (longlines-mode): Specify :group.
16354         * master.el: Don't require easy-mmode.
16355         (master): New customization group.
16356         (master-mode): Specify :group.
16357         * msb.el (msb-mode): Specify :group.
16358         * reveal.el (reveal-mode): Specify :group.
16359         * simple.el (next-error-follow-minor-mode): Specify :group.
16360         * smerge-mode.el (smerge-mode): Specify :group.
16361         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
16362         * emulation/cua-base.el (cua-mode): Specify :group.
16363         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
16364         * language/thai-util.el (thai-auto-composition-mode)
16365         (thai-word-mode): Specify :group.
16366         * mail/supercite.el (sc-minor-mode): Specify :group.
16367         * progmodes/cwarn.el (cwarn-mode): Specify :group.
16368         * progmodes/flymake.el (flymake-mode): Specify :group.
16369         * progmodes/glasses.el (glasses-mode): Specify :group.
16370         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
16371         * textmodes/enriched.el (enriched-mode): Specify :group.
16372         * textmodes/refill.el (refill-mode): Specify :group.
16374         * add-log.el (change-log-font-lock-keywords): Names in
16375         parenthesized lists can contain spaces.
16377 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
16379         * startup.el (fancy-splash-text): Shorten default text of
16380         "Emacs Tutorial" line.  Also, if the current language env
16381         indicates an available tutorial file other than TUTORIAL,
16382         extract its title and append it to the line in parentheses.
16383         (fancy-splash-insert): If arg is a thunk, funcall it.
16385 2005-04-04  Jay Belanger  <belanger@truman.edu>
16387         * calc.el (calc-language-alist): Add tags to customization type.
16389 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
16391         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
16392         Doc fix.
16394 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
16396         * add-log.el (change-log-font-lock-keywords): The manual
16397         describing a Change Log entry, says: (...) "Aside from these
16398         header lines, every line in the change log starts with a space or
16399         a tab.".  The font-lock was not highlighting lines started with
16400         spaces, added support for it.
16402 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16404         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
16405         (bibtex-generate-url-list): Update docstring accordingly.  Put the
16406         complex example in the docstring.
16407         (bibtex-font-lock-url): Use pop.
16409 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16411         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
16413         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
16415 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16417         * filesets.el (filesets-set-default): Doc fix.
16419 2005-04-03  Lute Kamstra  <lute@gnu.org>
16421         * generic.el (define-generic-mode): Add argument to specify
16422         keywords for defcustom.
16423         (default-generic-mode): Specify :group.
16425         * generic-x.el: Specify :group for all generic modes.
16427         * desktop.el (desktop-no-desktop-file-hook)
16428         (desktop-after-read-hook): Doc fix.
16430 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
16432         * simple.el (visible-mode): Use explicit :group keyword.
16433         This changes the group of `visible-mode-hook' from paren-blinking
16434         to editing-basics.
16436 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
16438         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
16439         mailbox specifications as well as URLs.
16440         (rmail-insert-inbox-text): Remove unused conditional branches.
16442 2005-04-01  Jay Belanger  <belanger@truman.edu>
16444         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
16445         (calc-gnuplot-print-command): Move definitions to calc.el.
16447         * calc/calc-embed.el (calc-embedded-announce-formula)
16448         (calc-embedded-open-formula, calc-embedded-close-formula)
16449         (calc-embedded-open-word, calc-embedded-close-word)
16450         (calc-embedded-open-plain, calc-embedded-close-plain)
16451         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
16452         (calc-embedded-open-mode, calc-embedded-close-mode):
16453         Move definitions to calc.el.
16455         * calc/calc.el (calc-settings-file, calc-language-alist):
16456         Make customizable.
16457         (calc-embedded-announce-formula, calc-embedded-open-formula)
16458         (calc-embedded-close-formula, calc-embedded-open-word)
16459         (calc-embedded-close-word, calc-embedded-open-plain)
16460         (calc-embedded-close-plain, calc-embedded-open-new-formula)
16461         (calc-embedded-close-new-formula, calc-embedded-open-mode)
16462         (calc-embedded-close-mode, calc-gnuplot-name)
16463         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
16464         from other files and make customizable.
16466 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16468         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
16469         Use buffer-live-p.
16470         (cvs-mode-run): Don't call cvs-update-header here.
16471         (cvs-run-process): Call cvs-update-header.
16472         Use process properties for cvs-postprocess and cvs-buffer so that
16473         the sentinel can behave better if the temp buffer is killed.
16474         Use a pipe rather than a tty, to better handle unexpected prompts.
16475         (cvs-sentinel): Rewrite.  Call cvs-update-header.
16477 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
16479         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
16480         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
16482 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16484         * generic.el (define-generic-mode): Add indentation rule.
16486 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
16488         * files.el (mode-require-final-newline): Make Custom correctly
16489         report a nil value and allow to set it to nil via Custom.
16490         Doc fix.
16492 2005-04-01  Kenichi Handa  <handa@m17n.org>
16494         * international/characters.el: Enable the correct case setting for
16495         dotless-i and dotted-I.
16497 2005-04-01  Kim F. Storm  <storm@cua.dk>
16499         * ido.el (ido-file-internal): Fall back to non-ido command if
16500         initial directory is on slow ftp (or tramp) host.
16502 2005-03-31  Richard M. Stallman  <rms@gnu.org>
16504         * emacs-lisp/autoload.el (make-autoload):
16505         Handle define-global-minor-mode.
16507         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16508         Rename from easy-mmode-define-global-mode.
16509         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16511         * progmodes/scheme.el (scheme-mode-syntax-table):
16512         Update syntax of | and # for two-character comment syntax.
16514 2005-03-31  Lute Kamstra  <lute@gnu.org>
16516         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16517         (define-minor-mode): Call custom-current-group at load-time.
16519         * generic.el (define-generic-mode): Add debug declaration.
16520         Add defcustom for the mode hook.
16521         (generic-mode-internal): Use run-mode-hooks.
16523 2005-03-31  Kim F. Storm  <storm@cua.dk>
16525         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16526         (mouse-fixup-help-message): New defun called by show_help_echo
16527         to fixup mouse-2 prefix in help messages when applicable.
16529         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16531 2005-03-31  Kenichi Handa  <handa@m17n.org>
16533         * language/thai-word.el (thai-find-word-ends): Pay attention to
16534         the case that we reach the end of buffer.
16536         * textmodes/fill.el (fill-text-properties-at): New function.
16537         (fill-newline): Use fill-text-properties-at instead of
16538         text-properties-at.
16540 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16542         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
16543         not comint-quote-filename.
16545 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
16547         * help-fns.el (help-with-tutorial): Revert last change.
16549 2005-03-31  Kim F. Storm  <storm@cua.dk>
16551         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16553 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16555         * calendar/cal-china.el: Update reference to "Calendrical
16556         Calculations" book; there's a new edition.
16557         * calendar/cal-coptic.el: Likewise.
16558         * calendar/cal-french.el: Likewise.
16559         * calendar/cal-hebrew.el: Likewise.
16560         * calendar/cal-islam.el: Likewise.
16561         * calendar/cal-iso.el: Likewise.
16562         * calendar/cal-julian.el: Likewise.
16563         * calendar/cal-mayan.el: Likewise.
16564         * calendar/cal-persia.el: Likewise.
16565         * calendar/calendar.el: Likewise.
16566         * calendar/holidays.el: Likewise.
16567         * calendar/lunar.el: Likewise.
16568         * calendar/solar.el: Likewise.
16570         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16571         white space from doc string.
16573 2005-03-30  Jay Belanger  <belanger@truman.edu>
16575         * calc/calc-help.el (calc-full-help): Remove email address.
16577 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
16579         * help-fns.el (help-with-tutorial): Delete title line.
16581 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16583         * calendar/cal-x.el (calendar-one-frame-setup)
16584         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16585         rather than `symbol' for set-window-dedicated-p.
16587         * calendar/appt.el (appt-buffer-name): Make it a constant.
16588         (appt-add): Doc fix.
16590         * filesets.el (filesets-menu-path, filesets-menu-before)
16591         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
16592         (filesets-menu-cache-file): Use directory ~/.emacs.d.
16593         (filesets-add-submenu): Delete and use add-submenu instead.
16595 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
16597         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16598         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16599         (org-diary-default-entry): New function.
16600         (org-get-entries-from-diary): Better parsing of diary entries.
16601         (org-agenda-check-no-diary): New function.
16602         ("diary-lib"): Advice to function `add-to-diary-list', to allow
16603         linking to diary entries.
16604         (org-agenda-execute-calendar-command): New function.
16605         (org-agenda): Improve visible section in window.
16606         Use `org-fit-agenda-window'.
16607         (org-fit-agenda-window): New option.
16608         (org-move-subtree-down): Better handling of empty lines
16609         at end of subtree.
16610         (org-cycle): Numeric prefix is interpreted now as show-subtree N
16611         levels up.
16612         (org-fontify-done-headline): New option.
16613         (org-headline-done-face): New face.
16614         (org-set-font-lock-defaults): Use `org-headline-done-face'.
16615         (org-table-copy-down): Rename from `org-table-copy-from-above'.
16616         When current field is non-empty, it is copied to next row.
16617         (org-table-copy-from-above): Fix bug which made it
16618         impossible to copy fields containing only a single non-white character.
16620 2005-03-30  Kim F. Storm  <storm@cua.dk>
16622         * kmacro.el (kmacro-end-macro): Isearch may store this command
16623         into the macro -- so ignore it when executing keyboard macro.
16625 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16627         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16629 2005-03-29  Kenichi Handa  <handa@m17n.org>
16631         * language/thai.el ("Thai"): Set setup-function and exit-function
16632         for Thai language environment.
16634         * language/thai-util.el: Require thai-word.
16635         (thai-word-mode-map): New variable.
16636         (thai-word-mode): New minor mode.
16637         (setup-thai-language-environment-internal): New function.
16638         (exit-thai-language-environment-internal): New function.
16640         * language/thai-word.el (thai-word-table): Declare it by defvar,
16641         use dolist to initialize it.
16642         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16643         (thai-fill-find-break-point): New functions.
16645 2005-03-29  Richard M. Stallman  <rms@gnu.org>
16647         * simple.el (idle-update-delay): Move definition up.
16648         (set-mark): Doc fix.
16650 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
16652         * longlines.el: New file.
16654         * simple.el (buffer-substring-filters): New variable.
16655         (filter-buffer-substring): New function.
16656         (kill-region, copy-region-as-kill): Use it.
16658         * register.el (copy-to-register, append-to-register)
16659         (prepend-to-register): Use filter-buffer-substring.
16661 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16663         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16664         (gud-filter-pending-text): Move in front of gdb.
16665         (gud-overlay-arrow-position): New variable.
16666         (gud-sentinel, gud-display-line): Use it in place of
16667         overlay-arrow-position.
16669 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
16671         * progmodes/fortran.el (fortran-if-indent): Doc fix.
16672         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16673         (fortran-font-lock-keywords-4): New variable.
16674         (fortran-blocks-re, fortran-end-block-re)
16675         (fortran-start-block-re): New constants, for hideshow.
16676         (hs-special-modes-alist): Add a Fortran entry.
16677         (fortran-mode-map): Bind fortran-end-of-block,
16678         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16679         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
16680         (fortran-looking-at-if-then, fortran-end-of-block)
16681         (fortran-beginning-of-block): New functions, for hideshow.
16683         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16684         Doc fix.  Tweak regexp.
16685         (f90-beginning-of-block): Push mark first.
16687 2005-03-29  Jay Belanger  <belanger@truman.edu>
16689         * calc/calc.el: Update copyright date.
16690         (calc-version): Increase to 2.1.
16691         (calc-version-date): Remove.
16693         * calc/calc-help.el: Update copyright date.
16694         (calc-full-help): Remove reference to calc-version-date.
16695         Update copyright date.
16697 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16699         * vc.el (vc-do-command): Use a pipe for async processes, so password
16700         prompts don't show up at places where the user can't reply.
16702 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16704         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16705         on the file name we pass to the inferior shell.
16707 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16709         * progmodes/which-func.el (which-function): Be robust in the face of an
16710         imenu--make-index-alist failure.
16712 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16714         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16716         * progmodes/python.el (python-preoutput-filter): Fix last change.
16718 2005-03-29  Lute Kamstra  <lute@gnu.org>
16720         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16721         functions and compiled macros.
16722         (debug-convert-byte-code): Handle macros too.
16723         (debug-on-entry-1): Don't signal an error when trying to clear a
16724         function that is not set to debug on entry.
16726 2005-03-29  Jay Belanger  <belanger@truman.edu>
16728         * calc/calc-lang.el: Add functions to math-function-table
16729         properties of tex and math.
16731 2005-03-29  Kenichi Handa  <handa@m17n.org>
16733         * ps-mule.el (ps-mule-plot-string): Translate characters by
16734         ps-print-translation-table.
16735         (ps-mule-begin-job): Call find-charset-region/string with
16736         ps-print-translation-table.
16737         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16739         * ps-print.el (ps-print-translation-table): New variable.
16740         (ps-plot-region): Translate characters by ps-print-translation-table.
16742 2005-03-29  Juri Linkov  <juri@jurta.org>
16744         * simple.el (next-error-highlight-timer): New variable.
16746         * progmodes/compile.el (compilation-goto-locus):
16747         Use `next-error-highlight-timer' instead of `sit-for'.
16749 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16751         * mail/supercite.el (sc-mail-field): Use assoc-string.
16752         (sc-get-address): Simplify regexps.
16754         * files.el (minibuffer-with-setup-hook): New macro.
16755         (find-file-read-args): Use it to avoid let-binding
16756         minibuffer-with-setup-hook (which breaks turning on/off
16757         file-name-shadow-mode while in the prompt).
16759         * complete.el (PC-read-include-file-name-internal):
16760         Use test-completion.
16762 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
16764         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
16766 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16768         * window.el (window-buffer-height): Use count-screen-lines.
16770         * progmodes/python.el (python-preoutput-leftover): New var.
16771         (python-preoutput-filter): Use it.
16772         (python-send-receive): Loop until all the result has been received.
16774 2005-03-28  Juri Linkov  <juri@jurta.org>
16776         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
16778         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
16779         "Recover Crashed Session".
16780         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
16781         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
16782         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
16783         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
16784         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
16785         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
16786         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
16787         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
16789         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
16790         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
16791         Ediff Sessions", "Toggle use of separate control buffer frame",
16792         "Use separate frame for Ediff control buffer".
16794         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
16795         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
16796         "Rename Bookmark", "Delete Bookmark".
16798         * info.el (Info-mode-menu): Remove ellipsis from "Index".
16799         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
16800         Add `:active Info-index-alternatives' to "Next Matching Item".
16802         * wdired.el (wdired-change-to-wdired-mode):
16803         Mention `wdired-abort-changes' key in the initial message.
16805         * international/mule.el (auto-coding-alist): Associate non-ascii
16806         image filename extensions with `no-conversion'.
16808 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16810         * international/iso-acc.el:
16811         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
16813 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
16815         * textmodes/sgml-mode.el (html-mode): Doc update.
16817         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
16819 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16821         * term.el (term-move-columns): Fix face after extending a line.
16822         (term-insert-spaces): Likewise.
16823         (term-reset-terminal): Fix off by one error.
16825 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16827         * international/mule.el (auto-coding-alist): Add .xpi files.
16829         * files.el (auto-mode-alist): Add .xpi files.
16831 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
16833         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16835 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16837         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16839 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
16841         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16842         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
16844         * calendar/cal-move.el (calendar-beginning-of-year): Move the
16845         cursor to Jan 1 when needed.
16846         (calendar-end-of-year): Fix -/+ typo.
16847         Reported by Chong Yidong <cyd@stupidchicken.com>.
16849 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16851         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16853         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16854         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
16856 2005-03-25  Richard M. Stallman  <rms@gnu.org>
16858         * filesets.el (filesets-init): Add autoload.
16860         * mail/mailalias.el (mail-directory): Doc fix.
16862 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16864         * mail/mailalias.el (mail-directory-process): Do nothing if
16865         mail-directory-process is an atom.
16866         (mail-get-names): Ignore mail-directory-names if it is an atom.
16867         (mail-directory-process defvar): Doc fix.
16868         (mail-names): Doc fix.
16870 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
16872         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16874 2005-03-26  Kenichi Handa  <handa@m17n.org>
16876         * international/mule-util.el (detect-coding-with-priority):
16877         Call update-coding-systems-internal before detect-coding-region.
16879 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
16881         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16882         (gdb-frames-mode-map): Add follow-link property.
16884 2005-03-25  Jay Belanger  <belanger@truman.edu>
16886         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16887         for variables.
16889 2005-03-25  Juri Linkov  <juri@jurta.org>
16891         * image-mode.el: Optimize image filename extension regexps in
16892         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
16893         in `auto-mode-alist'.
16894         (image-mode): Add `image-toggle-display-text' to local hook
16895         `change-major-mode-hook'.  Display the image as an image by
16896         default.  Set `cursor-type' and `truncate-lines' if the image
16897         is already displayed.  Take into account the current mode (image
16898         or text) in message.
16899         (image-minor-mode): New minor mode.
16900         (image-mode-maybe, image-toggle-display-text): New functions.
16901         (image-toggle-display): Use called-interactively-p.
16902         Let-bind `inhibit-read-only' to t.
16904         * image-mode.el (image-minor-mode): Set `cursor-type' and
16905         `truncate-lines' if the image is already displayed.  Add turning
16906         image-minor-mode off to `change-major-mode-hook'.  Add message.
16907         Call `image-toggle-display-text' after turning image-minor-mode off.
16909 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16911         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16912         Terminal.app, use utf-8.
16913         (set-display-table-and-terminal-coding-system): Add coding-system arg.
16914         (set-locale-environment): Use it.
16916         * term/xterm.el: Undo last change, better done in mule-cmds.el.
16918         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16920         * progmodes/python.el (python-close-block-statement-p)
16921         (python-outdent-p, python-current-defun): Use symbol-end.
16923 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
16925         * files.el (save-some-buffers): Doc fix.
16927 2005-03-25  Werner Lemberg  <wl@gnu.org>
16929         * complete.el, thumbs.el: Replace `legal' with `valid'.
16930         * calendar/calendar.el: Replace `legal' with `valid'.
16931         * emacs-lisp/advice.el: Replace `legal' with `valid'.
16932         * mail/supercite.el: Replace `legal' with `valid'.
16933         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16934         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16935         Replace `legal' with `valid'.
16936         * textmodes/reftex-vars.el, textmodes/reftex.el:
16937         Replace `legal' with `valid'.
16939 2005-03-25  Werner Lemberg  <wl@gnu.org>
16941         * calc/calc-forms.el, calc/calc-sel.el
16942         * midnight.el, vc-cvs.el
16943         * emacs-lisp/cl-macs.el
16944         * emulation/vip.el
16945         * eshell/esh-io.el, eshell/esh-var.el
16946         * mail/supercite.el
16947         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16948         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16949         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16950         * progmodes/sh-script.el, progmodes/xscheme.el
16951         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16952         * textmodes/reftex-index.el, textmodes/reftex-parse.el
16953         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16954         * textmodes/reftex.el, textmodes/org.el:
16955         Replace `illegal' with `invalid'.
16957 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16959         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16960         (flymake-find-buildfile, flymake-find-possible-master-files)
16961         (flymake-check-include, flymake-parse-line): Replace loops over the
16962         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16964         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16965         Substitute file-name-as-directory in the rest of the file.
16966         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16967         (flymake-replace-region): Remove unused arg `buffer'.
16968         (flymake-check-patch-master-file-buffer): Update calls to it.
16969         (flymake-add-err-info): Remove unused var `count'.
16970         (flymake-mode): Use define-minor-mode.
16972         * progmodes/flymake.el: Use with-current-buffer.
16973         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16974         flymake-replace-regexp-in-string, flymake-line-beginning-position)
16975         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16976         Avoid testing for `xemacs'.
16977         (flymake-nop): Move.
16978         (flymake-region-has-flymake-overlays): Return the computed value.
16979         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16980         Remove unused var `endline'.
16981         (flymake-get-line-count): Remove unused function.
16982         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16984         * emulation/vi.el:
16985         * generic.el:
16986         * hilit-chg.el (global-highlight-changes):
16987         * hi-lock.el (hi-lock-mode):
16988         * follow.el: find-file-hooks -> find-file-hook.
16990         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16992 2005-03-24  Juri Linkov  <juri@jurta.org>
16994         * dired.el (dired-mode-map): Add menu item "Compare directories"
16995         for dired-compare-directories.
16997         * dired-aux.el (dired-compare-directories): Add autoload cookie.
16998         Doc fix.  Replace `read-file-name' with `read-directory-name'.
17000 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17002         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
17004 2005-03-24  Jay Belanger  <belanger@truman.edu>
17006         * calc/calc-embed.el (calc-embedded-mode-change): Save all
17007         relevant mode settings in calc-embedded-original-modes when modes
17008         are permanently changed.
17010 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17012         * autoinsert.el: find-file-hooks -> find-file-hook.
17014 2005-03-24  Lute Kamstra  <lute@gnu.org>
17016         * generic.el (generic-font-lock-defaults): Make it obsolete.
17017         (generic-font-lock-keywords): New variable to replace
17018         generic-font-lock-defaults.
17019         (generic-mode-set-font-lock): Delete it.
17020         (generic-mode-internal): Don't call generic-mode-set-font-lock.
17021         (generic-bracket-support): Add docstring.
17023         * generic-x.el: Rename generic-font-lock-defaults to
17024         generic-font-lock-keywords throughout.
17025         (mailagent-rules-setup-function): Delete it.
17026         (mailagent-rules-generic-mode): Use anonymous function instead.
17027         (show-tabs-generic-mode-font-lock-defaults-1)
17028         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
17029         Quote faces.
17030         (show-tabs-tab-face, show-tabs-space-face): Specify background,
17031         not foreground.
17033         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
17034         Recognize define-generic-mode.
17036 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17038         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
17039         if there's no completion table.
17041 2005-03-23  Miles Bader  <miles@gnu.org>
17043         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17044         Remove tty-specific variants, as they're no longer needed.
17046 2005-03-23  Lute Kamstra  <lute@gnu.org>
17048         * generic-x.el: Code cleanup: make args constant whenever possible.
17049         (installshield-statement-keyword-list)
17050         (installshield-system-functions-list)
17051         (installshield-system-variables-list, installshield-types-list)
17052         (installshield-funarg-constants-list): Make them constants.
17054         * generic.el (generic-make-keywords-list): Add autoload cookie.
17056         * calendar/time-date.el: Add comment on time value formats.
17057         Don't require parse-time.
17058         (with-decoded-time-value): New macro.
17059         (encode-time-value): New function.
17060         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17061         (days-to-time): Return a valid time value when arg is huge.
17062         (time-since): Use time-subtract.
17063         (time-to-number-of-days): Use time-to-seconds.
17065 2005-03-23  David Ponce  <david@dponce.com>
17067         * recentf.el (recentf-keep): New option.
17068         (recentf-menu-action): Default to `find-file'.
17069         (recentf-keep-non-readable-files-flag)
17070         (recentf-keep-non-readable-files-p)
17071         (recentf-file-readable-p, recentf-find-file)
17072         (recentf-cleanup-remote): Remove.
17073         (recentf-include-p): More robust.
17074         (recentf-keep-p): New function.
17075         (recentf-remove-if-non-kept): Rename from
17076         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
17077         All callers updated.
17078         (recentf-menu-items-for-commands): Fix help string.
17079         (recentf-track-closed-file): Update.  Doc fix.
17080         (recentf-cleanup): Update.  Count removed files.  Doc fix.
17082 2005-03-23  Kim F. Storm  <storm@cua.dk>
17084         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17085         Don't inherit from fringe face (now happens automatically).
17087 2005-03-22  Kim F. Storm  <storm@cua.dk>
17089         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
17090         position values.
17092 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17094         * menu-bar.el (showhide-date-time): Remove.
17095         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
17096         (menu-bar-make-mm-toggle): Simplify.
17098 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17100         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
17101         Accept qualified variable and function names.
17103 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
17105         * bindings.el (completion-ignored-extensions):
17106         Remove ".lis" for `vax-vms'.
17108 2005-03-22  Andreas Schwab  <schwab@suse.de>
17110         * generic-x.el: Revert last change.
17111         * ldefs-boot.el: Update.
17113 2005-03-22  Jay Belanger  <belanger@truman.edu>
17115         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
17116         (calc-embedded-save-original-modes)
17117         (calc-embedded-restore-original-modes): New functions.
17118         (calc-do-embedded): Save original modes when entering embedded mode
17119         and restore when leaving embedded mode.
17120         (calc-embedded-modes-change): Change the value of
17121         calc-embedded-original-modes to reflect permanent changes.
17123 2005-03-22  Lute Kamstra  <lute@gnu.org>
17125         * generic-x.el: Require generic again.
17127 2005-03-22  Miles Bader  <miles@gnu.org>
17129         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17130         Tweak details to look good on both ttys and bitmap displays, light
17131         or dark background, etc.
17133 2005-03-21  Kim F. Storm  <storm@cua.dk>
17135         * tooltip.el (tooltip-show-help-function): Check car and cdr of
17136         mouse position.
17138 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17140         * icomplete.el: Don't forcibly turn on the mode upon load.
17141         (icomplete-mode): Use define-minor-mode.
17142         (icomplete-eoinput): Default to nil.
17143         (icomplete-minibuffer-setup): Remove autoload.
17144         (icomplete-tidy): Simplify.
17145         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
17146         in the initial state or if the user has modified the field.
17147         Fix handling of icomplete-max-delay-chars.
17148         Remove code that handles the oddball case where
17149         minibuffer-completion-table is an integer.
17150         Wrap icomplete-completions in while-no-input in case building
17151         completions takes more time than expected.
17152         (icomplete-completions): Simplify.
17154 2005-03-21  Richard M. Stallman  <rms@gnu.org>
17156         * jka-compr.el (jka-compr-really-do-compress):
17157         Make variable buffer-local.
17159         * image-mode.el: Handle .xpm files too.
17160         (image-toggle-display): Preserve modification flag.
17162         * help.el (where-is): Don't mention aliases with no key bindings.
17164 2005-03-21  Lute Kamstra  <lute@gnu.org>
17166         * generic.el: Fix commentary section.  Don't require cl for
17167         compilation.
17168         (generic-mode-list): Add autoload cookie.
17169         (generic-use-find-file-hook, generic-lines-to-scan)
17170         (generic-find-file-regexp, generic-ignore-files-regexp)
17171         (generic-mode, generic-mode-find-file-hook)
17172         (generic-mode-ini-file-find-file-hook): Fix docstrings.
17173         (define-generic-mode): Make it a defmacro.  Fix docstring.
17174         (generic-mode-internal): Code cleanup.  Add autoload cookie.
17175         (generic-mode-set-comments): Code cleanup.
17176         * generic-x.el: Don't prevent compilation.  Don't require generic.
17177         Follow coding conventions.  Minor code cleanup.
17178         (etc-fstab-generic-mode): Add some keywords.
17179         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17180         define-generic-mode like a function declaration.
17182 2005-03-21  Jay Belanger  <belanger@truman.edu>
17184         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
17185         changing modes.
17187 2005-03-21  Sam Steingold  <sds@gnu.org>
17189         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
17191 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
17193         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
17194         Add underscore to "f$ lexicals" regexp.
17196 2005-03-20  Juri Linkov  <juri@jurta.org>
17198         * subr.el (progress-reporter-do-update): When `min-value' is equal
17199         to `max-value', set `percentage' to 0 and prevent division by zero.
17201 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
17203         Sync with Tramp 2.0.48.
17205         * net/tramp.el (all): Change all addresses to .gnu.org.
17206         (tramp-append-tramp-buffers): New defun.
17207         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
17208         Catch `dont-send' signal.
17209         (tramp-set-auto-save-file-modes): Set always permissions, because
17210         there might be an old auto-saved file belonging to another
17211         original file.  This could be a security threat.  Reported by
17212         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
17213         Check for Emacs 21.3.50 removed.
17215         * net/tramp-smb.el (all): Remove debug construct for
17216         `with-parsed-tramp-file-name'.
17217         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
17218         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
17219         No error message if DIRECTORY or FILENAME doesn't exist.
17220         (tramp-smb-open-connection): Check existence of
17221         `tramp-smb-program'.
17223 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17225         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
17226         Properly handle the case where the `m' or `s' command's argument is not
17227         yet terminated.
17228         (perl-indent-new-calculate): New function.
17229         (perl-indent-line): Use it.
17231 2005-03-20  Miles Bader  <miles@gnu.org>
17233         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
17234         in text-mode too.  Change to new face names.
17235         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
17236         Add `:weight bold' attribute.
17237         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
17239 2005-03-19  Juri Linkov  <juri@jurta.org>
17241         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
17243         * international/mule.el (auto-coding-alist): Sync with
17244         `auto-mode-alist' by adding upper case archive file extensions
17245         and adding ear/war to jar extension.
17247 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
17249         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
17250         running, restart it.
17252 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
17254         * finder.el (finder-current-item): Throw an error on an empty line.
17256         * man.el (Man-follow-manual-reference): If current-word returns
17257         nil, use "".
17259 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
17261         * simple.el (goto-line): Doc fix.
17263 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
17265         * files.el (save-buffer): Doc fix.
17267 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
17269         * recentf.el (recentf-cleanup-remote): New variable.
17270         (recentf-cleanup): Use it to conditionally check availability of
17271         remote files.
17273 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
17275         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
17276         function names.
17278 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17280         * language/thai-word.el: New file.
17282 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17284         * files.el (backup-buffer): If the file's directory is not
17285         writable, use copy instead of move to backup the file.
17287 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17289         * obsolete/keyswap.el: Moved to obsolete/ from term/.
17291 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17293         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
17294         Use functionp instead of symbolp and fboundp.  Reported by Drkm
17295         <darkman_spam@yahoo.fr>.
17296         (ps-print-version): New version 6.6.6.
17298 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
17300         * textmodes/table.el (table--line-column-position): New idiom.
17301         (table--row-column-insertion-point-p): New function to test
17302         validity of row and column insertion operation at a location.
17303         (table-global-menu, table-cell-menu): Use above functions for
17304         deterministic test operation.
17305         (table--editable-cell-p): Behave in deterministic fashion.
17307 2005-03-18  Juri Linkov  <juri@jurta.org>
17309         * isearch.el (isearch-lazy-highlight-new-loop):
17310         Make arguments beg and end optional.
17311         (isearch-update): Remove optional arguments nil from
17312         isearch-lazy-highlight-new-loop.
17313         (isearch-lazy-highlight-search): Let-bind case-fold-search to
17314         isearch-lazy-highlight-case-fold-search instead of
17315         isearch-case-fold-search, and let-bind isearch-regexp to
17316         isearch-lazy-highlight-regexp.
17317         Use isearch-lazy-highlight-last-string instead of isearch-string.
17319         * replace.el (perform-replace): Remove bindings of global
17320         variables isearch-string, isearch-regexp, isearch-case-fold-search.
17321         Add three new arguments to `replace-highlight'.
17322         (replace-highlight): Add arguments string, regexp, case-fold.
17323         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
17324         to allow isearch-lazy-highlight-new-loop to use these values
17325         to set corresponding isearch-lazy-highlight-* internal
17326         variables whose values lazy highlighting will use regardless of
17327         changes to global variables isearch-string, isearch-regexp,
17328         isearch-case-fold-search during lazy highlighting loop.
17329         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
17330         to `lazy-highlight-cleanup'.
17332         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
17333         (ispell-highlight-face): Set default face to `isearch' when
17334         lazy highlighting is enabled.
17335         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
17336         priority to 1.  Add lazy highlighting.
17337         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
17338         from `isearch-dehighlight'.
17340 2005-03-18  David Ponce  <david@dponce.com>
17342         * files.el (hack-local-variables): Do a case-insensitive search
17343         for End.
17345 2005-03-18  Juri Linkov  <juri@jurta.org>
17347         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
17348         `isearch-lazy-highlight-cleanup', add alias to old name and
17349         declare obsolete.  Add release numbers to other obsolete vars.
17350         (isearch-done, isearch-lazy-highlight-new-loop):
17351         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
17352         (lazy-highlight-cleanup) <variable>: Doc fix.
17353         (isearch-lazy-highlight-update): Rename obsolete
17354         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
17356 2005-03-18  Kenichi Handa  <handa@m17n.org>
17358         * language/thai-util.el: Fix categorization of Thai characters in
17359         thai-category-table.
17360         (thai-composition-pattern): Adjust it for the above change.
17361         (thai-self-insert-command, thai-compose-syllable): New functions.
17362         (thai-compose-region): Use thai-compose-syllable.
17363         (thai-compose-string): Likewise.
17364         (thai-composition-function): Likewise.
17365         (thai-auto-composition): New function.
17366         (thai-auto-composition-mode): New minor mode.
17368         * language/thai.el: Fix patterns to be registered in
17369         composition-function-table.
17371         * international/quail.el (quail-input-method): Locally bind
17372         inhibit-modification-hooks to t.
17374 2005-03-17  Richard M. Stallman  <rms@gnu.org>
17376         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
17377         (perl-mode): Use run-mode-hooks.
17379         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
17380         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
17381         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
17383         * mail/sendmail.el (sendmail-send-it): Reenable the code
17384         to compute resend-to-address and use it.
17386         * tar-mode.el (tar-mode): Turn off undo unconditionally.
17388         * image-mode.el: New file.
17390         * image.el (insert-sliced-image): Add autoload cookie.
17392         * font-lock.el (font-lock-lines-before): New user option.
17393         (font-lock-after-change-function): Obey it.
17395         * bindings.el (esc-map): Make M-g a prefix.
17396         Bind M-g g and M-g M-g to goto-line.
17398         * faces.el (face-id): Doc fix.
17400 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17402         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
17403         (rmail-show-message): Use rmail-unknown-mail-followup-to.
17404         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
17406         * mail/sendmail.el (mail-yank-ignored-headers)
17407         (mail-font-lock-keywords, mail-mode-fill-paragraph):
17408         Add Mail-Followup-To and Mail-Reply-To headers.
17409         (mail-citation-hook): Add autoload cookie.
17410         (mail-mode): Doc fix.
17411         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
17412         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
17413         (mail-mode-fill-paragraph): Handle those headers.
17414         (mail-mailing-lists): New variable.
17415         (mail-mail-reply-to, mail-mail-followup-to): New functions.
17417 2005-03-17  Juri Linkov  <juri@jurta.org>
17419         * isearch.el (isearch-fallback): Check for `(car previous)'
17420         before calling `isearch-other-end-state'.
17422 2005-03-17  Kim F. Storm  <storm@cua.dk>
17424         * simple.el (move-beginning-of-line): Move to beginning of buffer
17425         line, as well as beginning of screen line.
17427 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
17429         * calendar/diary-lib.el (mark-diary-entries): Use new optional
17430         argument REDRAW rather than calendar-redrawing variable.
17431         * calendar/calendar.el (calendar-redrawing): Delete.
17432         (redraw-calendar): Do not bind calendar-redrawing.
17434 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
17436         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
17437         diary-file buffer.
17439 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17441         * help.el (describe-mode): Allow a :minor-mode-function property to
17442         specify a different minor mode toggle function than the variable.
17443         * simple.el (auto-fill-function):
17444         * subr.el (add-minor-mode): Use it.
17446 2005-03-16  Kenichi Handa  <handa@m17n.org>
17448         * language/ethio-util.el (sera-being-called-by-w3): New variable.
17449         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
17450         (ethio-fidel-to-sera-buffer): Likewise.
17452 2005-03-16  Juri Linkov  <juri@jurta.org>
17454         * emacs-lisp/find-func.el (find-function-regexp):
17455         Add defun-emitting macro `menu-bar-make-toggle'.
17457         * isearch.el: Put `isearch-scroll' property to
17458         `split-window-horizontally'.
17460         * info.el: Update error messages for `debug-ignored-errors'.
17461         (Info-isearch-search): Doc fix.
17462         (Info-find-node): Move up code to go into info buffer before
17463         recording the node to the history.
17464         (Info-fontify-node): Fontify titles only if the next line
17465         has two or more `*', `=', `-', `.'.
17466         Display "go to this node" for empty (match-string 3).
17468 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17470         * term/mac-win.el: Add mouse pointer shape constants.
17472 2005-03-15  Kim F. Storm  <storm@cua.dk>
17474         * simple.el (move-beginning-of-line): Use vertical-motion.
17476 2005-03-15  Juri Linkov  <juri@jurta.org>
17478         * isearch.el (isearch-error): New variable.
17479         (isearch-invalid-regexp, isearch-within-brackets): Remove.
17480         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
17481         (isearch-within-brackets-state): Remove.
17482         (isearch-case-fold-search-state, isearch-pop-fun-state):
17483         Decrease frame index.
17484         (isearch-mode, isearch-top-state, isearch-push-state)
17485         (isearch-edit-string, isearch-abort, isearch-search-and-update)
17486         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
17487         (isearch-search, isearch-lazy-highlight-new-loop):
17488         Replace `isearch-invalid-regexp' with `isearch-error'.
17489         Remove `isearch-within-brackets'.
17490         (isearch-search): Add `search-failed' handler to `condition-case'.
17491         (isearch-lazy-highlight-search): Add `condition-case' to catch
17492         errors and allow `isearch-lazy-highlight-update' to try
17493         highlighting from the beginning of the window.
17494         (isearch-repeat): Move up code to set isearch-wrapped to t
17495         before calling isearch-wrap-function.
17497         * info.el (Info-isearch-initial-node): New internal variable.
17498         (Info-search): Signal an error in isearch mode when search leaves
17499         the initial node.  Signal an error when `bound' is non-nil and
17500         nothing was found in the current subfile.
17501         (Info-isearch-search): Remove `condition-case'.
17502         (Info-isearch-wrap): Don't wrap when search failed during leaving
17503         the initial node.  If `Info-isearch-search' is nil, wrap around
17504         the current node.
17505         (Info-isearch-start): New fun.
17506         (Info-mode): Add buffer-local hook `Info-isearch-start' to
17507         `isearch-mode-hook'.
17509 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17511         * simple.el (normal-erase-is-backspace): Set default to t if
17512         running on Mac.
17514         * term/mac-win.el (function-key-map): Sync with x-win.el.
17516 2005-03-15  Kenichi Handa  <handa@m17n.org>
17518         * international/mule-cmds.el (locale-language-names): Modify the
17519         format of elements and add more entries.
17520         (locale-preferred-coding-systems): Add more entries.
17521         (set-locale-environment): Adjust for the change of
17522         locale-language-names.
17524 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17526         * pcvs.el (smerge-ediff): Remove bogus autoload.
17528 2005-03-14  Lute Kamstra  <lute@gnu.org>
17530         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17531         Ignore a `*' at the beginning of a line.
17533         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17534         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17535         subr.el.
17536         (dont-compile, eval-when-compile, eval-and-compile): Use declare
17537         to specify indentation.
17539         * generic.el (define-generic-mode): Let generic-mode-list be a
17540         list of strings; test membership with equal.
17542 2005-03-14  Kim F. Storm  <storm@cua.dk>
17544         * simple.el (next-line, previous-line): Add optional try-vscroll
17545         arg to recognize interactive use.  Pass it on to line-move.
17546         (line-move): Don't perform auto-window-vscroll when defining or
17547         executing keyboard macro to ensure consistent behavior.
17549 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17551         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17553 2005-03-13  Lute Kamstra  <lute@gnu.org>
17555         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17556         debugger-setup-buffer so that backtrace marks the frames set to
17557         debug-on-exit and we don't have to do it manually.  Set an extra
17558         debug-on-exit for macro's.
17559         (debugger-setup-buffer): Don't mark the top frame manually.
17561 2005-03-12  Lute Kamstra  <lute@gnu.org>
17563         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17564         lisp-indent-function throughout.
17565         (with-no-warnings): Set lisp-indent-function property.
17567 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
17569         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17570         Add entry for backslash.
17572 2005-03-12  Juri Linkov  <juri@jurta.org>
17574         * info.el (Info-search): Four fixes for backward search.
17576 2005-03-11  Jay Belanger  <belanger@truman.edu>
17578         * calc/calc.el (calc-language-alist): New variable.
17579         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17580         (calc-embedded-find-modes): Use calc-language-alist instead of
17581         calc-embedded-language-alist.
17583 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17585         * calendar/calendar.el (calendar-redrawing): New internal
17586         variable.
17587         (redraw-calendar): Remove bogus save-excursion from previous
17588         change.  Bind calendar-redrawing to t for mark-diary-entries.
17589         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17590         calendar if that is why we were called.
17592 2005-03-11  Kenichi Handa  <handa@m17n.org>
17594         * international/mule.el (make-coding-system): Set property
17595         coding-system-define-form to nil.
17596         (define-coding-system-alias): Likewise.
17598 2005-03-11  Kenichi Handa  <handa@m17n.org>
17600         These changes are suggested by Dave Love <fx@gnu.org>.
17602         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17603         coding: tag.
17604         (adaptive-fill-regexp): Add more bullets.
17605         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17606         regexps.
17608 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17610         * help.el (describe-mode): Properly handle non-trivial lighters.
17611         Don't ignore minor modes that are not listed in minor-mode-list.
17613         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17614         feature ON when the user requests to turn it OFF.
17616 2005-03-10  Lute Kamstra  <lute@gnu.org>
17618         * emacs-lisp/debug.el (debug-entry-code): Delete it.
17619         (implement-debug-on-entry): New function to replace debug-entry-code.
17620         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
17621         second argument as the 2005-03-07 change makes it obsolete.
17622         (debug-on-entry, cancel-debug-on-entry): Update call to
17623         debug-on-entry-1.
17624         (debug, debugger-setup-buffer): Comment update.
17625         (debugger-frame-number): Update to work with implement-debug-on-entry.
17627 2005-03-10  Jay Belanger  <belanger@truman.edu>
17629         * calc/calc-embed.el (math-ms-args): Declare it.
17630         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17631         math-ms-args.
17632         (calc-embedded-subst): Use math-multi-subst-rec to substitute
17633         variables.
17635 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
17637         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17638         Use message-box.
17640         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17641         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17642         (tooltip-gud-tips): Simplify.
17643         (tooltip-gud-tips-p): Remove superfluous :set.
17644         (tooltip-gud-modes): Add fortran-mode.
17645         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17647         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17649 2005-03-09  Kim F. Storm  <storm@cua.dk>
17651         * play/animate.el (animate-place-char): Use forward-line instead
17652         of next-line to improve performance.
17654 2005-03-09  Simon Josefsson  <jas@extundo.com>
17656         * net/browse-url.el (browse-url-default-browser): Doc fix.
17658 2005-03-09  Miles Bader  <miles@gnu.org>
17660         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17661         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17663 2005-03-09  Kenichi Handa  <handa@m17n.org>
17665         * international/latin-1.el: Set case and syntax for 255 only if
17666         set-case-syntax-set-multibyte is nil.
17668         * textmodes/ispell.el (ispell-insert-word): New function.
17669         (ispell-word): Use ispell-insert-word to insert a new word.
17670         (ispell-process-line): Likewise.
17671         (ispell-complete-word): Likewise.
17673 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
17675         * calendar/calendar.el (redraw-calendar): Preserve point.
17676         Reported by Matt Hodges <MPHodges@member.fsf.org>.
17677         (calendar-week-start-day): Move after definition of
17678         redraw-calendar.  Delete buffer test, since redraw-calendar has
17679         that now.
17681         * calendar/diary-lib.el (mark-diary-entries): Only call
17682         redraw-calendar in the first of any recursive calls.
17683         Reported by Alan Shutko <ats@acm.org>.
17685 2005-03-08  Juri Linkov  <juri@jurta.org>
17687         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17688         (html-horizontal-rule, html-line, html-image, html-checkboxes)
17689         (html-radio-buttons): Add a space before the trailing `/>' where
17690         sgml-xml-mode is non-nil.
17691         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17692         the subsequent tag of the empty XML tag.
17693         (html-href-anchor): Don't set initial input to "http:".
17694         (html-image): Ask for the image URL and set point inside alt="".
17695         (html-name-anchor): Duplicate the name in the `id' attribute when
17696         sgml-xml-mode is non-nil.
17697         (html-paragraph): Remove \n before <p>.
17698         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17699         instead of `checked' when sgml-xml-mode is non-nil.
17701         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17702         Remove 1 space before #RRGGBB to not truncate it on terminal
17703         windows w/o fringes.  Remove 1 space between bg and fg examples
17704         to get more space.
17705         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17706         avoid byte-compile warnings.
17708         * image-file.el (image-file-handler): Put `safe-magic' property to
17709         `image-file-handler'.
17711         * info.el (Info-isearch-search): Emulate word search in
17712         isearching through multiple Info nodes with Info-search.
17713         (Info-isearch-wrap): Allow isearch-word.
17715 2005-03-08  Lute Kamstra  <lute@gnu.org>
17717         * emacs-lisp/debug.el (debugger-step-through): Make sure that
17718         stepping into the debugger's code is not possible.
17719         (debugger-jumping-flag): Docstring update.
17721 2005-03-08  Jay Belanger  <belanger@truman.edu>
17723         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17724         embedded mode begins.
17725         (calc-embedded-language-alist): New variable.
17726         (calc-embedded-find-modes): Use calc-embedded-language-alist to
17727         set default language mode.
17729 2005-03-08  Kenichi Handa  <handa@m17n.org>
17731         * international/ccl.el (define-ccl-program): Fix docstring about
17732         extra 256 bytes assured for the output buffer.
17734         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17735         Fix BUFFER_MAGNIFICATION to 2.
17736         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17738 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
17740         * align.el (align-rules-list): Added an alignment rule for CSS
17741         declarations (applies to css-mode and html-mode buffers).
17743 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17745         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17747 2005-03-07  Kim F. Storm  <storm@cua.dk>
17749         * simple.el (move-beginning-of-line): New command.
17751         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17753         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17755         * emulation/cua-base.el: Put CUA move property on move-end-of-line
17756         and move-beginning-of-line.
17758         * apropos.el (apropos-print): Omit command from M-x ... RET.
17760 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
17762         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
17763         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
17765 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17767         * bindings.el (esc-map): Bind M-g to goto-line.
17769         * facemenu.el (global-map): Bind M-o, not M-g.
17771 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17773         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
17774         "Open Directory" as for "Open File".
17776 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
17778         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
17779         (push-mark-command): Run activate-mark-hook.
17781 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17783         * help-mode.el (help-mode-finish): Don't alter the element
17784         in view-return-to-alist if there already is one.
17786         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17787         make sure the current buffer is the expected one.
17789         * novice.el (disabled-command-function): Output in *Disabled Command*.
17790         Explicitly ignore non-keyboard events, and explicitly handle C-g.
17792         * textmodes/flyspell.el (flyspell-large-region):
17793         Pass args differently for aspell.
17795         * files.el (mode-require-final-newline): Doc fix.
17797 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17799         * progmodes/which-func.el (which-function):
17800         Specify NOERROR when calling imenu--make-index-alist.
17802 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17804         * simple.el (normal-erase-is-backspace): Define default value.
17806         * custom.el (custom-theme-set-variables): Remove unused var
17807         `immediate'.
17808         (custom-reevaluate-setting): Simple function to handle variables
17809         that are defined before their default value can really be
17810         computed.
17812         * startup.el (command-line): Use it for temporary-file-directory,
17813         small-emporary-file-directory, auto-save-file-name-transforms,
17814         blink-cursor-mode, and normal-erase-is-backspace.
17816         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
17817         progress, even with buggy anchored keywords.
17819 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17821         * simple.el (goto-line): Remove unbalanced final parenthesis.
17823 2005-03-05  Richard M. Stallman  <rms@gnu.org>
17825         * simple.el (goto-line): Use a number at point as the default.
17826         With C-u as arg, switch buffers.
17828 2005-03-05  Juri Linkov  <juri@jurta.org>
17830         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
17831         with `no-blinking-cursor'.
17833         * startup.el (no-blinking-cursor): New defvar.
17834         (command-line): Add `--no-blinking-cursor' to longopts.
17835         Set `no-blinking-cursor' to t for command line arguments
17836         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
17837         with `no-blinking-cursor' in the condition for calling
17838         `blink-cursor-mode'.
17840 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
17842         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17843         (menu-bar-options-save): Add blink-cursor-mode.
17844         (menu-bar-options-menu): Add blink-cursor-mode.
17846 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
17848         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17849         (icalendar-export-file, icalendar-export-region)
17850         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17851         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17853 2005-03-04  Lute Kamstra  <lute@gnu.org>
17855         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17856         (debug-function-list): Ditto.
17858 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
17860         * textmodes/texinfmt.el (texinfo-append-refill):
17861         Redefine the types of line to which @refill
17862         is not appended by replacing a search for `@refill\\|@bye' with
17863         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
17864         itemize@refill' bug and the unfilled long lines bug.
17865         (texinfmt-version): Update number and date.
17867 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17869         * international/code-pages.el (windows-1250, windows-125[2-8])
17870         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17872 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17874         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17875         bound yet.
17877 2005-03-02  Romain Francoise  <romain@orebokech.com>
17879         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17880         buffer after removing limits.
17881         (ibuffer-pop-filter): Ditto.
17882         Update copyright.
17884 2005-03-02  Miles Bader  <miles@gnu.org>
17886         * button.el (make-text-button): If the user doesn't specify a
17887         type, use the default.  Rewrite to use `add-text-properties' and
17888         plist functions.
17890 2005-03-01  Lute Kamstra  <lute@gnu.org>
17892         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17893         (debugger-jumping-flag): New var.
17894         (debug-entry-code): Use it.
17895         (debugger-jump): Use debugger-jumping-flag and add
17896         debugger-reenable to post-command-hook.
17897         (debugger-reenable): Use debugger-jumping-flag and remove itself
17898         from post-command-hook.
17899         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17900         debugger-reenable.
17902 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
17904         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17905         inclusion of "itemize\\|", which may be unnecessary, is certainly
17906         inelegant, and stops refilling in itemize lists when formatting
17907         Japanese Texinfo files to Info.
17908         Update copyright to 2005.
17910 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
17912         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17913         of an error if GDB can't find the source file.
17915 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
17917         * calendar/calendar.el (redraw-calendar): Work from any buffer,
17918         not just the calendar.
17920         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17921         first.
17922         (diary-redraw-calendar): New function.
17923         (make-diary-entry): Add diary-redraw-calendar to local
17924         write-contents-functions.  Turn off selective display before
17925         inserting in diary.
17927 2005-03-01  Kim F. Storm  <storm@cua.dk>
17929         * emacs-lisp/copyright.el (copyright-fix-years): New command.
17931 2005-03-01  Lute Kamstra  <lute@gnu.org>
17933         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17934         that debug-entry-code can be safely removed from a function while
17935         this code is being evaluated.  Revert the 2005-02-27 change as the
17936         new implementation no longer requires it.  Make sure that a
17937         function body containing just a string is not mistaken for a docstring.
17938         (debug): Skip one more frame in case of debug on entry.
17939         (debugger-setup-buffer): Delete one more frame line in case of
17940         debug on entry.
17941         (debugger-frame-number): Update to use the new text introduced by
17942         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
17944 2005-02-28  Kim F. Storm  <storm@cua.dk>
17946         * double.el (double-translate-key): Call force-window-update after
17947         read-event to avoid crash in redisplay.
17949 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17951         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17952         (debug): Use it.  Move the inhibit-trace earlier.
17953         (debug-entry-code): New const.
17954         (debug-on-entry-1): Use it.
17956 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
17958         * international/utf-16.el (ccl-encode-mule-utf-16le):
17959         Fix BUFFER_MAGNIFICATION to 2.
17960         (ccl-encode-mule-utf-16be): Likewise.
17962 2005-02-28  Kenichi Handa  <handa@m17n.org>
17964         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17965         Fix BUFFER_MAGNIFICATION to 4.
17966         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17968 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
17970         * speedbar.el (speedbar-update-flag): Doc fix.
17971         (speedbar-show-info-under-mouse): Give set-mouse-position the right
17972         argument.
17974 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17976         * reveal.el (reveal-post-command): Don't try to reveal overlays which
17977         have a non-nil `invisible' property but are actually visible.
17979         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17980         for perldoc sections.
17981         (perl-outline-regexp, perl-outline-level): New var and function.
17982         (perl-mode): Use them.
17984 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
17986         * calendar/diary-lib.el (diary-remind): Discard any mark portion
17987         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17989 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
17991         * cus-edit.el: Comment change.
17992         (custom-buffer-create-internal): Slightly reword text at top of
17993         Custom buffers.  Mention there that saving an option edits the
17994         init file.  Add link to Emacs manual node on `custom-file'.
17995         (custom-magic-alist): Rewrite individual State messages to use
17996         capitalized keywords.  Doc fix.
17998 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
18000         * calendar/calendar.el (calendar-buffer): Move above
18001         calendar-week-start-day.
18002         (calendar-week-start-day): Doc fix.  Add :set function.
18003         (calendar-minimum-window-height): New variable.
18004         (generate-calendar-window): Only resize window if selected-window
18005         is displaying the calendar buffer.  Use new variable
18006         calendar-minimum-window-height.
18007         (generate-calendar): Reword error message.
18008         (calendar-mode-map): Bind DEL to scroll-other-window-down.
18010 2005-02-27  Andreas Schwab  <schwab@suse.de>
18012         * vc.el (vc-do-command): Don't run command asynchronously when
18013         operating in a remote directory.
18015         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
18016         change from sync with Tramp 2.0.47.
18018 2005-02-27  Richard M. Stallman  <rms@gnu.org>
18020         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
18022         * textmodes/flyspell.el (flyspell-mode-on):
18023         Call ispell-change-dictionary only if necessary.
18025         * emacs-lisp/re-builder.el (regexp-builder): New function.
18027         * register.el (describe-register-1): Explicitly handle
18028         yank-excluded-properties = t.
18030         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
18031         (custom-magic-alist): Change the status descriptions again.
18032         (face widget-type): Total rewrite based on `restricted-sexp'
18033         to eliminate the confusing double hiding levels.
18035         * emacs-lisp/debug.el (debug-on-entry-1):
18036         If function body is empty, add nil as body form.
18038 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18040         * emacs-lisp/trace.el (inhibit-trace): New var.
18041         (trace-make-advice): Use it.
18043         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
18045 2005-02-26  Kim F. Storm  <storm@cua.dk>
18047         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
18048         (mouse-on-link-p, mouse-drag-region-1): Use it.
18050 2005-02-25  Lute Kamstra  <lute@gnu.org>
18052         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
18054 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
18056         * frame.el (blink-cursor-mode): Add :group keyword.
18058 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
18060         * calendar/icalendar.el (icalendar--decode-isodatetime):
18061         New optional argument DAY-SHIFT.
18062         (icalendar-export-region): Fix coding-system-for-write.
18063         (icalendar--convert-ical-to-diary): Shift end-day of all-day
18064         events by one.
18066 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18068         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
18070 2005-02-24  Kim F. Storm  <storm@cua.dk>
18072         * international/iso-acc.el (iso-accents-compose): Fix crash
18073         during redisplay.  Call force-window-update after read-event
18074         and delete-region to signal that window is not accurate.
18076 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18078         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
18079         Remove unused and inexistent var `inhibit-trace'.
18080         (debugger-mode): Use run-mode-hooks.
18081         (debugger-list-functions): Add buttons; setup xref stack.
18083 2005-02-23  Richard M. Stallman  <rms@gnu.org>
18085         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
18086         appointment says it was explicitly made.
18087         (appt-add): Set the 3rd element.
18088         (appt-make-list): Preserve explicit appointments.
18090         * subr.el (find-tag-default): Catch errors in forward-sexp.
18092 2005-02-23  Juri Linkov  <juri@jurta.org>
18094         * info.el (Info-isearch-search): New defcustom.
18095         (Info-isearch-search): Call the default isearch function
18096         when Info-isearch-search is nil.
18097         (Info-isearch-wrap): Use variable Info-isearch-search.
18099 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
18101         * cus-edit.el: Comment change.
18103 2005-02-22  Kim F. Storm  <storm@cua.dk>
18105         * progmodes/hideif.el (hide-ifdef-use-define-alist):
18106         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
18108 2005-02-22  Simon Josefsson  <jas@extundo.com>
18110         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
18111         New variable.
18112         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
18113         Oskarsson" <myrkraverk@users.sourceforget.net>.
18115 2005-02-22  Kim F. Storm  <storm@cua.dk>
18117         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
18118         check that window of that event is the selected window.
18119         (mouse-drag-region-1): Compare mouse event window to selected
18120         window before setting point.
18122         * tooltip.el (tooltip-show-help-function): Pass event to
18123         mouse-on-link-p so it can check selected window.
18125 2005-02-22  Kenichi Handa  <handa@m17n.org>
18127         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
18128         (ps-mule-show-warning): New function.
18129         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
18130         characters are found.
18132         * ps-print.el (ps-header-footer-string): Return a list of header
18133         and footer strings.
18135 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18137         * pcvs.el (cvs-retrieve-revision): Fix thinko.
18139 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18141         * frame.el (blink-cursor-mode): Use define-minor-mode.
18143         * term/mac-win.el (function-key-map): Use char-names more consistently.
18144         (file-name-coding-system): Only set it for MacOS-9.  The other case is
18145         already handled in mule-cmds.el (where it also works when mac-win.el
18146         is not used).
18148 2005-02-21  Kenichi Handa  <handa@m17n.org>
18150         * international/mule.el (ctext-pre-write-conversion): Always use
18151         " *code-converting-work*" buffer for work.
18153         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
18155 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
18157         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
18159 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
18161         * ses.el (undo-more): Restore defadvice, but only the part that
18162         allows changes outside the restricted area of the buffer.
18164 2005-02-20  Kim F. Storm  <storm@cua.dk>
18166         * simple.el (line-move): Add fourth optional arg try-vscroll which
18167         must be set to perform auto-window-vscroll.
18168         When moving backwards and doing auto-window-vscroll, automatically
18169         vscroll to the last part of lines which are taller than the window.
18170         (next-line, previous-line): Set try-vscroll arg on line-move.
18172 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
18174         * replace.el (query-replace, query-replace-regexp)
18175         (replace-string, replace-regexp): When operating on region, make
18176         the minibuffer prompt say so.
18178         * isearch.el (isearch-forward): Document isearch-query-replace and
18179         isearch-query-replace-regexp keybindings.
18181 2005-02-19  Jay Belanger  <belanger@truman.edu>
18183         * calc/calc-aent.el (math-read-token): Add local variable.
18185         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
18186         (calc-edit-top): Move declaration to earlier in file.
18187         (calc-edit-macro-repeats): Add local variables.
18189         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
18190         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
18191         calcFunc-tanh.
18192         Adjust integration rule for calcFunc-tan.
18194 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18196         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
18197         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
18198         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
18199         (viper-skip-separators): Bug fix.
18200         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
18201         particular major mode.
18202         (viper-del-backward-char-in-replace): Don't put deleted char on the
18203         kill ring.
18205         * viper-ex.el (viper-color-display-p): New function.
18206         (viper-has-face-support-p): Use viper-color-display-p.
18208         * viper-keym.el (viper-gnus-modifier-map): New keymap.
18210         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
18212         * viper-util.el (viper-glob-unix-files): Fix shell status check.
18213         (viper-file-remote-p): Make equivalent to file-remote-p.
18215         * viper.el (viper-major-mode-modifier-list):
18216         Use viper-gnus-modifier-map.
18218 2005-02-19  David Kastrup  <dak@gnu.org>
18220         * subr.el (subregexp-context-p): Fix garbled doc string by adding
18221         quoting.
18223 2005-02-19  Jay Belanger  <belanger@truman.edu>
18225         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
18226         Remove extra definitions.
18227         (calc-coth): New function.
18228         (calcFunc-cot): Fix `let'.
18230 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
18232         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
18233         the reasons we use "type pc" in these faces.
18235         * button.el (button): Ditto.
18237 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
18239         * replace.el (query-replace-read-from): Set the value of
18240         query-replace-from-history-variable to handle the case of an empty
18241         string entered to accept the suggested default.
18243         * net/tramp.el (tramp-file-name-for-operation):
18244         Use dired-call-process instead of dired-call-process-command.
18246 2005-02-19  Jay Belanger  <belanger@truman.edu>
18248         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
18249         (math-div-non-trig): New variables.
18250         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
18251         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
18252         (math-combine-prod, math-div-symb-fancy): Add simplifications for
18253         trig expressions.
18255 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
18257         * progmodes/gdb-ui.el (gdb-var-update-handler)
18258         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
18259         for watch expressions,
18260         (gdb-var-create-handler): Don't set speedbar-update-flag.
18261         (gdb-post-prompt): Simplify test for speedbar.
18263 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18265         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
18266         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
18267         we use the syntax table of the correct buffer.
18268         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
18269         Felix Gatzemeier.
18271         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
18272         (ediff-file-remote-p): Make synonymous with file-remote-p.
18273         In all deffaces ediff-*-face-*, use min-colors.
18275         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
18276         ediff-recurse-to-subdirectories.
18277         (ediff-mark-if-equal): Check that the arguments are strings, use
18278         ediff-same-contents (after to Felix Gatzemeier).
18280         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
18281         nil.
18283 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18285         * log-view.el (log-view-message-re): Fix up Subversion regexp.
18287 2005-02-18  David Kastrup  <dak@gnu.org>
18289         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
18290         use `mark-active' when defined.
18292 2005-02-18  Kenichi Handa  <handa@m17n.org>
18294         * ps-print.el (ps-font-info-database): New entry
18295         ZapfChancery-MediumItalic with correct font name.  Fix font name
18296         of the entry Zapf-Chancery-MediumItalic.
18298 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
18300         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
18302 2005-02-16  Kim F. Storm  <storm@cua.dk>
18304         * ido.el (ido-fallback-command): Pass user input to fallback command.
18306 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
18308         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18309         (gdb-find-file-hook): Add server prefix.
18311 2005-02-16  Richard M. Stallman  <rms@gnu.org>
18313         * replace.el (perform-replace): Pass new args to replace-highlight.
18314         (replace-highlight): Take region args,
18315         and pass them to isearch-lazy-highlight-new-loop.
18317         * novice.el (disabled-command-hook): Autoload the defalias
18318         and the make-obsolete-variable call.
18320         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
18322         * isearch.el (isearch-lazy-highlight-start-limit)
18323         (isearch-lazy-highlight-end-limit): New variables limit
18324         the region for highlighting.
18325         (isearch-lazy-highlight-new-loop): New args BEG and END.
18326         (isearch-lazy-highlight-search): Use the new vars.
18327         (isearch-lazy-highlight-update): Likewise.
18329         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
18331         * cus-start.el (all): Use default-boundp.
18333 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
18335         * menu-bar.el (menu-bar-select-frame): Handle current frame.
18337 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
18339         * autorevert.el (auto-revert-stop-on-user-input)
18340         (auto-revert-verbose): Doc fixes.
18342 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
18344         * international/mule-cmds.el (set-locale-environment): Remove call
18345         to set-selection-coding-system on Windows.
18347 2005-02-15  Jay Belanger  <belanger@truman.edu>
18349         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
18350         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
18351         calcFunc-coth.
18352         (math-simplify-sqrt): Add simplifications.
18354         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
18355         to list.
18357         * calc/calc-ext.el: Add functions to autoloads.
18359         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
18360         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
18361         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
18362         (math-csc-raw, math-cot-raw): New functions.
18364         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
18366         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
18367         the variable name in a message.
18369         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
18370         calcFunc-csc, calcFunc-cot.
18372         * calc/calcalg2.el: Add derivative and integration rules for
18373         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
18374         calcFunc-csch, calcFunc-coth.
18375         (math-do-integral-methods): Add to checks for when to use
18376         substitutions.
18378         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
18380 2005-02-15  Lute Kamstra  <lute@gnu.org>
18382         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18383         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
18384         <monnier@iro.umontreal.ca>
18385         (lisp-outline-level): Improve efficiency.  Suggested by David
18386         Kastrup <dak@gnu.org>.
18388 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
18390         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
18391         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
18392         (gdb-set-gud-minor-mode-existing-buffers): New functions.
18393         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
18394         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
18396 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
18398         * cus-start.el (all): Comment change.
18400 2005-02-14  Lute Kamstra  <lute@gnu.org>
18402         * cus-start.el (all): Check if symbol is void.
18404 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
18406         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
18407         optional argument to \cite.
18409 2005-02-14  Richard M. Stallman  <rms@gnu.org>
18411         * cus-edit.el (custom-buffer-create-internal): Update help message.
18412         (custom-magic-alist): Update help messages.
18414         * cus-start.el (all): Allow a var to specify a standard value.
18416 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
18418         * custom.el (custom-theme-set-variables): Handle variable aliases.
18420         * frame.el (blink-cursor-timer): Doc fix.
18421         (blink-cursor): Make it an alias for `blink-cursor-mode' and
18422         declare obsolete.
18423         (blink-cursor-mode): Define with defcustom and use correct
18424         standard expression in that defcustom.
18425         * startup.el (command-line): Adapt to above changes in frame.el.
18427 2005-02-11  Lute Kamstra  <lute@gnu.org>
18429         * apropos.el (apropos-score-doc): Prevent division by zero.
18431 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
18433         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
18434         (icalendar--get-event-property-attributes)
18435         (icalendar--get-event-properties)
18436         (icalendar--datetime-to-diary-date): New functions.
18437         (icalendar--split-value): Doc fix.
18438         (icalendar--datetime-to-noneuropean-date)
18439         (icalendar--datetime-to-european-date): New optional argument
18440         SEPARATOR.  Return result as a string instead of a list.
18441         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
18442         (icalendar--convert-string-for-export): Rename arg S to STRING.
18443         (icalendar-export-region): Doc fix.  Change name of error buffer.
18444         Save output buffer.
18445         (icalendar-import-file): Add blank at end of prompt.
18446         (icalendar-import-buffer): Doc fix.  Do not switch to error
18447         buffer.  Indicate status in return value.
18448         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
18449         buffer.  Save output buffer.  Handle exception from recurrence
18450         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
18451         events.  Fix problems with weekly all-day events.
18453 2005-02-10  Richard M. Stallman  <rms@gnu.org>
18455         * simple.el (eval-expression-print-format):
18456         Avoid warning about edebug-active.
18458         * help.el (help-for-help-internal): Rename from help-for-help.
18459         (help-for-help): Define with defalias.
18461         * font-core.el (font-lock-default-function): Use with-no-warnings.
18463         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
18465         * custom.el (defface): Doc fix.
18467 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
18469         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
18470         width 0" to prevent word wrapping problems.
18472 2005-02-09  Kim F. Storm  <storm@cua.dk>
18474         * ido.el (ido-file-extensions-order): New defcustom.
18475         (ido-file-extension-lessp, ido-file-extension-aux)
18476         (ido-file-extension-order): New advanced file ordering.
18477         (ido-file-lessp): New simple file ordering.
18478         (ido-sort-list): Remove.
18479         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
18480         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
18482 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
18484         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
18485         that some versions of grep produce.
18486         (grep-mode-font-lock-keywords): Likewise.
18488 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
18490         * progmodes/gdb-ui.el (gdb-location-list): New variable.
18491         (gdb-cdir): Delete.
18492         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18493         (gdb-source-info): Treat case when source file is in another
18494         directory properly.
18495         (gdb-get-location): New function.
18497 2005-02-07  Jay Belanger  <belanger@truman.edu>
18499         * calc/calc-prog.el (calc-write-parse-table-part)
18500         (calc-fix-token-name): Fix a check for language type.
18502         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18504 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
18506         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18507         as directory not writable.
18509 2005-02-07  Kim F. Storm  <storm@cua.dk>
18511         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18512         (cua--standard-movement-commands): Remove list.
18513         Instead, set CUA property value to move for movement commands.
18514         (cua-movement-commands): Remove.  Users must set CUA prop instead.
18515         (cua--pre-command-handler): Check CUA property.
18516         (cua--init-keymaps): Don't remap undo commands.
18517         (cua-mode): Don't call cua--rectangle-on-off.
18519         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18520         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18521         (cua--rect-undo-set-point): New var.
18522         (cua--rectangle-undo-boundary): Setup undo apply entry.
18523         (cua--rect-undo-handler): New function for rectangle undo.
18524         (cua--rect-start-position, cua--rect-end-position): Add.
18525         (cua--rectangle-post-command): Call cua--rectangle-set-corners
18526         for restored rectangle.  Set point if cua--rect-undo-set-point.
18528 2005-02-06  Jay Belanger  <belanger@truman.edu>
18530         * calc/calc-lang.el (calc-tex-language): Display more information
18531         in messages.
18533         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18534         in TeX mode.
18536 2005-02-06  Richard M. Stallman  <rms@gnu.org>
18538         * emacs-lisp/lisp.el (buffer-end): Doc fix.
18540 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
18542         * net/ldap.el (ldap-search-internal): Support attributes with
18543         optional descriptions separated by a semi-colon, as in
18544         "userCertificate;binary".
18546 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18548         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18549         isn't a cons (i.e. the version is 0).
18551 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
18553         * help.el (help-for-help): Doc fix.
18555 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
18557         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
18558         GDB-Windows on the menu-bar as this works better.
18560 2005-02-04  Jay Belanger  <belanger@truman.edu>
18562         * calc/calc-embed.el (calc-embedded-update): Don't put in
18563         unnecessary newlines.  Adjust the end of formula marker.
18565         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18566         (math-latex-parse-two-args): New function.
18568 2005-02-03  Lute Kamstra  <lute@gnu.org>
18570         * help-fns.el (help-with-tutorial): Make sure that users cannot
18571         remove the entire text of the tutorial by means of `undo'.
18573 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18575         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18576         in recent changes, where the ispell process was repeatedly
18577         killed & restarted.
18579         * international/mule-cmds.el (set-locale-environment): Set file-name
18580         coding system to utf-8 on Darwin systems.
18581         (set-default-coding-systems): Don't set default-file-name-coding-system
18582         on Darwin systems.
18584 2005-02-03  Richard M. Stallman  <rms@gnu.org>
18586         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18588 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
18590         * faces.el (list-faces-display): Add optional argument.
18592 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18594         * font-core.el (font-lock-default-function): Handle the rare case where
18595         only font-lock-keywords is set.
18597 2005-02-02  Kenichi Handa  <handa@m17n.org>
18599         * international/characters.el: Cancel previous change for
18600         I-WITH-DOT-ABOVE and DOTLESS-i.
18602         * international/latin-5.el: Cancel previous change.
18604 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18606         * progmodes/gud.el: Correction to syntax in gud-menu-map.
18608 2005-02-02  Kenichi Handa  <handa@m17n.org>
18610         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18611         DOTLESS-i.
18613         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18614         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18616         * case-table.el (get-upcase-table): New function.
18617         (copy-case-table): Copy upcaes table too if non-nil.
18618         (set-case-syntax-delims): Maintain upcase table too.
18619         (set-case-syntax-pair): Likewise.
18620         (set-upcase-syntax, set-downcase-syntax): New functions.
18621         (set-case-syntax): Maintain upcase table too.
18623 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18625         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18627         * progmodes/gud.el (gud-goto-info): New function.
18628         (gud-tool-bar-map): Use correct icon.
18630 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18632         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18633         When delegating, order args in the funcall correctly.
18635 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18637         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18639 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
18641         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18642         buffer not visiting a file.
18644 2005-01-31  Jay Belanger  <belanger@truman.edu>
18646         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18647         bound on the line with the formula.
18649 2005-01-31  Kim F. Storm  <storm@cua.dk>
18651         * ses.el (ses-create-cell-variable-range)
18652         (ses-destroy-cell-variable-range, ses-reset-header-string)
18653         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18654         (ses-insert-row): Fix format of apply undo entries.
18656 2005-01-31  Jay Belanger  <belanger@truman.edu>
18658         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18659         parts.
18661         * calc/calc-embed.el (calc-embedded-open-formula)
18662         (calc-embedded-close-formula): Ignore matrix environments.
18664         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18665         TeX mode.
18667         * calc/calc-lang.el (math-function-table, math-oper-table)
18668         (math-variable-table): Adjust the LaTeX portions.
18670         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18671         (math-latex-ignore-words): New constant.
18673 2005-01-31  Richard M. Stallman  <rms@gnu.org>
18675         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18676         (ispell-local-dictionary): Doc fix.
18677         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18678         Don't reinitialize at run time.  Don't defcustom.
18679         All uses changed to append ispell-local-dictionary-alist,
18680         or check it first.
18681         (ispell-current-dictionary): New variable for dictionary in use.
18682         (ispell-dictionary): Now used only for global default.
18683         (ispell-start-process): Set ispell-current-dictionary,
18684         not ispell-dictionary.
18685         (ispell-change-dictionary): Use this only for setting
18686         user preferences.
18687         (ispell-internal-change-dictionary): New function
18688         to change the current dictionary in use.
18689         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18690         Use ispell-current-dictionary.
18691         Handle ispell-local-dictionary-overridden.
18692         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18694 2005-01-31  Jay Belanger  <belanger@truman.edu>
18696         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18698         * calc/calc-ext.el: Add calc-latex-language to autoloads.
18699         (calc-mode-map): Add calc-latex-language.
18701         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18702         (math-latex-print-frac): New functions.
18703         (math-oper-table, math-function-table, math-variable-table)
18704         (math-complex-format, math-input-filter): Add latex properties.
18705         (calc-set-language): Set math-expr-special-function-mapping.
18707         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18708         (calc-write-parse-table-part): Add LaTeX support.
18710         * calc/calc.el (calc-language): Adjust docstring.
18711         (calc-set-mode-line): Add LaTeX support.
18712         (math-expr-special-function-mapping): New variable.
18713         (math-tex-ignore-words): Add to list.
18715         * calc/calccomp.el (math-compose-expr, math-compose-rows):
18716         Add LaTeX support.
18717         (math-compose-expr): Add support for special functions.
18719         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18721 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
18723         * progmodes/gdb-ui.el (gdb-memory-address)
18724         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18725         (gdb-memory-mode-map, gdb-memory-format-keymap)
18726         (gdb-memory-format-menu, gdb-memory-unit-keymap)
18727         (gdb-memory-unit-menu): New variables for a buffer
18728         that lets the user examine program memory.
18729         (gdb-memory-set-address, gdb-memory-set-repeat-count)
18730         (gdb-memory-format-binary, gdb-memory-format-octal)
18731         (gdb-memory-format-unsigned, gdb-memory-format-signed)
18732         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18733         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18734         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18735         (gdb-memory-unit-byte, gdb-memory-unit-menu)
18736         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18737         (gdb-memory-mode, gdb-memory-buffer-name)
18738         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18739         New functions for above buffer.
18741 2005-01-30  Richard M. Stallman  <rms@gnu.org>
18743         * cus-edit.el (custom-bury-buffer): Function deleted.
18744         (custom-buffer-done-function): Option deleted.
18745         (custom-buffer-done-kill): New replacement option.
18746         (Custom-buffer-done): Call quit-window.
18747         (custom-buffer-create-internal): Update for above changes.
18749 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
18751         * simple.el (undo-ask-before-discard): New var.
18752         (undo-outer-limit-truncate): Implement it.
18753         (undo-extra-outer-limit): Doc update.
18755 2005-01-29  Richard M. Stallman  <rms@gnu.org>
18757         * ses.el (undo-more): Delete defadvice.
18758         (ses-begin-change): Doc fix.
18760         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
18761         instead of rebinding C-x u and C-_.
18763         * files.el (normal-backup-enable-predicate): Return nil for files
18764         in /tmp, regardless of temporary-file-directory.
18766         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
18768         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
18769         (open-rectangle, delete-whitespace-rectangle-line)
18770         (clear-rectangle-line): If FILL, pass t instead of FILL
18771         for move-to-column's 2nd arg.
18773         * simple.el (undo): Fix the test for continuing a series of undos.
18774         (undo-more): Set pending-undo-list to t when we reach end.
18775         (pending-undo-list): Move up defvar.
18777         * wid-edit.el (widget-button-click):
18778         Shorten the range of the track-mouse binding.
18780         * comint.el (comint-insert-input): Undo previous changes;
18781         use last-input-event in interactive spec.
18783 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
18785         * progmodes/compile.el (compilation-start): Bind buffer-read-only
18786         to nil before invoking call-process.  Reset buffer's modified flag
18787         after fontifying it in the no-async branch.
18789         * wid-edit.el (widget-specify-button): If mouse pointer shape
18790         cannot be changed, use mouse face instead.
18792 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
18794         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18795         (gdb-goto-breakpoint): Make breakpoint handling work on template
18796         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
18797         (gdb-assembler-custom): Update to recognize breakpoint information
18798         added on 2005-01-19.
18800 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18802         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
18803         (dsssl-mode): Use define-derived-mode.
18804         (scheme-mode-initialize): Remove.
18805         (scheme-mode): Use run-mode-hooks.
18807         * cus-edit.el (customize-group-other-window)
18808         (custom-buffer-create-other-window): Don't override special-display-*.
18809         (custom-mode-map): Make it dense.
18811         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
18812         sets the default value.
18814 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
18816         * descr-text.el: Add more keywords.
18818 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18820         * speedbar.el: Avoid unnecessary use of locate-library.
18822         * international/mule-cmds.el (standard-display-european-internal):
18823         Don't fiddle with latin-1 non-break space any more since it's now
18824         special cased in the C code.
18825         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
18827 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
18829         * cus-start.el (all): Add `undo-outer-limit'.
18831 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18833         * textmodes/bibtex.el (bibtex-format-entry):
18834         Use `bibtex-empty-field-re' only on the text of fields, not on entire
18835         field lines.
18836         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18837         not on part of a buffer.
18839 2005-01-25  Lute Kamstra  <lute@gnu.org>
18841         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18842         nonempty field text strings like "{letters\\macro{}more letters}".
18843         Clarify docstring.
18844         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18845         (bibtex-entry-offset, bibtex-parse-association)
18846         (bibtex-parse-field-name): Fix typos in docstrings.
18847         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18849 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
18851         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18852         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18853         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18854         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18856         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18857         isearch minor mode.
18859 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18861         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18863 2005-01-24  Lute Kamstra  <lute@gnu.org>
18865         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18866         CASECHARS and NOT-CASECHARS regular expressions of the
18867         "nederlands" and "nederlands8" dictionaries to prevent a "Range
18868         striding over charsets" error.
18870 2005-01-24  Jay Belanger  <belanger@truman.edu>
18872         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18873         display variable name.
18875 2005-01-24  Kenichi Handa  <handa@m17n.org>
18877         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18878         Fix setting of the element of encoded-kbd-iso2022-invocations.
18880 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
18882         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18883         (gdb-threads-select): Change to also accept mouse events.
18884         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18885         (gdb-threads-mouse-select): Delete.
18887 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
18889         * files.el (insert-directory): Take care of empty directory,
18890         listed without -a switch.
18892 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18894         * textmodes/refill.el (refill-post-command-function):
18895         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18896         to the list of functions that we should be careful not to undo.
18897         (refill-late-fill-paragraph-function): Remove.
18898         (refill-saved-state): New var.
18899         (refill-mode): Use it to save fill-paragraph-function.
18900         Save also the value of auto-fill-function.
18902         * term/w32-win.el: Simplify code.
18904 2005-01-23  Kim F. Storm  <storm@cua.dk>
18906         * simple.el (line-move): Adapt to new return value from
18907         pos-visible-in-window-p.
18909         * simple.el (line-move): Fix last change.  Check partial
18910         visibility at point rather than at window-start.
18912 2005-01-22  Jason Rumney  <jasonr@gnu.org>
18914         * term/w32-win.el (xw-defined-colors): Remove debug-message.
18916 2005-01-22  David Kastrup  <dak@gnu.org>
18918         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18920 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
18922         * type-break.el (type-break-mode): Add a test for
18923         type-break-file-name being non-nil.
18925 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
18927         * net/eudc.el (top level): Call (message "") via progn, so that
18928         eudc-options-file is loaded.
18930 2005-01-22  Kim F. Storm  <storm@cua.dk>
18932         * simple.el (line-move-1): Rename from line-move.
18933         (line-move): New function that adjusts vscroll for partially
18934         visible rows, and calls line-move-1 otherwise.
18936 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
18938         * pcomplete.el: Define pcomplete-read-event instead of read-event,
18939         since it's not a complete read-event implementation
18941 2005-01-20  Jay Belanger  <belanger@truman.edu>
18943         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18944         for called function.
18946 2005-01-20  Steven Tamm  <steventamm@mac.com>
18948         * term/mac-win.el (process-connection-type): Remove.
18949         Controlled now by s/darwin.h:PTY_ITERATION.
18951 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18953         * window.el (handle-select-window): Don't switch window when we're
18954         in the minibuffer.
18956 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
18958         * subr.el (dotimes-with-progress-reporter): New macro.
18960         * ses.el (ses-dotimes-msg): Remove macro.
18961         Use `dotimes-with-progress-reporter' instead.
18963 2005-01-19  Steven Tamm  <steventamm@mac.com>
18965         * term/mac-win.el (process-connection-type): Use new
18966         operating-system-release variable to use ptys on Darwin 7 (OS X
18967         10.3) when using carbon build.
18969 2005-01-19  Jay Belanger  <belanger@truman.edu>
18971         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18972         flags if the last command was a tab or M-tab.
18974         * calc/calc-prog.el (calc-user-define-edit): Put original formula
18975         in formula editing buffer.
18977 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18979         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18980         breakpoint image symbol in margin.
18982 2005-01-19  Jay Belanger  <belanger@truman.edu>
18984         * calc/calc-prog.el (calc-execute-kbd-macro):
18985         Ignore calc-keep-arg-flag.
18987 2005-01-19  Kenichi Handa  <handa@m17n.org>
18989         * textmodes/ispell.el (ispell-looking-at): New function.
18990         (ispell-process-line): Use ispell-looking-at to compare the ispell
18991         output and the buffer contents.
18993 2005-01-18  Jay Belanger  <belanger@truman.edu>
18995         * calc/calc.el (calc-display-raw): Fix docstring.
18997 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18999         * simple.el (blink-matching-open): Strip extra info from syntax.
19001         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
19002         funny chars in the end-of-here-doc marker.
19004 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
19006         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
19007         that enable/disabled state of breakpoints is shown correctly in
19008         fringe and on ttys.
19009         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
19010         Add breakpoint information as text properties.
19011         (gdb-mouse-toggle-breakpoint):
19012         Rename to gdb-mouse-set-clear-breakpoint.
19013         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
19014         breakpoints in the margin.
19015         (gdb-remove-strings): Simplify.
19017 2005-01-17  Jay Belanger  <belanger@truman.edu>
19019         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
19020         erasing buffer.
19022 2005-01-17  Richard M. Stallman  <rms@gnu.org>
19024         * progmodes/grep.el (grep-find): Copy from `grep' the condition
19025         for calling grep-compute-defaults.
19027         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
19028         if buffer is empty.
19030         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
19032 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19034         * hilit-chg.el (highlight-changes-mode): Don't autoload.
19036         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
19037         non-preloaded variables.
19039 2005-01-17  Steven Tamm  <steventamm@mac.com>
19041         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
19042         tex-shell cause to force interactivity when using pipes.
19044 2005-01-17  Kim F. Storm  <storm@cua.dk>
19046         * simple.el (just-one-space): Make arg optional.
19048 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
19050         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
19051         posn-at-x-y to t to access left-margin.
19053 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
19055         Sync with Tramp 2.0.47.
19057         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
19058         catching keep-date problems in cp/scp operations.
19059         (tramp-handle-copy-file): Don't call `set-file-modes'
19060         unconditionally.  Specialized functions should know better what is
19061         necessary.  This improves performance a little bit, and the
19062         functions could catch errors with `cp -p' and `scp -p'.
19063         (tramp-do-copy-or-rename-file-via-buffer)
19064         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
19065         when appropriate.
19066         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
19067         Call `set-file-modes' when appropriate.
19068         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
19069         Johnsson <isak@hypergene.com>
19070         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
19071         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
19072         <joakim@verona.se>
19073         (tramp-file-name-for-operation): Mark `shell-command' as magic for
19074         Emacs only.
19076         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
19077         `find-file-hooks' and `dired-mode-hook'.
19078         (tramp-minor-mode-map): Respective map.  Add remapping for
19079         `compile' and `recompile'.
19080         (tramp-remap-command, tramp-recompile): New defuns.
19081         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
19082         in buffer "*Compilation*".  Call the commands asynchronously.
19084         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
19085         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
19086         `shell-command', because it isn't magic in XEmacs.  Reported by
19087         Adrian Aichner <adrian@xemacs.org>.
19089         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
19090         `substitute-in-file-name.
19091         (tramp-smb-handle-substitute-in-file-name): New defun.
19092         (tramp-smb-advice-PC-do-completion): Delete advice.
19094 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
19096         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
19097         Fix error in deleting region.
19099 2005-01-15  Richard M. Stallman  <rms@gnu.org>
19101         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
19102         In non-temp buffer, switch syntax table temporarily.
19104         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
19106         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
19108         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
19110         * imenu.el (imenu--split-menu): Copy menulist before sorting.
19111         (imenu--generic-function): Use START, not BEG, as pos of definition.
19113         * simple.el (just-one-space): Argument specifies number of spaces.
19115         * simple.el (eval-expression-print-format): Avoid warning
19116         about edebug-active.
19118 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
19120         * progmodes/sh-script.el: Code copied from make-mode.el
19121         with small changes,
19122         (sh-mode-map): Bind C-c C-\.
19123         (sh-backslash-column, sh-backslash-align): New variables.
19124         (sh-backslash-region, sh-append-backslash): New functions.
19126 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19128         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
19129         (rmail-pop-password, rmail-pop-password-required): Move to
19130         rmail-obsolete group.
19131         (rmail-set-pop-password): Rename to rmail-set-remote-password.
19132         All callers updated.
19133         (rmail-get-pop-password): Rename to rmail-get-remote-password.
19134         Take an argument specifying whether it is POP or IMAP mailbox we
19135         are using.  All callers updated.
19136         (rmail-pop-password-error): Rename to
19137         rmail-remote-password-error.  Added mailutils-specific error message.
19138         (rmail-movemail-search-path)
19139         (rmail-movemail-variant-in-use): New variables.
19140         (rmail-remote-password, rmail-remote-password-required):
19141         New customization variables.
19142         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
19143         (rmail-parse-url): New function.
19144         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
19145         with GNU mailutils movemail.
19147 2005-01-15  Kevin Ryde  <user42@zip.com.au>
19149         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
19150         suffix to space, $ or '$, to correctly position point when going
19151         to @table style constants like DBL_MAX.
19153 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
19155         * type-break.el (type-break-mode, type-break-file-time)
19156         (type-break-file-keystroke-count, type-break-choose-file):
19157         Don't store data in or load data from the file if type-break-file-name
19158         is nil.
19159         (type-break-file-name): Doc update as per the above.
19161 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
19163         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
19164         lookup-key might return nil; handle that.
19166 2005-01-15  Alan Mackenzie  <acm@muc.de>
19168         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
19169         rather than the element found, thus enabling the tree to be setcar'd.
19171 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19173         * textmodes/org.el (org-show-following-heading): New option.
19174         (org-show-hierarchy-above): Use `org-show-following-heading'.
19175         (org-cycle): Documentation fix.
19177         * textmodes/org.el (orgtbl-optimized): New option
19178         (orgtbl-mode): New command, a minor mode.
19179         (orgtbl-mode-map): New variable.
19180         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
19181         (orgtbl-error, orgtbl-self-insert-command)
19182         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
19184         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
19185         a local variable in each org-mode buffer.
19187         * textmodes/org.el (org-set-regexps-and-options): Rename from
19188         `org-set-regexps'.  Added checking for STARTUP keyword.
19189         (org-get-current-options): Add STARTUP options.
19190         (org-table-insert-row): Make mode intelligent about when
19191         realignment is needed.
19192         (org-self-insert-command, org-delete-backward-char, org-delete-char):
19193         New commands.
19194         (org-enable-table-editor): New default value `optimized'.
19195         (org-table-blank-field): Support blanking regions if active.
19197 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19199         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
19200         if the year is not given.
19202         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
19203         Add new escapes %m and %M, fixed bug with %F by adding
19204         save-match-data.
19205         (reftex-reference): Remove ?. from list of spaces.
19206         (reftex-label-info): Add automatic label prefix recognition.
19208         * textmodes/reftex-index.el (reftex-index-next-phrase):
19209         Add slave parameter to call of `reftex-index-this-phrase'.
19210         (reftex-index-this-phrase): New optional argument.
19211         (reftex-index-region-phrases): Add slave parameter to call of
19212         `reftex-index-this-phrase'.
19213         (reftex-display-index): New argument redo.
19214         (reftex-index-rescan): Add `redo' to arguments of
19215         `reftex-display-index'.
19216         (reftex-index-Rescan, reftex-index-revert)
19217         (reftex-index-switch-index-tag): Add `redo' to arguments of
19218         `reftex-display-index'.
19219         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
19220         indexing.  Fix bug with matching is there is a quote before or
19221         after the word.
19223         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
19224         Fix bug when collecting citation keys in lines with comments.
19225         (reftex-citation): Prefix argument no longer rescans the document,
19226         but forces prompting for optional arguments of cite macros.
19227         (reftex-do-citation): Prompting for optional arguments implemented.
19229         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19230         Add optional arguments to most cite commands.
19231         (reftex-cite-cleanup-optional-args): New option
19232         (reftex-cite-prompt-optional-args): New option.
19233         (reftex-trust-label-prefix): New option.
19235         * textmodes/reftex-toc.el (reftex-toc-find-section):
19236         Add push-mark before changing the position in the buffer.
19238         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
19239         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
19241 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
19243         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
19244         more carefully.
19246 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19248         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
19249         (sgml-mode): Use it.
19250         (sgml-get-context): Better keep track of implicitly closed tags.
19252 2005-01-13  Kenichi Handa  <handa@m17n.org>
19254         * textmodes/ispell.el: These changes are to fix misalignment error
19255         caused by equivalent characters of different Emacs charsets.
19256         (ispell-unified-chars-table): New variable.
19257         (ispell-get-decoded-string): New function.
19258         (ispell-get-casechars, ispell-get-not-casechars)
19259         (ispell-get-otherchars): Call ispell-get-decoded-string.
19261 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
19263         * custom.el (custom-declare-variable): Just put symbol instead
19264         of (defvar . symbol) in `current-load-list'.
19266 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19268         * emacs-lisp/elint.el: Fixed typo in Commentary section.
19270 2005-01-12  Jay Belanger  <belanger@truman.edu>
19272         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
19273         to create a Calc summary.
19275 2005-01-12  Kim F. Storm  <storm@cua.dk>
19277         * mouse.el (mouse-on-link-p): Change functionality and doc
19278         string to comply with latest description in lisp ref.
19280 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
19282         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
19283         Enable mouse clicks on mode-line, header-line and margin.
19284         (event-type): Give mouse event symbols an `event-kind' property
19285         with value `mouse-click'.
19287 2005-01-12  Juri Linkov  <juri@jurta.org>
19289         * facemenu.el (list-colors-display): Add new arg buffer-name.
19290         Use it.  Fix docstring.  Replace code for identifying duplicate
19291         colors by the name with call to `list-colors-duplicates' which
19292         identifies duplicate colors by the value unless the color
19293         is one of special Windows colors.  Set truncate-lines to t.
19294         Print sorted duplicate color names on each line.  Indent to 22
19295         \(the longest color name in rgb.txt) instead of 20.  Optimize.
19296         (list-colors-duplicates): New function.
19297         (facemenu-color-name-equal): Delete function.
19299         * facemenu.el (list-colors-print): New function created from code
19300         in list-colors-display.  Print #RRGGBB at the window right edge.
19301         (list-colors-display): When temp-buffer-show-function is not
19302         defined, call list-colors-print from temp-buffer-show-hook
19303         to get the right value of window-width in list-colors-print
19304         after the buffer is displayed.
19306         * simple.el (pop-mark): Move deactivate-mark out of conditional
19307         part to deactivate the active mark regardless of the state of the
19308         mark ring.
19310         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
19311         variables line in desktop files.
19313 2005-01-12  Juri Linkov  <juri@jurta.org>
19315         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
19316         Bring together isearch highlight related options.
19317         (lazy-highlight): Replace group `replace' by `matching'.
19318         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19319         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19320         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
19321         and declare them obsolete.
19322         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
19323         (isearch-faces): Remove defgroup.
19324         (isearch-overlay, isearch-highlight, isearch-dehighlight):
19325         Move isearch highlighting code closer to lazy highlighting code.
19327         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
19328         (query-replace-highlight, query-replace-lazy-highlight)
19329         (query-replace): Move definitions to the beginning of the file.
19331 2005-01-11  Juri Linkov  <juri@jurta.org>
19333         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
19334         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
19335         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
19337         * info.el (Info-history-forward): New variable.
19338         (Info-select-node): Reset Info-history-forward to nil.
19339         (Info-last): Turn into defalias.
19340         (Info-history-back): Rename from Info-last.
19341         Add current node to Info-history-forward.
19342         (Info-history-forward): New fun.
19343         (Info-mode-map): Replace Info-last by Info-history-back.
19344         Bind Info-history-forward to "r".
19345         (Info-mode-menu): Replace Info-last by Info-history-back.
19346         Fix menu item text.  Add menu item for Info-history-forward.
19347         (info-tool-bar-map): Replace Info-last by Info-history-back.
19348         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
19349         for Info-history-forward.
19350         (Info-mode): Replace Info-last by Info-history-back in docstring.
19351         Add local variable Info-history-forward.
19352         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
19354 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19356         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
19357         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
19358         Ignore select-window events rather than fiddle with
19359         mouse-autoselect-window.
19361 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
19363         * type-break.el (type-break-mode): Fix previous change.
19365 2005-01-10  Jay Belanger  <belanger@truman.edu>
19367         * calc/calc-ext.el (calc-reset): Reset when inside embedded
19368         calculator; only reset when point is inside a calculator.
19369         Don't adjust the window height if the window takes up the whole height
19370         of the frame.
19372 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19374         * ebuff-menu.el (Electric-buffer-menu-mode):
19375         Preserve value of buffer-local var header-line-format.
19377 2005-01-09  Jay Belanger  <belanger@truman.edu>
19379         * calc/calc.el (calc-mode-var-list-restore-saved-values):
19380         Make sure settings file exists before accessing it.
19382         * calc/calc-embed.el (calc-embedded-subst):
19383         Replace math-multi-subst-rec, which is only supposed to be called
19384         by math-multi-subst, by math-multi-subst.
19386 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
19388         * vc.el (vc-allow-async-revert): New user option.
19389         (vc-disable-async-diff): New internal variable.
19390         (vc-revert-buffer): Use them to disable asynchronous diff.
19392         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
19393         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
19394         asynchronously if vc-disable-async-diff is t.
19396 2005-01-09  Jay Belanger  <belanger@truman.edu>
19398         * calc/calc.el (defcalcmodevar): New macro.
19399         (calc-mode-var-list-restore-default-values)
19400         (calc-mode-var-list-restore-saved-values): New functions.
19401         (calc-mode-var-list): Use defcalcmodevar to define it.
19402         (calc-always-load-extensions, calc-line-numbering)
19403         (calc-line-breaking, calc-display-just, calc-display-origin)
19404         (calc-number-radix, calc-leading-zeros, calc-group-digits)
19405         (calc-group-char, calc-point-char, calc-frac-format)
19406         (calc-prefer-frac, calc-hms-format, calc-date-format)
19407         (calc-float-format, calc-full-float-format, calc-complex-format)
19408         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
19409         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
19410         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
19411         (calc-matrix-brackets, calc-language, calc-language-option)
19412         (calc-left-label, calc-right-label, calc-word-size)
19413         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
19414         (calc-display-raw, calc-internal-prec, calc-angle-mode)
19415         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
19416         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
19417         (calc-window-height, calc-display-trail, calc-show-selections)
19418         (calc-use-selections, calc-assoc-selections)
19419         (calc-display-working-message, calc-auto-why, calc-timing)
19420         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
19421         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
19422         (calc-gnuplot-default-device, calc-gnuplot-default-output)
19423         (calc-gnuplot-print-device, calc-gnuplot-print-output)
19424         (calc-gnuplot-geometry, calc-graph-default-resolution)
19425         (calc-graph-default-resolution-3d, calc-invocation-macro)
19426         (calc-show-banner): Use defcalcmodevar to declare them and set
19427         their default values.
19429         * calc/calc-ext.el (calc-reset): Restore saved values of variables
19430         instead of default values (but restore default values if there is
19431         an argument of 0).
19433 2005-01-09  David Kastrup  <dak@gnu.org>
19435         * desktop.el (desktop-restore-eager): Fix typo in type.
19437 2005-01-08  Richard M. Stallman  <rms@gnu.org>
19439         * cus-edit.el (customize): Delete :link.
19441 2005-01-08  Jay Belanger  <belanger@truman.edu>
19443         * calc/calc.el (calc-mode): Remove the extension from the
19444         `calc-settings-file' file name when loading it.
19446 2005-01-08  Kim F. Storm  <storm@cua.dk>
19448         * info.el (Info-mode-map, Info-next-link-keymap)
19449         (Info-prev-link-keymap, Info-up-link-keymap):
19450         Map follow-link to mouse-face.
19451         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
19453 2005-01-08  Jay Belanger  <belanger@truman.edu>
19455         * calc/calc.el (calc-settings-file): Change default value.
19456         Suggested by cgw in a comment in calc-mode.el.
19458         * calc/calc-mode.el (calc-settings-file-name):
19459         Compare calc-settings-file to user-init-file instead of ~/.emacs.
19460         Replace ~/.emacs in a prompt by calc-settings-file.
19462 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
19464         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
19465         (desktop-lazy-idle-delay): New customizable variables.
19466         (desktop-buffer-args-list): New variable.
19467         (desktop-append-buffer-args): New function.
19468         (desktop-save): Call desktop-append-buffer-args for some buffers.
19469         (desktop-lazy-create-buffer): New function.
19470         (desktop-idle-create-buffers): New function.
19471         (desktop-read): Add message about buffers to restore lazily.
19472         (desktop-lazy-abort): New command.
19473         (desktop-clear): Call desktop-lazy-abort.
19474         (desktop-lazy-complete): New command.
19476 2005-01-06  Richard M. Stallman  <rms@gnu.org>
19478         * emacs-lisp/find-func.el (find-face-definition):
19479         Rename from find-face.
19481 2005-01-06  Kim F. Storm  <storm@cua.dk>
19483         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
19485         * man.el (Man-xref-man-page, Man-xref-header-file)
19486         (Man-xref-normal-file): Add follow-link property.
19488 2005-01-06  Jay Belanger  <belanger@truman.edu>
19490         * calc/calc-units.el: Make sure the proper macro definitions are
19491         available when compiling.
19493 2005-01-06  Juri Linkov  <juri@jurta.org>
19495         * isearch.el (isearch-lazy-highlight-update):
19496         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19498 2005-01-06  Miles Bader  <miles@gnu.org>
19500         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19501         (isearch-lazy-highlight-face): Use new name.
19503 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19505         * uniquify.el (uniquify-rationalize-file-buffer-names):
19506         Re-add an interactive spec.
19507         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19508         to the same name.
19510         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19511         (isearch-update, isearch-done): Adjust calls accordingly.
19513 2005-01-05  Richard M. Stallman  <rms@gnu.org>
19515         * custom.el (custom-set-variables, custom-theme-set-variables):
19516         Clarify documentation.
19518         * emacs-lisp/find-func.el (find-variable)
19519         (find-variable-other-window, find-variable-other-frame):
19520         Fix the TYPE args to find-function-read and find-function-do-it.
19521         (find-function): Doc fix.
19522         (find-function-at-point): Replace function-at-point alias.
19524 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19526         * cus-face.el (custom-declare-face):
19527         Record defface in current-load-list.
19529         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19531         * emacs-lisp/find-func.el: Doc fixes.
19532         (find-face-regexp): New variable.
19533         (find-function-regexp-alist): New variable.
19534         (find-function-C-source): Third arg is now TYPE.
19535         (find-function-search-for-symbol): Handle general TYPE.
19536         (find-function-read, find-function-do-it): Handle general TYPE.
19537         (find-definition-noselect, find-face): New functions.
19538         (function-at-point): Alias deleted.
19540 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19542         * battery.el (display-battery-mode): Rename from display-battery.
19543         Handle the case where it gets turned off.
19545 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19547         * cus-edit.el (customize): Make :link point to user doc.
19549         * man.el (Man-fontify-manpage): Turn off undo generation.
19551         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19553 2005-01-04  Andreas Schwab  <schwab@suse.de>
19555         * files.el (insert-directory): Only look for error lines in
19556         inserted text.  Don't move too far after processing --dired markers.
19558 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19560         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19561         Don't expand if the character is @, period, dash, etc.
19562         (define-mail-abbrev): Quote names that contain problem characters.
19564 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
19566         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19568 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19570         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19571         (query-replace-highlight, query-replace-lazy-highlight)
19572         (query-replace): Definitions moved up.  Doc fix.
19574 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19576         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19577         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19578         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19579         (lazy-highlight-face): Rename from isearch-lazy-...
19580         Change all references to them.
19582 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19584         * cus-edit.el (custom-file): Doc fix for defcustom.
19585         (custom-file): The function no longer sets the variable
19586         `custom-file' to its return value.
19588         * startup.el (command-line): No longer load `custom-file'.
19590 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19592         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19594         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19595         Don't confuse module-prefixed identifiers for labels.
19596         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19598 2005-01-02  Richard M. Stallman  <rms@gnu.org>
19600         * files.el (basic-save-buffer-1): Fix previous change.
19602         * loadhist.el (file-loadhist-lookup): New function.
19603         (file-provides, file-requires): Use it.
19605         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19606         instead of calculating the right size.
19608 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19610         * vc-svn.el (vc-svn-diff): Stay local if possible.
19612 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19614         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19616         * files.el (hack-local-variables): Fix last change.
19618 2005-01-02  Jay Belanger  <belanger@truman.edu>
19620         * calc/calc-yank.el (calc-edit-top): New variable.
19621         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19622         object.  Change header properties.
19623         (calc-edit-finish, calc-edit-finish-stack-object)
19624         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19625         edited object.
19626         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19627         for the beginning of the edited object.
19628         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19629         for the beginning of the edited object.
19630         * calc/calc-prog.el (calc-edit-macro-finish-edit)
19631         (calc-finish-formula-edit, calc-macro-repeats)
19632         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19633         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19634         beginning of the edited object.
19635         (calc-user-define-edit): Change the header for editing macros.
19636         Remove unnecessary variable.
19638 2005-01-01  Jay Belanger  <belanger@truman.edu>
19640         * calc/calc-yank.el (calc-edit-mode): Change default header.
19641         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19642         * calc/calc-store.el (calc-edit-variable): Change title to match new
19643         header.
19644         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19645         mode to match new header.
19646         (calc-user-define-edit): Change titles to include names of commands.
19647         (calc-finish-formula-edit): Adjust to handle new header.
19648         (calc-finish-macro-edit): Remove.
19649         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19650         (calc-edit-macro-command, calc-edit-macro-command-type)
19651         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19652         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19653         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19654         (calc-edit-macro-finish-edit): New functions.
19655         (calc-user-define-edit): Use new functions to edit named calc macros.
19657 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
19659         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19661         * ses.el (copy-region-as-kill): Deactivate mark.
19663 2005-01-01  Richard M. Stallman  <rms@gnu.org>
19665         * replace.el (occur-1): If the output buffer is also an input,
19666         don't kill it, rename it.
19668         * faces.el (set-face-background, set-face-foreground): Doc fix.
19670         * cus-face.el (custom-face-attributes): Fix :help-echo strings
19671         for :foreground and :background.
19673         * dired.el (dired-view-command-alist): Variable deleted.
19674         (dired-view-file, dired-mouse-find-file-other-window):
19675         Delete the code to use it.
19677 2005-01-01  Kim F. Storm  <storm@cua.dk>
19679         * image.el (insert-sliced-image): Use t for line-height property.
19681 See ChangeLog.11 for earlier changes.
19683 ;; Local Variables:
19684 ;; coding: iso-2022-7bit
19685 ;; End:
19687     Copyright (C) 2005 Free Software Foundation, Inc.
19688   Copying and distribution of this file, with or without modification,
19689   are permitted provided the copyright notice and this notice are preserved.
19691 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1