Revision: emacs@sv.gnu.org/emacs--devo--0--patch-27
[emacs.git] / lisp / ChangeLog
blob59a22b88fc74721625102e46af3c90bad825c9ae
1 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
3         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4         (org-quote-string, org-calendar-to-agenda-key)
5         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6         (org-show-following-heading, org-tags-column)
7         (org-use-tag-inheritance, org, org-allow-space-in-links)
8         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
9         (org-enable-table-editor, org-calc-default-modes)
10         (org-table-allow-automatic-line-recalculation)
11         (org-export-html-style, org-export-with-fixed-width)
12         (org-export-with-sub-superscripts, org-special-keyword)
13         (org-formula, org-time-grid, org-table-may-need-update)
14         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15         (org-goto-quit, org-get-indentation, org-end-of-item)
16         (org-move-item-down, org-move-item-up)
17         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
18         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
19         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
20         (org-agenda-log-mode, org-agenda-toggle-diary)
21         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
22         (org-agenda-file-to-end, org-agenda-no-heading-message)
23         (org-agenda-get-closed, org-format-agenda-item)
24         (org-cmp-priority, org-cmp-category, org-cmp-time)
25         (org-agenda-change-all-lines, org-agenda-diary-entry)
26         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
27         (org-link-search, org-camel-to-words, org-open-file)
28         (org-remember-handler, org-table-convert-region)
29         (org-table-move-row-down, org-table-move-row-up)
30         (org-table-copy-region, org-table-wrap-region)
31         (org-table-toggle-vline-visibility)
32         (org-table-get-vertical-vector, org-table-modify-formulas)
33         (org-table-get-specials, org-recalc-commands)
34         (org-table-rotate-recalc-marks, org-table-eval-formula)
35         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
36         (org-level-color-stars-only, org-insert-heading):
37         Fix typos in docstrings.
38         (last-arg): Add defvar.
40         * makefile.w32-in (WINS): Add erc.
41         (MH_E_SRC): Update (copied from lisp/Makefile.in).
43 2006-01-29  Bill Wohler  <wohler@newt.com>
45         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
46         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
47         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
48         (mh-autoloads): Don't use comments on otherwise empty lines.
50 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
52         * emulation/viper.el (viper-major-mode-modifier-list): Add
53         insert-state and vi-state entries for erc-mode.
54         (viper-go-away, viper-set-hooks): Add and remove
55         viper-comint-mode-hook from erc-mode-hook as appropriate.
57         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
59 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
61         * bs.el (bs--format-aux): Implement `middle' alignment as
62         described in the docstring for `bs-attributes-list'.
63         (bs--get-name): Simplify.  Don't pad the buffer name.
65 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
67         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
68         English aspell dictionary is installed, use the first entry of
69         ispell-dictionary-alist-1.
71 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
73         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
74         Doc fix.
76 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
78         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
79         for `process-file', in order to let it work for older Emacsen too.
81 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
83         * international/latexenc.el: Add a suitable `coding:' tag.
84         (latexenc-find-file-coding-system): Undo last change.
86 2006-01-27  Arne J\e,bx\e(Brgensen  <arne@arnested.dk>
88         * international/latexenc.el (latexenc-find-file-coding-system):
89         Make sure latexenc-main-file is a regular file and is readable.
91 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
93         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
94         Pass FILE to vc-user-login-name.
96         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
98 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
100         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
101         there are no more images to display.
102         (thumbs-mark, thumbs-unmark): Revert change so that they move to
103         the next image.
105 2006-01-26  Richard M. Stallman  <rms@gnu.org>
107         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
109         * wid-edit.el (advertised-widget-backward): New alias.
110         (widget-keymap): Use advertised-widget-backward for S-TAB.
112         * tumme.el: Correct the keywords.
113         (tumme-dir-max-size): Use defvar.
114         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
116         * simple.el (move-beginning-of-line): Take account of fields.
117         (clone-indirect-buffer-other-window): Take args like
118         clone-indirect-buffer, and work like it.
120         * help-fns.el (describe-function): Don't pass `nil' as default.
122         * files.el (risky-local-variable-p): Follow var aliases.
124         * subr.el (lazy-completion-table): Doc fix.
126         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
127         global binding of `line'.
129 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
131         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
132         Tramp.
134         * vc.el (vc-default-dired-state-info): Pass FILE to
135         vc-user-login-name.
136         (vc-default-update-changelog): Don't use vc-user-login-name, we
137         don't need it here.
139         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
140         no longer necessary.
142 2006-01-25  Kenichi Handa  <handa@m17n.org>
144         * international/mule.el (decode-char): Avoid the overhead of
145         calling utf-lookup-subst-table-for-decode if
146         utf-translate-cjk-mode is nil.
147         (encode-char): Avoid the overhead of calling
148         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
149         nil.
151 2006-01-22  Kenichi Handa  <handa@m17n.org>
153         * international/mule.el (make-subsidiary-coding-system): Reset
154         `coding-system-define-form' property of subsidiaries to nil.
155         Avoid duplicated entry in coding-system-alist.
156         (make-coding-system): Avoid duplicated entry in
157         coding-system-alist.
158         (define-coding-system-alias): Likewise.
160 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
162         * completion.el: Minor fixes in introductory comment.
163         (completion-def-wrapper): Fix alist.
165 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
167         * thumbs.el (thumbs-new-image-size): New function.
168         (thumbs-increment-image-size-element)
169         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
170         (thumbs-decrement-image-size): Delete.
171         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
172         temp files and use to resize.
173         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
174         Use increment argument to enlarge/shrink.  Preserve point.
175         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
176         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
177         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
178         (thumbs-mark, thumbs-unmark): Preserve point.
179         (thumbs-modify-image): Keep old temp files and use to modify.
180         Cleanup old temp files at load time.  Preserve point.
181         (thumbs-view-image-mode-map): Use new command names.
183 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * log-view.el (log-view-minor-wrap): First rev is the one at point.
187         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
188         the nastiest part of the cyclic dependency.
189         (cal-menu-update): Use dotimes and calendar-increment-month.
191         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
192         (calendar-week-start-day): Add an :initializer.
193         (calendar-mode-map): Use suppress-keymap, and command remapping.
194         (describe-calendar-mode): Setup xref-stack info for the back button.
195         (calendar-star-date): Insert before delete.
196         (calendar-set-mode-line): Add file-modified info if applicable.
197         (calendar-increment-month): New function.
199 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
201         * font-lock.el (lisp-font-lock-keywords-2):
202         Recognize "& keywords" only at word boundaries.
204 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
206         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
207         and permanent-local.
208         (thumbs-max-image-number): New variable.
209         (thumbs-do-thumbs-insertion): Use them.
210         (thumbs-per-line): Change default to 4.
211         (thumbs-marked-list): Rename from thumbs-markedL.
212         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
213         (thumbs-rename-images): Use -list instead of L for internal variables.
214         (thumbs-call-convert): Use call-process instead of shell-command.
215         (thumbs-insert-thumb): Add filename as help-echo to each image.
216         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
217         Give dir to thumbs-show-thumbs-list.
218         (thumbs-show-thumbs-list): Set default-directory to that of images.
219         (thumbs-dired-show): Rename from thumbs-dired-show-all.
220         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
221         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
222         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
224 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * ses.el (ses-read-cell): Provide a default value.
228 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
230         * term/w32-win.el (image-library-alist): Add additional names for
231         GIF library.
233 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
235         * international/latexenc.el (latexenc-find-file-coding-system):
236         Add file-regular-p check.
238 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * simple.el (clone-buffer): Don't show the new buffer in the same
241         window.
243 2006-01-23  Juri Linkov  <juri@jurta.org>
245         * faces.el (link, link-visited): New faces based on default values
246         of `info-xref' and `info-xref-visited'.
248         * info.el (info-xref): Inherit from `link'.
249         (info-xref-visited): Inherit from `link-visited'.
251         * cus-edit.el (custom-buffer-create-internal): Use widget type
252         `custom-manual' instead of `info-link' and don't set properties
253         `button-face' and `mouse-face' explicitly.
254         (custom-browse-group-tag, custom-browse-variable-tag)
255         (custom-browse-face-tag): Inherit from widget class
256         `custom-group-link' instead of `push-button'.
257         (custom-button-unraised): Inherit from `underline' face.
258         (custom-link): Inherit from `link' face.  Fix doc and group.
259         (custom-add-parent-links, custom-group-value-create): Don't set
260         properties `button-face' and `mouse-face' explicitly for
261         `custom-group-link' widget.
262         (custom-group-link): Add properties `button-face' and `mouse-face'
263         to widget definition.
264         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
265         editable-field's :keymap property.
266         (custom-mode): Fix docstring: substitute keybindings for
267         `widget-forward' and `widget-backward' from `widget-keymap',
268         `widget-complete' from `custom-field-keymap', replace old
269         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
271         * desktop.el (desktop-load-file): Check for `fboundp' before
272         calling `symbol-function'.
274         * simple.el (clone-buffer, clone-indirect-buffer)
275         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
276         `read-string'.  Fix prompts.
278         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
280 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
282         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
284 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
286         * startup.el (inhibit-splash-screen, initial-scratch-message):
287         Doc fixes.
289 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
291         Sync with Tramp 2.0.52.
293         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
294         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
295         `tramp-unload-tramp' for checklist.
297         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
298         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
299         (tramp-unload-file-name-handler-alist)
300         (tramp-unload-tramp): New defuns.
301         (tramp-advice-PC-expand-many-files): New defadvice.
302         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
303         removed.
304         (tramp-handle-expand-file-name): Remove double slash.
305         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
306         It doesn't matter, because it will be converted later on.
307         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
308         implementation was just heuristic.
309         (tramp-post-connection): Set uid and gid properties.
310         (tramp-convert-file-attributes): Set file's gid change bit.
311         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
312         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
313         in case of su(do)? methods.  The home directory of the local user
314         will be taken else.
315         (tramp-open-connection-telnet)
316         (tramp-open-connection-rsh, tramp-open-connection-su)
317         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
318         local shell prompt could hurt.  Reported by Romain Francoise
319         <romain@orebokech.com>.
320         (tramp-let-maybe): Add `edebug-form-spec' property.
321         (tramp-handle-expand-file-name): Bind `default-directory' locally
322         to "/" in order to avoid problems with UNC shares or Cygwin
323         mounts.
324         (tramp-md5-function): Fix typo in error message.
326         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
328         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
329         for byte-compiler pacification.
331 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
333         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
334         ID-FORMAT `string'.  This allows us to get rid of
335         `vc-user-login-name UID'.
337         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
339 2006-01-22  John Paul Wallington  <jpw@pobox.com>
341         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
343 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
345         * emacs-lisp/find-func.el (find-definition-noselect)
346         (find-variable-noselect): Search variables in C source code too.
347         (find-function-C-source, find-function-noselect, find-function)
348         (find-function-other-frame, find-variable-noselect, find-variable)
349         (find-variable-other-frame, find-variable-at-point):
350         Fix docstrings.
352 2006-01-21  Francesco Potorti`  <pot@gnu.org>
354         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
356 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
358         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
359         Default to disabling the "Save affix" question.
361 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
363         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
364         the first arg to run-python.
366 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
368         * startup.el (command-line-1): Handle --no-desktop if desktop.el
369         is not loaded.
371 2006-01-20  Jay Belanger  <belanger@truman.edu>
373         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
374         limit is 0.
376         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
377         the correct variable.
379 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
381         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
382         link.  Fixed buggy argument sequence in call to `org-view-tags'.
383         (org-compile-prefix-format): Set `org-prefix-has-tag'.
384         (org-prefix-has-tag): New variable.
385         (org-format-agenda-item): Remove tags from headline if
386         appropriate.
387         (org-agenda-remove-tags-when-in-prefix): New option.
388         (org-get-tags-at): New function.
390 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
392         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
393         (thumbs-find-image): Move image name and number from buffer name
394         to mode name.  Set thumbs-buffer.  Preserve point so that large
395         images remain visible.
396         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
397         order.
398         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
399         mode name.
400         (thumbs-next-image, thumbs-previous-image): Make them work.
402 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
404         * cus-edit.el (custom-buffer-create-internal): State in the text above
405         the whole buffer buttons that they do not operate on hidden items.
406         (custom-face-menu): Use `custom-face-save' instead of
407         `custom-face-save-command'.
408         (custom-face-save-command): Make it an alias for `custom-face-save'
409         and declare it obsolete.
410         (custom-face-save): Doc fix.
412         * dired.el (dired-no-confirm): Add quote.
413         (dired-subdir-alist-pre-R): Add quote in
414         `make-variable-buffer-local' form and remove unbalanced parenthesis.
416 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * textmodes/table.el (table-mode-indicator): Typo in last change.
420 2006-01-19  Richard M. Stallman  <rms@gnu.org>
422         * outline.el (hide-leaves): Don't call outline-end-of-heading.
423         Fixes bug reported in Nov 2005.
425         * isearch.el (isearch-forward): Doc fix.
427         * dired.el (dired-move-to-filename-regexp): Define as alias.
428         (dired-no-confirm): Use defcustom.
429         (dired-subdir-alist-pre-R): Put defvar at top level.
431         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
433         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
434         Mark as risky.
436         * simple.el (set-mark-command): Doc fix.
437         (clone-indirect-buffer-other-window):
438         Read arg like clone-indirect-buffer.
439         (move-beginning-of-line): Skip invisible newlines.
441 2006-01-19  Masatake YAMATO  <jet@gyve.org>
443         * progmodes/cpp.el (cpp-edit-load): Make the order of
444         listed conditions in a base C code buffer and its associate
445         CPP Edit buffer the same.
447 2006-01-19  Kenichi Handa  <handa@m17n.org>
449         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
450         (rmail-mime-feature): Likewise.
451         (rmail-require-mime-maybe): Use display-warning to show a warning
452         message.
454         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
455         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
457 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
459         * array.el: Move defvars out of eval-when-compile.
460         (array-make-template): Replace undeclared global var with a local one.
461         (array-mode): Inline initialization functions.
462         (array-init-local-variables, array-init-max-row)
463         (array-init-max-column, array-init-columns-per-line)
464         (array-init-field-width, array-init-rows-numbered)
465         (array-init-line-length, array-init-lines-per-row): Remove.
467         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
468         (doc-mode-map): Define explicitly.
469         (doctor-txtype): Use mapc.
471         * textmodes/table.el: Move defvars out of eval-when-compile.
472         Remove harmful code meant to avoid byte-compiler warnings.
473         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
474         specification that checks table-fixed-width-mode directly.
475         (table-recognize-region, table-recognize-cell):
476         Use restore-buffer-modified-p.
477         (table-fixed-width-mode): Remove code that refreshes
478         table-fixed-mode-indicator.
479         (*table--cell-describe-bindings, *table--cell-describe-mode):
480         Avoid obsolete name print-help-return-message.
481         (table--test-cell-list): Don't use replace-regexp from elisp.
482         (table--point-entered-cell-function, table--point-left-cell-function):
483         Don't set table-fixed-mode-indicator, use force-mode-line-update.
485         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
486         that was after the end of file.  Use buffer-file-name variable.
487         (org-timestamp-change): Use with-current-buffer.
488         (org-todo-list): Don't unnecessarily define a new buffer-local var.
489         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
490         `file'.
492         * progmodes/fortran.el: Move defvars out of eval-when-compile.
493         (fortran-break-line): Remove unused var `opoint'.
494         (fortran-abbrev-start): Obey help-event-list.
496 2006-01-18  Jesper Harder  <harder@phys.au.dk>
498         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
500 2006-01-18  Masatake YAMATO  <jet@gyve.org>
502         * progmodes/make-mode.el (makefile-imake-mode): New mode
503         derived from makefile-mode.
504         (makefile-imake-mode-syntax-table): New syntax table
505         derived from makefile-mode-syntax-table.
506         (makefile-mode): Write about makefile-imake-mode in doc string.
507         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
508         (makefile-imake-font-lock-keywords): New font lock keywords.
510         * files.el (auto-mode-alist): Add Imakefile.
512 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
514         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
515         loading the file rather than when turning on flyspell-mode.
517 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
519         * cus-edit.el (customize-rogue): Minor doc fix.
521 2006-01-17  Juri Linkov  <juri@jurta.org>
523         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
524         instead of the file at the mark as default if the file at the mark
525         is the same as the file at point or if dired-dwim-target-directory
526         is not the same as the current directory and the mark is not active.
528         * log-view.el (log-view-minor-wrap): Use the same logic to get
529         revisions as `log-view-diff'.
531         * info.el (Info-revert-find-node): Check for Info-current-file
532         before preserving new-history.
534         * man.el (Man-heading-regexp): Add `/'.
536         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
537         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
539 2006-01-16  Juri Linkov  <juri@jurta.org>
541         * faces.el (mode-line-faces): New defgroup.
542         (mode-line-highlight): Move definition after new defgroup.
543         (mode-line, mode-line-inactive, mode-line-highlight):
544         Replace :group `modeline' with `mode-line-faces'.
545         (mode-line-buffer-id): New face.
546         (modeline-buffer-id): New face alias.
547         (vertical-border): Remove :group `modeline'.
549         * bindings.el (propertized-buffer-identification): Use face
550         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
551         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
552         (mode-line-buffer-identification-keymap): For mouse-1 replace
553         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
554         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
555         mouse-3.
557         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
558         Buffer-menu-buffer.  Doc fix.
559         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
560         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
561         `Buffer-menu-buffer'.
563         * info.el (Info-mode-line-node-keymap): New defvar.
564         (Info-set-mode-line): Use `stringp' to check Info-current-file.
565         Propertize Info-current-node with `mode-line-buffer-id' and
566         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
568         * time.el (display-time-mail-face): Replace :group `faces' with
569         `mode-line-faces'.
571 2006-01-16  Kenichi Handa  <handa@m17n.org>
573         * international/code-pages.el: Add autoload cookies for cp125[0345678].
575         * language/european.el (cp1252): New alias for windows-1252.
577         * international/mule.el (autoload-coding-system): Prepare for EOL
578         variants.
580 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
582         * term.el (term-raw-map): Add mapping for insert.
583         (term-send-insert): New.
584         (term-mode): Make variables local here instead of doing it in
585         `term-emulate-terminal'.
586         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
587         Scroll reverse needs to take into account the scroll region.
588         Saving and restoring the cursor should save the color attributes too.
589         (term-reset-terminal): Reset the scroll region.
590         (term-handle-ansi-escape): Cursor up and down should take into
591         account the scroll region.
592         (term-set-scroll-region): Rename from `term-scroll-region'.
593         Move to 0,0 after setting the region.
594         (term-handle-scroll): Handle scroll up.
595         (term-down): Fix off by one error.
596         (term-delete-lines): Do not delete outside the scroll region.
597         (term-insert-lines): Take into account the scroll region.
599 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
601         * textmodes/ispell.el (ispell-internal-change-dictionary)
602         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
603         (start, end): Move declaration outside of eval-when-compile.
605         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
606         (flyspell-mode-on): Use it.
608         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
609         ispell-kill-ispell-hook.
611 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
613         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
614         (Custom-reset-saved): Do not ask for confirmation in single option
615         buffers.
617 2006-01-13  Richard M. Stallman  <rms@gnu.org>
619         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
621 2006-01-13  Romain Francoise  <romain@orebokech.com>
623         * add-log.el (add-change-log-entry, change-log-merge):
624         Conditionally use `hard-newline'.
626 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
628         * wid-edit.el (widget-field-end): If the overlay is no longer
629         associated with a buffer, behave as if the overlay didn't exist.
631         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
632         Make sure the links use the `custom-link' face.
634 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
636         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
637         (ld-script-mode): Don't set indent-line-function since we don't
638         have one.
640 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
642         * textmodes/org.el (org-open-file): Use mailcap for selecting an
643         application.
644         (org-file-apps-defaults-gnu): Use mailcap as the default for
645         selecting an application on a UNIX system.
646         (org-agenda-show-tags): New command.
647         (org-table-insert-hline): Keep cursor in current table line.
648         (org-table-convert): Offset effect of modifying
649         `org-table-insert-hline'.
650         (org-format-agenda-item): New optional argument TAG.
651         (org-compile-prefix-format): Handle %T format for the tag.
652         (org-expand-wide-chars): New function.
653         (org-table-insert-row, org-table-insert-hline):
654         Use `org-expand-wide-chars'.
655         (org-open-file): Fix bug in program launch.
656         (org-get-time-of-day): Fix bug with times before 1am.
657         (org-agenda-menu): Add tags commands.
659 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
661         * textmodes/ispell.el (ispell-init-process): Include the used
662         dictionary in ispell process start message.
663         (ispell-internal-change-dictionary): When flyspell-mode is active
664         and dictionary is changed, make sure ispell process is restarted
665         and flyspell word cache cleared out for the current buffer.
666         (ispell-change-dictionary): Make sure flyspell word cache is
667         cleared out in all buffers with active flyspell mode when
668         dictionary is globally changed.
669         Call ispell-internal-change-dictionary after dictionary change.
671 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
673         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
675         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
676         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
677         years.  Fix small differences wrt Makefile.in.
678         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
679         Makefile.in does.
681 2006-01-12  Bill Wohler  <wohler@newt.com>
683         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
684         mh-search.el.
686 2006-01-12  Masatake YAMATO  <jet@gyve.org>
688         * progmodes/ld-script.el: Update copyright year.
690 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
692         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
693         Don't add widget if setting undefined.
695 2006-01-12  John Paul Wallington  <jpw@pobox.com>
697         * help-fns.el (describe-variable): Remove newlines from void
698         variable output.
700 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
702         * wdired.el (wdired-mode-map): Add help echo for
703         wdired-abort-changes.
705         * man.el (Man-file-name-regexp): Adjust for a list of files.
707 2006-01-12  Masatake YAMATO  <jet@gyve.org>
709         * progmodes/ld-script.el (auto-mode-alist): Support
710         suffix conventions used in netbsd and eCos.
712 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
714         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
715         (custom-variable-menu, custom-face-menu, custom-group-menu)
716         (Custom-mode-menu): Change names of menu items.  (As discussed on
717         emacs-devel.)
718         (custom-face-menu): Add "Undo Edits" item.
720         * startup.el (init-file-user): defcustom -> defvar.
722         * tooltip.el (tooltip-mode): Doc fix.
724 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * reveal.el (reveal-post-command): window-buffer signals an error on
727         dead windows rather than returning nil.
728         (reveal-open-new-overlays): An overlay might die while we open others.
730 2006-01-11  Bill Wohler  <wohler@newt.com>
732         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
733         phrasing in docstring.
735         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
736         can give some systems gas.  Add new file mh-buffers.el.
738 2006-01-06  Masatake YAMATO  <jet@gyve.org>
740         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
741         C preprocessor forward ported from GNU Emacs 21.2.
743         * progmodes/asm-mode.el (asm-font-lock-keywords):
744         Use `cpp-font-lock-keywords'.
746         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
748         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
749         of $ for "\\.ld[s]?".
751 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
753         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
754         (tcl-indent-line): Return `noindent' if inside a string.
756         * progmodes/flymake.el (flymake-split-string): Remove more than one
757         empty string at beg/end of the result.
758         (flymake-find-buildfile, flymake-find-possible-master-files):
759         Use expand-file-name.
760         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
761         since expand-file-name does it for us.  Use directory-file-name.
762         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
763         (flymake-ler-get-type, flymake-ler-get-text)
764         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
765         (flymake-current-line-no): Remove spurious interactive spec.
766         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
767         (flymake-check-include): Remove arg inc-path merged into inc-name.
768         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
769         Arg regexp-list replaced by a simple regexp.
770         (flymake-master-make-header-init, flymake-master-tex-init):
771         Correspondingly replace regexp-list with a regexp.  Fix regexp.
773 2006-01-10  Simon Josefsson  <jas@extundo.com>
775         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
776         describing AUTH PLAIN fix.
778 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
780         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
781         (report-emacs-bug): Don't record initial prompt text.
782         Instead, add text properties to prompting text.
783         (report-emacs-bug-hook): Delete prompting text.
785 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
787         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
788         `dirs'.  Adjust callers.
790 2006-01-09  John Paul Wallington  <jpw@gnu.org>
792         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
794 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * reveal.el (reveal-open-new-overlays): New extracted fun.
797         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
798         using them.  Simplify the code.
799         (reveal-post-command): Use them.  Fix up obsolete windows in
800         reveal-open-spots.
802         * progmodes/flymake.el: Use `require' rather than autoload for
803         XEmacs's overlays.
804         (flymake-get-common-file-prefix, flymake-build-relative-filename):
805         Delete.  Use file-relative-name instead.
806         (flymake-get-syntax-check-program-args, flymake-perl-init):
807         Simplify the resulting code.
809         * log-view.el (log-view-file-re, log-view-message-re): Add support
810         for DaRCS output.
812 2006-01-09  Alex Schroeder  <alex@gnu.org>
814         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
815         identifiers sometimes added in square brackets at the beginning of
816         subject lines.
818 2006-01-07  Richard M. Stallman  <rms@gnu.org>
820         * cus-edit.el (Custom-set, Custom-save): Doc fix.
821         (Custom-reset-current, Custom-reset-saved): Change question text.
822         (Custom-reset-standard): Likewise.
823         (custom-variable-reset-saved): Doc fix.
825 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
827         * startup.el (init-file-user): Doc fix.
829 2006-01-07  Alex Schroeder  <alex@gnu.org>
831         * mail/rmail.el (rmail-current-subject): New function.
832         (rmail-current-subject-regexp): New function.
833         (rmail-next-same-subject): Use it.
835         * mail/rmailsum.el (rmail-summary-by-topic):
836         Use rmail-current-subject and rmail-current-subject-regexp.
837         (rmail-summary-next-same-subject): Ditto.
839         * net/rcirc.el (rcirc-send-input): No longer check whether the
840         process is open, since not all commands need an open process.
841         (rcirc-send-string): Check whether the process is open before
842         sending anything.
843         (rcirc-ignore-list): New option.
844         (rcirc-ignore-list-automatic): New variable.
845         (rcirc-print): Take rcirc-ignore-list into account.
846         (rcirc-cmd-ignore): New command.
847         (rcirc-ignore-update-automatic): New function.
848         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
849         list if ignored nicks.
850         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
852 2006-01-06  David Reitter  <david.reitter@gmail.com>
854         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
855         reflect the address to which the report will be sent.
857 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
859         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
860         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
862 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
864         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
866         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
867         the doc string: "functoin" => "function".
868         * ldefs-boot.el: Likewise.
870         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
871         message text: "Duplicat" => "Duplicate".
873 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
875         * files.el (basic-save-buffer-2): If backing-up failed, reset
876         buffer-backed-up to nil.
878 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
880         * progmodes/gud.el (gdb-script-skip-to-head)
881         (gdb-script-calculate-indentation): Indent for breakpoint command
882         lists also.
884 2006-01-05  Bill Wohler  <wohler@newt.com>
886         * Makefile.in (compile-always): Add mh-autoloads dependency.
887         (bootstrap): Remove mh-autoloads dependency, as compile dependency
888         provides it.
889         (updates): Remove mh-autoloads dependency, since it probably has
890         already run recently (via recompile).
892 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
895         argument `force' to disable the flyspell-last-buffer optimization.
896         (flyspell-mode-on): Use it.
898         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
899         flymake-simple-cleanup.
900         (flymake-allowed-file-name-masks): Use this new default.
901         All the functions are now called in the right buffer rather than
902         passing the buffer as argument.
903         (flymake-process-sentinel): Switch to buffer before calling cleanup.
904         (flymake-parse-err-lines): Remove redundant buffer arg.
905         (flymake-get-program-dir): Comment out unused function.
906         (flymake-start-syntax-check, flymake-start-syntax-check-process):
907         Remove redundant buffer argument.
908         (flymake-get-real-file-name, flymake-simple-java-cleanup)
909         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
911 2006-01-05  Richard M. Stallman  <rms@gnu.org>
913         * info.el (Info-find-node): Don't record previous node if have none.
914         (info): Go to directory only if history is empty.
916         * simple.el (mark): Doc fix.
918 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
920         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
921         already of desired type.
922         (mac-ae-list): Coerce parameter to "list" type.
923         (mac-dispatch-apple-event): Replace cadr part of event with a
924         dummy position so that event-start returns it.
926 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
928         * textmodes/org.el (org-end-of-subtree): New function.
929         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
930         Use `org-end-of-subtree'.
931         (org-agenda, org-agenda-convert-date): Protect calls to
932         `fit-window-to-buffer'.
933         (org-tags-view): Force matching of sublevels when doing a
934         todo-only search.  Define the correct redo command, including the
935         arguments.
936         (org-agenda-redo): Display message.
937         (org-check-for-org-mode): New function.
938         (org-agenda-type): New variable.
939         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
940         Set `org-agenda-type'.
941         (org-agenda-check-type): New function.
942         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
943         (org-agenda-week-view, org-agenda-day-view)
944         (org-agenda-next-date-line, org-agenda-previous-date-line)
945         (org-agenda-log-mode, org-agenda-toggle-diary)
946         (org-agenda-toggle-time-grid, org-agenda-date-later)
947         (org-agenda-date-prompt, org-agenda-diary-entry)
948         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
949         (org-agenda-convert-date, org-agenda-menu):
950         Use `org-agenda-check-type'.
951         (org-make-overlay, org-delete-overlay)
952         (org-detatch-overlay, org-move-overlay, org-overlay-put):
953         New compatibility functions.
954         (org-calendar-select-mouse): New command.
956 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
958         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
959         (Custom-reset-standard): Fix y-or-n-p messages.
960         (custom-link): New face for links.
961         (custom-buffer-create-internal, custom-manual): Use it.
962         (custom-face-save): Push to theme-face before setting face spec.
964         * wid-edit.el (widget-default-mouse-face-get): New function.
965         (widget-specify-button): Handle mouse-face like button-face.
967         * custom.el (load-theme): Clear old theme settings if reloading.
969 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
971         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
972         "Erase Customization" button back to same position it occupies in
973         the individual State menus.
975 2006-01-04  Kim F. Storm  <storm@cua.dk>
977         * wid-edit.el (key-sequence): Rework widget to read key binding
978         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
979         (widget-key-sequence-default-value): Default value for empty sequence.
980         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
981         (widget-key-sequence-read-event): New command for C-q.
982         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
983         (widget-key-sequence-value-to-external): New functions.
985 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
988         Use expand-file-name.
989         (flymake-delete-temp-directory): Use expand-file-name,
990         file-name-directory, and directory-file-name.
991         (flymake-strrchr): Delete.
992         (flymake-start-syntax-check): Don't pass the redundant buffer argument
993         to the init-f function.
994         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
995         (flymake-init-find-buildfile-dir)
996         (flymake-init-create-temp-source-and-master-buffer-copy)
997         (flymake-simple-make-init-impl, flymake-simple-make-init)
998         (flymake-master-make-init, flymake-master-make-header-init)
999         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
1000         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
1001         (flymake-xml-init): Remove corresponding redundant buffer argument.
1002         (flymake-allowed-file-name-masks): Remove last elems that are equal to
1003         the default anyway.  Clean up regexps.
1005         * progmodes/flymake.el (flymake-temp-source-file-name)
1006         (flymake-master-file-name, flymake-temp-master-file-name)
1007         (flymake-base-dir): New buffer-local vars.
1008         (flymake-buffer-data, flymake-get-buffer-value)
1009         (flymake-set-buffer-value): Replace those hash-tables by the new
1010         buffer-local vars.  Update callers.
1012         * progmodes/flymake.el (flymake-check-start-time)
1013         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
1014         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
1015         Move definition, so we can remove redundant earlier declaration.
1016         (flymake-replace-regexp-in-string, flymake-split-string)
1017         (flymake-get-temp-dir): Use defalias.
1018         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
1019         (flymake-xemacs-window-edges): Remove unused function.
1020         (flymake-get-point-pixel-pos): Move.
1021         (flymake-pid-to-names, flymake-reg-names)
1022         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
1023         Replace by a simple list flymake-processes and by process-buffer.
1024         Update callers.  Other than simplify the code, it uses buffers rather
1025         than buffer-names so it doesn't get confused by uniquify.
1026         (flymake-buffer-data): The global value should just be nil.
1028         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
1029         Optimize the body of a defalias like any other code.
1031         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
1032         Make sure we've setup font-lock's vars.  It may influence which
1033         function we then call.
1034         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
1035         here since it's too late anyway.
1037 2006-01-03  Romain Francoise  <romain@orebokech.com>
1039         * startup.el (fancy-splash-tail, normal-splash-screen):
1040         Update copyright year.
1042 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
1044         * mouse.el (mouse-drag-track): Rename, from
1045         `mouse-drag-region-1'.  Includes optional argument required to
1046         enable post-drag event processing (e.g. delete region keys).
1047         Can be used without this argument to track a mouse region and operate
1048         on it as soon as the drag completes.
1049         (mouse-drag-region): Use `mouse-drag-track'.
1051 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
1053         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
1054         Move to `custom-buffer' group.
1056         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
1057         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
1058         (custom-theme-insert-face-marker, custom-theme-variable-menu)
1059         (custom-theme-face-menu): New variables.
1060         (custom-theme-add-variable, custom-theme-variable-action)
1061         (custom-variable-reset-theme, custom-theme-delete-variable)
1062         (custom-face-reset-theme, custom-theme-face-action)
1063         (custom-theme-delete-face, custom-theme-merge-theme)
1064         (custom-theme-add-face, custom-theme-visit-theme): New functions.
1066 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
1068         * custom.el: Move Custom Themes commentary to start of theme code.
1069         (custom-known-themes): Rename `standard' theme to `changed'.
1070         (custom-push-theme): Caller no longer specifies what theme to use
1071         when doing `reset'---the setting is simply removed from the theme.
1072         Delete MODE from `theme-value' and `theme-settings' properties.
1073         (custom-declare-theme): Ignore &rest args since we don't use them.
1075         (custom-loaded-themes): Delete variable.
1076         (custom-theme-load-themes, custom-theme-loaded-p)
1077         (custom-theme-value): Delete functions.
1079         (custom-declare-theme): Signal error on invalid theme names.
1080         (provide-theme): custom-loaded-themes was deleted.
1081         (load-theme): Load the file unconditionally.
1082         (enable-theme): Call `load-theme' if theme is undefined.
1083         (custom-enabled-themes): Only update value for successful loads.
1084         (disable-theme): Complete from enabled themes when interactive.
1085         (custom-variable-theme-value): Calculate theme value directly.
1087         (custom-theme-reset-variables, custom-reset-variables): Mark as
1088         XEmacs compatibility functions.  We don't actually use these.
1090         * cus-edit.el (custom-variable-state-set):
1091         Use custom-variable-theme-value instead of custom-theme-value.
1092         (custom-face-state-set): Rename `standard' theme to `changed'.
1093         (custom-save-variables, custom-save-faces): Delete unneeded
1094         references to custom-reset-variables.
1095         (custom-save-resets): Delete function.
1096         (custom-save-variables, custom-save-faces): MODE argument deleted.
1097         (custom-save-variables, custom-save-faces): Ignore theme values.
1099         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
1100         compatibility function.
1102 2006-01-01  Richard M. Stallman  <rms@gnu.org>
1104         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
1105         (Custom-reset-current, Custom-reset-saved): Likewise.
1106         (Custom-reset-standard): Show message if aborted.
1107         (custom-mode): Doc fix, describing those commands.
1109         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
1110         put on event-kind property.
1112 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
1114         * custom.el (provide-theme): Ban `user' theme name.
1115         (custom-enabling-themes): New variable.
1116         (enable-theme): Don't enable user if custom-enabling-themes is t.
1117         (custom-enabled-themes): Make it a defcustom.
1118         (custom-theme-recalc-face): No-op if face is undefined.
1120         * cus-edit.el (custom-button-mouse): New variable.
1121         (custom-button-mouse): New face.
1122         (custom-raised-buttons, custom-mode): Use it.
1124         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
1126 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
1128         * progmodes/gud.el (gud-display-line): Support hl-line in the
1129         source buffer.
1131 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
1133         * mouse.el (mouse-drag-window-above): Verify that the found window
1134         overlaps with the given window in the horizontal dimension.
1136 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
1138         * Makefile.in (cvs-update): New target.
1140         * makefile.w32-in (cvs-update): Ditto.
1142 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
1144         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
1145         (custom-new-theme-mode-map): New variable.
1147 2005-12-30  Richard M. Stallman  <rms@gnu.org>
1149         * custom.el (custom-load-themes): Function deleted.
1151         * cus-edit.el (custom-save-loaded-themes): Function deleted.
1152         (custom-save-variables): Don't delete or add custom-load-themes call.
1154 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1156         * cus-start.el: Add `visible-cursor'.
1158         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
1159         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
1160         (flymake-process-filter): Switch to buffer before calling it instead.
1161         (flymake-post-syntax-check, flymake-highlight-err-lines)
1162         (flymake-delete-own-overlays, flymake-parse-err-lines)
1163         (flymake-start-syntax-check, flymake-start-syntax-check-process)
1164         (flymake-count-lines, flymake-parse-residual):
1165         Remove constant buffer argument.
1166         (flymake-start-syntax-check-for-current-buffer): Remove.
1167         Update callers to use flymake-start-syntax-check instead.
1168         (flymake-display-err-menu-for-current-line):
1169         Remove unused var `mouse-pos'.
1170         (flymake-restore-formatting): Comment out unused function.
1171         (flymake-report-status, flymake-report-fatal-status): Remove buffer
1172         argument, use current-buffer instead.  Update callers.
1174 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1176         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
1177         buffer-local because choose-completion-delete-max-match requires
1178         that we set completion-ignore-case (i.e., binding via let is not
1179         sufficient).
1180         (bibtex-complete): Always set completion-ignore-case and
1181         choose-completion-string-functions.  The latter is needed because
1182         choose-completion-string-functions keeps its value if we quit the
1183         *Completions* buffer without requesting a completion.
1185 2005-12-30  Andreas Schwab  <schwab@suse.de>
1187         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
1189 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
1191         * jit-lock.el (jit-lock-chunk-size): Doc fix.
1193 2005-12-30  Juri Linkov  <juri@jurta.org>
1195         * locate.el (locate-fcodes-file, locate-header-face)
1196         * progmodes/delphi.el (delphi-other-face)
1197         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
1199         * paren.el (show-paren-match, show-paren-mismatch): Use existing
1200         group `paren-showing-faces'.
1202         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
1203         (goto-address): Fix docstring.
1205         * net/webjump.el (webjump-sample-sites): Update URLs.
1207         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
1209         * subr.el (cancel-change-group): Add listp around pending-undo-list.
1211 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1213         * font-lock.el (font-lock-compile-keywords): Signal an error when
1214         font-lock-set-defaults hasn't been called.
1216 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1218         * subr.el (noreturn, 1value): Doc fixes.
1220 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1222         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
1223         that assoc-string returns nil.
1225 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1227         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
1228         (bibtex-entry-type-str, bibtex-empty-field-re)
1229         (bibtex-search-backward-string, bibtex-preamble-prefix)
1230         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
1231         (bibtex-any-valid-entry-type): New variable.
1232         (bibtex-parse-field-name): Simplify.
1233         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
1234         (bibtex-preamble-prefix): Include left delimiter.
1235         (bibtex-search-forward-field, bibtex-search-backward-field):
1236         Allow unbounded search past entry boundaries (required by bibtex-pop).
1237         (bibtex-text-in-field-bounds): Use push.
1238         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
1239         (bibtex-parse-preamble, bibtex-valid-entry)
1240         (bibtex-beginning-first-field): New functions.
1241         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
1242         (bibtex-map-entries): Fix docstring.
1243         (bibtex-flash-head): New arg prompt.  Simplify.
1244         (bibtex-enclosing-field): Include code of bibtex-inside-field.
1245         (bibtex-insert-kill): Simplify.  Always insert text past the
1246         current field or entry.
1247         (bibtex-format-entry): Use bibtex-parse-field.
1248         (bibtex-pop): Use bibtex-beginning-of-entry and
1249         bibtex-end-of-entry to initiate the search.  Insert empty field if
1250         we found ourselves.
1251         (bibtex-print-help-message): New args field and comma.
1252         Handle entry keys.
1253         (bibtex-make-field): Use bibtex-beginning-of-entry.
1254         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
1255         invalid entry.
1256         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
1257         Handle preambles.  Simplify code for thorough test.
1258         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
1259         New arg comma.  Handle entry heads.
1260         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
1261         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
1262         New arg comma.
1263         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
1264         (bibtex-fill-field): Simplify.
1265         (bibtex-fill-entry): Use bibtex-beginning-first-field and
1266         bibtex-parse-field.
1267         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
1268         (bibtex-complete): Use bibtex-parse-preamble.
1270 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
1272         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
1273         Display name of expression instead of convenience variable.
1274         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
1276         * progmodes/gud.el (gud-tooltip-dereference): Rename from
1277         toggle-gud-tooltip-dereference.
1278         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
1279         (gud-tooltip-tips): ...here when dereferencing.
1281 2005-12-28  Bill Wohler  <wohler@newt.com>
1283         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
1285 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1287         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
1288         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
1289         (vc-annotate-display-autoscale): Adjust call.
1290         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
1291         Fix interactive spec.
1292         (vc-annotate-time-span): Remove.
1293         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
1294         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
1295         (vc-annotate-display-select): Use new name.
1297         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
1298         (vc-annotate-mode-menu): Remove left-over redundant declaration.
1299         Correct the construction of span entries.  Simplify.
1300         (vc-annotate-display-select): Fix the nil case.
1301         (vc-annotate): Remove obsolete (and now broken) code.
1302         (vc-annotate-extract-revision-at-line): Remove obsolete code.
1303         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
1305 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
1307         * subr.el (lazy-completion-table): Correct typo in docstring.
1309         * startup.el (command-line): Use `custom-reevaluate-setting' for
1310         `send-mail-function'.
1312         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
1314 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
1316         * mail/smtpmail.el (smtpmail-try-auth-methods):
1317         Send credentials together with "AUTH PLAIN" command.
1319 2005-12-27  Richard M. Stallman  <rms@gnu.org>
1321         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
1322         mouse-2, go back to previously selected window, so it's selected
1323         when mouse-2 command runs.
1325 2005-12-27  Juri Linkov  <juri@jurta.org>
1327         * descr-text.el (describe-text-sexp): Use square brackets for
1328         button [Show] to distinguish it from the property value `show'.
1329         (describe-property-list): Use `insert-text-button' with
1330         `help-face' type instead of putting face in quotes, because button
1331         is not created automatically for a list of faces.
1332         (describe-text-properties-1): Put button-type value in quotes to
1333         distinguish from plain text "button".
1334         (describe-char): Display code point values in hex.  Don't use
1335         `symbol-name' for `current-input-method' because it is a string.
1336         Use `insert-text-button' with `help-face' type instead of putting
1337         hardcoded face in quotes, because button is not created automatically.
1339 2005-12-27  Richard M. Stallman  <rms@gnu.org>
1341         * progmodes/glasses.el (glasses-face): More specific custom type.
1343         * files.el (set-visited-file-name): Doc fix.
1345         * textmodes/flyspell.el (flyspell-external-point-words):
1346         Use local var buffer-scan-pos to advance scan for next misspelling.
1347         Advance it only after we find the misspelling.
1349 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
1351         * textmodes/flyspell.el (flyspell-external-point-words):
1352         New criteria for finding the misspelling in the buffer.
1354 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
1356         * help-mode.el (help-insert-string): Set help-xref-stack-item
1357         rather than call help-setup-xref.
1359         * descr-text.el (describe-char): Revert previous changes for
1360         optional buffer argument.
1362 2005-12-27  Juri Linkov  <juri@jurta.org>
1364         * help-mode.el (help-insert-string): New function.  Save buffer
1365         contents in cases where it is impossible to recompute the old contents.
1367         * descr-text.el (describe-char): Set help-xref-stack-item
1368         explicitly after buffer has been generated.
1370 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1372         * cus-start.el (all): Add x-gtk-show-hidden-files.
1374 2005-12-26  Richard M. Stallman  <rms@gnu.org>
1376         * replace.el (perform-replace): Calculate match-again
1377         before skipping read-only matches.
1379         * paren.el (paren-showing-faces): New group.
1380         (show-paren-match, show-paren-mismatch): Move to that group.
1382         * button.el (button): Put into group `basic-faces'.
1384         * progmodes/make-mode.el: Remove faces from group `faces'.
1386         * apropos.el (apropos, apropos-value): Doc fix.
1387         (apropos-documentation): Doc fix.
1389 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * subr.el (lazy-completion-table): Remove argument `args'.
1393         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1394         Don't use the `args' argument of lazy-completion-table.
1396 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
1398         * descr-text.el (describe-char): Add optional argument for buffer.
1399         Set buffer appropriately.  Call help-setup-xref.
1400         Suggested by Stefan Monnier.
1402 2005-12-26  Juri Linkov  <juri@jurta.org>
1404         * descr-text.el: Require `help-fns' at runtime.  Don't require
1405         `button' for byte compilation.
1406         (describe-text-widget): Add `help-echo' for first button.
1407         Use `help-info' for second.
1408         (describe-property-list): Use `help-argument-name' instead of `italic'.
1409         (describe-text-category): Add prompt to interactive spec.
1410         Call `help-setup-xref'.
1411         (describe-char): Use `help-character-set'.  Add `help-echo' for
1412         code point.  Use `help-input-method'.  Remove superfluous insert.
1414 2005-12-25  Richard M. Stallman  <rms@gnu.org>
1416         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
1417         at point, in case of narrowing.
1419         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
1421         * locate.el (locate-header-face): Allow nil in type.
1423         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
1425 2005-12-25  Romain Francoise  <romain@orebokech.com>
1427         * battery.el (battery-linux-proc-acpi): Also try
1428         `/proc/acpi/thermal_zone/THM0/temperature'.
1430 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
1432         * custom.el (custom-push-theme): Fix docstring.
1434         * cus-edit.el (custom-variable-set, custom-variable-save)
1435         (custom-variable-save): Custom-quote widget values.
1436         (customize-save-variable): Fix custom-push-theme call.
1438 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
1440         * w32-fns.el (w32-batch-update-autoloads): New function.
1442         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
1443         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
1444         from the command line.
1446 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
1448         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
1449         reset means to remove setting from theme entirely.  Don't keep
1450         expanding theme-settings list; delete old entries if necessary.
1452         * cus-edit.el (custom-buffer-create-internal): Move "Erase
1453         customization" button one line up.
1454         (custom-themed): New face.
1455         (custom-magic-alist): New value, THEMED, for theme settings.
1456         (custom-variable-state-set, custom-face-state-set):
1457         Check theme-value instead of saved-value.
1458         (custom-variable-reset-standard, custom-face-reset-standard):
1459         Remove theme setting entirely.  Recalculate new values.
1460         (custom-variable-set, custom-variable-set)
1461         (custom-variable-reset-saved, custom-variable-reset-backup)
1462         (custom-face-set, custom-face-reset-saved): Update `user' theme.
1463         (custom-variable-save): Fix typos.
1465 2005-12-23  Juri Linkov  <juri@jurta.org>
1467         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
1468         Add autoload cookies.
1469         (edebug-outside-d-c-i-n-s-w): New variable.
1470         (edebug-display, edebug-outside-excursion): Use it to save the
1471         original value of default-cursor-in-non-selected-windows.
1472         Set default-cursor-in-non-selected-windows to t while Edebug
1473         is active.
1474         (edebug-mode, edebug-eval-mode): Doc fix.
1476         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
1477         with `buffer-substring-no-properties' to remove common substring
1478         highlighting.
1480         * info.el (info-other-window, info): Rename function argument
1481         `file' to `file-or-node'.
1482         (Info-complete-menu-item): Use local variable `complete-nodes' to
1483         keep the global value of `Info-complete-nodes' unchanged for
1484         subsequent completions.
1485         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
1487         * simple.el (get-next-valid-buffer, last-buffer)
1488         (next-error-buffer-p, next-error-find-buffer)
1489         (minibuffer-history-sexp-flag): Doc fix.
1491         * savehist.el (savehist-mode-hook): Add `:group'.
1493         * log-view.el: Call autoload for vc-find-version.
1494         (log-view-current-file): Adjust subgroup numbers.
1495         (log-view-current-tag): Add `length'.
1497 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1499         * vc.el (vc-annotate-car-last-cons): Defn moved up.
1501 2005-12-23  Juri Linkov  <juri@jurta.org>
1503         * hi-lock.el (hi-lock-archaic-interface-message-used)
1504         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
1505         (hi-lock-mode): Display "Hi" in the mode line only when
1506         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
1507         (hi-lock-write-interactive-patterns):
1508         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
1509         (hi-lock-set-pattern, hi-lock-set-file-patterns)
1510         (hi-lock-font-lock-hook): Set 3rd arg `how' of
1511         font-lock-add-keywords to t.
1513 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
1515         * hi-lock.el (hi-lock-highlight-range): New variable.
1516         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
1517         only if font-lock-fontified is non-nil.  Remove overlays.
1518         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
1519         font-lock-fontified is non-nil, otherwise use overlays (instead of
1520         text properties).
1521         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
1522         New variables.
1523         (hi-lock-string-serialize) New function.
1525 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1527         * menu-bar.el (menu-find-file-existing): New function.
1528         (menu-bar-file-menu): Use menu-find-file-existing for Open.
1530         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
1532 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * vc.el: Remove unnecessary leading * in docstrings.
1535         (vc-annotate-mode-map): Move initialization into declaration.
1536         (vc-static-header-alist): Nitpick on the regexp.
1537         (vc-default-init-version): New fun.
1538         (vc-register): Use it.
1539         (vc-insert-headers): Use dolist.
1540         (vc-annotate-get-backend): Remove unused function.
1541         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
1542         (vc-annotate-mode): Remove corresponding call.
1543         (vc-annotate-car-last-cons): Simplify.
1544         (vc-annotate-buffers): Remove var.
1545         (vc-annotate-backend): Make it buffer-local.
1546         (vc-annotate): Move the interaction to the interactive spec.
1547         Add a `buf' argument.
1548         (vc-annotate-warp-version): Use this new `buf' argument to avoid
1549         killing&creating a vc-annotate buffer, which is very disruptive when
1550         the buffers are shown in dedicated frames.
1552 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
1554         * descr-text.el: Add FSF as maintainer.
1555         (describe-text-mode, describe-text-mode-map)
1556         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
1557         help-mode.
1558         (describe-text-widget, describe-text-sexp)
1559         (describe-property-list, describe-text-category)
1560         (describe-text-properties, describe-text-properties-1)
1561         (describe-char): Use help buttons instead of widgets.
1562         (describe-char-unicodedata-file): Make URL link in doc string.
1564 2005-12-22  Richard M. Stallman  <rms@gnu.org>
1566         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
1567         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
1568         Don't include buttons that write a file when there's no file.
1569         (custom-variable-menu, custom-face-menu, custom-group-menu):
1570         Don't include commands that write a file when there's no file.
1571         (customize-browse): Reword the top-of-buffer help intro.
1572         (custom-buffer-create-internal): Fix previous change.
1573         (customize-changed-options-previous-release): Prev release is 21.1.
1574         (customize-changed-options): Doc fix.
1575         (customize-changed): New alias.
1576         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
1577         Say "standard values".
1578         (Custom-reset-standard): Doc fix.
1579         (custom-face-reset-standard): Doc fix.
1581 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1583         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
1584         even if font-lock-mode is non-nil since it may be t without having
1585         turned on font-lock-mode-internal.
1586         (font-lock-choose-keywords): Minor optimization.
1587         (font-lock-add-keywords, font-lock-remove-keywords)
1588         (font-lock-set-defaults): Don't call make-local-variable on a variable
1589         that we know to already be local.
1591 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1593         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
1594         messages if in the minibuffer.
1596 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1598         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
1599         (tex-mode-flyspell-verify, flyspell-get-word)
1600         (flyspell-external-point-words): Don't use point-min/max uselessly.
1602         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
1603         by Kevin Rodgers.  Instead, just hide the completions buffer if we
1604         don't need to show it.
1606 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
1608         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
1610 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1612         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
1613         delete-windows-on with an inexistent buffer.
1615 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
1617         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1618         Delete defcustom variable :tag names.
1620 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
1623         (log-view-font-lock-keywords): Ajust subgroup numbers.
1624         (log-view-current-tag): Don't hard code the number of subgroups.
1626 2005-12-20  Juri Linkov  <juri@jurta.org>
1628         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
1629         (tooltip-x-offset, tooltip-y-offset): Doc fix.
1631         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1632         (menu-bar-non-minibuffer-window-p): Instead of checking
1633         display-multi-frame-p, use selected-frame when menu-updating-frame
1634         is nil.
1636 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
1638         * align.el (align-rules-list): Use [ \t] instead of \s-
1639         for column separators in text mode.
1641 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
1643         * help-mode.el (help-customize-variable, help-customize-face):
1644         Don't pop help-xref-stack as help-follow no longer pushes
1645         anything on to it.
1647 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
1649         * textmodes/org.el (org-agenda-custom-commands): New option.
1650         (org-agenda): Offer custom commands on splash screen.
1651         (org-make-tags-matcher): Parser for Boolean logic added.
1652         (org-agenda-set-tags): New command.
1653         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1654         (org-set-tags): Efficiency improvements.
1655         (org-auto-align-tags): New option.
1656         (org-todo, org-demote, org-promote): Realign tags.
1657         (org-tags-completion-function): Use also "&" and "|" as separators.
1658         (org-org-menu): Agenda commands simplified.
1660 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1662         * cus-edit.el (customize-apropos, customize-apropos-options):
1663         Docstring changes.
1665         * font-lock.el (font-lock): Add tags to the links in the defgroup.
1667 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
1669         * longlines.el (longlines-mode): Wrap while widened.
1670         (longlines-decode-region, longlines-encode-region): Compute max
1671         just once.
1673 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1675         * cus-edit.el (mac): New group.
1677         * cus-start.el (all): Add user options in macterm.c.  Add test for
1678         Mac-related built-ins.  Fix test for GTK-related built-ins.
1680         * term/mac-win.el (mac-handle-language-change)
1681         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
1682         (mac-services-open-selection, mac-services-mail-selection)
1683         (mac-services-mail-to, mac-services-insert-text)
1684         (mac-dispatch-apple-event): Add docstrings.
1685         (x-get-selection, mac-select-convert-to-string): Select coding
1686         system from `utf-16be' and `utf-16le' using `byteorder'.
1688 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * subr.el (lazy-completion-table): Don't be fooled if the var holds
1691         a "list" (lambda ...) rather than a real completion list.
1693         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1694         lexical-let when encountering ((lambda (...) ...) ...).
1696 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1698         * progmodes/sh-script.el (sh-mode):
1699         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1700         * textmodes/picture.el (picture-mode): Update docstrings.
1702 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
1704         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1705         commands enclosed in $(ARGQUOTE)s should not be split between two
1706         lines, as that will break with GNU Make >3.80, when sh.exe is used
1707         and arg quoting is with '..'.
1708         (autoloads): Don't break the quoted --eval expression between
1709         several lines.
1711 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1713         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1714         Capture error from printing circular structures.
1716 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1718         * wid-edit.el (widget-checkbox-action): Clear undo info.
1720 2005-12-16  Bill Wohler  <wohler@newt.com>
1722         * menu-bar.el (kill-this-buffer): Set a good example by using menu
1723         bar, not menubar in comment.
1725 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1727         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1728         After-change-functions should not clobber the match data.
1730 2005-12-16  Juri Linkov  <juri@jurta.org>
1732         * simple.el (choose-completion): Use `buffer-substring-no-properties'
1733         instead of `buffer-substring'.
1734         (completion-common-substring): Doc fix.
1735         (completion-setup-function): Use minibuffer-completion-contents
1736         instead of minibuffer-contents.  Don't set common-string-length
1737         initially.  Remove special handling of partial-completion-mode.
1738         Move computation of completion-base-size into one cond.
1739         Call completion-base-size-function in mainbuf.  In computation of
1740         completion-base-size for file name completion don't move point to
1741         the end of the minibuffer.  Move computation of common-string-length
1742         into one cond.  Start putting faces only when common-string-length>=0.
1743         Add condition to put completions-common-part when
1744         common-string-length>0.
1746         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
1747         place point at the first different character in the minibuffer
1748         even if this position is at the beginning of the minibuffer.
1750         * info.el (Info-read-node-name-1): In completion-base-size-function's
1751         lambda return 1 if common-substring or minibuffer-completion-contents
1752         starts with (, and 0 otherwise.
1754         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1755         Use `crm-current-element' for second arg of `display-completion-list'.
1757 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
1759         * files.el (set-auto-mode): Look for an interpreter specified on
1760         the first line also if search for mode specification succeeded,
1761         but the mode is not known.
1763 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
1765         * textmodes/org.el (org-tags-match-list-sublevels): New option.
1766         (org-open-at-point): Implement tag searches as links.
1767         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1768         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1769         (org-tags-sparse-tree, org-tags-view, org-set-tags)
1770         (org-agenda-dispatch): New commands.
1771         (org-use-tag-inheritance, org-tags-column): New options.
1772         (org-tab-follows-link, org-return-follows-link): New options.
1773         (org-tags): New customize group.
1774         (org-start-icalendar-file): Get local time zone.
1775         (org-tags-completion-function): New function.
1776         (org-set-font-lock-defaults): Make sure links will also be
1777         highlighted inside headlines.
1779 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
1781         * term.el (term-emulate-terminal):
1782         Let term-handle-ansi-terminal-messages override what Bash says about
1783         its current directory.
1785 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1787         * bindings.el (last-buffer): Move to simple.el.
1788         * simple.el (last-buffer): Move here.
1789         (get-next-valid-buffer): New function.
1790         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1791         (prev-buffer): Ditto.  Rename to `previous-buffer'.
1793         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1794         * bindings.el (global-map): Ditto.
1796 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
1798         * cus-edit.el: Introductory comment change.
1799         (custom-magic-alist): Change message string for the `rogue' state.
1801 2005-12-15  Richard M. Stallman  <rms@gnu.org>
1803         * tooltip.el: Delete defcustom variable :tag names.
1805         * complete.el (partial-completion-mode): Doc fix.
1807         * textmodes/flyspell.el (flyspell-external-point-words):
1808         Use save-excursion to ensure we don't move backward in the
1809         search loop, not even one character.
1810         (flyspell-delete-all-overlays): Use remove-overlays directly.
1812         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1813         (ispell-start-process): Set that variable.
1814         Clear ispell-buffer-local-name.
1815         (ispell-internal-change-dictionary):
1816         Set ispell-current-dictionary after killing process.
1817         (ispell-buffer-local-dict):
1818         Don't set spell-personal-dictionary after killing process.
1819         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1820         (ispell-tex-skip-alists, ispell-html-skip-alists)
1821         (ispell-skip-region-alist): Mark as risky.
1823         * net/newsticker.el (newsticker--retrieval-timer-list)
1824         (newsticker--display-timer, newsticker-running-p)
1825         (newsticker-ticker-running-p): Definitions moved up.
1827 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
1829         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1831 2005-12-15  David Ponce  <david@dponce.com>
1833         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1834         (recentf-edit-list, recentf-open-files): Signal an error when
1835         there is no recent file.
1837 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1839         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1840         read-only except for texinfo-format-region evaluation.
1842 2005-12-14  Richard M. Stallman  <rms@gnu.org>
1844         * vc.el (vc-default-previous-version, vc-default-next-version)
1845         (vc-do-command): Doc fixes.
1847 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1849         * textmodes/bibtex.el (bibtex-expand-strings)
1850         (bibtex-autokey-expand-string, bibtex-name-part)
1851         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1852         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1853         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1854         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1855         (bibtex-entry-postfix, bibtex-known-entry-type-re)
1856         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1857         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1858         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1859         (bibtex-beginning-of-last-entry): Remove.
1860         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
1861         message if comma is missing but buffer is read-only.
1862         (bibtex-parse-field-text): Handle whitespaces at the end of field
1863         text.  Return 3-element list with beginning and end of field text
1864         and end of field.
1865         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1866         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
1867         (bibtex-search-forward-field, bibtex-search-backward-field):
1868         Search always delimited by limits of entry.  Use more efficient
1869         search algorithms.
1870         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1871         bibtex-end-of-name-in-field.
1872         (bibtex-text-in-field-bounds): Handle BibTeX strings when
1873         extracting the content of a field.
1874         (bibtex-text-in-field): Use search limits.
1875         (bibtex-parse-string-prefix): Handle empty string keys based on
1876         bibtex-string-empty-key.
1877         (bibtex-parse-string): Fix docstring.
1878         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1879         (bibtex-preamble-prefix, bibtex-strings): New functions.
1880         (bibtex-skip-to-valid-entry): Include preceding whitespace in
1881         BibTeX entries (consistent with other BibTeX functions).
1882         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1883         (bibtex-search-entry): Fix docstring.  Simplify.
1884         (bibtex-flash-head, bibtex-complete-string-cleanup)
1885         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1886         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1887         (bibtex-parse-entry): New optional arg content.
1888         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1889         Use bibtex-text-in-field-bounds.
1890         (bibtex-print-help-message): Handle BibTeX strings and preambles.
1891         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1892         bibtex-parse-string-postfix.
1893         (bibtex-find-text-internal): New function.
1894         (bibtex-remove-delimiters): Use it.
1895         (bibtex-find-text): Use it.  New optional arg help.
1896         (bibtex-complete): Handle BibTeX string and preamble entries.
1897         (bibtex-Preamble): Fix order of closing delimiters.
1899 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1901         * vc.el (vc-default-revert): New fun.
1903         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1905 2005-12-14  Romain Francoise  <romain@orebokech.com>
1907         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1908         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1909         (font-lock-remove-keywords): Likewise.
1911 2005-12-14  Juri Linkov  <juri@jurta.org>
1913         * log-view.el (log-view-diff): Doc fix.
1915         * isearch.el (isearch-query-replace): Use (mark) instead of
1916         isearch-opoint if mark is active in transient-mark-mode.
1918 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
1920         * isearch.el (isearch-query-replace): Check for isearch-other-end.
1922 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1924         * progmodes/cpp.el (cpp-face): New widget.
1925         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1927 2005-12-14  Juri Linkov  <juri@jurta.org>
1929         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1930         around `erase-buffer' and `insert'.
1932         * descr-text.el (describe-text-properties): Replace buffer name
1933         "*Help-2*" with "*Help*<2>".
1934         (describe-char): Add functions print-help-return-message,
1935         toggle-read-only.  Use help-setup-xref with nil to not store
1936         describe-char in help-xref-stack.  Use help-make-xrefs to
1937         make [back] button.
1939         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1941         * wdired.el (wdired-old-point): New internal variable.
1942         (wdired-change-to-wdired-mode): Set it buffer-locally.
1943         (wdired-abort-changes): Restore point after aborting changes.
1945 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1947         * vc.el (vc-do-command): Add a new value t for okstatus.
1949         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1950         frame in case of errors.
1952 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1954         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1955         so it comes after "On the Left" in the menu.
1957 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
1959         * cus-edit.el (customize-apropos, customize-apropos-options)
1960         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
1962 2005-12-12  Bill Wohler  <wohler@newt.com>
1964         * vc-svn.el (vc-svn-registered): Fix problem of visiting
1965         non-writable Subversion-controlled files by saving window
1966         configuration before calling vc-do-command.  vc-do-command calls
1967         pop-to-buffer on error which is unexpected during registration.
1969 2005-12-12  Jay Belanger  <belanger@truman.edu>
1971         * calc/README: Update the summary of changes.
1973 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1975         * descr-text.el (describe-char): Rework last fix to solve the problem
1976         is the same way it's solved for everything else in that function
1977         (i.e. by extracting the info before setting up the *Help* buffer).
1979 2005-12-12  Kim F. Storm  <storm@cua.dk>
1981         * subr.el (version-regexp-alist): Allow space as separator before
1982         non-numeric part, e.g. "1.0 alpha".
1983         (version-to-list): Interpret .X.Y version as 0.X.Y version.
1985 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
1987         * textmodes/org.el (org-agenda, org-timeline, org-todo):
1988         Implement Logging and the keep-modes setting.
1989         (org-get-category): Make sure a string is returned.
1990         (org-log-done): New function.
1991         (org-log-done, org-closed-string): New options.
1993 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1995         * tooltip.el (tooltip-y-offset): Change default to 20.
1997 2005-12-12  Richard M. Stallman  <rms@gnu.org>
1999         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
2001         * frame.el (display-hourglass): Doc fix.
2003         * help.el (help-for-help-internal): Simplify entry for `a'.
2005         * info.el (Info-on-current-buffer): Doc fix.
2006         (info-insert-file-contents): Don't test (featurep 'jka-compr).
2008         * startup.el (inhibit-splash-screen): Make this the real name.
2009         (inhibit-startup-message): Make this the alias.
2010         (command-line): Find only simple.el, and use its directory
2011         to fill in other preloaded files' names.
2012         (command-line): Deactivate the mark if deactivate-mark is set.
2014         * international/mule.el (load-with-code-conversion):
2015         Bind deactivate-mark.
2017         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2019 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
2021         * cus-edit.el (customize-apropos): Avoid listing an option more
2022         than once under different aliases.  No longer list user options
2023         that are not defined with defcustom (unless a prefix arg is given).
2024         Doc fix.
2025         (customize-apropos-options): Doc fix.
2027 2005-12-11  Juri Linkov  <juri@jurta.org>
2029         * frame.el (set-background-color, set-foreground-color)
2030         (set-cursor-color, set-mouse-color, set-border-color):
2031         Add explicit prompts to read colors by `facemenu-read-color'.
2032         (show-trailing-whitespace, blink-cursor-delay)
2033         (blink-cursor-interval, display-hourglass, hourglass-delay):
2034         Remove tags.
2035         (display-hourglass, hourglass-delay): Doc fix.
2036         (cursor-in-non-selected-windows): Capitalize words in tag.
2038         * faces.el (frame-background-mode): Replace `choice-item' keywords
2039         with `const' to not make [default] button.  Change default value tag
2040         from `default' to `automatic'.  Doc fix.
2041         (trailing-whitespace) <defface>: Change group `whitespace' to
2042         `whitespace-faces'.
2044 2005-12-11  Richard M. Stallman  <rms@gnu.org>
2046         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
2048 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2050         * term/mac-win.el: Create keymap for mac-apple-event-map.
2052 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
2054         * tooltip.el (tooltip-mode): Move to start of file so that it
2055         appears at top of customize buffer.
2057         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2058         Add the gud groupname.
2059         (gud-tooltip-mode): Add the tooltip groupname.
2060         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
2061         avoid conflict with tooltip-use-echo-area.
2063 2005-12-10  Romain Francoise  <romain@orebokech.com>
2065         * help.el (help-for-help-internal): Add `r' in doc string.
2067 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2069         * align.el (align-regexp, align-highlight-rule):
2070         Use region-beginning and region-end instead of point and mark, so that
2071         repetition (with `repeat-complex-command') recomputes the region
2072         bounds.
2074 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2076         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2077         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2078         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
2079         (balance-windows): Rewrite using the above new functions.
2081 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
2083         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
2084         react if global-hi-lock-mode seems intended.
2085         (global-hi-lock-mode) Renamed from hi-lock-mode.
2086         (hi-lock-archaic-interface-message-used)
2087         (hi-lock-archaic-interface-deduce): New variables.
2088         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
2089         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2090         (hi-lock-find-patterns, hi-lock-font-lock-hook):
2091         Replace hi-lock-buffer-mode with hi-lock-mode.
2093 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
2095         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
2096         completion list, even after a partial completion has been
2097         inserted in the current buffer.  If there are more than 1
2098         completion, redisplay the *Completions* buffer; if the
2099         completion is unique, delete the *Completions* window.
2101 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
2103         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
2104         strings and long subject lines that were broken into multiple
2105         lines at arbitrary places.  Handle subjects that have "Re: " in
2106         the middle.
2108 2005-12-10  John W. Eaton  <jwe@octave.org>
2110         * emacs/octave-mod.el (octave-electric-space): Don't indent
2111         comments or strings if octave-auto-indent is nil.
2113 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2115         * term/mac-win.el: Require url when compiling.
2116         Call mac-process-deferred-apple-events after loading init files.
2117         (mac-apple-event-map): New defvar.  Define event handlers in it.
2118         (core-event, internet-event): New Apple event class symbols.
2119         (open-application, reopen-application, open-documents)
2120         (print-documents, open-contents, quit-application)
2121         (application-died, show-preferences, autosave-now, get-url):
2122         New Apple event ID symbols.
2123         (about): New HICommand ID symbol.
2124         (mac-event-spec, mac-event-ae): New macros.
2125         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
2126         (mac-ae-selection-range, mac-ae-text-for-search)
2127         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
2128         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
2129         and Services menu events are now defined in mac-apple-event-map.
2130         (mac-drag-n-drop): Remove selection range handling.
2132 2005-12-10  Kenichi Handa  <handa@m17n.org>
2134         * simple.el (zap-to-char):
2135         * isearch.el (isearch-process-search-char): Translate CHAR by
2136         translation-table-for-input.
2138 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
2140         * foldout.el (foldout-exit-fold): Properly hide subtree.
2142 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2144         * files.el (save-buffer):
2145         * international/ucs-tables.el (ucs-set-table-for-input):
2146         * mail/mail-extr.el (mail-extract-address-components):
2147         * mail/sendmail.el (mail-mode): Reformat doc string.
2149 2005-12-09  Juri Linkov  <juri@jurta.org>
2151         * isearch.el (isearch-highlight): Change main overlay priority
2152         from 1 to 1001.  Simplify.
2153         (isearch-lazy-highlight-update): Change lazy overlay priority
2154         from 0 to 1000.
2156         * replace.el (replace-highlight): Change overlay priority from
2157         1 to 1001.
2159         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2160         Change overlay priority from 1 to 1001.  Reuse existing overlay.
2162         * compare-w.el (compare-windows-highlight): Change overlay
2163         priority from 1 to 1000.
2165         * menu-bar.el (menu-bar-edit-menu): Add listp around
2166         pending-undo-list to disable menu item "undo" when pending
2167         undo list is empty.
2169         * locate.el (locate): Disable undo in *Locate* buffer.
2171 2005-12-09  Kim F. Storm  <storm@cua.dk>
2173         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
2175 2005-12-09  David Ponce  <david@dponce.com>
2177         * recentf.el: Improvement of the menu code.
2178         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
2179         instead of menu hook.
2180         (recentf-show-menu, recentf-hide-menu): New functions.
2181         (recentf-menu-customization-changed, recentf-mode): Use them.
2182         (recentf-menu-action, recentf-max-menu-items)
2183         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
2184         (recentf-arrange-by-rule-others)
2185         (recentf-arrange-by-rules-min-items)
2186         (recentf-arrange-by-rule-subfilter) : Don't use
2187         `recentf-menu-customization-changed'.
2188         (recentf-arrange-rules): Likewise.  Accept functions to compute
2189         sub-menu titles.
2190         (recentf-menu-filter): Likewise.  Doc fix.
2191         (recentf-menu-value-shortcut): Doc fix.
2192         (recentf-dump-variable): Quote atom value.
2193         (recentf-make-menu-items): Update to use it as a menu filter.
2194         (recentf-match-rule): New function.
2195         (recentf-arrange-by-rule): Use it.
2196         (recentf-indirect-mode-rule): New function.
2197         (recentf-build-mode-rules): Use it.
2198         (recentf-dir-rule): New function.
2199         (recentf-arrange-by-dir): Use it.
2200         (recentf-filter-changer-current): Rename from
2201         `recentf-filter-changer-state'.  All references updated.
2202         (recentf-filter-changer-alist): Update filter names.
2203         (recentf-filter-changer-select): New function.
2204         (recentf-filter-changer): Use it.  Make a sub-menu from filters
2205         available in `recentf-filter-changer-alist'.
2206         (recentf-data-cache, recentf-clear-data)
2207         (recentf-update-menu): Remove.  All references updated.
2208         (recentf-match-rule-p, recentf-build-dir-rules)
2209         (recentf-filter-changer-goto-next)
2210         (recentf-filter-changer-get-current)
2211         (recentf-filter-changer-get-next): Remove.
2213 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
2215         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
2216         buffer "Reset" button to "Reset to Current" for consistency with
2217         the State buttons.
2219 2005-12-08  John Paul Wallington  <jpw@pobox.com>
2221         * ibuf-ext.el (define-ibuffer-filter filename):
2222         If `dired-directory' is a list then really use its car.
2224 2005-12-08  Kim F. Storm  <storm@cua.dk>
2226         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2227         Fix indention of text on right side of replaced rectangle.
2229 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
2231         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
2232         No need to check gud-comint-buffer is bound.
2233         (gdb): Prevent multiple debugging when first session uses gdba.
2235 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2237         CC Mode update to 5.31.
2239         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
2240         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
2241         might do this function properly in the future).
2243         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
2244         macros c-sentence-end and c-default-value-sentence end, to cope
2245         with Emacs 22's new function `sentence-end'.
2247 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2249         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
2250         compat issue using `c-put-overlay' and `c-delete-overlay'.
2252         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
2253         compat macros to handle overlays/extents.
2255 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2257         * progmodes/cc-fix.el: Add definitions of the macros push and pop
2258         (for GNU Emacs 20.4)
2260         * progmodes/cc-defs.el:
2261         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
2263         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
2264         highlighting mechanism so it will work in XEmacs too.
2266         * progmodes/cc-defs.el: Insert c-int-to-char.
2268         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
2269         call to the new macro c-int-to-char.  This solves XEmacs's
2270         regarding characters as different from integers.
2272 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2274         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
2275         helper.
2277         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
2278         construct to make the indirect face lookup work in XEmacs.
2280         (c-cpp-matchers): Append the negation char face to the existing
2281         fontification, so that the cpp face doesn't disappear.  Use
2282         `c-make-syntactic-matcher' to avoid negation chars in comments and
2283         strings.
2285         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
2286         to map to `font-lock-negation-char-face' in emacsen where it
2287         exists.
2289 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2291         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
2293         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
2294         Rename "c-subword-move-mode" as "c-subword-mode".
2296         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
2297         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
2299 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2301         * progmodes/cc-mode.el: Added autoload directive for
2302         `c-subword-move-mode' for use in older emacsen.
2304 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2306         * progmodes/cc-mode.el:
2307         (i) Insert a binding for C-c C-backspace into
2308         c-bind-special-erase-keys which works in TTYs.
2309         (ii) Make sure that when file styles are used, any explicitly
2310         given style variables take priority over those in the style.  Do
2311         this by calling `hack-local-variables' a second time.
2313         * progmodes/cc-vars.el: Add language specific customization
2314         widgets for AWK to c-doc-comment-style, c-require-final-newline
2315         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
2316         c-syntactic-element and c-syntactic-context doc-strings by
2317         directly setting their `variable-documentation' propery.  This
2318         allows Emacs 22.1 to read these with C-h v.
2320         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
2321         Monnier).
2323 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2325         * progmodes/cc-fonts.el, cc-vars.el
2326         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
2327         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
2328         Masatake YAMATO.
2330         (c-doc-comment-style): Made GtkDoc default in C mode.
2332         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
2333         and C-c C-<delete>.
2335         (c-bind-special-erase-keys): New function for use on
2336         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
2338         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
2339         <delete> key behavior in XEmacs according to `delete-forward-p'.
2340         C.f. `c-electric-delete'.
2342 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2344         * progmodes/cc-mode.el: Give c-hungry-backspace and
2345         c-hungry-delete-forward permanent key bindings.
2347         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
2348         c-syntactic-context for calls to "criteria functions", for
2349         consistency with other calls to user functions.
2351         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
2352         `current-prefix-arg', since this might be the prefix arg to a
2353         command which calls c-indent-command as a function.  Change the
2354         interactive spec from "p" to "P".
2356         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
2357         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
2358         was difficult to understand.
2360 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2362         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
2363         first char of an identifier.
2365         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
2366         +" syntax in C++.
2368 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2370         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
2371         auto-fill doesn't split a c-comment's last word from a hanging
2372         "*/" when a space is typed between them after fill-column.
2374         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
2376         * progmodes/cc-styles.el (c-set-style)
2377         (c-setup-paragraph-variables): Abort the command if we're not in a
2378         CC Mode buffer.
2380         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
2381         with blank comment-prefix, and a blank line as the comment's
2382         second line.
2384 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2386         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
2387         Incorporated the patterns added in the Emacs development branch
2388         for the new Emacs 22 face `font-lock-negation-char-face'.
2390         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
2391         of "red" since it stands out better in xterms and DOS terminals.
2393         * progmodes/cc-engine.el (c-literal-faces): Added
2394         `font-lock-comment-delimiter-face' which is new in Emacs 22.
2396 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2398         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
2399         forcibly enable c-electric-flag.
2401         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
2402         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
2403         just after the comment-prefix of a C-style comment will close that
2404         comment.
2406 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2408         * progmodes/cc-fonts.el (c-basic-matchers-before)
2409         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
2410         in Pike.
2412         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
2413         digraphs.
2415         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
2416         (c-cpp-message-directives, c-cpp-include-directives)
2417         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
2418         (c-cpp-expr-directives): Introduced new language constants to
2419         control cpp syntax in a cleaner way.
2421         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
2423         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
2425         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
2426         (c-multiline-string-start-char): New language constants and
2427         variables to specify how newlines in string literals work.
2429         (c-font-lock-invalid-string): Use them.
2431         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
2432         unbalanced close brace is entered.  Optimization by avoiding going
2433         back over arbitrarily large blocks.  Removed hints that this
2434         function only would be relevant/useful in AWK.
2436         (c-electric-brace): Indent syntactically after the cleanups since
2437         lineup functions might do it differently then.
2439         * progmodes/cc-engine.el, cc-langs.el
2440         (c-opt-op-identifier-prefix): New language constant and variable.
2442         (c-just-after-func-arglist-p, c-after-special-operator-id)
2443         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
2445         * progmodes/cc-align.el, cc-engine.el
2446         (c-after-special-operator-id): New helper to handle C++ operator
2447         identifiers.
2449         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
2450         (c-guess-basic-syntax): Handle C++ operator identifiers in
2451         declarations.
2453         * progmodes/cc-langs.el (c-assignment-operators): Added the
2454         trigraph version of ^= too.
2456         * progmodes/cc-langs.el (c-assignment-operators): Added the
2457         trigraph version of |= in C++.
2459         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
2460         `c-decl-hangon-kwds' after the identifier name.
2462         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
2463         whether an arglist is "nonempty", ignore a comment after the open
2464         paren if it isn't followed by a non-comment token on the same
2465         line.
2467         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
2468         heuristics below the point to cope with classes inside special
2469         brace lists in Pike.
2471 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2473         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
2475 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2477         * progmodes/cc-guess.el (cc-guess-install): New function to
2478         install an already guessed style in another buffer.
2480         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
2481         sets `inhibit-read-only' - `c-save-buffer-state' should be used
2482         anyway if the change always is undone.
2484 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2486         Implement togglable electricity:
2488         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
2489         saying when it should be used.
2491         * progmodes/cc-engine.el: Add the new buffer-local variable,
2492         c-electric-flag.
2494         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
2495         c-toggle-auto-newline.
2497         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
2498         c-toggle-auto-newline.  Remove the binding for
2499         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
2500         c-toggle-electric-state.
2502         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
2504         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
2505         c-\(forward\|backward\)-subword.
2506         (c-update-modeline): Add the new modeline flag `l' for
2507         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
2508         `l'.
2509         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
2510         the old name an alias of the new name.
2511         (c-toggle-electric-state): New function.
2512         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
2513         Adapt these functions to do electric things only when
2514         c-electric-flag is non-nil.
2515         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
2516         new functions from c-electric-brace.
2517         (c-point-syntax): Add a check for "virtual semicolons" in AWK
2518         mode, so that the tentative extra newline doesn't change the
2519         syntax of the following brace.
2520         (c-electric-brace): Restructure by extracting the above functions.
2521         Tidy up the coding somewhat.
2522         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2523         restructure a bit.
2525 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2527         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
2528         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
2529         idea.
2531         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
2532         (c-submode-indicators): Changed name from `c-auto-hungry-string'
2533         since it's now used to track another submode.
2535         (c-update-modeline): Converted to function and extended to check
2536         `c-subword-move-mode'.
2538         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2539         Converted to compat aliases for `c-forward-subword' and
2540         `c-backward-subword'.
2542         * progmodes/cc-subword.el: New functions and minor mode to handle
2543         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
2545         (c-forward-subword, c-backward-subword, c-mark-subword)
2546         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
2547         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
2548         Functions corresponding to the standard word handling functions.
2550         (c-subword-move-mode): Minor mode that replaces all the standard
2551         word handling functions with their subword equivalences.
2553 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2555         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
2556         entry for one-liner-defun.
2558         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
2559         name in its def-edebug-spec.
2561         * progmodes/cc-cmds.el (c-electric-brace): Make the
2562         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
2563         compacts space before a comment, if this will make things fit on
2564         one line.
2566         Introduce an "awk" style, mainly for auto-newline and clean-ups.
2568         * progmodes/cc-align.el: New function c-snug-1line-defun-close
2570         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
2571         clean-up one-liner-defun.
2573         * progmodes/cc-styles.el: Add the new "awk" style.
2575         * progmodes/cc-vars.el: Add description of one-liner-defun to
2576         c-cleanup-list's doc-string.  New user options,
2577         c-max-one-liner-length.  In c-default-style, set the default style
2578         for AWK to "awk".
2580 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2582         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
2583         macros inside labels.
2585         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
2586         `c-at-statement-start-p' and `c-at-expression-start-p'.
2588         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
2589         error if the mark isn't set.
2591         * progmodes/cc-engine.el (c-guess-continued-construct)
2592         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
2593         accurately detect functions inside functions.
2595         * progmodes/cc-engine.el (c-at-expression-start-p): New function
2596         like `c-at-statement-start-p' that additionally recognizes commas
2597         and expression parentheses as delimiters.
2599         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
2600         to avoid heuristics that doesn't work for unclosed blocks.
2602         (c-at-statement-start-p): New function.
2604         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
2605         Objective-C directives, e.g. directives spanning lines should work
2606         reasonably well now.
2608         (c-put-c-type-property, c-clear-c-type-property): New helpers.
2610         (c-forward-objc-directive): New function to move over any ObjC
2611         directive.
2613         (c-just-after-func-arglist-p, c-guess-basic-syntax)
2614         (c-basic-matchers-before): Use it.
2616         (c-font-lock-objc-iip-decl): Removed.
2618         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
2619         in the template arglist recognition.
2621         * progmodes/cc-styles.el (c-style-alist): Fixed several
2622         inconsistencies in the Whitesmith style.
2624         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
2625         New lineup function to get lines after Whitesmith style blocks
2626         correctly indented.
2628         (c-lineup-whitesmith-in-block): Backed out the compensation for
2629         opening parens since it's done using `add' lists in the style
2630         definition instead.  Don't use the anchor position since it varies
2631         too much between the syntactic symbols. :P
2633         * progmodes/cc-vars.el (c-valid-offset): Updated.
2635         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
2636         lists where the offsets are combined according to several
2637         different methods: `first', `min', `max', and `add'.  Report
2638         offset evaluation errors with `c-benign-error' so that some kind
2639         of reindentation still is done.
2641         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
2642         `arglist-intro' the same way as `arglist-cont-nonempty' and
2643         `arglist-close'.
2645         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
2646         situations for `arglist-cont-nonempty' and `arglist-close'.
2648         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
2649         constant.
2651         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
2652         cc-bytecomp-boundp' in a number of places.
2654         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
2655         macro related issue.
2657 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2659         * progmodes/cc-awk.el: Change the terminology of regexps: A char
2660         list is now [asdf], a char class [:alpha:].  Include code for char
2661         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
2662         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
2663         regexps.
2665         Remove (nearly all of) the cruft associated with AWK Mode's former
2666         concept of "virtual semicolons":
2668         Adapt c-beginning-of-statement, c-end-of-statement (together with
2669         subfunctions) to use the new notion of "virtual semicolon" in
2670         place of the old awkward special handling for AWK.  There remains
2671         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
2672         * progmodes/cc-cmds.el:
2673         (c-ascertain-adjacent-literal): In the backwards direction, now
2674         recognises AWK regexp delimiters as string delimiters.
2675         (c-after-statement-terminator-p): Adapt for virtual semicolons;
2676         check more rigorously for "end of macro".
2677         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
2678         virtual semicolons;
2679         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
2680         out the code for forward movement into ...
2681         (c-end-of-statement): Now contains the code for forward movement,
2682         adapted for virtual semicolons.
2684         * progmodes/cc-engine.el:
2685         (c-ws*-string-limit-regexp): New regexp.
2686         (c-forward-single-comment, c-backward-single-comment): Comment out
2687         the (now redundant) "special" AWK stuff.
2689         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
2690         c-string-par-start, c-string-par-separate to be more like Text
2691         Mode than Fundamental Mode.
2693 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2695         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2696         to the fontified region so that fontification doesn't occur
2697         outside it (could happen e.g. when fontifying a line with an
2698         unfinished declaration).
2700 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2702         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2703         moved to near the start of the file.  ^L now separate sections of
2704         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
2705         c-awk-blank-or-comment-line-re,
2706         c-awk-one-line-possibly-open-string-re,
2707         c-awk-regexp-one-line-possibly-open-char-class-re,
2708         c-awk-one-line-possibly-open-regexp-re,
2709         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
2710         c-awk-vsemi-status-unknown-p.
2712         Amend the concept of "virtual semicolons" (in the indentation
2713         engine) for languages like AWK, such that they are now
2714         conceptually attached to end of the last token of a statement, not
2715         the end of the line.  (In AWK Mode, however, the pertinent text
2716         property is still physically set on the EOL.)  Remove the specific
2717         tests for awk-mode, thus facilitating the introduction of other
2718         language modes where EOLs can end statements.  (Note: The
2719         funtionality in cc-cmds.el, specifically
2720         c-beginning/end-of-statement has yet to be amended.)
2722         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2723         c-vsemi-status-unknown-p.
2725         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2726         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
2727         c-vsemi-status-unknown-p-fn (in a new page).
2729         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2730         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2731         numerous awkward forms like
2732         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2733         with
2734         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
2735         variable before-ws-ip, the place just after char-before-ip
2736         appears.
2738         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2739         a comment.
2741 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2743         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2744         `c-tentative-buffer-changes'.
2746         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
2747         converted to macro to choose between Emacs and XEmacs at compile
2748         time.
2750         (c-set-region-active): New set counterpart to
2751         `c-region-is-active-p'.
2753         (c-tentative-buffer-changes): New macro to handle temporary buffer
2754         changes in a convenient way.
2756         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2757         for `c-tentative-buffer-changes'.
2759         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2760         the checks for paren sexps between the point and the keyword, to
2761         avoid some false alarms.
2763         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2764         Fixed a situation where an error could be thrown for unbalanced
2765         parens.  Changed to make use of c-keyword-member' to avoid some
2766         repeated regexp matches.
2768         (c-opt-lambda-key, c-opt-inexpr-block-key,
2769         c-opt-inexpr-class-key): These language variable are no longer
2770         necessary.
2772         (c-block-stmt-kwds): New language constant used by
2773         c-looking-at-inexpr-block'.
2775         (c-guess-basic-syntax): Removed an optional check that looked at
2776         the existence of the now removed language variables.
2778         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2779         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2780         object instantiation expressions as declarations in some contexts.
2781         This bug only affected languages where the declarator can't be
2782         enclosed in parentheses.
2784         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2785         insert newlines before and after substatement braces.
2787         * progmodes/cc-engine.el: Improved the heuristics for recognizing
2788         function declaration headers and the handling of C++ style member
2789         init lists.
2791         (c-just-after-func-arglist-p): Rewritten to use
2792         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
2794         (c-beginning-of-member-init-list): Removed since it isn't used
2795         anymore.
2797         (c-guess-basic-syntax): Case 5B adapted for the new
2798         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
2799         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2800         covers all cases now).
2802         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2804 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2806         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2807         c-string-par-start/separate c-sentence-end-with-esc-eol,
2808         initialised in c-setup-paragraph-variables, used in string
2809         scanning subroutines of c-beginning-of-statement.
2811         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
2812         which precedes the newly inserted `{'.
2814 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2816         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2817         function for declaration level blocks.  It should now cope with
2818         templates better and also be a lot more comprehensible.
2820         (c-looking-at-decl-block): The new function.
2822         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
2823         for compatibility.
2825         (c-add-class-syntax, c-guess-continued-construct,
2826         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2828         (c-decl-block-key): Changed to tell apart ambiguous and
2829         unambiguous keywords.  Pike specials are now handled directly in
2830         the code instead.
2832         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2833         language constants and variables to make the backward skip in
2834         `c-looking-at-decl-block' as tight as possible.
2836         (c-nonsymbol-token-char-list): New language constant.
2838         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2839         find balanced template arglists backwards.
2841         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2842         making char classes for `c-syntactic-skip-backward'.
2844         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2845         16D - can't be a class-close at that point.
2847         * progmodes/cc-engine.el (c-guess-basic-syntax)
2848         (c-add-class-syntax): Don't narrow out the enclosing declaration
2849         level.  This makes everything a lot easier, and it was actually
2850         only four small places that needed it to work.  Some places that
2851         previously did `widen' are removed now, which has the effect that
2852         `c-guess-basic-syntax' never will look at things outside the
2853         current narrowment now.  The anchor position for `topmost-intro'
2854         is affected by this, but it was so bogus it was basically useless
2855         before, and now it's equally bogus but in a slightly different
2856         way.
2858         (c-narrow-out-enclosing-class): Gone.
2860         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2861         the narrowed region.
2863         (c-least-enclosing-brace): Removed silly optional argument.
2865         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2866         the point could be left directly after an open paren when finding
2867         the beginning of the first decl in the block.
2869         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2870         Specify which submatch to use.
2872         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2874         (c-decl-start-re): No longer any need for special treatment of
2875         ObjC due to the above.
2877         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2878         presumably follows C in that regard.
2880         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2881         New language constants to specify operator tokens inside
2882         identifiers in a more high level way.
2884         (c-opt-identifier-prefix-key): New internal language constant.
2886         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
2887         (c-identifier-start, c-identifier-key): Now completely calculated
2888         from other constants.
2890         (c-identifier-last-sym-match): Decommissioned since it's no longer
2891         used.
2893         (c-operators): Use `c-identifier-ops'.  Documented
2894         `postfix-if-paren'.
2896         * progmodes/cc-engine.el (c-forward-name): Removed the
2897         optimization when c-identifier-key is equal to c-symbol-key since
2898         it doesn't work in byte compiled files.  Don't record empty
2899         regions as identifiers.
2901         * progmodes/cc-langs.el (c-filter-ops): New helper function to
2902         simplify access to `c-operators' and its likes.
2904         (c-operator-list, c-all-op-syntax-tokens)
2905         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
2906         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
2907         (c-primary-expr-regexp, c-cast-parens): Use it.
2909         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2910         an explicit language in functions.
2912         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2913         variant of adornment.
2915         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2916         variable.
2918         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2919         the Pike value.
2921         * progmodes/cc-engine.el (c-on-identifier)
2922         (c-simple-skip-symbol-backward): Small fix for handling "-"
2923         correctly in `skip-chars-backward'.  Affected the operator lfun
2924         syntax in Pike.
2926         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2927         diagnostic message about precompiled language vars not being used.
2929         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2930         "__attribute__" is followed by a parenthesis.
2932         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
2933         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2934         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2936         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2937         cleanups to properly detect the declared identifiers in various
2938         declarations.
2940         (c-decl-start-kwds): New language constant to recognize
2941         declarations that can start anywhere.  Used for class declarations
2942         in Pike.
2944         (c-specifier-key, c-not-decl-init-keywords)
2945         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
2946         (c-find-decl-spots): Implement `c-decl-start-kwds'.
2948         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
2949         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2950         handling of the compiler specific extension keywords into a new
2951         language constant `c-decl-hangon-kwds' that defines keyword
2952         clauses to be ignored in declarations.
2954         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2955         past unrecognized tokens when handling `c-colon-type-list-kwds'.
2956         Necessary to stop at the declared identifier in e.g. IDL valuetype
2957         declarations.
2959         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
2960         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
2961         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
2962         (c-forward-decl-or-cast-1): Recognize the declared identifier in
2963         class and enum declarations as such and not as part of the type.
2965         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
2966         interpretation of PRECEDING-TOKEN-END when there's no preceding
2967         token.
2969         (c-forward-decl-or-cast-1): Don't disregard sure signs of
2970         declarations when there's some syntax error later on.
2972         (c-complex-decl-matchers): Did away with a reference to
2973         `c-specifier-key'.
2975         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
2976         value - this variable is always dynamically bound.
2978         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
2979         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
2980         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
2981         functions that might do hidden buffer changes: All such internal
2982         functions are now marked instead of those that don't.
2984         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
2985         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
2986         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
2987         (c-literal-type): Allow these functions to make hidden buffer changes,
2988         so that they are free to use text property caching later on.
2990         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
2991         (c-electric-brace, c-electric-slash, c-electric-star)
2992         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
2993         (c-electric-paren, c-electric-continued-statement, c-indent-command)
2994         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
2995         (c-context-line-break): Added `c-save-buffer-state' calls to comply
2996         with the changed semantics of the functions above.
2998         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
2999         when macros occur in obscure places.  Optimized the sexp movement
3000         a bit.
3002 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3004         Enhancements for c-beginning-of-statement to work in AWK Mode:
3006         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
3007         (completed statement) with `}' (statement completed by closing
3008         brace or semicolon) and `$' (statement completed by EOL).
3010         (c-awk-virtual-semicolon-ends-prev-line-p)
3011         (c-awk-virtual-semicolon-ends-line-p)
3012         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
3013         (c-awk-at-statement-end-p): New functions.
3015         * progmodes/cc-cmds.el: Simplify the structure of functions
3016         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
3017         two functions and c-beginning-of-statement to handle AWK Mode.
3019         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
3020         c-backward-single-comment for AWK mode.  Attempt to clarify their
3021         doc-strings.
3023         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
3025 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3027         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
3028         label handling.  Labels are now recognized in a uniform and more
3029         robust way, regardless of context.  Text properties are put on all
3030         labels to recognize the following declarations better.  Multiword
3031         labels are handled both in indentation and fontification for the
3032         benefit of language extensions like Qt.  For consistency, keywords
3033         in labels are now fontified with the label face instead.  That
3034         also applies to "case" and "default".
3036         (c-beginning-of-statement-1): Fixed some bugs in the label
3037         handling.  Disregard `c-nonlabel-token-key' in labels that begin
3038         with `c-label-kwds'.
3040         (c-find-decl-spots): Support that the callback adds more
3041         `c-decl-end' spots to find.
3043         (c-forward-decl-or-cast-1): Don't treat a list of plain
3044         identifiers followed by a colon as a declaration.
3046         (c-forward-label): New function to recognize labels.
3048         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
3049         `c-forward-label'.  Moved the label recognition cases (14 and 15)
3050         earlier since they aren't so context sensitive now.  Handle labels
3051         on the top level gracefully.  Moved access label recognition to
3052         the generic label case (CASE 15) - removed CASE 5E.
3054         (c-font-lock-declarations): Added recognition of labels in the
3055         same round since we need to handle labels in parallell with other
3056         declarations to recognize both accurately.  It should also improve
3057         speed.
3059         (c-simple-decl-matchers, c-basic-matchers-after): Moved
3060         `c-font-lock-labels' so that it only is used on decoration level 2
3061         since `c-font-lock-declarations' handles it otherwise.
3063         (c-complex-decl-matchers): Removed the simplistic recognition of
3064         access labels.
3066         (c-decl-prefix-re): Removed the kludges that was necessary to cope
3067         with labels earlier.
3069         (c-decl-start-re): New language variable to make
3070         `c-font-lock-declarations' stop for the special protection labels
3071         in Objective-C that start with `@'.
3073         (c-label-key): Removed since it's no longer used.
3075         (c-recognize-colon-labels, c-label-prefix-re): New language
3076         constants to support recognition of generic colon-terminated
3077         labels.
3079         (c-type-decl-end-used): `c-decl-end' is now used whenever there
3080         are colon terminated labels.
3082         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
3083         first argument starts with a special brace list.
3085         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
3086         (c-font-lock-declarations): Broke out the declaration and cast
3087         recognition from `c-font-lock-declarations' to a new function, so
3088         that it can be used in the indentation engine.
3090         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
3091         up to the start of the literal.  Fixed bug with the point on the
3092         wrong side of the search limit that could happen when the start
3093         position is inside a literal.
3095         * progmodes/cc-engine.el (c-parse-state)
3096         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
3097         so that it's kept a little bit back to increase the hit rate.
3099         (c-parse-state): Changed the macro handling and fixed some
3100         glitches.  Macro context is checked more often than necessary now,
3101         but otoh less garbage conses are generated.
3103         * progmodes/cc-engine.el (c-parse-state)
3104         (c-invalidate-state-cache): Cache the last position where
3105         `c-state-cache' applies.  This can speed up refontification quite
3106         a bit in blocks where there are many non-brace parens before the
3107         point.
3109         (c-state-cache-end): New variable for this.
3111         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
3112         cache variable.
3114         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
3115         get close initial continue positions when the start position is
3116         inside a literal or macro.  Do not call the callback for spots
3117         before the start position (which can happen e.g. for `c-decl-end'
3118         spots inside comments).  Optimize better in special cases when the
3119         region is a single line inside a literal or macro (typically when
3120         the current line is refontified).
3122         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
3123         to `c-add-stmt-syntax' - there's no need to explicitly whack off
3124         entries from the paren state.
3126         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
3127         special case for "else if" clauses.
3129         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
3130         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
3132         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
3133         language variable to recognize the gcc extension with statement
3134         blocks inside expressions.
3136         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
3137         it somewhat more comprehensible.  The argument AT-BLOCK-START is
3138         no longer used and hence removed.
3140         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
3141         to `c-add-stmt-syntax'.
3143         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
3144         `c-beginning-of-statement-1' instead of duplicating parts of it.
3145         This fixes bogus label recognition.
3147         * progmodes/cc-engine.el (c-add-type, c-check-type)
3148         (c-forward-name, c-forward-type): Improved storage of template
3149         types in `c-found-types' so that they can be recognized better.
3151         (c-syntactic-content): Added option to skip past nested parens.
3153         * progmodes/cc-engine.el (c-forward-name): Set
3154         `c-last-identifier-range' all the time.  It's less work that way.
3155         Handle that there might not be an identifier to store in
3156         `c-last-identifier-range'.
3158         (c-forward-type): Handle that `c-last-identifier-range' might be
3159         nil from `c-forward-name'.
3161         * progmodes/cc-defs.el (c-safe-scan-lists)
3162         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
3164         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
3165         to work even if the form fails.
3167         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
3168         down in a large file in one go.
3170         (c-get-fallback-start-pos): New helper function for
3171         `c-parse-state'.
3173         * progmodes/cc-align.el (c-lineup-assignments): New lineup
3174         function which is like `c-lineup-math' but returns nil instead of
3175         `c-basic-offset' when it doesn't match.
3177         (c-lineup-math): Changed to use `c-lineup-assignments'.
3179 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3181         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
3182         c-beginning-of-statement.  New subfunctions
3183         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
3185 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3187         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
3188         hardcoded char classes whereever possible.  Changed a couple of
3189         places to use skip by syntax instead of skip by char class.
3191         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
3192         Fixed a bug in the regexp that caused extreme backtracking.
3194         * progmodes/cc-langs.el (c-block-comment-starter)
3195         (c-block-comment-ender): New language constants to specify in a
3196         single place how block comments look.
3198         (c-comment-start-regexp, c-block-comment-start-regexp)
3199         (comment-start, comment-end, comment-start-skip)
3200         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
3201         (c-syntactic-ws, c-nonempty-syntactic-ws)
3202         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
3203         `c-line-comment-starter', `c-block-comment-starter' and
3204         `c-block-comment-ender'.
3206         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
3207         New language constants to break up things a bit.
3209         (c-simple-ws): New language constant for simple whitespace.
3211         * progmodes/cc-defs.el (c-concat-separated): New convenience
3212         function.
3214         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
3215         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
3216         newlines.  Allow and ignore nil elements in the list.
3218 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3220         * progmodes/cc-cmds.el: Comment out a (n almost certainly
3221         superfluous) check, (eq here (point-max)) in
3222         c-beginning-of-statement.
3224         * progmodes/cc-cmds.el: Tidy up the comments in
3225         c-beginning-of-statement and subfunctions.
3227         * progmodes/cc-awk.el: Replace calls to put-text-property to the
3228         more flexible c-put-char-property and c-clear-char-properties.
3229         Add the author's email address.
3231         * progmodes/cc-langs.el: New variable,
3232         c-block-comment-start-regexp.
3234         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
3235         closing "*/" of a block comment.
3237         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
3238         subfunctions) so that it works at BOB and EOB.
3240         * progmodes/cc-cmds.el, cc-vars.el: More updating of
3241         c-beginning-of-statement, including new variable
3242         c-block-comment-start-regexp.
3244 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3246         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
3247         symbols from `*-font-lock-extra-types' so that there's no need to
3248         use `regexp-opt' on those lists.
3250         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
3251         `c-type-modifier-kwds' is empty.
3253         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
3254         there are several strings on the same line.
3256         * progmodes/cc-engine.el (c-literal-limits): Removed the
3257         compatibility function for older emacsen.  `c-literal-limits-fast'
3258         has now taken the place of this function.
3260         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
3261         with older emacsen: We now require `pps-extended-state'.
3263 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3265         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
3266         which obviates the need to hack sentence-end.  This now handles
3267         escaped newlines in strings correctly.  Correct minor bugs in
3268         c-move-over-sentence and in c-beginning-of-statement.
3270         * progmodes/cc-cmds.el (c-beginning-of-statement (and
3271         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
3272         that movement over macros and code are rigorously separated from
3273         eachother.  Correct a few incidental bugs.
3275         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
3276         Improve its doc-string.  Improve the handling of certain specific
3277         cases.
3279 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3281         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
3282         (c-guess-basic-syntax): Changed the way class-level labels are
3283         recognized; they can now contain essentially any symbols.
3285         (c-opt-extra-label-key): New language variable to cope with the
3286         special protection label syntax in Objective-C.
3288         (c-opt-access-key): Removed; this is now handled better by
3289         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
3291         (c-complex-decl-matchers): Update to handle that
3292         `c-opt-access-key' no longer exists.
3294         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
3295         improved label recognition in `c-beginning-of-statement-1'.
3297         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3298         Recognize bitfields better.
3300         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
3301         Removed some cruft and fixed a bug that could cause it to go to a
3302         position further down.
3304         * progmodes/cc-langs.el, cc-engine.el
3305         (c-beginning-of-statement-1): Improved detection of labels in
3306         declaration contexts.
3308         (c-beginning-of-decl-1): Use it.
3310         (c-nonlabel-token-key): New language constant and variable needed
3311         by `c-beginning-of-statement-1'.
3313         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
3314         manifested itself due to the correction in `c-forward-sexp'.
3316         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
3317         these behave as documented when used at the buffer limits.
3319         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
3320         (c-type-decl-end-used): Made this a language variable.
3322         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
3323         correctly when `combine-after-change-calls' is used together with
3324         temporary narrowings.
3326         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
3327         labels correctly when the start point is immediately after the
3328         colon.
3330         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
3331         since it isn't used anymore.
3333         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
3334         bracket arglists such as template parens in C++.
3336         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
3337         in the last check-in.  Some optimization.
3339         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
3340         where it could stop at the same level in a preceding sexp when
3341         PAREN-LEVEL is set.
3343         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
3344         text property lookup only when it's needed.
3346         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
3347         Changed the policy for paren marked angle brackets to be more
3348         persistent; once marked they remain marked even when they're found
3349         to be unbalanced in the searched region.  This should keep the
3350         paren syntax around even when individual lines are refontified in
3351         multiline template arglists.
3353         (c-parse-and-markup-<>-arglists): New dynamically bound variable
3354         to control markup so that incorrect angle bracket arglists aren't
3355         marked in contexts where the correct value for
3356         `c-disallow-comma-in-<>-arglists' isn't known.
3358         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
3359         argument has become `c-parse-and-markup-<>-arglists'.
3361         (c-remove-<>-arglist-properties): Removed - no longer used.
3363         (c-after-change-check-<>-operators): New function used on
3364         `after-change-functions' to avoid that "<" and ">" characters that
3365         are part of longer operators have paren syntax.
3367         (c-<>-multichar-token-regexp): New language variable used by
3368         `c-after-change-check-<>-operators'.
3370         (c-after-change): Call `c-after-change-check-<>-operators'.
3372         (c-font-lock-<>-arglists): Use the context properties set by
3373         `c-font-lock-declarations' to set
3374         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
3375         markup.
3377         (c-font-lock-declarations): Removed code that undoes the invalid
3378         markup done by `c-font-lock-<>-arglists'.
3380         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
3381         after `c-font-lock-declarations'.
3383         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
3384         paren-level feature.
3386         (c-guess-basic-syntax): Improved the anchor position for
3387         `template-args-cont' in nested template arglists.  There's still
3388         much to be desired in this area, though.
3390 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3392         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
3393         Make the "Text Filling and Line Breaking" commands work for AWK
3394         buffers.
3396 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3398         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
3399         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
3401         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
3402         it doesn't work no longer are supported.
3404         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
3405         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
3406         requires support for the syntax-table' text property, which rules
3407         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
3408         cruft associated with those versions.
3410         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
3411         for the `syntax-table' text property, which rules out Emacs 19 and
3412         XEmacs < 21.4.  Removed various compatibility cruft associated
3413         with those versions.
3415         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
3416         support for the `syntax-table' text property.
3418         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
3419         variable and use an extra quoted face name instead.  All the
3420         emacsen flavors handle that correctly.
3422         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
3423         (c-font-lock-declarators, c-font-lock-declarations)
3424         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
3425         property to mark the items in in declarator lists to handle
3426         refontification inside multiline declarations better.
3428         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
3429         construct like "a * b = c;" as a declaration.
3431 2005-12-08  Kim F. Storm  <storm@cua.dk>
3433         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
3434         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
3435         select either meta, hyper, or super modifier for rectangle commands.
3436         (cua--rectangle-modifier-key): New defvar.
3437         (cua--M/H-key): Use it.  Remove special case for `space'.
3438         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
3439         on X, to meta otherwise.  Always bind C-return to toggle
3440         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
3442         * emulation/cua-rect.el (cua-help-for-rectangle): Use
3443         cua--rectangle-modifier-key.  Handle super modifier too.
3444         (cua--init-rectangles): Always bind C-return to toggle rectangle.
3445         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3447         * ido.el: Move Acknowledgements and History after Commentary.
3448         Minor changes to Commentary.
3450         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
3451         keymap if cua--prefix-override-timer is `shift'.
3452         (cua--shift-control-prefix): New function; emulate "type prefix
3453         key twice" functionality to handle shifted prefix key override.
3454         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
3455         commands.
3456         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
3458 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
3460         * textmodes/org.el (org-insert-heading): Try to do items before
3461         headings.
3462         (org-agenda-mode): Quote `org-agenda-mode-hook'.
3463         (org-insert-item): New function.
3464         (org-renumber-ordered-list): Don't skip to higher level lists.
3466 2005-12-08  Juri Linkov  <juri@jurta.org>
3468         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
3470         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
3472         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
3474         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
3475         the constructed function name fun-1.
3477         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
3478         because such links don't lead to parent documentation.
3480 2005-12-08  Kenichi Handa  <handa@m17n.org>
3482         * descr-text.el (describe-char): Use *Help-2* buffer if the
3483         current buffer is *Help*.  Call describe-text-properties while
3484         setting the original buffer.
3486 2005-12-07  Bill Wohler  <wohler@newt.com>
3488         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
3489         and causes problems with non-MH users (such as Gnus users).
3491 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
3493         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
3494         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
3495         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
3496         command "info sources".  Move calls to GDB command "list".
3497         (gdb-find-file-hook): Just use gdb-source-file-list.
3498         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
3499         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
3500         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3501         (gdb-data-list-register-values-handler): Use correct trigger name.
3503 2005-12-07  Kim F. Storm  <storm@cua.dk>
3505         * ido.el (ido-completion-map): Rename from ido-mode-map.
3506         (ido-common-completion-map, ido-file-completion-map)
3507         (ido-file-dir-completion-map, ido-buffer-completion-map):
3508         Rename from ido-mode-....-map.
3509         (ido-init-completion-maps): Rename from ido-init-mode-maps.
3510         (ido-setup-completion-map): Rename from ido-define-mode-map.
3511         (ido-read-internal): Bind minibuffer-local-filename-completion-map
3512         to ido-completion-map.
3514 2005-12-07  Kenichi Handa  <handa@m17n.org>
3516         * international/mule-cmds.el
3517         (set-display-table-and-terminal-coding-system): If the coding
3518         system specified in `unibyte-display' property is different from
3519         the arg coding-system, don't setup standard-display-table.
3521 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3523         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
3524         that comments end at \n, regardless of selective-display.
3526 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
3528         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
3529         (gdb-version): New variables.
3530         (gdb-source-file-list, gdb-register-names)
3531         (gdb-changed-registers): New variables for use with GDB 6.4+.
3532         (gdb-ann3): Replace with...
3533         (gdb-init-1, gdb-init-2): ...two new functions.
3534         (gdba, gdb-prompt): Call gdb-init-1.
3535         (gdb-get-version): New function.  Call gdb-init-2 from here.
3536         (gud-watch): Make it work with mouse events too.
3537         (gdb-post-prompt): Don't add to queue until GDB version is known.
3538         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
3539         (gdb-locals-mode): Use gdb-version.
3540         (gdb-memory-format-map, gdb-memory-unit-map)
3541         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
3542         (gdb-locals-font-lock-keywords-1)
3543         (gdb-locals-font-lock-keywords-2): New variables.
3544         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
3545         (gdb-set-gud-minor-mode-existing-buffers-1)
3546         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
3547         (gdb-var-update-1, gdb-var-update-handler-1)
3548         (gdb-data-list-register-values-handler)
3549         (gdb-data-list-register-values-custom)
3550         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
3551         (gdb-stack-list-locals-handler, gdb-get-register-names):
3552         New functions for use with GDB 6.4+.
3553         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
3554         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
3555         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
3556         (gdb-stack-list-locals-regexp)
3557         (gdb-data-list-register-names-regexp): New regexps for use with
3558         GDB 6.4+.
3560 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3562         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
3564 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
3566         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
3567         prompts work for AUTH PLAIN.  Also reported by Steve Allan
3568         <seallan@verizon.net>.
3570 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3572         * frame.el (set-frame-parameter): Add doc string.
3574 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
3576         * textmodes/org.el (org-occur-highlights): New variable.
3577         (org-highlight-new-match, org-remove-occur-highlights): New functions.
3578         (org-highlight-sparse-tree-matches): New option.
3579         (org-do-occur): New function.
3580         (org-get-heading): Make it work also at beginning of line.
3581         (org-category-table): New variable.
3582         (org-get-category-table, org-get-category)
3583         (org-camel-to-words, org-link-search): New functions.
3584         (org-select-this-todo-keyword): New variable.
3585         (org-todo-list): New command.
3586         (org-shiftright, org-shiftleft): New commands.
3587         (org-agenda-todo): Add prefix argument.
3588         (org-show-hierarchy-above): New option.
3589         (org-show-todo-tree): Numerical prefix creates tree for specific
3590         TODO keyword.
3591         (org-outline-level): New function, to assign a level to plain
3592         lists items.
3593         (org-cycle-include-plain-lists): New option.
3594         (org-mode): Use `org-outline-level' as value of `outline-level'.
3595         (org-cycle): Temporarily switch `outline-regexp' if
3596         `org-cycle-include-plain-lists' is non-nil.
3597         (org-start-icalendar-file): Fix format bug.
3598         (org-agenda-get-day-entries): Create category table.
3599         (org-agenda-get-todos, org-agenda-get-timestamps)
3600         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3601         (org-agenda-get-blocks): Use `org-get-category'.
3602         (org-context-in-file-links): Rename from
3603         `org-line-numbers-in-file-links'.
3605 2005-12-06  Romain Francoise  <romain@orebokech.com>
3607         * window.el (balance-windows): Delete extraneous third arg in call
3608         to `enlarge-window'.
3610 2005-12-06  Kenichi Handa  <handa@m17n.org>
3612         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
3614 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
3616         * progmodes/gdb-ui.el (gdb-var-create-handler)
3617         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
3618         (gdb-var-list-children-handler, gdb-var-update-handler):
3619         Current buffer is already gdb-partial-output-buffer, don't
3620         make it current again.
3622 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
3624         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
3625         (list-buffers-noselect): Use it.
3627 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
3630         (mail-yank-ignored-headers): Use regexp-opt.
3631         (mail-mode-map): Move initialization into declaration.
3632         (mail-sent-via): Remove unused shadowed var `to-line'.
3633         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
3634         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
3635         (mail-do-fcc): Use dolist and push.
3636         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
3637         (mail-yank-ignored-headers): Don't autoload.
3639 2005-12-05  Kenichi Handa  <handa@m17n.org>
3641         * international/mule-cmds.el (set-language-info-internal): New fun.
3642         (set-language-info): Call set-language-info-internal to update
3643         language-info-alist.  If LANG-ENV is the current one, call
3644         set-language-environment to make INFO effective now.
3645         (set-language-info-alist): Likewise.
3646         (locale-language-names): With locale "en", use English
3647         lang. env. but set the default codings to iso-8859-1.
3649 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
3651         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
3652         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
3653         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
3654         for plain strings.
3655         (gdb-frames-mode): Remove redundant call to font-lock-mode.
3656         (gdb-all-registers): Rename from toggle-gdb-all-registers.
3657         Create registers buffer if necessary.  Echo new state in minibuffer.
3658         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
3660 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
3662         * info.el (Info-fontify-node): Match external links using
3663         non-directory part of filename.
3665 2005-12-04  Juri Linkov  <juri@jurta.org>
3667         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
3668         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
3669         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
3670         because there is no customization option for it.
3672         * font-lock.el (lisp-font-lock-keywords-1):
3673         Add define-global-minor-mode.
3675         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
3677         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
3678         properties on the constructed variable names.
3680         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3681         Put `definition-name' properties on the constructed function names
3682         next-sym and prev-sym.
3684         * emacs-lisp/find-func.el (find-function-regexp):
3685         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
3686         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
3687         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
3688         and easy-menu-define.
3690         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
3691         easy-mmode-define-global-mode and define-global-minor-mode.
3692         (lisp-imenu-generic-expression): Add define-global-minor-mode.
3694         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3695         instead of easy-mmode-define-global-mode.
3697         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3698         Use define-minor-mode instead of easy-mmode-define-minor-mode.
3700         * cus-edit.el (customize-group, customize-group-other-window):
3701         Filter out autoloaded options from the group completion list by
3702         using heuristics that autoloaded groups don't have `custom-autoload'
3703         property on their symbols (they have only `custom-loads').
3705         * simple.el (completion-setup-function): Put completions-common-part
3706         face on complete completion string too (i.e. completion string
3707         without completions-first-difference face).
3709         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3711 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
3713         * view.el (view-mode): Doc fix.
3715         * disp-table.el (standard-display-european): Add to the warning
3716         message a reference to the doc string.
3718         * play/yow.el (apropos-zippy): Call print-help-return-message,
3719         similar to other Help and Apropos commands.
3721         * help.el (print-help-return-message): If pop-up-frames is
3722         non-nil, set up help-return-method to delete the help window and,
3723         possibly, its frame as well, and don't display message about
3724         scrolling the help window.  Doc fix.
3725         (help-return-method): Doc fix.
3727 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3729         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3730         whereby names of length one or names starting with a
3731         symbol-constituent character would not be returned.
3733 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3735         * subr.el (atomic-change-group): Add edebug and indentation spec.
3737 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * completion.el (save-completions-file-name): Fix typo in last change.
3741 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3743         * info.el: Move back/forward history to the beginning of the tool bar.
3745 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
3747         * allout.el (eval-when-compile): Remove unnecessary load of cl.
3748         Add fset of allout-real-isearch-abort during compile to fix
3749         byte-compilation warnings.
3750         (allout-mode-p): Move definition of this macro above all uses, or
3751         byte compilation in barren emacs (eg, during emacs build) will
3752         lack the definition.
3753         (allout-mode): Move this variable above any uses, or byte
3754         compilation will fail.
3755         (allout-resolve-xref): Remove use of personal file-reference function.
3756         (allout-toggle-current-subtree-encryption): Do the current (ie,
3757         visible containing) topic, rather than nearest around point.  Doc fix.
3758         (allout-toggle-subtree-encryption): New function, workhorse that
3759         works on nearest topic containing point.
3760         (allout-encrypt-string): Signal requirement for newer version of pgg.
3761         (allout-resumptions): Doc fix.
3763 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
3765         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3767 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
3769         * textmodes/flyspell.el (flyspell-external-point-words):
3770         Consider a misspelling as found in the string search if: (a) misspelling
3771         and found string lengths match, or (b) misspelling is found as
3772         element in a boundary-chars separated longer string, or (c)
3773         ispell-program-name is really ispell and misspelling is found as
3774         part of a TeX string.  After successful match move beginning of
3775         search region to end of match.  Warn about not found misspellings
3776         once the process is done.
3777         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3779 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
3781         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3782         tool bar (removed inadvertently).
3784 2005-12-02  Juri Linkov  <juri@jurta.org>
3786         * log-view.el (log-view-diff): Clarify doc string.
3788 2005-12-01  Bill Wohler  <wohler@newt.com>
3790         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3791         triggers lm-verify errors.
3793 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3795         * simple.el (transient-mark-mode, line-number-mode)
3796         (column-number-mode, size-indication-mode): Remove `:require nil'.
3798 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
3800         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3801         in the margin also.
3802         (gdb-breakpoints-mode-map): Use D instead of d for
3803         gdb-delete-breakpoint.
3804         (gdb-get-frame-number): Require a number to match on.
3805         (gdb-threads-mode-map): Add follow-link binding.
3807 2005-11-30  Jason Rumney  <jasonr@gnu.org>
3809         * isearch.el (isearch-mode-map): Avoid exiting search on
3810         language-change event.
3812 2005-11-30  Romain Francoise  <romain@orebokech.com>
3814         * speedbar.el (speedbar-default-position): New defcustom.
3815         (speedbar-frame-reposition-smartly): Use it.
3817         * dframe.el (dframe-reposition-frame-emacs): Fix position
3818         computation for `left' location.
3819         Update copyright year.
3821 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * help.el (help-map): Move initialization into declaration.
3825         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3827         * help-fns.el (help-argument-name): Don't autoload.
3828         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3829         to be re-loaded when customizing the `help' group.
3831 2005-11-30  John Paul Wallington  <jpw@gnu.org>
3833         * help-fns.el (describe-function-1): Fill arglist output.
3835 2005-11-30  Kim F. Storm  <storm@cua.dk>
3837         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3838         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3839         after revert-buffer (or anything else which kills all local variables).
3841         * apropos.el (apropos-parse-pattern): Doc fix.
3842         Set apropos-regexp directly, rather than expecting callers to do so.
3843         (apropos-command, apropos, apropos-value, apropos-documentation):
3844         Simplify calls to apropos-parse-pattern.
3846 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3848         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3849         (hi-lock-face-phrase-buffer): Use hi-yellow face.
3850         (hi-lock-write-interactive-patterns): Use comment-region.
3852         * longlines.el (longlines-mode): Add mail-setup-hook.
3854         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3856         * simple.el (sendmail-user-agent-compose, next-line):
3857         Conditionally use hard-newline.
3859 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3861         * international/latexenc.el (latex-inputenc-coding-alist):
3862         Reword doc string.
3864 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3866         * help.el (describe-key-briefly, describe-key): Recognize default
3867         bindings.
3869 2005-11-29  Romain Francoise  <romain@orebokech.com>
3871         * view.el (view-inhibit-help-message): New defcustom.
3872         (view-mode-enter): Use it.
3874 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
3876         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3877         Preserve user position.
3879 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
3881         * font-lock.el: Throw error if facemenu is not loaded to prevent
3882         accidental change of loading order in loadup.el.  (Suggested by RMS.)
3884         * loadup.el: Add comment explaining why facemenu must be loaded
3885         before font-lock.
3887 2005-11-28  Jay Belanger  <belanger@truman.edu>
3889         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3890         (calc-dispatch-map): Add more keys for `calc-same-interface'.
3892         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3894         * calc/calc-embed.el (calc-do-embedded): Update help message.
3896         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3898 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3900         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3902         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3903         called-interactively-p.
3904         (elp-profilable-p): Rename from elp-not-profilable-p.
3905         Invert result and take into account macros and autoloaded functions.
3906         (elp-instrument-function): Update call.
3907         (elp-instrument-package): Update call.  Add completion.
3908         (elp-pack-number): Use match-string.
3909         (elp-results-jump-to-definition-by-mouse): Merge into
3910         elp-results-jump-to-definition and then remove.
3911         (elp-output-insert-symname): Make help echo text single-line.
3913         * replace.el (query-replace-map): Move initialization into declaration.
3914         (occur-engine): Use with-current-buffer.
3915         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3916         (occur-mode-mouse-goto): Replace with an alias.
3918 2005-11-28  Juri Linkov  <juri@jurta.org>
3920         * simple.el (quoted-insert): Let-bind input-method-function to nil.
3922         * term/w32-win.el: Bind [S-tab] to [backtab].
3924         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3925         `Info-find-file' to t.
3927         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3928         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3929         and same-window-regexps.
3930         (occur-next-error): Don't move point for arg 0.
3932 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
3934         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3936 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3938         * log-edit.el (log-edit-changelog-use-first): New var.
3939         (log-edit-changelog-ours-p): Use it.
3940         (log-edit-insert-changelog): Set it with new arg `use-first'.
3941         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3942         (log-edit-hook): Add them to the list of suggested options.
3944         * textmodes/flyspell.el (flyspell-last-buffer): New var.
3945         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3946         redundant work.
3947         (flyspell-mode-on): Use add-hook for after-change-functions.
3948         (flyspell-mode-off): Use remove-hook for after-change-functions.
3949         (flyspell-changes): Make it buffer-local.
3950         (flyspell-after-change-function): Make it non-interactive.  Use push.
3951         (flyspell-post-command-hook): Check input-pending-p while processing
3952         the potentially long list of buffer changes.
3954 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3956         * buff-menu.el (list-buffers-noselect): Display the selected
3957         frame's buffer list, not the global one.
3959 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3961         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
3962         that (list last-input-event) works as in interactive spec.
3964 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3966         * loadup.el ("facemenu"): Load facemenu before font-lock, because
3967         `facemenu-keymap' needs to be defined when font-lock is loaded.
3968         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
3970 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3972         * completion.el: Remove useless leading * in defcustom docstrings.
3973         (save-completions-file-name): Use ~/.emacs.d if available.
3974         (completion-standard-syntax-table): Rename from
3975         cmpl-standard-syntax-table and fold initialization into declaration,
3976         thus removing cmpl-make-standard-completion-syntax-table.
3977         (completion-lisp-syntax-table, completion-c-syntax-table)
3978         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
3979         (cmpl-saved-syntax, cmpl-saved-point): Remove.
3980         (symbol-under-point, symbol-before-point)
3981         (symbol-under-or-before-point, symbol-before-point-for-complete)
3982         (add-completions-from-c-buffer): Use with-syntax-table.
3983         (make-completion): Don't return a list of completion entries.
3984         Update callers.
3985         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
3986         (completion-initialize): Rename from initialize-completions.
3987         (completion-find-file-hook): Rename from cmpl-find-file-hook.
3988         (kill-emacs-save-completions): Collect stats here.
3989         (save-completions-to-file, load-completions-from-file):
3990         Use with-current-buffer.
3991         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
3992         into a function.  Move all calls to toplevel.
3993         (completion-lisp-mode-hook): New fun.
3994         (completion-c-mode-hook, completion-setup-fortran-mode):
3995         Set the syntax-table here.  Use local-set-key.
3996         (completion-saved-bindings): New var.
3997         (dynamic-completion-mode): Make it into a proper minor mode.
3998         (load-completions-from-file): Remove unused var `num-uses'.
4000         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
4001         constructor if it is explicitly overridden.
4003         * complete.el (PC-completion-as-file-name-predicate):
4004         Use minibuffer-completing-file-name.
4005         (partial-completion-mode): Use find-file-not-found-functions.
4006         (PC-lisp-complete-symbol): Use with-syntax-table.
4007         (PC-look-for-include-file): Remove dead setq.
4008         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
4009         (PC-complete): Use with-current-buffer.
4011         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
4012         escape single quotes.
4014 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4016         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4017         of `if' whose condition always returned nil.  Doc fix.
4019         * buff-menu.el (Buffer-menu-revert-function): Make the selected
4020         window's buffer the current buffer around the call to
4021         `list-buffers-noselect'.  This is necessary to mark that buffer
4022         with a `.' in the Buffer Menu when called from Lisp, for instance
4023         by Auto Revert Mode.
4025 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
4027         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
4028         attaching to it.
4029         (gdb-pre-prompt): Make sure gdb-error is reset.
4031         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
4032         with a child process, detect it.
4033         (gud-speedbar-buttons): Match regexp more carefully.
4035 2005-11-27  Richard M. Stallman  <rms@gnu.org>
4037         * mouse.el (mouse-drag-move-window-bottom):
4038         Use adjust-window-trailing-edge.
4040 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4042         * simple.el (blink-matching-open): Ignore
4043         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
4044         (blink-matching-paren-on-screen): Update docstring.
4046         * paren.el (show-paren-mode): No longer change
4047         `blink-matching-paren-on-screen'.
4049 2005-11-27  John Paul Wallington  <jpw@pobox.com>
4051         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4052         (gdb-threads-select, gdb-edit-register-value):
4053         Use `posn-set-point' instead of `mouse-set-point' because the
4054         latter is not fbound when configured without X.
4056 2005-11-27  Kim F. Storm  <storm@cua.dk>
4058         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
4059         existing face when partially highlighting a TAB in a rectangle.
4061 2005-11-26  Kim F. Storm  <storm@cua.dk>
4063         * ido.el (ido-mode-map): Doc fix.
4064         (ido-mode-common-map, ido-mode-file-map)
4065         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
4066         (ido-define-mode-map): Rewrite.  Select one of the new maps as
4067         parent for ido-mode-map instead of building from scratch.
4068         (ido-init-mode-maps): New defun to initialize new maps.
4069         (ido-mode): Call it.
4070         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
4071         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
4073 2005-11-26  John Paul Wallington  <jpw@pobox.com>
4075         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
4076         `mouse-set-point' because the latter is not fbound when configured
4077         without X.
4079 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
4081         * files.el (file-relative-name): Doc fix.
4083 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
4085         * progmodes/octave-inf.el (inferior-octave-startup): Force a
4086         non-empty string for secondary prompt PS2.
4088 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
4090         * progmodes/compile.el (compilation-setup): Fix last change.
4092 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
4094         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4095         (gdb-mouse-toggle-breakpoint-margin)
4096         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
4097         Add gdb-server-prefix to keep out of command history.
4098         (gdb-edit-register-value): New function.
4099         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
4100         (gdb-info-registers-custom): Use above map.
4102 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
4104         * custom.el (enable-theme): Signal error if argument is not a
4105         theme.  Don't recalculate a face if it's not loaded yet.
4107         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
4108         the `user' theme is in effect.
4110         * info.el (Info-on-current-buffer): Record actual filename in
4111         Info-current-file, instead of t, or a fake filename if a non-file
4112         buffer.  Make autoload.
4113         (Info-find-node, Info-revert-find-node): No need to check for
4114         Info-current-file nil.
4115         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
4116         Info-current-file is now never `t'.
4117         (Info-fontify-node): Many simplifications due to Info-current-file
4118         always being valid.  Use Info-find-file to find node filename.
4120 2005-11-25  David Kastrup  <dak@gnu.org>
4122         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
4123         new character, then delete" in order to preserve markers.
4125 2005-11-25  David Ponce  <david@dponce.com>
4127         * recentf.el (recentf-arrange-by-rule): Handle a special
4128         `auto-mode-alist'-like "strip suffix" rule.
4129         (recentf-build-mode-rules): Handle second level auto-mode entries.
4131 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
4133         * viper-keym.el (viper-ESC-key): Use different values in terminal and
4134         window modes.
4136         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
4137         jde-javadoc-checker-report-mode.
4139         * ediff-wind (ediff-make-wide-display): Slight simplification.
4141         * ediff.el (ediff-date): Change the date of last update.
4143 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
4145         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
4146         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
4147         (hi-lock-mode): New global minor mode.
4148         (turn-on-hi-lock-if-enabled): New function.
4149         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
4150         Change arguments to regexp and face instead of a font-lock pattern.
4151         Directly set face property, instead of refontifying.
4152         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
4153         (hi-lock-find-patterns): Use line-number-at-pos.
4155         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
4156         arguments for hi-lock-set-pattern.
4157         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
4158         Call font-lock-fontify-buffer.
4159         (hi-lock-find-file-hook, hi-lock-current-line)
4160         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
4162         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
4163         turned off.
4165         * progmodes/compile.el (compilation-setup): Don't fiddle with
4166         font-lock-defaults.
4168 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
4170         * progmodes/gdb-ui.el (gdb-var-create-handler)
4171         (gdb-var-list-children-handler): Find values for all variable
4172         objects.  gud-speedbar-buttons decides whether to display them.
4174 2005-11-24  Romain Francoise  <romain@orebokech.com>
4176         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
4177         buffer name with a space.
4179 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
4181         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
4182         `org-export-local-list-max-depth'.  Change default value to 3.
4183         (org-auto-renumber-ordered-lists)
4184         (org-plain-list-ordered-item-terminator): New options.
4185         (org-at-item-p, org-beginning-of-item, org-end-of-item)
4186         (org-get-indentation, org-get-string-indentation)
4187         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
4188         New functions.
4189         (org-move-item-down, org-move-item-up): New commands.
4190         (org-export-as-html): New classes for CSS support.  Bug fix in
4191         regular expression detecting fixed-width regions.  Respect
4192         `org-local-list-ordered-item-terminator'.
4193         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
4194         also a list item.
4195         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
4196         New item moving functions.
4198 2005-11-24  Juri Linkov  <juri@jurta.org>
4200         * isearch.el (isearch-repeat): With empty search ring set
4201         `isearch-error' to the error string instead of signaling error
4202         with the function `error'.
4204 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4206         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
4208 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
4210         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
4211         and variable.
4212         (gdb-var-create-handler, gdb-var-list-children-handler):
4213         Don't match on "char **...".
4214         (gdb-var-update-handler): Find values for all variable objects.
4215         (gdb-info-frames-custom): Identify frames by leading "#".
4217         * progmodes/gud.el (gud-speedbar-menu-items): Add
4218         gdb-speedbar-auto-raise as radio button.
4219         (gud-speedbar-buttons): Raise speedbar if requested.
4220         Don't match on "char **...".
4221         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
4222         Make it editable.
4224 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
4226         * info.el (Info-fontify-node): Handle the case where
4227         Info-current-file is t.
4229 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4231         * simple.el (blink-matching-open): Fix off-by-one in last change.
4233 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4235         * term/mac-win.el: Don't change default directory.
4237 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
4239         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
4240         buffers correctly.  (It used to throw an error in such buffers.)
4241         Make it ask for confirmation in group buffers and other Custom
4242         buffers containing more than one customization item.
4244 2005-11-22  John Paul Wallington  <jpw@gnu.org>
4246         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
4247         property on mail and url overlays.
4248         (goto-address-at-point): Use `posn-set-point' instead of
4249         `mouse-set-point' because the latter is not fbound when configured
4250         without X.
4252 2005-11-22  Lars Hansen  <larsh@soem.dk>
4254         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
4255         (ls-lisp-classify, ls-lisp-format): Delete call to
4256         ls-lisp-parse-symlink.
4257         (ls-lisp-handle-switches): Handle symlinks to directories as
4258         directories when ls-lisp-dirs-first in non-nil.
4260 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
4262         * startup.el (command-line): Make sure that loaddefs.el is handled
4263         correctly in load-history.
4265 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
4267         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
4268         (gdb-struct-string, gdb-array-string): New constants.
4269         (gdb-info-locals-handler): Use them.
4270         (gdb-reset): Reset gdb-var-list to nil.
4272 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
4275         in patterns.
4277 2005-11-21  Juri Linkov  <juri@jurta.org>
4279         * custom.el (defcustom): Update link types in docstring.
4281 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4283         * custom.el (defgroup): Add doc-string-elt info.
4285         * widget.el (define-widget): Don't use declare for the doc-string-elt.
4287 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4289         * newcomment.el (comment-enter-backward): Fix last fix.
4291         * simple.el (blink-matching-open):
4292         * paren.el (show-paren-function): Allow new paren-class info.
4294 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
4296         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
4297         handled automagically.
4299 2005-11-20  Andreas Schwab  <schwab@suse.de>
4301         * descr-text.el (describe-char): When copying overlays put them
4302         over the full char description instead of just the first character
4303         of it.
4305 2005-11-20  Juri Linkov  <juri@jurta.org>
4307         * simple.el (what-cursor-position):
4308         * descr-text.el (describe-char): Use Lisp-readable syntax
4309         for octal and hex.  Reorder decimal, octal and hex values.
4310         Remove excess whitespace in the output.  Use `=' in `column='
4311         like in `point=' and `Hscroll='.
4313         * international/mule-cmds.el (encoded-string-description):
4314         Use Lisp-readable syntax for hex.
4316 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4318         * newcomment.el (comment-enter-backward): Handle the case where the
4319         comment is closed by EOB.
4321 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4323         * longlines.el (longlines-before-revert-hook)
4324         (longlines-after-revert-hook): New functions.
4325         (longlines-mode): Turn off longlines temporarily when reverting.
4326         Add a message-setup-hook.
4327         (longlines-decode-buffer): New function.
4328         (longlines-wrap-line): Preserve marker positions.
4330 2005-11-19  Andreas Schwab  <schwab@suse.de>
4332         * emacs-lisp/shadow.el: Handle compressed files.
4334 2005-11-19  Romain Francoise  <romain@orebokech.com>
4336         * net/browse-url.el (browse-url-default-browser): Signal an error
4337         if no usable browser can be found, rather than try to load w3.
4339 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
4341         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
4342         replacing existing properties.
4343         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4344         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
4345         tty specs.
4346         (rcirc-server-prefix, rcirc-server): New faces.
4347         (rcirc-url-regexp): Generate with rx macro.
4348         (rcirc-last-server-message-time): New variable.
4349         (rcirc-filter): Record time of last message.
4350         (rcirc-keepalive): Kill processes that did not send a message
4351         since the last ping.
4352         (rcirc-mode): Give rcirc-topic a local binding here.
4354 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
4356         * subr.el (read-passwd): Fontify the prompt as we do with other
4357         prompts.
4359 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
4361         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4362         binding buffer-read-only to nil.
4364 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4366         * complete.el (partial-completion-mode):
4367         Mention completion-auto-help in the doc string.
4369         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
4370         more Lisp-ish way.
4372 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4374         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
4375         digits, not 8, to avoid misalignment for files larger than 100MB.
4377 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4379         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
4380         Mention "keyboard shortcuts" in the help text.
4382 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4384         * startup.el (fancy-splash-default-action): Discard only
4385         mouse-down and succeeding mouse-up events in the splash screen
4386         window so that drag-n-drop event can be processed.
4388 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
4390         * longlines.el (longlines-mode): Add hacks for mail-mode and
4391         message-mode.
4393 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
4395         * textmodes/org.el (org-table-sort-lines): New command.
4396         (org-tbl-menu): Add entry for `org-table-sort-lines'.
4397         (org-add-file): Command removed, use `org-agenda-file-to-front'
4398         instead.
4399         (org-export-icalendar): Use `org-icalendar-combined-name'.
4400         (org-cycle-agenda-files, org-agenda-file-to-end)
4401         (org-agenda-file-to-front): New commands.
4402         (org-table-tab-jumps-over-hlines, org-export-html-style):
4403         New options.
4404         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
4405         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
4406         New functions.
4407         (org-fill-paragraph): Call `org-table-align' in tables.
4408         (org-mode): Call `org-set-autofill-regexps'.
4409         (org-export-as-html): Support for local handformatted lists.
4410         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
4411         (org-export-local-list-max-depth): New option.
4412         (org-html-expand): Use `org-html-protect'.
4414 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
4416         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4417         to "p".
4418         (gdb): Move definition of gud-pp to...
4420         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
4421         speedbar.
4422         (gdb-find-watch-expression): New function.
4424 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4426         * faces.el (face-attribute, set-face-attribute): Mention existence
4427         of `:ignore-defface' setting in docstring.
4429 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4431         * simple.el (completion-setup-function): Fix last change.
4433 2005-11-17  John Paul Wallington  <jpw@pobox.com>
4435         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4436         Use `posn-set-point' instead of `mouse-set-point' because the
4437         latter is not fbound when configured without X.
4439         * comint.el (comint-insert-input): Likewise.
4441 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4443         * simple.el (hard-newline): New variable.
4444         (sendmail-user-agent-compose, next-line): Use it.
4446         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
4447         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
4448         (mail-mail-reply-to, mail-mail-followup-to)
4449         (mail-position-on-field, mail-signature, mail-yank-original)
4450         (mail-attach-file): Likewise.
4452         * mail/mailheader.el (mail-header-format)
4453         (mail-header-format-function): Likewise.
4455         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
4457 2005-11-17  Juri Linkov  <juri@jurta.org>
4459         * font-lock.el (font-lock-faces): Rename this defgroup from
4460         `font-lock-highlighting-faces'.
4461         (font-lock-comment-face, font-lock-comment-delimiter-face)
4462         (font-lock-string-face, font-lock-doc-face)
4463         (font-lock-keyword-face, font-lock-builtin-face)
4464         (font-lock-function-name-face, font-lock-variable-name-face)
4465         (font-lock-type-face, font-lock-constant-face)
4466         (font-lock-warning-face, font-lock-negation-char-face)
4467         (font-lock-preprocessor-face)
4468         (font-lock-regexp-grouping-backslash)
4469         (font-lock-regexp-grouping-construct): Rename :group from
4470         `font-lock-highlighting-faces' to `font-lock-faces'.
4472         * cus-edit.el (lisp, c, tex):
4473         * progmodes/ada-mode.el (ada):
4474         * progmodes/asm-mode.el (asm):
4475         * progmodes/cperl-mode.el (cperl-faces):
4476         * progmodes/cpp.el (cpp):
4477         * progmodes/dcl-mode.el (dcl):
4478         * progmodes/f90.el (f90):
4479         * progmodes/fortran.el (fortran):
4480         * progmodes/icon.el (icon):
4481         * progmodes/idlwave.el (idlwave-misc):
4482         * progmodes/m4-mode.el (m4):
4483         * progmodes/make-mode.el (makefile):
4484         * progmodes/meta-mode.el (meta-font):
4485         * progmodes/modula2.el (modula2):
4486         * progmodes/octave-mod.el (octave):
4487         * progmodes/pascal.el (pascal):
4488         * progmodes/perl-mode.el (perl):
4489         * progmodes/prolog.el (prolog):
4490         * progmodes/ps-mode.el (PostScript-edit):
4491         * progmodes/scheme.el (scheme):
4492         * progmodes/sh-script.el (sh-script):
4493         * progmodes/simula.el (simula):
4494         * progmodes/tcl.el (tcl):
4495         * textmodes/nroff-mode.el (nroff):
4496         * textmodes/reftex-vars.el (reftex-fontification-configurations):
4497         * textmodes/sgml-mode.el (sgml):
4498         * textmodes/texinfo.el (texinfo):
4499         Add :link (custom-group-link font-lock-faces) to defgroup.
4501         * hi-lock.el (hi-lock): Rename this defgroup from
4502         `hi-lock-interactive-text-highlighting'.  Change parent group from
4503         `faces' to `font-lock'.  Add link to the manual.
4504         (hi-lock-mode, hi-lock-file-patterns-range)
4505         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
4506         `hi-lock-interactive-text-highlighting' to `hi-lock'.
4507         (hi-lock-faces): Add :group `faces'.
4509         * cus-edit.el (custom-variable-prompt): Clarify the code.
4511         * faces.el (face-read-string): Set the default value arg of
4512         completing-read.
4514 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
4516         * rfn-eshadow.el (file-name-shadow-properties)
4517         (file-name-shadow-tty-properties, file-name-shadow-mode):
4518         Remove autoloads, because the file is now preloaded.
4520 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4522         * printing.el (easy-menu-intern): Don't define.
4523         (pr-get-symbol): Use easy-menu-intern only if defined.
4525         * simple.el (blink-matching-open): Simplify a bit.
4526         (completion-setup-function): Fix the case of partial-completion-mode
4527         when the minibuffer's contents start with "-".
4528         Obey completion-base-size-function even when
4529         minibuffer-completing-file-name is non-nil.
4531 2005-11-16  Richard M. Stallman  <rms@gnu.org>
4533         * net/eudcb-ph.el (eudc-ph-open-session):
4534         Use set-process-query-on-exit-flag.
4536         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
4538         * international/ucs-tables.el (ucs-set-table-for-input):
4539         Use make-local-variable, not make-variable-buffer-local.
4541         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4542         Improve warning message text.
4544         * savehist.el (savehist-save-hook): Add :group.
4546         * menu-bar.el (menu-bar-help-menu):
4547         Rename Find Extra Packages to External Packages.
4549         * cus-edit.el (Custom-reset-standard): Verify that
4550         :custom-standard-value prop exists before calling it.
4552         * apropos.el (apropos-calc-scores): Use apropos-pattern.
4554 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4556         * wid-edit.el (color): Enclose %t in %{...%}.
4558         * cus-edit.el (face): Enclose %t in %{...%}.
4560 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4562         * savehist.el (savehist-mode-hook): Re-add the var.
4563         (savehist-mode): Use it.
4565 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4567         * textmodes/flyspell.el: Fix commenting convention.
4568         Remove unnecessary leading * in custom docstrings.
4569         (flyspell-emacs): Remove unused var.
4570         (flyspell-delete-region-overlays): Use remove-overlays.
4571         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
4572         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
4573         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
4574         (flyspell-debug-signal-word-checked): Use with-current-buffer.
4575         (make-flyspell-overlay): Don't locally reuse a global name.
4576         (flyspell-highlight-incorrect-region)
4577         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
4578         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
4579         (flyspell-notify-misspell): Remove unused args `start' and `end'.
4580         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
4581         Wrap calls to accept-process-output inside with-local-quit since it's
4582         often called from a post-command-hook.
4583         (flyspell-correct-word, flyspell-auto-correct-word):
4584         Use ispell-send-string.
4585         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
4587         * calendar/diary-lib.el (diary-list-entries): Also hide the
4588         terminating newline.
4590 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
4592         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
4593         window-system, to allow fonts on tty.
4595 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
4597         * progmodes/gud.el (gud-speedbar-item-info): New function.
4598         (gud-install-speedbar-variables): Use it to display data type
4599         of watch expression as a tooltip in speedbar.
4601 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4603         * font-core.el (global-font-lock-mode): Add :version keyword,
4604         because default was changed.
4606         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
4608         * startup.el (command-line): Use `custom-reevaluate-setting' for
4609         `file-name-shadow-mode'.
4611         * loadup.el: Preload rfn-eshadow.
4613         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
4614         Add :version keyword.
4615         (file-name-shadow-properties, file-name-shadow-tty-properties)
4616         (file-name-shadow): Add :version keyword.
4618         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
4619         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
4620         in the custom-group property of the symbol frames and the fringe
4621         group got no link to its parent group frames.
4622         Doc fix.
4624 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4626         * progmodes/gud.el (gud-stop-subjob): New function.
4627         (gud-menu-map, gud-tool-bar-map): Use it.
4629 2005-11-16  Kim F. Storm  <storm@cua.dk>
4631         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
4632         than kill it.
4633         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
4634         to a more useful/logical place.
4636 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4638         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
4639         go buttons complementary.
4641 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4643         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
4644         (rfn-eshadow-sifn-equal): New function.
4645         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
4647 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
4649         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
4650         string.
4652         * viper.el (viper-emacs-state-mode-list): Ensure that
4653         rcirc-mode buffers come up in Emacs state.
4655         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
4656         operation.
4658 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4660         * term.el (term-termcap-format): Fix typos.
4661         (term-down): Fix the negative argument case.
4663 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4665         * progmodes/gdb-ui.el: Remove face-alias left over from change on
4666         2005-08-15.
4667         (gdb-ann3): New command gud-go.
4668         (menu): Accomodate gdb-mi.el.
4669         (gdb-assembler-custom): Make buffer of selected window current
4670         so that set-window-point works.
4672         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
4673         buttons and include new ones.
4675 2005-11-16  Kim F. Storm  <storm@cua.dk>
4677         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
4678         (gud-menu-map): Use it.
4680 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4682         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
4683         that works correctly for Custom and that does not override a user
4684         who disables it.
4686         * help-mode.el (help-make-xrefs, help-xref-on-pp)
4687         (help-xref-interned, help-follow): Make hyperlinks for variables
4688         that are unbound, but have a non-nil variable-documentation property.
4690         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
4691         mode hook.  (It conflicted with defcustoms for some mode hooks.)
4692         Use the `variable-documentation' property to give the mode hook a
4693         docstring and expand that docstring.
4695 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4697         * savehist.el (savehist-mode): Don't bother with
4698         `custom-set-minor-mode'.
4699         (savehist-coding-system): Check XEmacs version.
4700         (history-length): Declare also at run time.
4701         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
4702         Don't set the customize state.
4703         (savehist-minibuffer-hook): Special case for when
4704         minibuffer-history-variable is equal to t.
4706 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4708         * files.el (write-file): Refresh VC status.
4710         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4711         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4712         than fundamental-mode to see if the mode was set.
4714 2005-11-14  Romain Francoise  <romain@orebokech.com>
4716         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4717         dummy function in `eval-when-compile' to avoid compiler warning.
4718         Require `man' at compile time.
4720 2005-11-14  Jay Belanger  <belanger@truman.edu>
4722         * calc-alg.el (calcFunc-write-out-power): Rename it to
4723         calcFunc-powerexpand.
4724         (math-write-out-power): Rename it to math-powerexpand; have it
4725         handle negative exponents.
4726         (calc-writeoutpower): Rename it to calc-powerexpand.
4728         * calc-ext.el: Change calcFunc-writeoutpower and
4729         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4730         autoloads.
4731         Add calcFunc-ldiv to autoloads.
4733         * calc-arith.el (calcFunc-ldiv): New function.
4735         * calc.el (calc-left-divide): New function.
4737 2005-11-14  Juri Linkov  <juri@jurta.org>
4739         * cus-edit.el (custom-variable-prompt): Set the default value arg
4740         of completing-read.
4742         * cus-dep.el (custom-make-dependencies): Reverse the list of
4743         found dependencies.
4745 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4747         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
4748         Highlighting" entry, it is on by default now.
4749         (menu-bar-options-save): Do not save global-font-lock-mode.
4751 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4753         * textmodes/flyspell.el (flyspell-large-region):
4754         Call flyspell-accept-buffer-local-defs.
4756 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
4758         * textmodes/flyspell.el (flyspell-notify-misspell):
4759         Fix misspelling of "Misspelling".
4760         (flyspell-process-localwords): New function.
4761         (flyspell-large-region): Call flyspell-process-localwords and
4762         flyspell-delete-region-overlays.
4763         (flyspell-delete-region-overlays): New function.
4764         (flyspell-delete-all-overlays): Call that.
4766 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4768         * help.el (help-for-help-internal): Improve doc of C-h a.
4769         (describe-key): Improve prompt; doc fix.
4771 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4773         * vc-svn.el (vc-svn-registered): Catch all errors.
4775         * cus-dep.el (custom-make-dependencies): Typo.
4777 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
4779         * net/tramp-util.el (top): Fix compilation warning.
4781 2005-11-13  Kim F. Storm  <storm@cua.dk>
4783         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
4785 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4787         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4788         (gud-speedbar-buttons): Match on "const char *" too.
4790         * progmodes/gdb-ui.el (gdb-var-create-handler)
4791         (gdb-var-list-children-handler): Match on "const char *" too.
4792         (gdb-var-evaluate-expression-handler): Match on empty string.
4793         (gdb-var-update-handler): Only call
4794         gdb-var-evaluate-expression-handler when required.
4796 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4798         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4799         selected window.  This still doesn't work for speedbar.
4800         (gud-speedbar-buttons): Handle string expressions properly.
4802         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4803         (gdb-var-create-handler): Handle string expressions properly.
4804         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4805         Handle string expressions properly.  Move "type" field into regexp.
4807 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4809         * bookmark.el (bookmark-maybe-message): New function to reduce
4810         code duplication: invokes `message' iff baud-rate is high enough.
4811         (bookmark-write-file): Use above instead of an inline conditional.
4812         (bookmark-load): Same.
4814 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4816         * bookmark.el (bookmark-write-file): Don't visit the destination
4817         file, just write the data to it using write-region.  This is
4818         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4819         change to avoid visiting the file in the first place.
4821 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
4823         * hi-lock.el (hi-lock-mode): Set the default value of
4824         font-lock-defaults.
4826 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
4828         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4829         arg to `file-attributes'.
4830         (find-lisp-format): The UID and GID can now be strings.
4832 2005-11-12  Kim F. Storm  <storm@cua.dk>
4834         * help.el (help-map): Bind C-h d to apropos-documentation.
4836         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4837         when point is at end-of-buffer.
4839         * apropos.el (apropos-match-face): Doc fix.
4840         (apropos-sort-by-scores): Add new choice `verbose'.
4841         (apropos-documentation-sort-by-scores): New defcustom.
4842         (apropos-pattern): Now contains the pattern entered by the user.
4843         (apropos-pattern-quoted): New defvar.
4844         (apropos-regexp): New defvar, containing the regexp corresponding
4845         to apropos-pattern.
4846         (apropos-all-words-regexp): Rename from apropos-all-regexp.
4847         (apropos-read-pattern): New defun.  Use it to read pattern arg in
4848         interactive calls; returns list of words for a word list, and
4849         string for a regexp.
4850         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
4851         parses a list of words or regexp as returned by apropos-read-pattern.
4852         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4853         (apropos-score-doc): Return a very high score if the string
4854         entered by the user matches literally.
4855         (apropos-variable): Doc fix.  Use apropos-read-pattern.
4856         (apropos-command): Doc fix.  Use apropos-read-pattern and
4857         apropos-parse-pattern.  Call apropos-print with nosubst=t.
4858         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
4859         apropos-parse-pattern.
4860         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
4861         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
4862         apropos-documentation-sort-by-scores.  Call apropos-print with
4863         nosubst=t.
4864         (apropos-documentation-internal): Pass doc string through
4865         substitute-key-definition before adding text properties.
4866         Highlight substring matching literal user input if possible.
4867         (apropos-documentation-check-doc-file): Remove locals beg and end.
4868         Fix calculation of score (as added twice).  Pass doc string through
4869         substitute-key-definition before adding text properties.
4870         (apropos-documentation-check-elc-file): Pass doc string through
4871         substitute-key-definition before adding text properties.
4872         Highlight substring matching literal user input if possible.
4873         (apropos-print): Add new arg NOSUBST; if set, command and variable
4874         doc strings have already been passed through substitute-key-definition.
4875         Add code to handle apropos-accumulator items without score element
4876         for backwards compatibility (e.g. with woman package).
4877         Only show scores if apropos-sort-by-scores is `verbose'.
4879 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4882         Add jka-compr-load-suffixes to load-suffixes.
4884         * jka-compr.el: Require jka-cmpr-hook.
4885         (jka-compr-info-compress-message, jka-compr-info-compress-program)
4886         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4887         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4888         (jka-compr-info-can-append, jka-compr-info-strip-extension)
4889         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4890         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
4891         (jka-compr-uninstall): Remove entries from
4892         jka-compr-added-to-file-coding-system-alist after they are used.
4893         (jka-compr-error): Remove unused var `curbuf'.
4894         (jka-compr-file-local-copy): Remove unused var `notfound'.
4896 2005-11-10  Romain Francoise  <romain@orebokech.com>
4898         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4900 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
4902         * progmodes/gud.el (gud-menu-map): Move parentheses.
4903         (gdb): New command gud-pv.
4905 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4907         * tar-mode.el: Remove spurious or unnecessary leading stars
4908         in docstrings.
4909         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4910         (tar-parse-octal-integer-safe): Use mapc.
4911         (tar-header-block-summarize): Remove unused var `ck'.
4912         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4913         cleared before.  Obey default-enable-multibyte-characters.
4914         Use mapconcat.  Simplify setting of tar-header-offset.
4915         (tar-mode-map): Move initialization inside delcaration.
4916         (tar-flag-deleted): Use `abs'.
4917         (tar-expunge-internal): Remove unused var `line'.
4918         (tar-expunge-internal): Don't hardcode point-min==1.
4919         (tar-expunge): Widen while doing set-buffer-multibyte.
4920         (tar-rename-entry): Use file-name-coding-system.
4921         (tar-alter-one-field): Don't hardcode point-min==1.
4922         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4923         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
4925 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4927         * add-log.el (add-log-current-defun): Handle class::method
4928         notation of c++.  Fix incorrect comment.
4930 2005-11-10  Alan Mackenzie  <acm@muc.de>
4932         * help-fns.el (describe-variable): Make C-h v work when a variable
4933         has variable documentation yet is unbound.
4935 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4937         * man.el (Man-highlight-references): Set an empty
4938         string to `Man-arguments' if it is nil.
4939         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4941 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4943         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4944         commenting conventions.
4946         * cus-dep.el (custom-make-dependencies): Simplify.
4947         Better follow the commenting conventions.
4949 2005-11-09  Richard M. Stallman  <rms@gnu.org>
4951         * apropos.el (apropos-pattern): Rename from apropos-regexp.
4952         (apropos-orig-pattern): Rename from apropos-orig-regexp.
4953         All uses changed.
4954         (apropos-rewrite-regexp): Doc fix.
4955         (apropos-variable, apropos-command, apropos, apropos-value):
4956         Change prompt; carry through the argument renaming.
4958 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
4960         * find-lisp.el: Require dired.
4961         (find-lisp-find-dired-internal): Do not call
4962         `abbreviate-file-name' on DIR.
4964 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
4966         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
4968 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
4970         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
4971         when using the speedbar.
4972         (gdb): New command gud-pp.
4973         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
4975 2005-11-09  Juri Linkov  <juri@jurta.org>
4977         * replace.el (occur-excluded-properties): New defcustom.
4978         (occur-1, occur-engine, occur-accumulate-lines): Use it.
4980 2005-11-08  Jay Belanger  <belanger@truman.edu>
4982         * calc/calc-units.el (math-convert-units): Replace any composite
4983         unit by its definition.
4985 2005-11-08  Lars Hansen  <larsh@soem.dk>
4987         * emacs-lisp/autoload.el (update-directory-autoloads):
4988         Add obsolete function alias.
4990 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4992         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4993         comment-indent-function.
4994         (lisp-comment-indent): Replace by an alias for comment-indent-default.
4996         * reveal.el (reveal-post-command): Rework the handling of
4997         reveal-open-spots, so as to be more reliable.  There were several
4998         tricky corner cases where an open spot might be lost, or where
4999         a closed spot might end up on the list of open spots.
5000         Only reveal text that's ellipsised.
5002 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
5004         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
5006 2005-11-07  John Paul Wallington  <jpw@gnu.org>
5008         * ibuffer.el (ibuffer): Search iconified frames too when
5009         getting Ibuffer buffer's window.
5011 2005-11-06  Richard M. Stallman  <rms@gnu.org>
5013         * progmodes/compile.el (compilation-internal-error-properties):
5014         save-excursion around the computation of MARKER.
5016 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
5018         * textmodes/flyspell.el (flyspell-external-point-words):
5019         flyspell-get-word returns a list, not just a string.
5021 2005-11-06  John Paul Wallington  <jpw@pobox.com>
5023         * ibuffer.el (ibuffer): Search all visible frames when getting
5024         Ibuffer buffer's window.
5026 2005-11-07  Masatake YAMATO  <jet@gyve.org>
5028         * man.el (Man-reference-regexp): Accept spaces between
5029         `Man-name-regexp' and `Man-section-regexp'.
5030         (Man-apropos-regexp): New variable.
5031         (Man-abstract-xref-man-page): Use value for `Man-target-string'
5032         if available.
5033         (Man-highlight-references, Man-highlight-references0):
5034         Handle the case when `Man-arguments' includes "-k".
5035         (Man-highlight-references0): Rename the argument `TARGET-POS' to
5036         `TARGET'. `TARGET' can be a number, function or nil.
5038 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
5040         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
5041         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
5042         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
5043         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
5044         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
5045         (gdb-send-item): Use buffer-local-value and simplify.
5047 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
5049         * startup.el (command-line): Use `custom-reevaluate-setting' for
5050         `global-font-lock-mode'.
5052         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
5053         by default, except in batch mode or when the -D option is given.
5055         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
5056         specified keyword args on to `define-minor-mode'.  Update docstring.
5058 2005-11-05  Romain Francoise  <romain@orebokech.com>
5060         * replace.el (occur-engine): Add marker at end of line, too.
5062 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
5064         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5065         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5066         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5067         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5068         argument to all these routines, so the passphrase can be managed
5069         externally and passed in to the system.
5070         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5071         pgg-add-passphrase-to-cache function.
5073         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5074         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5075         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5076         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5077         argument to all these routines, so the passphrase can be managed
5078         externally and passed in to the system.
5079         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5080         function.
5082 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5084         * font-lock.el: Don't deal with font-lock-face-attributes here,
5085         move the code ...
5087         * startup.el (command-line): ... here.  Use face-spec-set instead
5088         of custom-declare-face.
5090         * faces.el (face-spec-set): Reset the face if spec is not nil.
5092 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5094         * newcomment.el (comment-region-internal): Box more tightly in the
5095         common case where there's no TAB in the boxed text.
5097 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5099         * info.el (info-tool-bar-map): Use images prev-node, next-node and
5100         up-node.
5102 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
5104         * newsticker.el: Commentary updated.  Code formatting changed.
5105         (newsticker-version): Change to "1.9".
5106         (newsticker, newsticker-feed): Doc fix.
5107         (newsticker-url-list): Doc fix.  Add option "Weekly".
5108         (newsticker-retrieval-interval): Add option "Weekly".
5109         (newsticker-headline-processing): Doc fix.
5110         (newsticker-auto-mark-filter): Remove.
5111         (newsticker-auto-mark-filter-list): New.
5112         (newsticker-layout, newsticker-sort-method): Doc fix.
5113         (newsticker-hide-old-items-in-newsticker-buffer)
5114         (newsticker-heading-format, newsticker-item-format)
5115         (newsticker-desc-format): Doc fix.
5116         (newsticker-show-all-rss-elements): Remove.
5117         (newsticker-show-all-news-elements): New.
5118         (newsticker-faces, newsticker-ticker): Doc fix.
5119         (remove-from-invisibility-spec): Code formatting.
5120         (newsticker--process-ids): New.
5121         (newsticker-mode): Doc fix.
5122         (newsticker-mode): Change mode-line-format.
5123         (newsticker-start): Remove debug output.
5124         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
5125         (newsticker-w3m-show-inline-images): Code formatting.
5126         (newsticker-next-item): Call `force-mode-line-update'.
5127         (newsticker-previous-item): Call `force-mode-line-update'.
5128         (newsticker-next-feed): Call `force-mode-line-update'.
5129         (newsticker-previous-feed): Call `force-mode-line-update'.
5130         (newsticker-mark-all-items-at-point-as-read): Code formatting.
5131         (newsticker-show-old-items): Do not show descs.
5132         (newsticker-hide-entry): Hide too much.
5133         (newsticker-hide-entry, newsticker-show-entry)
5134         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
5135         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
5136         (newsticker-toggle-auto-narrow-to-item): Code formatting.
5137         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
5138         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
5139         (newsticker-get-news): Call `force-mode-line-update'.
5140         Collect process ids.
5141         (newsticker--sentinel): Change coding system handling.
5142         Move image retrieval to new functions newsticker--get-logo-url-*.
5143         Move feed parsing to new functions newsticker--parse-*.
5144         Update list of process ids.
5145         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
5146         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
5147         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
5148         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
5149         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5150         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
5151         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
5152         (newsticker--decode-coding-string): Remove.
5153         (newsticker--decode-numeric-entities): Check input.  Format code.
5154         (newsticker--remove-whitespace): Check input.
5155         (newsticker--do-forget-preformatted): Doc fix.
5156         (newsticker--decode-rfc822-date): Allow for missing time.
5157         (newsticker--update-process-ids): New.
5158         (newsticker--image-sentinel): Change comment.
5159         (newsticker--image-read): Change error message.
5160         (newsticker--imenu-goto): Doc fix.  Show headline title.
5161         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
5162         (newsticker--buffer-do-insert-text): Clean whitespace in
5163         html-rendered headline title.  Code formatting.
5164         Call `newsticker--buffer-print-extra-elements'.
5165         (newsticker--buffer-print-extra-element): Remove.
5166         (newsticker--buffer-print-extra-elements): New.
5167         (newsticker--buffer-do-print-extra-element): New.
5168         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
5169         large sizes.
5170         (newsticker--run-auto-mark-filter)
5171         (newsticker--do-run-auto-mark-filter):
5172         Use `newsticker-auto-mark-filter-list'.
5174 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
5176         * net/rcirc.el: Use split-string OMIT-NULLS argument.
5177         (rcirc-print): Force redisplay before running hooks.  Do long
5178         buffer truncation after making new text read-only.  Deal with nil
5179         text when decoding strings.  If TARGET is nil, use either the
5180         currently selected buffer, if it is an rcirc buffer and of the
5181         same process or the process buffer.
5182         (rcirc-mode): Remove header-line.  Recompute short buffer names.
5183         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
5184         (rcirc-short-buffer-name): Add variable.
5185         (rcirc-kill-buffer-hook): Recompute short buffer names.
5186         Remove nick from private channel.
5187         (rcirc-send-input): Send command text to current-buffer.
5188         Don't clear overlay arrow here.
5189         (rcirc-short-buffer-name): Return a short buffer name.
5190         (rcirc-update-short-buffer-names, rcirc-abbreviate)
5191         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
5192         buffer-name abbreviations.
5193         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
5194         Do not touch nick-table when killing a parted channel.
5195         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
5196         Clear arrow from current buffer if it is now hidden.
5197         (rcirc-current-buffer): Add variable.
5198         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5199         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
5200         Remove -face from names.
5201         (rcirc-update-activity-string): Print "DND" when globally ignoring
5202         activity.
5203         (rcirc-ignore-buffer-activity-flag): Rename from
5204         rcirc-ignore-channel-activity.
5205         (rcirc-ignore-all-activity-flag): Doc fix.
5206         (rcirc-channels): Remove variable.
5207         (rcirc-kill-buffer-hook):
5208         (rcirc-get-buffer-create): Add nick to private channel.
5209         (rcirc-multiline-edit-submit): Remove tabs.
5210         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
5211         folded.
5212         (rcirc-remove-nick-channel): Bug fix.
5213         (rcirc-toggle-ignore-buffer-activity): Rename from
5214         rcirc-toggle-ignore-channel-activity.
5215         (rcirc-record-activity): Add buffers to the front of the list.
5216         (rcirc-update-activity): Remove killed buffers from list.
5217         (rcirc-process-server-response-1): Remove last argument if it is
5218         null before calling handler.
5219         (rcirc): Add "rcirc" defcustom prefix.
5220         (rcirc-prompt): Simplify default prompt.
5221         Use custom-initialize-default.
5222         (rcirc-private-chats): Remove variable.
5223         (rcirc-prompt): Change initialization.
5224         (rcirc-version): Remove function.
5225         (rcirc-id-string): Add constant.
5226         (rcirc-last-buffer): Remove variable.
5227         (rcirc-buffer-alist): Add variable.
5228         (rcirc-connect): Update variable setup.
5229         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
5230         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
5231         default.
5232         (rcirc-handler-generic): Trigger activity.
5233         (rcirc-send-message): Create the buffor of the target.
5234         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
5235         (rcirc-get-buffer): Just return nil if there is no matching buffer.
5236         (rcirc-multiline-edit-cancel): Remove function.
5237         (rcirc-set-last-buffer): Remove function.
5238         (rcirc-get-any-buffer): Add function.
5239         (rcirc-join-channels): Don't print /join text.
5240         (rcirc-toggle-ignore-channel-activity): Add and update echo area
5241         messages.
5242         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
5243         (rcirc-handler-NOTICE): Recognize CTCP responses.
5244         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
5245         constructing TOPIC string for buffers we are not JOINed.
5246         (rcirc-handler-CTCP-response): Add handler.
5247         (rcirc-multiline-edit-submit): Restore the window-configuration
5248         before adjusting point.
5249         (rcirc): Add customization group.
5250         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
5251         (rcirc-user-full-name, rcirc-startup-channels-alist)
5252         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
5253         (rcirc-ignore-all-activity-flag, rcirc-time-format)
5254         (rcirc-input-ring-size, rcirc-read-only-flag)
5255         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
5256         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
5257         Change defvar to defcustom.
5258         (rcirc-update-prompt): Add optional ALL arg, which will update
5259         prompts in all rcirc buffers.  Regexp quote replacement text.
5260         (rcirc-fill-column): Accept frame-width as a value.
5261         (rcirc-set-changed): Add function.
5262         (rcirc-next-active-buffer): Write more meaningful messages.
5263         (rcirc-faces): Add customization group.
5264         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
5265         (rcirc-nick-in-message-face, rcirc-prompt-face)
5266         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
5267         (with-rcirc-process-buffer): Move before first usage.
5268         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
5269         (rcirc-debug-flag): Rename from `rcirc-log-p'.
5270         (rcirc-debug): Rename from `rcirc-log'.
5271         (rcirc-format-response-string): Do not print `-' chars for a
5272         NOTICE with no sender.  Simplify output of server responses.
5274 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
5276         (rcirc-browse-url-map, rcirc-browse-url-at-point)
5277         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
5278         Make urls mouse and RET clickable.
5280 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
5282         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
5284 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
5286         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5287         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5288         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5289         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5290         argument to all these routines, so the passphrase can be managed
5291         externally and passed in to the system.
5292         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5293         pgg-add-passphrase-to-cache function.
5295         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5296         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5297         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5298         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5299         argument to all these routines, so the passphrase can be managed
5300         externally and passed in to the system.
5301         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5302         function.
5304 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
5306         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
5307         from goto-address-url-regexp.
5309 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
5311         * textmodes/org.el (org-read-date, org-goto-calendar)
5312         (org-recenter-calendar, org-agenda-goto-calendar):
5313         Temporarily clear `calendar-move-hook'.
5315 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
5317         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
5318         merging.
5320         * ediff-util.el (ediff-previous-difference): Don't skip regions that
5321         have merge clashes.
5323 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5325         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5326         Undo previous change.
5328         * startup.el (command-line): Use `custom-reevaluate-setting' for
5329         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
5330         tty-register-default-colors on Mac.
5332 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
5334         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
5335         (gdb-buffer-type): Make it automatically buffer local...
5336         (gdb-get-create-buffer): ...and set it accordingly.
5337         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
5338         actually work.
5340 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
5342         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
5343         not red.
5345 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
5347         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
5348         case GUD buffer is not visible.
5349         (gdb-goto-breakpoint): Try to force display in source buffer.
5350         (gdb-frame-gdb-buffer): Copy other similar functions.
5351         (gdb-restore-windows): Don't display source if not asked for.
5352         (gdb-assembler-buffer-name): Don't capitalise.
5354 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5356         * wid-edit.el (key-sequence): New widget type.
5358         * simple.el (set-mark-command-repeat-pop): New variable.
5359         (set-mark-command): Only interpret plan C-@ after a pop as a pop
5360         if set-mark-command-repeat-pop is true.
5362         * info.el (Info-fontify-node): Don't display extra "see" if there
5363         already is one here.
5365         * mouse.el: Fix special handling of DEL after dragging a region:
5366         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
5367         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
5369         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
5371         * textmodes/ispell.el (ispell-command-loop): Change `i' description
5372         not to assume it pertains to an affix.
5374         * textmodes/flyspell.el (flyspell-post-command-hook):
5375         Bind deactivate-mark to prevent deactivation.
5377 2005-11-03  Lars Hansen  <larsh@soem.dk>
5379         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
5380         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
5381         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5383 2005-11-03  Romain Francoise  <romain@orebokech.com>
5385         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
5386         Update copyright years.
5388 2005-11-03  Sam Steingold  <sds@gnu.org>
5390         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5391         Use system-type instead of window-system because window-system is not
5392         correctly defined during loadup.
5394 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
5396         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
5397         (xml-parse-tag): Join strings separated by a comment properly.
5399 2005-11-02  Andreas Schwab  <schwab@suse.de>
5401         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
5403 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5405         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
5406         (byte-optimize-pure-func): Quote the eval'd value.
5408         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5409         Rename from perl-font-lock-syntactic-face-function.
5410         Change the calling convention so it can be used as a font-lock MATCHER.
5411         Do the parse-partial-sexp loop outselves.
5412         (perl-font-lock-syntactic-keywords): Use it.
5413         (perl-mode): Don't set font-lock-syntactic-face-function any more.
5415 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
5417         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
5418         disassembly buffer too.
5419         (gdb-exited): Remove overlay arrows when execution has finished.
5420         (gdb-info-frames-custom, gdb-info-threads-custom)
5421         (gdb-info-registers-custom): Don't add inappropriate text
5422         properties if inferior is not active.
5424 2005-11-02  Glenn Morris  <rgm@gnu.org>
5426         * progmodes/fortran.el (fortran-blink-match):
5427         Use `blink-matching-delay'.
5429 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
5431         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
5433 2005-11-02  Lars Hansen  <larsh@soem.dk>
5435         * net/tramp.el (tramp-action-out-of-band): Handle scp message
5436         "Permission denied".
5438 2005-11-01  Richard M. Stallman  <rms@gnu.org>
5440         * textmodes/flyspell.el (flyspell-external-point-words):
5441         Pass nil to flyspell-get-word.
5443 2005-11-02  Kim F. Storm  <storm@cua.dk>
5445         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
5446         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5448 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5450         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
5451         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5452         (calendar-mouse-print-dates): Add optional `event' argument.
5453         Update interactive-spec.
5454         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5455         Use `calendar-event-to-date' instead of `event'.
5457 2005-11-02  Masatake YAMATO  <jet@gyve.org>
5459         * progmodes/ld-script.el (ld-script-builtins):
5460         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
5461         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
5462         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
5464 2005-11-01  Romain Francoise  <romain@orebokech.com>
5466         * vc-sccs.el: Update copyright year.
5467         * ezimage.el: Likewise.
5469 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
5471         * info.el (Info-fontify-node): Use `string-width' for fontifying
5472         underlined titles.
5474 2005-11-01  Juri Linkov  <juri@jurta.org>
5476         * info.el (Info-fontify-node): Downcase node header keywords Node,
5477         Prev, Next, Up before comparison.
5478         (Info-history): Insert absolute directory name, and put invisible
5479         property on it.
5481 2005-11-01  Juri Linkov  <juri@jurta.org>
5483         * info.el (Info-file-supports-index-cookies): New variable.
5484         (Info-find-node-2): Check makeinfo version for index cookie support.
5485         (Info-index-nodes): Search for nodes with index cookies only when
5486         Info-file-supports-index-cookies is t.  Otherwise, search nodes
5487         with "Index" in the node name.
5488         (Info-index-node): Search index cookie in the current node only when
5489         Info-file-supports-index-cookies is t.  Otherwise, check the word
5490         "Index" in the node name.
5491         (Info-find-emacs-command-nodes): Remove code that searches nodes
5492         with "Index" node name in the top menu.
5494 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5496         * progmodes/scheme.el (scheme-mode-variables): Use the default
5497         comment-indent-function.
5499         * faces.el (face-attribute): Handle the case where a face inherits from
5500         a non-existent face.
5502         * simple.el (eval-expression-print-format): Use lisp-readable syntax
5503         for octal and hexa output, and merge the char into the paren.
5504         (kill-new): Use push.
5505         (copy-to-buffer): Use with-current-buffer.
5506         (completion-setup-function): Move code in loop to remove redundancy.
5507         (minibuffer-local-must-match-map): Don't add bindings that duplicate
5508         those inherited from minibuffer-local-completion-map.
5510         * savehist.el (savehist-mode) <defcustom>:
5511         Use custom-set-minor-mode if available.
5512         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
5513         and emit a message if applicable.
5515 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
5517         * savehist.el: Sync up to version 19.
5518         (savehist-mode): New minor mode.
5519         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
5520         (savehist-length): Remove (use history-length instead).
5521         (savehist-file-modes): Rename from savehist-modes.
5522         (savehist-save-hook, savehist-loaded): New vars.
5523         (savehist-load): Use savehist-mode.  Try to smooth up transition from
5524         old format to new format.
5525         (savehist-install): Allow savehist-autosave-interval to be nil.
5526         (savehist-save): Run the new hook.  Be more careful to only trim the
5527         history variables.
5528         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
5529         (savehist-printable): Print into a buffer rather than char-by-char.
5531 2005-11-01  John Wiegley  <johnw@newartisans.com>
5533         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
5534         toggle-ignore keybinding (C-a).  The author said it had been
5535         disabled much earlier due to a possible incompatibility, but after
5536         many months of usage I have encountered no problems (and it is a
5537         rather useful option, especially for switching to " *temp*").
5539         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
5540         support for OS/X's AddressBook, by calling out to the open source
5541         program "contacts" (installable through Fink).
5543         * net/eudc.el (eudc-expand-inline): If the
5544         `eudc-multiple-match-handling-method' is set to `all', delete the
5545         query string before inserting the query result.
5547         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
5548         flag, to prevent Eshell from using the system ls when
5549         `eshell-ls-insert-directory' is in used.
5550         (eshell-ls-insert-directory): Disable font-lock in directory
5551         buffer so that Eshell's own fontification is seen.  This broke
5552         recently due to changes in font-lock, so this goes back to version
5553         21 behavior.
5555 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
5557         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
5558         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
5559         (gdb-many-windows): Doc fix.
5561 2005-10-31  Romain Francoise  <romain@orebokech.com>
5563         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
5565 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
5567         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
5568         that global-font-lock-mode can be enabled by default.
5570         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
5571         (font-lock-add-keywords, font-lock-remove-keywords)
5572         (font-lock-fontify-buffer): Remove autoload cookies.
5574         * jit-lock.el (jit-lock-register): Likewise.
5576         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
5578 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5580         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
5581         intact if there is no gud-comint-buffer.
5583 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
5585         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
5586         old prompt comint-prompt-read-only is t and GDB commands are
5587         issued from tool bar etc.
5589 2005-10-31  Masatake YAMATO  <jet@gyve.org>
5591         * vc.el (vc-directory-exclusion-list): Add "{arch}".
5593 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5595         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
5596         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
5598 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
5600         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
5601         starting at beginning of line.  Fontification is messed up when
5602         `open-paren-in-column-0-is-defun-start' set to t.
5603         Reported by John Paul Wallington <jpw@pobox.com>.
5605 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5607         * comint.el (comint-send-input): Call `comint-update-fence' when
5608         `comint-process-echoes' and `comint-prompt-read-only' are both
5609         non-nil, to avoid leftover read-only newline.
5611 2005-10-30  Richard M. Stallman  <rms@gnu.org>
5613         * textmodes/flyspell.el (flyspell-external-point-words):
5614         Detect when WORD can't be checked properly because
5615         flyspell-get-word finds just part of it, and move on.
5617         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
5618         boundarychar for Polish.
5619         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
5620         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
5622 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5624         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
5625         (gdb-registers-font-lock-keywords): Delete.
5626         (gdb-registers-mode): Don't fontify.
5627         (gdb-info-registers-custom): Use text properties instead as, in
5628         future, changed register values will use font-lock-warning-face.
5629         (gdb-local-font-lock-keywords): Rename to...
5630         (gdb-locals-font-lock-keywords): ...for consistency.
5632 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
5634         * vc.el (vc-switch-backend): Better error message if the buffer is
5635         not visiting a file under version control.
5637         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
5639 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5641         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
5642         ~/.emacs.d/.emacs.
5644 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5646         * replace.el (occur-mode-mouse-goto): Always go to other window.
5647         (occur-mode-goto-occurrence): Always switch in same window.
5649         * simple.el (undo): Display message at end, not at start.
5651         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
5652         New arg REUSE-CELL.
5653         (cancel-timer-internal): New function.
5654         (timer-event-handler): Use cancel-timer-internal,
5655         and pass the cell it returns to timer-activate...
5657         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
5658         (jit-lock-deferred-fontify, jit-lock-context-fontify)
5659         (jit-lock-after-change): Test memory-full.
5661 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5663         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5664         part of the decoded armor to find the key-identifier.
5665         (pgg-gpg-lookup-key-owner): New function to return the
5666         human-readable identifier of a key owner.
5667         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5668         key itself.
5669         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5670         the key value) if we have a key and can match it against a secret
5671         key.  Also, added a note pointing out fact that the prompt only
5672         indicates the first matching key.
5674         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5675         pgg-decrypt-region.
5676         (pgg-pending-timers): A new hash for tracking the passphrase cache
5677         timers, so that new ones supercede old ones.
5678         (pgg-add-passphrase-to-cache): Rename from
5679         `pgg-add-passphrase-cache' to reduce confusion (all callers
5680         changed).  Modified to cancel old timers when new ones are added.
5681         (pgg-remove-passphrase-from-cache): Rename from
5682         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5683         changed).  Modified to cancel old timers when their keys are
5684         removed from the cache.
5685         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5686         XEmacs, an indirection to delete-itimer.
5687         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5688         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5689         users can only check cache without risk of prompting.  Correct bug in
5690         notruncate behavior.
5691         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5692         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5693         Add informative docstrings.
5694         (pgg-decrypt): Convey provided passphrase in subordinate call to
5695         pgg-decrypt-region.
5697         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5698         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5699         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5700         `passphrase' argument, so the passphrase can be managed externally
5701         and then passed in to the system.
5703         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5704         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5705         so the passphrase cache can be used reliably with identifiers
5706         besides a pgp packet's key id.
5708         * pgg-gpg.el (pgg-pgp-encrypt-region)
5709         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5710         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5711         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5712         argument to all these routines, so the passphrase can be managed
5713         externally and passed in to the system.
5715         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5716         `notruncate' argument, so the passphrase cache can be used
5717         reliably with identifiers besides a pgp packet's key id.
5719 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5721         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5722         symmetric encryption.
5723         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5724         encrypted session key.
5725         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5726         message ask for the passphrase in a proper way.
5728         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5729         New user commands for symmetric encryption.
5731 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
5733         * textmodes/conf-mode.el (conf-assignment-sign)
5734         (conf-assignment-regexp): Fix docstrings.
5735         (conf-mode-initialize): New function.
5736         (conf-mode): Remove optional args.  Use delay-mode-hooks to
5737         recognize recursive calls.
5738         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5739         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5740         (conf-xdefaults-mode): Use define-derived-mode and
5741         conf-mode-initialize.
5743 2005-10-29  Romain Francoise  <romain@orebokech.com>
5745         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
5747 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5749         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5750         part of the decoded armor to find the key-identifier.
5751         (pgg-gpg-lookup-key-owner): New function to return the
5752         human-readable identifier of a key owner.
5753         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5754         key itself.
5755         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5756         the key value) if we have a key and can match it against a secret
5757         key.  Also, added a note pointing out fact that the prompt only
5758         indicates the first matching key.
5760         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5761         pgg-decrypt-region.
5762         (pgg-pending-timers): A new hash for tracking the passphrase cache
5763         timers, so that new ones supercede old ones.
5764         (pgg-add-passphrase-to-cache): Rename from
5765         `pgg-add-passphrase-cache' to reduce confusion (all callers
5766         changed).  Modified to cancel old timers when new ones are added.
5767         (pgg-remove-passphrase-from-cache): Rename from
5768         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5769         changed).  Modified to cancel old timers when their keys are
5770         removed from the cache.
5771         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5772         XEmacs, an indirection to delete-itimer.
5773         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5774         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5775         users can only check cache without risk of prompting.  Correct bug in
5776         notruncate behavior.
5777         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5778         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5779         Add informative docstrings.
5780         (pgg-decrypt): Convey provided passphrase in subordinate call to
5781         pgg-decrypt-region.
5783 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
5785         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5786         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5787         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5788         `passphrase' argument, so the passphrase can be managed externally
5789         and then passed in to the system.
5791         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5792         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5793         so the passphrase cache can be used reliably with identifiers
5794         besides a pgp packet's key id.
5796         * pgg-gpg.el (pgg-pgp-encrypt-region)
5797         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5798         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5799         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5800         argument to all these routines, so the passphrase can be managed
5801         externally and passed in to the system.
5803         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5804         `notruncate' argument, so the passphrase cache can be used
5805         reliably with identifiers besides a pgp packet's key id.
5807 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5809         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5810         symmetric encryption.
5811         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5812         encrypted session key.
5813         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5814         message ask for the passphrase in a proper way.
5816         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5817         New user commands for symmetric encryption.
5819 2005-10-28  Bill Wohler  <wohler@newt.com>
5821         * help-mode.el (help-url): New button type.  Calls browse-url.
5822         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5823         Similar to Info nodes: URL `url'.
5824         (help-make-xrefs): Create help-url buttons for
5825         help-xref-url-regexp matches.
5827 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
5829         * tool-bar.el (tool-bar-add-item-from-menu)
5830         (tool-bar-local-item-from-menu): Fix doc strings.
5832 2005-10-28  Romain Francoise  <romain@orebokech.com>
5834         * ldefs-boot.el: Update.
5836         * subr.el (locate-library): Move from help-fns.el.
5837         * help-fns.el (locate-library): Move to subr.el.
5839 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5841         * net/tramp.el (tramp-completion-mode): defvar moved up.
5843         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5845         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5847         * files.el (find-file-noselect): Use %d to format large file size.
5849         * bindings.el (mode-line-format): Add %e.
5851         * loadup.el ("facemenu"): Load unconditionally.
5852         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5853         ("x-dnd"): Load, when appropriate.
5855         * startup.el (command-line): Call before-init-hook earlier.
5856         Warn about some bad characters in -u user name.
5858         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5859         (flyspell-external-point-words): Error if misspelled word is not found.
5860         Set flyspell-large-region-beg at end of word.
5862 2005-10-28  Andreas Schwab  <schwab@suse.de>
5864         * view.el (View-revert-buffer-scroll-page-forward):
5865         Use view-page-size-default.
5867 2005-10-28  Juri Linkov  <juri@jurta.org>
5869         * international/quail.el (quail-get-current-str): Translate last
5870         raw character for deterministic input methods.
5872 2005-10-27  Jay Belanger  <belanger@truman.edu>
5874         * calc/calc-ext.el: Add functions to autoloads.
5875         (math-identity-matrix-p, math-ident-row-p): New functions.
5877         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5878         multiplication by an identity matrix; don't turn multiplication by
5879         an inverse matrix into division.
5880         (math-div-symbol-fancy): Replace division by matrices with
5881         multiplication by inverse.
5883         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5885         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5886         (calc-writeoutpower): New functions.
5888 2005-10-27  Romain Francoise  <romain@orebokech.com>
5890         * replace.el (occur-engine): Include colon in mouse-face highlight.
5892         * dired-x.el: Change Maintainer field.
5894 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
5896         * longlines.el (longlines-mode): Bind after-change-functions to
5897         nil during initial decoding and final encoding.
5899 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5901         * term.el (term-emulate-terminal, term-handle-colors-array)
5902         (term-handle-ansi-escape): Specify the terminfo capabilities
5903         implemented.
5905 2005-10-26  Richard M. Stallman  <rms@gnu.org>
5907         * info.el (Info-fontify-node): Fix detection of sentence-break
5908         before *Note.
5910 2005-10-26  Romain Francoise  <romain@orebokech.com>
5912         * smerge-mode.el: Add `tools' to file keywords.
5914 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
5916         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5917         when the fringe is not available.
5919         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5920         (def-gdb-auto-update-trigger): Simplify construction.
5921         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5922         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5923         defined explicitly.
5924         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5925         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5926         defined explicitly.
5927         (gdb-info-locals-custom): Remove as it's a no-op.
5929 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
5931         * longlines.el (longlines-mode): Remove narrowing before
5932         performing the initial decoding or final encoding.
5934 2005-10-25  Romain Francoise  <romain@orebokech.com>
5936         * emacs-lisp/find-func.el (find-library-name): Also strip
5937         extension if library name ends in .el, to take advantage of
5938         `find-library-suffixes'.
5940 2005-10-25  Richard M. Stallman  <rms@gnu.org>
5942         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5944 2005-10-25  Juri Linkov  <juri@jurta.org>
5946         * textmodes/texinfo.el (texinfo-mode): Change charset of one
5947         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5949 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5952         (blackbox-redefine-key): Add argument `map'.
5954         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5955         regions when moving the jit-lock-context-unfontify-pos boundary.
5957 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5959         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5961 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5963         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
5965 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5967         * play/blackbox.el (blackbox-redefine-key): New function.
5968         (blackbox-mode-map): Use it to remap existing bindings for cursor
5969         motion instead of binding literal keys.
5971 2005-10-25  Glenn Morris  <rgm@gnu.org>
5973         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
5974         diary does not end in a newline.  Do not assume a blank line at
5975         the start of the diary file.
5977 2005-10-25  Kenichi Handa  <handa@m17n.org>
5979         * international/quail.el (quail-translate-key): If the input
5980         method is deterministic and failed to handle the last key, restart
5981         the key handling loop from an appropriate key.
5983 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
5985         * vc.el (vc-dired-mode): Extend comment for binding of
5986         `directory-listing-before-filename-regexp'.
5988 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * textmodes/texinfo.el (texinfo-mode):
5991         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5992         not to unnecessarily expose emacs-mule's internal char codes.
5994 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
5996         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
5997         Display hand pointer and help-echo on disabled icon too.
5998         (gdb-mouse-until): New function.
5999         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
6001 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
6003         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
6004         with 2005-10-23 change to doctor.el.
6006         * finder.el (finder-mode-map): Add follow-link binding.
6008 2005-10-25  Kim F. Storm  <storm@cua.dk>
6010         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
6011         to gdb-mouse-toggle-breakpoint-fringe.
6012         (gdb-mouse-toggle-breakpoint-margin): Rename from
6013         gdb-mouse-toggle-breakpoint.  Fix doc.
6014         (gdb-mouse-toggle-breakpoint-fringe): New defun.
6015         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
6016         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
6017         string properties also for fringe breakpoint bitmaps.
6019 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
6021         * textmodes/org.el (org-start-icalendar-file): Fix format form.
6023 2005-10-25  Masatake YAMATO  <jet@gyve.org>
6025         * simple.el (completion-common-substring):
6026         Use `completion-common-substring' prior to `completion-base-size'.
6028 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
6030         * savehist.el: Require CL while compiling.
6031         (savehist-history-variables): Remove.
6032         (savehist-save-minibuffer-history, savehist-additional-variables)
6033         (savehist-minibuffer-history-variables): New vars.
6034         (savehist-save): Use them.
6035         (savehist-uninstall, savehist-minibuffer-hook): New funs.
6036         (savehist-install): New fun, extracted from savehist-load.
6037         (savehist-load): Use them.
6039 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6041         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
6042         a dummy doc-string-elt property.
6043         (defalias, defvaralias, define-category): Add a docstring property.
6045         * image.el (defimage):
6046         * widget.el (define-widget):
6047         * custom.el (defface, defcustom): Add `doc-string' declaration.
6049         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
6050         (defadvice): Add `doc-string' declaration.
6052         * emacs-lisp/byte-run.el (macro-declaration-function):
6053         Handle `doc-string' declarations.
6054         (define-obsolete-function-alias, define-obsolete-variable-alias):
6055         Add `doc-string' declaration.
6057 2005-10-24  Kenichi Handa  <handa@m17n.org>
6059         * international/utf-7.el (utf-7): Add autoload cookie.
6061         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
6063 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
6065         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
6066         list of directories passed to batch-update-autoloads.  Add "." to
6067         the list of the echoed directories.
6069         * pgg-def.el:
6070         * pgg-gpg.el:
6071         * pgg-parse.el:
6072         * pgg-pgp.el:
6073         * pgg-pgp5.el:
6074         * pgg.el: Moved here from the gnus subdirectory.
6076 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
6078         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
6079         in case comint-prompt-read-only is set to t.
6081         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
6082         in case comint-prompt-read-only is set to t.
6084 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
6086         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
6087         Now a string.
6088         (icalendar-import-format): Handle CLASS, STATUS, URL.
6089         Rename `subject' to `summary'.
6090         (icalendar-import-format-summary): Rename from
6091         `icalendar-import-format-subject'.
6092         (icalendar-import-format-url, icalendar-import-format-status)
6093         (icalendar-import-format-class): New variables.
6094         (icalendar--rris): Take variable argument list.
6095         (icalendar--datestring-to-isodate): Remove unnecessary
6096         calendar-style check when converting dates with explicit month names.
6097         (icalendar-export-region): Change return type of conversion
6098         subroutines.  Bury current buffer unless error occurred.
6099         (icalendar--convert-to-ical)
6100         (icalendar--parse-summary-and-rest): New functions.
6101         (icalendar--convert-ordinary-to-ical)
6102         (icalendar--convert-weekly-to-ical)
6103         (icalendar--convert-yearly-to-ical)
6104         (icalendar--convert-block-to-ical)
6105         (icalendar--convert-cyclic-to-ical)
6106         (icalendar--convert-anniversary-to-ical): Change return type.
6107         Strip trailing blanks from subject.
6108         (icalendar--convert-sexp-to-ical): Change return type.
6109         Strip trailing blanks from subject.  Handle simple sexp
6110         entries as generated by icalendar.el.
6111         (icalendar--convert-float-to-ical)
6112         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
6113         (icalendar-import-file): Doc fix.
6114         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
6115         Correct call to icalendar--rris.
6116         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
6117         `summary'.
6118         (icalendar--add-diary-entry): Rename `subject' to `summary'.
6120 2005-10-24  Romain Francoise  <romain@orebokech.com>
6122         * server.el (server-sentinel): Set query-on-exit flag to nil on
6123         new client processes (it isn't inherited from the server process).
6125         * replace.el (occur-engine): Rearrange text properties.
6127 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6129         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
6130         case-fold-search is nil.
6131         (debug-help-follow): Use help-xref-interned directly.
6133 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6135         * thumbs.el (thumbs-image-type): Add .pbm.
6137 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6139         * faces.el (inhibit-face-set-after-frame-default): New variable.
6140         (set-face-attribute): Bind it.
6141         (face-set-after-frame-default): Test it.
6143         * help-fns.el (describe-simplify-lib-file-name): New function.
6144         (describe-function-1, describe-variable): Use it.
6146         * faces.el (describe-face): Use describe-simplify-lib-file-name.
6148         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
6149         Eliminate nil as possible value.
6150         (tooltip-hide-delay): Reduce internal-border-width.
6152         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
6153         (menu-bar-file-menu) <new-file>: Likewise.
6155         * simple.el (line-move-finish): Ignore fields computing LINE-END.
6157         * international/mule.el (load-with-code-conversion):
6158         Pass full file name to `eval-buffer' unless preloading.
6160         * textmodes/flyspell.el (flyspell-large-region):
6161         Call ispell-check-version.
6163         * textmodes/ispell.el (ispell-local-dictionary-overridden):
6164         Fix the make-variable-buffer-local call that was supposed
6165         to be for this variable.
6166         (ispell-aspell-supports-utf8): Doc fix.
6167         (ispell-find-aspell-dictionaries): Preserve elements of
6168         ispell-dictionary-alist for dictionaries that aspell doesn't report.
6169         (ispell-aspell-find-dictionary): Return nil on error.
6171         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
6172         (doctor-symptoms): Likewise.
6174         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
6176 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6178         * cus-edit.el (custom-button, custom-button-pressed): New vars.
6179         (custom-raised-buttons): Add :set spec.
6180         (custom-button-unraised, custom-button-pressed-unraised):
6181         New faces, so that custom-raised-buttons actually does something.
6182         (custom-mode): Use custom-button and custom-button-pressed.
6184         * wid-edit.el (widget-specify-button): Don't ignore
6185         widget-mouse-face on graphic terminals.
6186         (widget-move-and-invoke): Cleanup.
6188 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
6190         * whitespace.el (whitespace-cleanup): Doc fix.
6192 2005-10-23  Romain Francoise  <romain@orebokech.com>
6194         * emulation/viper.el (viper-set-hooks): Quote forms passed to
6195         `eval-after-load' to avoid evaluating their result.
6197 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
6199         * files.el (directory-listing-before-filename-regexp):
6200         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
6202         * dired.el (dired-move-to-filename-regexp): Remove.
6203         All occurences replaced by `directory-listing-before-filename-regexp'.
6205         * dired-x.el, locate.el, vc.el:
6206         Replace `dired-move-to-filename-regexp' by
6207         `directory-listing-before-filename-regexp'.  In vc.el it is
6208         overwritten locally; maybe this can be handled in files.el too.
6210         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
6211         replaced by `directory-listing-before-filename-regexp'.
6213 2005-10-23  Andreas Schwab  <schwab@suse.de>
6215         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
6216         and eval-next-after-load.
6218 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
6220         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
6221         exist, create it.
6223 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
6225         * allout.el: Remove autoloads for mailcrypt and crypt++.
6226         Require pgg, pgg-gpg during compilation.
6227         (allout-version): Increment version number to 2.1, and use a literal
6228         rather than RCS Id.
6229         (allout-default-encryption-scheme): Remove.
6230         (allout-passphrase-verifier-handling)
6231         (allout-passphrase-verifier-string)
6232         (allout-file-passphrase-verifier-string)
6233         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
6234         (allout-passphrase-hint-handling): Rename and simplify.
6235         (allout-init): Use `find-file-hook' if available, otherwise
6236         `find-file-hooks'.
6237         (allout-mode): Use `write-file-functions' if available, otherwise
6238         `local-write-file-hooks' and, instead of making auto-save-hook
6239         buffer local, make the write-file-hook activity contingent to
6240         allout-mode.
6241         (allout-mode): Use key-binding substitution in the docstring.
6242         (allout-kill-line): Spell-out kill ring data structure mutation
6243         instead of using byte-compiler-complaint-provoking `pop'.
6244         (allout-insert-listified): Use `insert' rather than `insert-string'
6245         (allout-toggle-current-subtree-encryption): Update docstring, adjust
6246         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
6247         (allout-encrypt-string): Totally revamped vis new underlying
6248         encryption facilities.
6249         (allout-mc-activate-passwd): Remove.
6250         (allout-obtain-passphrase): New, more or less replaces
6251         allout-mc-activate-passwd.
6252         (allout-encrypted-key-info): More or less replaces
6253         allout-encrypted-text-type.
6254         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
6255         (my-mark-marker): Use `(featurep 'xemacs)'.
6257 2005-10-23  Lars Hansen  <larsh@soem.dk>
6259         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
6260         (byte-compile-file-form-defmumble, byte-compile-defun)
6261         (byte-compile-defmacro): Use it.
6262         (byte-compile-form): Don't call byte-compile-set-symbol-position
6263         when a byte-compile handler is called.
6265 2005-10-22  Romain Francoise  <romain@orebokech.com>
6267         * savehist.el (savehist-history-variables): Add `grep-find-history'.
6269         * subr.el (eval-after-load): Convert library name to an absolute
6270         file name using locate-library, since load-history no longer has
6271         library names in it.
6273 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6275         * files.el (make-temp-file): Move from subr.el.
6276         * subr.el (make-temp-file): Move to files.el.
6278         * window.el (get-buffer-window-list): Move from subr.el.
6279         * subr.el (get-buffer-window-list): Move to window.el.
6281         * image.el (image-load-path): Use eval-at-startup to initialize.
6283         * subr.el (eval-at-startup): New macro.
6285         * subr.el: Much rearrangement of functions and division
6286         into pages.  No code changes.
6288 2005-10-22  Kenichi Handa  <handa@m17n.org>
6290         * tar-mode.el (tar-extract): Be sure to call
6291         find-operation-coding-system if set-auto-coding doesn't find a
6292         coding system.
6294 2005-10-22  Kim F. Storm  <storm@cua.dk>
6296         * image.el (image-type-header-regexps): Rename from image-type-regexps.
6297         Change users.
6298         (image-type-file-name-regexps): New defconst.
6299         (image-type-from-data): Simplify loop.
6300         (image-type-from-buffer): New defun.
6301         (image-type-from-file-header): Use it instead of image-type-from-data.
6302         Use image-search-load-path instead of only looking in data-directory.
6303         (image-type-from-file-name): New defun.
6304         (image-search-load-path): Change `pathname' to `filename'.
6305         Make PATH arg optional, default to image-load-path.
6307 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6309         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
6311         * textmodes/paragraphs.el (sentence-end-base): New variable.
6312         (sentence-end): Use sentence-end-base.
6314 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * font-lock.el (font-lock-default-fontify-region): Check the multiline
6317         property independently from the font-lock-multiline variable.
6319 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6321         * emacs-lisp/find-func.el (find-library-name): Doc fix.
6323         * startup.el (command-line): Convert library names
6324         in `load-history' to absolute file names.
6326         * subr.el (symbol-file): Doc fix.
6328         * loadhist.el (file-loadhist-lookup): Call locate-library
6329         instead of find-library-name.  Don't try converting
6330         abs file names to library names, since load-history no longer
6331         has library names in it.
6332         (file-dependents, file-provides, file-requires): Doc fixes.
6334 2005-10-21  Juri Linkov  <juri@jurta.org>
6336         * progmodes/etags.el (tags-table-mode): New function.
6337         (tags-verify-table): Replace initialize-new-tags-table with
6338         tags-table-mode.
6340         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
6341         default value.
6342         (desktop-modes-not-to-save): Add tags-table-mode to the
6343         default value.
6345         * info.el (Info-index-next): Add total number of index
6346         alternatives to the message.
6348         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
6349         backward only space (instead of space and period) before looking
6350         at sentence end.
6352         * simple.el (set-variable): Use user-variable-p instead of symbolp.
6353         Add the old variable value as 4th default-value arg of read-string.
6355 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6357         * cus-face.el (custom-declare-face): Make face from X resources
6358         also on Mac.
6360         * disp-table.el (standard-display-g1, standard-display-graphic):
6361         Refuse to use string glyphs also on Mac.
6362         (standard-display-european): Don't set terminal coding system also
6363         on Mac.
6365         * frame.el (display-screens): Use x-display-screens also on Mac.
6367 2005-10-21  Romain Francoise  <romain@orebokech.com>
6369         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
6371 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6373         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
6374         and $? into sexps.
6376         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
6377         warning face on open-paren-in-column-0.
6379         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
6380         boundary case.  Fix typo.
6381         Suggested by Martin Rudalics <rudalics@gmx.at>.
6383 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
6385         * textmodes/org.el (org-combined-agenda-icalendar-file)
6386         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
6387         (org-export-icalendar-this-file)
6388         (org-export-icalendar-all-agenda-files)
6389         (org-export-icalendar-combine-agenda-files): New commands.
6390         (org-export-icalendar, org-print-icalendar-entries)
6391         (org-start-icalendar-file, org-finish-icalendar-file)
6392         (org-ical-ts-to-string): New functions.
6393         (org-read-date, org-goto-calendar)
6394         (org-agenda-goto-calendar): Inhibit displaying diary entries by
6395         call to `calendar'.
6396         (orgtbl-setup): Remove the :keys arguments from the menu description.
6397         (org-after-save-iCalendar-file-hook): New variable.
6399 2005-10-21  Kenichi Handa  <handa@m17n.org>
6401         * language/vietnamese.el (tcvn-5712): Make it an alias of
6402         vietnamese-tcvn coding-system.
6404 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
6406         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
6407         group id is given.
6409 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6411         * progmodes/sh-script.el (sh-escaped-line-re): New var.
6412         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
6413         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
6414         whose line is either continued or ends with a comment.
6416 2005-10-20  Romain Francoise  <romain@orebokech.com>
6418         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
6420         * replace.el (occur-engine): Add follow-link property.
6422         * font-core.el (font-lock-mode): Doc fix.
6424 2005-10-20  Richard M. Stallman  <rms@gnu.org>
6426         * net/rcirc.el: New file.
6428 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
6430         * term.el (term-term-name): Initialize to "eterm-color".
6432 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
6434         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
6435         for encryption functionality.
6436         Move allout customization subgroup from `editing' to `outlines' group.
6437         Fix commentary keywords to legitimate ones.
6438         Update author info (using my current email address, obscurified).
6439         (allout-encrypt-string, allout-encryption-produce-work-buffer)
6440         (allout-encrypted-topic-p, allout-encrypted-text-type)
6441         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
6442         (allout-situate-encryption-key-verifier)
6443         (allout-get-encryption-key-verifier, allout-verify-key)
6444         (allout-next-topic-pending-encryption)
6445         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
6446         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
6447         (outline-key-verifier-handling, outline-key-hint-handling)
6448         (outline-encrypt-unencrypted-on-saves): New defcustoms.
6449         (allout-file-key-verifier-string, allout-encryption-scheme)
6450         (allout-key-verifier-string, allout-key-hint-string)
6451         (allout-after-save-decrypt): New variables.
6452         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
6453         (allout-after-saves-handler): New hook functions.
6454         (allout-post-command-business): Do allout-after-save-decrypt.
6455         (allout-enable-file-variable-adjustment): Custom var to enable
6456         mechanism for adding and adjusting settings of Emacs file variables.
6457         (allout-adjust-file-variable, allout-file-vars-section-data):
6458         New functions, implement the mechanism.
6459         (outlineify-sticky): Use the file vars mechanism.
6460         (allout-inhibit-protection, allout-during-write-cue)
6461         (allout-override-protect, allout-before-change-protect): Remove.
6462         (allout-flag-region, allout-open-topic): Adjust read-only text.
6463         (allout-open-line-not-read-only): Add to facilitate read-only
6464         text based protection.
6465         (allout-kill-line): Revise to adjust read-only text, clue the
6466         user about the inhibition.
6467         (allout-unprotected): Use unwind-protect.
6468         (allout-shift-in, allout-shift-out): Disallow manually shifting a
6469         topic deeper than the offspring depth of the previous topic -
6470         avoiding confusing "containment discontinuities".
6471         (allout-reindent-bodies): Fix retention of body relative hanging
6472         indent during promotion of collapsed bodies.
6473         (allout-open-topic): Make it easy to open new topic with same
6474         bullet as current topic - topic creation functions provided with
6475         any universal argument provokes now prompt for bullet, defaulting
6476         to the bullet of the previous topic.
6477         (allout-plain-bullets-string, allout-distinctive-bullets-string):
6478         Plain bullet alternates `.' period and `,' comma only.  All other
6479         bullets are relegated to special status (but customizable).
6480         (allout-end-of-entry): Rename from allout-end-of-current-entry
6481         since it actually operates w.r.t. most immediately containing
6482         entry, visible or not.
6483         (allout-hide-current-entry, allout-show-current-entry): Use the
6484         revised version.
6485         (allout-old-expose-topic): Solidify deprecation.
6486         (allout-end-of-subtree): Add so we can span concealed as well
6487         as visible topics.
6488         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
6489         (allout-end-of-current-heading): Tweak to just respect the first line.
6490         (allout-get-body-text): Add.
6491         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
6492         when invoked interactively.
6493         (allout-up-current-level): Use `interactive-p'.
6494         (allout-mode, allout-init): Miscellaneous docstring and
6495         operational refinements, as well as hookups of new encryption stuff.
6496         (allout-beginning-of-current-entry): Now works as advertised.
6497         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
6498         (allout-isearch-rectification): Refine condition for isearching.
6499         (allout-isearch-abort, allout-enwrap-isearch)
6500         (allout-flag-region, my-region-active-p): Relocate some macros.
6501         (allout-title): Fallback title is (buffer-name), not
6502         non-existing (current-buffer-name).
6503         (subst-char-in-string): Define if absent (for some XEmacs versions).
6505 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
6507         * mail/sendmail.el (mail-setup-hook, mail-aliases)
6508         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
6509         (mail-citation-prefix-regexp, mail-signature-file)
6510         (mail-default-headers, mail-bury-selects-summary)
6511         (mail-send-nonascii): Add autoload cookies.
6513 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6515         * frame.el (blink-cursor-mode): Add `mac' to the list of
6516         window-system's that support blinking cursor.
6518 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6520         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
6522 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
6524         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
6525         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
6526         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
6528 2005-10-20  Kim F. Storm  <storm@cua.dk>
6530         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
6531         (ido-set-current-directory): Don't add / after final @.
6532         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6533         Explicitly handle ange-ftp completion oddities.
6534         (ido-make-file-list): Don't rotate list at tramp root to avoid
6535         triggering tramp file handler for expand-file-name via get-file-buffer.
6537 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6539         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
6541 2005-10-19  Jay Belanger  <belanger@truman.edu>
6543         * calc/calc-units.el (math-standard-units): Add units, adjust
6544         symbols and update values.
6545         (math-unit-prefixes): Add more prefixes.
6547 2005-10-19  Romain Francoise  <romain@orebokech.com>
6549         * bookmark.el (bookmark-menu-heading): New face.
6550         (bookmark-bmenu-list): Use it.
6551         Don't fiddle with `baud-rate' at top-level.
6553 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6555         * image.el (create-image, find-image): Mention max-image-size in
6556         docstring.
6558 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6560         * savehist.el (savehist-load): Revert to checking XEmacs.
6562         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
6563         Various docstring and line-width fixups.
6564         (conf-mode): Use cond.
6565         Set font-lock-defaults.  Don't set comment-use-syntax.
6567 2005-10-18  David Ponce  <david@dponce.com>
6569         * tree-widget.el (tree-widget-button-click): New function.
6570         (tree-widget-button-keymap): Use it.
6572 2005-10-18  Romain Francoise  <romain@orebokech.com>
6574         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6575         (bookmark-bmenu-hide-filenames): Add follow-link property.
6576         Improve help-echo text.
6578         * ffap.el (find-file-at-point): Doc fix.
6580 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6582         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
6584 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6586         Install to the CVS repository what I forgot to install in my
6587         2005-10-16 changes.
6589         * progmodes/python.el (python-complete-symbol): Pass the common
6590         prefix substring of completion to `display-completion-list'.
6592         * textmodes/org.el (org-complete): Ditto.
6594 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6596         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
6598         * woman.el (WoMan-xref-man-page): New button type derived
6599         from `Man-abstract-xref-man-page'.
6600         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
6602         * man.el (Man-abstract-xref-man-page): New button type.
6603         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
6604         (Man-highlight-references): Add new optional argument `xref-man-type'.
6606 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6608         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
6610 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6612         * cus-edit.el (Custom-move-and-invoke): Delete.
6613         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
6615         * wid-edit.el (widget-move-and-invoke): New function, from
6616         Custom-move-and-invoke.
6618 2005-10-17  Bill Wohler  <wohler@newt.com>
6620         Move all remaining images from lisp/toolbar to etc/images, move
6621         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
6622         the low resolution images in their own directory (low-color).
6624         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
6625         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
6626         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
6627         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
6628         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
6629         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
6630         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
6632         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
6633         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
6634         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
6635         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
6636         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
6637         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
6638         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
6639         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
6640         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
6641         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
6642         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
6643         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
6644         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
6645         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
6646         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
6648         To conform with convention, replace the underscore (_) in the
6649         following image names with dash (-) or (/) as appropriate.
6651         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
6652         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
6653         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
6654         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
6655         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
6656         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
6657         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
6658         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
6659         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
6660         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
6661         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
6662         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
6663         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
6664         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
6665         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
6667         * info.el (info-tool-bar-map): Replace underscores in image names
6668         with dashes.
6670         * makefile.w32-in (WINS): Remove toolbar.
6672         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
6674         * tool-bar.el: Move to lisp from toolbar.  Now that
6675         toolbar is empty, it should be deleted when folks run "cvs up -P".
6677 2005-10-18  Jay Belanger  <belanger@truman.edu>
6679         * calc/calc-store.el (calc-store-into): Get the proper variable name
6680         to display in message.
6682 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6684         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
6685         expressions display in speedbar for all buffers when debugging.
6686         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
6688         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
6689         (speedbar-insert-button, speedbar-make-button):
6690         Use add-text-properties.
6691         (speedbar-update-localized-contents)
6692         (speedbar-update-directory-contents)
6693         (speedbar-update-special-contents): Use dolist.
6694         (speedbar-buffer-easymenu-definition): Add a menu separator.
6696 2005-10-17  Jason Rumney  <jasonr@gnu.org>
6698         * makefile.w32-in: Use $(lisp) consistently.
6699         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6700         for shell specific generation of mh-autoloads.
6702 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6704         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6706 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6708         * jit-lock.el (jit-lock-fontify-now):
6709         Move jit-lock-context-unfontify-pos to avoid wasted work.
6711 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
6713         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
6714         `tramp-completion-mode' for checking if we are in completion mode.
6715         (tramp-completion-handle-file-name-all-completions): Reorder code
6716         in order to complete for file names only in case there are no
6717         method/user/host completions.  This is necessary for cooperation
6718         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
6720 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
6722         * longlines.el (longlines-search-forward)
6723         (longlines-search-backward): Match any number of spaces.
6725 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
6727         * diff-mode.el (diff-mode): Doc fix.
6729 2005-10-16  David Reitter  <david.reitter@gmail.com>
6731         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6732         as default on darwin and windows systems.
6734 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6736         * arc-mode.el (archive-zip-extract): Doc fix.
6738 2005-10-16  Romain Francoise  <romain@orebokech.com>
6740         * mouse.el (mouse-1-click-follows-link): Doc fix.
6742 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6744         * savehist.el: Don't require CL at runtime.
6745         (savehist-xemacs): Remove.
6746         (savehist-coding-system): Use utf-8 if present, regardless of religion.
6747         (savehist-no-conversion): Use (featurep 'xemacs).
6748         (savehist-load): Check existence of start-itimer rather than XEmacs.
6749         Use an idle timer.
6750         (savehist-process-for-saving): Replace use of CL funs `subseq' and
6751         `delete-if-not'.
6753 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6755         * savehist.el: Newer version.
6756         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6757         (savehist-last-checksum, savehist-no-conversion): New vars.
6758         (savehist-autosave, savehist-process-for-saving, savehist-printable):
6759         New functions.
6760         (savehist-load, savehist-save): Use them.
6761         (savehist-delimit): Remove.
6763 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6765         * progmodes/compile.el (compilation-goto-locus): Display the
6766         compilation buffer first and the source buffer second, in case they're
6767         in overlapping frames.  Don't raise the compilation frame if it was the
6768         selected window upon entry.  Pass the `other-window' arg to
6769         pop-to-buffer.
6771         * info.el (Info-fontify-node): Use dolist.
6772         Change add-text-properties to put-text-property.
6774 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6776         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6777         bound of search.
6779 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6781         * dabbrev.el (dabbrev-completion): Pass the common
6782         prefix substring of completion to `display-completion-list'.
6784         * filecache.el (file-cache-minibuffer-complete)
6785         (file-cache-complete): Ditto.
6787         * tempo.el (tempo-display-completions): Ditto.
6789         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6791         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6793         * eshell/em-hist.el (eshell-list-history): Ditto.
6795         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6797         * mail/mailalias.el (mail-complete): Ditto.
6799         * progmodes/etags.el (complete-tag): Ditto.
6801         * progmodes/make-mode.el (makefile-complete): Ditto.
6803         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6805         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6807         * progmodes/pascal.el (pascal-complete-word)
6808         (pascal-show-completions): Ditto.
6810         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6812         * simple.el (completion-common-substring): New variable.
6813         (completion-setup-function): Use `completion-common-substring'
6814         to put faces.
6816 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6818         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6819         (x-get-selection, mac-select-convert-to-string): Convert from/to
6820         UTF-16 clipboard data as in native byte order, no BOM.
6822 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
6824         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6825         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6826         (gud-sentinel): Use speedbar-frame to check for speedbar.
6828 2005-10-15  Richard M. Stallman  <rms@gnu.org>
6830         * savehist.el: New file.
6832 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
6834         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6835         Fix bug in \bf fontification.
6837 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6839         * pcvs.el (cvs-edit-log-files): New var.
6840         (cvs-mode-edit-log): New arg `file'.
6841         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6842         Instead force the use of the original file and nothing else.
6843         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6844         the cvs-minor-wrap-function is set.
6845         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6847 2005-10-14  Bill Wohler  <wohler@newt.com>
6849         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6850         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6851         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6852         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6853         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6854         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6855         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6856         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6857         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6858         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6859         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6860         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6861         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6862         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6863         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6865         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6866         appropriately (for example, gud-break to gud/break).
6868 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
6870         * longlines.el (longlinges-search-function)
6871         (longlines-search-forward, longlines-search-backward): New functions.
6872         (longlines-mode): Set isearch-search-fun-function to
6873         longlinges-search-function.
6875         * mouse.el (mouse-drag-region-1): Handle the case where a
6876         double-click event is bound to an arbitrary function.
6878 2005-10-14  David Ponce  <david@dponce.com>
6880         * recentf.el (recentf-track-opened-file)
6881         (recentf-track-closed-file, recentf-update-menu)
6882         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6883         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6884         mouse-1-click-follows-link.
6886 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6888         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6889         Gnome file-manager.png.  Suggested by
6890         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6892         * toolbar/README: Add diropen.xpm.
6894 2005-10-13  Bill Wohler  <wohler@newt.com>
6896         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6897         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
6899 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6901         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6902         Don't waste the byte-compiler's time on constant data.
6904 2005-10-13  Kenichi Handa  <handa@m17n.org>
6906         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6907         byte with `escape-glyph' face.
6909         * international/fontset.el (ccl-encode-unicode-font):
6910         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6911         Handle the case that ucs-mule-to-mule-unicode translates a character to
6912         ASCII (usually for IPA characters).
6914 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6916         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6917         Don't hide the underline of titles if font-lock-mode is disabled.
6919 2005-10-12  Bill Wohler  <wohler@newt.com>
6921         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
6922         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6923         files in MH-E-SRC have been updated.
6924         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6926 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6929         (mixal-mode-syntax-table): Add \n as end-comment.
6930         (mixal-operation-codes-alist): Immediately initialize to full value.
6931         (mixal-add-operation-code): Remove.
6932         (mixal-describe-operation-code): Make the arg non-optional.
6933         Use the interactive spec instead.
6934         Use mixal-operation-codes-alist rather than mixal-operation-codes.
6935         (mixal-font-lock-keywords): Don't highlight comments here any more.
6936         (mixal-font-lock-syntactic-keywords): New var.
6937         (mixal-mode): Use it.  Fix comment-start-skip.
6939 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6941         * startup.el (command-line-x-option-alist): -nb => -nbi
6943 2005-10-12  Kim F. Storm  <storm@cua.dk>
6945         * startup.el (fancy-splash-default-action): Discard mouse click in
6946         the splash screen window, as it has no sensible meaning in the
6947         next window to be selected.  Fixes error reported by Jan D.
6949 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6951         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6953 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6955         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6956         Try to fix up minor layout issues like indentation, line break, etc...
6957         (mixal-mode-syntax-table): Don't try to specify comment syntax,
6958         because it doesn't work.
6959         (mixal-operation-codes): Add some more codes.
6960         (mixal-font-lock-keywords): Process comments here.
6961         (mixal-mode): mixasm no longer needs -g option.
6963 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6965         * progmodes/sh-script.el (sh-tmp-file):
6966         Use mktemp -t.  Finish support for es and rc shells.
6968 2005-10-11  Jay Belanger  <belanger@truman.edu>
6970         * calc/calcalg2.el (calc-integral): With an argument, compute the
6971         definite integral.
6973 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
6975         * mouse.el (mouse-drag-region-1): Don't try to catch a
6976         double-click when doing follow-link (it's overridden anyway).
6978 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
6980         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
6981         (autoload-print-form-outbuf): Add docstring.
6983 2005-10-11  Juri Linkov  <juri@jurta.org>
6985         * info.el (Info-mode-menu): Delete menu item "Edit".
6986         (Info-mode): Delete description of Info-edit from docstring,
6987         and rearrange descriptions of Info commands in the order
6988         they are documented in the Info manual.
6990 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6992         * calendar/appt.el (appt-check): Use diary-selective-display var.
6994 2005-10-10  Richard M. Stallman  <rms@gnu.org>
6996         * net/newsticker.el (newsticker-start, newsticker-show-news):
6997         Add autoload cookies.
6999 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
7001         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
7003 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
7005         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
7007 2005-10-10  Jay Belanger  <belanger@truman.edu>
7009         * calc/calc-arith.el (math-check-known-scalarp)
7010         (math-check-known-matrixp): Check the values of arguments that are
7011         variables.
7012         (math-check-known-square-matrixp): New function.
7013         (math-known-square-matrixp): Use math-check-known-square-matrixp.
7014         (math-super-types): Add sqmatrix type.
7016         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
7017         mode name `square' to `sqmatrix'.
7019         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
7020         mode name `square' to `sqmatrix'.
7022 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7024         * progmodes/etags.el (select-tags-table-mode): Don't use
7025         selective-display.
7026         (tags-select-tags-table): Pass `button' to the action function.
7027         (select-tags-table): Place the side-info on button properties rather
7028         than in hidden text.  Abbreviate file names.
7029         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
7030         (select-tags-table-select): Add `button' argument.
7031         Get side-info from the button property rather than from hidden text.
7033 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
7035         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
7036         (gud-speedbar-buttons): Preserve point if possible.
7037         (gud-sentinel): Restore previous speedbar display type.
7039         * progmodes/gdb-ui.el (gdba): Improve diagram.
7040         (def-gdb-auto-update-handler, gdb-info-locals-handler)
7041         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
7042         Call get-buffer-window once.
7044 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7046         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
7047         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
7048         (pascal-indent-command): Remove unused var `ind'.
7049         (pascal-indent-case): Remove unused var `oldpos'.
7050         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
7051         since it's now used as a proper minor mode map.
7052         (pascal-outline): Rename to pascal-outline-mode.
7053         (pascal-outline-mode): Use define-minor-mode.
7054         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
7055         selective-display.
7057 2005-10-10  Andreas Schwab  <schwab@suse.de>
7059         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
7060         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
7062         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
7063         outside source directory.
7065 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7067         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
7068         C-x' as a prefix.
7069         (orgtbl-mode-map): Full keymap instead of sparse, because all
7070         `self-insert-command' keys are redefined in this map.
7071         (org-export-as-html): Specify charset for HTML file, by taking it
7072         from the coding system.
7074 2005-10-10  Kenichi Handa  <handa@m17n.org>
7076         * textmodes/flyspell.el (flyspell-check-word-p):
7077         If unread-command-events is non-empty, don't call sit-for.
7079 2005-10-09  Richard M. Stallman  <rms@gnu.org>
7081         * font-lock.el (font-lock-syntactic-keywords)
7082         (font-lock-keywords): Doc fixes.
7084         * textmodes/flyspell.el (flyspell-external-point-words):
7085         Simplify logic, and don't try to check for consecutive appearances
7086         of one incorrect word.
7088 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
7090         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
7091         separator.
7093         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
7094         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
7095         (gud-expansion-speedbar-buttons): New function.
7096         (gud-speedbar-buttons): Check for gud-comint-buffer.
7098 2005-10-09  Bill Wohler  <wohler@newt.com>
7100         * Makefile.in (updates): Add mh-loaddefs dependency.
7102 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
7104         * speedbar.el (speedbar-file-key-map): Fix typo.
7106 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7108         * cus-start.el (line-spacing): Add custom spec.
7110 2005-10-09  Romain Francoise  <romain@orebokech.com>
7112         * textmodes/ispell.el (ispell-check-version): Fix last change.
7114 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7116         * term/x-win.el: Remove -i, --icon-type from comment.
7118         * startup.el (command-line-x-option-alist): Remove options -i,
7119         -itype, --icon-type, added -nb, --no-bitmap-icon
7121 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
7123         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
7124         instead of :active.
7126 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7128         * textmodes/ispell.el (ispell-check-version):
7129         Ignore hyphen, and all that follows, in aspell's version text.
7131 2005-10-08  Jay Belanger  <belanger@truman.edu>
7133         * calc/calc-arith.el (math-known-square-matrixp): New function.
7134         (math-pow-fancy): Check for matrices before distributing exponent
7135         across products.
7137         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7138         fullscreen keypad.  Suggested by Luc Teirlinck.
7139         (calc-keypad-show-input): Add space for formatting.
7141         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
7142         Add square matrix option.
7144         * calc/calc-poly.el (math-expand-term): Check for matrices instead
7145         of checking calc-matrix-mode when deciding how to expand.
7147         * calc/calc.el (calc-set-mode-line): Add square matrix option.
7149 2005-10-08  Lars Hansen  <larsh@soem.dk>
7151         * net/tramp.el (tramp-perl-directory-files-and-attributes):
7152         Add error handling.
7153         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
7155 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7157         Sync with Tramp 2.0.51.
7159         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7160         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7161         Insert special handling for `last-coding-system-used', again
7162         it still seems to be necessary (unlike stated before).
7163         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
7164         (tramp-password-prompt-regexp): There might be other words before
7165         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
7166         (tramp-chunksize): Improve docstring.
7167         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
7168         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
7169         Christian Joergensen <bugs@razor.dk>.
7171 2005-10-07  Glenn Morris  <rgm@gnu.org>
7173         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
7174         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
7175         precision'.
7177 2005-10-07  Romain Francoise  <romain@orebokech.com>
7179         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
7180         (ibuffer-do-shell-command-pipe-replace)
7181         (ibuffer-do-shell-command-file, ibuffer-do-eval)
7182         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
7183         (ibuffer-do-revert, ibuffer-do-replace-regexp)
7184         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
7185         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7186         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
7187         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
7188         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
7189         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
7190         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
7191         Autoload file sans suffix.
7193         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
7195 2005-10-07  David Ponce  <david@dponce.com>
7197         * recentf.el (recentf-menu-open-all-flag): New option.
7198         (recentf-digit-shortcut-command-name): New function.
7199         (recentf--shortcuts-keymap): New variable.
7200         (recentf-menu-shortcuts): New variable.
7201         (recentf-make-menu-items): Initialize it.  Replace the "More..."
7202         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
7203         (recentf-menu-value-shortcut): New function.
7204         (recentf-make-menu-item): Use it.  No more in-lined.
7205         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
7206         (recentf-open-most-recent-file): Rename from
7207         `recentf-open-file-with-key'.  Don't depend on key binding.
7208         (recentf-mode-map): New variable.
7209         (recentf-mode): Use it.
7211 2005-10-06  Bill Wohler  <wohler@newt.com>
7213         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
7215         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
7216         (MH-E-SRC): New.  Used by mh-autoloads.
7217         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
7218         files in MH-E-SRC have been updated.
7219         (compile, recompile, bootstrap): Depend on mh-autoloads.
7221 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
7223         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
7224         gud-break and gud-remove icons when the fringe is not available.
7226         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
7227         Typo.
7229 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
7231         * play/zone.el (zone): Wrap body with save-window-excursion.
7233 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7236         Use the new `list-only' arg to diary-list-entries.
7238         * calendar/diary-lib.el: Use overlays rather than selective-display.
7239         (diary-selective-display): New var.
7240         (diary-header-line-format): Use it.
7241         (diary-list-entries): Add argument `list-only'.
7242         Put the buffer in diary-mode.  Don't add \^M at beg and end.
7243         Replace \^M by invisible overlays.
7244         (diary-unhide-everything): Replace \^M by invisible overlays.
7245         (print-diary-entries): Look for overlays rather than \^M.
7246         Add a space to the temp buffer name.
7247         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
7248         Put the buffer in diary-mode.
7249         (list-sexp-diary-entries): Replace \^M by invisible overlays.
7250         (diary-anniversary): Make the year arg optional.
7251         (diary-time-regexp): New const.
7252         (diary-font-lock-keywords): Use it to accept a few more time formats.
7254         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
7256 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
7258         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
7259         Fix bug introduced 2005-07-03: Use (car (last ...))
7260         to faithfully reproduce replaced artist-last.
7261         (artist-set-arrow-points-for-poly): Likewise.
7262         Suggested by Johan Bockg\e,Ae\e(Brd.
7264 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
7266         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
7267         * wid-edit.el (widget):
7268         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
7269         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
7271 2005-10-06  Kenichi Handa  <handa@m17n.org>
7273         * international/mule-cmds.el (set-language-environment):
7274         Fix setting up of case-table for unibyte mode.
7276         * simple.el (what-cursor-position): If the character is displayed
7277         by some `display' text property, show that.  Don't use
7278         single-key-description for eight-bit characters in multibyte mode.
7280 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
7282         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
7283         (gdb-ann3): Set it.
7284         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7285         (gdb-info-frames-custom): Use inverse-video for first five
7286         characters of selected frame only.
7287         (gdb-get-frame-number): Select frame even when point is on frame
7288         number.
7290 2005-10-06  Masatake YAMATO  <jet@gyve.org>
7292         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7293         Put `font-lock-function-name-face'.
7294         (gdb-info-frames-custom): Put `font-lock-function-name-face'
7295         and `font-lock-variable-name-face'
7296         (gdb-registers-font-lock-keywords): New font lock keywords definition.
7297         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
7298         (gdb-memory-font-lock-keywords): New font lock keywords definition.
7299         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
7300         (gdb-local-font-lock-keywords): New font lock keywords definition.
7301         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
7302         (gdb-threads-font-lock-keywords): New font lock keywords definition.
7303         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
7305 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
7307         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
7308         (ediff-merge-region-is-non-clash-to-skip): Previously called
7309         ediff-merge-region-is-non-clash.
7311         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
7312         Use insert-buffer-substring.
7314         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
7315         selecting files to patch.  Also bug fixes.
7317         * ediff-util.el (ediff-setup): Bug fix.
7318         (ediff-next-difference): Never skip clashes that differ in white
7319         space only.
7321         * ediff-wind.el (ediff-setup-control-frame)
7322         (ediff-destroy-control-frame): Check the menubar feature.
7324         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
7325         (viper-refresh-mode-line): Use make-local-variable to localize
7326         some vars instead of make-variable-buffer-local.  Suggested by
7327         Stefan Monnier.
7329         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
7330         (viper-restore-cursor-type, viper-set-insert-cursor-type):
7331         Use make-local-variable instead of make-variable-buffer-local.
7332         Suggested by Stefan Monnier.
7334         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
7335         (viper-comint-mode-hook): Use make-local-variable on
7336         require-final-newline.
7337         (viper-non-hook-settings): Don't use make-variable-buffer-local.
7339 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7341         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
7342         also the second char of a comment-start sequence.
7343         (scheme-sexp-comment-syntax-table): New var.
7344         (lambda, define): Set their scheme-doc-string-elt property.
7345         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
7346         Use lisp-font-lock-syntactic-face-function now that it properly
7347         handles |...| symbols.
7348         (scheme-mode-variables): Set lisp-doc-string-elt-property,
7349         parse-sexp-lookup-properties and font-lock-extra-managed-props.
7351         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
7352         bit from # to |.
7353         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
7355         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
7356         (lisp-doc-string-elt-property): New var.
7357         (lisp-font-lock-syntactic-face-function): Use it.
7358         Rewrite to recognize docstrings even for forms not at toplevel.
7360         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
7361         annotation on the | part of #| rather than on the # part.
7362         (scheme-font-lock-syntactic-face-function): New function, to
7363         distinguish strings from |...| symbols.
7364         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
7365         syntax-table so that #|...|# is properly highlighted.
7367         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
7368         Don't mark as docstring the 3rd elem of an unknown toplevel form.
7370 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
7373         and C-e.
7375         * emacs-lisp/eldoc.el: Move comments into docstrings.
7376         (eldoc-message-commands): Initialize in its declaration.
7377         Add move-beginning-of-line and move-end-of-line.
7378         (eldoc-add-command, eldoc-add-command-completions)
7379         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
7381         * outline.el (outline-mark-subtree): Activate the mark.
7383         * calendar/appt.el (appt-time-regexp): New var.
7384         (appt-add, appt-make-list): Use it.
7385         (appt-convert-time): Clean up.
7387         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7388         Don't set any syntax-table property here.
7389         (tex-font-lock-verb): New function.  Do it here.
7390         (tex-font-lock-syntactic-keywords): Use it.
7392 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7394         * wid-edit.el (widget-file-complete): Get the widget start point
7395         the right way.  Default directory to `/' if file has none.
7397         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
7399         * textmodes/flyspell.el (flyspell-mode-on):
7400         Call ispell-maybe-find-aspell-dictionaries.
7402         * textmodes/ispell.el (ispell-word, ispell-region):
7403         Call ispell-maybe-find-aspell-dictionaries.
7404         (ispell-accept-buffer-local-defs):
7405         Don't call ispell-maybe-find-aspell-dictionaries
7407 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7409         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
7411 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
7413         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
7414         instead of `fboundp' in order to allow for anonymous functions.
7416 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
7418         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
7419         case the user clicks on the link while another window is selected.
7420         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
7422         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
7423         functionality.
7424         (dframe-help-echo): Save point in case mouse tracking is off.
7426 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
7428         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
7430 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
7433         not change the global value of those vars.
7435         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
7436         make-local-variable which we do not need any more.
7438 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
7440         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
7441         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
7442         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
7443         (speedbar-path-line): Define obsolete aliases.
7444         (speedbar-line-directory): Doc fix.
7446         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
7447         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
7448         instead of speedbar-line-path.
7450 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7452         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
7453         to nil if dropping on a window.  Handle dropping on a minibuffer window
7454         like dropping on a non-window part of Emacs.
7456 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7458         * net/ange-ftp.el: Use with-current-buffer.
7459         (ange-ftp-insert-directory): Do not follow symlinks any more.
7461         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7462         Remove interactive spec.
7464 2005-10-03  Kim F. Storm  <storm@cua.dk>
7466         * ido.el (ido-mode): Use custom-initialize-set.
7468 2005-10-02  Richard M. Stallman  <rms@gnu.org>
7470         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
7471         Use insert-buffer-substring.
7473         * net/tramp.el: Pacify byte compiler warnings in pacification code.
7474         (tramp-handle-file-local-copy): Use insert-buffer-substring.
7476 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7478         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
7479         in last change.
7480         (ange-ftp-insert-directory): Fix up the search for the case where
7481         `file' is absolute.
7483 2005-10-02  Romain Francoise  <romain@orebokech.com>
7485         * progmodes/compile.el (compile-goto-error): Delete extra paren.
7487 2005-10-02  Andreas Schwab  <schwab@suse.de>
7489         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
7490         directory component in the session info.
7492 2005-10-01  Richard M. Stallman  <rms@gnu.org>
7494         * comint.el (comint-redirect-subvert-readonly): Doc fix.
7496         * simple.el (next-error-internal): New function.
7498         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
7499         (compilation-start): Pass new arg to compilation-buffer-name.
7500         (compile-goto-error): Use next-error-internal.
7502 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7504         * speedbar.el: Remove RCS tag.
7505         (speedbar-check-read-only): Handle non-existent files.
7507         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
7509         * info.el (Info-speedbar-hierarchy-buttons)
7510         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
7512 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7514         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
7515         Do not match newline.
7516         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
7517         (bibtex-summary): Remove unnecessary save-excursion.
7518         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
7520 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7522         * term/mac-win.el: Add charset info for "iso10646-1".
7523         Modify default fontset to use ATSUI-compatible fonts for some charsets
7524         if available.
7526 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7528         * speedbar.el: Re-apply arch tag.
7529         (speedbar-version): Rename to version 1.0.  Suggested by Eric
7530         M. Ludlam.
7531         Reapply two changes from Emacs CVS' version of speedbar lost
7532         during the merge:
7533         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
7534         (speedbar-frame-parameters): Improve customize type.
7536 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7538         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
7539         (ange-ftp-file-directory-p): Fix the symlink case.
7540         (ange-ftp-insert-directory): When listing a single file, get a list of
7541         the parent buffer and extract the relevant line.  Inspired from a patch
7542         by Katsumi Yamaoka <yamaoka@jpl.org>.
7543         (ange-ftp-file-name-sans-versions): Simplify.
7545 2005-09-30  Bill Wohler  <wohler@newt.com>
7547         Move MH-E image files from toolbar and mail directories into
7548         etc/images.
7550         * mail/reply2.*: Move to etc/images/mail/reply*.
7552         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
7553         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
7554         etc/images.
7556         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
7557         * toolbar/reply*: Move to etc/images/mail.
7559         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
7561 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
7563         * speedbar.el: New version 1.0pre3.
7565         Frame management code (including timer, and mouse click specifics)
7566         moved to dframe.el:
7567         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
7568         (speedbar-timer): Removed.  Use dframe-timer.
7569         (speedbar-close-frame): Removed.  Use dframe-close-frame.
7570         (speedbar-activity-change-focus-flag): Removed.  Use
7571         dframe-activity-change-focus-flag.
7572         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
7573         dframe-update-speed.
7575         (speedbar-current-frame): New macro.  Use this instead of the
7576         variable speedbar-frame.
7578         (speedbar-use-images, speedbar-expand-image-button-alist)
7579         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
7581         (speedbar-find-image-on-load-path): Removed.  Replaced by
7582         defezimage in ezimage.el.
7583         (speedbar-expand-image-button-alist): Removed.  Replaced by
7584         ezimage-expand-image-button-alist in ezimage.el.
7586         (speedbar-ignored-directory-regexp)
7587         (speedbar-add-ignored-directory-regexp)
7588         (speedbar-ignored-directory-expressions)
7589         (speedbar-line-directory, speedbar-buffers-line-directory)
7590         (speedbar-directory-line, speedbar-buffers-line-directory):
7591         Renamed, replacing `path' with `directory'.
7593         (speedbar-create-directory, speedbar-expand-line-descendants)
7594         (speedbar-toggle-line-expansion)
7595         (speedbar-contract-line-descendants): New commands.
7597         (speedbar-query-confirmation-method, speedbar-select-frame-method)
7598         (speedbar-use-tool-tips-flag): New options.
7600         (speedbar-check-read-only, speedbar-require-version)
7601         (speedbar-insert-separator, speedbar-buffers-tail-notes)
7602         (speedbar-handle-delete-frame, speedbar-try-completion)
7603         (speedbar-update-localized-contents): New functions.
7605         (speedbar-incompatible-version, speedbar-ro-to-do-point)
7606         (speedbar-object-read-only-indicator): New variables.
7608         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
7609         New hooks.
7611         (speedbar-separator-face): New face.
7613         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
7614         (speedbar-ignored-modes): Add fundamental-mode.
7615         (speedbar-directory-unshown-regexp): Add . directories.
7617         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
7618         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
7619         `]' for full expand/close.
7620         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
7622         (speedbar-check-vc): Support hidden files.
7623         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
7624         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
7625         state is nil, it is not checked out.
7627         (speedbar-line-text, speedbar-line-token): Support expand buttons
7628         with no text.
7629         (speedbar-refresh): Universal argument acts as power-click.
7630         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
7631         that buffer to get variable values.
7633         And many other bugfixes.
7635         * dframe.el, ezimage.el, sb-image.el: New files.
7637         * sb-*.xpm: Remove files.  New image files installed into
7638         etc/images/ezimage.
7640 2005-09-30  Kenichi Handa  <handa@m17n.org>
7642         * ps-mule.el (ps-mule-show-warning): If a character is in
7643         ps-print-translation-table, don't treat it as non-printable.
7645 2005-09-30  David Ponce  <david@dponce.com>
7647         * tree-widget.el (tree-widget-themes-load-path): New variable.
7648         (tree-widget-themes-directory): Doc fix.
7649         (tree-widget-image-formats) [Emacs]: Doc fix.
7650         (tree-widget--locate-sub-directory): New function.
7651         (tree-widget-themes-directory): Use it.
7653         * recentf.el (recentf-filename-handlers): Rename from
7654         `recentf-filename-handler'.  Allow a list of functions.
7655         (recentf-menu-items-for-commands): Fix :help strings.
7656         (recentf-apply-filename-handlers): New function.
7657         (recentf-expand-file-name): Use it.
7658         (recentf-cleanup): Remove duplicates too.
7660 2005-09-29  Juri Linkov  <juri@jurta.org>
7662         * faces.el: Rearrange face definitions to be in the same order as
7663         their face descriptions in "(emacs)Standard Faces".
7665         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
7667         * tooltip.el (tooltip): Add group `basic-faces'.
7669         * buff-menu.el (Buffer-menu-buffer): Remove group
7670         `font-lock-highlighting-faces'.
7672         * progmodes/compile.el (compilation-error, compilation-warning)
7673         (compilation-info, compilation-line-number, compilation-column-number):
7674         Change group from `font-lock-highlighting-faces' to `compilation'.
7676         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7677         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
7678         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
7679         (vhdl-font-lock-reserved-words-face)
7680         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
7681         `font-lock-highlighting-faces'.
7683         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
7685 2005-09-28  Kim F. Storm  <storm@cua.dk>
7687         * emulation/cua-base.el: Set CUA move property on additional commands:
7688         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
7689         forward-sexp, backward-sexp, forward-list, backward-list.
7691 2005-09-28  Romain Francoise  <romain@orebokech.com>
7693         * comint.el (comint-show-output): Really set point at the
7694         beginning of the output when not using `comint-use-prompt-regexp'.
7696 2005-09-27  Jay Belanger  <belanger@truman.edu>
7698         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7699         in TeX mode.
7701 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
7703         * textmodes/org.el (org-table-sum): Fix format string.
7705         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7706         Quote face names.
7708 2005-09-26  Romain Francoise  <romain@orebokech.com>
7710         * isearch.el (isearch-forward-regexp): Close doc string.
7712 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7714         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7716         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7718         * progmodes/compile.el (compilation-error-properties):
7719         When getting the file from the previous error message,
7720         correctly decode the new data format.
7722         * progmodes/cc-cmds.el (c-electric-paren):
7723         Call old-blink-paren only for close-paren.
7725 2005-09-24  Andreas Schwab  <schwab@suse.de>
7727         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7728         condition.
7730 2005-09-25  Romain Francoise  <romain@orebokech.com>
7732         * dired-aux.el (dired-copy-file-recursive):
7733         * dired.el (dired-delete-file):
7734         * ediff-mult.el (ediff-dir-diff-copy-file):
7735         * ediff-util.el (ediff-test-save-region):
7736         * forms.el (forms-mode):
7737         * ido.el (ido-file-internal, ido-delete-file-at-head):
7738         * log-edit.el (log-edit-done):
7739         * ses.el (ses-yank-resize):
7740         * play/gomoku.el (gomoku-human-plays, gomoku)
7741         (gomoku-human-resigns, gomoku-prompt-for-other-game)
7742         (gomoku-offer-a-draw):
7743         * play/landmark.el (lm-human-resigns, lm):
7744         * net/eudcb-ldap.el (eudc-ldap-check-base):
7745         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
7746         * progmodes/ebrowse.el (ebrowse-find-pattern):
7747         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
7748         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
7749         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7751         * vc.el (vc-delete-file):
7752         * play/gomoku.el (gomoku-terminate-game, gomoku)
7753         (gomoku-prompt-for-move, gomoku-human-takes-back):
7754         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7755         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7757 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7759         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7760         color rxvt terminals by using the code xterm.el used to use before
7761         2005-04-09 in order to match the colors used by rxvt.
7763 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7765         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7766         colors rxvt-unicode terminals by using the same code as xterm.el.
7768 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7770         * textmodes/tex-mode.el (tex-font-lock-append-prop)
7771         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7772         new symbol used for the tex-verbatim face.
7774 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7776         * woman.el (woman-file-name):
7777         * wid-edit.el (widget-file-prompt-value)
7778         (widget-coding-system-prompt-value):
7779         * w32-fns.el (set-w32-system-coding-system):
7780         * vc.el (vc-version-diff, vc-annotate):
7781         * textmodes/reftex-auc.el (reftex-arg-cite)
7782         (reftex-arg-index-tag):
7783         * textmodes/refer.el (refer-get-bib-files):
7784         * textmodes/artist.el (artist-figlet-choose-font):
7785         * terminal.el (terminal-emulator):
7786         * replace.el (occur-read-primary-args):
7787         * rect.el (string-rectangle, string-insert-rectangle):
7788         * ps-print.el (ps-print-preprint):
7789         * progmodes/pascal.el (pascal-goto-defun):
7790         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7791         * progmodes/compile.el (compilation-find-file):
7792         * printing.el (pr-interactive-n-up):
7793         * play/animate.el (animate-birthday-present):
7794         * net/rcompile.el (remote-compile):
7795         * man.el (man, Man-goto-section, Man-follow-manual-reference):
7796         * mail/rmailsum.el (rmail-summary-search-backward)
7797         (rmail-summary-search):
7798         * mail/rmailout.el (rmail-output-read-rmail-file-name)
7799         (rmail-output-read-file-name):
7800         * mail/rmail.el (rmail-search, rmail-search-backwards):
7801         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7802         * locate.el (locate):
7803         * international/quail.el (quail-show-keyboard-layout):
7804         * international/mule.el (set-buffer-file-coding-system)
7805         (revert-buffer-with-coding-system, set-file-name-coding-system)
7806         (set-terminal-coding-system, set-keyboard-coding-system)
7807         (set-next-selection-coding-system):
7808         * international/mule-diag.el (describe-coding-system)
7809         (describe-font, describe-fontset):
7810         * international/mule-cmds.el (universal-coding-system-argument)
7811         (search-unencodable-char, describe-input-method)
7812         (set-language-environment, describe-language-environment):
7813         * international/codepage.el (codepage-setup):
7814         * international/code-pages.el (codepage-setup):
7815         * info.el (Info-search, Info-follow-reference)
7816         (Info-search-backward):
7817         * emacs-lisp/advice.el (ad-read-advised-function)
7818         (ad-read-advice-class, ad-clear-cache, ad-activate)
7819         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7820         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7821         (ad-read-regexp):
7822         * ediff-util.el (ediff-toggle-regexp-match):
7823         * ediff-ptch.el (ediff-prompt-for-patch-file):
7824         * dired-aux.el (dired-diff):
7825         * diff.el (diff):
7826         * cus-edit.el (custom-variable-prompt):
7827         * calendar/timeclock.el (timeclock-ask-for-project):
7828         * calc/calcalg3.el (calc-get-fit-variables):
7829         * calc/calc-store.el (calc-edit-variable)
7830         (calc-permanent-variable):
7831         * vc-mcvs.el (vc-mcvs-register):
7832         * shadowfile.el (shadow-define-literal-group):
7833         * woman.el (woman-file-name):
7834         * vc.el (vc-version-diff, vc-merge):
7835         * textmodes/reftex-index.el (reftex-index-complete-tag):
7836         * format.el (format-decode-buffer, format-decode-region):
7837         * emulation/viper-cmd.el (viper-read-string-with-history):
7838         * emacs-lisp/debug.el (cancel-debug-on-entry):
7839         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7840         * ediff.el (ediff-merge-revisions)
7841         (ediff-merge-revisions-with-ancestor, ediff-revision):
7842         * completion.el (interactive-completion-string-reader):
7843         * calc/calc-prog.el (calc-user-define-formula):
7844         Follow convention for reading with the minibuffer.
7846 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
7848         * progmodes/python.el (python-describe-symbol): Add globals() and
7849         locals() to the arguments of emacs.ehelp.
7851 2005-09-24  Magnus Henoch  <mange@freemail.hu>
7853         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7854         New function, code extracted from ispell-valid-dictionary-list.
7855         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7856         Call it.
7858 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
7860         * subr.el (version-regexp-alist): Extend valid syntax for version
7861         strings: allow any of the characters -,_,+ to separate the
7862         alpha/beta/rc part from the version part.  Doc fix.
7863         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
7865 2005-09-23  David Reitter  <david.reitter@gmail.com>
7867         * mail/mailclient.el: New file.
7869 2005-09-23  Richard M. Stallman  <rms@gnu.org>
7871         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7872         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7873         Doc fixes.
7875         * progmodes/cc-mode.el (c-font-lock-init):
7876         Specify font-lock-lines-before.
7878 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7880         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7881         whole conflict.
7883 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7885         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7886         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
7887         of `remap' feature when available.  Additional key bindings for
7888         better tty support.
7889         (org-mode-restart, org-force-self-insert): New commands.
7890         (org-time-stamp-inactive): New command.
7891         (org-remap): New function.
7892         (org-table-auto-blank-field, org-level-color-stars-only): New options.
7893         (org-enable-fixed-width-editor): Move to `org-structure'
7894         customization group.
7895         (org-self-insert-command, orgtbl-self-insert-command): Modify to
7896         blank field after field motion commands.
7898 2005-09-23  Kenichi Handa  <handa@m17n.org>
7900         * international/mule-cmds.el (set-language-environment):
7901         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7902         have to call utf-translate-cjk-load-tables.
7904 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7906         * mouse.el (mouse-move-drag-overlay): Fix last change.
7908 2005-09-22  David Ponce  <david@dponce.com>
7910         * tree-widget.el (tree-widget-value-create): Fix previous change.
7912 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7914         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7916 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * mouse.el (mouse-move-drag-overlay): New function.
7919         (mouse-drag-region-1): Use it.
7920         Try to simplify a bit the state handling.  Handle clicks on links
7921         inside intangible areas.
7922         (mouse-save-then-kill): Minor simplification.
7923         (mouse-secondary-overlay): Make it always non-nil instead of
7924         recreating it each time.
7925         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7926         (mouse-kill-secondary, mouse-secondary-save-then-kill):
7927         Simplify accordingly.
7929 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7931         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7933 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
7935         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7936         (ediff-file-name-sans-prefix): Treat nil as an empty string.
7937         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7938         to patch.
7940         * ediff-util.el: Use insert-buffer-substring.
7942         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7944         * emulation/viper-cmd.el (viper-change-state): Don't move over the
7945         field boundaries in the minibuffer.
7946         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7947         (viper-minibuffer-post-command-hook): New hook.
7948         (viper-line): Don't move cursor at bolp.
7950         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7952         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7953         avoid compiler warnings.
7955         * emulation/viper-macs.el (ex-map): Better messages.
7957         * emulation/viper-utils.el (viper-beginning-of-field): New function.
7959         * emulation/viper.el: Replace make-variable-buffer-local with
7960         viper-make-variable-buffer-local everywhere, to avoid warnings.
7962 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
7965         Delete unused var `old-selected-window'.
7966         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
7967         (mouse-drag-secondary): Delete unused var `start-frame'.
7969 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7971         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
7973 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7975         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
7976         Re-indent within 80 columns.  Use inhibit-read-only.
7978 2005-09-19  Romain Francoise  <romain@orebokech.com>
7980         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
7982 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7984         * font-lock.el (font-lock-default-fontify-region): Don't add a line
7985         unconditionally, since the after-change-function already did it.
7987 2005-09-19  Miles Bader  <miles@gnu.org>
7989         * net/newsticker.el: Get rid of CVS keyword.
7991 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
7993         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
7994         The prompt is formatted later.
7996 2005-09-19  David Ponce  <david@dponce.com>
7998         * tree-widget.el (tree-widget-value-create): Save the converted
7999         tree :node widget.
8001 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
8003         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
8004         variable `message'.
8006 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
8008         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
8009         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
8010         <slawomir.nowaczyk.847@student.lu.se>.
8012 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
8014         * image.el (image-load-path): Use symbol `data-directory' instead
8015         of its value, for backward compatibility with packages that bind
8016         it during `find-image'.  Suggested by Katsumi Yamaoka.
8017         (image-search-load-path): Handle symbols whose values are strings.
8019 2005-09-18  Romain Francoise  <romain@orebokech.com>
8021         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
8022         with-current-buffer form in save-excursion.
8024 2005-09-18  D Goel  <deego@gnufans.org>
8026         * apropos.el (apropos-command): Fix `message' call: first arg
8027         should be a format spec.  In this and all other cases that appear
8028         below and elsewhere in the source code, I made a change only when
8029         two conditions were satisfied: [1] I can think of a possibility
8030         that the arguments would cause an error, for example, the code in
8031         question relies on external variables such as filenames.  [2] I
8032         was sure that the arg to `message' could not have been nil in the code.
8034         * textmodes/tildify.el (tildify-region): Ditto.
8036         * textmodes/reftex-index.el (reftex-index-change-entry)
8037         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
8038         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8039         * textmodes/org.el (org-complete, org-deadline, org-schedule)
8040         (org-priority, org-table-sum):
8041         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
8042         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
8043         (flyspell-word, flyspell-display-next-corrections):
8044         * textmodes/bibtex.el (bibtex-print-help-message):
8045         * textmodes/artist.el (artist-key-set-point-poly):
8046         * term/mac-win.el (mac-services-insert-text):
8047         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
8048         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
8049         (vhdl-port-paste-testbench, vhdl-compose-new-component)
8050         (vhdl-compose-configuration):
8051         * progmodes/sh-script.el (sh-blink, sh-show-indent)
8052         (sh-set-indent, sh-learn-line-indent):
8053         * progmodes/ps-mode.el (ps-mode-target-column):
8054         * progmodes/idlwave.el (idlwave-make-tags)
8055         (idlwave-scan-library-catalogs):
8056         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
8057         * progmodes/gud.el (gud-jdb-analyze-source):
8058         * progmodes/flymake.el (flymake-log):
8059         * progmodes/ebnf2ps.el (ebnf-generate-region):
8060         * progmodes/cmacexp.el (c-macro-expansion):
8061         * progmodes/ada-xref.el (ada-treat-cmd-string):
8062         * progmodes/ada-mode.el (ada-create-case-exception-substring)
8063         (ada-justified-indent-current, ada-batch-reformat):
8064         * play/zone.el (zone):
8065         * play/landmark.el (lm-move):
8066         * play/decipher.el (decipher-show-alphabet):
8067         * net/newsticker.el (newsticker--display-jump)
8068         (newsticker--display-scroll):
8069         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
8070         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
8071         * mail/feedmail.el (feedmail-dump-message-to-queue):
8072         * eshell/esh-proc.el (eshell-remove-process-entry):
8073         * emulation/ws-mode.el (ws-last-error):
8074         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
8075         (viper-record-kbd-macro):
8076         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
8077         * emacs-lisp/lisp-mnt.el (lm-report-bug):
8078         * emacs-lisp/find-func.el (find-function-noselect):
8079         * calendar/timeclock.el (timeclock-status-string)
8080         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
8081         (timeclock-when-to-leave-string):
8082         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
8083         * calc/calc-units.el (calc-enter-units-table):
8084         * calc/calc-mode.el (calc-mode-record-mode):
8085         * woman.el (woman-mini-help):
8086         * wdired.el (wdired-change-to-wdired-mode):
8087         * vc.el (vc-retrieve-snapshot):
8088         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
8089         * startup.el (display-startup-echo-area-message):
8090         * simple.el (set-goal-column):
8091         * ses.el (ses-command-hook, ses-recalculate-cell):
8092         * server.el (server-process-filter):
8093         * printing.el (pr-interface-txt-print, pr-interface-printify)
8094         (pr-interface-ps):
8095         * pcvs.el (cvs-help):
8096         * log-edit.el (log-edit, log-edit-mode-help):
8097         * iswitchb.el (iswitchb-possible-new-buffer):
8098         * isearch.el (isearch-edit-string):
8099         * image-mode.el (image-mode, image-minor-mode):
8100         * ibuf-macs.el (define-ibuffer-filter):
8101         * hi-lock.el (hi-lock-find-patterns):
8102         * files.el (toggle-read-only):
8103         * ediff-util.el (ediff-copy-diff)
8104         (ediff-write-merge-buffer-and-maybe-kill):
8105         * echistory.el (Electric-history-undefined):
8106         * dnd.el (dnd-insert-text):
8107         * dired-aux.el (dired-query):
8108         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
8109         * bookmark.el (bookmark-bmenu-locate):
8110         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
8111         Fix `message' calls to ensure first arg is a format string.
8112         The change was made only when these two conditions were satisfied:
8113         [1] when there is a possibility that the arguments would cause an error
8114         for example, if the code in question relies on external variables
8115         such as filenames, and
8116         [2] if the arg to `message' could not have been nil in the code.
8118         * pcomplete.el (pcomplete--help): Fix `message' format spec.
8119         Not having a %s would be weird, though not technically wrong.
8121 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8123         * term/mac-win.el (mac-add-charset-info): Doc fix.
8125 2005-09-17  Romain Francoise  <romain@orebokech.com>
8127         * shell.el (shell-resync-dirs): Handle echoing processes more
8128         reliably.  Don't insert resync command if `comint-process-echoes'
8129         is non-nil.
8131 2005-09-17  Magnus Henoch  <mange@freemail.hu>
8133         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
8134         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
8135         aspell versions >= 0.60.
8136         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
8137         only if ispell-aspell-supports-utf8 is non-nil.
8139 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8141         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
8142         buffer-local value to lisp-indent-function.
8144 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
8146         * progmodes/glasses.el (glasses-make-readable): If
8147         glasses-separator differs from underscore, put appropriate
8148         overlays over underscore characters.
8149         (glasses-convert-to-unreadable): If glasses-separator differs from
8150         underscore, try to convert glasses-separator characters to
8151         underscores.
8153 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8155         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
8156         Use with-syntax-table and dolist.
8158 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
8160         * textmodes/reftex-auc.el:
8161         * textmodes/reftex-cite.el:
8162         * textmodes/reftex-dcr.el:
8163         * textmodes/reftex-global.el:
8164         * textmodes/reftex-parse.el:
8165         * textmodes/reftex-ref.el:
8166         * textmodes/reftex-sel.el:
8167         * textmodes/reftex-toc.el:
8168         * textmodes/reftex-vars.el:
8169         * textmodes/reftex.el: Small changes to remove compiler warnings.
8171         * textmodes/reftex-index.el: Likewise.
8172         (reftex-query-index-phrase): More efficient use of markers.
8174 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8176         * image.el (image-load-path): New variable.
8177         (image-search-load-path): New function.
8178         (find-image): Search for images in `image-load-path'.
8180 2005-09-15  Richard M. Stallman  <rms@gnu.org>
8182         * follow.el: Change Maintainer field.
8184 2005-09-15  David Ponce  <david@dponce.com>
8186         * recentf.el (recentf-save-file-modes): New option.
8187         (recentf-save-list): Use it.
8189 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
8191         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
8192         (mode-line-mule-info, mode-line-modified): Move bindings from
8193         mouse-3 to mouse-1.
8195 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8197         * simple.el (sendmail-user-agent-compose): Revert last change.
8199 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8201         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
8202         Use with-current-buffer.
8203         (ange-ftp-gwp-start): Remove unused var `gw-user'.
8204         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
8205         (ange-ftp-insert-directory): Remove unused var `short'.
8206         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
8208         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
8209         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
8211         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
8212         (check-calendar-holidays, diary-list-entries): Autoload.
8213         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
8214         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
8216         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
8217         which mistakenly removed a call to display-buffer.
8219 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
8221         * obsolete/iso-insert.el: Move to obsolete/ from international/.
8223 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
8225         * progmodes/hideshow.el
8226         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
8227         (hs-allow-nesting): New user var.
8228         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
8229         (hs-hide-block-at-point): When nesting allowed,
8230         if there is already an overlay in place, delete it.
8231         (hs-safety-is-job-n): Delete func; remove call sites.
8232         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
8233         (hs-overlay-at): New func.
8234         (hs-already-hidden-p, hs-show-block): Use it.
8235         (hs-hide-all): Don't pre-clean if nesting allowed.
8236         (hs-show-all): Temporarily disallow
8237         nesting around call to `hs-discard-overlays'.
8239 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
8241         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
8242         Delete unused local var.
8244 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
8246         * help-fns.el (describe-categories): "?\ " -> "?\s".
8247         (help-do-arg-highlight): Recognize also ARG-n, as in
8248         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
8250         * international/codepage.el (dos-unsupported-char-glyph):
8251         * net/newsticker.el (tool-bar-map, w3-mode-map)
8252         (w3m-minor-mode-map):
8253         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
8254         (ent-alist):
8255         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
8257 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
8259         * custom.el (custom-push-theme): Handle the case where a symbol is
8260         bound but face properties have not yet been assigned.
8262         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
8263         Fix behavior if noerase is `t' and there is no mail buffer.
8265         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
8266         if `continue' is nil, rather than signal an error.
8268 2005-09-12  Richard M. Stallman  <rms@gnu.org>
8270         * font-lock.el (font-lock-keywords): Add autoload.
8272         * help-fns.el (describe-variable): Rearrange to put source link
8273         in a predictable place.
8275         * net/newsticker.el: New file.
8277 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8279         * calendar/calendar.el (calendar-for-loop): Add edebug info.
8280         (calendar-basic-setup): Use the new nil arg.
8281         (number-of-diary-entries): Move to diary-lib.el.
8283         * calendar/diary-lib.el: Use with-current-buffer, match-string.
8284         (diary-list-entries): Use with-syntax-table and dolist.
8285         Rename from list-diary-entries.
8286         Use number-of-diary-entries if `number' is nil.
8287         (diary, diary-view-entries): Use this new name and new nil arg value.
8288         (number-of-diary-entries): Move from calendar.el.
8289         (diary-unhide-everything): New function.
8290         (include-other-diary-files, fancy-diary-display)
8291         (diary-show-all-entries, make-diary-entry): Use it.
8292         (diary-mail-entries): Use buffer-string.
8293         (mark-diary-entries): Fix long standing paren typo.
8294         (diary-sexp-entry): Use count-lines.
8295         (make-diary-entry): Avoid `previous-line'.
8296         (diary-mode-map): New var.
8297         (diary-mode): Redraw cal after saving.  Setup header-line.
8298         (fancy-diary-display-mode): Use local-set-key.
8300         * startup.el (command-line): Try calling various terminal-init-foo-bar
8301         functions by stripping hyphenated suffixes from $TERM.
8303         * files.el (normal-mode): Check boundness of font-lock-keywords.
8305 2005-09-12  Richard M. Stallman  <rms@gnu.org>
8307         * progmodes/compile.el: Don't decide a file's directory
8308         until the user actually tries to go there.
8309         (compilation-next-error-function):
8310         Pass compilation-find-file the directory from the file-struct.
8311         (compilation-internal-error-properties): Separate local FILE-STRUCT
8312         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
8313         (compilation-find-file): Arg DIR renamed to DIRECTORY.
8314         Expand it, and if nil, use default-directory.
8315         (compilation-get-file-structure): Don't mix specified directory
8316         with default directory.  Put specified directory into
8317         file-struct.  Don't make the file name absolute.
8319         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8320         (compile-command): Add autoload.
8321         (compilation-disable-input): Add autoload.
8323 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
8325         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
8326         strings of the variables it can override.
8327         (time-stamp): New (as yet undocumented) time-stamp-format escapes
8328         %Q and %q, for fully-qualified domain name and unqualified host name.
8330 2005-09-11  Kim F. Storm  <storm@cua.dk>
8332         * emacs-lisp/authors.el (authors-aliases): Update list.
8333         (authors-fixed-entries): Update mldrag.el entry.
8335 2005-09-10  Alan Mackenzie  <acm@muc.de>
8337         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
8338         from the region narrowed to.
8340 2005-09-10  Magnus Henoch  <mange@freemail.hu>
8342         * textmodes/ispell.el (ispell-check-version): Signal an error if
8343         aspell version is less than 0.60.
8345 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
8347         * progmodes/octave-inf.el (inferior-octave-startup):
8348         Resync current dir at the end.
8350 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
8352         * woman.el (woman-topic-at-point-default):
8353         Rename to woman-use-topic-at-point-default.
8354         (woman-topic-at-point): Rename to woman-use-topic-at-point.
8355         (woman-file-name): Reflect renames above.  Automatically use the
8356         word at point as topic if woman-use-topic-at-point is non-nil.
8357         Otherwise offer it as default but don't insert it in the
8358         minibuffer.  Also use `test-completion' instead of `assoc' as
8359         suggested by Stefan Monnier.
8361 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
8363         * vc.el (vc-directory, vc-update-change-log): Throw an error on
8364         the attempt to do it over Tramp.  This is not yet supported.
8366 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
8368         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8369         (menu-bar-non-minibuffer-window-p): New functions.
8370         ("Split Window", "Save As..."): Use them.
8371         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
8372         ("Print Buffer", "Truncate Long Lines in this Buffer"):
8373         Use menu-bar-menu-frame-live-and-visible-p.
8374         ("Save Buffer", "Insert File", "Open Directory...")
8375         ("Open File...", "Visit New File..."):
8376         Use menu-bar-non-minibuffer-window-p.
8377         (kill-this-buffer-enabled-p, dired <menu-enable>):
8378         Use menu-bar-non-minibuffer-window-p.
8380 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8382         * cus-start.el (all): Don't complain about fringe-related
8383         built-ins if fringes are not supported.  Ditto about
8384         selection-related built-ins.  Fix the test for GTK-related built-ins.
8386         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
8387         ("Postscript Print Buffer", "Print Region", "Save As...")
8388         ("Save", "Insert File...", "Open Directory...")
8389         ("Open File...", "Visit New File..."")
8390         ("Truncate Long Lines in this Buffer"): Don't look at
8391         menu-updating-frame if this display does not support multiple frames.
8393 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8395         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
8397 2005-09-09  Emilio Lopes  <eclig@gmx.net>
8399         * woman.el: Format- and whitespace-related changes.
8401 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8403         * woman.el: Fix my email address.
8405 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8407         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
8408         (sh-mode): Locally set skeleton-pair-default-alist.
8410         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8412         * progmodes/flymake.el: Require `compile' unconditionally.
8414         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
8416         * woman.el (woman-file-name): Provide a default, not initial input.
8418         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
8420         * font-lock.el (font-lock-support-mode): Doc fix.
8422         * descr-text.el (describe-property-list): Handle non-symbol prop names.
8424 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8426         * simple.el (blink-matching-open): Get rid of text props from
8427         the string shown in echo area.  Don't permanently set point.
8428         Some rearrangements.
8430 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8432         * recentf.el (recentf-filename-handler): Add custom choice
8433         `abbreviate-file-name'.
8435         * msb.el (msb--very-many-menus): Fix typo.
8437         * disp-table.el (standard-display-european): Don't set
8438         enable-multibyte-characters to nil.
8440 2005-09-08  David Ponce  <david@dponce.com>
8442         * recentf.el (recentf-show-file-shortcuts-flag): New option.
8443         (recentf-expand-file-name): Doc fix.
8444         (recentf-dialog-mode-map): Define digit shortcuts.
8445         (recentf--files-with-key): New variable.
8446         (recentf-show-digit-shortcut-filter): New function.
8447         (recentf-open-files-items): New function.
8448         (recentf-open-files): Use it.
8449         (recentf-open-file-with-key): New command.
8451 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
8453         * buff-menu.el (Buffer-menu-sort-by-column): New function.
8454         Suggested by Kim F. Storm.
8455         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
8456         (Buffer-menu-make-sort-button): Use global keymap.
8458 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
8460         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
8461         (Man-getpage-in-background-advice): Remove defadvice; it isn't
8462         necessary any longer with the remapped command.
8463         (Man-bgproc-sentinel-advice): Remove defadvice which counts
8464         formatting time only.
8466         * net/tramp.el (tramp-action-password)
8467         (tramp-multi-action-password): Compile the password prompt from
8468         `method', `user' and `host'.  Sometimes it isn't obvious which
8469         password to enter, for example with remote files offered by
8470         recentf.el, or with multiple steps.  Suggested by Robert Marshall
8471         <robert@chezmarshall.freeserve.co.uk>.
8473 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8475         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8476         Fix regexp for when "s///" is at the beginning of line.
8478 2005-09-07  Jay Belanger  <belanger@truman.edu>
8480         * calc/calc-poly.el (math-expand-term): Multiply out any powers
8481         when in matrix mode.
8483 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8485         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
8486         non-anonymous functions.
8488 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
8490         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
8491         when using a header line.  Otherwise, use mouse-1-click-follows-link.
8493         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
8494         can't be moved; don't signal an error.
8496 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
8498         * cus-theme.el (custom-theme-write-faces): Save the current face
8499         spec, not the defface spec.
8501         * custom.el (custom-known-themes): Clarify meaning of "standard".
8502         (custom-push-theme): Save old values in the standard theme.
8503         (disable-theme): Correct typo.
8504         (custom-face-theme-value) Deleted unused function.
8505         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
8507 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * progmodes/compile.el (compilation-goto-locus): Take into account
8510         iconified frames when determining whether the buffer is
8511         already visible.
8512         Don't reset window height if the window already existed.
8514 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
8516         * custom.el (load-theme): Rename from require-theme.
8517         Add interactive spec.
8518         (enable-theme): Rename from custom-enable-theme.
8519         Add interactive spec.
8520         (disable-theme): Rename from custom-disable-theme.
8521         Add interactive spec.
8522         (custom-make-theme-feature): Doc fix.
8523         (custom-theme-directory): Doc fix.
8524         (provide-theme): Call enable-theme.
8526 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8528         * obsolete/lazy-lock.el (lazy-lock-mode):
8529         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
8530         font-lock-mode if it's off.  Print a warning instead.
8532         * progmodes/compile.el (compilation-start): Ignore errors if the
8533         process died before we get to send-eof.
8535         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
8536         Undo last change.  Enclosing the result in quotes broke things on Unix
8537         since tex-send-command passes it through shell-quote-argument.
8538         (tex-send-command): Pass `file' through convert-standard-filename
8539         when possible.
8540         (tex-uptodate-p): Handle the case where TeX hasn't put additional
8541         info in a transcript.
8543 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8545         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
8546         fix compilation warning.  Reorder the key definitions to group
8547         together keys emitted by the current version of xterm.
8549         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
8550         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
8551         Reorder predicates to correct min-color usage.
8553 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
8555         * longlines.el (longlines-mode): Inhibit read-only when encoding.
8556         Kill local variables when longlines-mode is turned off.
8558 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8560         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
8562         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
8564         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
8566         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
8567         (font-lock-lines-before): Change default to being inactive.
8568         (font-lock-default-fontify-region): Obey font-lock-lines-before.
8569         (font-lock-after-change-function): Don't handle f-l-lines-before here.
8571 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8573         * net/tramp.el (tramp-handle-make-auto-save-file-name):
8574         Deactivate temporarily advice if active (not needed for Emacs 22,
8575         but for backwards compatibility).
8576         (tramp-exists-file-name-handler): Rewrite.  First implementation
8577         was too simple.
8578         (tramp-advice-make-auto-save-file-name):
8579         Call `tramp-handle-make-auto-save-file-name' (again, just for
8580         backwards compatibility).
8582 2005-08-31  Reto Zimmermann  <reto@gnu.org>
8584         * progmodes/vhdl-mode.el
8585         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
8586         (vhdl-end-p): Fix indentation bug "else" after "-- when".
8587         (vhdl-set-default-project): New function (easier setting of default).
8588         (vhdl-port-copy): Handle extended identifiers for generics.
8589         (vhdl-compiler-alist): Better description for error message regexp.
8590         (vhdl-make): Query for target, use previous as default.
8591         (vhdl-port-copy): Fix port copy for port names starting with "signal".
8592         (vhdl-font-lock-keywords-2): Fix fontification for record
8593         el. assign.
8594         (vhdl-speedbar-make-subpack-line): Add package body link.
8595         (vhdl-generate-makefile-1): Not include itself as dependency.
8596         (vhdl-font-lock-init): Highlight c-preprocessor directives.
8597         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
8598         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
8599         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
8600         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
8601         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
8602         (vhdl-import-project): Add string argument for `error'.
8603         (vhdl-compose-configuration)
8604         (vhdl-compose-configuration-architecture): Add configuration
8605         declaration generation.
8606         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
8607         (vhdl-trailer-re): Add "record" keyword (better indentation).
8608         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
8609         "[^ \t-\"]+".
8610         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
8611         (vhdl-testbench-entity-file-name)
8612         (vhdl-testbench-architecture-file-name): Allow separate
8613         customization of testbench file names.
8614         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
8615         (vhdl-get-visible-signals): Allow newline within alias declaration.
8616         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
8617         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
8618         (member-ignore-case): Alias for missing function in XEmacs.
8619         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
8620         (vhdl-update-sensitivity-list): Ignore case on read signals.
8621         (vhdl-replace-string): Adjust case only for file names.
8622         (vhdl-update-sensitivity-list): Fix search for read signals.
8623         (vhdl-update-sensitivity-list): Exclude formal parameters.
8624         (vhdl-get-visible-signals): Include aliases of signals.
8625         (vhdl-get-visible-signals): Fix signal name searching.
8626         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
8627         (vhdl-fixup-whitespace-region): Fix for character
8628         literals (e.g. `:').
8630 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8632         * ansi-color.el (comint-last-output-start):
8633         * bs.el (font-lock-verbose):
8634         * diff-mode.el (add-log-buffer-file-name-function):
8635         * dired-x.el (vm-folder-directory):
8636         * faces.el (help-xref-stack-item):
8637         * files.el (font-lock-keywords):
8638         * find-lisp.el (dired-buffers, dired-subdir-alist):
8639         * ido.el (cua-inhibit-cua-keys):
8640         * log-view.el (cvs-minor-wrap-function):
8641         * outline.el (font-lock-warning-face):
8642         * simple.el (compilation-current-error):
8643         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
8644         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
8645         * tooltip.el (comint-prompt-regexp):
8646         * w32-fns.el (explicit-shell-file-name):
8647         * term/mac-win.el (mac-charset-info-alist)
8648         (mac-services-selection, mac-system-script-code):
8649         * term/tty-colors.el (msdos-color-values):
8650         * term/w32-win.el (xlfd-regexp-registry-subnum):
8651         * term/x-win.el (x-keysym-table, x-selection-timeout)
8652         (x-session-id, x-session-previous-id):
8653         * textmodes/ispell.el (mail-yank-prefix):
8654         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
8655         * textmodes/org.el (calc-embedded-close-formula)
8656         (calc-embedded-open-formula)
8657         (font-lock-unfontify-region-function):
8658         * textmodes/reftex-global.el (isearch-next-buffer-function)
8659         (TeX-master):
8660         * textmodes/reftex.el (font-lock-keywords):
8661         * textmodes/tex-mode.el (font-lock-comment-face)
8662         (font-lock-doc-face):
8663         * textmodes/texinfo.el (outline-heading-alist):
8664         Add defvars.
8666         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
8667         (artist-spray-chars, artist-mode-init, artist-replace-string)
8668         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
8669         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
8670         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
8672         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
8673         (conf-align-assignments): "?\ " -> "?\s".
8675         * textmodes/reftex-index.el (TeX-master): Add defvar.
8676         (reftex-index-phrases-marker): Move up defvar.
8678         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
8679         (reftex-toc-include-labels-indicator)
8680         (reftex-toc-include-index-indicator)
8681         (reftex-toc-max-level-indicator): Move up declarations.
8683         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
8684         of args to `tramp-run-real-handler', even if it's empty in this case.
8686 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8688         * dired.el (dired-move-to-filename-regexp): Add date format for
8689         Mac OS X 10.3 in East Asian locales.
8691 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8693         * files.el (make-auto-save-file-name): Add file name handler call
8694         if applicable.
8696         * net/tramp.el (tramp-file-name-handler-alist)
8697         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8698         (tramp-handle-make-auto-save-file-name): Rename from
8699         `tramp-make-auto-save-file-name'.
8700         (tramp-exists-file-name-handler): New defun.
8701         (tramp-advice-make-auto-save-file-name): Make defadvice only when
8702         `make-auto-save-file-name' is not a magic file name operation.
8704 2005-08-30  Richard M. Stallman  <rms@gnu.org>
8706         * files.el (risky-local-variable-p):
8707         Match `-predicates' and `-commands.
8709         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8710         (custom-save-all): Visit the file if necessary;
8711         kill the buffer if we created it.
8712         (custom-save-delete): Don't visit file or kill buffer here.
8714 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
8716         * textmodes/org.el (org-special-keyword): New face.
8717         (org-table-copy-down, org-table-eval-formula)
8718         (org-table-recalculate, org-init-section-numbers):
8719         Use `string-to-number' instead of `string-to-int'.
8720         (org-get-location): Use `insert-buffer-substring' instead of
8721         `insert-buffer'.
8722         (org-modify-diary-entry-string): New function.
8723         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8724         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8725         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8726         active region.
8727         (org-export-as-html): Handle QUOTE keyword.
8728         (org-quote-string): New option.
8729         (org-bookmark-jump-unhide): New function, used for
8730         `bookmark-after-jump-hook'.
8731         (org-diary-default-entry): Apply only when not called through
8732         `org-agenda'.
8734 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
8736         * net/eudc.el (mode-popup-menu):
8737         * play/handwrite.el (ps-printer-name, ps-lpr-command):
8738         * progmodes/ada-mode.el (compile-auto-highlight)
8739         (skeleton-further-elements):
8740         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8741         * progmodes/cmacexp.el (msdos-shells):
8742         * progmodes/compile.el (font-lock-extra-managed-props)
8743         (font-lock-keywords, font-lock-maximum-size)
8744         (font-lock-support-mode):
8745         * progmodes/grep.el (font-lock-lines-before):
8746         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
8747         * progmodes/mixal-mode.el (compile-command):
8748         * progmodes/perl-mode.el (font-lock-comment-face)
8749         (font-lock-doc-face, font-lock-string-face):
8750         * progmodes/prolog.el (comint-prompt-regexp):
8751         * progmodes/sh-script.el (font-lock-comment-face)
8752         (font-lock-set-defaults, font-lock-string-face):
8753         * progmodes/sql.el (font-lock-keyword-face)
8754         (font-lock-set-defaults, font-lock-string-face):
8755         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8756         (itimer-version, lazy-lock-defer-contextually)
8757         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8758         Add defvars.
8760         * progmodes/cperl-mode.el (cperl-electric-lbrace)
8761         (cperl-electric-keyword, cperl-electric-pod)
8762         (cperl-electric-backspace, cperl-forward-re)
8763         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8764         (vc-rcs-header, vc-sccs-header): Add defvars.
8766         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8767         (font-lock-syntactic-keywords, gud-find-expr-function):
8768         Add defvars.
8770         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8771         (gdb-frame-parameters): Declare before use.
8773         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8774         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8775         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8776         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8778         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8779         (idlwave-help-with-source): Use `insert-buffer-substring', not
8780         `insert-buffer'.
8782 2005-08-29  Juri Linkov  <juri@jurta.org>
8784         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8785         Put outline-back-to-heading function call inside save-excursion.
8787 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
8789         * man.el (Man-init-defvars, Man-translate-references)
8790         (Man-support-local-filenames, Man-highlight-references):
8791         * progmodes/sql.el (sql-interactive-mode):
8792         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8794         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8795         (compilation-mode-font-lock-keywords): Add defvars.
8796         (checkdoc-interactive-loop): "?\ " -> "?\s".
8798         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8799         (font-lock-doc-face, font-lock-string-face)
8800         (font-lock-keywords-case-fold-search): Add defvars.
8801         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8803         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8804         Don't pass X and Y (they are ignored anyway).
8805         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8806         (mouse-delete-window): Make arguments optional.
8808         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8809         (caesar-translate-table, minor-modes, news-buffer-save)
8810         (news-group-name, news-minor-modes): Add defvars.
8812         * emacs-lisp/lselect.el (mouse-highlight-priority)
8813         (x-lost-selection-functions, zmacs-regions):
8814         * emacs-lisp/pp.el (font-lock-verbose):
8815         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8816         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8817         (ses-mode-map):
8818         * emacs-lisp/tcover-unsafep.el (safe-functions):
8819         * international/mule-cmds.el (mac-system-coding-system)
8820         (mac-system-locale):
8821         * language/ethio-util.el (rmail-current-message)
8822         (rmail-message-vector):
8823         * language/thai-util.el (thai-auto-composition-mode):
8824         * mail/metamail.el (rmail-current-message, rmail-message-vector):
8825         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8826         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8827         (vm-primary-inbox, vm-spool-files):
8828         * mail/rmail.el (deleted-head, font-lock-fontified)
8829         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8830         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8831         (total-messages):
8832         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8833         (rmail-summary-mode-map):
8834         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8835         (rmail-last-label, rmail-last-multi-labels)
8836         (rmail-summary-vector, rmail-total-messages):
8837         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8838         * mail/rmailsum.el (msgnum):
8839         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8840         (rmail-current-message):
8841         * obsolete/fast-lock.el (font-lock-face-list):
8842         * obsolete/rnewspost.el (mail-reply-buffer):
8843         * obsolete/scribe.el (compile-command):
8844         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8846 2005-08-28  John Paul Wallington  <jpw@gnu.org>
8848         * ibuf-ext.el (ibuffer-auto-update-changed):
8849         Use `frame-or-buffer-changed-p' to check whether we need to update.
8850         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8851         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
8852         as a `frame-or-buffer-changed-p' state vector instead.
8854 2005-08-27  Romain Francoise  <romain@orebokech.com>
8856         * textmodes/makeinfo.el (makeinfo-compile):
8857         Use `compilation-start'.  Set `next-error-function' according to
8858         `disable-errors'.
8859         (makeinfo-next-error): New function.
8860         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8861         (makeinfo-buffer): Likewise.
8863         * progmodes/compile.el (compilation-start): Add autoload cookie.
8865         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8866         * textmodes/sgml-mode.el: Likewise.
8867         * progmodes/python.el: Likewise.
8869 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8871         * simple.el (blink-matching-paren-distance): Document the meaning
8872         of nil value, and allow to customize to nil.
8874         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8875         command.com, not command.exe.
8877 2005-08-26  John Wiegley  <johnw@newartisans.com>
8879         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8880         code around a bit so that an extraneous nil argument is not added
8881         to a command when no args are given.
8883         * eshell/esh-arg.el (eshell-parse-double-quote): If a
8884         double-quoted argument resolves to nil, return it as an empty
8885         string rather than as nil.  This made it impossible to pass "" to
8886         a shell script as a null string argument.
8888 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8890         * outline.el (outline-invent-heading): New fun.
8891         (outline-promote, outline-demote): Use it.
8892         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8893         (outline-end-of-subtree): Remove unused var `opoint'.
8895 2005-08-26  David Reitter  <david.reitter@gmail.com>
8897         * menu-bar.el (truncate-lines, write-file, print-buffer)
8898         (ps-print-buffer-faces, ps-print-buffer, split-window):
8899         Disable menu items when the frame they refer to is invisible, or when
8900         they refer to a buffer and the minibuffer is selected.
8902 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
8904         * progmodes/flymake.el (flymake-highlight-err-lines):
8905         Use save-excursion around flymake-highlight-line to preserve point.
8907 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
8909         * progmodes/octave-mod.el: Change Author and Maintainer address.
8910         (octave-maintainer-address): Change Kurt's email address.
8911         * progmodes/octave-inf.el: Change Author and Maintainer address.
8912         * progmodes/octave-hlp.el: Change Author and Maintainer address.
8914 2005-08-26  Kim F. Storm  <storm@cua.dk>
8916         * subr.el (version-list-<, version-list-<=, version-list-=):
8917         Rename from integer-list-*.
8918         (version-list-not-zero): Likewise.  Fix while loop.
8919         (version=): Use version-list-= instead of string-equal.
8921 2005-08-26  Richard M. Stallman  <rms@gnu.org>
8923         * outline.el (outline-promote): Try shortening the heading.
8924         As last resort, read the heading to use.
8925         (outline-demote): As last resort, read the heading to use.
8927 2005-08-26  Romain Francoise  <romain@orebokech.com>
8929         * progmodes/compile.el (compilation-start): Doc fix.
8931         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8932         (antlr-font-lock-additional-keywords): Fix reference to
8933         `antlr-font-lock-literal-regexp' erroneously changed during the
8934         mass face rename.
8935         (antlr-run-tool): Use `compilation-start'.
8937         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8938         instead of the obsolete `compile-internal'.
8940 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
8942         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8943         (number, original-date):
8944         * calendar/cal-china.el (date):
8945         * calendar/cal-coptic.el (date):
8946         * calendar/cal-french.el (date):
8947         * calendar/cal-hebrew.el (date, entry, number, original-date):
8948         * calendar/cal-islam.el (date, number, original-date):
8949         * calendar/cal-iso.el (date):
8950         * calendar/cal-julian.el (date):
8951         * calendar/cal-mayan.el (date):
8952         * calendar/cal-menu.el (date, event):
8953         * calendar/cal-persia.el (date):
8954         * calendar/lunar.el (date):
8955         * calendar/solar.el (date): Add defvars.
8957         * emerge.el:
8958         * ibuffer.el:
8959         * info-xref.el:
8960         * obsolete/bg-mouse.el:
8961         * obsolete/sun-curs.el:
8962         * obsolete/swedish.el: Move the `defvar's to the top level.
8964         * smerge-mode.el (smerge-refined-change): Add :group.
8966 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8968         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
8969         (smerge-keep-n): Remove props.
8970         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8971         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
8972         now that it's done in smerge-keep-n.
8973         (smerge-refined-change): New face.
8974         (smerge-refine-chopup-region, smerge-refine-highlight-change)
8975         (smerge-refine): New funs.
8976         (smerge-basic-map): Bind smerge-refine.
8978 2005-08-25  Juri Linkov  <juri@jurta.org>
8980         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
8981         compilation-process-setup-function and compilation-disable-input
8982         in grep-mode instead of let-bindings in grep.
8984         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
8985         Delete "Automatic File De/compression" (auto-compression-mode).
8987 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
8989         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
8990         Silence warning about non-existent variable.
8992 2005-08-25  Richard M. Stallman  <rms@gnu.org>
8994         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
8995         Rename "Describe Key" to "Describe Key or Mouse Operation".
8997         * mail/mailalias.el (build-mail-aliases): Delete comments
8998         from the contents before processing them.
9000         * isearch.el (isearch-edit-string): Erase the Search prompt
9001         if user enters an empty string and there is no default.
9003         * comint.el (comint-file-name-prefix): Add autoload.
9005 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
9007         * subr.el (play-sound): Rearrange to avoid warning.
9009 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
9011         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
9012         New hook.
9013         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
9015 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9017         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
9019         * custom.el (custom-theme-set-variables): Sort minor modes last.
9021 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9023         * subr.el (version-separator, version-regexp-alist): New vars used by
9024         version comparison funs.
9025         (integer-list-<, integer-list-=, integer-list-<=)
9026         (integer-list-not-zero): New funs for integer list comparison.
9027         (version-to-list, version=, version<, version<=): New funs for version
9028         comparison.
9030 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
9032         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
9033         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
9034         time to silence the byte-compiler.
9036         * ibuffer.el (ibuffer-compile-make-eliding-form)
9037         (ibuffer-check-formats): Use `with-no-warnings' to hide references
9038         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
9039         so it's silly to get warnings for it).
9040         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
9041         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
9042         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
9043         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
9044         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
9045         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
9046         Defvar at compile time.
9047         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
9048         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
9049         Declare them before use.
9051         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
9052         (info-xref-good, info-xref-bad): Defvar at compile time.
9054         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
9055         Use `let*' instead of `let'.
9057         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
9058         (*mouse-y*, menu, char): Defvar at compile time.
9059         (sc::menu): Declare it before use.
9060         (sc::pack-one-line): Use `let', not `let*'.
9062         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
9063         (mail-send-hook): Defvar at compile time.
9065         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
9066         Defvar at compile time.
9068         * term/sun-mouse.el (current-global-mousemap)
9069         (current-local-mousemap): Declare them before use.
9071 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
9073         * bookmark.el (bookmark-after-jump-hook): New hook.
9074         (bookmark-jump): Run `bookmark-after-jump-hook'.
9076 2005-08-23  Juri Linkov  <juri@jurta.org>
9078         * faces.el (minibuffer-prompt): Doc fix.
9080 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
9082         * progmodes/xscheme.el: Trivial changes to silence warnings.
9083         (xscheme-previous-mode, xscheme-previous-process-state):
9084         Add defvars.
9085         (xscheme-last-input-end, xscheme-process-command-line)
9086         (xscheme-process-name, xscheme-buffer-name)
9087         (xscheme-expressions-ring-max, xscheme-expressions-ring)
9088         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
9089         (xscheme-control-g-synchronization-p)
9090         (xscheme-control-g-disabled-p, xscheme-string-receiver)
9091         (default-xscheme-runlight, xscheme-runlight)
9092         (xscheme-runlight-string, xscheme-process-filter-state)
9093         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
9094         Move to beginning of file.
9095         (scheme-interaction-mode-commands-alist)
9096         (scheme-interaction-mode-map, scheme-debugger-mode-map):
9097         Declare them before use.  Note: the initialization code for the variables
9098         has not been moved because it uses functions that reference the variables.
9099         (xscheme-control-g-message-string, xscheme-process-filter-alist)
9100         (xscheme-prompt-for-expression-map): Declare them before use.
9101         (scheme-debugger-mode-commands): "?\ " -> "?\s".
9103 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
9105         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
9107 2005-08-22  Juri Linkov  <juri@jurta.org>
9109         * faces.el (set-face-underline): Delete this duplicate function
9110         and make an obsolete alias to set-face-underline-p.
9111         (set-face-underline-p): Use docstring of set-face-underline.
9112         (describe-face): Create hyperlink to parent face.
9114         * info.el (Info-insert-dir): Use save-excursion around
9115         insert-buffer-substring.
9116         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
9117         (Info-escape-percent): Delete function.
9118         (Info-fontify-node): Replace Info-escape-percent by
9119         replace-regexp-in-string with REP arg set to lambda that
9120         duplicates `%' and preserves text properties.
9122         * progmodes/compile.el (compilation-disable-input): Doc fix.
9123         (define-compilation-mode): Doc fix and refill.
9124         (kill-compilation): Use `mode-name' in the error message.
9125         (compilation-find-file): Use `compilation-error' in the
9126         read-file-name's prompt.
9128 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9130         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
9131         (smerge-auto-leave): Make undo re-enable the mode.
9132         (debug-ignored-errors): Add the user-error of impossible resolution.
9133         (smerge-resolve): Move things around a bit, in preparation for later.
9134         (smerge-diff): Don't fail if the buffer has no associated file.
9135         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
9136         (smerge-conflict-overlay): New function.
9137         (smerge-match-conflict): Don't add text properties here.
9138         (smerge-find-conflict): Instead, add an overlay here.
9139         Also check for the case where we're inside a conflict already, so as to
9140         obviate the need for font-lock-multiline, which is unbearably slow with
9141         large conflicts and ciomplex font-lock patterns.
9142         (smerge-remove-props): Remove overlay rather than text-properties.
9143         (smerge-mode): Don't set font-lock-multiline.
9144         Remove overlays when turned off.
9146 2005-08-21  Kim F. Storm  <storm@cua.dk>
9148         * ido.el (ido-ignore-item-p): Use save-match-data.
9149         Bind case-fold-search to ido-case-fold locally.
9151 2005-08-20  Richard M. Stallman  <rms@gnu.org>
9153         * files.el (normal-mode): If font lock is on, turn it off and on.
9155         * subr.el (replace-regexp-in-string): Doc fix.
9157         * startup.el (command-line-1): Don't suppress startup screen
9158         due to existing processes.
9160         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
9162         * progmodes/compile.el (compilation-disable-input): Default to nil.
9164 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
9166         * progmodes/compile.el (compilation-disable-input): New defcustom.
9167         (compilation-start): If compilation-disable-input is non-nil, send
9168         EOF to the compilation process.
9170 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
9172         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
9173         Run the argument of tex-shell-cd-command through
9174         convert-standard-filename, to get the correct style of slashes on
9175         Windows, and enclose the result in quotes, in case the file name
9176         includes whitespace or other special characters.
9178 2005-08-19  Andreas Schwab  <schwab@suse.de>
9180         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
9181         process.
9183 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
9185         * cus-start.el (minibuffer-prompt-properties): Correct typo.
9187 2005-08-18  Kim F. Storm  <storm@cua.dk>
9189         * scroll-lock.el: Fix errors due to incorrect line wrapping.
9191 2005-08-18  Richard M. Stallman  <rms@gnu.org>
9193         * scroll-lock.el: New file.
9195 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
9197         * dired.el (dired-move-to-end-of-filename):
9198         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
9200 2005-08-18  Kim F. Storm  <storm@cua.dk>
9202         * ido.el (ido-everywhere): Fix defcustom :set function to disable
9203         rather than toggle mode when custom value is nil.
9204         (ido-everywhere): Fix defun doc string.
9206 2005-08-17  Richard M. Stallman  <rms@gnu.org>
9208         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
9209         as tag instead of "Inviolable".
9211 2005-08-17  Kim F. Storm  <storm@cua.dk>
9213         * windmove.el (windmove-coordinates-of-position): Remove.
9214         (windmove-coordinates-of-window-position): Remove.
9215         (windmove-reference-loc): Use posn-at-point instead.
9217         * subr.el (insert-for-yank-1): Doc fix.
9219         * ido.el (ido-enter-matching-directory): Rename from
9220         ido-enter-single-matching-directory.  Change `slash' choice to
9221         `only'.  Add `first' choice.
9222         (ido-exhibit): Adapt to above changes.
9224 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
9226         * Makefile.in: Expand comment about building loaddefs.el.
9228 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
9230         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
9231         Comment use of defadvice.
9233         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
9235 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
9237         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
9238         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
9239         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
9240         * progmodes/idlw-shell.el, progmodes/ld-script.el,
9241         * progmodes/which-func.el, ruler-mode.el, strokes.el,
9242         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
9243         for backward compatibility for faces that did not appear in the
9244         previous Emacs release.
9246         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
9248 2005-08-15  Kim F. Storm  <storm@cua.dk>
9250         * emulation/cua-base.el (cua-delete-region): Return t if
9251         deleted region was non-empty.
9252         (cua-replace-region): Inhibit overwrite-mode for
9253         self-insert-command if replaced region was non-empty.
9254         (cua--explicit-region-start, cua--status-string): Make them
9255         buffer-local at top-level...
9256         (cua-mode): ...rather than when mode is enabled.
9258 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
9260         * progmodes/vhdl-mode.el (vhdl-emacs-21):
9261         Set t for Emacs 21, 22, and so on.
9263 2005-08-15  David Ponce  <david@dponce.com>
9265         * tree-widget.el: Update Commentary header.
9266         (tree-widget-theme): Doc fix.
9267         (tree-widget-space-width): New option.
9268         (tree-widget-image-properties): Look up in the default theme too.
9269         (tree-widget--cursors): Only for images with arrow pointer shape.
9270         (tree-widget-lookup-image): Pointer shape is hand by default.
9271         (tree-widget-icon): Rename generic icon widget from
9272         `tree-widget-control'.
9273         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
9274         derive from `tree-widget-icon'.
9275         (tree-widget-handle): Improve default look and feel of the text
9276         representation.
9277         (tree-widget): Rename :*-control properties to :*-icon properties.
9278         Add :action and :help-echo properties.
9279         (tree-widget-after-toggle-functions): Move.
9280         (tree-widget-close-node, tree-widget-open-node): Remove.
9281         (tree-widget-before-create-icon-functions): New hook.
9282         (tree-widget-value-create): Update to allow customization of icons
9283         and nodes at run-time via that new hook.
9284         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
9285         (tree-widget-icon-action, tree-widget-icon-help-echo)
9286         (tree-widget-action, tree-widget-help-echo): New functions.
9288 2005-08-15  Kim F. Storm  <storm@cua.dk>
9290         * ido.el (ido-buffer-internal): Use with-no-warnings.
9291         (ido-make-merged-file-list): Use while-no-input.
9293 2005-08-15  Richard M. Stallman  <rms@gnu.org>
9295         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
9296         (flyspell-large-region): Fix doc and custom type.
9298 2005-08-14  Richard M. Stallman  <rms@gnu.org>
9300         * files.el (interpreter-mode-alist): Doc fix.
9302         * mail/rmail.el (rmail-nonignored-headers): New variable.
9303         (rmail-clear-headers): Use it.
9304         (rmail-reply): Better handling of mail-followup-to header.
9306         * progmodes/sh-script.el (sh-font-lock-keywords-var):
9307         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
9308         don't try to refer to executable-font-lock-keywords.
9309         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
9310         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
9311         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
9312         (sh-mode): Set comment-start-skip, local-abbrev-table,
9313         imenu-case-fold-search.
9314         (sh-set-shell): Don't set them here.
9315         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
9316         Don't cache the results in the original alist; don't ever modify
9317         that alist.
9319         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
9321         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
9322         empty.
9324 2005-08-15  Andreas Schwab  <schwab@suse.de>
9326         * desktop.el: Put autoload cookie at risky-local-variable declarations.
9328         * dired.el, info.el, mail/rmail.el: Revert last change.
9330 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
9332         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
9333         modification in `eval-after-load' form.
9334         * info.el: Likewise.
9335         * mail/rmail.el: Likewise.
9337 2005-08-14  Juri Linkov  <juri@jurta.org>
9339         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9340         Remove highlighting of "Compilation started".  Highlight only
9341         the word "finished" in "Compilation finished".  Add highlighting
9342         of "interrupt", "killed", "terminated" and the exit code.
9343         (compilation-start): Add newline after header.  Use exactly the
9344         same time stamp format as the finishing message.
9345         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
9347         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
9348         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
9349         Add highlighting of "interrupt", "killed", "terminated".
9351         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
9352         enabled and the current command is self-insert-command, call it
9353         explicitly with overwrite-mode bound to nil, to not allow it
9354         to delete the character after the selected region.
9356 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
9358         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
9359         move-end-of-line, end-of-line, and beginning-of-line to the list
9360         of commands after which the echo area is updated.
9362 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
9364         * cus-edit.el (custom-save-all, custom-save-delete):
9365         Bind recentf-exclude to exclude custom-file.
9367 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
9369         * mail/rmailsum.el (rmail-summary-end-of-message): New command
9370         to go to the bottom of the mail message.  Added to
9371         `rmail-summary-mode-map' with key "/".
9372         (rmail-summary-show-message): New (internal) function for use by
9373         both `rmail-summary-beginning/end-of-message'.
9374         (rmail-summary-beginning-of-message): Change to use
9375         rmail-summary-show-message.
9377         * mail/rmail.el (rmail-end-of-message): New command to go to the
9378         end of the current message.  Added to `rmail-mode-map' with key "/".
9379         (rmail-beginning-of-message): Fix to work as documented.
9380         (rmail-mode): Change documentation.
9382         * progmodes/compile.el (compilation-start): Add the line
9383         "Compilation started" with compilation start time.
9384         (compilation-mode-font-lock-keywords): Add `started' to keywords.
9386 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
9388         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
9389         of menu items.
9391 2005-08-11  Richard M. Stallman  <rms@gnu.org>
9393         * simple.el (pop-global-mark): Reverse test of widen-automatically.
9395         * battery.el (battery-status-function): Don't use ignore-errors.
9397 2005-08-11  Lute Kamstra  <lute@gnu.org>
9399         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
9400         define-obsolete-variable-alias.
9402 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9404         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
9405         (ange-ftp-send-cmd): Revert last change, and expand
9406         the comment explaining the problem.
9408 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
9410         * ldefs-boot.el: Update.
9412         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
9413         item to "Time, Load and Mail".  Change help echo text.
9415         * time.el (display-time-use-mail-icon, display-time-format)
9416         (display-time-string-forms): Shorten first line of docstrings.
9418 2005-08-10  Lars Hansen  <larsh@soem.dk>
9420         * desktop.el (desktop-buffer-mode-handlers):
9421         Make non-customizable.  Add autoload cookie.  Change initial value to
9422         nil; add elements in respective modules instead.  Fix doc string.
9423         (desktop-load-file): New function.
9424         (desktop-minor-mode-handlers): New autoloaded variable.
9425         (desktop-create-buffer): Call minor mode handlers.
9426         Use desktop-load-file to load major and minor mode modules prior to
9427         checking for a handler.
9428         (desktop-save): Don't add nil to desktop-minor-modes for minor
9429         modes with nil function in desktop-minor-mode-table.  Don't delete
9430         desktop file before rewriting it.
9431         (desktop-locals-to-save): Add autoload cookie.  Don't make
9432         automatically buffer-local.  Add variables column-number-mode,
9433         size-indication-mode, indent-tabs-mode,
9434         indicate-buffer-boundaries, indicate-empty-lines and
9435         show-trailing-whitespace.
9436         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
9437         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
9438         (desktop-clear-preserve-buffers-regexp): Delete.
9439         (desktop-clear-preserve-buffers): Update initial value and docstring.
9440         (desktop-save-buffer): Fix doc string.
9442         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
9443         (hilit-chg-desktop-restore): New function.
9444         (highlight-changes-mode): Add highlight-changes-mode to
9445         desktop-locals-to-save.
9447         * dired.el: Add handler to desktop-buffer-mode-handlers.
9448         (dired-restore-desktop-buffer): Remove autoload cookie.
9449         (dired-mode): Add autoload cookie.
9451         * info.el: Add handler to desktop-buffer-mode-handlers.
9452         (Info-restore-desktop-buffer): Remove autoload cookie.
9453         (Info-mode): Add autoload cookie.
9455         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
9456         (mh-restore-desktop-buffer): Remove autoload cookie.
9457         (mh-folder-mode): Add autoload cookie.
9459         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
9460         (rmail-restore-desktop-buffer): Remove autoload cookie.
9462 2005-08-11  Masatake YAMATO  <jet@gyve.org>
9464         * hexl.el (hexl-address-region):
9465         (hexl-ascii-region, hexl-font-lock-keywords):
9466         (hexl-highlight-line-range): Use the term "region"
9467         instead of "area" for consistency with the other symbols
9468         defined in hexl.el.
9470 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
9472         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
9473         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
9474         out by Juri Linkov).  Add `display-battery-mode'.
9476 2005-08-09  Juri Linkov  <juri@jurta.org>
9478         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9479         Remove `-text' from face variable names.
9480         (compilation-error-file-name, compilation-warning-file-name)
9481         (compilation-info-file-name): Delete faces.
9482         (compilation-line-number, compilation-column-number):
9483         Remove face underlining.
9484         (compilation-message-face): Set to `underline' value by default.
9485         (compilation-error-face, compilation-warning-face)
9486         (compilation-info-face): Remove `-file-name' from face names.
9487         (compilation-error-text-face, compilation-warning-text-face)
9488         (compilation-info-text-face): Delete face variables.
9489         (compilation-text-face): Delete function.
9491         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
9492         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
9493         (grep-error-face): Set to `compilation-error' instead of
9494         `compilation-error-face' (which is redefined to `grep-hit-face' in
9495         grep buffers).
9496         (grep-mode-font-lock-keywords): Remove `-text' from face variable
9497         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
9499         * dired-aux.el (dired-do-query-replace-regexp):
9500         Use `query-replace-read-args'.
9502         * replace.el (query-replace-read-from, query-replace-read-to)
9503         (query-replace-read-args): Rename arg `string' to `prompt'.
9505         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
9507 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
9509         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
9510         uploading files.
9511         (ange-ftp-canonize-filename): Handle file names beginning with ~
9512         correctly.
9514 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9516         * textmodes/fill.el (canonically-space-region)
9517         (fill-context-prefix, fill-french-nobreak-p)
9518         (fill-delete-newlines, fill-comment-paragraph)
9519         (justify-current-line): "?\ " -> "?\s".
9521 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
9523         * textmodes/fill.el (fill-nonuniform-paragraphs):
9524         Improve argument/docstring consistency.
9526 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9528         * textmodes/ispell.el (ispell-word): More fboundp checks.
9530         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
9531         (find-file-noselect-1): Call it here, only if RAWFILE.
9532         (normal-mode): Always set some major mode.
9533         (save-some-buffers-action-alist): Change some explanation strings.
9534         (file-name-non-special): In the `quote' method, use unwind-protect.
9536 2005-08-09  Magnus Henoch  <mange@freemail.hu>
9538         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
9539         (ispell-have-aspell-dictionaries): New variable.
9540         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
9541         (ispell-get-aspell-config-value): New function.
9542         (ispell-aspell-find-dictionary): New function.
9543         (ispell-aspell-add-aliases): New function.
9544         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
9545         appropriate.  Don't look for ispell dictionaries if we use aspell.
9546         (ispell-menu-map): Don't build a submenu of dictionaries.
9548 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9550         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
9551         (sql-read-passwd): Use read-passwd.
9553         * progmodes/idlw-toolbar.el (idlwave-toolbar)
9554         (idlwave-toolbar-is-possible): Add defvars.
9556         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
9557         Avoid warnings.
9559         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
9560         (idlwave-system-class-info, idlwave-executive-commands-alist):
9561         Use defvar.
9563         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
9565         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
9566         Avoid warnings.
9568         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
9569         and content-type: headers.
9571         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
9573         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
9574         and rename some of them to be more self-explanatory.
9576         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
9578         * startup.el (command-line-1): Implement -scriptload.
9580         * replace.el (occur-engine): Initial *Occur* output not undoable.
9582         * menu-bar.el (menu-bar-file-menu): Rename some menu items
9583         and improve help strings.
9585         * isearch.el (isearch-repeat): When changing direction,
9586         mark search successful.
9588         * ediff-init.el: Use (featurep 'xemacs).
9590         * comint.el (send-invisible): Identify buffer, if not selected.
9592         * align.el: Delete autoload for c-guess-basic-syntax.
9594 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9596         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
9597         Improve argument/docstring consistency.  Doc fixes.
9598         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
9599         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
9600         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
9601         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
9602         (r2bv-organization, r2bv-pages, r2bv-primary-author)
9603         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
9604         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
9605         Defvar at compile time.
9607 2005-08-09  Juri Linkov  <juri@jurta.org>
9609         * info.el: Replace `info' with upper-case `Info' where appropriate.
9610         (info-title-1, info-title-2, info-title-3, info-title-4)
9611         (info-menu-header): Move up face definitions.
9612         (info-menu-star): Rename from `info-menu-5'.
9613         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
9614         (Info-fontify-visited-nodes): Fix docstring.
9615         (Info-hide-note-references): Fix docstring.
9616         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
9617         menu items in the same way as on cross-references.
9618         (info-apropos): Fix sorting order and formatting to be like in the
9619         stand-alone Info browser.  Display error messages for 1 sec.
9620         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
9621         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
9622         from the menu bar.
9623         (Info-insert-dir): Restore point after calling
9624         `insert-buffer-substring'.
9626 2005-08-08  Richard M. Stallman  <rms@gnu.org>
9628         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
9629         (recompute-lucid-menubar): Add defvars.
9631         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
9633         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
9635         * net/net-utils.el (run-dig): Rename from `dig'.
9637         * play/gametree.el (gametree-mode): Use make-local-variable,
9638         not make-variable-buffer-local.
9640         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
9642         * ansi-color.el (ansi-color-make-extent)
9643         (ansi-color-set-extent-face): Use fboundp, not functionp.
9645         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
9646         not make-variable-buffer-local.
9648         * bookmark.el (Info-current-file): Add defvar.
9649         (bookmark-jump-noselect): Use with-no-warnings.
9651         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
9653         * ebuff-menu.el (Helper-return-blurb): Add defvar.
9655         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
9657         * find-file.el (ada-procedure-start-regexp)
9658         (ada-package-start-regexp): Add defvars.
9660         * info.el (Info-insert-dir): Use insert-buffer-substring.
9662         * xml.el (xml-att-def-re): Add defvar.
9664         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
9665         calling convention.
9667         * subr.el (while-no-input): Return t if there is input.
9669 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
9671         * cus-start.el (all): Add `overflow-newline-into-fringe'.
9673 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
9675         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
9676         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
9678 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
9680         * cmuscheme.el (scheme-start-file): Replace reference to
9681         `user-emacs-directory' by "~/.emacs.d/".
9683 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
9685         * info.el (Info-dir-remove-duplicates): Avoid case folding
9686         in loop; instead, keep downcased strings for comparison.
9687         Suggested by Helmut Eller.
9689 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
9691         Sync with Tramp 2.0.50.
9693         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9694         XEmacs case; not necessary anymore.
9695         (tramp-user-regexp): Allow "@" as part of user name.
9696         (tramp-handle-set-visited-file-modtime)
9697         (tramp-handle-insert-file-contents)
9698         (tramp-handle-write-region): No special handling for
9699         `last-coding-system-used, because this is done in
9700         `tramp-accept-process-output' now.
9701         (tramp-accept-process-output): New defun.
9702         (tramp-process-one-action, tramp-process-one-multi-action)
9703         (tramp-wait-for-regexp, tramp-wait-for-output)
9704         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
9705         Howells <dhowells@redhat.com>.
9706         (clear-visited-file-modtime): Defadvice removed.  The check for
9707         unset buffer's modtime does not need to be based on
9708         `tramp-buffer-file-attributes'.  Suggested by RMS.
9709         (tramp-message): Insert "\n" if not being at beginning of line.
9710         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9711         sequence with same logic.
9712         (tramp-completion-handle-expand-file-name): Discard call of
9713         `tramp-drop-volume-letter'.  It is not necessary, and there have
9714         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9715         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9716         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9717         should always be visible.
9718         (tramp-handle-insert-directory, tramp-setup-complete)
9719         (tramp-set-process-query-on-exit-flag)
9720         (tramp-append-tramp-buffers): Pacify byte-compiler.
9721         (tramp-bug): Delete non-existing variables from list.
9722         Apply `tramp-load-report-modules' as pre-hook.
9723         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9724         `shell-prompt-pattern' because of non-7bit characters.
9725         Reported by Sebastian Luque <sluque@mun.ca>.
9726         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9727         (tramp-match-string-list): Remove function.
9728         (tramp-wait-for-regexp): Remove call of that function.
9729         Suggested by Kim F. Storm <storm@cua.dk>.
9730         (tramp-set-auto-save-file-modes): Use octal integer code #o600
9731         instead of octal character code ?\600.  The latter resulted in a
9732         syntax error with XEmacs.
9734         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9735         XEmacs case; not necessary anymore.
9736         (tramp-smb-handle-write-region): No special handling for
9737         `last-coding-system-used, because this is done in
9738         `tramp-accept-process-output' now.
9739         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9741 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
9743         * wid-edit.el (widget-choice-value-create):
9744         Unconditionally respect user choice.  Set :explicit-choice back to nil
9745         when no longer needed.
9746         (widget-choice-action): Unconditionally respect user choice.
9747         Eliminate :explicit-choice-value.
9749         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9751         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9752         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9753         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9754         running new function `toggle-indicate-empty-lines'.
9755         Rename "Customize" item to "Customize fringe".
9756         Rename "Indicators" item to "Buffer boundaries" and change help echo.
9757         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9758         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9759         Delete "Empty lines only" item.
9760         (menu-bar-showhide-fringe-ind-customize): New function.
9761         (menu-bar-showhide-fringe-ind-mixed)
9762         (menu-bar-showhide-fringe-ind-box)
9763         (menu-bar-showhide-fringe-ind-right)
9764         (menu-bar-showhide-fringe-ind-left)
9765         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9766         instead of `fringe-indicators'.
9768 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9770         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9771         Change the date of last update.
9773 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9775         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9776         (viper-exec-yank, viper-put-back): Don't display modification msg
9777         if in the minibuffer.
9779         * viper-init.el (viper-replace-overlay-cursor-color)
9780         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9781         Make variables frame local.
9783         * viper-util.el (viper-append-filter-alist): Use append instead of
9784         nconc.
9786         * viper.el (viper-vi-state-mode-list)
9787         (viper-emacs-state-mode-list): Move help-mode and
9788         completion-list-mode from the first list to the second.
9789         (viper-mode): Docstring.
9790         (viper-go-away, viper-non-hook-settings): Don't localize
9791         minor-mode-alist in newer Emacsen.  Add advice to
9792         set-cursor-color.  Don't bind "\C-c\\".
9794 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
9796         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9797         (scheme-macro-expand-command): New user options.
9798         (scheme-trace-procedure, scheme-expand-current-form): New commands.
9799         (scheme-form-at-point, scheme-start-file)
9800         (scheme-interactively-start-process): New functions.
9801         (scheme-get-process): New function, extracted from `scheme-proc'.
9802         (run-scheme): Call `scheme-start-file' to get start file, and pass
9803         it to `make-comint'.
9804         (switch-to-scheme, scheme-proc):
9805         Call `scheme-interactively-start-process' if no Scheme buffer/process
9806         is available.
9808 2005-08-06  Juri Linkov  <juri@jurta.org>
9810         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9811         Use `compilation-text-face', `compilation-info-text-face' and
9812         `compilation-error-text-face' instead of `font-lock-keyword-face'.
9813         (compilation-error): New face.
9814         (compilation-error-file-name): Inherit from
9815         `compilation-error' instead of `font-lock-warning-face'.
9816         (compilation-warning-file-name): Inherit from
9817         `compilation-warning' instead of `font-lock-warning-face'.
9818         (compilation-info, compilation-error-file-name)
9819         (compilation-warning-file-name, compilation-info-file-name)
9820         (compilation-line-number, compilation-column-number): Doc fix.
9821         (compilation-error-text-face, compilation-warning-text-face)
9822         (compilation-info-text-face): New face variables.
9823         (compilation-line-face, compilation-column-face)
9824         (compilation-enter-directory-face)
9825         (compilation-leave-directory-face): Doc fix.
9826         (compilation-text-face): New function.
9828         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9829         instead of 1 to display binary file names as info file links.
9830         (grep-error-face): Use `compilation-error-face' instead of
9831         `font-lock-keyword-face'.
9832         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9833         and `compilation-warning-text-face' instead of
9834         `font-lock-keyword-face'.  Use `compilation-error-text-face'
9835         instead of `grep-error-face'.
9837 2005-08-05  Kenichi Handa  <handa@m17n.org>
9839         * international/code-pages.el: Add autoload cookies for all coding
9840         systems.
9842 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
9844         * cus-start.el (all): Put undo.c where it alphabetically belongs.
9846 2005-08-04  Juri Linkov  <juri@jurta.org>
9848         * progmodes/compile.el (compilation-mode-map):
9849         * progmodes/grep.el (grep-mode-map):
9850         Bind TAB to `compilation-next-error' and [backtab] to
9851         `compilation-previous-error'.
9853         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9854         matching line numbers, column numbers and their ranges with regexp
9855         matching only line numbers.
9856         (grep-context-face): New face variable.
9857         (grep-mode-font-lock-keywords): Use it.
9859         * faces.el (read-face-name): Delete duplicate faces.
9861 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
9863         * thumbs.el (thumbs-find-image): Don't make variables
9864         automatically buffer local.
9865         (thumbs-current-tmp-filename, thumbs-current-image-filename)
9866         (thumbs-image-num): Make automatically buffer local.
9867         (thumbs-show-thumbs-list): Use `make-local-variable', not
9868         `make-variable-buffer-local'.
9869         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9871         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9872         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9873         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9874         (bother, bye, canyou, chatlst, continue, deathlst, describe)
9875         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9876         (feelings-about, foullst, found, hello, history, howareyoulst)
9877         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9878         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9879         (neglst, obj, object, owner, please, problems, qlist)
9880         (random-adjective, relation, remlst, repetitive-shortness)
9881         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9882         (shortlst, something, sportslst, stallmanlst, states, subj)
9883         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9884         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9885         Defvar at compile time.
9887         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9888         not `make-variable-buffer-local'.
9890 2005-08-02  Kim F. Storm  <storm@cua.dk>
9892         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9893         rectangle overlay in selected window.
9895 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
9897         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9898         instead of display group.  Make `indicate-buffer-boundaries'
9899         customizable through Custom.
9901 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
9903         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9904         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9905         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9906         (gdb-put-string): Fix typos in docstrings.
9908 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
9910         Update copyright notices of files in progmodes directory for
9911         release of Emacs 22.1.
9913         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9915         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9916         Don't barf if the GUD buffer has been killed.
9918 2005-08-01  Kim F. Storm  <storm@cua.dk>
9920         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9922 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9924         * simple.el (next-error-follow-minor-mode):
9925         make-variable-buffer-local -> make-local-variable.
9927         * emacs-lisp/cl-extra.el: Require CL also when compiling.
9929         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9930         (byte-compile-form-make-variable-buffer-local): New functions to warn
9931         about misuses of make-variable-buffer-local where make-local-variable
9932         was meant.
9934 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
9936         * bs.el (bs-attributes-list): Doc fix.
9937         (bs): Update url-link.
9939         * desktop.el (desktop-save-buffer): Fix typos in docstring.
9940         (desktop-load-default): Simplify.
9942         * ibuffer.el (ibuffer-columnize-and-insert-list)
9943         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9944         (ibuffer-unmark-all, ibuffer-toggle-marks)
9945         (ibuffer-unmark-forward, ibuffer-unmark-backward)
9946         (ibuffer-compile-make-format-form, ibuffer-format-column)
9947         (ibuffer-current-buffers-with-marks)
9948         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9949         (ibuffer): Doc fix.
9950         (ibuffer-mode): Fix typo in docstring.
9951         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9952         with `define-obsolete-variable-alias'.
9953         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
9955 2005-07-29  Kenichi Handa  <handa@m17n.org>
9957         * international/mule-cmds.el (select-message-coding-system):
9958         Be sure to use LF for end-of-line.  If no coding system is decided,
9959         return iso-8859-1-unix.
9961 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9963         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
9964         (ange-ftp-pending-error-line): New vars.
9965         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
9966         to handle the non-fatal no-route-to-host messages.
9967         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9969 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
9971         * isearch.el (isearch-mode-map, isearch-other-meta-char)
9972         (isearch-quote-char, isearch-printing-char)
9973         (isearch-text-char-description): "?\ " -> "?\s".
9974         (isearch-lazy-highlight-cleanup)
9975         (isearch-lazy-highlight-initial-delay)
9976         (isearch-lazy-highlight-interval)
9977         (isearch-lazy-highlight-max-at-a-time)
9978         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
9979         Declare with define-obsolete-*-alias macros.
9980         (isearch-forward): Fix typo in docstring.
9981         (search-invisible, search-ring-yank-pointer)
9982         (regexp-search-ring-yank-pointer): Doc fixes.
9984         * recentf.el (recentf-menu-append-commands-p): Declare with
9985         `define-obsolete-variable-alias'.
9986         (recentf-max-saved-items, recentf-menu-filter)
9987         (recentf-arrange-by-rule-subfilter): Doc fixes.
9988         (recentf-menu-append-commands-flag)
9989         (recentf-initialize-file-name-history, recentf-expand-file-name)
9990         (recentf-clear-data): Fix typos in docstrings.
9992 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
9994         * progmodes/gdb-ui.el: Smarten comments.
9995         (gdb-info-breakpoints-custom): Use nowarn when finding file.
9997 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9999         * term/apollo.el (terminal-init-apollo): New function containing
10000         all former top level forms in the file.
10001         * term/bobcat.el (terminal-init-bobcat):
10002         * term/cygwin.el (terminal-init-cygwin):
10003         * term/iris-ansi.el (terminal-init-iris-ansi):
10004         * term/linux.el (terminal-init-linux):
10005         * term/news.el (terminal-init-news):
10006         * term/rxvt.el (terminal-init-rxvt):
10007         * term/sun.el (terminal-init-sun):
10008         * term/tvi970.el (terminal-init-tvi970):
10009         * term/vt100.el (terminal-init-vt100):
10010         * term/vt102.el (terminal-init-vt102):
10011         * term/vt125.el (terminal-init-vt125):
10012         * term/vt200.el (terminal-init-vt200):
10013         * term/vt201.el (terminal-init-vt201):
10014         * term/vt220.el (terminal-init-vt220):
10015         * term/vt240.el (terminal-init-vt240):
10016         * term/vt300.el (terminal-init-vt300):
10017         * term/vt320.el (terminal-init-vt320):
10018         * term/vt400.el (terminal-init-vt400):
10019         * term/vt420.el (terminal-init-vt420):
10020         * term/wyse50.el (terminal-init-wyse50):
10021         * term/xterm.el (terminal-init-xterm): Likewise.
10023         * term/README: Describe the terminal-init-* functionality.
10025         * startup.el (command-line): After loading the terminal initialization
10026         file call the corresponding terminal initialization function.
10028 2005-07-27  Kenichi Handa  <handa@m17n.org>
10030         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
10031         negative.
10033         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
10034         (ps-mule-composition-prologue): Fix for the case that
10035         RelativeCompose is false.
10037 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10039         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
10041         * descr-text.el (describe-char): Handle the case where the list of
10042         chars is displayed in a separate frame.
10043         Be a bit more discriminating when looking for the char.
10045 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
10047         * bookmark.el (bookmark-automatically-show-annotations)
10048         (bookmark-read-annotation-text-func): Doc fixes.
10049         (bookmark-save): Improve argument/docstring consistency.
10050         (bookmark-get-bookmark, bookmark-get-bookmark-record)
10051         (bookmark-alist-from-buffer)
10052         (bookmark-upgrade-file-format-from-0)
10053         (bookmark-grok-file-format-version)
10054         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
10055         (bookmark-read-annotation-mode)
10056         (bookmark-insert-current-bookmark, bookmark-jump)
10057         (bookmark-exit-hook): Fix typos in docstrings.
10058         (bookmark-exit-hooks): Define as obsolete alias.
10059         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
10060         not `bookmark-exit-hooks'.  Fix docstring.
10061         (bookmark-bmenu-select): "?\ " -> "?\s".
10063 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
10065         * startup.el (command-line): Fix typo.
10067 2005-07-24  Richard M. Stallman  <rms@gnu.org>
10069         * tooltip.el (tooltip-mode): Test emacs-basic-display,
10070         not emacs-quick-startup.
10072 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
10074         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
10075         (reb-next-match, reb-show-subexp): Use `with-selected-window'
10076         instead of `reb-with-current-window'.
10077         (reb-prev-match): Likewise.  Also, don't move left if the search
10078         was unsuccessful.
10079         (reb-initialize-buffer): New function.
10080         (re-builder, reb-change-syntax): Use it.
10082         * man.el (Man-goto-page): Make second argument NOERROR optional.
10084 2005-07-23  Richard M. Stallman  <rms@gnu.org>
10086         * man.el (Man-bgproc-sentinel): Check here for failure to find
10087         any man page in the output, and report the error here.
10088         (Man-arguments): Make it permanent local.
10089         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
10090         (Man-mode): Pass t for NOERROR.
10092         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
10093         (grep-mode-font-lock-keywords):
10094         Don't use compilation-...-face for messages that are not file names.
10096         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10097         Don't use compilation-...-face for messages that are not file names.
10099 2005-07-22  Juri Linkov  <juri@jurta.org>
10101         * startup.el (normal-splash-screen): Update menu name.
10103         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
10105 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10107         * term/xterm.el: Load term/rxvt if the terminal is actually an
10108         rxvt terminal.
10109         (xterm-rxvt-set-background-mode): Remove, not used anymore.
10111         * term/rxvt.el (function-key-map): Use substitute-key-definition
10112         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
10114         * term/cygwin.el: New file.
10116 2005-07-22  Kim F. Storm  <storm@cua.dk>
10118         * image-file.el (insert-image-file, image-file-yank-handler):
10119         Fix last change to maintain a (unique) yank-handler on yanked images.
10121 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
10123         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
10124         of the file size (as in "177B" for 177 bytes).  This happens with
10125         "ls -lh" on FreeBSD.
10127 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
10129         * hilit-chg.el (highlight-changes-global-initial-state)
10130         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
10131         (hilit-chg-fixup, highlight-changes-mode):
10132         Fix typos in docstrings.
10133         (highlight-changes-global-modes, highlight-changes-rotate-faces):
10134         Doc fixes.
10136 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
10138         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
10139         mode function using `eval-after-load'.
10141 2005-07-21  Kim F. Storm  <storm@cua.dk>
10143         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
10144         included when reporting an emacs crash, and tell about the DEBUG file.
10146         * image-file.el (insert-image-file): Add yank-handler.
10147         (image-file-yank-handler): Yank handler to make unique copies of
10148         images when they are yanked into a buffer next to each other.
10150 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
10152         * comint.el (comint-use-prompt-regexp, comint-send-input)
10153         (comint-source-default, comint-extract-string)
10154         (comint-get-source, comint-word, comint-completion)
10155         (comint-source, comint-prompt-read-only, comint-update-fence):
10156         Fix typos in docstrings.
10157         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
10158         Declare with define-obsolete-*-alias macros.
10159         (comint-previous-matching-input-from-input)
10160         (comint-next-matching-input-from-input)
10161         (comint-previous-matching-input, comint-next-matching-input)
10162         (comint-forward-matching-input):
10163         Improve argument/docstring consistency.
10165         * desktop.el (desktop-clear-preserve-buffers-regexp):
10166         Also preserve the *server* buffer.
10168         * simple.el (clone-indirect-buffer): Doc fix.
10169         (fixup-whitespace, just-one-space)
10170         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
10171         (next-error, next-error-highlight)
10172         (next-error-highlight-no-select, next-error-last-buffer)
10173         (next-error-buffer-p, next-error-find-buffer, next-error)
10174         (previous-error, next-error-no-select, previous-error-no-select)
10175         (open-line, split-line, minibuffer-prompt-width, kill-new)
10176         (binary-overwrite-mode): Fix typos in docstrings.
10177         (set-fill-column): Fix typo in message.
10179         * skeleton.el (skeleton-proxy-new): Doc fix.
10181         * strokes.el (strokes-load-hook): Doc fix.
10182         (strokes-grid-resolution, strokes-get-grid-position)
10183         (strokes-renormalize-to-grid, strokes-read-stroke)
10184         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
10185         (strokes-global-map): Fix typos in docstrings.
10186         (strokes-help): Doc fix.  Fix help message and pass it through
10187         `substitute-command-keys'.
10189         * tempo.el (tempo-insert-prompt, tempo-interactive)
10190         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
10191         (tempo-insert-string-functions, tempo-local-tags)
10192         (tempo-define-template, tempo-insert-template)
10193         (tempo-insert-prompt-compat, tempo-is-user-element)
10194         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
10195         Fix typos in docstrings.
10197         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
10198         (vcursor-key-bindings, vcursor-use-vcursor-map)
10199         (vcursor-find-window, vcursor-scroll-down)
10200         (vcursor-disable, vcursor-beginning-of-buffer)
10201         (vcursor-end-of-buffer): Fix typos in docstrings.
10202         (vcursor-relative-move, vcursor-get-char-count):
10203         Improve argument/docstring consistency.
10205         * version.el: "?\ " -> "?\s".
10207         * wid-edit.el (widget-default-create, widget-after-change)
10208         (widget-default-format-handler, widget-checklist-add-item)
10209         (widget-radio-add-item, widget-choose, widget-specify-secret)
10210         (widget-field-value-create, widget-field-value-get)
10211         (widget-editable-list-format-handler)
10212         (widget-editable-list-entry-create, widget-group-value-create)
10213         (widget-documentation-link-add)
10214         (widget-documentation-string-value-create): "?\ " -> "?\s".
10215         (widget-convert-text): Doc fix.
10216         (widget-narrow-to-field, widget-field-find)
10217         (widget-url-link-action, widget-emacs-library-link-action)
10218         (widget-color-notify): Fix typos in docstrings.
10220         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
10221         (x-select-text, set-w32-system-coding-system)
10222         (w32-add-charset-info): Fix typos in docstrings.
10224         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
10225         (cua-enable-cua-keys, cua-use-hyper-key)
10226         (cua-virtual-rectangle-edges): Fix typos in docstrings.
10227         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
10229         * net/tramp.el (tramp-handle-load): Fix typo in error message.
10231         * emacs-lisp/re-builder.el (regexp-builder): Declare with
10232         `defalias' instead of faking it.
10234         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
10235         (eshell-ls-missing, eshell-ls-dired-initial-args)
10236         (eshell-ls-use-in-dired): Fix typos in docstrings.
10238 2005-07-20  Kim F. Storm  <storm@cua.dk>
10240         * emulation/cua-base.el (cua-mode): Improve doc string.
10242 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
10244         * abbrev.el (expand-region-abbrevs): Doc fix.
10245         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
10246         Improve argument/docstring consistency.
10248         * arc-mode.el (archive-get-descr, archive-alternate-display):
10249         Doc fixes.
10250         (archive-l-e): Improve argument/docstring consistency.
10251         (archive-tmpdir, archive-unixdate, archive-unixtime)
10252         (archive-chmod-entry): Fix typos in docstrings.
10253         (archive-unflag, archive-unflag-backwards)
10254         (archive-unmark-all-files): "?\ " -> "?\s".
10256         * buff-menu.el (Buffer-menu-unmark): Doc fix.
10257         (Buffer-menu-not-modified, Buffer-menu-execute)
10258         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
10259         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
10261         * composite.el (compose-string, encode-composition-rule)
10262         (compose-last-chars): Fix typos in docstrings.
10264         * desktop.el (desktop-enable, desktop-basefilename):
10265         Declare with `define-obsolete-variable-alias'.
10266         (desktop-internal-v2s): Don't quote keywords.
10267         (desktop-clear): "?\ " -> "?\s".
10269         * dired.el (dired-align-file, dired-flag-backup-files)
10270         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
10271         (dired-listing-switches, dired-ls-F-marks-symlinks)
10272         (dired-dwim-target, dired-load-hook, dired-mode-hook)
10273         (dired-directory, dired-faces, dired, dired-revert)
10274         (dired-mode, dired-summary, dired-view-file)
10275         (dired-copy-filename-as-kill, dired-delete-file)
10276         (dired-no-confirm, dired-unmark-all-marks)
10277         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
10278         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
10279         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
10280         Fix typos in message strings.
10282         * dired-x.el (virtual-dired): Declare with `defalias'.
10283         (dired-mark-unmarked-files, dired-local-variables-file)
10284         (dired-omit-here-always): Doc fix.
10285         (dired-omit-mode, dired-find-subdir)
10286         (dired-enable-local-variables, dired-clean-up-buffers-too)
10287         (dired-extra-startup, dired-mark-extension, dired-jump)
10288         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
10289         (dired-smart-shell-command, dired-guess-shell-alist-user)
10290         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
10291         (dired-x-bind-find-file, dired-x-submit-report):
10292         Fix typos in docstrings.
10293         (dired-mark-unmarked-files): "?\ " -> "?\s".
10295         * dirtrack.el (dirtrack-list): Fix typos in docstring.
10297         * faces.el (describe-face): "?\ " -> "?\s".
10298         (read-all-face-attributes, read-face-font, modify-face)
10299         (face-attr-construct, italic): Fix typos in docstrings.
10300         (frame-update-face-colors): Declare with
10301         `define-obsolete-function-alias'.
10303         * files.el (find-file-noselect, recode-file-name): Doc fixes.
10304         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
10305         (magic-mode-alist, buffer-file-numbers-unique)
10306         (write-file-functions, get-free-disk-space):
10307         Fix typos in docstrings.
10308         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
10309         (write-contents-hooks, write-file-hooks):
10310         Declare with `define-obsolete-variable-alias'.
10312         * forms-d2.el (arch-rj): Fix typo in docstrings.
10313         (arch-tocol): Likewise.  "?\ " -> "?\s".
10315         * frame.el (set-frame-font, cursor-in-non-selected-windows):
10316         Fix typo in docstring.
10317         (set-screen-width, set-screen-height): Delete redundant info in
10318         doctrings.
10319         (new-frame, screen-height, screen-width): Declare with
10320         `define-obsolete-function-alias'.
10321         (delete-frame-hook, blink-cursor): Declare with
10322         `define-obsolete-variable-alias'.
10324         * paths.el (prune-directory-list): Fix typos in docstring.
10326         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
10327         (cvs-prefix-get): Fix typos in docstrings.
10329         * ps-print.el (ps-extend-face-list, ps-extend-face)
10330         (ps-print-background-image): Fix typos in docstrings.
10331         (ps-default-fg, ps-default-bg): Doc fixes.
10333         * s-region.el (s-region-bind): Doc fix.
10334         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
10336         * textmodes/org.el (org-table-formula-substitute-names)
10337         (org-table-get-vertical-vector): Doc fixes.
10338         (org-table-recalculate): Remove unused argument to `message'.
10340 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
10342         * textmodes/org.el (org-table-column-names)
10343         (org-table-column-name-regexp)
10344         (org-table-named-field-locations): New variables.
10345         (org-archive-subtree): Protect `this-command' when calling
10346         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
10347         the kill buffer.
10348         (org-complete): Remove fixed-formula completion.
10349         (org-edit-formulas-map): New variable.
10350         (org-table-edit-formulas): New command.
10351         (org-finish-edit-formulas, org-abort-edit-formulas)
10352         (org-show-variable, org-table-get-vertical-vector): New functions.
10353         (org-table-maybe-eval-formula): Handle `:=' fields.
10354         (org-table-get-stored-formulas, org-table-store-formulas)
10355         (org-table-get-formula, org-table-modify-formulas)
10356         (org-table-replace-in-formulas): Handle named field formulas.
10357         (org-table-get-specials): Store locations of named fields.
10359 2005-07-19  Juri Linkov  <juri@jurta.org>
10361         * progmodes/grep.el (grep-regexp-alist)
10362         (grep-mode-font-lock-keywords, grep-process-setup):
10363         Use default GNU grep match color "01;31m" instead of "01;41m".
10364         (grep-regexp-alist, grep-mode-font-lock-keywords):
10365         Use `\\[[0-9]*m' instead of `\\[00m'.
10366         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
10367         sgr_start where its handling is more important.  Use the real
10368         length of sgr_start instead of constant 8.
10369         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
10370         specially.  Delete all remaining escape sequences.
10371         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
10372         (grep-regexp-alist): Make hyperlink only for binary file name
10373         instead of the whole line.
10374         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
10375         (grep-mode): Add autoload.
10377         * emacs-lisp/find-func.el (find-function-regexp):
10378         Add `define-compilation-mode'.
10380 2005-07-19  Juri Linkov  <juri@jurta.org>
10382         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
10383         (compare-windows-sync-string-size, compare-windows-recenter)
10384         (compare-windows-highlight, compare-windows): Add version 22.1.
10385         (compare-windows) <defface>: Inherit from lazy-highlight instead
10386         of duplicating its default value.
10388         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10389         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
10391         * descr-text.el (describe-char): Create link buttons for `charset'
10392         and `code point'.  Add the current input method name with a link
10393         button to `to input' field.  Print face names of display table
10394         characters in `The display table entry is displayed by' section
10395         instead of printing face-id in the `display' field.
10396         Guess hardcoded faces and create a link button for them.
10397         Skip empty fields when calculating max-width.
10398         Treat `widget-create' specially while inserting strings from the
10399         collected field list.
10400         (describe-char-after): Made obsolete in version 22.1, not 21.5.
10402         * diff-mode.el (diff-file-header): Change foreground color from
10403         yellow to green on light backgrounds.
10404         (diff-context): Inherit from `shadow' only for color/grayscale
10405         with more than 88 colors.
10406         (diff-indicator-removed, diff-indicator-added)
10407         (diff-indicator-changed): New faces.
10408         (diff-font-lock-keywords): Use new faces.  Regroup rules.
10409         Add "^---$" for `normal' diff format.  Fontify `#' lines with
10410         font-lock-comment-delimiter-face and font-lock-comment-face.
10411         Add `#' to ^[^...] in the rule for `diff-context-face'.
10413         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
10414         a button-like box.  Inherit from `highlight' on low colors.
10415         (shadow): Use shades of gray only for color/grayscale with
10416         more than 88 colors.  Use green for light backgrounds with
10417         8 colors, and yellow for dark backgrounds with 8 colors.
10419         * font-lock.el (font-lock-regexp-grouping-backslash):
10420         Don't inherit from escape-glyph (use bold for all cases).
10422         * info.el (info-xref-visited): Use light foreground color `violet'
10423         for dark backgrounds instead of dark color `magenta3'.
10424         (info-title-1): Use `yellow' color for dark backgrounds.
10426         * isearch.el (isearch): Use not-too-dark magenta3 instead of
10427         too-light magenta2.
10429         * replace.el (match): Use slightly more light RoyalBlue3 instead
10430         of dark RoyalBlue4.
10432         * wid-edit.el (widget-inactive): Inherit from `shadow'.
10434 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
10436         * novice.el (disabled-command-hook): Declare it with
10437         `define-obsolete-variable-alias'.
10439         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
10440         (desktop-buffer-misc-functions, desktop-buffer-handlers)
10441         (desktop-load-default): Add release to obsolescence info.
10442         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
10443         (desktop-append-buffer-args, desktop-read):
10444         Fix typos in docstrings.
10445         (desktop-kill): Fix typo in message.
10446         (desktop-save): Doc fix.
10448 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10450         * viper-cmd.el (viper-escape-to-state): Bug fix.
10451         (viper-envelop-ESC-key): Change the definition of fast
10452         keysequence so it'll work with keyboard macros.
10454         * ediff.el (ediff-patch-buffer): Change the docstring.
10456 2005-07-19  Kenichi Handa  <handa@m17n.org>
10458         * international/mule-cmds.el (select-safe-coding-system): Try to
10459         use an auto-coding (if any) before anything else.  If the found
10460         auto-coding is invalid, show a warning message.
10462         * international/mule.el (find-auto-coding): New function created
10463         by modifying the body of set-auto-coding.
10464         (set-auto-coding): Use find-auto-coding to find a coding.
10466 2005-07-18  Richard M. Stallman  <rms@gnu.org>
10468         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
10469         not isearch-mode-end-hook-error.
10470         (allout-before-change-protect): Fix error message.
10472 2005-07-18  Juri Linkov  <juri@jurta.org>
10474         * allout.el (allout-mode):
10475         * calculator.el (calculator-copy):
10476         * custom.el (custom-known-themes):
10477         * dired.el (dired-desktop-buffer-misc-data)
10478         (dired-restore-desktop-buffer):
10479         * dired-x.el (dired-omit-marker-char):
10480         * files.el (basic-save-buffer):
10481         * font-core.el (font-lock-mode):
10482         * calendar/calendar.el (calendar-goto-hebrew-date)
10483         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
10484         (calendar-goto-persian-date):
10485         * language/ethio-util.el (ethio-sera-to-fidel-region):
10486         * textmodes/picture.el (picture-mode):
10487         Delete duplicate duplicate words.
10489 2005-07-18  Juri Linkov  <juri@jurta.org>
10491         * isearch.el (isearch-mode-map): Remove key bindings for regexp
10492         chars * ? } |.
10493         (isearch-fallback): Don't call `isearch-process-search-char'.
10494         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
10495         (isearch-process-search-char): Call `isearch-fallback' for regexp
10496         chars * ? } |.
10497         (isearch-return-char): Make obsolete with `make-obsolete' instead
10498         of simply documenting it as obsolete in the docstring.
10499         (isearch-fallback): Refill docstring.
10501         * international/isearch-x.el
10502         (isearch-process-search-multibyte-characters): Remove unneeded
10503         `concat'.  Add intermediate values to `junk-hist' instead of
10504         `minibuffer-history'.  Test the length of `str'.
10506 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
10508         * allout.el (allout-resolve-xref): Fix typos in error strings.
10509         (allout-before-change-protect): Remove unneeded `concat'.
10511         * array.el (array-mode, array-reconfigure-rows)
10512         (untabify-backward): Fix typos in docstrings.
10513         (array-reconfigure-rows): Use `insert-buffer-substring', not
10514         `insert-buffer'.
10516         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
10517         * progmodes/ada-mode.el (ada-make-body):
10518         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
10520         * dired.el (dired-log):
10521         * tar-mode.el (tar-subfile-save-buffer):
10522         * play/zone.el (zone-pgm-stress-destress):
10523         Use `insert-buffer-substring', not `insert-buffer'.
10525 2005-07-17  Simon Josefsson  <jas@extundo.com>
10527         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
10529 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
10531         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
10532         Add plain auth method.
10533         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
10535 2005-07-17  Kim F. Storm  <storm@cua.dk>
10537         * ido.el (dired-other-window): Add ido property.
10539 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
10541         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10542         Fix typo in docstring.
10543         (byte-compile-interactive-only-functions): Add `insert-buffer' and
10544         `insert-file-literally'.
10546         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
10547         info and delete redundant message.  Doc fix.
10548         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
10549         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
10551 2005-07-16  Richard M. Stallman  <rms@gnu.org>
10553         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
10554         (byte-compile-and): Use byte-compile-and-recursion.
10555         (byte-compile-or-recursion): New function.
10556         (byte-compile-or): Use that.
10557         (byte-compile-if): Guard the else-clause too.
10558         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
10560         * isearch.el (isearch-mode-end-hook-quit): New variable.
10561         (isearch-done): Bind it.
10562         (isearch-mode-end-hook): Doc fix.
10564         * allout.el (allout-isearch-did-quit): Variable deleted.
10565         (allout-real-isearch-abort): Function name no longer used.
10566         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
10567         (allout-isearch-rectification): isearch-mode always exists.
10568         Don't set allout-isearch-did-quit.
10569         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
10570         allout-isearch-did-quit.
10571         (allout-enwrap-isearch): Just add the hook.
10572         (allout-isearch-abort): Function deleted.
10573         (allout-pre-command-business): Avoid warning.
10575         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
10576         Correctly avoid warnings.
10577         (pascal-outline): Likewise.
10579         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
10581         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
10583         * play/tetris.el (tetris-mode): Avoid warning.
10585         * play/snake.el (snake-mode): Avoid warning.
10587         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
10588         (gamegrid-set-display-table): Avoid warning.
10589         (gamegrid-set-timer): Likewise.
10590         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
10591         (gamegrid-add-score-with-update-game-score-1): Take FILE
10592         as argument.
10593         (gamegrid-add-score-with-update-game-score): Pass that argument.
10594         Rename have-shared-game-dir to gamegrid-shared-game-dir.
10596         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
10598         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
10599         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
10601         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
10602         and insert-file.
10604         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
10605         (sc-ask): Avoid warnings.
10607         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
10608         (eshell-hist-initialize): Use that var the natural way.
10610         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
10612         * emacs-lisp/re-builder.el (reb-cook-regexp):
10613         Avoid warning calling lre-compile-string.
10614         (reb-color-display-p): Avoid warning.
10616         * calculator.el (calculator-last-input): Guard uses
10617         of event-key and key-press-event-p.
10618         (event-key, key-press-event-p): Delete definitions.
10620         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
10621         (find-gc-source-directory, find-gc-subrs-callers)
10622         (find-gc-noreturn-list, find-gc-source-files)
10623         (find-gc-subrs-called): Vars renamed and defvar'd.
10625         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
10626         (checkdoc-overlay-put, checkdoc-delete-overlay)
10627         (checkdoc-overlay-start, checkdoc-overlay-end)
10628         (checkdoc-mode-line-update, checkdoc-char=):
10629         Define such that compiler knows they are defined.
10630         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
10631         (checkdoc-read-event): Delete.  Use read-event directly.
10633         * whitespace.el (whitespace-make-overlay)
10634         (whitespace-overlay-put, whitespace-delete-overlay)
10635         (whitespace-overlay-start, whitespace-overlay-end):
10636         Define such that compiler knows they are defined.
10637         (whitespace): Move conditional inside.
10639         * tempo.el (tempo-insert-template): Suppress warning.
10641         * ediff-diff.el (longlines-mode): Add defvar.
10643 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
10645         * server.el: Bind "C-x #" in a way that works even if C-x is
10646         redefined to a command key, not a prefix key.
10648 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10650         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
10651         cl-make-type-test till execution time.
10653 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
10655         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
10656         arg ARG and use it.
10658 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10660         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
10662 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
10664         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10665         a defcustom with two :set or :type keywords.
10667 2005-07-15  Richard M. Stallman  <rms@gnu.org>
10669         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10670         Don't give ^M comment-end syntax.
10672 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
10674         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
10675         Don't consider gdbmi (gdb-mi.el has its own update functions).
10676         (gdb-var-delete): Make it work for gdbmi as well.
10677         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
10679         * progmodes/gud.el (etags, sdb): Only require etags when needed.
10680         (gud-speedbar-menu-items): Correct logic for enabling items.
10682 2005-07-15  Kim F. Storm  <storm@cua.dk>
10684         * ido.el: Fix commentary.
10685         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
10686         Use with-no-warnings around ffap-guesser.
10687         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
10688         Let bind minibuffer-completing-file-name to t.
10690 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
10692         * startup.el (site-run-file, keyboard-type): Doc fixes.
10693         (command-line): Check for "--basic-display" argument; also for
10694         "--quick", not "--bare-bones" (which was renamed).
10695         (fancy-splash-text): Add missing item "Getting New Versions".
10696         (normal-splash-screen): Fix typos and improve consistency with
10697         `fancy-splash-text'.  Update copyright year.
10699         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10700         valid binding for `help-char'.
10702         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10704 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
10706         * term.el (term-mode): Disable cua-mode for term buffers.
10708 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
10710         * add-log.el (add-log-mailing-address, change-log-merge):
10711         Doc fixes.
10712         (change-log-get-method-definition): Fix typo in docstring.
10714 2005-07-14  Kim F. Storm  <storm@cua.dk>
10716         * emulation/cua-base.el:
10717         (cua--pre-command-handler-1, cua--pre-command-handler)
10718         (cua--post-command-handler-1, cua--post-command-handler):
10719         Split in two.  Check (buffer local) value of cua-mode.
10720         (cua-selection-mode): New command.
10722 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10724         * custom.el (custom-initialize-safe-set)
10725         (custom-initialize-safe-default): Doc fixes.
10727         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10728         and simplify :init-value again.
10730         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10731         and simplify :init-value again.  Delete autoload.
10733         * startup.el (command-line): Use `custom-reevaluate-setting' again
10734         for tooltip-mode.
10736         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10737         a defcustom with two :initialize keywords.
10739 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
10741         * allout.el (my-mark-marker, allout-isearch-prior-pos)
10742         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10743         (allout-post-command-business, allout-flag-region)
10744         (isearch-reenable-font-lock, allout-yank)
10745         (allout-insert-latex-header, allout-insert-latex-trailer)
10746         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
10747         (allout-latex-verb-quote): Fix typos in docstrings.
10748         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
10749         (allout-unprotected, allout-prefix-data):
10750         Improve argument/docstring consistency.
10751         (allout-chart-subtree): Fix argument spec.
10752         (allout-open-topic): Rename `use_sib_bullet' argument to
10753         `use-sib-bullet'.  Doc fix.
10755         * whitespace.el (whitespace-check-buffer-leading)
10756         (whitespace-check-buffer-trailing)
10757         (whitespace-check-buffer-indent)
10758         (whitespace-check-buffer-spacetab)
10759         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10760         (whitespace-check-leading-whitespace)
10761         (whitespace-check-trailing-whitespace)
10762         (whitespace-check-spacetab-whitespace)
10763         (whitespace-check-indent-whitespace)
10764         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10765         (whitespace-modes): Fix typos in docstrings.
10766         (defgroup, defcustom): Doc fixes.
10768         * winner.el (winner-mode, winner-boring-buffers)
10769         (winner-pending-undo-ring): Doc fixes.
10770         (winner-ring): Remove unneeded `progn'.
10771         (winner-equal): `defsubst' it.
10772         (winner-redo): Fix message.
10774 2005-07-13  Kim F. Storm  <storm@cua.dk>
10776         * simple.el (line-move-1): Always use vertical-motion to
10777         do the last (or only) line move to ensure some movement.
10778         Undo 2005-06-23 change--don't check for overlays.
10780 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10782         * term/mac-win.el (ccl-encode-mac-roman-font)
10783         (ccl-encode-mac-centraleurroman-font)
10784         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10785         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10786         Change charset-id boundary of dimension to ?\xef.
10787         (mac-char-fontspec-list): New constant.
10788         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
10789         argument.  Nil uses itself as family in font-spec.  Previous
10790         behavior for nil is now provided by non-nil non-string argument.
10791         All callers changed.  Add font-specs for Mac fonts to
10792         "fontset-default" unless iso8859-1 fonts are installed.
10794 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10796         * progmodes/sh-script.el (sh-get-indent-info): Only indent
10797         a continuation line if the \ is preceded by SPC or TAB.
10798         (sh-get-indent-info): Simplify.
10799         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10800         Use with-current-buffer.
10802         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10803         when the matched text is empty.
10805 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
10807         * startup.el (command-line): Revert to previous handling of
10808         tooltip-mode.  Explain in comment why the complexity is needed.
10810         * tooltip.el (tooltip-mode): Revert to previous implementation of
10811         its defcustom.
10813         * frame.el (blink-cursor-mode): Revert to previous implementation
10814         of its defcustom.  Update comment.
10816 2005-07-12  Lars Hansen  <larsh@soem.dk>
10818         * desktop.el: Update e-mail address.
10820 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10822         * term/mac-win.el (mac-services-mail-selection)
10823         (mac-services-mail-to): New functions.
10824         (mac-application-menu-map): Bind them.
10826 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
10828         * progmodes/gdb-ui.el: Add note about buffering with Windows.
10830 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
10832         * custom.el (custom-reevaluate-setting): Doc fix.
10834 2005-07-11  Jay Belanger  <belanger@truman.edu>
10836         * calc/calc.el (calc-embedded-announce-formula-alist)
10837         (calc-embedded-open-close-plain-alist)
10838         (calc-embedded-open-close-mode-alist): Add checks for additional
10839         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10841 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
10843         * custom.el (custom-enable-theme): Don't add theme to
10844         `custom-enabled-themes' with `push' because there is no
10845         setf-method for `delq'.
10847 2005-07-11  Richard M. Stallman  <rms@gnu.org>
10849         * custom.el (custom-declare-variable): Doc fix.
10851         * dired-aux.el (dired-compare-directories): Remove "." and ".."
10852         from the alists.
10854         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10855         Do nothing if edebug-active.
10857         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10858         (edebug-display): Do it here instead.
10860 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10862         * cus-face.el (custom-theme-set-faces): Make it work.
10863         (custom-reset-faces): Doc fix.
10864         (custom-theme-reset-internal-face, custom-theme-face-value):
10865         Functions deleted.
10867         * custom.el (custom-push-theme): Maintain list of the settings
10868         of a given theme in its theme-settings property.
10869         Maintain position of old settings in the theme-value
10870         or theme-face property.
10871         (custom-enabled-themes): New variable.
10872         (custom-theme-enabled-p): New function.
10873         (provide-theme): Update custom-enabled-themes.
10874         Disable and reenable the `user' theme.
10875         (require-theme): Doc fix.
10876         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10877         (custom-theme-value, custom-theme-variable-value): Likewise.
10878         (custom-theme-reset-internal): Likewise.
10879         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10880         (custom-enable-theme, custom-disable-theme): New functions.
10881         (custom-variable-theme-value, custom-face-theme-value): Likewise.
10882         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10883         (custom-theme-reset-variables): Simplify.
10884         (deftheme, custom-declare-theme, custom-make-theme-feature):
10885         Definitions moved.
10887 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
10889         * longlines.el (longlines-show-region)
10890         (longlines-unshow-hard-newlines): Recognize hard newlines by
10891         non-nil hard property, instead of t.
10893 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10895         * viper-cmd.el (viper--key-maps): New variable.
10896         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10897         emulation-mode-map-alists.
10898         (viper-envelop-ESC-key): Use viper-subseq.
10899         (viper-search-forward/backward/next): Disable debug-on-error.
10901         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10902         (viper-ESC-key): New defcustoms.
10904         * viper-macs.el (ex-map-read-args): Use viper-subseq.
10906         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10907         (viper-subseq): Copy of subseq from cl.el.
10909         * viper.el (viper-go-away, viper-set-hooks): Use
10910         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10912         * viper-mous.el (viper-current-frame-saved): Use defvar.
10914         * viper-init.el: Get rid of -face in face names.
10916         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10917         Make it work with longlines mode
10919         * ediff-mult.el (ediff-meta-mode-hook): New variable.
10921         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10923         * ediff-init.el: Get rid of -face in face names.
10925 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10927         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10928         and with-timeout-unsuspend.
10930         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10931         and with-timeout-unsuspend.
10933         * emacs-lisp/timer.el (with-timeout-timers): New variable.
10934         (with-timeout): Bind that variable to record timers.
10935         (with-timeout-suspend, with-timeout-unsuspend): New functions.
10937         * emacs-lisp/debug.el (debug-help-follow): New function.
10938         (debugger-mode-map): Use that instead of help-follow.
10939         (debugger-setup-buffer): Use eval-buffer-list
10940         to handle eval-buffer frames.
10942 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
10944         * timezone.el (timezone-parse-date): Change first regexp
10945         so it will not mistakenly match dates with no time zone.
10947 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
10949         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10951 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
10953         * custom.el (custom-initialize-safe-set)
10954         (custom-initialize-safe-default): New functions.
10956         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10957         and simplify :init-value.
10959         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10960         and simplify :init-value.  Delete obsolete comment.
10962         * startup.el (command-line): Use `custom-reevaluate-setting' to
10963         handle `tooltip-mode'.  Delete obsolete comment.
10965         * files.el (set-visited-file-name): Avoid calling
10966         `file-name-nondirectory' with a nil argument.
10968 2005-07-09  Richard M. Stallman  <rms@gnu.org>
10970         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
10971         was called with nil for the buffer, handle the read position right.
10972         Handle read position for eval-region, too.
10974 2005-07-09  Juri Linkov  <juri@jurta.org>
10976         * fringe.el (fringe-mode): Add period in docstring.
10977         (fringe-query-style): Build prompt depending on `all-frames' arg.
10979         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
10980         to not create links to unrelated functions in the Help buffer.
10982         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
10983         Doc fix.
10985         * simple.el (next-error-hook): New variable.
10986         (next-error): Use it.  Doc fix.
10988         * textmodes/ispell.el (ispell-command-loop): Add current
10989         dictionary name and program name to mode-line-format.
10990         (ispell-region, ispell-process-line): Add current dictionary name
10991         and program name to messages.
10993 2005-07-08  Jay Belanger  <belanger@truman.edu>
10995         * calc/calc.el (calc-embedded-announce-formula-alist)
10996         (calc-embedded-open-close-formula-alist)
10997         (calc-embedded-open-close-word-alist)
10998         (calc-embedded-open-close-plain-alist)
10999         (calc-embedded-open-close-new-formula-alist)
11000         (calc-embedded-open-close-mode-alist)
11001         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
11002         (calc-embedded-mode-hook): New variables.
11004         * calc/calc-embed.el (calc-embedded-firsttime)
11005         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
11006         New variables.
11007         (calc-do-embedded): Use calc-embedded-firsttime,
11008         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
11009         determine whether or not to run hooks.
11010         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
11011         calc-embedded-firsttime-formula appropriately.
11012         Set calc-embedded delimiter variables according to mode.
11014 2005-07-08  Richard M. Stallman  <rms@gnu.org>
11016         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
11017         Check for "emacs", etc., as entire symbol, not just as word.
11018         (checkdoc-file-comments-engine): Use regexp-quote on FN.
11020         * files.el (set-visited-file-name): Report the error
11021         for "empty filename" earlier.
11022         (kill-some-buffers): Ignore buffers already dead.
11024         * fringe.el (fringe-mode): Doc fix.
11026         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11027         Check for (featurep 'xemacs) and turn off warnings in what it guards.
11028         Use unwind-protect to ensure byte-compile-unresolved-functions
11029         is updated.
11031         * whitespace.el (whitespace-buffer-leading-cleanup):
11032         Simplify w/ skip-chars-forward.
11033         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
11035         * mail/rmail.el (rmail-only-expunge): Fix paren error.
11036         Unconditionally try to leave point at the same old place.
11038 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
11040         * comint.el (comint-postoutput-scroll-to-bottom)
11041         (comint-show-maximum-output): Take scroll-margin into consideration.
11043 2005-07-08  Kim F. Storm  <storm@cua.dk>
11045         * ido.el (ido-use-filename-at-point): New choice `guess'.
11046         (ido-file-internal): Try ffap-guesser if selected.
11048         * ido.el (ido-before-fallback-functions): New hook.
11049         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
11050         (ido-read-file-name): Run it.
11052 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11054         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
11055         strings rather than a list of symbols to the completion function.
11057 2005-07-07  Jay Belanger  <belanger@truman.edu>
11059         * calc/calc-units.el (math-apply-units): Change the places in
11060         which units are simplified.
11062 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
11064         * cus-edit.el (customize-option, customize-option-other-window):
11065         Make them handle aliases.
11067         * custom.el (custom-variable-p): Make it recursively follow
11068         aliases.  Mention that in the docstring.
11070 2005-07-07  Richard M. Stallman  <rms@gnu.org>
11072         * cus-start.el (exec-path): Use `directory' instead of `file'.
11073         Fix tag for nil.
11075 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
11077         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
11078         when called non-interactively.  Doc fix.
11080 2005-07-07  Lute Kamstra  <lute@gnu.org>
11082         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
11083         new address as well.
11085 2005-07-07  Kenichi Handa  <handa@m17n.org>
11087         * international/mule.el (make-coding-system):
11088         Describe `ascii-incompatible' property in the docstring.
11089         (set-file-name-coding-system): Signal an error if coding-system is
11090         ascii-incompatible.
11091         (set-keyboard-coding-system): Likewise.
11093         * international/mule-cmds.el (set-default-coding-systems):
11094         Don't set default-file-name-coding-system and
11095         default-keyboard-coding-system if coding-system is ASCII-incompatible.
11097         * international/utf-16.el: Declare that all UTF-16-based coding
11098         systems are ASCII-incompatible.
11100 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
11102         * progmodes/gud.el: Require font-lock for displaying errors.
11103         Used by gdb-ui.el.
11105 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
11107         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
11108         values for the pattern lists which are `read'able but not
11109         `append'able (like symbols).
11111 2005-07-06  Richard M. Stallman  <rms@gnu.org>
11113         * progmodes/flymake.el (flymake-float-time): Instead of
11114         with-no-warnings, test for xemacs.
11115         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
11116         to avoid warning.
11118 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
11120         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
11122 2005-07-05  Lute Kamstra  <lute@gnu.org>
11124         * battery.el: Add support for Darwin (with much debugging help
11125         from Samuel Lauber <sam124@operamail.com>).
11126         (battery-status-function, battery-echo-area-format)
11127         (battery-mode-line-format): Add support for pmset on Darwin.
11128         (battery-load-low, battery-load-critical): New user options.
11129         (battery-pmset): New function.
11131 2005-07-05  Lute Kamstra  <lute@gnu.org>
11133         Update FSF's address in GPL notices.
11135         * textmodes/page-ext.el: Update FSF's address.
11137 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11139         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
11140         filling from using prefix when filling a single-line docstring.
11142         * progmodes/flymake.el: Remove useless eval-when-compile.
11144         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
11146 2005-07-04  Richard M. Stallman  <rms@gnu.org>
11148         * textmodes/org.el (org-file-apps-defaults-gnu):
11149         Rename from org-file-apps-defaults-linux.
11150         (org-default-apps): Don't test system-type for `linux'.
11151         (org-file-apps): Doc fix.
11153 2005-07-04  David Ponce  <david@dponce.com>
11155         * tree-widget.el: Improve header Commentary section.
11156         (tree-widget) [defgroup]
11157         (tree-widget-image-enable, tree-widget-themes-directory)
11158         (tree-widget-theme, tree-widget-image-properties-emacs)
11159         (tree-widget-image-properties-xemacs, tree-widget-create-image)
11160         (tree-widget-image-formats, tree-widget-control)
11161         (tree-widget-empty-control, tree-widget-leaf-control
11162         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
11163         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
11164         (tree-widget-keep, tree-widget-after-toggle-functions)
11165         (tree-widget-open-node, tree-widget-close-node): Doc fix.
11166         (tree-widget-open-control, tree-widget-close-control): Fix doc and
11167         :help-echo message.
11168         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
11169         (tree-widget-image-properties): Doc fix.  Clearer implementation.
11170         (tree-widget--cursors): New constant.
11171         (tree-widget-lookup-image): New function split from
11172         `tree-widget-find-image'.  Clearer implementation.
11173         (tree-widget-find-image): Use it.
11174         (tree-widget-button-keymap): Use `set-keymap-parent'.
11175         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
11176         Define the sub-widgets here.
11177         (tree-widget-node): Check that :node is not a tree-widget.
11178         (tree-widget-get-super, tree-widget-open-control)
11179         (tree-widget-close-control, tree-widget-empty-control)
11180         (tree-widget-leaf-control, tree-widget-guide)
11181         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
11182         (tree-widget-no-handle, tree-widget-value-delete)
11183         (tree-widget-map): Remove.
11184         (tree-widget-children-value-save): Doc fix.  Simplified.
11185         (tree-widget-value-create): Update according to previous changes.
11187 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
11189         * textmodes/org.el: Leading space replaced by TABS.
11190         (org-recalc-marks, org-table-rotate-recalc-marks)
11191         (org-table-get-specials): Treat "^" and "_" marks.
11192         (org-table-justify-field-maybe): Optional argument NEW.
11193         (org-table-eval-formula): Parsing of the format simplified.
11194         New modes C,I.  Honor the %= parameter in the current table.
11195         Avoid unnecessary re-align by using the NEW argument to
11196         `org-table-justify-field-maybe'.
11197         (org-calc-default-modes): Default for date-format mimicks org-mode.
11198         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
11200 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
11202         * cus-face.el (custom-theme-set-faces): Make it handle face
11203         aliases whose alias declarations are pre- or autoloaded.
11205 2005-07-04  Juri Linkov  <juri@jurta.org>
11207         * faces.el (read-face-name): Put the code for getting a face name
11208         from the buffer before adding the faces from the `face' property.
11209         Use `completing-read-multiple' instead of `completing-read'.
11210         Require `crm'.  Add default value and post-process the returned
11211         list of faces.
11213         * emacs-lisp/crm.el (crm-find-current-element)
11214         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
11216         * emacs-lisp/lisp-mode.el (eval-defun-1):
11217         * emacs-lisp/edebug.el (edebug-eval-defun):
11218         Remove unnecessary quotes.
11220 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11222         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
11223         (prolog-indent-level): Fix typo in docstring.
11225         * info.el (Info-history, Info-history-forward)
11226         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
11228         * add-log.el (add-change-log-entry):
11229         * comint.el (comint-dynamic-list-input-ring)
11230         (comint-dynamic-list-completions):
11231         * dabbrev.el (dabbrev-expand):
11232         * delim-col.el (delimit-columns-rectangle-line):
11233         * diff-mode.el (diff-context->unified, diff-reverse-direction)
11234         (diff-unified->context):
11235         * ediff-init.el (ediff-abbrev-jobname):
11236         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
11237         (ediff-replace-session-activity-marker-in-meta-buffer):
11238         * info.el (Info-summary):
11239         * lpr.el (printify-region):
11240         * printing.el (pr-create-interface):
11241         * ps-print.el (ps-print-quote):
11242         * ses.el (ses-column-widths, ses-print-cell)
11243         (ses-adjust-print-width, ses-center):
11244         * shell.el (shell-file-name-quote-list):
11245         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
11246         (strokes-fill-current-buffer-with-whitespace)
11247         (strokes-xpm-for-stroke, strokes-list-strokes)
11248         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
11249         * term.el (term-dynamic-list-input-ring)
11250         (term-dynamic-list-completions):
11251         * calc/calc.el (math-format-stack-value):
11252         * emacs-lisp/edebug.el (edebug-display-freq-count):
11253         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
11254         (delphi-new-comment-line):
11255         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
11256         * progmodes/executable.el (executable-set-magic):
11257         * progmodes/python.el (inferior-python-mode):
11258         * progmodes/scheme.el (scheme-mode-syntax-table):
11259         * progmodes/sh-script.el (sh-maybe-here-document):
11260         * progmodes/sql.el (sql-copy-column):
11261         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
11262         * textmodes/bibtex.el (bibtex-mode):
11263         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
11264         (sgml-auto-attributes):
11265         * textmodes/table.el (table-insert, table-shorten-cell)
11266         (table--generate-source-scan-lines, table-delete-row)
11267         (*table--cell-delete-char, table--spacify-frame)
11268         (table--horizontally-shift-above-and-below)
11269         (table--cell-insert-char, table--cell-blank-str)
11270         (table--fill-region-strictly):
11271         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
11272         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
11274         * add-log.el (change-log):
11275         * apropos.el (apropos):
11276         * comint.el (comint-completion, comint-source):
11277         * dabbrev.el (dabbrev):
11278         * delim-col.el (columns):
11279         * diff-mode.el (diff-mode):
11280         * ediff.el (ediff):
11281         * ediff-diff.el (ediff-diff):
11282         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
11283         * ediff-mult.el (ediff-mult):
11284         * ediff-ptch.el (ediff-ptch):
11285         * ediff-wind.el (ediff-window):
11286         * facemenu.el (facemenu):
11287         * indent.el (indent):
11288         * info.el (info):
11289         * jka-cmpr-hook.el (compression, jka-compr):
11290         * lpr.el (lpr):
11291         * outline.el (outlines):
11292         * pcmpl-cvs.el (pcmpl-cvs):
11293         * pcmpl-rpm.el (pcmpl-rpm):
11294         * printing.el (printing):
11295         * ps-print.el (postscript, ps-print, ps-print-horizontal)
11296         (ps-print-vertical, ps-print-headers, ps-print-font)
11297         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
11298         (ps-print-background, ps-print-printer, ps-print-page)
11299         (ps-print-miscellany):
11300         * ses.el (ses):
11301         * shell.el (shell, shell-directories, shell-faces):
11302         * startup.el (initialization):
11303         * strokes.el (strokes):
11304         * term.el (term):
11305         * uniquify.el (uniquify):
11306         * w32-vars.el (w32):
11307         * calc/calc.el (calc):
11308         * emacs-lisp/bytecomp.el (bytecomp):
11309         * emacs-lisp/cl-indent.el (lisp-indent):
11310         * emacs-lisp/edebug.el (edebug):
11311         * emacs-lisp/elp.el (elp):
11312         * emacs-lisp/testcover.el (testcover):
11313         * emacs-lisp/trace.el (trace):
11314         * emulation/viper-ex.el (viper-ex):
11315         * emulation/viper-mous.el (viper-mouse):
11316         * mail/mailalias.el (mailalias):
11317         * mail/supercite.el (supercite, supercite-frames)
11318         (supercite-attr, supercite-cite, supercite-hooks):
11319         * net/rcompile.el (remote-compile):
11320         * net/rlogin.el (rlogin):
11321         * obsolete/ooutline.el (outlines):
11322         * progmodes/delphi.el (delphi):
11323         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
11324         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
11325         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
11326         (ebnf-optimization):
11327         * progmodes/etags.el (etags):
11328         * progmodes/executable.el (executable):
11329         * progmodes/idlwave.el (idlwave):
11330         * progmodes/pascal.el (pascal):
11331         * progmodes/prolog.el (prolog):
11332         * progmodes/python.el (python):
11333         * progmodes/scheme.el (scheme):
11334         * progmodes/sh-script.el (sh, sh-script):
11335         * progmodes/sql.el (SQL):
11336         * progmodes/tcl.el (tcl):
11337         * textmodes/bibtex.el (bibtex, bibtex-autokey):
11338         * textmodes/enriched.el (enriched):
11339         * textmodes/makeinfo.el (makeinfo):
11340         * textmodes/sgml-mode.el (sgml):
11341         * textmodes/table.el (table-hooks):
11342         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
11343         * textmodes/texinfo.el (texinfo):
11344         * textmodes/two-column.el (two-column):
11345         Finish `defgroup' description with period.
11347         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
11348         * eshell/esh-var.el (eshell-var):
11349         * progmodes/vhdl-mode.el (vhdl-testbench):
11350         * textmodes/org.el (org): Fix typos in docstrings.
11352         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
11353         consistency.
11355         * progmodes/flymake.el (flymake-find-file): Remove.
11356         (flymake-float-time): Use `with-no-warnings'.
11357         (flymake-check-start-time, flymake-check-was-interrupted)
11358         (flymake-err-info, flymake-is-running, flymake-last-change-time)
11359         (flymake-new-err-info): `defvar' at compile time.
11361 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
11363         * replace.el (occur-hook): Doc fix.
11364         (occur-1): Don't call `occur-hook' if there are no matches.
11366 2005-07-03  Richard M. Stallman  <rms@gnu.org>
11368         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
11369         global-map, save the same map.
11370         (global-map): Don't alter it at top level.
11371         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
11372         Then alter it here instead.
11373         (tpu-edt-off): Set global-map to the saved one.
11375         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
11376         All references simplified.
11377         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
11378         (zmacs-regions): Add defvar.
11379         (repeat-complex-command-map): Everything about that deleted.
11381         * textmodes/artist.el (artist-key-is-drawing)
11382         (artist-key-endpoint1, artist-key-poly-point-list)
11383         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
11384         (artist-key-compl-table, artist-rb-save-data)
11385         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
11386         Don't put them in eval-when-compile.
11387         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
11389         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
11390         Use with-no-warnings.
11392         * net/browse-url.el (dos-windows-version): Add defvar.
11394         * mail/supercite.el (filladapt-prefix-table): Add defvar.
11396         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
11397         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
11398         (rmail-new-summary-line-count): Rename from new-summary-line-count.
11399         Add defvar.
11400         (rmail-summary-beginning-of-message): Use with-no-warnings.
11401         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
11403         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
11404         Use with-no-warnings.
11406         * emulation/vi.el (vi-mark-region): Use c-mark-function.
11407         (c-mark-function): Add point-moving-unit property.
11408         (vi-goto-line): Use with-no-warnings.
11410         * emulation/edt.el (edt-last-copied-word): Add defvar.
11411         (zmacs-region-stays): Likewise.
11412         (edt-mark-section-wisely): Use c-mark-function for C.
11413         Use makr-defun for Fortran.
11414         (time-string): defvar deleted.
11415         (edt-display-the-time): Don't set time-string.
11417         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
11419         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11420         Don't warn when name is not constant
11421         or for defining the group `emacs'.
11423         * tooltip.el (gud-tooltip-mode): Add defvar.
11425         * startup.el (default-frame-background-mode): Add defvar.
11427         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
11429         * info.el (tool-bar-map): Add defvar.
11431         * dired.el (dnd-protocol-alist): Add defvar.
11433         * dired-aux.el (dired-query): Display question with answer, when
11434         the user answers.
11436         * custom.el (custom-add-option): Doc fix.
11438         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
11440 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
11442         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
11443         bogus name from the last change.
11445 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
11447         * custom.el (custom-declare-variable): Fix typos in comment.
11448         (custom-known-themes): Doc fix.
11449         (custom-theme-directory): New defcustom.
11450         (require-theme): Make it check `custom-theme-directory'.
11452         * cus-theme.el (custom-new-theme-mode): New function.
11453         (custom-theme-name, custom-theme-variables, custom-theme-faces)
11454         (custom-theme-description): Add compiler defvars.
11455         (customize-create-theme): Add doc to the "*New Custom Theme*"
11456         buffer.  Use `custom-new-theme-mode'.
11457         (custom-theme-write): Put the created buffer in emacs-lisp-mode
11458         and save it to the `custom-theme-directory'.  Make this the
11459         default directory of the buffer.
11461 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
11463         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
11464         Fix unbalanced parentheses.
11466 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11468         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
11469         into flymake-mode and delegate to flymake-mode.
11471         * find-file.el (ff-which-function-are-we-in): Clean up.
11473 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
11475         * replace.el (occur-rename-buffer): Fix docstring.
11477         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
11478         (edt-last-copied-word, edt-learn-macro-count)
11479         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
11480         (edt-rect-start-point, edt-user-global-map, rect-start-point)
11481         (time-string, zmacs-region-stays):
11482         * emulation/edt-mapper.el (edt-save-function-key-map)
11483         (EDT-key-name): `defvar' to silence the byte-compiler.
11485 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
11487         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
11488         font-lock-regexp-backslash.  Doc fix.
11489         (font-lock-regexp-backslash-grouping-construct): Rename from
11490         font-lock-regexp-backslash-construct.  Doc fix.
11491         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
11492         grouping constructs.
11494 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
11496         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
11497         updating all the prerequisites.
11499 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
11501         * textmodes/org.el (org-agenda-start-on-weekday)
11502         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
11503         (org-agenda-use-time-grid, org-archive-location)
11504         (org-allow-space-in-links, org-usenet-links-prefer-google)
11505         (org-enable-table-editor, org-export-default-language)
11506         (org-export-html-show-new-buffer, org-fill-paragraph)
11507         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
11508         (org-goto-quit, org-occur, org-eval-in-calendar)
11509         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
11510         (org-agenda-diary-entry, org-remember-help)
11511         (org-table-convert-region, org-at-table-p)
11512         (org-table-move-row-down, org-table-move-row-up)
11513         (org-table-copy-region, org-table-toggle-vline-visibility)
11514         (org-table-get-stored-formulas, org-table-get-specials)
11515         (org-recalc-commands, org-table-eval-formula)
11516         (org-table-formula-substitute-names, orgtbl-make-binding)
11517         (org-format-org-table-html, org-format-table-table-html)
11518         (org-format-table-table-html-using-table-generate-source)
11519         (org-customize): Fix typos in docstrings.
11520         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
11521         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
11522         (org-back-to-heading): Doc fixes.
11523         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
11524         (org-agenda-change-all-lines, org-get-header):
11525         Improve argument/docstring consistency.
11526         (orgtbl-error): Fix error message.
11528         * progmodes/flymake.el (flymake-find-possible-master-files)
11529         (flymake-master-file-compare, flymake-get-line-err-count)
11530         (flymake-highlight-line, flymake-gui-warnings-enabled):
11531         Fix typos in docstrings.
11532         (flymake-parse-line, flymake-get-project-include-dirs-function)
11533         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
11534         Doc fixes.
11535         (flymake-get-project-include-dirs-function)
11536         (flymake-make-err-menu-data):
11537         Improve argument/docstring consistency.
11539 2005-07-01  Lute Kamstra  <lute@gnu.org>
11541         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
11542         Catch errors with ignore-errors.  Use temporary buffer.
11543         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
11545         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
11546         background color faces.
11547         (facemenu-set-foreground, facemenu-set-background):
11548         Use facemenu-set-face-from-menu.
11549         (facemenu-set-face-from-menu): Treat face names that start with
11550         "fg:" or "bg:" as special.
11551         (facemenu-add-new-color): Don't create faces.  Simplify.
11553 2005-06-30  Richard M. Stallman  <rms@gnu.org>
11555         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
11556         (crm-find-current-element): Likewise.
11558 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
11560         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11562 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11564         * arc-mode.el (archive-extract): Make it work as a mouse binding.
11565         (archive-mouse-extract): Make it an obsolete alias.
11566         (archive-mode-map): Don't use archive-mouse-extract any more.
11567         (archive-mode, archive-extract): write-contents-hooks ->
11568         write-contents-functions.
11569         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
11570         first arg.
11571         (archive-rename-entry): Update the call.
11572         (archive-zip-summarize): Remove unused var `method'.
11573         (archive-lzh-summarize): Remove unused var `creator'.
11575         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
11576         dedicated frame upon exit.
11578         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
11579         (archive-zip-extract, archive-zip-expunge)
11580         (archive-zip-update, archive-zip-update-case): Use executable-find.
11581         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
11582         Use restore-buffer-modified-p.
11583         (archive-extract, archive-add-new-member, archive-write-file-member):
11584         Use with-current-buffer.
11585         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
11587 2005-06-30  Andreas Schwab  <schwab@suse.de>
11589         * progmodes/gud.el (gud-filter): Remove unneeded progn.
11591 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11593         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
11595 2005-06-30  Juri Linkov  <juri@jurta.org>
11597         * faces.el (vertical-border): Inherit from mode-line-inactive
11598         only on tty.
11600 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
11602         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
11603         example, -NLINES in the `occur' docstring).
11605         * replace.el (occur-1): When no matches are found, do not set the
11606         `buffer-read-only' and modified flags for the occur buffer,
11607         because it is deleted.
11609         * emulation/cua-base.el (cua-check-pending-input)
11610         (cua-repeat-replace-region, cua-mode, cua-debug)
11611         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
11612         Fix typos in docstrings.
11614         * emulation/cua-gmrk.el (cua-toggle-global-mark)
11615         (cua-cut-region-to-global-mark)
11616         (cua--cut-rectangle-to-global-mark):
11617         Remove period from end of messages.
11619         * emulation/cua-rect.el (cua-do-rectangle-padding):
11620         Remove period from end of messages.
11621         (cua--rectangle-seq-format): Fix typo in docstring.
11622         (cua-sequence-rectangle, cua-fill-char-rectangle):
11623         Improve argument/docstring consistency.
11625 2005-06-29  Juri Linkov  <juri@jurta.org>
11627         * faces.el (default-frame-background-mode): New internal variable.
11628         (frame-set-background-mode): Use it.
11630         * startup.el (normal-top-level): Set default-frame-background-mode
11631         instead of frame-background-mode.  Before setting it, test for its
11632         nil value.  Remove tests for frame-background-mode and frame
11633         parameter `reverse'.  Add test for "unspecified-fg".
11635         * term/xterm.el (xterm-rxvt-set-background-mode):
11636         * term/rxvt.el (rxvt-set-background-mode):
11637         Set default-frame-background-mode instead of frame-background-mode.
11639 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
11641         * simple.el (set-variable): Warn about obsolete user variables.
11643         * imenu.el (imenu--completion-buffer):
11644         * mouse.el (mouse-buffer-menu-alist):
11645         * msb.el (msb-invisible-buffer-p):
11646         * calendar/diary-lib.el (diary-header-line-format):
11647         * emacs-lisp/pp.el (pp-buffer):
11648         * progmodes/cperl-mode.el (cperl-do-auto-fill):
11649         * textmodes/picture.el (picture-replace-match):
11650         Change space constants followed by a sexp to "?\s ".
11652         * play/decipher.el (decipher-loop-with-breaks):
11653         * textmodes/texinfo.el (texinfo-insert-@item): Change space
11654         constants "protected" from end of line by a comment to "?\s".
11656 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11658         * font-lock.el (save-buffer-state): Use `declare'.
11660         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
11661         reset the syntax-table to cperl-mode-syntax-table.
11662         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
11663         "foo_print_bar" is not matched as a reserved keyword.
11665 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
11667         * textmodes/org.el (orgtbl-setup): New function, for delayed
11668         setup for the orgtbl commands.
11669         (org-calc-default-modes): New option.
11670         (orgtbl-make-binding): Use `defun' to get better help display.
11671         (org-diary): Call `org-compile-prefix-format'.
11672         (org-table-formula-substitute-names): New function.
11673         (org-agenda-day-view, org-agenda-week-view): New commands.
11674         (org-agenda-toggle-week-view): Command removed.
11675         (org-tbl-menu): Split off from org-org-menu.
11676         (org-mode): Move removal of outline-mode menus to here.
11677         (org-table-formula-debug): New option.
11678         (org-table-insert-row): Keep first field if just "#" or "*".
11679         (org-mode): Paragraph regexps fixed.
11680         (org-table-recalculate-regexp): New constant.
11681         (org-table-justify-field-maybe): Avoid replace if not necessary.
11682         (org-copy-special, org-cut-special): Use `call-interactively'.
11683         (org-table-copy-region): Take region from `interactive' call.
11684         (org-trim): Return string even if no match.
11685         (org-formula): New face.
11686         (org-set-font-lock-defaults): No longer highlight "FIXME".
11687         But highlight formula-related fields in table.
11688         (org-table-p): Use regexp, not fontification.
11689         (org-table-align): Handle white space at end of line.
11690         (org-table-formula-evaluate-inline): New option.
11691         (org-mode): Auto-wrapping in comment lines turned off.
11692         (org-table-copy-down): Evaluate only in copied field, not in
11693         destination.
11694         (org-table-current-formula): Variable removed.
11695         (org-table-store-formulas, org-table-get-stored-formulas)
11696         (org-table-modify-formulas, org-table-replace-in-formulas)
11697         (org-table-maybe-eval-formula): New functions.
11698         (org-table-get-formula): Modify to use stored formulas.
11699         (org-table-insert-column, org-table-delete-column)
11700         (org-table-move-column): Call `org-table-modify-formulas'.
11701         (org-complete): Add completion for keyword formulas.
11702         (orgtbl-mode): Pull orgtbl-mode-map to start of
11703         minor-mode-map-alist.
11705 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11707         * progmodes/python.el (python-check): Require `compile' before
11708         modifying its variables.
11710         * newcomment.el (comment-indent-default): Don't get fooled by an early
11711         end of buffer.
11713 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11715         * ps-print.el (ps-print-version): Fix version number.
11717 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
11719         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11721 2005-06-28  Richard M. Stallman  <rms@gnu.org>
11723         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11724         (flyspell-local-mouse-map): Declaration deleted.
11725         (flyspell-mouse-map): Bind only mouse-2.
11726         (flyspell-mode-map): Don't test flyspell-use-local-map.
11727         (flyspell-overlay-keymap-property-name): Var deleted.
11728         (flyspell-mode-on): Don't make local bindings for
11729         flyspell-mouse-map and flyspell-mode-map.
11730         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11732         * textmodes/ispell.el (ispell-word): Do not ignore short words.
11734         * progmodes/compile.el (compilation-next-error-function):
11735         Don't switch buffers; operate on the current buffer.
11737         * progmodes/compile.el (compilation-error-file-name)
11738         (compilation-warning-file-name, compilation-info-file-name)
11739         (compilation-line-number, compilation-column-number): New faces.
11740         (compilation-error-face, compilation-warning-face)
11741         (compilation-info-face, compilation-line-face)
11742         (compilation-column-face): Use them.
11744         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
11746         * comint.el (comint-password-prompt-regexp): Accept ", try again".
11748         * bindings.el (global-map): Bind insertchar and its variants.
11750 2005-06-27  Richard M. Stallman  <rms@gnu.org>
11752         * textmodes/artist.el (artist-text-overwrite)
11753         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11755 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11757         * ps-print.el: It was not working the page selection for printing.
11758         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11759         (ps-print-version): New version 6.6.7.
11760         (ps-end-sheet): New fun.
11761         (ps-header-sheet, ps-end-job): Call it.
11763 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
11765         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11767 2005-06-27  Lute Kamstra  <lute@gnu.org>
11769         * facemenu.el (facemenu-unlisted-faces): Add foreground and
11770         background color faces.
11771         (facemenu-get-face): Delete function.
11772         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11773         (facemenu-add-new-color): Make second argument mandatory.
11774         Create the appropriate face and return it.  Simplify.
11775         (facemenu-set-foreground, facemenu-set-background): Don't check if
11776         color is defined.  Use return value of facemenu-add-new-color.
11778 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
11780         * progmodes/gud.el (gud-filter): Add missing argument to
11781         with-selected-window.
11783 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11785         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11786         a :require to the defcustom.
11788         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11789         defcustoms corresponding to minor modes.
11791 2005-06-26  David Ponce  <david@dponce.com>
11793         * recentf.el: Require tree-widget instead of wid-edit.
11794         (recentf-filename-handler): Fix widget :type.
11795         (recentf-cancel-dialog, recentf-open-more-files)
11796         (recentf-open-files-action): Doc fix.
11797         (recentf-dialog-goto-first): New function.
11798         (recentf-dialog-mode-map): Set parent keymap first.
11799         (recentf-dialog-mode): Define with define-derived-mode.
11800         Don't display continuation lines in dialogs.
11801         (recentf-edit-list): Rename from recentf-edit-selected-items.
11802         (recentf-edit-list-select): Rename from recentf-edit-list-action.
11803         Simplify.
11804         (recentf-edit-list-validate): New function.
11805         (recentf-edit-list): Update accordingly.
11806         (recentf-open-files-item-shift): Remove.
11807         (recentf-open-files-item): Convert menu elements into tree and
11808         link widgets.  Don't create the widgets.
11809         (recentf-open-files): Update accordingly.
11810         (recentf-save-list): Untabify.
11812 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
11814         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11815         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
11816         partially contained in the active region.  Do not take active
11817         region into account when called from Lisp, unless INTERACTIVE arg
11818         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
11819         avoid trouble with fields.  Make marker point nowhere when no
11820         longer used.  Always return nil.  Doc fix.
11821         (flush-lines): Add INTERACTIVE arg.  Do not take active region
11822         into account when called from Lisp, unless INTERACTIVE arg is
11823         non-nil.  Use `forward-line' instead of `beginning-of-line' to
11824         avoid trouble with fields.  Make marker point nowhere when no
11825         longer used.  Always return nil.  Doc fix.
11826         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
11827         interchangeable.  Do not take active region into account when
11828         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
11829         message in echo area when called from Lisp, unless INTERACTIVE arg
11830         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
11831         Return the number of matches.  Doc fix.
11832         (occur): Doc fix.
11833         (perform-replace): Make comment follow double space convention for
11834         the sake of `outline-minor-mode'.
11836         * faces.el (facep): Doc fix.
11838 2005-06-25  Richard M. Stallman  <rms@gnu.org>
11840         * facemenu.el (facemenu-enable-faces-p): New function.
11841         (facemenu-background-menu, facemenu-foreground-menu)
11842         (facemenu-face-menu): Add menu-enable property.
11844         * jka-compr.el (jka-compr-insert-file-contents):
11845         Special handling if cannot find the uncompression program.
11847         * cus-face.el (custom-face-attributes): Add autoload.
11849         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11850         Bind comment-indent-function locally.
11852         * window.el (save-selected-window): Use save-current-buffer.
11854         * subr.el (with-selected-window): Use save-current-buffer.
11856         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11857         and with-current-buffer.
11859 2005-06-24  Richard M. Stallman  <rms@gnu.org>
11861         * simple.el (line-move-1): Fix previous change.
11863 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11865         * replace.el (occur-1): Set `buffer-read-only' and the
11866         buffer-modified flag before running `occur-hook' to protect
11867         against unintentional buffer switches that can lead to data loss.
11869 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
11871         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11872         (gud-gdb-marker-filter): Use font-lock-warning-face for any
11873         initial error.
11875         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11876         after fresh input.
11877         (gdb-var-create-handler): Put name of expression in quotes.
11879 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11881         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11882         elements of RING in order, and without bogus nil elements.
11884 2005-06-23  Richard M. Stallman  <rms@gnu.org>
11886         * simple.el (set-variable): Args renamed; doc fix.
11887         (line-move-1): When there are overlays around, use vertical-motion.
11889         * faces.el (escape-glyph): Use brown against light background.
11890         (nobreak-space): Rename from no-break-space.
11891         Fix previous change.
11893         * dired-aux.el (dired-do-copy): Fix arg prompt.
11895         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11897 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11899         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11900         rather than "Distributor".
11902 2005-06-23  Lute Kamstra  <lute@gnu.org>
11904         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11905         (debug-on-entry): Use it.  New interactive declaration that uses
11906         function-called-at-point.
11908 2005-06-23  Kim F. Storm  <storm@cua.dk>
11910         * subr.el (save-match-data): Add comment about using evaporate arg
11911         to set-match-data.
11913 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
11915         * cus-edit.el (customize-face)
11916         (customize-face-other-window): Handle face aliases.
11918         * faces.el (face-documentation, set-face-attribute)
11919         (face-spec-set): Handle face aliases.
11921 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
11923         * help-mode.el (help-make-xrefs): If a symbol representing a face
11924         name is not followed by the word "face", it could still be a
11925         function or variable name, so don't bypass other checks.
11927 2005-06-22  Juri Linkov  <juri@jurta.org>
11929         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11930         Replace aliased functions with calls where second arg `inherit' is t.
11932 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
11934         * progmodes/gdb-ui.el (gdb-error): New variable.
11935         (gdb-error): New function.
11936         (gdb-annotation-rules): Act on error-begin and error annotations.
11937         (gdb-concat-output): Use font-lock-warning-face for errors.
11939 2005-06-22  Miles Bader  <miles@gnu.org>
11941         * bindings.el (propertized-buffer-identification): Use renamed
11942         `Buffer-menu-buffer' face.
11944         * faces.el (vertical-border): Rename from `vertical-divider'.
11945         (escape-glyph): Change dark-background color back to `cyan'.
11947 2005-06-21  Juri Linkov  <juri@jurta.org>
11949         * faces.el (face-user-default-spec): Try getting `customized-face'
11950         prior to `saved-face'.
11951         (frame-background-mode): Refill docstring.
11953         * emacs-lisp/lisp-mode.el (eval-defun-1):
11954         * emacs-lisp/edebug.el (edebug-eval-defun):
11955         Set `saved-face' temporarily to nil before calling form.
11956         Set `customized-face' to the new spec after that.
11958 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11960         * subr.el (1value, lambda, key-substitution-in-progress):
11961         Doc fixes.
11963         * autoinsert.el (auto-insert-alist):
11964         * ses.el (ses-call-printer):
11965         * subr.el (noreturn):
11966         * emacs-lisp/lisp.el (check-parens):
11967         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
11968         * net/browse-url.el (browse-url-mosaic):
11969         * progmodes/cc-defs.el (c-safe-scan-lists):
11970         * progmodes/ebnf-abn.el (ebnf-abn-lex):
11971         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
11972         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
11973         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
11974         * progmodes/ebnf-iso.el (ebnf-iso-lex):
11975         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
11977 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11979         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
11981 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
11983         * calendar/appt.el (appt-make-list): Activate the package, if
11984         not already active (for backwards compatibility).
11986 2005-06-20  Kim F. Storm  <storm@cua.dk>
11988         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
11990 2005-06-20  Miles Bader  <miles@gnu.org>
11992         * faces.el (vertical-divider): New face.
11994 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
11996         * simple.el (kill-whole-line): Doc fix.
11997         (next-error-buffer-p, next-error-find-buffer)
11998         (clone-indirect-buffer): Fix typos in docstrings.
11999         (comment-line-break-function): Doc fix: don't say variable
12000         is automatically buffer-local (it isn't).
12002 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
12004         * net/tramp-ftp.el (top):
12005         * net/tramp-smb.el (top):
12006         * net/tramp-util.el (top):
12007         * net/tramp-uu.el (top):
12008         * net/tramp-vc.el (top):
12009         * net/tramp.el (top): Revert copyright years back to original
12010         ones.  Tramp has a life outside GNU Emacs.
12012 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
12014         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
12016 2005-06-18  Juri Linkov  <juri@jurta.org>
12018         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
12019         end of first regexp to limit the match to the position between
12020         line number and source line with same separator character as used
12021         between file name and line number.  In the second regexp limit
12022         mouse-face area to file name and line number by adding new group
12023         for them and referring it in HYPERLINK arg.
12024         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
12025         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
12026         previous line where grep markers may be already removed.
12028 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
12030         * progmodes/ps-mode.el: Update version and maintainer's email address.
12032 2005-06-18  Steve Youngs  <steve@xemacs.org>
12034         * net/browse-url.el (browse-url-browser-function)
12035         (browse-url-default-browser): Add firefox.
12036         (browse-url-firefox-program, browse-url-firefox-arguments)
12037         (browse-url-firefox-startup-arguments)
12038         (browse-url-firefox-new-window-is-tab): New defcustoms.
12039         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
12041 2005-06-17  Richard M. Stallman  <rms@gnu.org>
12043         * startup.el (command-line): Warn if specified user name has
12044         no home directory.
12046         * term.el (term-get-old-input, term-input-filter, term-input-sender)
12047         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
12049         * longlines.el (longlines-mode, longlines-show-hard-newlines):
12050         Doc fixes.
12052         * faces.el (underline): Try bold if terminal doesn't support underline.
12054         * mail/sendmail.el (mail-setup-with-from): New variable.
12055         (mail-insert-from-field): New function.
12056         (sendmail-send-it): Call it.
12057         (mail-setup): Optionally call it here.
12059         * term/linux.el: Call tty-no-underline.
12061 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
12063         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
12065 2005-06-17  Miles Bader  <miles@gnu.org>
12067         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
12068         (ediff-current-diff-C, ediff-current-diff-Ancestor)
12069         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
12070         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
12071         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
12072         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
12073         Remove "-face" suffix from face names.
12074         (ediff-current-diff-face-A, ediff-current-diff-face-B)
12075         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12076         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12077         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12078         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12079         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12080         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12081         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12082         New backward-compatibility aliases for renamed faces.
12083         (ediff-current-diff-face-A, ediff-current-diff-face-B)
12084         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12085         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12086         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12087         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12088         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12089         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12090         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12091         Use renamed ediff faces.
12093         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
12094         Remove "-face" suffix from face names.
12095         (eshell-test-ok-face, eshell-test-failed-face):
12096         New backward-compatibility aliases for renamed faces.
12097         (eshell-run-test): Use renamed eshell-test faces.
12099         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
12100         face name.
12101         (eshell-prompt-face): New backward-compatibility alias for renamed
12102         face.
12103         (eshell-emit-prompt): Use renamed eshell-prompt face.
12105         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
12106         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
12107         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
12108         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
12109         Remove "-face" suffix from face names.
12110         (eshell-ls-directory-face, eshell-ls-symlink-face)
12111         (eshell-ls-executable-face, eshell-ls-readonly-face)
12112         (eshell-ls-unreadable-face, eshell-ls-special-face)
12113         (eshell-ls-missing-face, eshell-ls-archive-face)
12114         (eshell-ls-backup-face, eshell-ls-product-face)
12115         (eshell-ls-clutter-face):
12116         New backward-compatibility aliases for renamed faces.
12117         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
12119         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
12120         Remove "-face" suffix from face name.
12121         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
12122         instead of literal face.
12124 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
12126         * emacs-lisp/warnings.el (display-warning, lwarn)
12127         (warning-minimum-log-level): Doc fixes.
12128         (warning-minimum-level, warning-minimum-log-level):
12129         Add :debug to :type choices.
12131         * progmodes/ada-mode.el (ada-format-paramlist)
12132         (ada-get-indent-case, ada-check-matching-start)
12133         (ada-check-defun-name, ada-goto-matching-decl-start)
12134         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
12135         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
12136         (ada-make-subprogram-body): Follow error conventions.
12137         (ada-case-exception-file, ada-indent-comment-as-code)
12138         (ada-indent-handle-comment-special, ada-indent-renames)
12139         (ada-indent-return, ada-search-directories-internal)
12140         (ada-tab-policy, ada-case-exception-substring)
12141         (ada-other-file-alist, ada-matching-start-re)
12142         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
12143         (ada-imenu-generic-expression, ada-compile-goto-error)
12144         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
12145         (ada-popup-menu, ada-add-extensions, ada-mode)
12146         (ada-region-selected, ada-create-case-exception)
12147         (ada-create-case-exception-substring, ada-after-keyword-p)
12148         (ada-activate-keys-for-case, ada-adjust-case-region)
12149         (ada-adjust-case-buffer, ada-format-paramlist)
12150         (ada-scan-paramlist, ada-insert-paramlist)
12151         (ada-indent-newline-indent)
12152         (ada-indent-newline-indent-conditional)
12153         (ada-justified-indent-current, ada-goto-previous-word)
12154         (ada-indent-current, ada-get-indent-open-paren)
12155         (ada-get-indent-paramlist, ada-get-indent-end)
12156         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
12157         (ada-get-indent-block-start, ada-get-indent-subprog)
12158         (ada-get-indent-noindent, ada-get-indent-label)
12159         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
12160         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
12161         (ada-goto-stmt-end, ada-goto-next-word)
12162         (ada-check-matching-start, ada-check-defun-name)
12163         (ada-goto-matching-decl-start, ada-goto-matching-start)
12164         (ada-goto-matching-end, ada-search-ignore-string-comment)
12165         (ada-in-decl-p, ada-looking-at-semi-or)
12166         (ada-looking-at-semi-private, ada-in-paramlist-p)
12167         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
12168         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
12169         (ada-next-procedure, ada-previous-procedure, ada-next-package)
12170         (ada-previous-package, ada-create-menu)
12171         (ada-fill-comment-paragraph-justify)
12172         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
12173         (ada-other-file-name, ada-last-which-function-line)
12174         (ada-last-which-function-subprog, ada-which-function)
12175         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
12176         (ada-gen-treat-proc, ada-check-emacs-version)
12177         (ada-continuation-indent, ada-align-region-separate):
12178         Fix typos in docstrings.
12179         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
12181 2005-06-16  Lute Kamstra  <lute@gnu.org>
12183         * simple.el (fundamental-mode): Run after-change-major-mode-hook
12184         conditionally.
12186 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12188         * comint.el (comint-replace-by-expanded-filename)
12189         (comint-prompt-regexp, comint-delimiter-argument-list)
12190         (comint-preinput-scroll-to-bottom):
12191         * info.el (Info-hide-cookies-node):
12192         * ls-lisp.el (ls-lisp-classify):
12193         * find-file.el (ff-search-directories, ff-special-constructs)
12194         (ff-find-other-file):
12195         * font-lock.el (font-lock-keywords):
12196         * shell.el (shell-prompt-pattern)
12197         (shell-dynamic-complete-functions, shell-mode)
12198         (shell-delimiter-argument-list):
12199         * term.el (term-replace-by-expanded-filename)
12200         (term-prompt-regexp, term-delimiter-argument-list):
12201         * woman.el (woman-ignore, woman0-if):
12202         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
12203         * emacs-lisp/elint.el (elint-init-env):
12204         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
12205         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
12206         * language/ethio-util.el (ethio-tilde-escape)
12207         (ethio-use-three-dot-question):
12208         * net/zone-mode.el (zone-mode-load-time-setup):
12209         * progmodes/cc-align.el (c-lineup-argcont):
12210         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
12211         * progmodes/cperl-mode.el (cperl-set-style-back):
12212         * progmodes/inf-lisp.el (inferior-lisp-prompt):
12213         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
12214         Fix spellings in docstrings.
12216         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
12217         * progmodes/modula2.el (m2-for): Fix spellings.
12219         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
12221         * simple.el (undo-more): Don't use `format' on `error' arguments.
12222         Improve argument/docstring consistency.
12223         (pending-undo-list): Doc fix.
12225         * smerge-mode.el (smerge-ensure-match):
12226         * emulation/vip.el (vip-ex):
12227         * net/zone-mode.el (zone-mode-update-serial):
12228         * progmodes/idlwave.el (idlwave-complete):
12229         * progmodes/vhdl-mode.el (vhdl-visit-file)
12230         (vhdl-compose-wire-components):
12231         Don't use `format' on `error' arguments.
12233         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
12234         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
12235         (tooltip-help-tips): Fix typos in docstrings.
12237 2005-06-16  David Ponce  <david@dponce.com>
12239         * tree-widget.el (tree-widget-value-create): Simplify last change.
12241 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
12243         * ido.el (ido-incomplete-regexp): New variable.
12244         (ido-set-matches-1): Handle invalid-regexp error and set
12245         ido-incomplete-regexp.
12246         (ido-incomplete-regexp): New face.
12247         (ido-completions): Use it.
12248         (ido-complete, ido-exit-minibuffer, ido-completions):
12249         Handle incomplete regexps.
12250         (ido-completions): Add check for complete match when entering a regexp.
12252 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12254         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
12256 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12258         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
12259         by field delimiters.
12261 2005-06-15  David Ponce  <david@dponce.com>
12263         * tree-widget.el: eval-and-compile inlined functions so they will
12264         be available at run-time too.
12265         (tree-widget-super-format-handler)
12266         (tree-widget-format-handler): Remove.
12267         (tree-widget-value-create): Handle the :indent property.
12269 2005-06-15  Miles Bader  <miles@gnu.org>
12271         * progmodes/which-func.el (which-func): Only inherit
12272         `font-lock-function-name-face' when that makes sense against the
12273         default mode-line face, otherwise set the face color explicitly.
12275         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
12276         faces instead of (non-existent) variables.
12278 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12280         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
12281         (iswitchb-get-matched-buffers): Likewise.  Simplify.
12283 2005-06-14  Miles Bader  <miles@gnu.org>
12285         * progmodes/ld-script.el (ld-script-location-counter):
12286         Remove "-face" suffix from face name.
12287         (ld-script-location-counter-face):
12288         New backward-compatibility alias for renamed face.
12289         (ld-script-location-counter-face): Use renamed face.
12291         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
12292         (cperl-hash): Remove "-face" suffix from face names.
12293         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
12294         New backward-compatibility aliases for renamed faces.
12295         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
12296         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
12298         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
12299         name.
12300         (which-func-face): New backward-compatibility alias for renamed face.
12301         (which-func-format): Use renamed which-func face.
12303         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
12304         (vhdl-function, vhdl-directive, vhdl-reserved-word)
12305         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
12306         names.
12307         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
12308         (vhdl-speedbar-configuration, vhdl-speedbar-package)
12309         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
12310         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
12311         (vhdl-speedbar-architecture-selected)
12312         (vhdl-speedbar-configuration-selected)
12313         (vhdl-speedbar-package-selected)
12314         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
12315         names.
12316         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
12317         Use renamed faces.
12318         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
12319         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
12320         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
12321         Use renamed faces.
12322         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
12323         names.
12324         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
12325         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
12326         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
12327         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
12328         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
12329         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
12331         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
12332         face name.
12333         (sh-heredoc-face): New backward-compatibility alias for renamed face.
12334         (sh-heredoc-face): Use renamed sh-heredoc face.
12336         * progmodes/idlw-help.el (idlwave-help-link):
12337         Remove "-face" suffix from face name.
12338         (idlwave-help-link-face):
12339         New backward-compatibility alias for renamed face.
12340         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
12342         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
12343         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
12344         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12345         New backward-compatibility aliases for renamed faces.
12346         (idlwave-shell-disabled-breakpoint-face)
12347         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
12349         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12350         Remove "-face" suffix from face names.
12351         (flymake-errline-face, flymake-warnline-face):
12352         New backward-compatibility aliases for renamed faces.
12353         (flymake-highlight-line): Use renamed flymake faces.
12355         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12356         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
12357         (ebrowse-member-class, ebrowse-progress):
12358         Remove "-face" suffix from face names.
12359         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12360         (ebrowse-file-name-face, ebrowse-default-face)
12361         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12362         (ebrowse-progress-face):
12363         New backward-compatibility aliases for renamed faces.
12364         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
12365         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
12366         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
12367         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
12369         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
12370         antlr-syntax)
12371         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
12372         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
12373         names.
12374         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
12375         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
12376         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
12377         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
12378         backward-compatibility aliases for renamed faces.
12379         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
12380         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
12381         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
12382         remove "font-lock-".  Use renamed antlr-mode faces.
12383         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
12384         literal face-names with face variable references.
12386         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
12387         face name.
12388         (Buffer-menu-buffer-face): New backward-compatibility alias for
12389         renamed face.
12390         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
12392 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
12394         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
12395         Eliminate "-face" suffix.
12396         (makefile-targets): Inherit from font-lock-function-name-face and
12397         eliminate "-face" suffix.
12398         (makefile-shell): Remove attributes and eliminate "-face" suffix.
12399         (makefile-*-font-lock-keywords): Append makefile-targets in rule
12400         actions, instead of prepending, to make it less visible.
12401         (makefile-previous-dependency, makefile-match-dependency):
12402         Don't match a target on a continuation line.
12404         * files.el (auto-mode-alist): Put Makefile in gmake mode.
12406 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
12408         * progmodes/gdb-ui.el (menu): Re-order menu items.
12409         (gdb-tooltip-print): Respect tooltip-use-echo-area.
12411         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
12412         Define in tooltip.el.
12413         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
12414         (gud-tooltip-tips): Respect tooltip-use-echo-area and
12415         gud-tooltip-echo-area.
12417         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
12418         backward compatibility and make obsolete.
12419         (tooltip-help-tips): Use tooltip-use-echo-area.
12420         (tooltip-show-help-function): Rename to...
12421         (tooltip-show-help): ...this, because it is a function.
12422         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
12424 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
12426         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
12427         (edebug-print-length, edebug-print-level, edebug-print-circle)
12428         (edebug-modify-breakpoint, edebug-eval-last-sexp)
12429         (edebug-eval-print-last-sexp): Doc fixes.
12431 2005-06-14  Kim F. Storm  <storm@cua.dk>
12433         * ido.el (ido-mode): Make a new keymap every time we enable ido,
12434         as the coverage buffer/file/both may change.
12436 2005-06-14  Lute Kamstra  <lute@gnu.org>
12438         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
12439         and run-mode-hooks.  Simplify.
12441         * mail/rmailedit.el (rmail-edit-mode):
12442         * progmodes/octave-inf.el (inferior-octave-mode):
12443         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
12445         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
12446         and run-mode-hooks.
12447         (recentf-edit-list, recentf-open-files): Don't call
12448         kill-all-local-variables directly.
12450         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
12452 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12454         * emacs-lisp/byte-run.el (make-obsolete)
12455         (define-obsolete-function-alias): Rename arguments FUNCTION and
12456         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
12457         (make-obsolete-variable, define-obsolete-variable-alias):
12458         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
12459         respectively.
12461         * isearchb.el (isearchb-activate):
12462         * pcvs.el (cvs-mode):
12463         * ses.el (ses-load):
12464         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
12465         * net/tramp.el (tramp-find-file-exists-command)
12466         (tramp-find-shell):
12467         * progmodes/ada-mode.el (ada-create-case-exception)
12468         (ada-create-case-exception-substring, ada-make-subprogram-body):
12469         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12470         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
12471         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
12472         * textmodes/org.el (org-promote, org-evaluate-time-range)
12473         (org-agenda-next-date-line, org-agenda-previous-date-line)
12474         (org-agenda-error, org-open-at-point, org-table-move-row)
12475         (org-format-table-table-html-using-table-generate-source)
12476         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
12477         * textmodes/reftex.el (reftex-access-scan-info):
12478         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
12479         (reftex-toc-promote-prepare): Follow error conventions.
12481         * diff-mode.el (diff-mode): Fix typo in docstring.
12483         * forms.el (forms--intuit-from-file): Fix reference to
12484         `forms-number-of-fields' in error message.
12485         (forms-print): Fix quoting in error message.
12487         * forms.el (forms-mode):
12488         * emulation/vi.el (vi-goto-insert-state):
12489         * progmodes/flymake.el (flymake-new-err-info)
12490         (flymake-start-syntax-check-for-current-buffer)
12491         (flymake-simple-cleanup):
12492         * eshell/esh-var.el (eshell/export):
12493         * progmodes/gud.el (xdb):
12494         * textmodes/flyspell.el (flyspell-incorrect-hook)
12495         (flyspell-maybe-correct-transposition)
12496         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
12498 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
12500         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
12501         minibuffer prompt.
12503 2005-06-13  Kim F. Storm  <storm@cua.dk>
12505         * subr.el (add-to-ordered-list): New defun.
12507         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
12508         add cua--keymap-alist to emulation-mode-map-alists.
12510 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12512         * subr.el (complete-in-turn): New macro.
12513         (dynamic-completion-table, lazy-completion-table): Add debug info.
12515         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
12516         in preference to face aliases.
12518         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
12519         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
12520         Remove unused vars `start' and `firstline'.
12521         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
12522         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
12524 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
12526         * cus-start.el (all): Don't complain about missing GTK-related
12527         variables, unless either `gtk' is boundp or this isn't a
12528         `windows-nt' build.
12530 2005-06-13  Lute Kamstra  <lute@gnu.org>
12532         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
12533         run-mode-hooks.
12535         * ediff-mult.el (ediff-meta-mode):
12536         * ediff-util.el (ediff-mode): Use run-mode-hooks.
12538         * ledit.el (ledit-mode): Use delay-mode-hooks.
12540         * woman.el (woman-mode-line-format): Delete constant.
12541         (woman-mode-map): Initialize it properly.
12542         (woman-mode): Set mode-class property to special.
12543         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
12544         Set major-mode and mode-name.  Don't set mode-line-format directly.
12545         (Man-getpage-in-background): Don't reference woman-mode-line-format.
12547         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12548         string argument obsolete.
12550 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
12552         * textmodes/org.el (org-CUA-compatible): New option.
12553         (org-disputed-keys): New variable.
12554         (org-key): New function.
12555         (orgtbl-make-binding): Add docstring to the created function.
12556         (org-mode): Set paragraph start/separate regexps.
12557         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
12558         (org-archive-location, org-archive-mark-done)
12559         (org-archive-stamp-time): New options.
12560         (org-archive-subtree): New command.
12561         (org-fill-paragraph): New function.
12562         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
12563         (org-fake-empty-table-line): Function removed.
12564         (org-format-org-table-html): Do not create empty table lines at
12565         separator lines.  Improved table header treatment.
12566         (org-link-format): New option.
12567         (org-make-link): New function.
12568         (org-insert-link, org-store-link): Use org-make-link.
12569         (org-open-file): Quote file name for shell command, to allow
12570         spaces in file names.
12571         (org-link-regexp): Fix bug with mailto link.
12572         (org-link-maybe-angles-regexp, org-protected-link-regexp):
12573         New constants.
12574         (org-export-as-html): Deal with the optional angles around a link.
12575         Better treatment of file: links.
12576         (org-open-at-point): Replace @{ and @} with < and >.
12577         (org-run-mode-hooks): Function removed.
12578         (org-agenda-mode): No longer use `org-run-mode-hooks'.
12580 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
12582         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
12583         MI command -data-list-register-values.
12584         (gdb-post-prompt): Indent properly.
12586 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
12588         * hilit-chg.el (highlight-changes-colors): Rename from
12589         `highlight-changes-colours'.
12590         (highlight-changes-colours): Keep as obsolete alias.
12591         (highlight-changes-face-list): Doc fix.
12592         (hilit-chg-make-list): Use `highlight-changes-colors'.
12594 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
12596         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
12597         defun-prompt-regexp.
12599 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
12601         * loadup.el: Don't say we are dumping under 2 names on windows-nt
12602         and cygwin.
12604         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
12605         Don't use an old loaddefs.el, as in Makefile.in.
12607 2005-06-12  Lute Kamstra  <lute@gnu.org>
12609         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
12611         * man.el (Man-mode-map): Initialize it properly.
12612         (Man-mode): Set mode-class property to special.
12614         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
12616 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12618         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
12619         A newline is needed in the docstring there.
12621         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
12622         Doc fixes.
12624 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12626         * printing.el: Doc fix.  The menubar is no more changed when printing
12627         is loaded, it only changes when pr-menu-bind or pr-update-menus is
12628         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
12629         (pr-version): New version number (6.8.4).
12630         (pr-menu-bind): New command.
12631         (pr-update-menus): Docstring and code fix.
12632         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
12633         Docstring fix.
12634         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
12635         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
12637 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
12639         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
12640         "Returns" to "return", document useful return values, etc.
12642 2005-06-11  Alan Mackenzie  <acm@muc.de>
12644         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
12645         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
12646         (adaptive-file-function): Minor amendment to doc-string.
12648 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12650         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
12651         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
12652         Fix :type--it is `integer', not `string'.
12654         * faces.el (modeline-highlight): Rename from (the erroneous)
12655         `modeline-higilight'.
12657 2005-06-11  Lute Kamstra  <lute@gnu.org>
12659         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
12660         lisp-interaction-mode-map but make it the parent.
12661         (edebug-eval-mode): Use define-derived-mode.
12663 2005-06-11  Andreas Schwab  <schwab@suse.de>
12665         * bindings.el: Add binding of `ESC functionkey' for every
12666         `M-functionkey'.
12667         * hexl.el (hexl-mode-map): Likewise.
12669 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
12671         * progmodes/compile.el (compilation-error-regexp-alist-alist)
12672         [msft]: update regexp for newer msft compilers.
12674 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
12676         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
12677         ATTLIST portions of included DTDs.
12678         (xml-parse-dtd): Eliminate use of inefficient match-data.
12680 2005-06-10  Miles Bader  <miles@gnu.org>
12682         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12683         (mpuz-text): Remove "-face" suffix from face names.
12684         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
12685         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
12686         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
12688         * play/gomoku.el (gomoku-O, gomoku-X):
12689         Remove "-face" suffix from face names.
12690         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12691         New backward-compatibility aliases for renamed faces.
12692         (gomoku-font-lock-keywords): Use renamed gomoku faces.
12694 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12696         * thumbs.el: Fixes for changes of 2005-06-09.
12697         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12698         as a directory.
12699         (thumbs-thumbname): Remove directory separator from format string;
12700         `thumbs-thumbsdir' now returns a valid directory name.
12701         (thumbs-temp-dir): New defsubst.
12702         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12703         Use it.
12705         * cus-edit.el (minibuffer):
12706         * files.el (make-backup-file-name-function):
12707         * filesets.el (filesets-external-viewers):
12708         * hilit-chg.el (highlight-changes-colours)
12709         (highlight-changes-face-list, highlight-changes-rotate-faces):
12710         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12711         * kmacro.el (kmacro-call-macro):
12712         * log-edit.el (log-edit-changelog-full-paragraphs):
12713         * mouse.el (mouse-1-click-follows-link):
12714         * skeleton.el (skeleton-autowrap):
12715         * subr.el (insert-for-yank-1):
12716         * tempo.el (tempo-insert-region):
12717         * terminal.el (terminal-emulator):
12718         * time.el (display-time-mail-face):
12719         * vc.el (vc-annotate):
12720         * vcursor.el (vcursor-copy-line):
12721         * woman.el (woman-bold-headings, woman-ignore)
12722         (woman-default-faces, woman-monochrome-faces):
12723         * calendar/todo-mode.el (todo-insert-threshold):
12724         * emulation/pc-select.el (pc-select-selection-keys-only)
12725         (pc-selection-mode):
12726         * emulation/vip.el (vip-find-char-forward):
12727         * emulation/viper-cmd.el (viper-find-char-forward):
12728         * international/mule-cmds.el
12729         (select-safe-coding-system-accept-default-p)
12730         (input-method-exit-on-invalid-key):
12731         * international/mule-diag.el (describe-coding-system):
12732         * international/ucs-tables.el (unify-8859-on-encoding-mode):
12733         * net/browse-url.el (browse-url-xterm-program):
12734         * obsolete/lazy-lock.el (lazy-lock-mode):
12735         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12736         (cperl-mode):
12737         * progmodes/cpp.el (cpp-face-light-name-list)
12738         (cpp-face-dark-name-list):
12739         * progmodes/delphi.el (delphi-newline-always-indents):
12740         Fix spellings in docstrings.
12742         * ido.el (ido-mode, ido-file-extensions-order)
12743         (ido-default-file-method, ido-default-buffer-method)
12744         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
12745         (ido-decorations, ido-read-file-name-as-directory-commands)
12746         (ido-read-file-name-non-ido, ido-work-directory-list)
12747         (ido-ignore-item-temp-list, ido-current-directory)
12748         (ido-magic-forward-char, ido-enter-find-file)
12749         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
12750         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12752 2005-06-10  Lute Kamstra  <lute@gnu.org>
12754         * play/dunnet.el (dun-mode): Use define-derived-mode.
12755         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
12756         obsolete alias.
12758         * play/doctor.el (doctor-mode-map): Remove defvar.
12759         (doctor-mode): Use define-derived-mode.
12761         * mail/mspools.el (mspools-mode):
12762         * net/eudc-hotlist.el (eudc-hotlist-mode):
12763         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12765 2005-06-10  Miles Bader  <miles@gnu.org>
12767         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12768         Remove "-face" suffix from face names.
12769         (flyspell-incorrect-face, flyspell-duplicate-face):
12770         New backward-compatibility aliases for renamed faces.
12771         (flyspell-mode-on, make-flyspell-overlay)
12772         (flyspell-highlight-incorrect-region)
12773         (flyspell-highlight-duplicate-region)
12774         (flyspell-display-next-corrections)
12775         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12777         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12778         from face name.
12779         (texinfo-heading-face): New backward-compatibility alias for
12780         renamed face.
12781         (texinfo-heading-face): Use renamed texinfo-heading face.
12783         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12784         suffix from face names.
12785         (tex-math-face, tex-verbatim-face):
12786         New backward-compatibility aliases for renamed faces.
12787         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12788         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12789         literal face name.
12791         * textmodes/table.el (table-cell): Remove "-face" suffix from face
12792         name.
12793         (table-cell-face): New backward-compatibility alias for renamed face.
12794         (table--put-cell-face-property, table--update-cell-face):
12795         Use renamed table-cell face.
12797         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12798         from face name.
12799         (sgml-namespace-face): New backward-compatibility alias for
12800         renamed face.
12801         (sgml-namespace-face): Use renamed sgml-namespace face.
12803         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12804         (org-level-4, org-level-5, org-level-6, org-level-7)
12805         (org-level-8, org-warning, org-headline-done)
12806         (org-deadline-announce, org-scheduled-today)
12807         (org-scheduled-previously, org-link, org-done, org-table)
12808         (org-time-grid): Remove "-face" suffix from face names.
12809         (org-level-1-face, org-level-2-face, org-level-3-face)
12810         (org-level-4-face, org-level-5-face, org-level-6-face)
12811         (org-level-7-face, org-level-8-face, org-warning-face)
12812         (org-headline-done-face, org-deadline-announce-face)
12813         (org-scheduled-today-face, org-scheduled-previously-face)
12814         (org-link-face, org-done-face, org-table-face)
12815         (org-time-grid-face):
12816         New backward-compatibility aliases for renamed faces.
12817         (org-level-faces, org-set-font-lock-defaults, org-timeline)
12818         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12819         (org-agenda-get-timestamps, org-agenda-get-scheduled)
12820         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12822         * emulation/viper-init.el (viper-search, viper-replace-overlay)
12823         (viper-minibuffer-emacs, viper-minibuffer-insert)
12824         (viper-minibuffer-vi): Remove "-face" suffix from face names.
12825         (viper-search-face, viper-replace-overlay-face)
12826         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12827         (viper-minibuffer-vi-face):
12828         New backward-compatibility aliases for renamed faces.
12829         (viper-search-face, viper-replace-overlay-face)
12830         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12831         (viper-minibuffer-vi-face): Use renamed viper faces.
12833         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12834         Remove "-face" suffix from face names.
12835         (testcover-nohits-face, testcover-1value-face):
12836         New backward-compatibility aliases for renamed faces.
12837         (testcover-mark): Use renamed testcover faces.
12839         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12840         face name.
12841         (diary-button-face): New backward-compatibility alias for renamed face.
12842         (diary-entry): Use renamed diary-button face.
12844         * calendar/calendar.el (diary, calendar-today, holiday)
12845         (mark-visible-calendar-date): Remove "-face" suffix from face names.
12846         (diary-face, calendar-today-face, holiday-face):
12847         New backward-compatibility aliases for renamed faces.
12848         (eval-after-load "facemenu", diary-entry-marker)
12849         (calendar-today-marker, calendar-holiday-marker, diary-face):
12850         Use renamed calendar faces.
12852         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12853         (compare-windows-face): New backward-compatibility alias for
12854         renamed face.
12855         (compare-windows-highlight): Use renamed compare-windows face.
12857         * strokes.el (strokes-char): Remove "-face" suffix from face name.
12858         (strokes-char-face): New backward-compatibility alias for renamed face.
12859         (strokes-encode-buffer): Use renamed strokes-char face.
12861         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12862         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12863         Remove "-face" suffix from face names.
12864         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12865         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12866         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12867         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12868         Use renamed pcvs faces.
12869         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12870         * pcvs-defs.el (cvs-mode-map): Likewise.
12871         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12873         * info.el (info-title-1, info-title-2, info-title-3)
12874         (info-title-4): Remove "-face" suffix from and downcase face names.
12875         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12876         (Info-title-4-face):
12877         New backward-compatibility aliases for renamed faces.
12878         (Info-fontify-node): Use renamed info faces.
12880         * hilit-chg.el (highlight-changes, highlight-changes-delete):
12881         Remove "-face" suffix from face names.
12882         (highlight-changes-face, highlight-changes-delete-face):
12883         New backward-compatibility aliases for renamed faces.
12884         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12885         (hilit-chg-make-list): Use renamed highlight-changes faces.
12887         * generic-x.el (show-tabs-tab, show-tabs-space):
12888         Remove "-face" suffix from face names.
12889         (show-tabs-tab-face, show-tabs-space-face):
12890         New backward-compatibility aliases for renamed faces.
12891         (show-tabs-generic-mode-font-lock-defaults-1)
12892         (show-tabs-generic-mode-font-lock-defaults-2):
12893         Use renamed show-tabs faces.
12895         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12896         (smerge-markers): Remove "-face" suffix from face names.
12897         (smerge-mine-face, smerge-other-face, smerge-base-face)
12898         (smerge-markers-face):
12899         New backward-compatibility aliases for renamed faces.
12900         (smerge-mine-face, smerge-other-face, smerge-base-face)
12901         (smerge-markers-face): Use renamed smerge faces.
12903         * log-view.el (log-view-file, log-view-message): Remove "-face"
12904         suffix from face names.
12905         (log-view-file-face, log-view-message-face):
12906         New backward-compatibility aliases for renamed faces.
12907         (log-view-file-face, log-view-message-face): Use renamed log-view
12908         faces.
12910         * paren.el (show-paren-match, show-paren-mismatch):
12911         Remove "-face" suffix from face names.
12912         (show-paren-match-face, show-paren-mismatch-face):
12913         New backward-compatibility aliases for renamed faces.
12914         (show-paren-function): Use renamed show-paren faces.
12916         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12917         (ruler-mode-margins, ruler-mode-fringes)
12918         (ruler-mode-column-number, ruler-mode-fill-column)
12919         (ruler-mode-comment-column, ruler-mode-goal-column)
12920         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12921         suffix from face names.
12922         (ruler-mode-default-face, ruler-mode-pad-face)
12923         (ruler-mode-margins-face, ruler-mode-fringes-face)
12924         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12925         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12926         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12927         New backward-compatibility aliases for renamed faces.
12928         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12929         (ruler-mode-column-number, ruler-mode-fill-column)
12930         (ruler-mode-comment-column, ruler-mode-goal-column)
12931         (ruler-mode-tab-stop, ruler-mode-current-column)
12932         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12933         faces.
12935         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12936         face name.
12937         (whitespace-highlight-the-space): Use renamed face.
12938         (whitespace-highlight-face): New backward-compatibility alias for
12939         renamed face.
12941         * woman.el (woman-italic, woman-bold, woman-unknown)
12942         (woman-addition, woman-symbol-face):
12943         Remove "-face" suffix from face names.
12944         (woman-italic-face, woman-bold-face, woman-unknown-face)
12945         (woman-addition-face):
12946         New backward-compatibility aliases for renamed faces.
12947         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12948         (woman-decode-region, woman-replace-match)
12949         (woman-display-extended-fonts, woman-special-characters)
12950         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12951         Use renamed woman faces.
12953         * longlines.el (longlines-visible-face): Face removed.
12955         * diff-mode.el (diff-header, diff-file-header, diff-index)
12956         (diff-hunk-header, diff-removed, diff-added, diff-changed)
12957         (diff-function, diff-context, diff-nonexistent): Remove "-face"
12958         suffix from face names.
12959         (diff-header-face, diff-file-header-face, diff-index-face)
12960         (diff-hunk-header-face, diff-removed-face, diff-added-face)
12961         (diff-changed-face, diff-function-face, diff-context-face)
12962         (diff-nonexistent-face): New backward-compatibility aliases for
12963         renamed faces.
12964         (diff-header-face, diff-file-header-face)
12965         (diff-index, diff-index-face, diff-hunk-header)
12966         (diff-hunk-header-face, diff-removed, diff-removed-face)
12967         (diff-added, diff-added-face, diff-changed-face, diff-function)
12968         (diff-function-face, diff-context-face, diff-nonexistent)
12969         (diff-nonexistent-face): Use renamed diff-mode faces.
12971         * progmodes/compile.el (compilation-warning-face)
12972         (compilation-info-face): Remove "-face" suffix from face names.
12973         (compilation-warning-face, compilation-info-face):
12974         New backward-compatibility aliases for renamed faces.
12975         (compilation-warning-face, compilation-info-face):
12976         Use renamed compilation faces.
12978         * add-log.el (change-log-date, change-log-name)
12979         (change-log-email, change-log-file, change-log-list)
12980         (change-log-conditionals, change-log-function)
12981         (change-log-acknowledgement): Remove "-face" suffix from face names.
12982         (change-log-date-face, change-log-name-face)
12983         (change-log-email-face, change-log-file-face)
12984         (change-log-list-face, change-log-conditionals-face)
12985         (change-log-function-face, change-log-acknowledgement-face):
12986         New backward-compatibility aliases for renamed faces.
12987         (change-log-font-lock-keywords): Use renamed change-log faces.
12989         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
12990         (custom-set, custom-changed, custom-saved, custom-button)
12991         (custom-button-pressed, custom-documentation, custom-state)
12992         (custom-comment, custom-comment-tag, custom-variable-tag)
12993         (custom-variable-button, custom-face-tag, custom-group-tag-1)
12994         (custom-group-tag): Remove "-face" suffix from face names.
12995         (custom-magic-alist, custom-magic-value-create)
12996         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
12997         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12998         (custom-set-face, custom-changed-face, custom-saved-face)
12999         (custom-button-face, custom-button-pressed-face)
13000         (custom-documentation-face, custom-state-face)
13001         (custom-comment-face, custom-comment-tag-face)
13002         (custom-variable-tag-face, custom-variable-button-face)
13003         (custom-face-tag-face, custom-group-tag-face-1)
13004         (custom-group-tag-face):
13005         New backward-compatibility aliases for renamed faces.
13007         * wid-edit.el (widget-documentation, widget-button)
13008         (widget-field, widget-single-line-field, widget-inactive)
13009         (widget-button-pressed): "-face" suffix removed from face names.
13010         (widget-documentation-face, widget-button-face)
13011         (widget-field-face, widget-single-line-field-face)
13012         (widget-inactive-face, widget-button-pressed-face):
13013         New backward-compatibility aliases for renamed faces.
13014         (widget-documentation-face, widget-button-face)
13015         (widget-button-pressed-face, widget-specify-field)
13016         (widget-specify-inactive): Use renamed widget faces.
13018 2005-06-10  Kenichi Handa  <handa@m17n.org>
13020         * term/x-win.el (x-clipboard-yank): Remove condition-case
13021         wrapping.
13023 2005-06-11  Kenichi Handa  <handa@m17n.org>
13025         * add-log.el (change-log-font-lock-keywords): Make the regexp for
13026         date lines stricter.
13028 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
13030         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
13031         of x-get-selection.
13033 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
13035         * comint.el (comint-mode, comint-snapshot-last-prompt):
13036         * frame.el (frame-current-scroll-bars):
13037         * term.el (term-mode, term-check-proc, term-input-sender)
13038         (term-simple-send, term-extract-string, term-word)
13039         (term-match-partial-filename):
13040         * window.el (window-current-scroll-bars):
13041         * emulation/cua-base.el (cua-normal-cursor-color)
13042         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
13043         (cua-global-mark-cursor-color):
13044         * mail/undigest.el (rmail-forward-separator-regex):
13045         Fix typos in docstrings.
13047         * comint.el (comint-check-proc, make-comint-in-buffer)
13048         (comint-source-default): Doc fixes.
13050         * term.el (term-send-string): Improve argument/docstring consistency.
13052 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
13054         * comint.el (comint-send-input): Bind `inhibit-read-only' around
13055         call to `delete-region'.
13056         (comint-mode-hook): Do not enable Font Lock by default.
13058 2005-06-09  Lute Kamstra  <lute@gnu.org>
13060         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
13061         could be void.
13063 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13065         * emacs-lisp/debug.el (debugger-will-be-back): New var.
13066         (debug): Use it.
13067         (debugger-step-through, debugger-continue, debugger-jump)
13068         (debugger-return-value): Set it when needed.
13069         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
13070         Use inhibit-read-only.
13072 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
13074         * window.el (shrink-window-if-larger-than-buffer)
13075         (window-size-fixed): Fix typo in docstring.
13077         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
13078         thumbnails directory on loading.
13079         (thumbs-conversion-program): Use `eq' to check the system type,
13080         not `equal'.
13081         (thumbs-temp-dir): Initialize to `temporary-file-directory',
13082         not "/tmp".  Fix docstring.
13083         (thumbs-thumbsdir): New function to return the thumbnails
13084         directory, creating it if needed.
13085         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
13086         (thumbs-temp-file): Delete variable and make it into a function.
13087         (thumbs-resize-image, thumbs-modify-image): Use it.
13088         (thumbs-kill-buffer): Simplify.
13089         (thumbs-gensym): Defalias or duplicate CL `gensym'.
13090         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
13091         docstrings.
13093 2005-06-09  Kim F. Storm  <storm@cua.dk>
13095         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
13096         set-match-data to free markers in match-data.
13098         * replace.el (replace-match-data): Pass RESEAT arg `t' to
13099         match-data to unchain markers in match-data.
13101 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13103         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
13104         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
13105         unnecessary now.
13107 2005-06-08  Richard M. Stallman  <rms@gnu.org>
13109         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
13110         give the variable a doc string that doesn't say don't set it directly.
13112         * textmodes/ispell.el (ispell-check-version):
13113         Use match-string-no-properties.
13114         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
13115         (ispell-buffer-local-words): Likewise.
13117         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
13118         except on terminals with enough colors to really display it.
13119         (makefile-dependency-regex): Delete spurious `bb'.
13121         * faces.el (escape-glyph): Use blue once again in last case.
13122         (no-break-space): Redefine so that it isn't invisible on a tty.
13124 2005-06-08  Kim F. Storm  <storm@cua.dk>
13126         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
13127         also when reading directory name.
13129 2005-06-08  Lute Kamstra  <lute@gnu.org>
13131         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
13132         (flyspell-mode-line-string): Remove autoload cookie.
13133         (flyspell-mode): Remove defvar.
13135 2005-06-07  Lute Kamstra  <lute@gnu.org>
13137         * textmodes/org.el (org-run-mode-hooks): New function.
13138         (org-agenda-mode): Use it.
13140 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
13142         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
13144 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13146         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
13148 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
13150         * font-lock.el (font-lock-add-keywords): Doc fix.
13152 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13154         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
13155         (tex-compile-default): In the absence of any history, use the order in
13156         tex-compile-alist to choose the preferred command.
13157         (tex-compile-commands): Reorder a bit.
13159         * textmodes/flyspell.el (flyspell-auto-correct-binding)
13160         (flyspell-incorrect-face, flyspell-duplicate-face):
13161         Use (X)Emacs-agnostic code.
13162         (flyspell-mode-map): Don't overwrite at each load.  Remove code
13163         redundant with the subsequent add-minor-mode.  Merge Emacs and
13164         XEmacs code.
13165         (flyspell-word): Minor simplification.
13166         (flyspell-math-tex-command-p): Quieten the byte-compiler.
13167         (flyspell-external-point-words): Remove unused vars `size' and `start'.
13168         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13169         Merge the corresponding Emacs code.
13170         (flyspell-correct-word, flyspell-xemacs-popup):
13171         Use flyspell-do-correct.
13173         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
13174         a dedicated window.
13176         * international/latexenc.el (latexenc-find-file-coding-system):
13177         Undo part of last patch, to turn off a compiler warning.
13179 2005-06-06  Juri Linkov  <juri@jurta.org>
13181         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
13182         Rename `tmm-inactive-face' to `tmm-inactive'.
13184 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
13186         * iswitchb.el: Rename faces.
13188 2005-06-06  Kim F. Storm  <storm@cua.dk>
13190         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
13191         (cua-global-mark): Remove -face suffix from face names.
13193         * emulation/cua-gmrk.el (cua--init-global-mark):
13194         Remove cua-global-mark face setup.
13196 2005-06-06  Richard M. Stallman  <rms@gnu.org>
13198         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
13199         just like other allowed characters.
13200         (makefile-match-dependency): Exclude leading and training whitespace
13201         from the range of regexp subexp 1.
13202         (makefile-macroassign-regex): Don't try to match the body,
13203         just the name of the macro being defined.
13205         * info.el (Info-read-node-name-2): New function.
13206         (Info-read-node-name-1): Use that.
13207         Add a completion-base-size-function property.
13209         * simple.el (completion-setup-function): Look for
13210         completion-base-size-function property of minibuffer-completion-table.
13212         * files.el (locate-file-completion): Doc fix.
13214         * printing.el: Don't call pr-update-menus; user must do that.
13216         * emacs-lisp/debug.el (debugger-window): New variable.
13217         (debug): Use debugger-window if it is set and still alive.
13218         Record debugger-window for next entry.
13220         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
13222 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
13224         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
13225         (hack-one-local-variable, hack-local-variables)
13226         (hack-local-variables-prop-line): Pass that arg.
13228 2005-06-06  Kim F. Storm  <storm@cua.dk>
13230         * ido.el (ido-first-match, ido-only-match, ido-subdir)
13231         (ido-indicator): Remove -face suffix from face names.
13233 2005-06-06  Juri Linkov  <juri@jurta.org>
13235         * font-lock.el (font-lock-regexp-backslash)
13236         (font-lock-regexp-backslash-construct): New faces.
13237         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
13238         after `('.  Add `while-no-input' to control structures.
13240         * faces.el (no-break-space, shadow): New faces.
13241         (escape-glyph): Use less loud colors pink2 and red4.
13243         * diff-mode.el (diff-context-face)
13244         * dired.el (dired-ignored)
13245         * rfn-eshadow.el (file-name-shadow)
13246         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
13248         * info.el (Info-title-1-face): Use green instead of yellow because
13249         bold yellow is not readable on light backgrounds.
13251         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
13252         before selecting the desired mode to not spend time fontifying
13253         old contents.
13255 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
13257         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
13258         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
13260         * ps-print.el (ps-default-fg, ps-default-bg):
13261         Fix typos in docstrings.
13263         * isearchb.el (isearchb): Don't pass a spurious second argument to
13264         `iswitchb-completions'.
13266 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
13268         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
13269         to preserve point.
13270         (gdb-find-file-hook): Add doc string.
13272         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
13273         C dereferenced pointer expression.
13274         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
13276         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
13278         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
13279         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
13280         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
13281         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
13282         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
13283         Make background transparent.
13285 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13287         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
13288         (font-lock-remove-keywords): Doc fix.
13289         (font-lock-mode-major-mode): Compiler defvar.
13290         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
13292         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
13293         (font-lock-mode): Update `font-lock-mode-major-mode'.
13294         (font-lock-set-defaults): Compiler defvar.
13295         (font-lock-default-function): Take `font-lock-mode-major-mode'
13296         into account.
13298         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
13299         keep track of which major mode it enabled the minor mode for.
13300         Use find-file-hook again.  Update docstring.
13302         * simple.el (eval-expression-print-level)
13303         (eval-expression-print-length, eval-expression-debug-on-error):
13304         Doc fixes.
13306 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
13308         * iswitchb.el (iswitchb-single-match-face)
13309         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
13310         (iswitchb-invalid-regexp-face): New faces.
13311         (iswitchb-completions): Use them.
13312         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
13313         now marked as an obsolete alias.
13314         (iswitchb-read-buffer): Remove check for bound font variables.
13315         (iswitchb-invalid-regexp): New free variable.
13316         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
13317         set iswitchb-invalid-regexp.
13318         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
13319         invalid regexps.
13320         (iswitchb-completions): Add check for complete match when entering
13321         a regexp.
13322         (iswitchb-completions): Remove require-match argument.
13323         (iswitchb-exhibit): Fix caller.
13324         (iswitchb-common-match-inserted): New variable.
13325         (iswitchb-complete, iswitchb-completion-help): Use it.
13327 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
13329         * url-http.el (url-http-chunked-encoding-after-change-function):
13330         Use `url-http-debug' instead of `message'.
13332 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
13334         * url-http.el (url-http-parse-headers): Pass redirected URL as a
13335         callback argument.
13337 2005-06-04  Kim F. Storm  <storm@cua.dk>
13339         * simple.el (line-move): Only call sit-for when moving backwards.
13341         * ido.el (ido-make-merged-file-list-1): New defun split from
13342         ido-make-merged-file-list.
13343         (ido-make-merged-file-list): Bind throw-on-input around call to
13344         ido-make-merged-file-list-1.  Return input-pending-p if
13345         interrupted by more input available.
13346         (ido-read-internal): Handle input-pending-p return value from
13347         ido-make-merged-file-list.
13349 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13351         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
13352         compatibility code.
13354         * international/latexenc.el (latexenc-find-file-coding-system):
13355         Don't inherit the EOL part of the coding-system from the
13356         tex-main buffer.  Fit within 80 columns.
13358 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
13360         * tmm.el (tmm-inactive-face): New face.
13361         (tmm-remove-inactive-mouse-face): New function.
13362         (tmm-prompt, tmm-add-one-shortcut)
13363         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
13364         but not selectable.
13366 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
13368         * faces.el (face-equal): Improve argument/docstring consistency.
13370 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
13372         * progmodes/make-mode.el (makefile-targets-face)
13373         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
13374         (makefile-bsdmake-dependency-regex)
13375         (makefile-makepp-rule-action-regex)
13376         (makefile-bsdmake-rule-action-regex): New constants.
13377         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
13379         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13380         Allow (...) within `...' for makepp messages.
13382 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
13384         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
13386         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
13387         "." files are deleted from all file lists before comparison.
13389         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13390         (viper-ESC-key): Made them customizable.
13392         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
13394 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
13396         * autorevert.el (auto-revert-buffers): Use save-match-data.
13398 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13400         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
13401         menu items with a nil command binding.
13403 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
13405         * emacs-lisp/cl-macs.el (defsetf):
13406         Improve argument/docstring consistency.
13408         * faces.el (list-faces-display): Improve the formatting by
13409         computing the maximum length required for any face-name (reworked
13410         patch of 1999-01-11, accidentally deleted on 1999-07-21).
13411         (internal-find-face): Remove redundant info in docstring.
13413 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
13415         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
13416         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
13417         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
13418         (gdb-assembler-custom): Improve regexps.
13419         (def-gdb-auto-update-handler): Use window point to preserve point.
13421 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13423         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13425 2005-05-31  Jay Belanger  <belanger@truman.edu>
13427         * calc/calc-embed.el (calc-embedded-word): Change argument passed
13428         to calc-embedded.
13429         (calc-embedded-make-info): Have plain prefix argument select
13430         entire line.
13432 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
13434         * faces.el (list-faces-display): Signal error if passed a regexp
13435         that matches no face name.
13437         * simple.el (filter-buffer-substring): Fix typo in docstring.
13439 2005-05-31  Richard M. Stallman  <rms@gnu.org>
13441         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
13442         (vhdl-emacs-21): Doc fix.
13443         (vhdl-mode): Unconditionally set comment-padding.
13444         (vhdl-fixup-whitespace-region): Insert spaces only where
13445         there are none.
13446         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
13448 2005-05-30  John Wiegley  <johnw@newartisans.com>
13450         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13451         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
13452         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
13453         `directory-sep-char' to ?/, and all uses of `string-to-int' to
13454         `string-to-number'.
13456 2005-05-30  Jay Belanger  <belanger@truman.edu>
13458         * calc/calc.el (calc-bug-address): Fix docstring.
13459         (calc-window-hook, calc-trail-window-hook): New variables.
13460         (calc-trail-display): Restore use of calc-trail-window-hook.
13461         (calc): Restore use of calc-window-hook.
13463 2005-05-31  Masatake YAMATO  <jet@gyve.org>
13465         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
13467         * help-fns.el (help-C-file-name): Add autoload mark for
13468         `find-function-noselect'.
13470 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
13473         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
13475 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13477         * calendar/diary-lib.el (mark-included-diary-files): Only kill
13478         included diary buffer if it was not already being visited.
13479         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
13481         * calendar/icalendar.el (top-level): Do not require appt.
13483         * mail/supercite.el (sc-select-attribution): Only use a list
13484         element from sc-attrib-selection-list if it returns a string.
13485         Reported by Davide G. M. Salvetti <salve@debian.org>.
13487 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
13489         * thumbs.el (thumbs-thumbname): The resulting thumbname now
13490         includes a hash value to improve its uniqueness, and has a ".jpg"
13491         extension.  Also, it is now a valid filename on all systems.
13492         (thumbs-make-thumb): Use `let', not `let*'.
13493         (thumbs-show-thumbs-list): Check for JPEG availability.
13495 2005-05-30  Richard M. Stallman  <rms@gnu.org>
13497         * filesets.el (filesets-menu-ensure-use-cached):
13498         Prevent warning when emacs-version>= is undefined.
13500         * printing.el (pr-interactive-n-up): Use string-to-number.
13502         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
13504         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13505         Warn only when name to be defined is quoted.
13507 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
13509         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
13510         Make regexp more robust.
13511         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
13512         Force regeneration of disassembly.
13514 2005-05-29  Jay Belanger  <belanger@truman.edu>
13516         * calc/calc.el (calc-user-invocation): Check if
13517         calc-invocation-macro is non-nil.
13519 2005-05-29  Juri Linkov  <juri@jurta.org>
13521         * add-log.el (change-log-font-lock-keywords):
13522         Add `+' to e-mail regexp to accept mail address with keywords.
13524         * man.el (Man-name-regexp): Add `:' to accept qualified names.
13526 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
13528         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
13530         * ielm.el (inferior-emacs-lisp-mode): Ditto.
13532 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13534         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13535         Undo the change that moves to end of the current word.
13537 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13539         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
13540         Throw error when count <= 0 to ensure input is a number.
13541         (gdb-read-memory-custom): Pick up address from buffer.
13542         (gdb-memory-mode): Allow user to increment and decrement
13543         memory address from header line.
13545 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13547         * flyspell.el (flyspell-version): Function deleted.
13548         (flyspell-auto-correct-previous-hook): Doc fix.
13550         * jit-lock.el (jit-lock-function, jit-lock-after-change):
13551         Do nothing if memory is full.
13553         * font-lock.el (font-lock-fontify-syntactically-region):
13554         Pass t for GREEDY to looking-back.
13556         * saveplace.el (save-place-alist-to-file): Write the file
13557         using write-region.
13559         * subr.el (looking-back): New argument GREEDY.
13561         * progmodes/compile.el (compilation-start): Set the mode
13562         before inserting the initial text.
13564         * progmodes/which-func.el (which-func-update-1): Turn the mode
13565         off in case of error by setting which-func-mode.
13567 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
13569         * flyspell.el (flyspell-auto-correct-previous-word):
13570         Narrow down to what's on the screen, and recenter overlays
13571         at the end of the next word.
13573 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
13575         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
13576         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
13577         (flyspell-abbrev-p): Default to nil.
13578         (flyspell-use-global-abbrev-table-p): Doc fix.
13579         (flyspell-large-region): Allow nil as value.
13580         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
13582         (mail-mode-flyspell-verify): More robust handling
13583         of `mail-header-separator'.  More efficient signature detection.
13584         Allow for regexp metacharacters in message-header-separator.
13585         Adding `To' not to be checked in mail-mode-flyspell-verify.
13587         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
13588         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
13589         Bind flyspell-auto-correct-binding.
13590         Bind C-. and C-, .
13591         (flyspell-mode-map): Likewise.
13592         (flyspell-mode): Doc fix.
13593         (flyspell-accept-buffer-local-defs): Preserve current buffer.
13594         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
13595         (flyspell-word-cache-result): New var, always local.
13596         (flyspell-check-pre-word-p): Doc fix.
13597         (flyspell-check-changed-word-p): Handle spc like newline.
13598         (flyspell-post-command-hook): Set flyspell-word-cache-result.
13599         (flyspell-word-search-backward, flyspell-word-search-forward):
13600         New functions.
13601         (flyspell-word): Return t if nothing to check.
13602         When parsing TeX code, check for after } or \.
13603         Use flyspell-word-search-backward to find previous word.
13604         Return nil if duplicated word.
13605         For word already checked, return same value as last time.
13606         Set flyspell-word-cache-result after checking.
13607         Don't clobber the return value.
13608         (flyspell-get-word): Major rewrite.
13609         (flyspell-external-point-words): New locals pword, pcount.
13610         Fix size used in progress message.
13611         Find the proper corresponding word in flyspell-large-region-buffer.
13612         (flyspell-region): Check for flyspell-large-region = nil.
13613         (flyspell-highlight-incorrect-region): Clean up overlays in region.
13614         (flyspell-auto-correct-word): Check that WORD is a cons.
13615         (flyspell-correct-word): Likewise.
13617 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
13619         * progmodes/make-mode.el (makefile-rule-action-regex)
13620         (makefile-macroassign-regex, makefile-makepp-mode)
13621         (makefile-bsdmake-mode): Continuation lines may be empty.
13622         Reported by Joshua Varner.
13623         (makefile-makepp-font-lock-keywords): Add $(stem).
13625 2005-05-28  Karl Berry  <karl@gnu.org>
13627         * textmodes/tex-mode.el: Now that tex-send-command calls
13628         shell-quote-argument (2005-03-31 change), remove all calls to
13629         shell-quote-argument; they all end up invoking tex-send-command.
13630         The double quoting loses on filenames with non-safe characters,
13631         such as "@".  Reported by Frederik Fouvry.
13633 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13635         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
13636         about preserving point.
13638 2005-05-27  Jay Belanger  <belanger@truman.edu>
13640         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
13641         Info-goto-node.
13643         * calc/calc-embed.el (calc-embed-arg): New variable.
13644         (calc-do-embedded-activate, calc-embedded-activate-formula)
13645         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
13646         variable by new variable.
13647         (calc-embedded-make-info): Replace undeclared variable by new
13648         variable.  When selecting region with positive prefix
13649         argument, use end of previous line instead of beginning of line.
13651         * calc/calc-aent.el (calc-arg-values): Declare it.
13653         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
13654         Declare them.
13656         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
13658         * calc/calc.el (calc-alg-map): Declare it.
13660         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
13662 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
13664         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
13665         (gdb-registers-buffer, toggle-gdb-all-registers):
13666         Toggle display of floating point registers.
13667         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
13669         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
13670         (toggle-gud-tooltip-dereference):
13671         Rename from gud-toggle-tooltip-dereference.
13673 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13675         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
13677 2005-05-27  Jay Belanger  <belanger@truman.edu>
13679         * calc/calc-prog.el (calc-kbd-report): Remove.
13680         (calc-kbd-query): Rewrite.
13682 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
13684         * image.el (image-library-alist): Move to image.c.
13685         (image-type-available-p): Doc fix.
13687 2005-05-27  Lute Kamstra  <lute@gnu.org>
13689         * calc/calc.el (calc):
13690         * outline.el (outline-1, outline-2, outline-3, outline-4)
13691         (outline-5, outline-6, outline-7, outline-8):
13692         * textmodes/dns-mode.el (dns-mode):
13693         * textmodes/sgml-mode.el (sgml-namespace-face):
13694         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13695         (tex-verbatim-face, tex-use-reftex):
13696         * textmodes/texinfo.el (texinfo-heading-face):
13697         Specify customization group.
13699         * longlines.el: Don't require easy-mmode.
13700         (longlines-visible-face): Specify customization group.
13702 2005-05-27  Kenichi Handa  <handa@m17n.org>
13704         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13705         encoding table of windows-1251.
13707         * international/ucs-tables.el (ucs-set-table-for-input):
13708         If translation-table-for-input of a coding system is a symbol, get
13709         its translation-table property.
13711         * international/code-pages.el: Don't register a coding system into
13712         non-iso-charset-alist more than once.
13713         (cp-make-coding-system): Likewise.
13715 2005-05-26  John Wiegley  <johnw@newartisans.com>
13717         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13718         `eshell-resume-eval' is wrapped in a list, it indicates that the
13719         command was run asynchronously.  In that case, unwrap the value
13720         before checking the delimiter value.
13722         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13723         character before a space at the end of a line is \, assume the space
13724         is part of the last argument rather than a final argument separator.
13726         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13727         is in use, and the target is `t' or `nil' (which are the most common
13728         values), don't assume that the symbol target is a buffer.
13730 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13732         * calendar/calendar.el (calendar-mode-line-format):
13733         Use mode-line-highlight as mouse-face.
13735         * time.el (display-time-string-forms, display-time-update):
13736         Use mode-line-highlight as mouse-face.
13738 2005-05-26  Jay Belanger  <belanger@truman.edu>
13740         * calc/calc.el (calc-language-alist): Remove extra defvar.
13742 2005-05-26  Lute Kamstra  <lute@gnu.org>
13744         * arc-mode.el (archive-mode):
13745         * bookmark.el (bookmark-read-annotation-mode)
13746         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
13747         * bs.el (bs-mode):
13748         * calc/calc-yank.el (calc-edit-mode):
13749         * calc/calc.el (calc-mode, calc-trail-mode):
13750         * calculator.el (calculator-mode):
13751         * chistory.el (command-history-mode):
13752         * comint.el:
13753         * cus-edit.el (custom-mode):
13754         * descr-text.el (describe-text-mode):
13755         * ebuff-menu.el (Electric-buffer-menu-mode):
13756         * ediff-util.el (ediff-mode):
13757         * emacs-lisp/re-builder.el (reb-mode):
13758         * emulation/vi.el (vi-mode-setup):
13759         * emulation/ws-mode.el (wordstar-mode):
13760         * eshell/esh-mode.el (eshell-mode):
13761         * forms.el (forms-mode):
13762         * help-mode.el (help-mode):
13763         * hexl.el (hexl-mode):
13764         * ibuffer.el (ibuffer-mode):
13765         * ielm.el (inferior-emacs-lisp-mode):
13766         * info.el (Info-mode, Info-edit-mode):
13767         * international/swedish.el:
13768         * ledit.el (ledit-from-lisp-mode):
13769         * locate.el (locate-mode):
13770         * mail/rmail.el (rmail-mode):
13771         * mail/rmailedit.el (rmail-edit-mode):
13772         * mail/rmailsum.el (rmail-summary-mode):
13773         * mail/supercite.el (sc-electric-mode):
13774         * net/eudc.el (eudc-mode):
13775         * net/quickurl.el (quickurl-list-mode):
13776         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13777         * obsolete/ooutline.el (outline-mode):
13778         * obsolete/options.el (Edit-options-mode):
13779         * obsolete/rnews.el (news-mode):
13780         * obsolete/rnewspost.el (news-reply-mode):
13781         * play/5x5.el (5x5-mode):
13782         * play/decipher.el (decipher-mode, decipher-stats-mode):
13783         * play/gomoku.el (gomoku-mode):
13784         * play/snake.el (snake-mode):
13785         * play/solitaire.el (solitaire-mode):
13786         * play/tetris.el (tetris-mode):
13787         * progmodes/ada-mode.el (ada-mode):
13788         * progmodes/antlr-mode.el (antlr-mode):
13789         * progmodes/autoconf.el (autoconf-mode):
13790         * progmodes/dcl-mode.el (dcl-mode):
13791         * progmodes/delphi.el (delphi-mode):
13792         * progmodes/ebrowse.el (ebrowse-tree-mode)
13793         (ebrowse-electric-list-mode, ebrowse-member-mode)
13794         (ebrowse-electric-position-mode):
13795         * progmodes/f90.el (f90-mode):
13796         * progmodes/fortran.el (fortran-mode):
13797         * progmodes/icon.el (icon-mode):
13798         * progmodes/idlw-help.el (idlwave-help-mode):
13799         * progmodes/idlw-shell.el (idlwave-shell-mode):
13800         * progmodes/idlwave.el (idlwave-mode):
13801         * progmodes/inf-lisp.el (inferior-lisp-mode):
13802         * progmodes/m4-mode.el (m4-mode):
13803         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13804         * progmodes/modula2.el (modula-2-mode):
13805         * progmodes/octave-inf.el (inferior-octave-mode):
13806         * progmodes/octave-mod.el (octave-mode):
13807         * progmodes/pascal.el (pascal-mode):
13808         * progmodes/sh-script.el (sh-mode):
13809         * progmodes/sql.el (sql-mode, sql-interactive-mode):
13810         * progmodes/vhdl-mode.el (vhdl-mode):
13811         * progmodes/xscheme.el (scheme-interaction-mode):
13812         * replace.el (occur-mode):
13813         * ses.el (ses-mode):
13814         * simple.el (completion-list-mode):
13815         * skeleton.el:
13816         * speedbar.el (speedbar-mode):
13817         * term.el (term-mode):
13818         * terminal.el (terminal-edit-mode):
13819         * textmodes/reftex-index.el (reftex-index-mode)
13820         (reftex-index-phrases-mode):
13821         * textmodes/reftex-sel.el (reftex-select-label-mode)
13822         (reftex-select-bib-mode):
13823         * textmodes/reftex-toc.el (reftex-toc-mode):
13824         * wdired.el (wdired-change-to-wdired-mode):
13825         * wid-browse.el (widget-browse-mode):
13826         Use run-mode-hooks.
13828         * array.el (array-mode):
13829         * calendar/todo-mode.el (todo-mode):
13830         * man.el (Man-mode):
13831         * play/landmark.el (lm-mode):
13832         * play/mpuz.el (mpuz-mode):
13833         Use kill-all-local-variables and run-mode-hooks.
13835         * subr.el (delay-mode-hooks): Specify indentation.
13837 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
13839         * xml.el (xml-substitute-special): Don't die for undefined xml
13840         entities.
13842 2005-05-26  Jay Belanger  <belanger@truman.edu>
13844         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13845         of nil.
13847 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
13849         * progmodes/gdb-ui.el (gdb-frame-address):
13850         Rename from gdb-current-address.
13851         (gdb-previous-frame-address): Rename from gdb-previous-address.
13852         (gdb-selected-frame): Rename from gdb-current-frame.
13853         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13854         (gdb-frame-number): Rename from gdb-current-stack-level.
13855         (gdb-ann3): Match new mode-name for disassembly buffer.
13856         Extend initialization of variables.
13857         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13858         (gdb-memory-mode): Use mouse-face in header line.
13859         (gdb-assembler-buffer-name): Call it disassembly and give frame
13860         in mode line.
13861         (gdb-source-spec-regexp, gdb-assembler-custom)
13862         (gdb-invalidate-assembler, gdb-frame-handler):
13863         Make robust to leading zeroes in address format.
13865 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
13867         * textmodes/org.el (org-mode): Use `define-derived-mode' to
13868         define `org-mode'.
13869         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13871 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13873         * log-edit.el (log-edit-changelog-entries): Distinguish between
13874         filenames like xfns.c and fns.c.
13876 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13878         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13879         point after reverting.
13880         (Buffer-menu-make-sort-button): Handle the case where
13881         `Buffer-menu-use-header-line' is nil.
13883 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13885         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13886         New funcs.  In minibuffer-local-completion-map bind `]', `/'
13887         and `:' to them.
13889 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13891         * startup.el (normal-top-level): Allow modification of load-path while
13892         we're iterating over it.
13894 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
13896         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13897         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13898         (thumbs-resize-interactive, thumbs-insert-image)
13899         (thumbs-insert-thumb, thumbs-dired-show-marked)
13900         (thumbs-find-image-at-point, thumbs-delete-images)
13901         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13902         (thumbs-increment-image-size, thumbs-decrement-image-size):
13903         Fix typos in docstrings.
13905 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
13907         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13908         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13909         (cperl-mode): Use them.
13911 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
13913         * window.el (quit-window, shrink-window-if-larger-than-buffer):
13914         Doc fixes.
13916 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
13918         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13919         Bind C-d to gdb-inferior-io-eof.
13921         * dired.el (dired-dnd-popup-notice): Use message-box.
13923 2005-05-23  Masatake YAMATO  <jet@gyve.org>
13925         * bindings.el (mode-line-major-mode-keymap):
13926         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13928         * faces.el (mode-line-highlight): New face.
13930         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13931         as mouse-face.
13933         * bindings.el (top-level, help-echo, mode-line-modified)
13934         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13935         as mouse-face.
13937 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
13939         * progmodes/cc-engine.el (c-guess-basic-syntax):
13940         Remove spurious call to `zerop'.
13942         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13944 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
13946         CC Mode update to 5.30.10:
13948         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13949         could go past the limit in decoration level 2, thereby causing
13950         errors during interactive fontification.
13952         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13953         the file is evaluated interactively.
13955         * cc-engine.el (c-guess-basic-syntax): Handle operator
13956         declarations somewhat better in C++.
13958         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13959         make use of `run-mode-hooks' which has been added in Emacs 21.1.
13960         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13961         (awk-mode): Use it.
13962         (make-local-hook): Suppress warning about obsoleteness.
13964         * cc-engine.el, cc-align.el, cc-cmds.el
13965         (c-append-backslashes-forward, c-delete-backslashes-forward)
13966         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
13967         Compensate for return value from `forward-line' when it has moved
13968         but not to a different line due to eob.
13970         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
13971         `objc-method-intro' and `objc-method-args-cont'.
13973 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
13975         CC Mode update to 5.30.10:
13977         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
13978         in the copyright statement.  Incidentally, change "along with GNU
13979         Emacs" to "along with this program" where it occurs.
13981         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
13982         so that it is interactive, hence can be found by M-x awk-mode
13983         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
13984         <gmorris+emacs@ast.cam.ac.uk>.
13986         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
13987         Mode's regexps.
13989 2005-05-23  Kevin Ryde  <user42@zip.com.au>
13991         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
13992         c-parse-state, to avoid a lisp error (on bad code).
13994 2005-05-23  Lute Kamstra  <lute@gnu.org>
13996         * subr.el (font-lock-defaults): Remove defvar as it's already
13997         defined in font-core.el.
13999         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
14001 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
14003         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
14004         more general and work when GDB variable "print pretty" is on,
14005         as with Emacs, for example.
14007 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
14009         * font-core.el: Update comment.
14011         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14012         Use `after-change-major-mode-hook' instead of `find-file-hook'.
14014         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
14016 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
14018         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
14019         and `yank-handler' in the doc strings.
14021 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14023         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
14025 2005-05-22  Richard M. Stallman  <rms@gnu.org>
14027         * help.el (describe-key): Move print-help-return-message call
14028         out of conditional.
14030         * progmodes/etags.el (list-tags): Use with-no-warnings.
14032         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
14033         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
14034         (starttls-extra-args, starttls-extra-arguments): Add defvars.
14036         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
14038         * language/viet-util.el (viet-viscii-nonascii-translation-table):
14039         Add defvar.
14041         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
14042         Use defvar, not defconst.
14044         * hexl.el (hexl-follow-line): Use with-no-warnings.
14046         * emulation/tpu-extras.el: Use write-file-functions instead of
14047         write-file-hooks.
14049         * dired.el (dired-font-lock-keywords): Fontify files with junk
14050         extensions even if marked by -F.
14052 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
14054         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
14055         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
14056         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
14057         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
14058         (concatenate, list-length, get*, getf, cl-remprop):
14059         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
14060         (etypecase, progv, lexical-let, lexical-let*)
14061         (multiple-value-bind, multiple-value-setq, shiftf):
14062         Improve argument/docstring consistency.
14064         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
14066 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
14068         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
14069         doesn't exist.
14071         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
14072         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
14074 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
14076         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
14077         already deleted variables: auto-fill-hook, blink-paren-hook,
14078         lisp-indent-hook, inhibit-local-variables, unread-command-event,
14079         suspend-hooks, comment-indent-hook, meta-flag,
14080         before-change-function, after-change-function,
14081         font-lock-doc-string-face.
14083 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
14085         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14087 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
14089         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
14090         rmail-dont-reply-to.
14092 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14094         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
14095         literal blank when splitting new-header-values.
14097 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
14099         * calendar/cal-menu.el (cal-menu-update): Add separator as a
14100         string so that tmm doesn't create a completion entry for it.
14102         * textmodes/table.el (table-disable-menu): Ditto.
14104 2005-05-21  Richard M. Stallman  <rms@gnu.org>
14106         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
14108         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
14110         * net/rcompile.el (remote-compile): Use compilation-start.
14112         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
14114 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
14116         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
14117         Default to makefile-bsdmake-mode on BSD systems.
14119         * imenu.el (imenu-generic-expression, imenu--generic-function'):
14120         REGEXP may also be a search function now.  The part of doc-string
14121         for describing the structure was 95% identical to that of
14122         `imenu--generic-function'.  Unify it there.
14124         * progmodes/make-mode.el (makefile-imenu-generic-expression):
14125         Use function to find dependencies, because regexp alone is so complex,
14126         it easily goes into an endless loop.
14127         (makefile-makepp-mode): Also add submenu for Perl functions
14128         defined in the makefile.
14129         (makefile-bsdmake-mode): Special imenu-generic-expression no
14130         longer needed, due to function call.
14131         (makefile-match-dependency): Take BOUND into account when checking
14132         if we're through.
14134 2005-05-20  Jay Belanger  <belanger@truman.edu>
14136         * calc/calc-units.el (calc-invalidate-units-table):
14137         Use inhibit-read-only.
14138         (math-build-units-table-buffer): Use view-mode.
14140 2005-05-20  David Kastrup  <dak@gnu.org>
14142         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
14143         easy-menu-add is not a nop on Emacs; and clarify when to call it.
14145 2005-05-20  Lute Kamstra  <lute@gnu.org>
14147         * diff-mode.el (diff-header-face, diff-file-header-face)
14148         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14149         (diff-added-face, diff-changed-face, diff-function-face)
14150         (diff-context-face, diff-nonexistent-face): Put them in the
14151         diff-mode customization group.
14153 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14155         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
14157         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
14159         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
14160         Minor regexp-optimization.
14162 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
14164         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
14165         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
14166         (org-agenda-add-time-grid-maybe): New function.
14167         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
14168         (org-table-create): `dotimes' instead of `mapcar'.
14169         (org-xor): Simplify implementation.
14170         (org-agenda): `inhibit-redisplay' turned on.
14171         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
14172         a consistent line after a state change.
14173         (org-agenda-remove-times-when-in-prefix): New option.
14174         (org-prefix-has-time): New variable.
14175         (org-parse-time-string): Optional argument NODEFAULT.
14176         (org-format-agenda-item): Parse items for time-of-day
14177         specifications and move these into the prefix if possible.
14178         (org-agenda-priority): Get current heading, not previous heading
14179         during agenda remote editing.
14181 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
14183         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
14184         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
14185         (remove-duplicates, delete-duplicates, substitute)
14186         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
14187         (nsubstitute-if-not, find, find-if, find-if-not, position)
14188         (position-if, position-if-not, count, count-if, count-if-not)
14189         (mismatch, search, sort*, stable-sort, merge, member*)
14190         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
14191         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
14192         (intersection, nintersection, set-difference, nset-difference)
14193         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
14194         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
14195         (nsublis, tree-equal): Improve argument/docstring consistency.
14197         * subr.el (send-string, send-region): Remove obsolescence declaration.
14198         (window-dot, set-window-dot, read-input, show-buffer)
14199         (eval-current-buffer, string-to-int):
14200         Add release number to obsolescence declarations.
14202 2005-05-19  Kim F. Storm  <storm@cua.dk>
14204         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
14205         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
14207 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
14209         * faces.el (list-faces-display): Make back button respect optional
14210         regexp arg.
14212 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
14214         * calculator.el (calculator-radix-grouping-mode)
14215         (calculator-radix-grouping-digits, calculator-displayer)
14216         (calculator-radix-grouping-separator, calculator-copy-displayer):
14217         * dabbrev.el (dabbrev-search-these-buffers-only):
14218         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
14219         (diff-advance-after-apply-hunk, diff-mode-hook)
14220         (diff-minor-mode-prefix):
14221         * imenu.el (imenu-use-popup-menu):
14222         * jit-lock.el (jit-lock-context-time):
14223         * newcomment.el (comment-fill-column, comment-column)
14224         (comment-style, comment-padding, comment-multi-line)
14225         (comment-empty-lines, comment-auto-fill-only-comments):
14226         * reveal.el (reveal-around-mark):
14227         * uniquify.el (uniquify-buffer-name-style)
14228         (uniquify-after-kill-buffer-p)
14229         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
14230         (uniquify-min-dir-content, uniquify-separator)
14231         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
14232         * w32-vars.el (w32-fixed-font-alist):
14233         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
14234         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
14235         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
14236         * progmodes/perl-mode.el (perl-indent-level)
14237         (perl-continued-statement-offset, perl-continued-brace-offset)
14238         (perl-brace-offset, perl-brace-imaginary-offset)
14239         (perl-label-offset, perl-indent-continued-arguments)
14240         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
14241         * progmodes/tcl.el (tcl-indent-level)
14242         (tcl-continued-indent-level, tcl-auto-newline)
14243         (tcl-tab-always-indent, tcl-electric-hash-style)
14244         (tcl-help-directory-list, tcl-use-smart-word-finder)
14245         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
14246         (inferior-tcl-source-command):
14247         * textmodes/fill.el (enable-kinsoku):
14248         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
14249         * textmodes/table.el (table-yank-handler):
14250         Specify missing group (and type, if simple) in defcustom.
14252 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
14254         * progmodes/compile.el (compilation-finish-function): Fix defvar.
14256 2005-05-19  Richard M. Stallman  <rms@gnu.org>
14258         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
14260         * subr.el (event-basic-type): Don't get an error.
14261         (left-fringe-p): Function deleted.
14263         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
14264         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
14266         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
14267         in recursive copy.
14269         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
14271         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
14273         * emacs-lisp/bytecomp.el
14274         (byte-compile-file-form-custom-declare-variable):
14275         Call byte-compile-nogroup-warn if appropriate.
14277         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
14278         (compilation-set-window): Don't call left-fringe-p; do it directly.
14280 2005-05-19  Jay Belanger  <belanger@truman.edu>
14282         * calc/calc-graph.el (calc-graph-format-data): Make sure
14283         var-PlotRejects is bound before trying to check its value.
14285 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
14287         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
14288         definition of this variable from reftex-global.el to reftex.el,
14289         because it is needed in the menu.
14291 2005-05-19  Lute Kamstra  <lute@gnu.org>
14293         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
14294         years are fixed.  Don't insert a space after a dash.
14296 2005-05-19  Kim F. Storm  <storm@cua.dk>
14298         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
14300 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
14302         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
14303         strings, because (eq ... ?\\) is fairly frequent.
14305         * progmodes/make-mode.el (makefile-add-this-line-targets):
14306         Simplify and integrate into `makefile-pickup-targets'.
14307         (makefile-add-this-line-macro): Simplify and integrate into
14308         `makefile-pickup-macros.
14309         (makefile-pickup-filenames-as-targets): Simplify.
14310         (makefile-previous-dependency, makefile-match-dependency):
14311         Don't stumble over `::'.
14313 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
14315         * subr.el (post-command-idle-hook, post-command-idle-delay):
14316         Remove obsoletion of post-command-idle-hook and
14317         post-command-idle-delay.
14319         * faces.el (list-faces-display): Provide button when describe-face
14320         is called to take user back to the list of faces.
14322         * help-fns.el (describe-variable): Remove hyperlinks in a
14323         variable's value as these are quite frequently inappropriate.
14325         * follow.el (follow-submit-feedback, follow-mode):
14326         Remove references to post-command-idle-hook.
14328 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
14330         * progmodes/make-mode.el (makefile-previous-dependency)
14331         (makefile-match-dependency): Check for := (and in bsd mode also
14332         !=) to give a better result, even when font-lock is not on.
14334 2005-05-18  Jay Belanger  <belanger@truman.edu>
14336         * calc/calc-help.el (calc-s-prefix-help):
14337         Add `calc-copy-special-constant' to help string.
14339 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
14341         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14343 2005-05-18  Jay Belanger  <belanger@truman.edu>
14345         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
14346         in linear factors are in proper order.
14348 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
14350         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14351         Support for jurabib.
14353         * textmodes/reftex.el (featurep): Define aliases for overlay
14354         commands, for XEmacs compatibility, and use these aliases in
14355         overlay initializations.
14356         (reftex-highlight): Use `reftex-move-overlay'.
14357         (reftex-unhighlight): Use `reftex-delete-overlay'.
14358         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
14359         (reftex-access-search-path): Use `reftex-uniquify' instead of
14360         `reftex-uniq'
14362         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
14363         `before-string' property modification enables for Emacs as well.
14364         (reftex-select-item): Use `reftex-delete-overlay'.
14365         (reftex-select-mark): Use `reftex-make-overlay' and
14366         `reftex-overlay-put'.
14367         (reftex-select-unmark): Use `reftex-delete-overlay' and
14368         `reftex-overlay-put'.
14370 2005-05-18  Lute Kamstra  <lute@gnu.org>
14372         * emacs-lisp/lisp.el (check-parens): Fix docstring.
14374 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
14376         * add-log.el (add-change-log-entry):
14377         * array.el (array-make-template, array-reconfigure-rows)
14378         (array-init-max-row, array-init-max-column)
14379         (array-init-columns-per-line, array-init-field-width):
14380         * replace.el (replace-match-maybe-edit, perform-replace):
14381         * textmodes/spell.el (spell-region):
14382         Replace `read-input' by `read-string'.
14384         * forms.el (forms-mode):
14385         * finder.el (finder-compile-keywords):
14386         * shadowfile.el (shadow-read-files):
14387         Replace `eval-current-buffer' by `eval-buffer'.
14389         * terminal.el (te-pass-through):
14390         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
14391         (ange-ftp-raw-send-cmd):
14392         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
14393         (send-process-next-char, telnet-initial-filter, telnet):
14394         Replace `send-string' by `process-send-string'.
14396         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
14397         (prolog-consult-region): Replace `send-string' by
14398         `process-send-string'; replace `send-region' by `process-send-region'.
14400         * progmodes/delphi.el (delphi-log-msg):
14401         Replace `set-window-dot' by `set-window-point'.
14403         * subr.el (window-dot, set-window-dot, read-input, send-string)
14404         (send-region, show-buffer, eval-current-buffer):
14405         Make really obsolete, as the comment says.
14407 2005-05-17  Kim F. Storm  <storm@cua.dk>
14409         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
14410         (cua--init-keymaps): Bind C-return instead of S-return to set
14411         rectangle mark.
14413         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
14414         instead of S-return to toggle/clear rectangle mark.
14416 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
14418         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
14419         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
14420         Also fontify plain strings assigned to variables, mostly so that a
14421         colon has a face and is thus not taken as a dependency separator.
14422         (makefile-previous-dependency): Inline the new matcher, because it
14423         is too complex to work in both directions.
14424         (makefile-match-dependency): Eliminate `backward' arg (see above).
14425         Completely reimplemented so as to not sometimes go into an endless
14426         loop.  It should also be more efficient, because first it only
14427         searches for `:', instead of applying the very complex regexp.
14428         (makefile-mode): Cancel `font-lock-support-mode', because blocks
14429         to be fontified in one piece can be too long for JIT.
14430         Makefiles are never *that* big.
14432 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
14434         * dired.el (dired-mode): Simplify.
14436 2005-05-17  Lute Kamstra  <lute@gnu.org>
14438         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
14439         defcustom for the mode hook variable.
14441         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
14442         Emacs Lisp Reference Manual.
14444 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
14446         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
14447         (evenp, list*):
14448         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
14449         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
14451         * net/tramp-smb.el (tramp-smb-open-connection):
14452         Pass `tramp-chunksize' as fifth (required) argument.
14454 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
14456         * font-lock.el (lisp-font-lock-keywords-1):
14457         Set `font-lock-negation-char-face' for [^...] char group.
14458         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
14460         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
14461         a var, and refine it to mask one more level of nested vars.
14462         (makefile-rule-action-regex): Turn it into a var, and refine it so
14463         it recognizes backslashed continuation lines as belonging to the
14464         same command.
14465         (makefile-macroassign-regex): Refine it so it recognizes
14466         backslashed continuation lines as belonging to the same command.
14467         (makefile-var-use-regex): Don't look at the next char, because it
14468         might be the same one to be skipped by the initial [^$], leading
14469         to an overlooked variable use.
14470         (makefile-make-font-lock-keywords): Remove two parameters, which
14471         are now variables that some of the modes set locally.
14472         Handle dependency and rule action matching through functions, because
14473         regexps alone match too often.  Dependency matching now comes
14474         last, so it can check, whether a colon already matched something else.
14475         (makefile-mode): Inform that font-lock improves makefile parsing
14476         capabilities.
14477         (makefile-match-dependency, makefile-match-action): New functions.
14479 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
14481         * emacs-lisp/cl-extra.el (equalp): Doc fix.
14483         * align.el (align-regexp):
14484         * ansi-color.el (ansi-color-get-face):
14485         * array.el (array-reconfigure-rows, array-init-max-row)
14486         (array-init-max-column, array-init-columns-per-line)
14487         (array-init-field-width):
14488         * dired-aux.el (dired-trample-file-versions):
14489         * dired-x.el (dired-mark-sexp):
14490         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
14491         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
14492         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
14493         * faces.el (face-read-integer):
14494         * files.el (backup-extract-version, insert-directory):
14495         * hexl.el (hexl-insert-decimal-char):
14496         * server.el (server-process-filter):
14497         * shell.el (shell-extract-num):
14498         * startup.el (command-line-1):
14499         * term.el (term-command-hook):
14500         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
14501         (time-stamp-do-number):
14502         * time.el (display-time-update):
14503         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
14504         (timezone-fix-time):
14505         * vms-patch.el (vms-suspend-resume-hook):
14506         * calendar/appt.el (appt-convert-time):
14507         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14508         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14509         * calendar/cal-islam.el (mark-islamic-diary-entries):
14510         * calendar/calendar.el (calendar-cursor-to-date)
14511         (calendar-star-date):
14512         * calendar/diary-lib.el (diary-attrtype-convert)
14513         (mark-diary-entries, diary-entry-time):
14514         * calendar/solar.el (solar-get-number):
14515         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
14516         * emacs-lisp/re-builder.el (reb-display-subexp):
14517         * emulation/edt.el (edt-set-scroll-margins):
14518         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14519         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
14520         (vip-get-ex-count):
14521         * emulation/viper-ex.el (viper-get-ex-token)
14522         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
14523         * international/fontset.el (fontset-plain-name):
14524         * mail/feedmail.el (feedmail-look-at-queue-directory):
14525         * mail/mailalias.el (mail-get-names):
14526         * mail/rmail.el (rmail-convert-to-babyl-format):
14527         * mail/rmailsum.el (rmail-make-basic-summary-line)
14528         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
14529         (rmail-summary-goto-msg):
14530         * mail/smtpmail.el (smtpmail-read-response):
14531         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
14532         (ange-ftp-vms-add-file-entry):
14533         * play/gametree.el (gametree-looking-at-ply)
14534         (gametree-current-branch-score):
14535         * progmodes/ada-xref.el (ada-prj-find-prj-file)
14536         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14537         * progmodes/cperl-mode.el (condition-case):
14538         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
14539         (ebrowse-set-member-buffer-column-width)
14540         (ebrowse-select-1st-to-9nth):
14541         * progmodes/etags.el (etags-snarf-tag):
14542         * progmodes/flymake.el (flymake-parse-line):
14543         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
14544         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
14545         (idlwave-shell-menu-def):
14546         * progmodes/ps-mode.el (ps-run-goto-error):
14547         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
14548         (vhdl-speedbar-contract-level):
14549         * term/mac-win.el (x-handle-numeric-switch):
14550         * term/sun-mouse.el (sun-get-frame-data):
14551         * term/w32-win.el (x-handle-numeric-switch):
14552         * term/x-win.el (x-handle-numeric-switch):
14553         * textmodes/ispell.el (ispell-parse-output):
14554         * textmodes/nroff-mode.el (nroff-outline-level):
14555         * textmodes/reftex-cite.el (reftex-bib-sort-year)
14556         (reftex-bib-sort-year-reverse, reftex-format-citation):
14557         * textmodes/reftex-parse.el (reftex-init-section-numbers)
14558         (reftex-section-number):
14559         * textmodes/texinfmt.el (texinfo-paragraphindent):
14560         Replace `string-to-int' by `string-to-number'.
14562         * international/latexenc.el: Add page marker to force the "Local
14563         Variables:" string out of the last page.
14565 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14567         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
14568         tooltip-change-major-mode.
14569         (gud-tooltip-print-command): Remove case where gud-minor-mode
14570         is gdb ("--fullname").
14571         (gud-tooltip-tips): Turn GUD tooltips off for this case and
14572         explain to user.
14574 2005-05-16  Jay Belanger  <belanger@truman.edu>
14576         * calc/calc-store.el (calc-copy-special-constant): New function.
14578         * calc/calc-ext.el (calc-init-extensions): Add binding for
14579         `calc-copy-special-constant'.
14581         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
14582         for the `calc-copy-special-constant' command.
14584 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14586         * subr.el (left-fringe-p): New function.
14588         * progmodes/compile.el (compilation-setup): Set local value of
14589         overlay-arrow-string to "" always.
14590         (compilation-set-window): Left fringe then don't scroll.
14591         No left fringe then no arrow and scroll message to top.
14592         (compilation-context-lines): Adjust doc string accordingly.
14594 2005-05-16  Kim F. Storm  <storm@cua.dk>
14596         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14597         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
14598         (ido-wide-find-dir-or-delete-dir): New command for M-d.
14599         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
14600         (ido-read-file-name): Handle commands with ido property value
14601         equal to find-file as reading a file name, to allow C-d to enter dired.
14602         (ibuffer-find-file): Add ido property with value find-file.
14604 2005-05-15  Kim F. Storm  <storm@cua.dk>
14606         * subr.el (open-network-stream-nowait): Remove.
14607         (open-network-stream-server): Remove.
14609 2005-05-15  Richard M. Stallman  <rms@gnu.org>
14611         * faces.el (describe-face): Output a definition link button.
14613         * help-mode.el (help-face-def): New button type.
14615         * emacs-lisp/copyright.el (copyright-fix-years):
14616         Match properly if the first year is 2-digit.
14617         Don't mess up the whitespace after the years by filling.
14619         * dired-aux.el (dired-mark-confirm):
14620         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
14622         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
14623         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
14624         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
14626         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14627         Set font-lock-comment-start-skip.
14629         * font-lock.el (font-lock-comment-start-skip): New variable.
14630         (font-lock-comment-end-skip): New variable.
14631         (font-lock-fontify-syntactically-region): Use them if non-nil.
14633 2005-05-15  Jay Belanger  <belanger@truman.edu>
14635         * calc/calc-store.el (calc-store-value): Return a string rather
14636         than display it as a message.
14637         Use calc-var-name for variable name.
14638         (calc-store-into): Add the result of calc-store-value to message.
14639         (calc-copy-variable): Add a message.
14640         (calc-store-exchange): Improve error messages.
14641         (calc-store-binary, calc-store-map): Don't reset the values of
14642         special constants.
14644 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
14646         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
14647         manual to docstring.
14649         * files.el (hack-local-variables-confirm): Add STRING argument.
14650         Make the function handle non file visiting buffers correctly.
14651         (hack-local-variables-prop-line, hack-local-variables)
14652         (hack-one-local-variable): Use STRING arg of
14653         `hack-local-variables-confirm'.
14655 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
14657         Sync with Tramp 2.0.49.
14659         * net/tramp.el (tramp-handle-dired-call-process)
14660         (tramp-handle-insert-directory):`insert-buffer' cannot be used
14661         because the contents of the Tramp buffer is changed before
14662         insertion (`expand-file' and alike).
14663         (tramp-handle-insert-directory): If `localname' has an empty
14664         nondirectory name, it must not be quoted.
14665         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
14666         variable `tramp-chunksize'.  Change callees.
14667         (tramp-open-connection-setup-interactive-shell): Check remote host
14668         for buggy `send-process-string' implementation.
14669         Set `tramp-chunksize' if found.  Reported by Michael Kifer
14670         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
14671         (tramp-handle-shell-command): `insert-buffer' cannot be used
14672         because the contents of the Tramp buffer is changed before
14673         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
14674         <frederic.bothamy@free.fr>.
14675         (tramp-set-auto-save): Actions should be done for Tramp file name
14676         handler only.  Ange-FTP has its own auto-save mechanism.
14677         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14678         (tramp-set-auto-save-file-modes): Set file modes of
14679         `buffer-auto-save-file-name' to ?\600 as fallback solution.
14680         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
14681         (tramp-bug): Remove obsolete variable.
14682         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
14683         for presence of `mml-mode'.  Make it running for older Emacsen as well.
14685 2005-05-14  John Paul Wallington  <jpw@pobox.com>
14687         * ibuf-ext.el (define-ibuffer-filter filename):
14688         If `dired-directory' is a list, use its car.
14690 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
14692         * ibuffer.el (define-ibuffer-column filename):
14693         If `dired-directory' is a list, use its car.
14695 2005-05-14  Richard M. Stallman  <rms@gnu.org>
14697         * subr.el (symbol-file): Doc fix.
14699         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14700         (byte-compile-form): Call byte-compile-nogroup-warn.
14701         (byte-compile-warning-types): Doc fix.
14703         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14705         * progmodes/cc-engine.el (c-literal-faces):
14706         Add font-lock-comment-delimiter-face.
14708         * net/net-utils.el (dig): Use with-no-warnings.
14710         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14711         (sc-recite-frame-alist, sc-default-cite-frame)
14712         (sc-default-uncite-frame, sc-default-recite-frame)
14713         (sc-attrib-selection-list, sc-rewrite-header-list):
14714         Mark as risky-local-variable.
14716         * international/ogonek.el (ogonek-jak, ogonek-how):
14717         Don't use beginning-of-buffer.
14719         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14721         * calendar/solar.el (solar-data-list): Move definition up.
14723         * dnd.el (dnd-protocol-alist): Add autoload.
14725         * progmodes/sh-script.el: Many doc usage fixes.
14726         (sh-indent-after-do): Change default to match common styles.
14728 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
14730         * files.el (interpreter-mode-alist)
14731         (auto-mode-interpreter-regexp): Doc fixes.
14733 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
14735         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14737         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14739 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14741         * dired.el (dired-mode): make-variable-buffer-local =>
14742         make-local-variable.
14744 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14746         * term/mac-win.el (mac-select-convert-to-string): Try coding
14747         systems in mac-script-code-coding-systems if specified one cannot
14748         encode string for `com.apple.traditional-mac-plain-text'.
14750 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
14752         * progmodes/make-mode.el (makefile-targets-face)
14753         (makefile-shell-face, makefile-makepp-perl-face): New faces.
14754         (makefile-dependency-regex): Fix it to not make the colon in
14755         $(var:a=b) special.
14756         (makefile-rule-action-regex): New regexp for highlighting embedded
14757         Shell strings.
14758         (makefile-macroassign-regex): Handle != for highlighting as
14759         embedded Shell strings.
14760         (makefile-var-use-regex): New const.
14761         (makefile-statements, makefile-automake-statements)
14762         (makefile-gmake-statements, makefile-makepp-statements)
14763         (makefile-bsdmake-statements): New consts.
14764         (makefile-make-font-lock-keywords): New function.
14765         (makefile-automake-font-lock-keywords)
14766         (makefile-gmake-font-lock-keywords)
14767         (makefile-makepp-font-lock-keywords)
14768         (makefile-bsdmake-font-lock-keywords): New consts.
14769         (makefile-mode-map): Add switchers between the various submodes.
14770         (makefile-mode): Document the availability of the variants.
14771         (makefile-automake-mode, makefile-gmake-mode)
14772         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14774         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14775         new variants of makefile-mode.
14777 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14779         * font-lock.el (font-lock-comment-delimiter-face): Fix up
14780         the inheritance.
14782 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
14784         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14785         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14787         * files.el (normal-mode): Extend the scope of the
14788         `enable-local-variables' binding to include the `set-auto-mode' call.
14789         (magic-mode-alist): Doc fix.
14791 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14793         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14794         font-lock-comment-face rather than copying its setting.
14796 2005-05-12  Andreas Schwab  <schwab@suse.de>
14798         * eshell/esh-mode.el (eshell-send-input): Doc fix.
14800 2005-05-12  Lute Kamstra  <lute@gnu.org>
14802         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14803         defcustom for the mode hook variable.  Delete the last argument.
14804         * generic-x.el: Fix callers of define-generic-mode.
14805         (generic-x-modes): Delete group.
14806         (show-tabs-tab-face, show-tabs-space-face): Put them in the
14807         generic-x customization group.
14809 2005-05-12  Kim F. Storm  <storm@cua.dk>
14811         * font-lock.el (font-lock-negation-char-face): Default to "off".
14813         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14814         font-lock-negation-char-face to ! in !=.
14816 2005-05-12  Masatake YAMATO  <jet@gyve.org>
14818         * add-log.el (find-change-log): Fix typos in the docstring
14819         of function.
14821 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14823         * international/latexenc.el (latexenc-find-file-coding-system):
14824         Avoid `re-search-forward' when looking for input encoding because
14825         of speed and safety.  Better regular expressions for recognizing
14826         input encoding.  Limit a search for TeX-master/tex-main-file to
14827         the local variable section.
14829 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
14831         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14832         syntax of $ to "'" (quote).
14834 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14836         * dnd.el (dnd-protocol-alist): Improve custom type.
14838         * dired.el (dired-dnd-protocol-alist): New variable.
14839         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
14840         `dired-mode-hook' to the end.
14842 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14844         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14845         comment-end if comment-start-skip is not set.
14846         Obey the font-lock-comment-delimiter-face variables.
14848 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14850         * files.el (executable-find): Move from executable.el.  Use
14851         locate-file.
14852         * progmodes/executable.el (executable-find): Move to files.el.
14854         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14855         when trying to ensure forward progress.
14857 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
14859         * mouse-sel.el (mouse-sel-follow-link-p): New function.
14860         (mouse-select, mouse-select-internal, mouse-extend-internal):
14861         Use it to implement mouse-1-click-follows-link functionality.
14863 2005-05-11  Richard M. Stallman  <rms@gnu.org>
14865         * font-lock.el (font-lock-fontify-syntactically-region):
14866         Use font-lock-comment-delimiter-face for comment delimiters.
14868 2005-05-10  Jay Belanger  <belanger@truman.edu>
14870         * calc/calc-help.el (calc-m-prefix-help): Add mention of
14871         preserving embedded modes.
14873 2005-05-10  Richard M. Stallman  <rms@gnu.org>
14875         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14877         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14878         Move from ada-stmt.el.
14879         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14881         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14882         Move to ada-mode.el.
14883         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14885         * cus-edit.el (custom-file): Call file-chase-links.
14887         * files.el (read-directory-name): Fix previous change.
14888         (hack-local-variables-confirm): New function.
14889         (hack-local-variables-prop-line, hack-local-variables)
14890         (hack-one-local-variable): Use it.
14892 2005-05-10  Lute Kamstra  <lute@gnu.org>
14894         * font-lock.el (font-lock-keywords-alist)
14895         (font-lock-removed-keywords-alist): Clarify docstrings.
14897 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
14899         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14900         (gdb-source-info): Check for preprocessor info.
14901         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
14902         a macro for a function.
14903         (gdb-info-breakpoints-custom): Try to find file again if not already
14904         found (user might have used GDB dir command).
14905         (gdb-get-location): Update gdb-location-alist correctly for change
14906         to gdb-info-breakpoints-custom.
14908         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14909         (gud-tooltip-print-command): Add gdbmi case.
14910         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14911         preprocessor info.
14913 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
14915         * startup.el (fancy-splash-insert): Fix typo in doc string.
14917 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
14919         * obsolete/float.el (string-to-float):
14920         * obsolete/hilit19.el (hilit-add-pattern):
14921         * obsolete/rnews.el (news-parse-range, news-select-message)
14922         (news-get-pruned-list-of-files): Replace `string-to-int' by
14923         `string-to-number'.
14925         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14926         `find-file-not-found-hooks'; use `add-hook'.
14927         (uncompress-while-visiting): Set `write-file-functions', not
14928         `write-file-hooks'; use `add-hook'.
14930 2005-05-09  Kim F. Storm  <storm@cua.dk>
14932         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14933         (cua-paste): Handle clipboard action.
14934         (cua--init-keymaps): Remap clipboard-kill-region and
14935         clipboard-kill-ring-save.
14937 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
14939         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14940         Improve commentary.
14942         * simple.el (next-error-overlay-arrow-position): Revert the change
14943         made on 2005-04-30.
14945 2005-05-07  Jay Belanger  <belanger@truman.edu>
14947         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14948         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14949         `calc-sel-reselect'.
14951         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14952         Calc is in embedded mode.
14954 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14956         * progmodes/compile.el (compilation-setup):
14957         Set overlay-arrow-string to an empty string on text terminals.
14959         * textmodes/ispell.el (ispell-program-name): Try looking for
14960         "aspell" along exec-path, and if found, use it as the default
14961         speller program.
14963 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
14965         * international/mule.el (sgml-xml-auto-coding-function):
14966         Recognize encoding='FOO' in single quotes as well as in double quotes.
14968 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14970         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
14971         as well as `interactive', so that defmacro* would recognize
14972         `declare' forms.
14974 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14976         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14977         Explain more about the LIGHTER arg's usage in the doc string.
14978         Add commentary to clarify what the code does.  Fix the regexp that
14979         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
14980         since it could have characters special to regular expressions.
14982 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14984         * replace.el (occur-1): Bind inhibit-read-only so that
14985         erase-buffer doesn't barf on read-only text properties (likewise
14986         for add-text-properties in occur-engine).  Mark buffer as unmodified.
14987         (occur-engine): Don't set buffer-read-only here.
14989 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14991         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
14992         list-buffers-directory.  This caused the *cvs-commit* buffer to be
14993         sometimes mistakenly reused as a *cvs* buffer.
14995 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
14997         * tooltip.el: Move code for GUD tooltips into gud.el.
14998         (require): CL no longer needed to compile case.
14999         (tooltip-mode): Do not toggle functions for GUD tooltips.
15000         (tooltip-gud-tips-p): Remove.  Replace with minor mode
15001         gud-tooltip-mode in gud.el.
15002         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
15003         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
15004         tooltip-gud prefix with gud-tooltip and obsolete.
15005         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
15006         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
15007         (tooltip-mouse-motion): Mouse movement functions/variable.
15008         Rename in gud.el by adding gud prefix.
15009         (tooltip-gud-original-filter, tooltip-gud-dereference)
15010         (tooltip-gud-event, tooltip-toggle-gud-tips)
15011         (tooltip-gud-process-output, tooltip-gud-print-command)
15012         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
15013         gud.el by replacing tooltip-gud prefix with gud-tooltip.
15014         (gdb-tooltip-print): Move to gdb-ui.el.
15016         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
15017         (require): CL needed to compile case.
15018         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
15019         tooltip-gud-tips-p.  Make it a minor-mode.
15020         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
15021         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
15022         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
15023         (gud-tooltip-change-major-mode)
15024         (gud-tooltip-activate-mouse-motions-if-enabled)
15025         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
15026         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
15027         (gud-tooltip-original-filter, gud-tooltip-dereference)
15028         (gud-tooltip-event, tooltip-toggle-gud-tips)
15029         (gud-tooltip-process-output, gud-tooltip-print-command)
15030         (gud-tooltip-tips): Move from tooltip.el.
15032         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
15033         (gdb-cpp-define-alist-flags): Doc fix.
15034         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
15035         gud-tooltip-mode is t.
15037 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15039         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
15040         evaporate if their text is deleted.
15041         (goto-address-at-point): Make it work as a mouse binding as well.
15042         (goto-address-at-mouse): Obsolete it.  Update users.
15044 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
15046         * calendar/appt.el (top-level): No longer activate on load.
15048 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
15050         * calendar/cal-bahai.el (mark-bahai-diary-entries):
15051         * net/webjump.el (webjump):
15052         * progmodes/idlw-help.el (idlwave-do-context-help1)
15053         (idlwave-highlight-linked-completions):
15054         * textmodes/po.el (po-find-file-coding-system-guts):
15055         Replace `assoc-ignore-case' by `assoc-string'.
15057 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
15059         * files.el (locate-file): Doc fix.
15061         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
15062         Remove the redundant test for ms-dos.
15064         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
15065         look for the preprocessor with exec-suffixes.  If not found in
15066         standard places, look in exec-path.  Remove most of the tests that
15067         used system-type.
15069         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
15071         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
15073         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
15074         file-name clash with jka-compr.el on 8+3 filesystems.
15076 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15078         * term/mac-win.el: Don't define or bind scroll bar functions if
15079         x-toolkit-scroll-bars is t.
15080         (x-select-text, x-get-selection-value): Clear
15081         x-last-selected-text-clipboard if x-select-enable-clipboard is
15082         nil.
15083         (PRIMARY): Put mac-scrap-name property.
15084         (mac-select-convert-to-file-url): New function.
15085         (public.file-url): New selection target type.  Add to
15086         selection-converter-alist.
15087         (x-get-selection, x-selection-value): Handle it.
15088         (x-cut-buffer-or-selection-value): New alias.
15090 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15092         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
15093         entry to avoid calling bibtex-find-entry with arg global
15094         being t.  Remove arg key.
15095         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
15096         (bibtex-copy-summary-as-kill): Change accordingly.
15098 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15100         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
15101         (org-agenda-date-later): Use with-current-buffer.
15103 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
15105         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
15106         (define-obsolete-variable-alias): Doc Fixes.
15108 2005-05-06  Kim F. Storm  <storm@cua.dk>
15110         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
15111         vertical-motion when selective-display is active.
15113         * ido.el (ido-setup-hook): New hook.
15114         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
15115         (ido-input-stack): New var.
15116         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
15117         ido-next-work-file binding to M-O.
15118         Bind M-f to ido-wide-find-file-or-pop-dir.
15119         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
15120         (ido-read-internal): Run ido-setup-hook.
15121         Catch quit in read-file-name and read-string to cancel edit.
15122         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
15123         Automatically pop-all when completing a directory name (RET).
15124         (ido-file-internal): Add with-no-warnings around ffap and dired code.
15125         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
15126         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
15127         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
15128         New functions for M-b/M-f to move among the directory components.
15129         (ido-make-merged-file-list): Catch quit to cancel merge.
15130         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
15131         (ido-completion-help): No warnings for ido-completion-buffer-full.
15133 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
15135         * font-lock.el (font-lock-negation-char-face): New face and variable.
15136         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
15137         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
15138         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
15139         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
15141 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
15143         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
15144         Fix typo in docstring.
15146         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
15147         (ebrowse-print-statistics-line)
15148         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
15150         * term/w32-win.el (image-library-alist): Add additional name for
15151         Xpm library.
15153 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
15155         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
15156         use gcc instead of cpp.
15158         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
15159         (gdb-create-define-alist): Use it.
15160         (gdb-cpp-define-alist-program): Update for MS-DOS.
15162 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
15164         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
15166 2005-05-04  Richard M. Stallman  <rms@gnu.org>
15168         * help.el (describe-key): No error when UNTRANSLATED is nil.
15170         * simple.el (line-move-1): Fix previous change to signal errors
15171         appropriately.
15173 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
15175         * calendar/icalendar.el (icalendar-version): Now at 0.12.
15176         (icalendar-duration-correction): Remove.
15177         (icalendar--get-event-properties): Split result at commas.
15178         (icalendar--decode-isoduration): New optional argument
15179         DURATION-CORRECTION.
15180         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
15181         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
15182         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
15183         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
15184         (icalendar--convert-anniversary-to-ical): New functions, extracted
15185         from icalendar-export-region, with bug fixes.
15186         (icalendar-export-region): Use the above functions.
15187         (icalendar-import-buffer): Check before saving diary file.
15188         (icalendar--convert-recurring-to-diary)
15189         (icalendar--convert-non-recurring-all-day-to-diary)
15190         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
15191         extracted from icalendar--convert-ical-to-diary, with bug fixes.
15192         (icalendar--convert-ical-to-diary): Use the above functions.
15194 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
15196         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
15197         Remove these recent additions.
15198         (c-mode): Restore to before 2005-04-28.
15200         * progmodes/cc-vars.el (cc-define-list-program): Remove this
15201         recent addition.
15203         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
15204         (gdb-define-alist): New variables.
15205         (gdb-create-define-alist): New function.
15206         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
15207         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
15208         with string-to-number.
15209         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
15211         * progmodes/gud.el: Replace string-to-int with string-to-number.
15212         (gud-find-file): Handle gdb-define-alist.
15214         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
15216 2005-05-02  Jay Belanger  <belanger@truman.edu>
15218         * calc/calc-aent.el (math-read-token):
15219         * calc/calc-bin.el (calc-word-size):
15220         * calc/calc-ext.el (calc-read-number-fancy):
15221         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
15222         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
15223         * calc/calc-frac.el (calc-over-notation):
15224         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
15225         (calc-graph-num-points, calc-graph-init):
15226         * calc/calc-prog.el (calc-read-parse-table-part)
15227         (calc-edit-macro-repeats):
15228         * calc/calc-yank.el (calc-do-grab-rectangle):
15229         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
15230         Replace `string-to-int' by `string-to-number'.
15232 2005-05-02  Kim F. Storm  <storm@cua.dk>
15234         * kmacro.el: Use executing-kbd-macro-index variable.
15236 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
15238         * net/rlogin.el (rlogin-parse-words): Delete func.
15239         (rlogin): Use split-string, not rlogin-parse-words.
15240         Also, if there are option-like elements in the parsed args,
15241         take the host to be the first arg immediately following them.
15242         Suggested by Michael Mauger.
15244 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15246         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
15248 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
15250         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
15251         (cc-mode-cpp-program): Rename to cc-define-list-program and
15252         move to cc-vars.el.
15254         * progmodes/cc-vars.el (cc-define-list-program):
15255         Change to "gcc -E -dM -".  Make customizable.
15257 2005-05-02  Kim F. Storm  <storm@cua.dk>
15259         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
15261 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
15263         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
15265         * international/mule-util.el (truncate-string): Remove alias and
15266         obsolete declaration.
15268         * international/mule-cmds.el (update-iso-coding-systems):
15269         Remove alias and obsolete declaration.
15271         * international/mule.el (coding-system-parent): Remove alias and
15272         obsolete declaration.
15274         * subr.el (define-function, sref): Remove aliases and obsolete
15275         declarations.
15276         (chars-in-region): Remove obsolete declaration.
15278 2005-05-01  Richard M. Stallman  <rms@gnu.org>
15280         * info.el (Info-mode): Set widen-automatically to nil, locally.
15282         * simple.el (widen-automatically): New variable.
15283         (pop-global-mark): Obey widen-automatically.
15285 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
15287         * term/xterm.el (function-key-map): Call substitute-key-definition
15288         before the keymap size is increased by a lot of define-key calls.
15290 2005-05-01  Richard M. Stallman  <rms@gnu.org>
15292         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
15293         Rename ARG to ELEMENT.  Doc fix.
15295 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
15297         * allout.el (allout-exposure): Remove macro and obsolete declaration.
15298         Remove references to allout-exposure/change to allout-new-exposure.
15300         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
15301         bytecode symbols.
15303         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
15304         (compiled-function-p, focus-frame, unfocus-frame):
15305         Remove aliases and obsolete declarations.
15306         Back out inadvertent changes from previous commit.
15308 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15310         * files.el (require-final-newline): Make Custom tags consistent
15311         with mode-require-final-newline.
15312         (mode-require-final-newline): Doc fix.
15314 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15316         * international/latexenc.el (latexenc-find-file-coding-system):
15317         Fix regular expressions.
15319 2005-05-01  David Kastrup  <dak@gnu.org>
15321         * international/latexenc.el (latexenc-find-file-coding-system):
15322         Fix regular expressions.
15324 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
15326         * subr.el (string-to-int): Make obsolete.
15328 2005-04-30  Richard M. Stallman  <rms@gnu.org>
15330         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
15332         * loadup.el: load jka-comp-hook.
15334         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
15335         (jka-compr-handler): Add autoload.  `put' calls moved
15336         to jka-comp-hook.el.
15337         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
15338         (jka-compr-inhibit): Autoload.
15340         * jka-comp-hook.el: New file.
15341         Enable the mode by default.
15343         * files.el (backup-buffer-copy): Use copy-file instead
15344         of write-region, and put back the 'excl.
15346 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
15348         * progmodes/flymake.el (flymake-split-string)
15349         (flymake-split-string, flymake-log, flymake-pid-to-names)
15350         (flymake-reg-names, flymake-get-source-buffer-name)
15351         (flymake-unreg-names, flymake-add-line-err-info)
15352         (flymake-add-err-info): Clarify docstrings.
15353         (flymake-popup-menu, flymake-make-emacs-menu)
15354         (flymake-make-xemacs-menu): Add docstrings.
15355         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
15356         Set variables directly throughout.
15358 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
15360         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
15361         exists.  Initialize cc-define-alist.
15362         (c-mode): Add cc-create-define-alist locally to after-save-hook.
15363         If there is no file (Macroexpansion) don't create an alist.
15365 2005-04-29  Sam Steingold  <sds@gnu.org>
15367         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
15368         (cc-create-define-alist): Use it instead of the hard-coded string.
15370 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15372         * international/mule-conf.el (file-coding-system-alist): Fix regexp
15373         for latexenc.
15375 2005-04-29  Lute Kamstra  <lute@gnu.org>
15377         * emacs-lisp/generic.el: Improve commentary section.
15378         (define-generic-mode): Improve docstring.
15380 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
15382         * textmodes/org.el (many places): Change to quiet the byte compiler.
15383         (org-prefix-format-compiled): New variable.
15384         (org-compile-prefix-format): New function.
15385         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
15386         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
15387         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
15388         (org-get-entries-from-diary): Use `org-get-time-of-day' for
15389         consistency with entries from `org-mode' files.
15390         (org-get-time-of-day): Fix bug with partial matches early in a line.
15391         (org-non-link-chars): New constant.
15392         (org-link-regexp): Respect `org-non-link-chars'.
15393         (org-agenda-day-view): Remove command.
15394         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
15395         (org-follow-bbdb-link, org-store-link): Search also company field.
15396         (org-highlight-overlay): New variable.
15397         (org-highlight, org-unhighlight): New functions.
15398         (org-agenda-mode): Add pre-command-hook to remove highlight.
15399         (org-evaluate-time-range): Behavior depends upon whether time stamp
15400         contains a time or not.
15401         (org-show-subtree, org-show-entry): New functions.
15402         (org-agenda-cleanup-fancy-diary): Remove empty lines.
15404 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
15406         * comint.el (comint-output-filter-functions): Add autoload cookie.
15408 2005-04-28  Kim F. Storm  <storm@cua.dk>
15410         * ido.el (ido-everywhere): Fix last change.
15412 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15414         * international/latexenc.el: New file.
15415         * international/mule-conf.el (file-coding-system-alist): For .tex,
15416         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
15418 2005-04-28  Lute Kamstra  <lute@gnu.org>
15420         * font-lock.el (font-lock-add-keywords)
15421         (font-lock-remove-keywords): Clarify docstring.
15422         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
15423         Don't start docstrings with a `*'.
15424         (font-lock-update-removed-keyword-alist): Give it a docstring.
15426         * generic-x.el: Update commentary section.
15427         Only require font-lock when compiling.
15428         Define all modes conditionally.
15429         Place all generic modes in the generic-x-modes customization group.
15430         (generic-x-modes): New customization group.
15431         (generic-default-modes, generic-mswindows-modes)
15432         (generic-unix-modes, generic-other-modes): New constants.
15433         (generic-define-mswindows-modes, generic-define-unix-modes):
15434         Update docstrings.  Make them obsolete.
15435         (generic-extras-enable-list): New default value.  Update docstring.
15436         Improve :type.  Change :set function.
15437         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
15438         Fix docstring.
15440         * emacs-lisp/generic.el (generic-mode-internal):
15441         Simplify font-lock-defaults.
15442         (define-generic-mode): Fix docstring.
15444 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15446         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
15447         font-lock-face property to highlight matches.
15449 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
15451         * progmodes/cc-mode.el (cc-create-define-alist): New function.
15452         (cc-define-alist): New variable.
15453         (c-mode): Make it local and initialize it.
15455         * progmodes/gdb-ui.el (gdb-active-process): New variable.
15456         (gdb-exited): New function.
15457         (gdb-annotation-rules): Use it.
15458         (gdb-starting): Set gdb-active-process to t.
15459         (gdb-stopping): Amend doc string.
15460         (gdb-reset): Set gdb-active-process to nil.
15462         * tooltip.el (tooltip-gud-tips): Show the associated #define
15463         directives when a C program under GDB is not executing.
15465 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15467         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
15468         font-lock-fontify-syntactic-keywords.
15470         * font-lock.el (font-lock-default-fontify-region): Don't force
15471         parse-sexp-lookup-properties to nil.
15473 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
15475         * man.el (man-mode-syntax-table): Set up `:' to have
15476         word-constituent syntax.
15478 2005-04-27  Lute Kamstra  <lute@gnu.org>
15480         * novice.el (disable-command): Don't add spurious newlines to the
15481         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
15483 2005-04-26  Jay Belanger  <belanger@truman.edu>
15485         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
15486         than one window before deleting window.
15488 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
15490         * shell.el (shell-prompt-pattern): Doc fix.
15491         (shell-mode): Set paragraph-separate buffer locally to "\\'".
15493         * comint.el (comint-prompt-regexp, comint-get-old-input)
15494         (comint-use-prompt-regexp)
15495         (comint-use-prompt-regexp-instead-of-fields)
15496         (comint-replace-by-expanded-history, comint-send-input)
15497         (comint-output-filter, comint-get-old-input-default)
15498         (comint-line-beginning-position, comint-bol, comint-show-output)
15499         (comint-backward-matching-input, comint-forward-matching-input)
15500         (comint-next-prompt, comint-previous-prompt):
15501         Rename `comint-use-prompt-regexp-instead-of-fields' to
15502         `comint-use-prompt-regexp'.  Keep old name as alias and declare
15503         obsolete.
15504         (comint-use-prompt-regexp): Shorten first line of doc string.
15506         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
15507         Set paragraph-separate buffer locally to "\\'".
15509         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
15510         Adapt to above name change.
15512         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15513         (smbclient-prompt-regexp): Ditto.
15515         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
15517 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
15519         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
15520         gdb-location-list.
15521         Break lines that are over 80 characters wide.
15523 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15525         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
15526         New fun and var, to preserve compatibility.
15528         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
15530 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
15532         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
15533         name to file-newer-than-file-p.
15535 2005-04-26  Richard M. Stallman  <rms@gnu.org>
15537         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
15539         * progmodes/python.el (python-mode):
15540         Use new name eldoc-documentation-function.
15542         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
15544         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15545         (eldoc-documentation-function):
15546         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
15548 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
15550         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15552 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15554         * term/xterm.el (function-key-map): Fix strings for
15555         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
15556         {C,S,A,C-S}-{f1-f12}.
15558 2005-04-26  Kenichi Handa  <handa@m17n.org>
15560         * international/mule-cmds.el (select-safe-coding-system):
15561         Fix previous change.
15563 2005-04-26  Lute Kamstra  <lute@gnu.org>
15565         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
15567         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
15568         (font-lock-comment-delimiter-face): Ditto.
15570         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
15572 2005-04-25  Jay Belanger  <belanger@truman.edu>
15574         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
15575         to t while inserting information; use help-mode.
15577 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15579         * term.el (ansi-term-color-vector): Use the xterm colors.
15580         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
15582 2005-04-25  Lute Kamstra  <lute@gnu.org>
15584         * font-core.el (font-lock-defaults): Fix docstring.
15586         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
15588 2005-04-25  Kenichi Handa  <handa@m17n.org>
15590         * international/mule-cmds.el (select-safe-coding-system):
15591         Don't check consistency with coding: spec, etc if raw-text or
15592         no-conversion was found to be safe.
15594 2005-04-24  Richard M. Stallman  <rms@gnu.org>
15596         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
15597         citation markers at start of each line.
15599         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
15600         citation markers at start of each line.
15602         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
15604         * files.el (mode-require-final-newline): Fix previous change.
15605         (require-final-newline): Fix type label.
15607 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15609         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
15610         statement in buffer (broken by 2004-11-24 change).
15612 2005-04-24  Kim F. Storm  <storm@cua.dk>
15614         * ido.el (ido-everywhere): Save and restore old read-buffer-function
15615         and read-file-name-function values.  Don't overwrite existing
15616         non-nil values if ido-mode is enabled without ido-everywhere.
15618 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
15620         * files.el (mode-require-final-newline): Minor doc fix.
15622 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
15624         * subr.el (syntax-after): Doc fix.
15625         (syntax-class): If argument is nil, return nil.  Mask off upper 16
15626         bits, not 8 bits.
15628         * files.el (mode-require-final-newline): Doc fix.
15629         (backup-buffer-copy): Fix last change.
15631 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15633         * term/mac-win.el: Require select.  Set selection-coding-system to
15634         mac-system-coding-system.  Call menu-bar-enable-clipboard.
15635         (x-last-selected-text-clipboard, x-last-selected-text-primary)
15636         (x-select-enable-clipboard): New variables.
15637         (x-select-text, x-get-selection, x-selection-value)
15638         (x-get-selection-value, mac-select-convert-to-string)
15639         (mac-services-open-file, mac-services-open-selection)
15640         (mac-services-insert-text): New functions.
15641         (CLIPBOARD, FIND): Put mac-scrap-name property.
15642         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
15643         (public.tiff): Put mac-ostype property.
15644         (selection-converter-alist): Add entries for them.
15645         (mac-application-menu-map): New keymap.
15646         (interprogram-cut-function, interprogram-paste-function): Set to
15647         x-select-text and x-get-selection-value, respectively.
15648         (split-window-keep-point): Set to t.
15650 2005-04-23  Richard M. Stallman  <rms@gnu.org>
15652         * files.el (read-directory-name): Always pass non-nil
15653         DEFAULT-FILENAME arg to read-file-name.
15654         (backup-buffer-copy, basic-save-buffer-2): Take care against
15655         writing thru an unexpected existing symlink.
15656         (revert-buffer): In indirect buffer, revert the base buffer.
15657         (magic-mode-alist): Doc fix.
15658         (buffer-stale-function): Doc fix.
15659         (minibuffer-with-setup-hook): Avoid warning.
15660         (mode-require-final-newline): Doc and custom fix.
15662         * follow.el (follow-end-of-buffer): Use with-no-warnings.
15664         * font-lock.el (font-lock-comment-face): On terminals with few colors,
15665         use the default appearance.
15666         (font-lock-comment-delimiter-face): New face, new variable.
15668         * imenu.el (imenu--generic-function): The official position of a
15669         definition is the start of the line that BEG is in.
15671         * midnight.el (midnight-timer): Move defvar up.
15673         * mouse.el (mouse-drag-region-1): Delete some debugging code.
15675         * saveplace.el (save-place-to-alist): Use with-no-warnings.
15677         * startup.el (command-line): Use with-no-warnings.
15679         * window.el (window-size-fixed): New defvar.
15681         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
15683         * mail/rmail.el (rmail-font-lock-keywords):
15684         Use font-lock-comment-delimiter-face.
15686         * mail/sendmail.el (mail-font-lock-keywords):
15687         Use font-lock-comment-delimiter-face.
15689         * progmodes/compile.el (next-error-highlight-timer): New defvar.
15691 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15693         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15694         Specify t for LAXMATCH when matching directories.
15695         Save match data around compilation-compat-error-properties form.
15697 2005-04-23  David Kastrup  <dak@gnu.org>
15699         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15700         Mention that the autoloaded aliases should be kept for AUCTeX.
15702 2005-04-23  Andreas Schwab  <schwab@suse.de>
15704         * isearch.el (isearch-forward): Doc fix.
15706 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
15708         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15709         (jit-lock-stealth-nice): Change default value to 0.5.
15711 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15713         * abbrev.el (write-abbrev-file): Write table entries in
15714         alphabetical order by table name.
15716 2005-04-22  Kim F. Storm  <storm@cua.dk>
15718         * ido.el (ido-read-internal): Fix `list' completion.
15720 2005-04-22  Kenichi Handa  <handa@m17n.org>
15722         * recentf.el (recentf-save-file-coding-system): New variable.
15723         (recentf-save-list): Encode the file by
15724         recentf-save-file-coding-system and add coding: tag.
15726 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
15728         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15730 2005-04-21  Lute Kamstra  <lute@gnu.org>
15732         * loadhist.el (unload-feature): Don't remove a function from hooks
15733         if it is about to be restored to an autoload .  Remove functions
15734         that will become unbound from auto-mode-alist.  Simplify the code.
15736         * subr.el (assq-delete-all): New implementation that is linear,
15737         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
15738         (rassq-delete-all): New function.
15740         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15741         Add size-indication-mode.
15743 2005-04-21  Kenichi Handa  <handa@m17n.org>
15745         * international/mule-cmds.el: Add autoload for widget-value in
15746         eval-when-compile.
15748 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
15750         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15751         Add tooltip-mode.
15753         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15755 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
15757         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15758         (inferior-lisp-filter-regexp, inferior-lisp-program)
15759         (inferior-lisp-load-command, inferior-lisp-prompt)
15760         (inferior-lisp-mode-hook, lisp-source-modes)
15761         (inferior-lisp-load-hook): defvar->defcustom.
15762         (inferior-lisp-program, inferior-lisp-prompt)
15763         (inferior-lisp-load-hook): Doc fixes.
15764         (inferior-lisp-install-letter-bindings): Small change in
15765         introductory comment.
15767 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15769         * vc.el (vc-annotate-color-map): Change some colors so that text
15770         using them as foreground is readable on both white and black
15771         backgrounds.
15773 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15775         * international/mule-conf.el (translation-table-for-input):
15776         Remove redundant declaration.
15778 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15780         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15782         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15783         (tooltip-toggle-gud-tips): New function.
15785 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15787         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15788         right angle brackets.
15790 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15792         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15794 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15796         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15797         Remove.  Update callers to use expand-file-name instead.
15799         * subr.el (syntax-class): New function.
15801         * simple.el (blink-matching-open): Use it.
15803         * paren.el (show-paren-function): Use it to recognize parens that are
15804         also used in 2-char comment markers.
15806 2005-04-19  Lute Kamstra  <lute@gnu.org>
15808         * loadhist.el (unload-feature): Update for new format of
15809         load-history.  Simplify the code.
15811 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15813         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15814         (mac-add-charset-info): New function.  Initialize variable
15815         mac-charset-info-alist using it.
15816         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15817         for translation.
15818         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15819         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15820         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15821         New CCL programs.
15823 2005-04-19  Kim F. Storm  <storm@cua.dk>
15825         * simple.el (next-buffer, prev-buffer, next-error)
15826         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15827         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15829         * bindings.el (next-buffer, prev-buffer, next-error)
15830         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15831         (clone-indirect-buffer-other-window): Move bindings from simple.el.
15832         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15833         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15835 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15837         * isearch.el (isearch-edit-string): Make the search-ring available for
15838         minibuffer history commands.
15839         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15840         the default history commands now work just as well.
15841         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15843 2005-04-18  Kim F. Storm  <storm@cua.dk>
15845         * emulation/cua-base.el (cua--pre-command-handler): Add more
15846         elaborate check for shift modifier on non-window systems.
15848 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
15850         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15852 2005-04-18  Kim F. Storm  <storm@cua.dk>
15854         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15855         and make it optional.  Don't test tooltip-gud-echo-area here.
15856         (tooltip-gud-process-output, gdb-tooltip-print):
15857         Pass tooltip-gud-echo-area to tooltip-show.
15858         (tooltip-help-tips): Remove second optional arg to tooltip-show.
15860 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15862         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15863         `display-graphic-p' may not be bound yet.
15865 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
15867         * startup.el (command-line): No longer enable Xterm Mouse mode by
15868         default in terminals compatible with xterm.
15870         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15872 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
15874         * tooltip.el (tooltip-gud-echo-area): Rename from
15875         tooltip-use-echo-area.
15876         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15877         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15878         area independently of where help tooltips are displayed.
15880 2005-04-17  David Kastrup  <dak@gnu.org>
15882         * cus-theme.el (custom-theme-write-variables): Quote variables
15883         where necessary.
15885 2005-04-17  Richard M. Stallman  <rms@gnu.org>
15887         * simple.el (yank-excluded-properties): Add follow-link to value.
15889         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15891         * startup.el (fancy-splash-max-time): Just 30 seconds.
15892         (fancy-splash-delay): Just 7.
15893         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15895         * loadhist.el (unload-feature): Update for new format of load-history.
15896         Simplify the code.
15898         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15899         (rmail-font-lock-keywords): Don't fontify the text of a citation.
15901         * mail/sendmail.el (mail-font-lock-keywords):
15902         Don't fontify subject text.
15903         Don't fontify the text of a citation.
15905 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
15907         * comint.el (comint-output-filter): Run comint-output-filter-functions
15908         with point where the user had it.
15910 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15912         * international/ucs-tables.el (ucs-set-table-for-input):
15913         Disable when using unify-on-decoding.
15915 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
15917         * emulation/cua-base.el (cua-global-mark-face): Add special case
15918         for displays supporting a high number of colors.
15920 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15922         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15924 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
15926         * filesets.el (filesets-add-buffer): If user supplies a name of a
15927         non-existing fileset, create a new fileset.
15929 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
15931         * textmodes/org.el (org-up-heading-all): Fix bug with
15932         `outline-up-heading-all'.
15934 2005-04-16  Andreas Schwab  <schwab@suse.de>
15936         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15937         /etc/permissions.d/* and /etc/aliases.d/*.
15939 2005-04-16  Kenichi Handa  <handa@m17n.org>
15941         * international/code-pages.el (cp-make-coding-system):
15942         Set `translation-table-for-input' property value to the symbol
15943         ucs-mule-to-mule-unicode, not to that value.
15944         (pt154): Escape guillemet by `\'.
15946 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
15948         * loadup.el: Load tooltip if x-show-tip is fboundp.
15950         * startup.el (command-line): Add comment.
15952         * tooltip.el (tooltip-mode): Specify correct standard value for
15953         Custom in init-value.
15955 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
15957         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15958         possible.
15960 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
15962         * textmodes/org.el (org-agenda-date-prompt): Rename from
15963         `org-agenda-date-today'.
15964         (org-evaluate-time-range): Insert at point instead of directly
15965         after time range.
15966         (org-first-headline-recenter, org-subtree-end-visible-p)
15967         (org-optimize-window-after-visibility-change): New functions
15968         (org-agenda-post-command-hook): Don't allow point at end of line,
15969         to make sure it always hits the text properties.
15970         (org-agenda-next-date-line, org-agenda-previous-date-line):
15971         New commands.
15972         (org-set-regexps-and-options): Category may contain white space.
15973         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15974         Improve marker positions.
15975         (org-agenda-new-marker): Argument POS made optional.
15976         (org-agenda-get-timestamps): Deadlines which are done are listed
15977         in org-done-face now.
15978         (org-agenda-get-todos, org-agenda-get-timestamps)
15979         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15980         Set `undone-face' and `done-face' properties.
15981         (org-last-todo-state-is-todo): New variable.
15982         (org-todo): Set `org-last-todo-state-is-todo'.
15983         (org-agenda-todo): Change face according to
15984         `org-last-todo-state-is-todo'.  And change other lines referring to
15985         the same entry.
15986         (org-calendar-goto-agenda): New command.
15987         (org-calendar-to-agenda-key): New option.
15988         (org-startup-folded): New allowed value `content'.
15989         (org-set-regexps-and-options): Accept new value `content' for
15990         `org-startup-folded'.
15991         (org-get-current-options): Handle new value `content' for
15992         `org-startup-folded'.
15993         (org-insert-todo-heading): New command.
15994         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
15995         interactively in empty file and option
15996         `org-insert-mode-line-in-empty-file' has been set.
15997         (org-agenda-todo, org-agenda-priority): Modify to use
15998         `org-agenda-change-all-lines'.
15999         (org-warning-face): Change color on dark background
16001 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16003         * international/mule-cmds.el (set-locale-environment): On Mac OS,
16004         use preferences AppleLocale and AppleLanguages, and variable
16005         mac-system-locale for default locale.  On Mac OS Classic, use
16006         mac-system-coding-system for default coding systems.
16008         * term/mac-win.el: Don't set file-name-coding-system.
16009         Decode variables system-name, emacs-build-system, user-login-name, and
16010         user-full-name by mac-system-coding-system on Mac OS Classic.
16011         (mac-system-coding-system): New variable.
16013 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
16015         * startup.el (command-line): Handle `xterm-mouse-mode' before
16016         reading init file.
16018         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
16020 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
16022         * progmodes/sh-script.el (sh-here-document-word): Make it a
16023         defcustom.  Doc fix.
16024         (sh-add): Bash uses $(( )) for arithmetic.
16025         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
16026         (sh-maybe-here-document): Remove quotes and leading whitespace
16027         from heredoc word when closing.  Indent heredoc with tabs if word
16028         starts with "-".
16030 2005-04-13  Richard M. Stallman  <rms@gnu.org>
16032         * simple.el (undo): Fix previous change.
16034         * custom.el (defface): Doc fix.
16036 2005-04-13  Lute Kamstra  <lute@gnu.org>
16038         * Makefile.in (DONTCOMPILE): Remove list.
16039         (compile, compile-always): Don't use DONTCOMPILE.
16040         (update-authors): Load the library in which batch-update-authors
16041         is defined.
16042         * makefile.w32-in (DONTCOMPILE): Remove list.
16043         (compile, compile-always): Fix comments.
16044         (update-authors): Load the library in which batch-update-authors
16045         is defined.
16047         * generic-x.el (generic-mode-ini-file-find-file-hook):
16048         Rename to ini-generic-mode-find-file-hook.
16049         Keep generic-mode-ini-file-find-file-hook as an alias.
16050         (ini-generic-mode-find-file-hook): Rename from
16051         generic-mode-ini-file-find-file-hook.  Fix docstring.
16052         (ini-generic-mode): Docstring change.
16053         (bat-generic-mode-run-as-comint): Silence the byte compiler.
16055         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
16056         called from lisp.
16058         * generic.el: Move to the emacs-lisp subdir.
16060 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
16062         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
16063         and C-S- function and cursor motion keys.
16065 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
16067         * startup.el (command-line): Enable Xterm Mouse mode by default.
16068         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
16069         for Custom.  No longer show "Mouse" in mode line when enabled.
16070         Doc fix.
16072 2005-04-12  Kim F. Storm  <storm@cua.dk>
16074         * emulation/cua-base.el (cua-rectangle-face)
16075         (cua-rectangle-noselect-face): Define face attributes here.
16077         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
16079 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16081         * startup.el (command-line): Turn off blinking cursor if
16082         cursorBlink in resources is off or false.
16084 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16086         * term/mac-win.el (dnd): Require dnd.
16087         (mac-drag-n-drop): Call dnd-handle-one-url.
16088         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
16089         (kTextEncodingISOLatin2): Remove constants.
16090         (mac-script-code-coding-systems): New constant.
16091         (mac-handle-language-change): New function.
16092         (special-event-map): Bind it to `language-change' event.
16093         (mac-centraleurroman, mac-cyrillic): New coding systems.
16094         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
16095         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
16096         and mac-cyrillic-encoder to encode-mac-centraleurroman and
16097         encode-mac-cyrillic, respectively.
16099 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16101         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
16102         Don't set overlay-arrow-string to "=>" as this is done
16103         globally in C now.
16105 2005-04-12  Lute Kamstra  <lute@gnu.org>
16107         * generic-x.el (rc-generic-mode, rul-generic-mode):
16108         Fix auto-mode-alist entries.
16109         (etc-fstab-generic-mode): Tweak fontification.
16111         * generic.el (generic-make-keywords-list): Fix docstring.
16112         (generic-mode-internal): Simplify generic-font-lock-keywords.
16114 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
16116         * whitespace.el (whitespace-buffer-leading)
16117         (whitespace-buffer-trailing): Revert the incorrect test inversion.
16118         However, fix the highlight area for the leading and
16119         trailing whitespaces to show space.
16121 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
16123         * whitespace.el (whitespace-version): Bump to 3.5
16125         (whitespace-buffer-leading, whitespace-buffer-trailing):
16126         Invert sense of the test to highlight the whitespace.
16128 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16130         * progmodes/gud.el (gud-display-line): GUD uses its own
16131         overlay arrow now so don't set overlay-arrow-string.
16132         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
16134 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
16136         * term.el (term-ansi-current-bold, term-ansi-current-underline)
16137         (term-ansi-current-reverse, term-ansi-current-invisible)
16138         (term-ansi-face-already-done): Change to boolean.
16139         (term-reset-terminal, term-handle-colors-array): Handle the above
16140         vars accordingly.
16141         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
16142         (term-emulate-terminal): Use the new name.
16144         * faces.el (secondary-selection): Use yellow1, not yellow.
16145         (trailing-whitespace): Use red1, not red.
16147 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16149         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
16150         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
16151         (dired-dnd-handle-file): Call dnd-get-local-file-uri
16153         * cus-edit.el (dnd): New group.
16155         * term/w32-win.el (dnd): Require dnd
16156         (w32-drag-n-drop): Call dnd-handle-one-url.
16158         * x-dnd.el: Require dnd.
16159         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
16160         Call dnd-handle-one-url.
16161         (x-dnd-types-alist, x-dnd-insert-utf8-text)
16162         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
16163         to dnd-insert-text.
16164         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
16165         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
16166         (x-dnd-get-local-file-name, x-dnd-open-local-file)
16167         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
16169         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
16171 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16173         * wdired.el: Doc fixes.
16174         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
16175         (wdired-use-dired-vertical-movement): Rename from
16176         wdired-always-move-to-filename-beginning.
16177         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
16178         (wdired-change-to-wdired-mode): Change mode name.
16179         (wdired-newline): Delete.
16181 2005-04-11  Richard M. Stallman  <rms@gnu.org>
16183         * whitespace.el (whitespace-highlight-the-space):
16184         Don't call whitespace-unhighlight-the-space here.
16186         * simple.el (undo): Record t in undo-equiv-table
16187         for the redo record made by an undo-in-region.
16189 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16191         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
16192         (gdb-frame-inferior-io-buffer): New Functions to control
16193         display of separate IO buffer.
16194         (menu): Add them to menu-bar.
16195         (gdb-display-buffer): Check for buffer another frame.
16196         Protect GUD buffer.
16197         (gdb-setup-windows): Create IO buffer if not already there.
16198         (gdb-memory-mode): Remove purecopy noops.
16200 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16202         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
16203         and pass to self-insert-command.
16205 2005-04-11  Lute Kamstra  <lute@gnu.org>
16207         * generic.el: Commentary section cleanup.
16208         (generic): Delete.
16209         (generic-use-find-file-hook, generic-lines-to-scan)
16210         (generic-find-file-regexp, generic-ignore-files-regexp)
16211         (default-generic-mode, generic-mode-find-file-hook)
16212         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
16213         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
16214         (generic-use-find-file-hook, generic-lines-to-scan)
16215         (generic-find-file-regexp, generic-ignore-files-regexp)
16216         (default-generic-mode, generic-mode-find-file-hook)
16217         (generic-mode-ini-file-find-file-hook): Move from generic.el.
16219 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
16221         * bookmark.el (bookmark-write-file): Catch errors writing file.
16222         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
16224 2005-04-10  Richard M. Stallman  <rms@gnu.org>
16226         * startup.el (fancy-splash-tail): Update copyright year.
16227         (command-line): Split part of -Q into -D.
16228         (emacs-basic-display): New defvar.
16229         (fancy-splash-text): Correct name of menu item.
16231         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
16233         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
16234         lines in one node.
16236         * comint.el (comint-send-input): New arg ARTIFICIAL.
16237         Callers in this file changed.
16239         * abbrev.el (define-abbrevs): Read system abbrevs properly.
16241         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
16243 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
16245         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
16246         `ldap-search-internal'.
16248 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16250         * files.el (set-auto-mode-1): Use line-end-position.
16252         * international/latin-1.el:
16253         * international/latin-2.el:
16254         * international/latin-3.el:
16255         * international/latin-4.el:
16256         * international/latin-5.el:
16257         * international/latin-8.el:
16258         * international/latin-9.el: Give punctuation syntax to NBSP.
16260         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
16261         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
16262         Use char-classes to accept non-ascii letters, accepted in some recent
16263         bibtex implementations.
16265 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
16267         * custom.el (custom-set-minor-mode): Any non-nil value for the
16268         variable should enable the mode when set through Custom.
16270 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16272         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
16273         TAB binding so tab-always-indent is obeyed.
16274         (vhdl-minibuffer-local-map): Move initialization into declaration.
16275         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
16276         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
16277         (vhdl-hooked-abbrev): Avoid test for XEmacs.
16278         (vhdl-current-line): Use line-beginning-position.
16279         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
16280         with-output-to-temp-buffer, so the current position can be recorded.
16282 2005-04-10  Masatake YAMATO  <jet@gyve.org>
16284         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16285         Add regexp for gcov.
16287 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16289         * calendar/time-date.el (time-to-seconds, seconds-to-time)
16290         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
16291         syntax which Emacs 20 doesn't support.
16293 2005-04-09  Richard M. Stallman  <rms@gnu.org>
16295         * help.el (describe-key-briefly, describe-key):
16296         Replace strings as event types with "(any string)".
16298 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16300         * arc-mode.el (archive-mode-map): Move initialization into
16301         the declaration.  Override *all* bindings of `undo'.
16302         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
16304 2005-04-09  Jay Belanger  <belanger@truman.edu>
16306         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
16308 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
16310         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
16311         (xterm-register-default-colors): Update color values computation
16312         to match xterm-200.
16314 2005-04-09  Kenichi Handa  <handa@m17n.org>
16316         * international/code-pages.el (iso-latin-7): Fix the map.
16318 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
16320         * emacs-lisp/lisp.el (defun-prompt-regexp)
16321         (parens-require-spaces, buffer-end, end-of-defun)
16322         (insert-parentheses): Doc fixes.
16324 2005-04-08  Kim F. Storm  <storm@cua.dk>
16326         * comint.el (comint-highlight-prompt): Fix face spec.
16327         * hi-lock.el (hi-green): Likewise.
16329 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
16331         * cus-edit.el (custom-modified-face):
16332         * comint.el (comint-highlight-input): Fix previous changes.
16333         * term.el (term-handle-ansi-escape): Add a comment.
16335 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16337         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
16338         in the buffer and in whitespace-highlighted-space.
16339         (whitespace-unhighlight-the-space): Simplify.
16340         (whitespace-buffer): Simplify.
16342 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
16344         * textmodes/table.el (table-cell-face): Add special case for
16345         displays supporting a high number of colors.
16346         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16347         (vhdl-font-lock-reserved-words-face)
16348         (vhdl-speedbar-architecture-face)
16349         (vhdl-speedbar-instantiation-face)
16350         (vhdl-speedbar-architecture-selected-face)
16351         (vhdl-speedbar-instantiation-selected-face): Likewise.
16352         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
16353         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
16354         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16355         (ebrowse-root-class-face, ebrowse-member-attribute-face)
16356         (ebrowse-progress-face): Likewise.
16357         * progmodes/compile.el (compilation-info-face): Likewise.
16358         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
16359         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
16360         * calendar/calendar.el (diary-face): Likewise.
16361         * woman.el (woman-italic-face, woman-bold-face)
16362         (woman-unknown-face): Likewise.
16363         * wid-edit.el (widget-button-pressed-face): Likewise.
16364         * whitespace.el (whitespace-highlight-face): Likewise.
16365         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
16366         * pcvs-info.el (cvs-marked-face): Likewise.
16367         * info.el (info-xref): Likewise.
16368         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
16369         * hilit-chg.el (highlight-changes-face)
16370         (highlight-changes-delete-face): Likewise.
16371         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
16372         (hi-red-b): Likewise.
16373         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
16374         * font-lock.el (font-lock-keyword-face)
16375         (font-lock-function-name-face, font-lock-warning-face): Likewise.
16376         * cus-edit.el (custom-invalid-face, custom-modified-face)
16377         (custom-set-face, custom-changed-face, custom-variable-tag-face)
16378         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
16379         * comint.el (comint-highlight-prompt): Likewise.
16381 2005-04-08  Lute Kamstra  <lute@gnu.org>
16383         * font-lock.el (font-lock-keywords): Docstring fixes.
16385 2005-04-08  Kenichi Handa  <handa@m17n.org>
16387         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
16388         chars are more than a limit, print " and more..." at the tail.
16390 2005-04-08  Kim F. Storm  <storm@cua.dk>
16392         * emacs-lisp/authors.el (authors-aliases): Update list.
16393         (authors-ignored-files): New list.
16394         (authors-fixed-entries): Fix typo.
16395         (authors-renamed-files-alist): Update list.
16396         (authors-add): Check authors-ignored-files.
16398 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
16400         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
16401         optional, to ensure backward compatibility.
16403 2005-04-08  Stephen Eglen  <stephen@gnu.org>
16405         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
16407 2005-04-08  Kim F. Storm  <storm@cua.dk>
16409         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
16411         * mouse.el (mouse-on-link-p): Doc fix.
16413 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
16415         * ielm.el (ielm-prompt-read-only): Doc fix.
16417         * comint.el (comint-prompt-read-only): Doc fix.
16419 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
16421         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
16422         ensure dired always handles wildcards passed to ffap.
16423         (find-file-at-point): Use it.
16424         (ffap-dired-wildcards): Doc fix.
16426 2005-04-07  Juri Linkov  <juri@jurta.org>
16428         * simple.el (next-error-overlay-arrow-position): New defvar.
16429         Put "=>" on its property `overlay-arrow-string'.  Add it to
16430         `overlay-arrow-variable-list'.
16432         * progmodes/compile.el (compilation-setup):
16433         Set `next-error-overlay-arrow-position' to nil.  Also set it to
16434         nil in the local hook `kill-buffer-hook'.  Make local variable
16435         `overlay-arrow-string' and set it to "=>".
16436         (compilation-goto-locus): Set BOL position to
16437         `next-error-overlay-arrow-position' instead of
16438         `overlay-arrow-position'.
16440         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
16441         locally instead of adding it to the global hook.
16442         (Info-kill-buffer): Move up.
16444 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
16446         * term/xterm.el (xterm-standard-colors): Update color values from
16447         xterm-200.
16449 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16451         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
16453         * fast-lock.el:
16454         * lazy-lock.el: Move them to the obsolete subdir.
16456 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16458         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
16459         (wdired-add-replace-advice): Remove.
16460         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
16462 2005-04-06  Kim F. Storm  <storm@cua.dk>
16464         * startup.el (command-line): Add --bare-bones alias for -Q.
16466 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16468         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
16469         create the startup fontset if a font specification ends with
16470         `mac-roman'.
16472 2005-04-06  Lute Kamstra  <lute@gnu.org>
16474         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
16475         change.
16477         * emacs-lisp/copyright.el (copyright-update-year): Replace the
16478         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
16480 2005-04-05  Lute Kamstra  <lute@gnu.org>
16482         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
16483         (define-generic-mode): Ditto.  Fix debug declaration.
16485         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16486         Put them in the generic-x group.
16488         * calendar/timeclock.el (timeclock): Doc fix.
16490         * generic.el (define-generic-mode): Don't use custom-current-group.
16491         Document default :group value.
16492         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
16493         (define-global-minor-mode): Don't use custom-current-group.
16495 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
16497         * startup.el (command-line-1): Display startup-echo-area-message
16498         when fancy splash screen is in use.
16500         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
16501         (sh-escaped-newline): New face.
16502         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
16503         newline, and use sh-escaped-newline face.
16505         * progmodes/tcl.el (tcl-escaped-newline): New face.
16506         (tcl-builtin-list): New variable.
16507         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
16508         newlines.  Fix keywords subexpression number.
16510 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
16512         * textmodes/org.el (org-diary-default-entry): Fix call to
16513         `add-to-diary-entry'.
16515 2005-04-05  Kim F. Storm  <storm@cua.dk>
16517         * ediff-init.el: Use (featurep 'xemacs).
16519 2005-04-05  David Ponce  <david@dponce.com>
16521         * cus-edit.el (face): Derive from symbol widget.  Display sample
16522         of the current face on the fly.
16523         (widget-face-sample-face-get, widget-face-notify): New functions.
16524         (widget-face-value-create): Remove.
16526         * wid-edit.el (widget-field-end): Temporarily remove field
16527         narrowing before to call `get-char-property'.
16529 2005-04-04  Jay Belanger  <belanger@truman.edu>
16531         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
16532         (math-read-subscripts): New variable.
16533         (math-read-preprocess-string): Process subscripts.
16535 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
16537         * comint.el (comint-prompt-read-only): Doc fix.
16539         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
16540         `-1'.  Doc fix.
16542 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
16544         * textmodes/org.el (org-insert-mode-line-in-empty-file):
16545         Change default value to nil.
16547 2005-04-04  Lute Kamstra  <lute@gnu.org>
16549         * autorevert.el (auto-revert-mode): Specify :group.
16550         * battery.el (display-battery-mode): Specify :group.
16551         * diff-mode.el (diff-minor-mode): Specify :group.
16552         * font-core.el (font-lock-mode): Specify :group.
16553         * hl-line.el (hl-line-mode): Specify :group.
16554         * iimage.el (iimage): New customization group.
16555         (iimage-mode): Specify :group.
16556         * longlines.el (longlines-mode): Specify :group.
16557         * master.el: Don't require easy-mmode.
16558         (master): New customization group.
16559         (master-mode): Specify :group.
16560         * msb.el (msb-mode): Specify :group.
16561         * reveal.el (reveal-mode): Specify :group.
16562         * simple.el (next-error-follow-minor-mode): Specify :group.
16563         * smerge-mode.el (smerge-mode): Specify :group.
16564         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
16565         * emulation/cua-base.el (cua-mode): Specify :group.
16566         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
16567         * language/thai-util.el (thai-auto-composition-mode)
16568         (thai-word-mode): Specify :group.
16569         * mail/supercite.el (sc-minor-mode): Specify :group.
16570         * progmodes/cwarn.el (cwarn-mode): Specify :group.
16571         * progmodes/flymake.el (flymake-mode): Specify :group.
16572         * progmodes/glasses.el (glasses-mode): Specify :group.
16573         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
16574         * textmodes/enriched.el (enriched-mode): Specify :group.
16575         * textmodes/refill.el (refill-mode): Specify :group.
16577         * add-log.el (change-log-font-lock-keywords): Names in
16578         parenthesized lists can contain spaces.
16580 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
16582         * startup.el (fancy-splash-text): Shorten default text of
16583         "Emacs Tutorial" line.  Also, if the current language env
16584         indicates an available tutorial file other than TUTORIAL,
16585         extract its title and append it to the line in parentheses.
16586         (fancy-splash-insert): If arg is a thunk, funcall it.
16588 2005-04-04  Jay Belanger  <belanger@truman.edu>
16590         * calc.el (calc-language-alist): Add tags to customization type.
16592 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
16594         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
16595         Doc fix.
16597 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
16599         * add-log.el (change-log-font-lock-keywords): The manual
16600         describing a Change Log entry, says: (...) "Aside from these
16601         header lines, every line in the change log starts with a space or
16602         a tab.".  The font-lock was not highlighting lines started with
16603         spaces, added support for it.
16605 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16607         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
16608         (bibtex-generate-url-list): Update docstring accordingly.  Put the
16609         complex example in the docstring.
16610         (bibtex-font-lock-url): Use pop.
16612 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16614         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
16616         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
16618 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16620         * filesets.el (filesets-set-default): Doc fix.
16622 2005-04-03  Lute Kamstra  <lute@gnu.org>
16624         * generic.el (define-generic-mode): Add argument to specify
16625         keywords for defcustom.
16626         (default-generic-mode): Specify :group.
16628         * generic-x.el: Specify :group for all generic modes.
16630         * desktop.el (desktop-no-desktop-file-hook)
16631         (desktop-after-read-hook): Doc fix.
16633 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
16635         * simple.el (visible-mode): Use explicit :group keyword.
16636         This changes the group of `visible-mode-hook' from paren-blinking
16637         to editing-basics.
16639 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
16641         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
16642         mailbox specifications as well as URLs.
16643         (rmail-insert-inbox-text): Remove unused conditional branches.
16645 2005-04-01  Jay Belanger  <belanger@truman.edu>
16647         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
16648         (calc-gnuplot-print-command): Move definitions to calc.el.
16650         * calc/calc-embed.el (calc-embedded-announce-formula)
16651         (calc-embedded-open-formula, calc-embedded-close-formula)
16652         (calc-embedded-open-word, calc-embedded-close-word)
16653         (calc-embedded-open-plain, calc-embedded-close-plain)
16654         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
16655         (calc-embedded-open-mode, calc-embedded-close-mode):
16656         Move definitions to calc.el.
16658         * calc/calc.el (calc-settings-file, calc-language-alist):
16659         Make customizable.
16660         (calc-embedded-announce-formula, calc-embedded-open-formula)
16661         (calc-embedded-close-formula, calc-embedded-open-word)
16662         (calc-embedded-close-word, calc-embedded-open-plain)
16663         (calc-embedded-close-plain, calc-embedded-open-new-formula)
16664         (calc-embedded-close-new-formula, calc-embedded-open-mode)
16665         (calc-embedded-close-mode, calc-gnuplot-name)
16666         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
16667         from other files and make customizable.
16669 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16671         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
16672         Use buffer-live-p.
16673         (cvs-mode-run): Don't call cvs-update-header here.
16674         (cvs-run-process): Call cvs-update-header.
16675         Use process properties for cvs-postprocess and cvs-buffer so that
16676         the sentinel can behave better if the temp buffer is killed.
16677         Use a pipe rather than a tty, to better handle unexpected prompts.
16678         (cvs-sentinel): Rewrite.  Call cvs-update-header.
16680 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
16682         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
16683         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
16685 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16687         * generic.el (define-generic-mode): Add indentation rule.
16689 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
16691         * files.el (mode-require-final-newline): Make Custom correctly
16692         report a nil value and allow to set it to nil via Custom.
16693         Doc fix.
16695 2005-04-01  Kenichi Handa  <handa@m17n.org>
16697         * international/characters.el: Enable the correct case setting for
16698         dotless-i and dotted-I.
16700 2005-04-01  Kim F. Storm  <storm@cua.dk>
16702         * ido.el (ido-file-internal): Fall back to non-ido command if
16703         initial directory is on slow ftp (or tramp) host.
16705 2005-03-31  Richard M. Stallman  <rms@gnu.org>
16707         * emacs-lisp/autoload.el (make-autoload):
16708         Handle define-global-minor-mode.
16710         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16711         Rename from easy-mmode-define-global-mode.
16712         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16714         * progmodes/scheme.el (scheme-mode-syntax-table):
16715         Update syntax of | and # for two-character comment syntax.
16717 2005-03-31  Lute Kamstra  <lute@gnu.org>
16719         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16720         (define-minor-mode): Call custom-current-group at load-time.
16722         * generic.el (define-generic-mode): Add debug declaration.
16723         Add defcustom for the mode hook.
16724         (generic-mode-internal): Use run-mode-hooks.
16726 2005-03-31  Kim F. Storm  <storm@cua.dk>
16728         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16729         (mouse-fixup-help-message): New defun called by show_help_echo
16730         to fixup mouse-2 prefix in help messages when applicable.
16732         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16734 2005-03-31  Kenichi Handa  <handa@m17n.org>
16736         * language/thai-word.el (thai-find-word-ends): Pay attention to
16737         the case that we reach the end of buffer.
16739         * textmodes/fill.el (fill-text-properties-at): New function.
16740         (fill-newline): Use fill-text-properties-at instead of
16741         text-properties-at.
16743 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16745         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
16746         not comint-quote-filename.
16748 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
16750         * help-fns.el (help-with-tutorial): Revert last change.
16752 2005-03-31  Kim F. Storm  <storm@cua.dk>
16754         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16756 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16758         * calendar/cal-china.el: Update reference to "Calendrical
16759         Calculations" book; there's a new edition.
16760         * calendar/cal-coptic.el: Likewise.
16761         * calendar/cal-french.el: Likewise.
16762         * calendar/cal-hebrew.el: Likewise.
16763         * calendar/cal-islam.el: Likewise.
16764         * calendar/cal-iso.el: Likewise.
16765         * calendar/cal-julian.el: Likewise.
16766         * calendar/cal-mayan.el: Likewise.
16767         * calendar/cal-persia.el: Likewise.
16768         * calendar/calendar.el: Likewise.
16769         * calendar/holidays.el: Likewise.
16770         * calendar/lunar.el: Likewise.
16771         * calendar/solar.el: Likewise.
16773         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16774         white space from doc string.
16776 2005-03-30  Jay Belanger  <belanger@truman.edu>
16778         * calc/calc-help.el (calc-full-help): Remove email address.
16780 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
16782         * help-fns.el (help-with-tutorial): Delete title line.
16784 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16786         * calendar/cal-x.el (calendar-one-frame-setup)
16787         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16788         rather than `symbol' for set-window-dedicated-p.
16790         * calendar/appt.el (appt-buffer-name): Make it a constant.
16791         (appt-add): Doc fix.
16793         * filesets.el (filesets-menu-path, filesets-menu-before)
16794         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
16795         (filesets-menu-cache-file): Use directory ~/.emacs.d.
16796         (filesets-add-submenu): Delete and use add-submenu instead.
16798 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
16800         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16801         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16802         (org-diary-default-entry): New function.
16803         (org-get-entries-from-diary): Better parsing of diary entries.
16804         (org-agenda-check-no-diary): New function.
16805         ("diary-lib"): Advice to function `add-to-diary-list', to allow
16806         linking to diary entries.
16807         (org-agenda-execute-calendar-command): New function.
16808         (org-agenda): Improve visible section in window.
16809         Use `org-fit-agenda-window'.
16810         (org-fit-agenda-window): New option.
16811         (org-move-subtree-down): Better handling of empty lines
16812         at end of subtree.
16813         (org-cycle): Numeric prefix is interpreted now as show-subtree N
16814         levels up.
16815         (org-fontify-done-headline): New option.
16816         (org-headline-done-face): New face.
16817         (org-set-font-lock-defaults): Use `org-headline-done-face'.
16818         (org-table-copy-down): Rename from `org-table-copy-from-above'.
16819         When current field is non-empty, it is copied to next row.
16820         (org-table-copy-from-above): Fix bug which made it
16821         impossible to copy fields containing only a single non-white character.
16823 2005-03-30  Kim F. Storm  <storm@cua.dk>
16825         * kmacro.el (kmacro-end-macro): Isearch may store this command
16826         into the macro -- so ignore it when executing keyboard macro.
16828 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16830         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16832 2005-03-29  Kenichi Handa  <handa@m17n.org>
16834         * language/thai.el ("Thai"): Set setup-function and exit-function
16835         for Thai language environment.
16837         * language/thai-util.el: Require thai-word.
16838         (thai-word-mode-map): New variable.
16839         (thai-word-mode): New minor mode.
16840         (setup-thai-language-environment-internal): New function.
16841         (exit-thai-language-environment-internal): New function.
16843         * language/thai-word.el (thai-word-table): Declare it by defvar,
16844         use dolist to initialize it.
16845         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16846         (thai-fill-find-break-point): New functions.
16848 2005-03-29  Richard M. Stallman  <rms@gnu.org>
16850         * simple.el (idle-update-delay): Move definition up.
16851         (set-mark): Doc fix.
16853 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
16855         * longlines.el: New file.
16857         * simple.el (buffer-substring-filters): New variable.
16858         (filter-buffer-substring): New function.
16859         (kill-region, copy-region-as-kill): Use it.
16861         * register.el (copy-to-register, append-to-register)
16862         (prepend-to-register): Use filter-buffer-substring.
16864 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16866         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16867         (gud-filter-pending-text): Move in front of gdb.
16868         (gud-overlay-arrow-position): New variable.
16869         (gud-sentinel, gud-display-line): Use it in place of
16870         overlay-arrow-position.
16872 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
16874         * progmodes/fortran.el (fortran-if-indent): Doc fix.
16875         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16876         (fortran-font-lock-keywords-4): New variable.
16877         (fortran-blocks-re, fortran-end-block-re)
16878         (fortran-start-block-re): New constants, for hideshow.
16879         (hs-special-modes-alist): Add a Fortran entry.
16880         (fortran-mode-map): Bind fortran-end-of-block,
16881         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16882         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
16883         (fortran-looking-at-if-then, fortran-end-of-block)
16884         (fortran-beginning-of-block): New functions, for hideshow.
16886         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16887         Doc fix.  Tweak regexp.
16888         (f90-beginning-of-block): Push mark first.
16890 2005-03-29  Jay Belanger  <belanger@truman.edu>
16892         * calc/calc.el: Update copyright date.
16893         (calc-version): Increase to 2.1.
16894         (calc-version-date): Remove.
16896         * calc/calc-help.el: Update copyright date.
16897         (calc-full-help): Remove reference to calc-version-date.
16898         Update copyright date.
16900 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16902         * vc.el (vc-do-command): Use a pipe for async processes, so password
16903         prompts don't show up at places where the user can't reply.
16905 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16907         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16908         on the file name we pass to the inferior shell.
16910 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16912         * progmodes/which-func.el (which-function): Be robust in the face of an
16913         imenu--make-index-alist failure.
16915 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16917         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16919         * progmodes/python.el (python-preoutput-filter): Fix last change.
16921 2005-03-29  Lute Kamstra  <lute@gnu.org>
16923         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16924         functions and compiled macros.
16925         (debug-convert-byte-code): Handle macros too.
16926         (debug-on-entry-1): Don't signal an error when trying to clear a
16927         function that is not set to debug on entry.
16929 2005-03-29  Jay Belanger  <belanger@truman.edu>
16931         * calc/calc-lang.el: Add functions to math-function-table
16932         properties of tex and math.
16934 2005-03-29  Kenichi Handa  <handa@m17n.org>
16936         * ps-mule.el (ps-mule-plot-string): Translate characters by
16937         ps-print-translation-table.
16938         (ps-mule-begin-job): Call find-charset-region/string with
16939         ps-print-translation-table.
16940         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16942         * ps-print.el (ps-print-translation-table): New variable.
16943         (ps-plot-region): Translate characters by ps-print-translation-table.
16945 2005-03-29  Juri Linkov  <juri@jurta.org>
16947         * simple.el (next-error-highlight-timer): New variable.
16949         * progmodes/compile.el (compilation-goto-locus):
16950         Use `next-error-highlight-timer' instead of `sit-for'.
16952 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16954         * mail/supercite.el (sc-mail-field): Use assoc-string.
16955         (sc-get-address): Simplify regexps.
16957         * files.el (minibuffer-with-setup-hook): New macro.
16958         (find-file-read-args): Use it to avoid let-binding
16959         minibuffer-with-setup-hook (which breaks turning on/off
16960         file-name-shadow-mode while in the prompt).
16962         * complete.el (PC-read-include-file-name-internal):
16963         Use test-completion.
16965 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
16967         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
16969 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16971         * window.el (window-buffer-height): Use count-screen-lines.
16973         * progmodes/python.el (python-preoutput-leftover): New var.
16974         (python-preoutput-filter): Use it.
16975         (python-send-receive): Loop until all the result has been received.
16977 2005-03-28  Juri Linkov  <juri@jurta.org>
16979         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
16981         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
16982         "Recover Crashed Session".
16983         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
16984         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
16985         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
16986         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
16987         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
16988         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
16989         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
16990         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
16992         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
16993         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
16994         Ediff Sessions", "Toggle use of separate control buffer frame",
16995         "Use separate frame for Ediff control buffer".
16997         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
16998         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
16999         "Rename Bookmark", "Delete Bookmark".
17001         * info.el (Info-mode-menu): Remove ellipsis from "Index".
17002         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
17003         Add `:active Info-index-alternatives' to "Next Matching Item".
17005         * wdired.el (wdired-change-to-wdired-mode):
17006         Mention `wdired-abort-changes' key in the initial message.
17008         * international/mule.el (auto-coding-alist): Associate non-ascii
17009         image filename extensions with `no-conversion'.
17011 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17013         * international/iso-acc.el:
17014         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
17016 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
17018         * textmodes/sgml-mode.el (html-mode): Doc update.
17020         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
17022 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
17024         * term.el (term-move-columns): Fix face after extending a line.
17025         (term-insert-spaces): Likewise.
17026         (term-reset-terminal): Fix off by one error.
17028 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
17030         * international/mule.el (auto-coding-alist): Add .xpi files.
17032         * files.el (auto-mode-alist): Add .xpi files.
17034 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
17036         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
17038 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
17040         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
17042 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
17044         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
17045         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
17047         * calendar/cal-move.el (calendar-beginning-of-year): Move the
17048         cursor to Jan 1 when needed.
17049         (calendar-end-of-year): Fix -/+ typo.
17050         Reported by Chong Yidong <cyd@stupidchicken.com>.
17052 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17054         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
17056         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
17057         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
17059 2005-03-25  Richard M. Stallman  <rms@gnu.org>
17061         * filesets.el (filesets-init): Add autoload.
17063         * mail/mailalias.el (mail-directory): Doc fix.
17065 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17067         * mail/mailalias.el (mail-directory-process): Do nothing if
17068         mail-directory-process is an atom.
17069         (mail-get-names): Ignore mail-directory-names if it is an atom.
17070         (mail-directory-process defvar): Doc fix.
17071         (mail-names): Doc fix.
17073 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
17075         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
17077 2005-03-26  Kenichi Handa  <handa@m17n.org>
17079         * international/mule-util.el (detect-coding-with-priority):
17080         Call update-coding-systems-internal before detect-coding-region.
17082 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
17084         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
17085         (gdb-frames-mode-map): Add follow-link property.
17087 2005-03-25  Jay Belanger  <belanger@truman.edu>
17089         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
17090         for variables.
17092 2005-03-25  Juri Linkov  <juri@jurta.org>
17094         * image-mode.el: Optimize image filename extension regexps in
17095         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
17096         in `auto-mode-alist'.
17097         (image-mode): Add `image-toggle-display-text' to local hook
17098         `change-major-mode-hook'.  Display the image as an image by
17099         default.  Set `cursor-type' and `truncate-lines' if the image
17100         is already displayed.  Take into account the current mode (image
17101         or text) in message.
17102         (image-minor-mode): New minor mode.
17103         (image-mode-maybe, image-toggle-display-text): New functions.
17104         (image-toggle-display): Use called-interactively-p.
17105         Let-bind `inhibit-read-only' to t.
17107         * image-mode.el (image-minor-mode): Set `cursor-type' and
17108         `truncate-lines' if the image is already displayed.  Add turning
17109         image-minor-mode off to `change-major-mode-hook'.  Add message.
17110         Call `image-toggle-display-text' after turning image-minor-mode off.
17112 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17114         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
17115         Terminal.app, use utf-8.
17116         (set-display-table-and-terminal-coding-system): Add coding-system arg.
17117         (set-locale-environment): Use it.
17119         * term/xterm.el: Undo last change, better done in mule-cmds.el.
17121         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
17123         * progmodes/python.el (python-close-block-statement-p)
17124         (python-outdent-p, python-current-defun): Use symbol-end.
17126 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
17128         * files.el (save-some-buffers): Doc fix.
17130 2005-03-25  Werner Lemberg  <wl@gnu.org>
17132         * complete.el, thumbs.el: Replace `legal' with `valid'.
17133         * calendar/calendar.el: Replace `legal' with `valid'.
17134         * emacs-lisp/advice.el: Replace `legal' with `valid'.
17135         * mail/supercite.el: Replace `legal' with `valid'.
17136         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
17137         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
17138         Replace `legal' with `valid'.
17139         * textmodes/reftex-vars.el, textmodes/reftex.el:
17140         Replace `legal' with `valid'.
17142 2005-03-25  Werner Lemberg  <wl@gnu.org>
17144         * calc/calc-forms.el, calc/calc-sel.el
17145         * midnight.el, vc-cvs.el
17146         * emacs-lisp/cl-macs.el
17147         * emulation/vip.el
17148         * eshell/esh-io.el, eshell/esh-var.el
17149         * mail/supercite.el
17150         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
17151         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
17152         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
17153         * progmodes/sh-script.el, progmodes/xscheme.el
17154         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
17155         * textmodes/reftex-index.el, textmodes/reftex-parse.el
17156         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
17157         * textmodes/reftex.el, textmodes/org.el:
17158         Replace `illegal' with `invalid'.
17160 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17162         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
17163         (flymake-find-buildfile, flymake-find-possible-master-files)
17164         (flymake-check-include, flymake-parse-line): Replace loops over the
17165         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
17167         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
17168         Substitute file-name-as-directory in the rest of the file.
17169         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
17170         (flymake-replace-region): Remove unused arg `buffer'.
17171         (flymake-check-patch-master-file-buffer): Update calls to it.
17172         (flymake-add-err-info): Remove unused var `count'.
17173         (flymake-mode): Use define-minor-mode.
17175         * progmodes/flymake.el: Use with-current-buffer.
17176         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
17177         flymake-replace-regexp-in-string, flymake-line-beginning-position)
17178         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
17179         Avoid testing for `xemacs'.
17180         (flymake-nop): Move.
17181         (flymake-region-has-flymake-overlays): Return the computed value.
17182         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
17183         Remove unused var `endline'.
17184         (flymake-get-line-count): Remove unused function.
17185         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
17187         * emulation/vi.el:
17188         * generic.el:
17189         * hilit-chg.el (global-highlight-changes):
17190         * hi-lock.el (hi-lock-mode):
17191         * follow.el: find-file-hooks -> find-file-hook.
17193         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
17195 2005-03-24  Juri Linkov  <juri@jurta.org>
17197         * dired.el (dired-mode-map): Add menu item "Compare directories"
17198         for dired-compare-directories.
17200         * dired-aux.el (dired-compare-directories): Add autoload cookie.
17201         Doc fix.  Replace `read-file-name' with `read-directory-name'.
17203 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17205         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
17207 2005-03-24  Jay Belanger  <belanger@truman.edu>
17209         * calc/calc-embed.el (calc-embedded-mode-change): Save all
17210         relevant mode settings in calc-embedded-original-modes when modes
17211         are permanently changed.
17213 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17215         * autoinsert.el: find-file-hooks -> find-file-hook.
17217 2005-03-24  Lute Kamstra  <lute@gnu.org>
17219         * generic.el (generic-font-lock-defaults): Make it obsolete.
17220         (generic-font-lock-keywords): New variable to replace
17221         generic-font-lock-defaults.
17222         (generic-mode-set-font-lock): Delete it.
17223         (generic-mode-internal): Don't call generic-mode-set-font-lock.
17224         (generic-bracket-support): Add docstring.
17226         * generic-x.el: Rename generic-font-lock-defaults to
17227         generic-font-lock-keywords throughout.
17228         (mailagent-rules-setup-function): Delete it.
17229         (mailagent-rules-generic-mode): Use anonymous function instead.
17230         (show-tabs-generic-mode-font-lock-defaults-1)
17231         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
17232         Quote faces.
17233         (show-tabs-tab-face, show-tabs-space-face): Specify background,
17234         not foreground.
17236         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
17237         Recognize define-generic-mode.
17239 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17241         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
17242         if there's no completion table.
17244 2005-03-23  Miles Bader  <miles@gnu.org>
17246         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17247         Remove tty-specific variants, as they're no longer needed.
17249 2005-03-23  Lute Kamstra  <lute@gnu.org>
17251         * generic-x.el: Code cleanup: make args constant whenever possible.
17252         (installshield-statement-keyword-list)
17253         (installshield-system-functions-list)
17254         (installshield-system-variables-list, installshield-types-list)
17255         (installshield-funarg-constants-list): Make them constants.
17257         * generic.el (generic-make-keywords-list): Add autoload cookie.
17259         * calendar/time-date.el: Add comment on time value formats.
17260         Don't require parse-time.
17261         (with-decoded-time-value): New macro.
17262         (encode-time-value): New function.
17263         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17264         (days-to-time): Return a valid time value when arg is huge.
17265         (time-since): Use time-subtract.
17266         (time-to-number-of-days): Use time-to-seconds.
17268 2005-03-23  David Ponce  <david@dponce.com>
17270         * recentf.el (recentf-keep): New option.
17271         (recentf-menu-action): Default to `find-file'.
17272         (recentf-keep-non-readable-files-flag)
17273         (recentf-keep-non-readable-files-p)
17274         (recentf-file-readable-p, recentf-find-file)
17275         (recentf-cleanup-remote): Remove.
17276         (recentf-include-p): More robust.
17277         (recentf-keep-p): New function.
17278         (recentf-remove-if-non-kept): Rename from
17279         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
17280         All callers updated.
17281         (recentf-menu-items-for-commands): Fix help string.
17282         (recentf-track-closed-file): Update.  Doc fix.
17283         (recentf-cleanup): Update.  Count removed files.  Doc fix.
17285 2005-03-23  Kim F. Storm  <storm@cua.dk>
17287         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17288         Don't inherit from fringe face (now happens automatically).
17290 2005-03-22  Kim F. Storm  <storm@cua.dk>
17292         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
17293         position values.
17295 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17297         * menu-bar.el (showhide-date-time): Remove.
17298         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
17299         (menu-bar-make-mm-toggle): Simplify.
17301 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17303         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
17304         Accept qualified variable and function names.
17306 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
17308         * bindings.el (completion-ignored-extensions):
17309         Remove ".lis" for `vax-vms'.
17311 2005-03-22  Andreas Schwab  <schwab@suse.de>
17313         * generic-x.el: Revert last change.
17314         * ldefs-boot.el: Update.
17316 2005-03-22  Jay Belanger  <belanger@truman.edu>
17318         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
17319         (calc-embedded-save-original-modes)
17320         (calc-embedded-restore-original-modes): New functions.
17321         (calc-do-embedded): Save original modes when entering embedded mode
17322         and restore when leaving embedded mode.
17323         (calc-embedded-modes-change): Change the value of
17324         calc-embedded-original-modes to reflect permanent changes.
17326 2005-03-22  Lute Kamstra  <lute@gnu.org>
17328         * generic-x.el: Require generic again.
17330 2005-03-22  Miles Bader  <miles@gnu.org>
17332         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17333         Tweak details to look good on both ttys and bitmap displays, light
17334         or dark background, etc.
17336 2005-03-21  Kim F. Storm  <storm@cua.dk>
17338         * tooltip.el (tooltip-show-help-function): Check car and cdr of
17339         mouse position.
17341 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17343         * icomplete.el: Don't forcibly turn on the mode upon load.
17344         (icomplete-mode): Use define-minor-mode.
17345         (icomplete-eoinput): Default to nil.
17346         (icomplete-minibuffer-setup): Remove autoload.
17347         (icomplete-tidy): Simplify.
17348         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
17349         in the initial state or if the user has modified the field.
17350         Fix handling of icomplete-max-delay-chars.
17351         Remove code that handles the oddball case where
17352         minibuffer-completion-table is an integer.
17353         Wrap icomplete-completions in while-no-input in case building
17354         completions takes more time than expected.
17355         (icomplete-completions): Simplify.
17357 2005-03-21  Richard M. Stallman  <rms@gnu.org>
17359         * jka-compr.el (jka-compr-really-do-compress):
17360         Make variable buffer-local.
17362         * image-mode.el: Handle .xpm files too.
17363         (image-toggle-display): Preserve modification flag.
17365         * help.el (where-is): Don't mention aliases with no key bindings.
17367 2005-03-21  Lute Kamstra  <lute@gnu.org>
17369         * generic.el: Fix commentary section.  Don't require cl for
17370         compilation.
17371         (generic-mode-list): Add autoload cookie.
17372         (generic-use-find-file-hook, generic-lines-to-scan)
17373         (generic-find-file-regexp, generic-ignore-files-regexp)
17374         (generic-mode, generic-mode-find-file-hook)
17375         (generic-mode-ini-file-find-file-hook): Fix docstrings.
17376         (define-generic-mode): Make it a defmacro.  Fix docstring.
17377         (generic-mode-internal): Code cleanup.  Add autoload cookie.
17378         (generic-mode-set-comments): Code cleanup.
17379         * generic-x.el: Don't prevent compilation.  Don't require generic.
17380         Follow coding conventions.  Minor code cleanup.
17381         (etc-fstab-generic-mode): Add some keywords.
17382         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17383         define-generic-mode like a function declaration.
17385 2005-03-21  Jay Belanger  <belanger@truman.edu>
17387         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
17388         changing modes.
17390 2005-03-21  Sam Steingold  <sds@gnu.org>
17392         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
17394 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
17396         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
17397         Add underscore to "f$ lexicals" regexp.
17399 2005-03-20  Juri Linkov  <juri@jurta.org>
17401         * subr.el (progress-reporter-do-update): When `min-value' is equal
17402         to `max-value', set `percentage' to 0 and prevent division by zero.
17404 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
17406         Sync with Tramp 2.0.48.
17408         * net/tramp.el (all): Change all addresses to .gnu.org.
17409         (tramp-append-tramp-buffers): New defun.
17410         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
17411         Catch `dont-send' signal.
17412         (tramp-set-auto-save-file-modes): Set always permissions, because
17413         there might be an old auto-saved file belonging to another
17414         original file.  This could be a security threat.  Reported by
17415         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
17416         Check for Emacs 21.3.50 removed.
17418         * net/tramp-smb.el (all): Remove debug construct for
17419         `with-parsed-tramp-file-name'.
17420         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
17421         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
17422         No error message if DIRECTORY or FILENAME doesn't exist.
17423         (tramp-smb-open-connection): Check existence of
17424         `tramp-smb-program'.
17426 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17428         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
17429         Properly handle the case where the `m' or `s' command's argument is not
17430         yet terminated.
17431         (perl-indent-new-calculate): New function.
17432         (perl-indent-line): Use it.
17434 2005-03-20  Miles Bader  <miles@gnu.org>
17436         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
17437         in text-mode too.  Change to new face names.
17438         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
17439         Add `:weight bold' attribute.
17440         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
17442 2005-03-19  Juri Linkov  <juri@jurta.org>
17444         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
17446         * international/mule.el (auto-coding-alist): Sync with
17447         `auto-mode-alist' by adding upper case archive file extensions
17448         and adding ear/war to jar extension.
17450 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
17452         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
17453         running, restart it.
17455 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
17457         * finder.el (finder-current-item): Throw an error on an empty line.
17459         * man.el (Man-follow-manual-reference): If current-word returns
17460         nil, use "".
17462 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
17464         * simple.el (goto-line): Doc fix.
17466 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
17468         * files.el (save-buffer): Doc fix.
17470 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
17472         * recentf.el (recentf-cleanup-remote): New variable.
17473         (recentf-cleanup): Use it to conditionally check availability of
17474         remote files.
17476 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
17478         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
17479         function names.
17481 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17483         * language/thai-word.el: New file.
17485 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17487         * files.el (backup-buffer): If the file's directory is not
17488         writable, use copy instead of move to backup the file.
17490 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17492         * obsolete/keyswap.el: Moved to obsolete/ from term/.
17494 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17496         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
17497         Use functionp instead of symbolp and fboundp.  Reported by Drkm
17498         <darkman_spam@yahoo.fr>.
17499         (ps-print-version): New version 6.6.6.
17501 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
17503         * textmodes/table.el (table--line-column-position): New idiom.
17504         (table--row-column-insertion-point-p): New function to test
17505         validity of row and column insertion operation at a location.
17506         (table-global-menu, table-cell-menu): Use above functions for
17507         deterministic test operation.
17508         (table--editable-cell-p): Behave in deterministic fashion.
17510 2005-03-18  Juri Linkov  <juri@jurta.org>
17512         * isearch.el (isearch-lazy-highlight-new-loop):
17513         Make arguments beg and end optional.
17514         (isearch-update): Remove optional arguments nil from
17515         isearch-lazy-highlight-new-loop.
17516         (isearch-lazy-highlight-search): Let-bind case-fold-search to
17517         isearch-lazy-highlight-case-fold-search instead of
17518         isearch-case-fold-search, and let-bind isearch-regexp to
17519         isearch-lazy-highlight-regexp.
17520         Use isearch-lazy-highlight-last-string instead of isearch-string.
17522         * replace.el (perform-replace): Remove bindings of global
17523         variables isearch-string, isearch-regexp, isearch-case-fold-search.
17524         Add three new arguments to `replace-highlight'.
17525         (replace-highlight): Add arguments string, regexp, case-fold.
17526         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
17527         to allow isearch-lazy-highlight-new-loop to use these values
17528         to set corresponding isearch-lazy-highlight-* internal
17529         variables whose values lazy highlighting will use regardless of
17530         changes to global variables isearch-string, isearch-regexp,
17531         isearch-case-fold-search during lazy highlighting loop.
17532         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
17533         to `lazy-highlight-cleanup'.
17535         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
17536         (ispell-highlight-face): Set default face to `isearch' when
17537         lazy highlighting is enabled.
17538         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
17539         priority to 1.  Add lazy highlighting.
17540         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
17541         from `isearch-dehighlight'.
17543 2005-03-18  David Ponce  <david@dponce.com>
17545         * files.el (hack-local-variables): Do a case-insensitive search
17546         for End.
17548 2005-03-18  Juri Linkov  <juri@jurta.org>
17550         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
17551         `isearch-lazy-highlight-cleanup', add alias to old name and
17552         declare obsolete.  Add release numbers to other obsolete vars.
17553         (isearch-done, isearch-lazy-highlight-new-loop):
17554         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
17555         (lazy-highlight-cleanup) <variable>: Doc fix.
17556         (isearch-lazy-highlight-update): Rename obsolete
17557         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
17559 2005-03-18  Kenichi Handa  <handa@m17n.org>
17561         * language/thai-util.el: Fix categorization of Thai characters in
17562         thai-category-table.
17563         (thai-composition-pattern): Adjust it for the above change.
17564         (thai-self-insert-command, thai-compose-syllable): New functions.
17565         (thai-compose-region): Use thai-compose-syllable.
17566         (thai-compose-string): Likewise.
17567         (thai-composition-function): Likewise.
17568         (thai-auto-composition): New function.
17569         (thai-auto-composition-mode): New minor mode.
17571         * language/thai.el: Fix patterns to be registered in
17572         composition-function-table.
17574         * international/quail.el (quail-input-method): Locally bind
17575         inhibit-modification-hooks to t.
17577 2005-03-17  Richard M. Stallman  <rms@gnu.org>
17579         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
17580         (perl-mode): Use run-mode-hooks.
17582         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
17583         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
17584         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
17586         * mail/sendmail.el (sendmail-send-it): Reenable the code
17587         to compute resend-to-address and use it.
17589         * tar-mode.el (tar-mode): Turn off undo unconditionally.
17591         * image-mode.el: New file.
17593         * image.el (insert-sliced-image): Add autoload cookie.
17595         * font-lock.el (font-lock-lines-before): New user option.
17596         (font-lock-after-change-function): Obey it.
17598         * bindings.el (esc-map): Make M-g a prefix.
17599         Bind M-g g and M-g M-g to goto-line.
17601         * faces.el (face-id): Doc fix.
17603 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17605         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
17606         (rmail-show-message): Use rmail-unknown-mail-followup-to.
17607         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
17609         * mail/sendmail.el (mail-yank-ignored-headers)
17610         (mail-font-lock-keywords, mail-mode-fill-paragraph):
17611         Add Mail-Followup-To and Mail-Reply-To headers.
17612         (mail-citation-hook): Add autoload cookie.
17613         (mail-mode): Doc fix.
17614         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
17615         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
17616         (mail-mode-fill-paragraph): Handle those headers.
17617         (mail-mailing-lists): New variable.
17618         (mail-mail-reply-to, mail-mail-followup-to): New functions.
17620 2005-03-17  Juri Linkov  <juri@jurta.org>
17622         * isearch.el (isearch-fallback): Check for `(car previous)'
17623         before calling `isearch-other-end-state'.
17625 2005-03-17  Kim F. Storm  <storm@cua.dk>
17627         * simple.el (move-beginning-of-line): Move to beginning of buffer
17628         line, as well as beginning of screen line.
17630 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
17632         * calendar/diary-lib.el (mark-diary-entries): Use new optional
17633         argument REDRAW rather than calendar-redrawing variable.
17634         * calendar/calendar.el (calendar-redrawing): Delete.
17635         (redraw-calendar): Do not bind calendar-redrawing.
17637 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
17639         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
17640         diary-file buffer.
17642 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17644         * help.el (describe-mode): Allow a :minor-mode-function property to
17645         specify a different minor mode toggle function than the variable.
17646         * simple.el (auto-fill-function):
17647         * subr.el (add-minor-mode): Use it.
17649 2005-03-16  Kenichi Handa  <handa@m17n.org>
17651         * language/ethio-util.el (sera-being-called-by-w3): New variable.
17652         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
17653         (ethio-fidel-to-sera-buffer): Likewise.
17655 2005-03-16  Juri Linkov  <juri@jurta.org>
17657         * emacs-lisp/find-func.el (find-function-regexp):
17658         Add defun-emitting macro `menu-bar-make-toggle'.
17660         * isearch.el: Put `isearch-scroll' property to
17661         `split-window-horizontally'.
17663         * info.el: Update error messages for `debug-ignored-errors'.
17664         (Info-isearch-search): Doc fix.
17665         (Info-find-node): Move up code to go into info buffer before
17666         recording the node to the history.
17667         (Info-fontify-node): Fontify titles only if the next line
17668         has two or more `*', `=', `-', `.'.
17669         Display "go to this node" for empty (match-string 3).
17671 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17673         * term/mac-win.el: Add mouse pointer shape constants.
17675 2005-03-15  Kim F. Storm  <storm@cua.dk>
17677         * simple.el (move-beginning-of-line): Use vertical-motion.
17679 2005-03-15  Juri Linkov  <juri@jurta.org>
17681         * isearch.el (isearch-error): New variable.
17682         (isearch-invalid-regexp, isearch-within-brackets): Remove.
17683         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
17684         (isearch-within-brackets-state): Remove.
17685         (isearch-case-fold-search-state, isearch-pop-fun-state):
17686         Decrease frame index.
17687         (isearch-mode, isearch-top-state, isearch-push-state)
17688         (isearch-edit-string, isearch-abort, isearch-search-and-update)
17689         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
17690         (isearch-search, isearch-lazy-highlight-new-loop):
17691         Replace `isearch-invalid-regexp' with `isearch-error'.
17692         Remove `isearch-within-brackets'.
17693         (isearch-search): Add `search-failed' handler to `condition-case'.
17694         (isearch-lazy-highlight-search): Add `condition-case' to catch
17695         errors and allow `isearch-lazy-highlight-update' to try
17696         highlighting from the beginning of the window.
17697         (isearch-repeat): Move up code to set isearch-wrapped to t
17698         before calling isearch-wrap-function.
17700         * info.el (Info-isearch-initial-node): New internal variable.
17701         (Info-search): Signal an error in isearch mode when search leaves
17702         the initial node.  Signal an error when `bound' is non-nil and
17703         nothing was found in the current subfile.
17704         (Info-isearch-search): Remove `condition-case'.
17705         (Info-isearch-wrap): Don't wrap when search failed during leaving
17706         the initial node.  If `Info-isearch-search' is nil, wrap around
17707         the current node.
17708         (Info-isearch-start): New fun.
17709         (Info-mode): Add buffer-local hook `Info-isearch-start' to
17710         `isearch-mode-hook'.
17712 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17714         * simple.el (normal-erase-is-backspace): Set default to t if
17715         running on Mac.
17717         * term/mac-win.el (function-key-map): Sync with x-win.el.
17719 2005-03-15  Kenichi Handa  <handa@m17n.org>
17721         * international/mule-cmds.el (locale-language-names): Modify the
17722         format of elements and add more entries.
17723         (locale-preferred-coding-systems): Add more entries.
17724         (set-locale-environment): Adjust for the change of
17725         locale-language-names.
17727 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17729         * pcvs.el (smerge-ediff): Remove bogus autoload.
17731 2005-03-14  Lute Kamstra  <lute@gnu.org>
17733         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17734         Ignore a `*' at the beginning of a line.
17736         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17737         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17738         subr.el.
17739         (dont-compile, eval-when-compile, eval-and-compile): Use declare
17740         to specify indentation.
17742         * generic.el (define-generic-mode): Let generic-mode-list be a
17743         list of strings; test membership with equal.
17745 2005-03-14  Kim F. Storm  <storm@cua.dk>
17747         * simple.el (next-line, previous-line): Add optional try-vscroll
17748         arg to recognize interactive use.  Pass it on to line-move.
17749         (line-move): Don't perform auto-window-vscroll when defining or
17750         executing keyboard macro to ensure consistent behavior.
17752 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17754         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17756 2005-03-13  Lute Kamstra  <lute@gnu.org>
17758         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17759         debugger-setup-buffer so that backtrace marks the frames set to
17760         debug-on-exit and we don't have to do it manually.  Set an extra
17761         debug-on-exit for macro's.
17762         (debugger-setup-buffer): Don't mark the top frame manually.
17764 2005-03-12  Lute Kamstra  <lute@gnu.org>
17766         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17767         lisp-indent-function throughout.
17768         (with-no-warnings): Set lisp-indent-function property.
17770 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
17772         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17773         Add entry for backslash.
17775 2005-03-12  Juri Linkov  <juri@jurta.org>
17777         * info.el (Info-search): Four fixes for backward search.
17779 2005-03-11  Jay Belanger  <belanger@truman.edu>
17781         * calc/calc.el (calc-language-alist): New variable.
17782         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17783         (calc-embedded-find-modes): Use calc-language-alist instead of
17784         calc-embedded-language-alist.
17786 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17788         * calendar/calendar.el (calendar-redrawing): New internal
17789         variable.
17790         (redraw-calendar): Remove bogus save-excursion from previous
17791         change.  Bind calendar-redrawing to t for mark-diary-entries.
17792         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17793         calendar if that is why we were called.
17795 2005-03-11  Kenichi Handa  <handa@m17n.org>
17797         * international/mule.el (make-coding-system): Set property
17798         coding-system-define-form to nil.
17799         (define-coding-system-alias): Likewise.
17801 2005-03-11  Kenichi Handa  <handa@m17n.org>
17803         These changes are suggested by Dave Love <fx@gnu.org>.
17805         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17806         coding: tag.
17807         (adaptive-fill-regexp): Add more bullets.
17808         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17809         regexps.
17811 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17813         * help.el (describe-mode): Properly handle non-trivial lighters.
17814         Don't ignore minor modes that are not listed in minor-mode-list.
17816         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17817         feature ON when the user requests to turn it OFF.
17819 2005-03-10  Lute Kamstra  <lute@gnu.org>
17821         * emacs-lisp/debug.el (debug-entry-code): Delete it.
17822         (implement-debug-on-entry): New function to replace debug-entry-code.
17823         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
17824         second argument as the 2005-03-07 change makes it obsolete.
17825         (debug-on-entry, cancel-debug-on-entry): Update call to
17826         debug-on-entry-1.
17827         (debug, debugger-setup-buffer): Comment update.
17828         (debugger-frame-number): Update to work with implement-debug-on-entry.
17830 2005-03-10  Jay Belanger  <belanger@truman.edu>
17832         * calc/calc-embed.el (math-ms-args): Declare it.
17833         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17834         math-ms-args.
17835         (calc-embedded-subst): Use math-multi-subst-rec to substitute
17836         variables.
17838 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
17840         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17841         Use message-box.
17843         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17844         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17845         (tooltip-gud-tips): Simplify.
17846         (tooltip-gud-tips-p): Remove superfluous :set.
17847         (tooltip-gud-modes): Add fortran-mode.
17848         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17850         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17852 2005-03-09  Kim F. Storm  <storm@cua.dk>
17854         * play/animate.el (animate-place-char): Use forward-line instead
17855         of next-line to improve performance.
17857 2005-03-09  Simon Josefsson  <jas@extundo.com>
17859         * net/browse-url.el (browse-url-default-browser): Doc fix.
17861 2005-03-09  Miles Bader  <miles@gnu.org>
17863         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17864         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17866 2005-03-09  Kenichi Handa  <handa@m17n.org>
17868         * international/latin-1.el: Set case and syntax for 255 only if
17869         set-case-syntax-set-multibyte is nil.
17871         * textmodes/ispell.el (ispell-insert-word): New function.
17872         (ispell-word): Use ispell-insert-word to insert a new word.
17873         (ispell-process-line): Likewise.
17874         (ispell-complete-word): Likewise.
17876 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
17878         * calendar/calendar.el (redraw-calendar): Preserve point.
17879         Reported by Matt Hodges <MPHodges@member.fsf.org>.
17880         (calendar-week-start-day): Move after definition of
17881         redraw-calendar.  Delete buffer test, since redraw-calendar has
17882         that now.
17884         * calendar/diary-lib.el (mark-diary-entries): Only call
17885         redraw-calendar in the first of any recursive calls.
17886         Reported by Alan Shutko <ats@acm.org>.
17888 2005-03-08  Juri Linkov  <juri@jurta.org>
17890         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17891         (html-horizontal-rule, html-line, html-image, html-checkboxes)
17892         (html-radio-buttons): Add a space before the trailing `/>' where
17893         sgml-xml-mode is non-nil.
17894         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17895         the subsequent tag of the empty XML tag.
17896         (html-href-anchor): Don't set initial input to "http:".
17897         (html-image): Ask for the image URL and set point inside alt="".
17898         (html-name-anchor): Duplicate the name in the `id' attribute when
17899         sgml-xml-mode is non-nil.
17900         (html-paragraph): Remove \n before <p>.
17901         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17902         instead of `checked' when sgml-xml-mode is non-nil.
17904         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17905         Remove 1 space before #RRGGBB to not truncate it on terminal
17906         windows w/o fringes.  Remove 1 space between bg and fg examples
17907         to get more space.
17908         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17909         avoid byte-compile warnings.
17911         * image-file.el (image-file-handler): Put `safe-magic' property to
17912         `image-file-handler'.
17914         * info.el (Info-isearch-search): Emulate word search in
17915         isearching through multiple Info nodes with Info-search.
17916         (Info-isearch-wrap): Allow isearch-word.
17918 2005-03-08  Lute Kamstra  <lute@gnu.org>
17920         * emacs-lisp/debug.el (debugger-step-through): Make sure that
17921         stepping into the debugger's code is not possible.
17922         (debugger-jumping-flag): Docstring update.
17924 2005-03-08  Jay Belanger  <belanger@truman.edu>
17926         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17927         embedded mode begins.
17928         (calc-embedded-language-alist): New variable.
17929         (calc-embedded-find-modes): Use calc-embedded-language-alist to
17930         set default language mode.
17932 2005-03-08  Kenichi Handa  <handa@m17n.org>
17934         * international/ccl.el (define-ccl-program): Fix docstring about
17935         extra 256 bytes assured for the output buffer.
17937         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17938         Fix BUFFER_MAGNIFICATION to 2.
17939         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17941 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
17943         * align.el (align-rules-list): Added an alignment rule for CSS
17944         declarations (applies to css-mode and html-mode buffers).
17946 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17948         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17950 2005-03-07  Kim F. Storm  <storm@cua.dk>
17952         * simple.el (move-beginning-of-line): New command.
17954         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17956         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17958         * emulation/cua-base.el: Put CUA move property on move-end-of-line
17959         and move-beginning-of-line.
17961         * apropos.el (apropos-print): Omit command from M-x ... RET.
17963 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
17965         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
17966         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
17968 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17970         * bindings.el (esc-map): Bind M-g to goto-line.
17972         * facemenu.el (global-map): Bind M-o, not M-g.
17974 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17976         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
17977         "Open Directory" as for "Open File".
17979 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
17981         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
17982         (push-mark-command): Run activate-mark-hook.
17984 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17986         * help-mode.el (help-mode-finish): Don't alter the element
17987         in view-return-to-alist if there already is one.
17989         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17990         make sure the current buffer is the expected one.
17992         * novice.el (disabled-command-function): Output in *Disabled Command*.
17993         Explicitly ignore non-keyboard events, and explicitly handle C-g.
17995         * textmodes/flyspell.el (flyspell-large-region):
17996         Pass args differently for aspell.
17998         * files.el (mode-require-final-newline): Doc fix.
18000 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18002         * progmodes/which-func.el (which-function):
18003         Specify NOERROR when calling imenu--make-index-alist.
18005 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18007         * simple.el (normal-erase-is-backspace): Define default value.
18009         * custom.el (custom-theme-set-variables): Remove unused var
18010         `immediate'.
18011         (custom-reevaluate-setting): Simple function to handle variables
18012         that are defined before their default value can really be
18013         computed.
18015         * startup.el (command-line): Use it for temporary-file-directory,
18016         small-emporary-file-directory, auto-save-file-name-transforms,
18017         blink-cursor-mode, and normal-erase-is-backspace.
18019         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
18020         progress, even with buggy anchored keywords.
18022 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
18024         * simple.el (goto-line): Remove unbalanced final parenthesis.
18026 2005-03-05  Richard M. Stallman  <rms@gnu.org>
18028         * simple.el (goto-line): Use a number at point as the default.
18029         With C-u as arg, switch buffers.
18031 2005-03-05  Juri Linkov  <juri@jurta.org>
18033         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
18034         with `no-blinking-cursor'.
18036         * startup.el (no-blinking-cursor): New defvar.
18037         (command-line): Add `--no-blinking-cursor' to longopts.
18038         Set `no-blinking-cursor' to t for command line arguments
18039         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
18040         with `no-blinking-cursor' in the condition for calling
18041         `blink-cursor-mode'.
18043 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
18045         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
18046         (menu-bar-options-save): Add blink-cursor-mode.
18047         (menu-bar-options-menu): Add blink-cursor-mode.
18049 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
18051         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
18052         (icalendar-export-file, icalendar-export-region)
18053         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
18054         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
18056 2005-03-04  Lute Kamstra  <lute@gnu.org>
18058         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
18059         (debug-function-list): Ditto.
18061 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
18063         * textmodes/texinfmt.el (texinfo-append-refill):
18064         Redefine the types of line to which @refill
18065         is not appended by replacing a search for `@refill\\|@bye' with
18066         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
18067         itemize@refill' bug and the unfilled long lines bug.
18068         (texinfmt-version): Update number and date.
18070 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18072         * international/code-pages.el (windows-1250, windows-125[2-8])
18073         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
18075 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18077         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
18078         bound yet.
18080 2005-03-02  Romain Francoise  <romain@orebokech.com>
18082         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
18083         buffer after removing limits.
18084         (ibuffer-pop-filter): Ditto.
18085         Update copyright.
18087 2005-03-02  Miles Bader  <miles@gnu.org>
18089         * button.el (make-text-button): If the user doesn't specify a
18090         type, use the default.  Rewrite to use `add-text-properties' and
18091         plist functions.
18093 2005-03-01  Lute Kamstra  <lute@gnu.org>
18095         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
18096         (debugger-jumping-flag): New var.
18097         (debug-entry-code): Use it.
18098         (debugger-jump): Use debugger-jumping-flag and add
18099         debugger-reenable to post-command-hook.
18100         (debugger-reenable): Use debugger-jumping-flag and remove itself
18101         from post-command-hook.
18102         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
18103         debugger-reenable.
18105 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
18107         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
18108         inclusion of "itemize\\|", which may be unnecessary, is certainly
18109         inelegant, and stops refilling in itemize lists when formatting
18110         Japanese Texinfo files to Info.
18111         Update copyright to 2005.
18113 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
18115         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
18116         of an error if GDB can't find the source file.
18118 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
18120         * calendar/calendar.el (redraw-calendar): Work from any buffer,
18121         not just the calendar.
18123         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
18124         first.
18125         (diary-redraw-calendar): New function.
18126         (make-diary-entry): Add diary-redraw-calendar to local
18127         write-contents-functions.  Turn off selective display before
18128         inserting in diary.
18130 2005-03-01  Kim F. Storm  <storm@cua.dk>
18132         * emacs-lisp/copyright.el (copyright-fix-years): New command.
18134 2005-03-01  Lute Kamstra  <lute@gnu.org>
18136         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
18137         that debug-entry-code can be safely removed from a function while
18138         this code is being evaluated.  Revert the 2005-02-27 change as the
18139         new implementation no longer requires it.  Make sure that a
18140         function body containing just a string is not mistaken for a docstring.
18141         (debug): Skip one more frame in case of debug on entry.
18142         (debugger-setup-buffer): Delete one more frame line in case of
18143         debug on entry.
18144         (debugger-frame-number): Update to use the new text introduced by
18145         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
18147 2005-02-28  Kim F. Storm  <storm@cua.dk>
18149         * double.el (double-translate-key): Call force-window-update after
18150         read-event to avoid crash in redisplay.
18152 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18154         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
18155         (debug): Use it.  Move the inhibit-trace earlier.
18156         (debug-entry-code): New const.
18157         (debug-on-entry-1): Use it.
18159 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
18161         * international/utf-16.el (ccl-encode-mule-utf-16le):
18162         Fix BUFFER_MAGNIFICATION to 2.
18163         (ccl-encode-mule-utf-16be): Likewise.
18165 2005-02-28  Kenichi Handa  <handa@m17n.org>
18167         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18168         Fix BUFFER_MAGNIFICATION to 4.
18169         (ccl-encode-mule-utf-16be-with-signature): Likewise.
18171 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
18173         * speedbar.el (speedbar-update-flag): Doc fix.
18174         (speedbar-show-info-under-mouse): Give set-mouse-position the right
18175         argument.
18177 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18179         * reveal.el (reveal-post-command): Don't try to reveal overlays which
18180         have a non-nil `invisible' property but are actually visible.
18182         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
18183         for perldoc sections.
18184         (perl-outline-regexp, perl-outline-level): New var and function.
18185         (perl-mode): Use them.
18187 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
18189         * calendar/diary-lib.el (diary-remind): Discard any mark portion
18190         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
18192 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
18194         * cus-edit.el: Comment change.
18195         (custom-buffer-create-internal): Slightly reword text at top of
18196         Custom buffers.  Mention there that saving an option edits the
18197         init file.  Add link to Emacs manual node on `custom-file'.
18198         (custom-magic-alist): Rewrite individual State messages to use
18199         capitalized keywords.  Doc fix.
18201 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
18203         * calendar/calendar.el (calendar-buffer): Move above
18204         calendar-week-start-day.
18205         (calendar-week-start-day): Doc fix.  Add :set function.
18206         (calendar-minimum-window-height): New variable.
18207         (generate-calendar-window): Only resize window if selected-window
18208         is displaying the calendar buffer.  Use new variable
18209         calendar-minimum-window-height.
18210         (generate-calendar): Reword error message.
18211         (calendar-mode-map): Bind DEL to scroll-other-window-down.
18213 2005-02-27  Andreas Schwab  <schwab@suse.de>
18215         * vc.el (vc-do-command): Don't run command asynchronously when
18216         operating in a remote directory.
18218         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
18219         change from sync with Tramp 2.0.47.
18221 2005-02-27  Richard M. Stallman  <rms@gnu.org>
18223         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
18225         * textmodes/flyspell.el (flyspell-mode-on):
18226         Call ispell-change-dictionary only if necessary.
18228         * emacs-lisp/re-builder.el (regexp-builder): New function.
18230         * register.el (describe-register-1): Explicitly handle
18231         yank-excluded-properties = t.
18233         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
18234         (custom-magic-alist): Change the status descriptions again.
18235         (face widget-type): Total rewrite based on `restricted-sexp'
18236         to eliminate the confusing double hiding levels.
18238         * emacs-lisp/debug.el (debug-on-entry-1):
18239         If function body is empty, add nil as body form.
18241 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18243         * emacs-lisp/trace.el (inhibit-trace): New var.
18244         (trace-make-advice): Use it.
18246         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
18248 2005-02-26  Kim F. Storm  <storm@cua.dk>
18250         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
18251         (mouse-on-link-p, mouse-drag-region-1): Use it.
18253 2005-02-25  Lute Kamstra  <lute@gnu.org>
18255         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
18257 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
18259         * frame.el (blink-cursor-mode): Add :group keyword.
18261 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
18263         * calendar/icalendar.el (icalendar--decode-isodatetime):
18264         New optional argument DAY-SHIFT.
18265         (icalendar-export-region): Fix coding-system-for-write.
18266         (icalendar--convert-ical-to-diary): Shift end-day of all-day
18267         events by one.
18269 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18271         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
18273 2005-02-24  Kim F. Storm  <storm@cua.dk>
18275         * international/iso-acc.el (iso-accents-compose): Fix crash
18276         during redisplay.  Call force-window-update after read-event
18277         and delete-region to signal that window is not accurate.
18279 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18281         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
18282         Remove unused and inexistent var `inhibit-trace'.
18283         (debugger-mode): Use run-mode-hooks.
18284         (debugger-list-functions): Add buttons; setup xref stack.
18286 2005-02-23  Richard M. Stallman  <rms@gnu.org>
18288         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
18289         appointment says it was explicitly made.
18290         (appt-add): Set the 3rd element.
18291         (appt-make-list): Preserve explicit appointments.
18293         * subr.el (find-tag-default): Catch errors in forward-sexp.
18295 2005-02-23  Juri Linkov  <juri@jurta.org>
18297         * info.el (Info-isearch-search): New defcustom.
18298         (Info-isearch-search): Call the default isearch function
18299         when Info-isearch-search is nil.
18300         (Info-isearch-wrap): Use variable Info-isearch-search.
18302 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
18304         * cus-edit.el: Comment change.
18306 2005-02-22  Kim F. Storm  <storm@cua.dk>
18308         * progmodes/hideif.el (hide-ifdef-use-define-alist):
18309         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
18311 2005-02-22  Simon Josefsson  <jas@extundo.com>
18313         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
18314         New variable.
18315         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
18316         Oskarsson" <myrkraverk@users.sourceforget.net>.
18318 2005-02-22  Kim F. Storm  <storm@cua.dk>
18320         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
18321         check that window of that event is the selected window.
18322         (mouse-drag-region-1): Compare mouse event window to selected
18323         window before setting point.
18325         * tooltip.el (tooltip-show-help-function): Pass event to
18326         mouse-on-link-p so it can check selected window.
18328 2005-02-22  Kenichi Handa  <handa@m17n.org>
18330         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
18331         (ps-mule-show-warning): New function.
18332         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
18333         characters are found.
18335         * ps-print.el (ps-header-footer-string): Return a list of header
18336         and footer strings.
18338 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18340         * pcvs.el (cvs-retrieve-revision): Fix thinko.
18342 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18344         * frame.el (blink-cursor-mode): Use define-minor-mode.
18346         * term/mac-win.el (function-key-map): Use char-names more consistently.
18347         (file-name-coding-system): Only set it for MacOS-9.  The other case is
18348         already handled in mule-cmds.el (where it also works when mac-win.el
18349         is not used).
18351 2005-02-21  Kenichi Handa  <handa@m17n.org>
18353         * international/mule.el (ctext-pre-write-conversion): Always use
18354         " *code-converting-work*" buffer for work.
18356         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
18358 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
18360         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
18362 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
18364         * ses.el (undo-more): Restore defadvice, but only the part that
18365         allows changes outside the restricted area of the buffer.
18367 2005-02-20  Kim F. Storm  <storm@cua.dk>
18369         * simple.el (line-move): Add fourth optional arg try-vscroll which
18370         must be set to perform auto-window-vscroll.
18371         When moving backwards and doing auto-window-vscroll, automatically
18372         vscroll to the last part of lines which are taller than the window.
18373         (next-line, previous-line): Set try-vscroll arg on line-move.
18375 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
18377         * replace.el (query-replace, query-replace-regexp)
18378         (replace-string, replace-regexp): When operating on region, make
18379         the minibuffer prompt say so.
18381         * isearch.el (isearch-forward): Document isearch-query-replace and
18382         isearch-query-replace-regexp keybindings.
18384 2005-02-19  Jay Belanger  <belanger@truman.edu>
18386         * calc/calc-aent.el (math-read-token): Add local variable.
18388         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
18389         (calc-edit-top): Move declaration to earlier in file.
18390         (calc-edit-macro-repeats): Add local variables.
18392         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
18393         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
18394         calcFunc-tanh.
18395         Adjust integration rule for calcFunc-tan.
18397 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18399         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
18400         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
18401         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
18402         (viper-skip-separators): Bug fix.
18403         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
18404         particular major mode.
18405         (viper-del-backward-char-in-replace): Don't put deleted char on the
18406         kill ring.
18408         * viper-ex.el (viper-color-display-p): New function.
18409         (viper-has-face-support-p): Use viper-color-display-p.
18411         * viper-keym.el (viper-gnus-modifier-map): New keymap.
18413         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
18415         * viper-util.el (viper-glob-unix-files): Fix shell status check.
18416         (viper-file-remote-p): Make equivalent to file-remote-p.
18418         * viper.el (viper-major-mode-modifier-list):
18419         Use viper-gnus-modifier-map.
18421 2005-02-19  David Kastrup  <dak@gnu.org>
18423         * subr.el (subregexp-context-p): Fix garbled doc string by adding
18424         quoting.
18426 2005-02-19  Jay Belanger  <belanger@truman.edu>
18428         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
18429         Remove extra definitions.
18430         (calc-coth): New function.
18431         (calcFunc-cot): Fix `let'.
18433 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
18435         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
18436         the reasons we use "type pc" in these faces.
18438         * button.el (button): Ditto.
18440 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
18442         * replace.el (query-replace-read-from): Set the value of
18443         query-replace-from-history-variable to handle the case of an empty
18444         string entered to accept the suggested default.
18446         * net/tramp.el (tramp-file-name-for-operation):
18447         Use dired-call-process instead of dired-call-process-command.
18449 2005-02-19  Jay Belanger  <belanger@truman.edu>
18451         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
18452         (math-div-non-trig): New variables.
18453         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
18454         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
18455         (math-combine-prod, math-div-symb-fancy): Add simplifications for
18456         trig expressions.
18458 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
18460         * progmodes/gdb-ui.el (gdb-var-update-handler)
18461         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
18462         for watch expressions,
18463         (gdb-var-create-handler): Don't set speedbar-update-flag.
18464         (gdb-post-prompt): Simplify test for speedbar.
18466 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18468         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
18469         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
18470         we use the syntax table of the correct buffer.
18471         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
18472         Felix Gatzemeier.
18474         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
18475         (ediff-file-remote-p): Make synonymous with file-remote-p.
18476         In all deffaces ediff-*-face-*, use min-colors.
18478         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
18479         ediff-recurse-to-subdirectories.
18480         (ediff-mark-if-equal): Check that the arguments are strings, use
18481         ediff-same-contents (after to Felix Gatzemeier).
18483         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
18484         nil.
18486 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18488         * log-view.el (log-view-message-re): Fix up Subversion regexp.
18490 2005-02-18  David Kastrup  <dak@gnu.org>
18492         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
18493         use `mark-active' when defined.
18495 2005-02-18  Kenichi Handa  <handa@m17n.org>
18497         * ps-print.el (ps-font-info-database): New entry
18498         ZapfChancery-MediumItalic with correct font name.  Fix font name
18499         of the entry Zapf-Chancery-MediumItalic.
18501 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
18503         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
18505 2005-02-16  Kim F. Storm  <storm@cua.dk>
18507         * ido.el (ido-fallback-command): Pass user input to fallback command.
18509 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
18511         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18512         (gdb-find-file-hook): Add server prefix.
18514 2005-02-16  Richard M. Stallman  <rms@gnu.org>
18516         * replace.el (perform-replace): Pass new args to replace-highlight.
18517         (replace-highlight): Take region args,
18518         and pass them to isearch-lazy-highlight-new-loop.
18520         * novice.el (disabled-command-hook): Autoload the defalias
18521         and the make-obsolete-variable call.
18523         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
18525         * isearch.el (isearch-lazy-highlight-start-limit)
18526         (isearch-lazy-highlight-end-limit): New variables limit
18527         the region for highlighting.
18528         (isearch-lazy-highlight-new-loop): New args BEG and END.
18529         (isearch-lazy-highlight-search): Use the new vars.
18530         (isearch-lazy-highlight-update): Likewise.
18532         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
18534         * cus-start.el (all): Use default-boundp.
18536 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
18538         * menu-bar.el (menu-bar-select-frame): Handle current frame.
18540 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
18542         * autorevert.el (auto-revert-stop-on-user-input)
18543         (auto-revert-verbose): Doc fixes.
18545 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
18547         * international/mule-cmds.el (set-locale-environment): Remove call
18548         to set-selection-coding-system on Windows.
18550 2005-02-15  Jay Belanger  <belanger@truman.edu>
18552         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
18553         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
18554         calcFunc-coth.
18555         (math-simplify-sqrt): Add simplifications.
18557         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
18558         to list.
18560         * calc/calc-ext.el: Add functions to autoloads.
18562         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
18563         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
18564         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
18565         (math-csc-raw, math-cot-raw): New functions.
18567         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
18569         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
18570         the variable name in a message.
18572         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
18573         calcFunc-csc, calcFunc-cot.
18575         * calc/calcalg2.el: Add derivative and integration rules for
18576         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
18577         calcFunc-csch, calcFunc-coth.
18578         (math-do-integral-methods): Add to checks for when to use
18579         substitutions.
18581         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
18583 2005-02-15  Lute Kamstra  <lute@gnu.org>
18585         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18586         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
18587         <monnier@iro.umontreal.ca>
18588         (lisp-outline-level): Improve efficiency.  Suggested by David
18589         Kastrup <dak@gnu.org>.
18591 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
18593         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
18594         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
18595         (gdb-set-gud-minor-mode-existing-buffers): New functions.
18596         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
18597         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
18599 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
18601         * cus-start.el (all): Comment change.
18603 2005-02-14  Lute Kamstra  <lute@gnu.org>
18605         * cus-start.el (all): Check if symbol is void.
18607 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
18609         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
18610         optional argument to \cite.
18612 2005-02-14  Richard M. Stallman  <rms@gnu.org>
18614         * cus-edit.el (custom-buffer-create-internal): Update help message.
18615         (custom-magic-alist): Update help messages.
18617         * cus-start.el (all): Allow a var to specify a standard value.
18619 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
18621         * custom.el (custom-theme-set-variables): Handle variable aliases.
18623         * frame.el (blink-cursor-timer): Doc fix.
18624         (blink-cursor): Make it an alias for `blink-cursor-mode' and
18625         declare obsolete.
18626         (blink-cursor-mode): Define with defcustom and use correct
18627         standard expression in that defcustom.
18628         * startup.el (command-line): Adapt to above changes in frame.el.
18630 2005-02-11  Lute Kamstra  <lute@gnu.org>
18632         * apropos.el (apropos-score-doc): Prevent division by zero.
18634 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
18636         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
18637         (icalendar--get-event-property-attributes)
18638         (icalendar--get-event-properties)
18639         (icalendar--datetime-to-diary-date): New functions.
18640         (icalendar--split-value): Doc fix.
18641         (icalendar--datetime-to-noneuropean-date)
18642         (icalendar--datetime-to-european-date): New optional argument
18643         SEPARATOR.  Return result as a string instead of a list.
18644         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
18645         (icalendar--convert-string-for-export): Rename arg S to STRING.
18646         (icalendar-export-region): Doc fix.  Change name of error buffer.
18647         Save output buffer.
18648         (icalendar-import-file): Add blank at end of prompt.
18649         (icalendar-import-buffer): Doc fix.  Do not switch to error
18650         buffer.  Indicate status in return value.
18651         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
18652         buffer.  Save output buffer.  Handle exception from recurrence
18653         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
18654         events.  Fix problems with weekly all-day events.
18656 2005-02-10  Richard M. Stallman  <rms@gnu.org>
18658         * simple.el (eval-expression-print-format):
18659         Avoid warning about edebug-active.
18661         * help.el (help-for-help-internal): Rename from help-for-help.
18662         (help-for-help): Define with defalias.
18664         * font-core.el (font-lock-default-function): Use with-no-warnings.
18666         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
18668         * custom.el (defface): Doc fix.
18670 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
18672         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
18673         width 0" to prevent word wrapping problems.
18675 2005-02-09  Kim F. Storm  <storm@cua.dk>
18677         * ido.el (ido-file-extensions-order): New defcustom.
18678         (ido-file-extension-lessp, ido-file-extension-aux)
18679         (ido-file-extension-order): New advanced file ordering.
18680         (ido-file-lessp): New simple file ordering.
18681         (ido-sort-list): Remove.
18682         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
18683         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
18685 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
18687         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
18688         that some versions of grep produce.
18689         (grep-mode-font-lock-keywords): Likewise.
18691 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
18693         * progmodes/gdb-ui.el (gdb-location-list): New variable.
18694         (gdb-cdir): Delete.
18695         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18696         (gdb-source-info): Treat case when source file is in another
18697         directory properly.
18698         (gdb-get-location): New function.
18700 2005-02-07  Jay Belanger  <belanger@truman.edu>
18702         * calc/calc-prog.el (calc-write-parse-table-part)
18703         (calc-fix-token-name): Fix a check for language type.
18705         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18707 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
18709         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18710         as directory not writable.
18712 2005-02-07  Kim F. Storm  <storm@cua.dk>
18714         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18715         (cua--standard-movement-commands): Remove list.
18716         Instead, set CUA property value to move for movement commands.
18717         (cua-movement-commands): Remove.  Users must set CUA prop instead.
18718         (cua--pre-command-handler): Check CUA property.
18719         (cua--init-keymaps): Don't remap undo commands.
18720         (cua-mode): Don't call cua--rectangle-on-off.
18722         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18723         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18724         (cua--rect-undo-set-point): New var.
18725         (cua--rectangle-undo-boundary): Setup undo apply entry.
18726         (cua--rect-undo-handler): New function for rectangle undo.
18727         (cua--rect-start-position, cua--rect-end-position): Add.
18728         (cua--rectangle-post-command): Call cua--rectangle-set-corners
18729         for restored rectangle.  Set point if cua--rect-undo-set-point.
18731 2005-02-06  Jay Belanger  <belanger@truman.edu>
18733         * calc/calc-lang.el (calc-tex-language): Display more information
18734         in messages.
18736         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18737         in TeX mode.
18739 2005-02-06  Richard M. Stallman  <rms@gnu.org>
18741         * emacs-lisp/lisp.el (buffer-end): Doc fix.
18743 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
18745         * net/ldap.el (ldap-search-internal): Support attributes with
18746         optional descriptions separated by a semi-colon, as in
18747         "userCertificate;binary".
18749 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18751         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18752         isn't a cons (i.e. the version is 0).
18754 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
18756         * help.el (help-for-help): Doc fix.
18758 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
18760         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
18761         GDB-Windows on the menu-bar as this works better.
18763 2005-02-04  Jay Belanger  <belanger@truman.edu>
18765         * calc/calc-embed.el (calc-embedded-update): Don't put in
18766         unnecessary newlines.  Adjust the end of formula marker.
18768         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18769         (math-latex-parse-two-args): New function.
18771 2005-02-03  Lute Kamstra  <lute@gnu.org>
18773         * help-fns.el (help-with-tutorial): Make sure that users cannot
18774         remove the entire text of the tutorial by means of `undo'.
18776 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18778         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18779         in recent changes, where the ispell process was repeatedly
18780         killed & restarted.
18782         * international/mule-cmds.el (set-locale-environment): Set file-name
18783         coding system to utf-8 on Darwin systems.
18784         (set-default-coding-systems): Don't set default-file-name-coding-system
18785         on Darwin systems.
18787 2005-02-03  Richard M. Stallman  <rms@gnu.org>
18789         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18791 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
18793         * faces.el (list-faces-display): Add optional argument.
18795 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18797         * font-core.el (font-lock-default-function): Handle the rare case where
18798         only font-lock-keywords is set.
18800 2005-02-02  Kenichi Handa  <handa@m17n.org>
18802         * international/characters.el: Cancel previous change for
18803         I-WITH-DOT-ABOVE and DOTLESS-i.
18805         * international/latin-5.el: Cancel previous change.
18807 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18809         * progmodes/gud.el: Correction to syntax in gud-menu-map.
18811 2005-02-02  Kenichi Handa  <handa@m17n.org>
18813         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18814         DOTLESS-i.
18816         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18817         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18819         * case-table.el (get-upcase-table): New function.
18820         (copy-case-table): Copy upcaes table too if non-nil.
18821         (set-case-syntax-delims): Maintain upcase table too.
18822         (set-case-syntax-pair): Likewise.
18823         (set-upcase-syntax, set-downcase-syntax): New functions.
18824         (set-case-syntax): Maintain upcase table too.
18826 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18828         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18830         * progmodes/gud.el (gud-goto-info): New function.
18831         (gud-tool-bar-map): Use correct icon.
18833 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18835         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18836         When delegating, order args in the funcall correctly.
18838 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18840         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18842 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
18844         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18845         buffer not visiting a file.
18847 2005-01-31  Jay Belanger  <belanger@truman.edu>
18849         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18850         bound on the line with the formula.
18852 2005-01-31  Kim F. Storm  <storm@cua.dk>
18854         * ses.el (ses-create-cell-variable-range)
18855         (ses-destroy-cell-variable-range, ses-reset-header-string)
18856         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18857         (ses-insert-row): Fix format of apply undo entries.
18859 2005-01-31  Jay Belanger  <belanger@truman.edu>
18861         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18862         parts.
18864         * calc/calc-embed.el (calc-embedded-open-formula)
18865         (calc-embedded-close-formula): Ignore matrix environments.
18867         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18868         TeX mode.
18870         * calc/calc-lang.el (math-function-table, math-oper-table)
18871         (math-variable-table): Adjust the LaTeX portions.
18873         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18874         (math-latex-ignore-words): New constant.
18876 2005-01-31  Richard M. Stallman  <rms@gnu.org>
18878         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18879         (ispell-local-dictionary): Doc fix.
18880         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18881         Don't reinitialize at run time.  Don't defcustom.
18882         All uses changed to append ispell-local-dictionary-alist,
18883         or check it first.
18884         (ispell-current-dictionary): New variable for dictionary in use.
18885         (ispell-dictionary): Now used only for global default.
18886         (ispell-start-process): Set ispell-current-dictionary,
18887         not ispell-dictionary.
18888         (ispell-change-dictionary): Use this only for setting
18889         user preferences.
18890         (ispell-internal-change-dictionary): New function
18891         to change the current dictionary in use.
18892         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18893         Use ispell-current-dictionary.
18894         Handle ispell-local-dictionary-overridden.
18895         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18897 2005-01-31  Jay Belanger  <belanger@truman.edu>
18899         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18901         * calc/calc-ext.el: Add calc-latex-language to autoloads.
18902         (calc-mode-map): Add calc-latex-language.
18904         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18905         (math-latex-print-frac): New functions.
18906         (math-oper-table, math-function-table, math-variable-table)
18907         (math-complex-format, math-input-filter): Add latex properties.
18908         (calc-set-language): Set math-expr-special-function-mapping.
18910         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18911         (calc-write-parse-table-part): Add LaTeX support.
18913         * calc/calc.el (calc-language): Adjust docstring.
18914         (calc-set-mode-line): Add LaTeX support.
18915         (math-expr-special-function-mapping): New variable.
18916         (math-tex-ignore-words): Add to list.
18918         * calc/calccomp.el (math-compose-expr, math-compose-rows):
18919         Add LaTeX support.
18920         (math-compose-expr): Add support for special functions.
18922         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18924 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
18926         * progmodes/gdb-ui.el (gdb-memory-address)
18927         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18928         (gdb-memory-mode-map, gdb-memory-format-keymap)
18929         (gdb-memory-format-menu, gdb-memory-unit-keymap)
18930         (gdb-memory-unit-menu): New variables for a buffer
18931         that lets the user examine program memory.
18932         (gdb-memory-set-address, gdb-memory-set-repeat-count)
18933         (gdb-memory-format-binary, gdb-memory-format-octal)
18934         (gdb-memory-format-unsigned, gdb-memory-format-signed)
18935         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18936         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18937         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18938         (gdb-memory-unit-byte, gdb-memory-unit-menu)
18939         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18940         (gdb-memory-mode, gdb-memory-buffer-name)
18941         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18942         New functions for above buffer.
18944 2005-01-30  Richard M. Stallman  <rms@gnu.org>
18946         * cus-edit.el (custom-bury-buffer): Function deleted.
18947         (custom-buffer-done-function): Option deleted.
18948         (custom-buffer-done-kill): New replacement option.
18949         (Custom-buffer-done): Call quit-window.
18950         (custom-buffer-create-internal): Update for above changes.
18952 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
18954         * simple.el (undo-ask-before-discard): New var.
18955         (undo-outer-limit-truncate): Implement it.
18956         (undo-extra-outer-limit): Doc update.
18958 2005-01-29  Richard M. Stallman  <rms@gnu.org>
18960         * ses.el (undo-more): Delete defadvice.
18961         (ses-begin-change): Doc fix.
18963         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
18964         instead of rebinding C-x u and C-_.
18966         * files.el (normal-backup-enable-predicate): Return nil for files
18967         in /tmp, regardless of temporary-file-directory.
18969         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
18971         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
18972         (open-rectangle, delete-whitespace-rectangle-line)
18973         (clear-rectangle-line): If FILL, pass t instead of FILL
18974         for move-to-column's 2nd arg.
18976         * simple.el (undo): Fix the test for continuing a series of undos.
18977         (undo-more): Set pending-undo-list to t when we reach end.
18978         (pending-undo-list): Move up defvar.
18980         * wid-edit.el (widget-button-click):
18981         Shorten the range of the track-mouse binding.
18983         * comint.el (comint-insert-input): Undo previous changes;
18984         use last-input-event in interactive spec.
18986 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
18988         * progmodes/compile.el (compilation-start): Bind buffer-read-only
18989         to nil before invoking call-process.  Reset buffer's modified flag
18990         after fontifying it in the no-async branch.
18992         * wid-edit.el (widget-specify-button): If mouse pointer shape
18993         cannot be changed, use mouse face instead.
18995 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
18997         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18998         (gdb-goto-breakpoint): Make breakpoint handling work on template
18999         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
19000         (gdb-assembler-custom): Update to recognize breakpoint information
19001         added on 2005-01-19.
19003 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19005         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
19006         (dsssl-mode): Use define-derived-mode.
19007         (scheme-mode-initialize): Remove.
19008         (scheme-mode): Use run-mode-hooks.
19010         * cus-edit.el (customize-group-other-window)
19011         (custom-buffer-create-other-window): Don't override special-display-*.
19012         (custom-mode-map): Make it dense.
19014         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
19015         sets the default value.
19017 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
19019         * descr-text.el: Add more keywords.
19021 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19023         * speedbar.el: Avoid unnecessary use of locate-library.
19025         * international/mule-cmds.el (standard-display-european-internal):
19026         Don't fiddle with latin-1 non-break space any more since it's now
19027         special cased in the C code.
19028         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
19030 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
19032         * cus-start.el (all): Add `undo-outer-limit'.
19034 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19036         * textmodes/bibtex.el (bibtex-format-entry):
19037         Use `bibtex-empty-field-re' only on the text of fields, not on entire
19038         field lines.
19039         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
19040         not on part of a buffer.
19042 2005-01-25  Lute Kamstra  <lute@gnu.org>
19044         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
19045         nonempty field text strings like "{letters\\macro{}more letters}".
19046         Clarify docstring.
19047         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
19048         (bibtex-entry-offset, bibtex-parse-association)
19049         (bibtex-parse-field-name): Fix typos in docstrings.
19050         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
19052 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
19054         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
19055         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
19056         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
19057         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
19059         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
19060         isearch minor mode.
19062 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
19064         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
19066 2005-01-24  Lute Kamstra  <lute@gnu.org>
19068         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
19069         CASECHARS and NOT-CASECHARS regular expressions of the
19070         "nederlands" and "nederlands8" dictionaries to prevent a "Range
19071         striding over charsets" error.
19073 2005-01-24  Jay Belanger  <belanger@truman.edu>
19075         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
19076         display variable name.
19078 2005-01-24  Kenichi Handa  <handa@m17n.org>
19080         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
19081         Fix setting of the element of encoded-kbd-iso2022-invocations.
19083 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
19085         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19086         (gdb-threads-select): Change to also accept mouse events.
19087         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
19088         (gdb-threads-mouse-select): Delete.
19090 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
19092         * files.el (insert-directory): Take care of empty directory,
19093         listed without -a switch.
19095 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19097         * textmodes/refill.el (refill-post-command-function):
19098         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
19099         to the list of functions that we should be careful not to undo.
19100         (refill-late-fill-paragraph-function): Remove.
19101         (refill-saved-state): New var.
19102         (refill-mode): Use it to save fill-paragraph-function.
19103         Save also the value of auto-fill-function.
19105         * term/w32-win.el: Simplify code.
19107 2005-01-23  Kim F. Storm  <storm@cua.dk>
19109         * simple.el (line-move): Adapt to new return value from
19110         pos-visible-in-window-p.
19112         * simple.el (line-move): Fix last change.  Check partial
19113         visibility at point rather than at window-start.
19115 2005-01-22  Jason Rumney  <jasonr@gnu.org>
19117         * term/w32-win.el (xw-defined-colors): Remove debug-message.
19119 2005-01-22  David Kastrup  <dak@gnu.org>
19121         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
19123 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
19125         * type-break.el (type-break-mode): Add a test for
19126         type-break-file-name being non-nil.
19128 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
19130         * net/eudc.el (top level): Call (message "") via progn, so that
19131         eudc-options-file is loaded.
19133 2005-01-22  Kim F. Storm  <storm@cua.dk>
19135         * simple.el (line-move-1): Rename from line-move.
19136         (line-move): New function that adjusts vscroll for partially
19137         visible rows, and calls line-move-1 otherwise.
19139 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
19141         * pcomplete.el: Define pcomplete-read-event instead of read-event,
19142         since it's not a complete read-event implementation
19144 2005-01-20  Jay Belanger  <belanger@truman.edu>
19146         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
19147         for called function.
19149 2005-01-20  Steven Tamm  <steventamm@mac.com>
19151         * term/mac-win.el (process-connection-type): Remove.
19152         Controlled now by s/darwin.h:PTY_ITERATION.
19154 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19156         * window.el (handle-select-window): Don't switch window when we're
19157         in the minibuffer.
19159 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
19161         * subr.el (dotimes-with-progress-reporter): New macro.
19163         * ses.el (ses-dotimes-msg): Remove macro.
19164         Use `dotimes-with-progress-reporter' instead.
19166 2005-01-19  Steven Tamm  <steventamm@mac.com>
19168         * term/mac-win.el (process-connection-type): Use new
19169         operating-system-release variable to use ptys on Darwin 7 (OS X
19170         10.3) when using carbon build.
19172 2005-01-19  Jay Belanger  <belanger@truman.edu>
19174         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
19175         flags if the last command was a tab or M-tab.
19177         * calc/calc-prog.el (calc-user-define-edit): Put original formula
19178         in formula editing buffer.
19180 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
19182         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
19183         breakpoint image symbol in margin.
19185 2005-01-19  Jay Belanger  <belanger@truman.edu>
19187         * calc/calc-prog.el (calc-execute-kbd-macro):
19188         Ignore calc-keep-arg-flag.
19190 2005-01-19  Kenichi Handa  <handa@m17n.org>
19192         * textmodes/ispell.el (ispell-looking-at): New function.
19193         (ispell-process-line): Use ispell-looking-at to compare the ispell
19194         output and the buffer contents.
19196 2005-01-18  Jay Belanger  <belanger@truman.edu>
19198         * calc/calc.el (calc-display-raw): Fix docstring.
19200 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19202         * simple.el (blink-matching-open): Strip extra info from syntax.
19204         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
19205         funny chars in the end-of-here-doc marker.
19207 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
19209         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
19210         that enable/disabled state of breakpoints is shown correctly in
19211         fringe and on ttys.
19212         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
19213         Add breakpoint information as text properties.
19214         (gdb-mouse-toggle-breakpoint):
19215         Rename to gdb-mouse-set-clear-breakpoint.
19216         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
19217         breakpoints in the margin.
19218         (gdb-remove-strings): Simplify.
19220 2005-01-17  Jay Belanger  <belanger@truman.edu>
19222         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
19223         erasing buffer.
19225 2005-01-17  Richard M. Stallman  <rms@gnu.org>
19227         * progmodes/grep.el (grep-find): Copy from `grep' the condition
19228         for calling grep-compute-defaults.
19230         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
19231         if buffer is empty.
19233         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
19235 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19237         * hilit-chg.el (highlight-changes-mode): Don't autoload.
19239         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
19240         non-preloaded variables.
19242 2005-01-17  Steven Tamm  <steventamm@mac.com>
19244         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
19245         tex-shell cause to force interactivity when using pipes.
19247 2005-01-17  Kim F. Storm  <storm@cua.dk>
19249         * simple.el (just-one-space): Make arg optional.
19251 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
19253         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
19254         posn-at-x-y to t to access left-margin.
19256 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
19258         Sync with Tramp 2.0.47.
19260         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
19261         catching keep-date problems in cp/scp operations.
19262         (tramp-handle-copy-file): Don't call `set-file-modes'
19263         unconditionally.  Specialized functions should know better what is
19264         necessary.  This improves performance a little bit, and the
19265         functions could catch errors with `cp -p' and `scp -p'.
19266         (tramp-do-copy-or-rename-file-via-buffer)
19267         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
19268         when appropriate.
19269         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
19270         Call `set-file-modes' when appropriate.
19271         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
19272         Johnsson <isak@hypergene.com>
19273         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
19274         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
19275         <joakim@verona.se>
19276         (tramp-file-name-for-operation): Mark `shell-command' as magic for
19277         Emacs only.
19279         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
19280         `find-file-hooks' and `dired-mode-hook'.
19281         (tramp-minor-mode-map): Respective map.  Add remapping for
19282         `compile' and `recompile'.
19283         (tramp-remap-command, tramp-recompile): New defuns.
19284         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
19285         in buffer "*Compilation*".  Call the commands asynchronously.
19287         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
19288         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
19289         `shell-command', because it isn't magic in XEmacs.  Reported by
19290         Adrian Aichner <adrian@xemacs.org>.
19292         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
19293         `substitute-in-file-name.
19294         (tramp-smb-handle-substitute-in-file-name): New defun.
19295         (tramp-smb-advice-PC-do-completion): Delete advice.
19297 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
19299         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
19300         Fix error in deleting region.
19302 2005-01-15  Richard M. Stallman  <rms@gnu.org>
19304         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
19305         In non-temp buffer, switch syntax table temporarily.
19307         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
19309         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
19311         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
19313         * imenu.el (imenu--split-menu): Copy menulist before sorting.
19314         (imenu--generic-function): Use START, not BEG, as pos of definition.
19316         * simple.el (just-one-space): Argument specifies number of spaces.
19318         * simple.el (eval-expression-print-format): Avoid warning
19319         about edebug-active.
19321 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
19323         * progmodes/sh-script.el: Code copied from make-mode.el
19324         with small changes,
19325         (sh-mode-map): Bind C-c C-\.
19326         (sh-backslash-column, sh-backslash-align): New variables.
19327         (sh-backslash-region, sh-append-backslash): New functions.
19329 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19331         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
19332         (rmail-pop-password, rmail-pop-password-required): Move to
19333         rmail-obsolete group.
19334         (rmail-set-pop-password): Rename to rmail-set-remote-password.
19335         All callers updated.
19336         (rmail-get-pop-password): Rename to rmail-get-remote-password.
19337         Take an argument specifying whether it is POP or IMAP mailbox we
19338         are using.  All callers updated.
19339         (rmail-pop-password-error): Rename to
19340         rmail-remote-password-error.  Added mailutils-specific error message.
19341         (rmail-movemail-search-path)
19342         (rmail-movemail-variant-in-use): New variables.
19343         (rmail-remote-password, rmail-remote-password-required):
19344         New customization variables.
19345         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
19346         (rmail-parse-url): New function.
19347         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
19348         with GNU mailutils movemail.
19350 2005-01-15  Kevin Ryde  <user42@zip.com.au>
19352         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
19353         suffix to space, $ or '$, to correctly position point when going
19354         to @table style constants like DBL_MAX.
19356 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
19358         * type-break.el (type-break-mode, type-break-file-time)
19359         (type-break-file-keystroke-count, type-break-choose-file):
19360         Don't store data in or load data from the file if type-break-file-name
19361         is nil.
19362         (type-break-file-name): Doc update as per the above.
19364 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
19366         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
19367         lookup-key might return nil; handle that.
19369 2005-01-15  Alan Mackenzie  <acm@muc.de>
19371         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
19372         rather than the element found, thus enabling the tree to be setcar'd.
19374 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19376         * textmodes/org.el (org-show-following-heading): New option.
19377         (org-show-hierarchy-above): Use `org-show-following-heading'.
19378         (org-cycle): Documentation fix.
19380         * textmodes/org.el (orgtbl-optimized): New option
19381         (orgtbl-mode): New command, a minor mode.
19382         (orgtbl-mode-map): New variable.
19383         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
19384         (orgtbl-error, orgtbl-self-insert-command)
19385         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
19387         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
19388         a local variable in each org-mode buffer.
19390         * textmodes/org.el (org-set-regexps-and-options): Rename from
19391         `org-set-regexps'.  Added checking for STARTUP keyword.
19392         (org-get-current-options): Add STARTUP options.
19393         (org-table-insert-row): Make mode intelligent about when
19394         realignment is needed.
19395         (org-self-insert-command, org-delete-backward-char, org-delete-char):
19396         New commands.
19397         (org-enable-table-editor): New default value `optimized'.
19398         (org-table-blank-field): Support blanking regions if active.
19400 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19402         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
19403         if the year is not given.
19405         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
19406         Add new escapes %m and %M, fixed bug with %F by adding
19407         save-match-data.
19408         (reftex-reference): Remove ?. from list of spaces.
19409         (reftex-label-info): Add automatic label prefix recognition.
19411         * textmodes/reftex-index.el (reftex-index-next-phrase):
19412         Add slave parameter to call of `reftex-index-this-phrase'.
19413         (reftex-index-this-phrase): New optional argument.
19414         (reftex-index-region-phrases): Add slave parameter to call of
19415         `reftex-index-this-phrase'.
19416         (reftex-display-index): New argument redo.
19417         (reftex-index-rescan): Add `redo' to arguments of
19418         `reftex-display-index'.
19419         (reftex-index-Rescan, reftex-index-revert)
19420         (reftex-index-switch-index-tag): Add `redo' to arguments of
19421         `reftex-display-index'.
19422         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
19423         indexing.  Fix bug with matching is there is a quote before or
19424         after the word.
19426         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
19427         Fix bug when collecting citation keys in lines with comments.
19428         (reftex-citation): Prefix argument no longer rescans the document,
19429         but forces prompting for optional arguments of cite macros.
19430         (reftex-do-citation): Prompting for optional arguments implemented.
19432         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19433         Add optional arguments to most cite commands.
19434         (reftex-cite-cleanup-optional-args): New option
19435         (reftex-cite-prompt-optional-args): New option.
19436         (reftex-trust-label-prefix): New option.
19438         * textmodes/reftex-toc.el (reftex-toc-find-section):
19439         Add push-mark before changing the position in the buffer.
19441         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
19442         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
19444 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
19446         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
19447         more carefully.
19449 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19451         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
19452         (sgml-mode): Use it.
19453         (sgml-get-context): Better keep track of implicitly closed tags.
19455 2005-01-13  Kenichi Handa  <handa@m17n.org>
19457         * textmodes/ispell.el: These changes are to fix misalignment error
19458         caused by equivalent characters of different Emacs charsets.
19459         (ispell-unified-chars-table): New variable.
19460         (ispell-get-decoded-string): New function.
19461         (ispell-get-casechars, ispell-get-not-casechars)
19462         (ispell-get-otherchars): Call ispell-get-decoded-string.
19464 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
19466         * custom.el (custom-declare-variable): Just put symbol instead
19467         of (defvar . symbol) in `current-load-list'.
19469 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19471         * emacs-lisp/elint.el: Fixed typo in Commentary section.
19473 2005-01-12  Jay Belanger  <belanger@truman.edu>
19475         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
19476         to create a Calc summary.
19478 2005-01-12  Kim F. Storm  <storm@cua.dk>
19480         * mouse.el (mouse-on-link-p): Change functionality and doc
19481         string to comply with latest description in lisp ref.
19483 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
19485         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
19486         Enable mouse clicks on mode-line, header-line and margin.
19487         (event-type): Give mouse event symbols an `event-kind' property
19488         with value `mouse-click'.
19490 2005-01-12  Juri Linkov  <juri@jurta.org>
19492         * facemenu.el (list-colors-display): Add new arg buffer-name.
19493         Use it.  Fix docstring.  Replace code for identifying duplicate
19494         colors by the name with call to `list-colors-duplicates' which
19495         identifies duplicate colors by the value unless the color
19496         is one of special Windows colors.  Set truncate-lines to t.
19497         Print sorted duplicate color names on each line.  Indent to 22
19498         \(the longest color name in rgb.txt) instead of 20.  Optimize.
19499         (list-colors-duplicates): New function.
19500         (facemenu-color-name-equal): Delete function.
19502         * facemenu.el (list-colors-print): New function created from code
19503         in list-colors-display.  Print #RRGGBB at the window right edge.
19504         (list-colors-display): When temp-buffer-show-function is not
19505         defined, call list-colors-print from temp-buffer-show-hook
19506         to get the right value of window-width in list-colors-print
19507         after the buffer is displayed.
19509         * simple.el (pop-mark): Move deactivate-mark out of conditional
19510         part to deactivate the active mark regardless of the state of the
19511         mark ring.
19513         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
19514         variables line in desktop files.
19516 2005-01-12  Juri Linkov  <juri@jurta.org>
19518         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
19519         Bring together isearch highlight related options.
19520         (lazy-highlight): Replace group `replace' by `matching'.
19521         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19522         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19523         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
19524         and declare them obsolete.
19525         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
19526         (isearch-faces): Remove defgroup.
19527         (isearch-overlay, isearch-highlight, isearch-dehighlight):
19528         Move isearch highlighting code closer to lazy highlighting code.
19530         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
19531         (query-replace-highlight, query-replace-lazy-highlight)
19532         (query-replace): Move definitions to the beginning of the file.
19534 2005-01-11  Juri Linkov  <juri@jurta.org>
19536         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
19537         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
19538         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
19540         * info.el (Info-history-forward): New variable.
19541         (Info-select-node): Reset Info-history-forward to nil.
19542         (Info-last): Turn into defalias.
19543         (Info-history-back): Rename from Info-last.
19544         Add current node to Info-history-forward.
19545         (Info-history-forward): New fun.
19546         (Info-mode-map): Replace Info-last by Info-history-back.
19547         Bind Info-history-forward to "r".
19548         (Info-mode-menu): Replace Info-last by Info-history-back.
19549         Fix menu item text.  Add menu item for Info-history-forward.
19550         (info-tool-bar-map): Replace Info-last by Info-history-back.
19551         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
19552         for Info-history-forward.
19553         (Info-mode): Replace Info-last by Info-history-back in docstring.
19554         Add local variable Info-history-forward.
19555         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
19557 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19559         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
19560         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
19561         Ignore select-window events rather than fiddle with
19562         mouse-autoselect-window.
19564 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
19566         * type-break.el (type-break-mode): Fix previous change.
19568 2005-01-10  Jay Belanger  <belanger@truman.edu>
19570         * calc/calc-ext.el (calc-reset): Reset when inside embedded
19571         calculator; only reset when point is inside a calculator.
19572         Don't adjust the window height if the window takes up the whole height
19573         of the frame.
19575 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19577         * ebuff-menu.el (Electric-buffer-menu-mode):
19578         Preserve value of buffer-local var header-line-format.
19580 2005-01-09  Jay Belanger  <belanger@truman.edu>
19582         * calc/calc.el (calc-mode-var-list-restore-saved-values):
19583         Make sure settings file exists before accessing it.
19585         * calc/calc-embed.el (calc-embedded-subst):
19586         Replace math-multi-subst-rec, which is only supposed to be called
19587         by math-multi-subst, by math-multi-subst.
19589 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
19591         * vc.el (vc-allow-async-revert): New user option.
19592         (vc-disable-async-diff): New internal variable.
19593         (vc-revert-buffer): Use them to disable asynchronous diff.
19595         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
19596         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
19597         asynchronously if vc-disable-async-diff is t.
19599 2005-01-09  Jay Belanger  <belanger@truman.edu>
19601         * calc/calc.el (defcalcmodevar): New macro.
19602         (calc-mode-var-list-restore-default-values)
19603         (calc-mode-var-list-restore-saved-values): New functions.
19604         (calc-mode-var-list): Use defcalcmodevar to define it.
19605         (calc-always-load-extensions, calc-line-numbering)
19606         (calc-line-breaking, calc-display-just, calc-display-origin)
19607         (calc-number-radix, calc-leading-zeros, calc-group-digits)
19608         (calc-group-char, calc-point-char, calc-frac-format)
19609         (calc-prefer-frac, calc-hms-format, calc-date-format)
19610         (calc-float-format, calc-full-float-format, calc-complex-format)
19611         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
19612         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
19613         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
19614         (calc-matrix-brackets, calc-language, calc-language-option)
19615         (calc-left-label, calc-right-label, calc-word-size)
19616         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
19617         (calc-display-raw, calc-internal-prec, calc-angle-mode)
19618         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
19619         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
19620         (calc-window-height, calc-display-trail, calc-show-selections)
19621         (calc-use-selections, calc-assoc-selections)
19622         (calc-display-working-message, calc-auto-why, calc-timing)
19623         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
19624         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
19625         (calc-gnuplot-default-device, calc-gnuplot-default-output)
19626         (calc-gnuplot-print-device, calc-gnuplot-print-output)
19627         (calc-gnuplot-geometry, calc-graph-default-resolution)
19628         (calc-graph-default-resolution-3d, calc-invocation-macro)
19629         (calc-show-banner): Use defcalcmodevar to declare them and set
19630         their default values.
19632         * calc/calc-ext.el (calc-reset): Restore saved values of variables
19633         instead of default values (but restore default values if there is
19634         an argument of 0).
19636 2005-01-09  David Kastrup  <dak@gnu.org>
19638         * desktop.el (desktop-restore-eager): Fix typo in type.
19640 2005-01-08  Richard M. Stallman  <rms@gnu.org>
19642         * cus-edit.el (customize): Delete :link.
19644 2005-01-08  Jay Belanger  <belanger@truman.edu>
19646         * calc/calc.el (calc-mode): Remove the extension from the
19647         `calc-settings-file' file name when loading it.
19649 2005-01-08  Kim F. Storm  <storm@cua.dk>
19651         * info.el (Info-mode-map, Info-next-link-keymap)
19652         (Info-prev-link-keymap, Info-up-link-keymap):
19653         Map follow-link to mouse-face.
19654         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
19656 2005-01-08  Jay Belanger  <belanger@truman.edu>
19658         * calc/calc.el (calc-settings-file): Change default value.
19659         Suggested by cgw in a comment in calc-mode.el.
19661         * calc/calc-mode.el (calc-settings-file-name):
19662         Compare calc-settings-file to user-init-file instead of ~/.emacs.
19663         Replace ~/.emacs in a prompt by calc-settings-file.
19665 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
19667         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
19668         (desktop-lazy-idle-delay): New customizable variables.
19669         (desktop-buffer-args-list): New variable.
19670         (desktop-append-buffer-args): New function.
19671         (desktop-save): Call desktop-append-buffer-args for some buffers.
19672         (desktop-lazy-create-buffer): New function.
19673         (desktop-idle-create-buffers): New function.
19674         (desktop-read): Add message about buffers to restore lazily.
19675         (desktop-lazy-abort): New command.
19676         (desktop-clear): Call desktop-lazy-abort.
19677         (desktop-lazy-complete): New command.
19679 2005-01-06  Richard M. Stallman  <rms@gnu.org>
19681         * emacs-lisp/find-func.el (find-face-definition):
19682         Rename from find-face.
19684 2005-01-06  Kim F. Storm  <storm@cua.dk>
19686         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
19688         * man.el (Man-xref-man-page, Man-xref-header-file)
19689         (Man-xref-normal-file): Add follow-link property.
19691 2005-01-06  Jay Belanger  <belanger@truman.edu>
19693         * calc/calc-units.el: Make sure the proper macro definitions are
19694         available when compiling.
19696 2005-01-06  Juri Linkov  <juri@jurta.org>
19698         * isearch.el (isearch-lazy-highlight-update):
19699         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19701 2005-01-06  Miles Bader  <miles@gnu.org>
19703         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19704         (isearch-lazy-highlight-face): Use new name.
19706 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19708         * uniquify.el (uniquify-rationalize-file-buffer-names):
19709         Re-add an interactive spec.
19710         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19711         to the same name.
19713         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19714         (isearch-update, isearch-done): Adjust calls accordingly.
19716 2005-01-05  Richard M. Stallman  <rms@gnu.org>
19718         * custom.el (custom-set-variables, custom-theme-set-variables):
19719         Clarify documentation.
19721         * emacs-lisp/find-func.el (find-variable)
19722         (find-variable-other-window, find-variable-other-frame):
19723         Fix the TYPE args to find-function-read and find-function-do-it.
19724         (find-function): Doc fix.
19725         (find-function-at-point): Replace function-at-point alias.
19727 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19729         * cus-face.el (custom-declare-face):
19730         Record defface in current-load-list.
19732         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19734         * emacs-lisp/find-func.el: Doc fixes.
19735         (find-face-regexp): New variable.
19736         (find-function-regexp-alist): New variable.
19737         (find-function-C-source): Third arg is now TYPE.
19738         (find-function-search-for-symbol): Handle general TYPE.
19739         (find-function-read, find-function-do-it): Handle general TYPE.
19740         (find-definition-noselect, find-face): New functions.
19741         (function-at-point): Alias deleted.
19743 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19745         * battery.el (display-battery-mode): Rename from display-battery.
19746         Handle the case where it gets turned off.
19748 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19750         * cus-edit.el (customize): Make :link point to user doc.
19752         * man.el (Man-fontify-manpage): Turn off undo generation.
19754         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19756 2005-01-04  Andreas Schwab  <schwab@suse.de>
19758         * files.el (insert-directory): Only look for error lines in
19759         inserted text.  Don't move too far after processing --dired markers.
19761 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19763         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19764         Don't expand if the character is @, period, dash, etc.
19765         (define-mail-abbrev): Quote names that contain problem characters.
19767 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
19769         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19771 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19773         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19774         (query-replace-highlight, query-replace-lazy-highlight)
19775         (query-replace): Definitions moved up.  Doc fix.
19777 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19779         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19780         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19781         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19782         (lazy-highlight-face): Rename from isearch-lazy-...
19783         Change all references to them.
19785 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19787         * cus-edit.el (custom-file): Doc fix for defcustom.
19788         (custom-file): The function no longer sets the variable
19789         `custom-file' to its return value.
19791         * startup.el (command-line): No longer load `custom-file'.
19793 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19795         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19797         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19798         Don't confuse module-prefixed identifiers for labels.
19799         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19801 2005-01-02  Richard M. Stallman  <rms@gnu.org>
19803         * files.el (basic-save-buffer-1): Fix previous change.
19805         * loadhist.el (file-loadhist-lookup): New function.
19806         (file-provides, file-requires): Use it.
19808         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19809         instead of calculating the right size.
19811 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19813         * vc-svn.el (vc-svn-diff): Stay local if possible.
19815 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19817         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19819         * files.el (hack-local-variables): Fix last change.
19821 2005-01-02  Jay Belanger  <belanger@truman.edu>
19823         * calc/calc-yank.el (calc-edit-top): New variable.
19824         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19825         object.  Change header properties.
19826         (calc-edit-finish, calc-edit-finish-stack-object)
19827         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19828         edited object.
19829         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19830         for the beginning of the edited object.
19831         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19832         for the beginning of the edited object.
19833         * calc/calc-prog.el (calc-edit-macro-finish-edit)
19834         (calc-finish-formula-edit, calc-macro-repeats)
19835         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19836         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19837         beginning of the edited object.
19838         (calc-user-define-edit): Change the header for editing macros.
19839         Remove unnecessary variable.
19841 2005-01-01  Jay Belanger  <belanger@truman.edu>
19843         * calc/calc-yank.el (calc-edit-mode): Change default header.
19844         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19845         * calc/calc-store.el (calc-edit-variable): Change title to match new
19846         header.
19847         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19848         mode to match new header.
19849         (calc-user-define-edit): Change titles to include names of commands.
19850         (calc-finish-formula-edit): Adjust to handle new header.
19851         (calc-finish-macro-edit): Remove.
19852         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19853         (calc-edit-macro-command, calc-edit-macro-command-type)
19854         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19855         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19856         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19857         (calc-edit-macro-finish-edit): New functions.
19858         (calc-user-define-edit): Use new functions to edit named calc macros.
19860 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
19862         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19864         * ses.el (copy-region-as-kill): Deactivate mark.
19866 2005-01-01  Richard M. Stallman  <rms@gnu.org>
19868         * replace.el (occur-1): If the output buffer is also an input,
19869         don't kill it, rename it.
19871         * faces.el (set-face-background, set-face-foreground): Doc fix.
19873         * cus-face.el (custom-face-attributes): Fix :help-echo strings
19874         for :foreground and :background.
19876         * dired.el (dired-view-command-alist): Variable deleted.
19877         (dired-view-file, dired-mouse-find-file-other-window):
19878         Delete the code to use it.
19880 2005-01-01  Kim F. Storm  <storm@cua.dk>
19882         * image.el (insert-sliced-image): Use t for line-height property.
19884 See ChangeLog.11 for earlier changes.
19886 ;; Local Variables:
19887 ;; coding: iso-2022-7bit
19888 ;; End:
19890     Copyright (C) 2005 Free Software Foundation, Inc.
19891   Copying and distribution of this file, with or without modification,
19892   are permitted provided the copyright notice and this notice are preserved.
19894 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1