*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobe083710c6e7acab6f97cd9733c215bfb232512ac
1 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
3         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4         archive are created in archive-tmpdir.
6 2006-02-02  John Paul Wallington  <jpw@pobox.com>
8         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
9         (ibuffer-fontification-alist): Use it.
10         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
11         to "* z" and the Ibuffer Mark menu.
13         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17         * textmodes/table.el (*table--cell-describe-mode)
18         (*table--cell-describe-bindings): Undo last change since
19         print-help-return-message is not obsoleted by anything at all.
21 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
23         * emulation/cua-base.el (cua-mode): Doc fix.
25 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
27         * dframe.el (dframe-handle-make-frame-visible)
28         (dframe-handle-iconify-frame, dframe-get-focus)
29         (dframe-select-attached-frame, dframe-power-click)
30         (dframe-frame-mode): Fix typos in docstrings.
32         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
33         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
34         Fix typos in docstrings.
36         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
37         (hi-lock-face-buffer, hi-lock-font-lock-hook)
38         (hi-lock-archaic-interface-message-used)
39         (hi-lock-file-patterns-range): Fix typos in docstrings.
41         * savehist.el (savehist-loaded, savehist-load, savehist-install)
42         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
44         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
45         Fix typo in docstring.
47         * net/newsticker.el (newsticker--decode-iso8601-date)
48         (newsticker--set-customvar, newsticker--buffer-insert-item)
49         (newsticker--do-run-auto-mark-filter)
50         (newsticker--parse-generic-feed): Doc fixes.
51         (newsticker--retrieval-timer-list, newsticker-url-list)
52         (newsticker-hide-immortal-items-in-echo-area)
53         (newsticker-hide-obsolete-items-in-echo-area)
54         (newsticker-new-item-face, newsticker--enclosure)
55         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
56         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
57         (newsticker--parse-generic-feed, newsticker--cache-contains)
58         (newsticker--stat-num-items, newsticker-download-enclosures):
59         Fix typos in docstrings.
61         * net/rcirc.el (rcirc-debug): Doc fix.
62         (rcirc-fill-column, rcirc-receive-message-hooks)
63         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
64         (rcirc-mode, rcirc-generate-new-buffer-name)
65         (rcirc-startup-channels, rcirc-ignore-update-automatic)
66         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
67         Fix typos in docstrings.
68         (rcirc-print): "?\ " -> "?\s".
69         (rcirc-cmd-join): Improve argument/docstring consistency.
71 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
73         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
74         before narrow-to-region.
76 2006-02-01  Richard M. Stallman  <rms@gnu.org>
78         * simple.el (move-beginning-of-line): Scan properly for invis change.
80         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
82 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
84         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
85         change bit only when id-format is 'integer.  Reported by Matt
86         Hodges <M.P.Hodges@rl.ac.uk>.
88 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
90         * hilit-chg.el (highlight-changes-initial-state)
91         (highlight-changes-global-initial-state): Doc fixes.
92         (highlight-changes-global-modes, global-highlight-changes):
93         Fix typos in docstrings.
95 2006-02-01  Kim F. Storm  <storm@cua.dk>
97         * emulation/cua-base.el (cua-mode): Mention that CUA enables
98         transient-mark-mode in doc string.
100 2006-01-31  Richard M. Stallman  <rms@gnu.org>
102         * replace.el (multi-occur): Doc fix.
103         (multi-occur-in-matching-buffers): Rename from
104         multi-occur-by-filename-regexp.  Prefix arg says match
105         buffer names instead of file names.
107 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
109         * bs.el: Allow non-default values of `bs-header-lines-length'.
110         (bs--running-in-xemacs): Remove (not needed anymore).
111         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
112         instead of `shrink-window', thus avoiding having to compute the
113         height of the window.
114         (bs--up): Wrap around even when there's no header.
115         (bs--down): Use `forward-line' instead of `next-line'.
117 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
119         * image-mode.el (image-toggle-display): Use file name if possible,
120         instead of unnecessarily allocating a (possibly huge) lisp string.
122 2006-01-30  John Paul Wallington  <jpw@pobox.com>
124         * subr.el (toplevel): Define `cl-assertion-failed' condition here
125         because the `assert' macro signals it at runtime.
127         * emacs-lisp/cl.el (toplevel): Remove definition of
128         `cl-assertion-failed' condition.
130 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
132         * thumbs.el (thumbs-marked-list): Make buffer-local and
133         permanent-local.
134         (thumbs-insert-thumb): Make help-echo non-sticky.
135         (thumbs-file-alist): Use eolp as check for (non)-image.
137 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
139         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
140         (ediff-before-session-group-setup-hooks)
141         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
142         Fix typos in docstrings.
144         * window.el (bw-dir, bw-eqdir, balance-windows)
145         (split-window-keep-point): Fix typos in docstrings.
147         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
148         (org-quote-string, org-calendar-to-agenda-key)
149         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
150         (org-show-following-heading, org-tags-column)
151         (org-use-tag-inheritance, org, org-allow-space-in-links)
152         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
153         (org-enable-table-editor, org-calc-default-modes)
154         (org-table-allow-automatic-line-recalculation)
155         (org-export-html-style, org-export-with-fixed-width)
156         (org-export-with-sub-superscripts, org-special-keyword)
157         (org-formula, org-time-grid, org-table-may-need-update)
158         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
159         (org-goto-quit, org-get-indentation, org-end-of-item)
160         (org-move-item-down, org-move-item-up)
161         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
162         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
163         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
164         (org-agenda-log-mode, org-agenda-toggle-diary)
165         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
166         (org-agenda-file-to-end, org-agenda-no-heading-message)
167         (org-agenda-get-closed, org-format-agenda-item)
168         (org-cmp-priority, org-cmp-category, org-cmp-time)
169         (org-agenda-change-all-lines, org-agenda-diary-entry)
170         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
171         (org-link-search, org-camel-to-words, org-open-file)
172         (org-remember-handler, org-table-convert-region)
173         (org-table-move-row-down, org-table-move-row-up)
174         (org-table-copy-region, org-table-wrap-region)
175         (org-table-toggle-vline-visibility)
176         (org-table-get-vertical-vector, org-table-modify-formulas)
177         (org-table-get-specials, org-recalc-commands)
178         (org-table-rotate-recalc-marks, org-table-eval-formula)
179         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
180         (org-level-color-stars-only, org-insert-heading):
181         Fix typos in docstrings.
182         (last-arg): Add defvar.
184         * makefile.w32-in (WINS): Add erc.
185         (MH_E_SRC): Update (copied from lisp/Makefile.in).
187 2006-01-29  Bill Wohler  <wohler@newt.com>
189         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
190         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
191         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
192         (mh-autoloads): Don't use comments on otherwise empty lines.
194 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
196         * emulation/viper.el (viper-major-mode-modifier-list): Add
197         insert-state and vi-state entries for erc-mode.
198         (viper-go-away, viper-set-hooks): Add and remove
199         viper-comint-mode-hook from erc-mode-hook as appropriate.
201         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
203 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
205         * bs.el (bs--format-aux): Implement `middle' alignment as
206         described in the docstring for `bs-attributes-list'.
207         (bs--get-name): Simplify.  Don't pad the buffer name.
209 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
211         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
212         English aspell dictionary is installed, use the first entry of
213         ispell-dictionary-alist-1.
215 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
217         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
218         Doc fix.
220 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
222         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
223         for `process-file', in order to let it work for older Emacsen too.
225 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
227         * international/latexenc.el: Add a suitable `coding:' tag.
228         (latexenc-find-file-coding-system): Undo last change.
230 2006-01-27  Arne J\e,bx\e(Brgensen  <arne@arnested.dk>
232         * international/latexenc.el (latexenc-find-file-coding-system):
233         Make sure latexenc-main-file is a regular file and is readable.
235 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
237         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
238         Pass FILE to vc-user-login-name.
240         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
242 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
244         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
245         there are no more images to display.
246         (thumbs-mark, thumbs-unmark): Revert change so that they move to
247         the next image.
249 2006-01-26  Richard M. Stallman  <rms@gnu.org>
251         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
253         * wid-edit.el (advertised-widget-backward): New alias.
254         (widget-keymap): Use advertised-widget-backward for S-TAB.
256         * tumme.el: Correct the keywords.
257         (tumme-dir-max-size): Use defvar.
258         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
260         * simple.el (move-beginning-of-line): Take account of fields.
261         (clone-indirect-buffer-other-window): Take args like
262         clone-indirect-buffer, and work like it.
264         * help-fns.el (describe-function): Don't pass `nil' as default.
266         * files.el (risky-local-variable-p): Follow var aliases.
268         * subr.el (lazy-completion-table): Doc fix.
270         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
271         global binding of `line'.
273 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
275         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
276         Tramp.
278         * vc.el (vc-default-dired-state-info): Pass FILE to
279         vc-user-login-name.
280         (vc-default-update-changelog): Don't use vc-user-login-name, we
281         don't need it here.
283         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
284         no longer necessary.
286 2006-01-25  Kenichi Handa  <handa@m17n.org>
288         * international/mule.el (decode-char): Avoid the overhead of
289         calling utf-lookup-subst-table-for-decode if
290         utf-translate-cjk-mode is nil.
291         (encode-char): Avoid the overhead of calling
292         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
293         nil.
295 2006-01-22  Kenichi Handa  <handa@m17n.org>
297         * international/mule.el (make-subsidiary-coding-system): Reset
298         `coding-system-define-form' property of subsidiaries to nil.
299         Avoid duplicated entry in coding-system-alist.
300         (make-coding-system): Avoid duplicated entry in
301         coding-system-alist.
302         (define-coding-system-alias): Likewise.
304 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
306         * completion.el: Minor fixes in introductory comment.
307         (completion-def-wrapper): Fix alist.
309 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
311         * thumbs.el (thumbs-new-image-size): New function.
312         (thumbs-increment-image-size-element)
313         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
314         (thumbs-decrement-image-size): Delete.
315         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
316         temp files and use to resize.
317         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
318         Use increment argument to enlarge/shrink.  Preserve point.
319         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
320         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
321         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
322         (thumbs-mark, thumbs-unmark): Preserve point.
323         (thumbs-modify-image): Keep old temp files and use to modify.
324         Cleanup old temp files at load time.  Preserve point.
325         (thumbs-view-image-mode-map): Use new command names.
327 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
329         * log-view.el (log-view-minor-wrap): First rev is the one at point.
331         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
332         the nastiest part of the cyclic dependency.
333         (cal-menu-update): Use dotimes and calendar-increment-month.
335         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
336         (calendar-week-start-day): Add an :initializer.
337         (calendar-mode-map): Use suppress-keymap, and command remapping.
338         (describe-calendar-mode): Setup xref-stack info for the back button.
339         (calendar-star-date): Insert before delete.
340         (calendar-set-mode-line): Add file-modified info if applicable.
341         (calendar-increment-month): New function.
343 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
345         * font-lock.el (lisp-font-lock-keywords-2):
346         Recognize "& keywords" only at word boundaries.
348 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
350         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
351         and permanent-local.
352         (thumbs-max-image-number): New variable.
353         (thumbs-do-thumbs-insertion): Use them.
354         (thumbs-per-line): Change default to 4.
355         (thumbs-marked-list): Rename from thumbs-markedL.
356         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
357         (thumbs-rename-images): Use -list instead of L for internal variables.
358         (thumbs-call-convert): Use call-process instead of shell-command.
359         (thumbs-insert-thumb): Add filename as help-echo to each image.
360         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
361         Give dir to thumbs-show-thumbs-list.
362         (thumbs-show-thumbs-list): Set default-directory to that of images.
363         (thumbs-dired-show): Rename from thumbs-dired-show-all.
364         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
365         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
366         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
368 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
370         * ses.el (ses-read-cell): Provide a default value.
372 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
374         * term/w32-win.el (image-library-alist): Add additional names for
375         GIF library.
377 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
379         * international/latexenc.el (latexenc-find-file-coding-system):
380         Add file-regular-p check.
382 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
384         * simple.el (clone-buffer): Don't show the new buffer in the same
385         window.
387 2006-01-23  Juri Linkov  <juri@jurta.org>
389         * faces.el (link, link-visited): New faces based on default values
390         of `info-xref' and `info-xref-visited'.
392         * info.el (info-xref): Inherit from `link'.
393         (info-xref-visited): Inherit from `link-visited'.
395         * cus-edit.el (custom-buffer-create-internal): Use widget type
396         `custom-manual' instead of `info-link' and don't set properties
397         `button-face' and `mouse-face' explicitly.
398         (custom-browse-group-tag, custom-browse-variable-tag)
399         (custom-browse-face-tag): Inherit from widget class
400         `custom-group-link' instead of `push-button'.
401         (custom-button-unraised): Inherit from `underline' face.
402         (custom-link): Inherit from `link' face.  Fix doc and group.
403         (custom-add-parent-links, custom-group-value-create): Don't set
404         properties `button-face' and `mouse-face' explicitly for
405         `custom-group-link' widget.
406         (custom-group-link): Add properties `button-face' and `mouse-face'
407         to widget definition.
408         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
409         editable-field's :keymap property.
410         (custom-mode): Fix docstring: substitute keybindings for
411         `widget-forward' and `widget-backward' from `widget-keymap',
412         `widget-complete' from `custom-field-keymap', replace old
413         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
415         * desktop.el (desktop-load-file): Check for `fboundp' before
416         calling `symbol-function'.
418         * simple.el (clone-buffer, clone-indirect-buffer)
419         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
420         `read-string'.  Fix prompts.
422         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
424 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
426         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
428 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
430         * startup.el (inhibit-splash-screen, initial-scratch-message):
431         Doc fixes.
433 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
435         Sync with Tramp 2.0.52.
437         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
438         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
439         `tramp-unload-tramp' for checklist.
441         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
442         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
443         (tramp-unload-file-name-handler-alist)
444         (tramp-unload-tramp): New defuns.
445         (tramp-advice-PC-expand-many-files): New defadvice.
446         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
447         removed.
448         (tramp-handle-expand-file-name): Remove double slash.
449         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
450         It doesn't matter, because it will be converted later on.
451         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
452         implementation was just heuristic.
453         (tramp-post-connection): Set uid and gid properties.
454         (tramp-convert-file-attributes): Set file's gid change bit.
455         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
456         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
457         in case of su(do)? methods.  The home directory of the local user
458         will be taken else.
459         (tramp-open-connection-telnet)
460         (tramp-open-connection-rsh, tramp-open-connection-su)
461         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
462         local shell prompt could hurt.  Reported by Romain Francoise
463         <romain@orebokech.com>.
464         (tramp-let-maybe): Add `edebug-form-spec' property.
465         (tramp-handle-expand-file-name): Bind `default-directory' locally
466         to "/" in order to avoid problems with UNC shares or Cygwin
467         mounts.
468         (tramp-md5-function): Fix typo in error message.
470         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
472         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
473         for byte-compiler pacification.
475 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
477         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
478         ID-FORMAT `string'.  This allows us to get rid of
479         `vc-user-login-name UID'.
481         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
483 2006-01-22  John Paul Wallington  <jpw@pobox.com>
485         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
487 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
489         * emacs-lisp/find-func.el (find-definition-noselect)
490         (find-variable-noselect): Search variables in C source code too.
491         (find-function-C-source, find-function-noselect, find-function)
492         (find-function-other-frame, find-variable-noselect, find-variable)
493         (find-variable-other-frame, find-variable-at-point):
494         Fix docstrings.
496 2006-01-21  Francesco Potorti`  <pot@gnu.org>
498         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
500 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
502         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
503         Default to disabling the "Save affix" question.
505 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
507         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
508         the first arg to run-python.
510 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
512         * startup.el (command-line-1): Handle --no-desktop if desktop.el
513         is not loaded.
515 2006-01-20  Jay Belanger  <belanger@truman.edu>
517         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
518         limit is 0.
520         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
521         the correct variable.
523 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
525         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
526         link.  Fixed buggy argument sequence in call to `org-view-tags'.
527         (org-compile-prefix-format): Set `org-prefix-has-tag'.
528         (org-prefix-has-tag): New variable.
529         (org-format-agenda-item): Remove tags from headline if
530         appropriate.
531         (org-agenda-remove-tags-when-in-prefix): New option.
532         (org-get-tags-at): New function.
534 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
536         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
537         (thumbs-find-image): Move image name and number from buffer name
538         to mode name.  Set thumbs-buffer.  Preserve point so that large
539         images remain visible.
540         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
541         order.
542         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
543         mode name.
544         (thumbs-next-image, thumbs-previous-image): Make them work.
546 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
548         * cus-edit.el (custom-buffer-create-internal): State in the text above
549         the whole buffer buttons that they do not operate on hidden items.
550         (custom-face-menu): Use `custom-face-save' instead of
551         `custom-face-save-command'.
552         (custom-face-save-command): Make it an alias for `custom-face-save'
553         and declare it obsolete.
554         (custom-face-save): Doc fix.
556         * dired.el (dired-no-confirm): Add quote.
557         (dired-subdir-alist-pre-R): Add quote in
558         `make-variable-buffer-local' form and remove unbalanced parenthesis.
560 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
562         * textmodes/table.el (table-mode-indicator): Typo in last change.
564 2006-01-19  Richard M. Stallman  <rms@gnu.org>
566         * outline.el (hide-leaves): Don't call outline-end-of-heading.
567         Fixes bug reported in Nov 2005.
569         * isearch.el (isearch-forward): Doc fix.
571         * dired.el (dired-move-to-filename-regexp): Define as alias.
572         (dired-no-confirm): Use defcustom.
573         (dired-subdir-alist-pre-R): Put defvar at top level.
575         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
577         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
578         Mark as risky.
580         * simple.el (set-mark-command): Doc fix.
581         (clone-indirect-buffer-other-window):
582         Read arg like clone-indirect-buffer.
583         (move-beginning-of-line): Skip invisible newlines.
585 2006-01-19  Masatake YAMATO  <jet@gyve.org>
587         * progmodes/cpp.el (cpp-edit-load): Make the order of
588         listed conditions in a base C code buffer and its associate
589         CPP Edit buffer the same.
591 2006-01-19  Kenichi Handa  <handa@m17n.org>
593         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
594         (rmail-mime-feature): Likewise.
595         (rmail-require-mime-maybe): Use display-warning to show a warning
596         message.
598         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
599         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
601 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * array.el: Move defvars out of eval-when-compile.
604         (array-make-template): Replace undeclared global var with a local one.
605         (array-mode): Inline initialization functions.
606         (array-init-local-variables, array-init-max-row)
607         (array-init-max-column, array-init-columns-per-line)
608         (array-init-field-width, array-init-rows-numbered)
609         (array-init-line-length, array-init-lines-per-row): Remove.
611         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
612         (doc-mode-map): Define explicitly.
613         (doctor-txtype): Use mapc.
615         * textmodes/table.el: Move defvars out of eval-when-compile.
616         Remove harmful code meant to avoid byte-compiler warnings.
617         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
618         specification that checks table-fixed-width-mode directly.
619         (table-recognize-region, table-recognize-cell):
620         Use restore-buffer-modified-p.
621         (table-fixed-width-mode): Remove code that refreshes
622         table-fixed-mode-indicator.
623         (*table--cell-describe-bindings, *table--cell-describe-mode):
624         Avoid obsolete name print-help-return-message.
625         (table--test-cell-list): Don't use replace-regexp from elisp.
626         (table--point-entered-cell-function, table--point-left-cell-function):
627         Don't set table-fixed-mode-indicator, use force-mode-line-update.
629         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
630         that was after the end of file.  Use buffer-file-name variable.
631         (org-timestamp-change): Use with-current-buffer.
632         (org-todo-list): Don't unnecessarily define a new buffer-local var.
633         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
634         `file'.
636         * progmodes/fortran.el: Move defvars out of eval-when-compile.
637         (fortran-break-line): Remove unused var `opoint'.
638         (fortran-abbrev-start): Obey help-event-list.
640 2006-01-18  Jesper Harder  <harder@phys.au.dk>
642         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
644 2006-01-18  Masatake YAMATO  <jet@gyve.org>
646         * progmodes/make-mode.el (makefile-imake-mode): New mode
647         derived from makefile-mode.
648         (makefile-imake-mode-syntax-table): New syntax table
649         derived from makefile-mode-syntax-table.
650         (makefile-mode): Write about makefile-imake-mode in doc string.
651         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
652         (makefile-imake-font-lock-keywords): New font lock keywords.
654         * files.el (auto-mode-alist): Add Imakefile.
656 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
658         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
659         loading the file rather than when turning on flyspell-mode.
661 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
663         * cus-edit.el (customize-rogue): Minor doc fix.
665 2006-01-17  Juri Linkov  <juri@jurta.org>
667         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
668         instead of the file at the mark as default if the file at the mark
669         is the same as the file at point or if dired-dwim-target-directory
670         is not the same as the current directory and the mark is not active.
672         * log-view.el (log-view-minor-wrap): Use the same logic to get
673         revisions as `log-view-diff'.
675         * info.el (Info-revert-find-node): Check for Info-current-file
676         before preserving new-history.
678         * man.el (Man-heading-regexp): Add `/'.
680         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
681         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
683 2006-01-16  Juri Linkov  <juri@jurta.org>
685         * faces.el (mode-line-faces): New defgroup.
686         (mode-line-highlight): Move definition after new defgroup.
687         (mode-line, mode-line-inactive, mode-line-highlight):
688         Replace :group `modeline' with `mode-line-faces'.
689         (mode-line-buffer-id): New face.
690         (modeline-buffer-id): New face alias.
691         (vertical-border): Remove :group `modeline'.
693         * bindings.el (propertized-buffer-identification): Use face
694         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
695         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
696         (mode-line-buffer-identification-keymap): For mouse-1 replace
697         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
698         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
699         mouse-3.
701         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
702         Buffer-menu-buffer.  Doc fix.
703         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
704         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
705         `Buffer-menu-buffer'.
707         * info.el (Info-mode-line-node-keymap): New defvar.
708         (Info-set-mode-line): Use `stringp' to check Info-current-file.
709         Propertize Info-current-node with `mode-line-buffer-id' and
710         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
712         * time.el (display-time-mail-face): Replace :group `faces' with
713         `mode-line-faces'.
715 2006-01-16  Kenichi Handa  <handa@m17n.org>
717         * international/code-pages.el: Add autoload cookies for cp125[0345678].
719         * language/european.el (cp1252): New alias for windows-1252.
721         * international/mule.el (autoload-coding-system): Prepare for EOL
722         variants.
724 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
726         * term.el (term-raw-map): Add mapping for insert.
727         (term-send-insert): New.
728         (term-mode): Make variables local here instead of doing it in
729         `term-emulate-terminal'.
730         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
731         Scroll reverse needs to take into account the scroll region.
732         Saving and restoring the cursor should save the color attributes too.
733         (term-reset-terminal): Reset the scroll region.
734         (term-handle-ansi-escape): Cursor up and down should take into
735         account the scroll region.
736         (term-set-scroll-region): Rename from `term-scroll-region'.
737         Move to 0,0 after setting the region.
738         (term-handle-scroll): Handle scroll up.
739         (term-down): Fix off by one error.
740         (term-delete-lines): Do not delete outside the scroll region.
741         (term-insert-lines): Take into account the scroll region.
743 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * textmodes/ispell.el (ispell-internal-change-dictionary)
746         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
747         (start, end): Move declaration outside of eval-when-compile.
749         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
750         (flyspell-mode-on): Use it.
752         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
753         ispell-kill-ispell-hook.
755 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
757         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
758         (Custom-reset-saved): Do not ask for confirmation in single option
759         buffers.
761 2006-01-13  Richard M. Stallman  <rms@gnu.org>
763         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
765 2006-01-13  Romain Francoise  <romain@orebokech.com>
767         * add-log.el (add-change-log-entry, change-log-merge):
768         Conditionally use `hard-newline'.
770 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
772         * wid-edit.el (widget-field-end): If the overlay is no longer
773         associated with a buffer, behave as if the overlay didn't exist.
775         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
776         Make sure the links use the `custom-link' face.
778 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
780         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
781         (ld-script-mode): Don't set indent-line-function since we don't
782         have one.
784 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
786         * textmodes/org.el (org-open-file): Use mailcap for selecting an
787         application.
788         (org-file-apps-defaults-gnu): Use mailcap as the default for
789         selecting an application on a UNIX system.
790         (org-agenda-show-tags): New command.
791         (org-table-insert-hline): Keep cursor in current table line.
792         (org-table-convert): Offset effect of modifying
793         `org-table-insert-hline'.
794         (org-format-agenda-item): New optional argument TAG.
795         (org-compile-prefix-format): Handle %T format for the tag.
796         (org-expand-wide-chars): New function.
797         (org-table-insert-row, org-table-insert-hline):
798         Use `org-expand-wide-chars'.
799         (org-open-file): Fix bug in program launch.
800         (org-get-time-of-day): Fix bug with times before 1am.
801         (org-agenda-menu): Add tags commands.
803 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
805         * textmodes/ispell.el (ispell-init-process): Include the used
806         dictionary in ispell process start message.
807         (ispell-internal-change-dictionary): When flyspell-mode is active
808         and dictionary is changed, make sure ispell process is restarted
809         and flyspell word cache cleared out for the current buffer.
810         (ispell-change-dictionary): Make sure flyspell word cache is
811         cleared out in all buffers with active flyspell mode when
812         dictionary is globally changed.
813         Call ispell-internal-change-dictionary after dictionary change.
815 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
817         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
819         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
820         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
821         years.  Fix small differences wrt Makefile.in.
822         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
823         Makefile.in does.
825 2006-01-12  Bill Wohler  <wohler@newt.com>
827         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
828         mh-search.el.
830 2006-01-12  Masatake YAMATO  <jet@gyve.org>
832         * progmodes/ld-script.el: Update copyright year.
834 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
836         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
837         Don't add widget if setting undefined.
839 2006-01-12  John Paul Wallington  <jpw@pobox.com>
841         * help-fns.el (describe-variable): Remove newlines from void
842         variable output.
844 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
846         * wdired.el (wdired-mode-map): Add help echo for
847         wdired-abort-changes.
849         * man.el (Man-file-name-regexp): Adjust for a list of files.
851 2006-01-12  Masatake YAMATO  <jet@gyve.org>
853         * progmodes/ld-script.el (auto-mode-alist): Support
854         suffix conventions used in netbsd and eCos.
856 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
858         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
859         (custom-variable-menu, custom-face-menu, custom-group-menu)
860         (Custom-mode-menu): Change names of menu items.  (As discussed on
861         emacs-devel.)
862         (custom-face-menu): Add "Undo Edits" item.
864         * startup.el (init-file-user): defcustom -> defvar.
866         * tooltip.el (tooltip-mode): Doc fix.
868 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * reveal.el (reveal-post-command): window-buffer signals an error on
871         dead windows rather than returning nil.
872         (reveal-open-new-overlays): An overlay might die while we open others.
874 2006-01-11  Bill Wohler  <wohler@newt.com>
876         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
877         phrasing in docstring.
879         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
880         can give some systems gas.  Add new file mh-buffers.el.
882 2006-01-06  Masatake YAMATO  <jet@gyve.org>
884         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
885         C preprocessor forward ported from GNU Emacs 21.2.
887         * progmodes/asm-mode.el (asm-font-lock-keywords):
888         Use `cpp-font-lock-keywords'.
890         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
892         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
893         of $ for "\\.ld[s]?".
895 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
897         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
898         (tcl-indent-line): Return `noindent' if inside a string.
900         * progmodes/flymake.el (flymake-split-string): Remove more than one
901         empty string at beg/end of the result.
902         (flymake-find-buildfile, flymake-find-possible-master-files):
903         Use expand-file-name.
904         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
905         since expand-file-name does it for us.  Use directory-file-name.
906         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
907         (flymake-ler-get-type, flymake-ler-get-text)
908         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
909         (flymake-current-line-no): Remove spurious interactive spec.
910         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
911         (flymake-check-include): Remove arg inc-path merged into inc-name.
912         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
913         Arg regexp-list replaced by a simple regexp.
914         (flymake-master-make-header-init, flymake-master-tex-init):
915         Correspondingly replace regexp-list with a regexp.  Fix regexp.
917 2006-01-10  Simon Josefsson  <jas@extundo.com>
919         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
920         describing AUTH PLAIN fix.
922 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
924         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
925         (report-emacs-bug): Don't record initial prompt text.
926         Instead, add text properties to prompting text.
927         (report-emacs-bug-hook): Delete prompting text.
929 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
931         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
932         `dirs'.  Adjust callers.
934 2006-01-09  John Paul Wallington  <jpw@gnu.org>
936         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
938 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
940         * reveal.el (reveal-open-new-overlays): New extracted fun.
941         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
942         using them.  Simplify the code.
943         (reveal-post-command): Use them.  Fix up obsolete windows in
944         reveal-open-spots.
946         * progmodes/flymake.el: Use `require' rather than autoload for
947         XEmacs's overlays.
948         (flymake-get-common-file-prefix, flymake-build-relative-filename):
949         Delete.  Use file-relative-name instead.
950         (flymake-get-syntax-check-program-args, flymake-perl-init):
951         Simplify the resulting code.
953         * log-view.el (log-view-file-re, log-view-message-re): Add support
954         for DaRCS output.
956 2006-01-09  Alex Schroeder  <alex@gnu.org>
958         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
959         identifiers sometimes added in square brackets at the beginning of
960         subject lines.
962 2006-01-07  Richard M. Stallman  <rms@gnu.org>
964         * cus-edit.el (Custom-set, Custom-save): Doc fix.
965         (Custom-reset-current, Custom-reset-saved): Change question text.
966         (Custom-reset-standard): Likewise.
967         (custom-variable-reset-saved): Doc fix.
969 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
971         * startup.el (init-file-user): Doc fix.
973 2006-01-07  Alex Schroeder  <alex@gnu.org>
975         * mail/rmail.el (rmail-current-subject): New function.
976         (rmail-current-subject-regexp): New function.
977         (rmail-next-same-subject): Use it.
979         * mail/rmailsum.el (rmail-summary-by-topic):
980         Use rmail-current-subject and rmail-current-subject-regexp.
981         (rmail-summary-next-same-subject): Ditto.
983         * net/rcirc.el (rcirc-send-input): No longer check whether the
984         process is open, since not all commands need an open process.
985         (rcirc-send-string): Check whether the process is open before
986         sending anything.
987         (rcirc-ignore-list): New option.
988         (rcirc-ignore-list-automatic): New variable.
989         (rcirc-print): Take rcirc-ignore-list into account.
990         (rcirc-cmd-ignore): New command.
991         (rcirc-ignore-update-automatic): New function.
992         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
993         list if ignored nicks.
994         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
996 2006-01-06  David Reitter  <david.reitter@gmail.com>
998         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
999         reflect the address to which the report will be sent.
1001 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
1003         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1004         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1006 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
1008         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1010         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1011         the doc string: "functoin" => "function".
1012         * ldefs-boot.el: Likewise.
1014         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1015         message text: "Duplicat" => "Duplicate".
1017 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1019         * files.el (basic-save-buffer-2): If backing-up failed, reset
1020         buffer-backed-up to nil.
1022 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
1024         * progmodes/gud.el (gdb-script-skip-to-head)
1025         (gdb-script-calculate-indentation): Indent for breakpoint command
1026         lists also.
1028 2006-01-05  Bill Wohler  <wohler@newt.com>
1030         * Makefile.in (compile-always): Add mh-autoloads dependency.
1031         (bootstrap): Remove mh-autoloads dependency, as compile dependency
1032         provides it.
1033         (updates): Remove mh-autoloads dependency, since it probably has
1034         already run recently (via recompile).
1036 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1038         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1039         argument `force' to disable the flyspell-last-buffer optimization.
1040         (flyspell-mode-on): Use it.
1042         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1043         flymake-simple-cleanup.
1044         (flymake-allowed-file-name-masks): Use this new default.
1045         All the functions are now called in the right buffer rather than
1046         passing the buffer as argument.
1047         (flymake-process-sentinel): Switch to buffer before calling cleanup.
1048         (flymake-parse-err-lines): Remove redundant buffer arg.
1049         (flymake-get-program-dir): Comment out unused function.
1050         (flymake-start-syntax-check, flymake-start-syntax-check-process):
1051         Remove redundant buffer argument.
1052         (flymake-get-real-file-name, flymake-simple-java-cleanup)
1053         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1055 2006-01-05  Richard M. Stallman  <rms@gnu.org>
1057         * info.el (Info-find-node): Don't record previous node if have none.
1058         (info): Go to directory only if history is empty.
1060         * simple.el (mark): Doc fix.
1062 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1064         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1065         already of desired type.
1066         (mac-ae-list): Coerce parameter to "list" type.
1067         (mac-dispatch-apple-event): Replace cadr part of event with a
1068         dummy position so that event-start returns it.
1070 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
1072         * textmodes/org.el (org-end-of-subtree): New function.
1073         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1074         Use `org-end-of-subtree'.
1075         (org-agenda, org-agenda-convert-date): Protect calls to
1076         `fit-window-to-buffer'.
1077         (org-tags-view): Force matching of sublevels when doing a
1078         todo-only search.  Define the correct redo command, including the
1079         arguments.
1080         (org-agenda-redo): Display message.
1081         (org-check-for-org-mode): New function.
1082         (org-agenda-type): New variable.
1083         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1084         Set `org-agenda-type'.
1085         (org-agenda-check-type): New function.
1086         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1087         (org-agenda-week-view, org-agenda-day-view)
1088         (org-agenda-next-date-line, org-agenda-previous-date-line)
1089         (org-agenda-log-mode, org-agenda-toggle-diary)
1090         (org-agenda-toggle-time-grid, org-agenda-date-later)
1091         (org-agenda-date-prompt, org-agenda-diary-entry)
1092         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1093         (org-agenda-convert-date, org-agenda-menu):
1094         Use `org-agenda-check-type'.
1095         (org-make-overlay, org-delete-overlay)
1096         (org-detatch-overlay, org-move-overlay, org-overlay-put):
1097         New compatibility functions.
1098         (org-calendar-select-mouse): New command.
1100 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
1102         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
1103         (Custom-reset-standard): Fix y-or-n-p messages.
1104         (custom-link): New face for links.
1105         (custom-buffer-create-internal, custom-manual): Use it.
1106         (custom-face-save): Push to theme-face before setting face spec.
1108         * wid-edit.el (widget-default-mouse-face-get): New function.
1109         (widget-specify-button): Handle mouse-face like button-face.
1111         * custom.el (load-theme): Clear old theme settings if reloading.
1113 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1115         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
1116         "Erase Customization" button back to same position it occupies in
1117         the individual State menus.
1119 2006-01-04  Kim F. Storm  <storm@cua.dk>
1121         * wid-edit.el (key-sequence): Rework widget to read key binding
1122         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
1123         (widget-key-sequence-default-value): Default value for empty sequence.
1124         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
1125         (widget-key-sequence-read-event): New command for C-q.
1126         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
1127         (widget-key-sequence-value-to-external): New functions.
1129 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
1132         Use expand-file-name.
1133         (flymake-delete-temp-directory): Use expand-file-name,
1134         file-name-directory, and directory-file-name.
1135         (flymake-strrchr): Delete.
1136         (flymake-start-syntax-check): Don't pass the redundant buffer argument
1137         to the init-f function.
1138         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
1139         (flymake-init-find-buildfile-dir)
1140         (flymake-init-create-temp-source-and-master-buffer-copy)
1141         (flymake-simple-make-init-impl, flymake-simple-make-init)
1142         (flymake-master-make-init, flymake-master-make-header-init)
1143         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
1144         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
1145         (flymake-xml-init): Remove corresponding redundant buffer argument.
1146         (flymake-allowed-file-name-masks): Remove last elems that are equal to
1147         the default anyway.  Clean up regexps.
1149         * progmodes/flymake.el (flymake-temp-source-file-name)
1150         (flymake-master-file-name, flymake-temp-master-file-name)
1151         (flymake-base-dir): New buffer-local vars.
1152         (flymake-buffer-data, flymake-get-buffer-value)
1153         (flymake-set-buffer-value): Replace those hash-tables by the new
1154         buffer-local vars.  Update callers.
1156         * progmodes/flymake.el (flymake-check-start-time)
1157         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
1158         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
1159         Move definition, so we can remove redundant earlier declaration.
1160         (flymake-replace-regexp-in-string, flymake-split-string)
1161         (flymake-get-temp-dir): Use defalias.
1162         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
1163         (flymake-xemacs-window-edges): Remove unused function.
1164         (flymake-get-point-pixel-pos): Move.
1165         (flymake-pid-to-names, flymake-reg-names)
1166         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
1167         Replace by a simple list flymake-processes and by process-buffer.
1168         Update callers.  Other than simplify the code, it uses buffers rather
1169         than buffer-names so it doesn't get confused by uniquify.
1170         (flymake-buffer-data): The global value should just be nil.
1172         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
1173         Optimize the body of a defalias like any other code.
1175         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
1176         Make sure we've setup font-lock's vars.  It may influence which
1177         function we then call.
1178         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
1179         here since it's too late anyway.
1181 2006-01-03  Romain Francoise  <romain@orebokech.com>
1183         * startup.el (fancy-splash-tail, normal-splash-screen):
1184         Update copyright year.
1186 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
1188         * mouse.el (mouse-drag-track): Rename, from
1189         `mouse-drag-region-1'.  Includes optional argument required to
1190         enable post-drag event processing (e.g. delete region keys).
1191         Can be used without this argument to track a mouse region and operate
1192         on it as soon as the drag completes.
1193         (mouse-drag-region): Use `mouse-drag-track'.
1195 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
1197         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
1198         Move to `custom-buffer' group.
1200         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
1201         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
1202         (custom-theme-insert-face-marker, custom-theme-variable-menu)
1203         (custom-theme-face-menu): New variables.
1204         (custom-theme-add-variable, custom-theme-variable-action)
1205         (custom-variable-reset-theme, custom-theme-delete-variable)
1206         (custom-face-reset-theme, custom-theme-face-action)
1207         (custom-theme-delete-face, custom-theme-merge-theme)
1208         (custom-theme-add-face, custom-theme-visit-theme): New functions.
1210 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
1212         * custom.el: Move Custom Themes commentary to start of theme code.
1213         (custom-known-themes): Rename `standard' theme to `changed'.
1214         (custom-push-theme): Caller no longer specifies what theme to use
1215         when doing `reset'---the setting is simply removed from the theme.
1216         Delete MODE from `theme-value' and `theme-settings' properties.
1217         (custom-declare-theme): Ignore &rest args since we don't use them.
1219         (custom-loaded-themes): Delete variable.
1220         (custom-theme-load-themes, custom-theme-loaded-p)
1221         (custom-theme-value): Delete functions.
1223         (custom-declare-theme): Signal error on invalid theme names.
1224         (provide-theme): custom-loaded-themes was deleted.
1225         (load-theme): Load the file unconditionally.
1226         (enable-theme): Call `load-theme' if theme is undefined.
1227         (custom-enabled-themes): Only update value for successful loads.
1228         (disable-theme): Complete from enabled themes when interactive.
1229         (custom-variable-theme-value): Calculate theme value directly.
1231         (custom-theme-reset-variables, custom-reset-variables): Mark as
1232         XEmacs compatibility functions.  We don't actually use these.
1234         * cus-edit.el (custom-variable-state-set):
1235         Use custom-variable-theme-value instead of custom-theme-value.
1236         (custom-face-state-set): Rename `standard' theme to `changed'.
1237         (custom-save-variables, custom-save-faces): Delete unneeded
1238         references to custom-reset-variables.
1239         (custom-save-resets): Delete function.
1240         (custom-save-variables, custom-save-faces): MODE argument deleted.
1241         (custom-save-variables, custom-save-faces): Ignore theme values.
1243         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
1244         compatibility function.
1246 2006-01-01  Richard M. Stallman  <rms@gnu.org>
1248         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
1249         (Custom-reset-current, Custom-reset-saved): Likewise.
1250         (Custom-reset-standard): Show message if aborted.
1251         (custom-mode): Doc fix, describing those commands.
1253         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
1254         put on event-kind property.
1256 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
1258         * custom.el (provide-theme): Ban `user' theme name.
1259         (custom-enabling-themes): New variable.
1260         (enable-theme): Don't enable user if custom-enabling-themes is t.
1261         (custom-enabled-themes): Make it a defcustom.
1262         (custom-theme-recalc-face): No-op if face is undefined.
1264         * cus-edit.el (custom-button-mouse): New variable.
1265         (custom-button-mouse): New face.
1266         (custom-raised-buttons, custom-mode): Use it.
1268         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
1270 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
1272         * progmodes/gud.el (gud-display-line): Support hl-line in the
1273         source buffer.
1275 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
1277         * mouse.el (mouse-drag-window-above): Verify that the found window
1278         overlaps with the given window in the horizontal dimension.
1280 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
1282         * Makefile.in (cvs-update): New target.
1284         * makefile.w32-in (cvs-update): Ditto.
1286 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
1288         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
1289         (custom-new-theme-mode-map): New variable.
1291 2005-12-30  Richard M. Stallman  <rms@gnu.org>
1293         * custom.el (custom-load-themes): Function deleted.
1295         * cus-edit.el (custom-save-loaded-themes): Function deleted.
1296         (custom-save-variables): Don't delete or add custom-load-themes call.
1298 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1300         * cus-start.el: Add `visible-cursor'.
1302         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
1303         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
1304         (flymake-process-filter): Switch to buffer before calling it instead.
1305         (flymake-post-syntax-check, flymake-highlight-err-lines)
1306         (flymake-delete-own-overlays, flymake-parse-err-lines)
1307         (flymake-start-syntax-check, flymake-start-syntax-check-process)
1308         (flymake-count-lines, flymake-parse-residual):
1309         Remove constant buffer argument.
1310         (flymake-start-syntax-check-for-current-buffer): Remove.
1311         Update callers to use flymake-start-syntax-check instead.
1312         (flymake-display-err-menu-for-current-line):
1313         Remove unused var `mouse-pos'.
1314         (flymake-restore-formatting): Comment out unused function.
1315         (flymake-report-status, flymake-report-fatal-status): Remove buffer
1316         argument, use current-buffer instead.  Update callers.
1318 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1320         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
1321         buffer-local because choose-completion-delete-max-match requires
1322         that we set completion-ignore-case (i.e., binding via let is not
1323         sufficient).
1324         (bibtex-complete): Always set completion-ignore-case and
1325         choose-completion-string-functions.  The latter is needed because
1326         choose-completion-string-functions keeps its value if we quit the
1327         *Completions* buffer without requesting a completion.
1329 2005-12-30  Andreas Schwab  <schwab@suse.de>
1331         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
1333 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
1335         * jit-lock.el (jit-lock-chunk-size): Doc fix.
1337 2005-12-30  Juri Linkov  <juri@jurta.org>
1339         * locate.el (locate-fcodes-file, locate-header-face)
1340         * progmodes/delphi.el (delphi-other-face)
1341         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
1343         * paren.el (show-paren-match, show-paren-mismatch): Use existing
1344         group `paren-showing-faces'.
1346         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
1347         (goto-address): Fix docstring.
1349         * net/webjump.el (webjump-sample-sites): Update URLs.
1351         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
1353         * subr.el (cancel-change-group): Add listp around pending-undo-list.
1355 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1357         * font-lock.el (font-lock-compile-keywords): Signal an error when
1358         font-lock-set-defaults hasn't been called.
1360 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1362         * subr.el (noreturn, 1value): Doc fixes.
1364 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1366         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
1367         that assoc-string returns nil.
1369 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1371         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
1372         (bibtex-entry-type-str, bibtex-empty-field-re)
1373         (bibtex-search-backward-string, bibtex-preamble-prefix)
1374         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
1375         (bibtex-any-valid-entry-type): New variable.
1376         (bibtex-parse-field-name): Simplify.
1377         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
1378         (bibtex-preamble-prefix): Include left delimiter.
1379         (bibtex-search-forward-field, bibtex-search-backward-field):
1380         Allow unbounded search past entry boundaries (required by bibtex-pop).
1381         (bibtex-text-in-field-bounds): Use push.
1382         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
1383         (bibtex-parse-preamble, bibtex-valid-entry)
1384         (bibtex-beginning-first-field): New functions.
1385         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
1386         (bibtex-map-entries): Fix docstring.
1387         (bibtex-flash-head): New arg prompt.  Simplify.
1388         (bibtex-enclosing-field): Include code of bibtex-inside-field.
1389         (bibtex-insert-kill): Simplify.  Always insert text past the
1390         current field or entry.
1391         (bibtex-format-entry): Use bibtex-parse-field.
1392         (bibtex-pop): Use bibtex-beginning-of-entry and
1393         bibtex-end-of-entry to initiate the search.  Insert empty field if
1394         we found ourselves.
1395         (bibtex-print-help-message): New args field and comma.
1396         Handle entry keys.
1397         (bibtex-make-field): Use bibtex-beginning-of-entry.
1398         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
1399         invalid entry.
1400         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
1401         Handle preambles.  Simplify code for thorough test.
1402         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
1403         New arg comma.  Handle entry heads.
1404         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
1405         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
1406         New arg comma.
1407         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
1408         (bibtex-fill-field): Simplify.
1409         (bibtex-fill-entry): Use bibtex-beginning-first-field and
1410         bibtex-parse-field.
1411         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
1412         (bibtex-complete): Use bibtex-parse-preamble.
1414 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
1416         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
1417         Display name of expression instead of convenience variable.
1418         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
1420         * progmodes/gud.el (gud-tooltip-dereference): Rename from
1421         toggle-gud-tooltip-dereference.
1422         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
1423         (gud-tooltip-tips): ...here when dereferencing.
1425 2005-12-28  Bill Wohler  <wohler@newt.com>
1427         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
1429 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1431         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
1432         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
1433         (vc-annotate-display-autoscale): Adjust call.
1434         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
1435         Fix interactive spec.
1436         (vc-annotate-time-span): Remove.
1437         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
1438         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
1439         (vc-annotate-display-select): Use new name.
1441         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
1442         (vc-annotate-mode-menu): Remove left-over redundant declaration.
1443         Correct the construction of span entries.  Simplify.
1444         (vc-annotate-display-select): Fix the nil case.
1445         (vc-annotate): Remove obsolete (and now broken) code.
1446         (vc-annotate-extract-revision-at-line): Remove obsolete code.
1447         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
1449 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
1451         * subr.el (lazy-completion-table): Correct typo in docstring.
1453         * startup.el (command-line): Use `custom-reevaluate-setting' for
1454         `send-mail-function'.
1456         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
1458 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
1460         * mail/smtpmail.el (smtpmail-try-auth-methods):
1461         Send credentials together with "AUTH PLAIN" command.
1463 2005-12-27  Richard M. Stallman  <rms@gnu.org>
1465         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
1466         mouse-2, go back to previously selected window, so it's selected
1467         when mouse-2 command runs.
1469 2005-12-27  Juri Linkov  <juri@jurta.org>
1471         * descr-text.el (describe-text-sexp): Use square brackets for
1472         button [Show] to distinguish it from the property value `show'.
1473         (describe-property-list): Use `insert-text-button' with
1474         `help-face' type instead of putting face in quotes, because button
1475         is not created automatically for a list of faces.
1476         (describe-text-properties-1): Put button-type value in quotes to
1477         distinguish from plain text "button".
1478         (describe-char): Display code point values in hex.  Don't use
1479         `symbol-name' for `current-input-method' because it is a string.
1480         Use `insert-text-button' with `help-face' type instead of putting
1481         hardcoded face in quotes, because button is not created automatically.
1483 2005-12-27  Richard M. Stallman  <rms@gnu.org>
1485         * progmodes/glasses.el (glasses-face): More specific custom type.
1487         * files.el (set-visited-file-name): Doc fix.
1489         * textmodes/flyspell.el (flyspell-external-point-words):
1490         Use local var buffer-scan-pos to advance scan for next misspelling.
1491         Advance it only after we find the misspelling.
1493 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
1495         * textmodes/flyspell.el (flyspell-external-point-words):
1496         New criteria for finding the misspelling in the buffer.
1498 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
1500         * help-mode.el (help-insert-string): Set help-xref-stack-item
1501         rather than call help-setup-xref.
1503         * descr-text.el (describe-char): Revert previous changes for
1504         optional buffer argument.
1506 2005-12-27  Juri Linkov  <juri@jurta.org>
1508         * help-mode.el (help-insert-string): New function.  Save buffer
1509         contents in cases where it is impossible to recompute the old contents.
1511         * descr-text.el (describe-char): Set help-xref-stack-item
1512         explicitly after buffer has been generated.
1514 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1516         * cus-start.el (all): Add x-gtk-show-hidden-files.
1518 2005-12-26  Richard M. Stallman  <rms@gnu.org>
1520         * replace.el (perform-replace): Calculate match-again
1521         before skipping read-only matches.
1523         * paren.el (paren-showing-faces): New group.
1524         (show-paren-match, show-paren-mismatch): Move to that group.
1526         * button.el (button): Put into group `basic-faces'.
1528         * progmodes/make-mode.el: Remove faces from group `faces'.
1530         * apropos.el (apropos, apropos-value): Doc fix.
1531         (apropos-documentation): Doc fix.
1533 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1535         * subr.el (lazy-completion-table): Remove argument `args'.
1537         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1538         Don't use the `args' argument of lazy-completion-table.
1540 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
1542         * descr-text.el (describe-char): Add optional argument for buffer.
1543         Set buffer appropriately.  Call help-setup-xref.
1544         Suggested by Stefan Monnier.
1546 2005-12-26  Juri Linkov  <juri@jurta.org>
1548         * descr-text.el: Require `help-fns' at runtime.  Don't require
1549         `button' for byte compilation.
1550         (describe-text-widget): Add `help-echo' for first button.
1551         Use `help-info' for second.
1552         (describe-property-list): Use `help-argument-name' instead of `italic'.
1553         (describe-text-category): Add prompt to interactive spec.
1554         Call `help-setup-xref'.
1555         (describe-char): Use `help-character-set'.  Add `help-echo' for
1556         code point.  Use `help-input-method'.  Remove superfluous insert.
1558 2005-12-25  Richard M. Stallman  <rms@gnu.org>
1560         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
1561         at point, in case of narrowing.
1563         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
1565         * locate.el (locate-header-face): Allow nil in type.
1567         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
1569 2005-12-25  Romain Francoise  <romain@orebokech.com>
1571         * battery.el (battery-linux-proc-acpi): Also try
1572         `/proc/acpi/thermal_zone/THM0/temperature'.
1574 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
1576         * custom.el (custom-push-theme): Fix docstring.
1578         * cus-edit.el (custom-variable-set, custom-variable-save)
1579         (custom-variable-save): Custom-quote widget values.
1580         (customize-save-variable): Fix custom-push-theme call.
1582 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
1584         * w32-fns.el (w32-batch-update-autoloads): New function.
1586         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
1587         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
1588         from the command line.
1590 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
1592         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
1593         reset means to remove setting from theme entirely.  Don't keep
1594         expanding theme-settings list; delete old entries if necessary.
1596         * cus-edit.el (custom-buffer-create-internal): Move "Erase
1597         customization" button one line up.
1598         (custom-themed): New face.
1599         (custom-magic-alist): New value, THEMED, for theme settings.
1600         (custom-variable-state-set, custom-face-state-set):
1601         Check theme-value instead of saved-value.
1602         (custom-variable-reset-standard, custom-face-reset-standard):
1603         Remove theme setting entirely.  Recalculate new values.
1604         (custom-variable-set, custom-variable-set)
1605         (custom-variable-reset-saved, custom-variable-reset-backup)
1606         (custom-face-set, custom-face-reset-saved): Update `user' theme.
1607         (custom-variable-save): Fix typos.
1609 2005-12-23  Juri Linkov  <juri@jurta.org>
1611         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
1612         Add autoload cookies.
1613         (edebug-outside-d-c-i-n-s-w): New variable.
1614         (edebug-display, edebug-outside-excursion): Use it to save the
1615         original value of default-cursor-in-non-selected-windows.
1616         Set default-cursor-in-non-selected-windows to t while Edebug
1617         is active.
1618         (edebug-mode, edebug-eval-mode): Doc fix.
1620         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
1621         with `buffer-substring-no-properties' to remove common substring
1622         highlighting.
1624         * info.el (info-other-window, info): Rename function argument
1625         `file' to `file-or-node'.
1626         (Info-complete-menu-item): Use local variable `complete-nodes' to
1627         keep the global value of `Info-complete-nodes' unchanged for
1628         subsequent completions.
1629         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
1631         * simple.el (get-next-valid-buffer, last-buffer)
1632         (next-error-buffer-p, next-error-find-buffer)
1633         (minibuffer-history-sexp-flag): Doc fix.
1635         * savehist.el (savehist-mode-hook): Add `:group'.
1637         * log-view.el: Call autoload for vc-find-version.
1638         (log-view-current-file): Adjust subgroup numbers.
1639         (log-view-current-tag): Add `length'.
1641 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1643         * vc.el (vc-annotate-car-last-cons): Defn moved up.
1645 2005-12-23  Juri Linkov  <juri@jurta.org>
1647         * hi-lock.el (hi-lock-archaic-interface-message-used)
1648         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
1649         (hi-lock-mode): Display "Hi" in the mode line only when
1650         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
1651         (hi-lock-write-interactive-patterns):
1652         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
1653         (hi-lock-set-pattern, hi-lock-set-file-patterns)
1654         (hi-lock-font-lock-hook): Set 3rd arg `how' of
1655         font-lock-add-keywords to t.
1657 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
1659         * hi-lock.el (hi-lock-highlight-range): New variable.
1660         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
1661         only if font-lock-fontified is non-nil.  Remove overlays.
1662         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
1663         font-lock-fontified is non-nil, otherwise use overlays (instead of
1664         text properties).
1665         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
1666         New variables.
1667         (hi-lock-string-serialize) New function.
1669 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1671         * menu-bar.el (menu-find-file-existing): New function.
1672         (menu-bar-file-menu): Use menu-find-file-existing for Open.
1674         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
1676 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1678         * vc.el: Remove unnecessary leading * in docstrings.
1679         (vc-annotate-mode-map): Move initialization into declaration.
1680         (vc-static-header-alist): Nitpick on the regexp.
1681         (vc-default-init-version): New fun.
1682         (vc-register): Use it.
1683         (vc-insert-headers): Use dolist.
1684         (vc-annotate-get-backend): Remove unused function.
1685         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
1686         (vc-annotate-mode): Remove corresponding call.
1687         (vc-annotate-car-last-cons): Simplify.
1688         (vc-annotate-buffers): Remove var.
1689         (vc-annotate-backend): Make it buffer-local.
1690         (vc-annotate): Move the interaction to the interactive spec.
1691         Add a `buf' argument.
1692         (vc-annotate-warp-version): Use this new `buf' argument to avoid
1693         killing&creating a vc-annotate buffer, which is very disruptive when
1694         the buffers are shown in dedicated frames.
1696 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
1698         * descr-text.el: Add FSF as maintainer.
1699         (describe-text-mode, describe-text-mode-map)
1700         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
1701         help-mode.
1702         (describe-text-widget, describe-text-sexp)
1703         (describe-property-list, describe-text-category)
1704         (describe-text-properties, describe-text-properties-1)
1705         (describe-char): Use help buttons instead of widgets.
1706         (describe-char-unicodedata-file): Make URL link in doc string.
1708 2005-12-22  Richard M. Stallman  <rms@gnu.org>
1710         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
1711         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
1712         Don't include buttons that write a file when there's no file.
1713         (custom-variable-menu, custom-face-menu, custom-group-menu):
1714         Don't include commands that write a file when there's no file.
1715         (customize-browse): Reword the top-of-buffer help intro.
1716         (custom-buffer-create-internal): Fix previous change.
1717         (customize-changed-options-previous-release): Prev release is 21.1.
1718         (customize-changed-options): Doc fix.
1719         (customize-changed): New alias.
1720         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
1721         Say "standard values".
1722         (Custom-reset-standard): Doc fix.
1723         (custom-face-reset-standard): Doc fix.
1725 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1727         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
1728         even if font-lock-mode is non-nil since it may be t without having
1729         turned on font-lock-mode-internal.
1730         (font-lock-choose-keywords): Minor optimization.
1731         (font-lock-add-keywords, font-lock-remove-keywords)
1732         (font-lock-set-defaults): Don't call make-local-variable on a variable
1733         that we know to already be local.
1735 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1737         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
1738         messages if in the minibuffer.
1740 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1742         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
1743         (tex-mode-flyspell-verify, flyspell-get-word)
1744         (flyspell-external-point-words): Don't use point-min/max uselessly.
1746         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
1747         by Kevin Rodgers.  Instead, just hide the completions buffer if we
1748         don't need to show it.
1750 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
1752         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
1754 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1756         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
1757         delete-windows-on with an inexistent buffer.
1759 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
1761         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1762         Delete defcustom variable :tag names.
1764 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1766         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
1767         (log-view-font-lock-keywords): Ajust subgroup numbers.
1768         (log-view-current-tag): Don't hard code the number of subgroups.
1770 2005-12-20  Juri Linkov  <juri@jurta.org>
1772         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
1773         (tooltip-x-offset, tooltip-y-offset): Doc fix.
1775         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1776         (menu-bar-non-minibuffer-window-p): Instead of checking
1777         display-multi-frame-p, use selected-frame when menu-updating-frame
1778         is nil.
1780 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
1782         * align.el (align-rules-list): Use [ \t] instead of \s-
1783         for column separators in text mode.
1785 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
1787         * help-mode.el (help-customize-variable, help-customize-face):
1788         Don't pop help-xref-stack as help-follow no longer pushes
1789         anything on to it.
1791 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
1793         * textmodes/org.el (org-agenda-custom-commands): New option.
1794         (org-agenda): Offer custom commands on splash screen.
1795         (org-make-tags-matcher): Parser for Boolean logic added.
1796         (org-agenda-set-tags): New command.
1797         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1798         (org-set-tags): Efficiency improvements.
1799         (org-auto-align-tags): New option.
1800         (org-todo, org-demote, org-promote): Realign tags.
1801         (org-tags-completion-function): Use also "&" and "|" as separators.
1802         (org-org-menu): Agenda commands simplified.
1804 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1806         * cus-edit.el (customize-apropos, customize-apropos-options):
1807         Docstring changes.
1809         * font-lock.el (font-lock): Add tags to the links in the defgroup.
1811 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
1813         * longlines.el (longlines-mode): Wrap while widened.
1814         (longlines-decode-region, longlines-encode-region): Compute max
1815         just once.
1817 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1819         * cus-edit.el (mac): New group.
1821         * cus-start.el (all): Add user options in macterm.c.  Add test for
1822         Mac-related built-ins.  Fix test for GTK-related built-ins.
1824         * term/mac-win.el (mac-handle-language-change)
1825         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
1826         (mac-services-open-selection, mac-services-mail-selection)
1827         (mac-services-mail-to, mac-services-insert-text)
1828         (mac-dispatch-apple-event): Add docstrings.
1829         (x-get-selection, mac-select-convert-to-string): Select coding
1830         system from `utf-16be' and `utf-16le' using `byteorder'.
1832 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1834         * subr.el (lazy-completion-table): Don't be fooled if the var holds
1835         a "list" (lambda ...) rather than a real completion list.
1837         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1838         lexical-let when encountering ((lambda (...) ...) ...).
1840 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1842         * progmodes/sh-script.el (sh-mode):
1843         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1844         * textmodes/picture.el (picture-mode): Update docstrings.
1846 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
1848         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1849         commands enclosed in $(ARGQUOTE)s should not be split between two
1850         lines, as that will break with GNU Make >3.80, when sh.exe is used
1851         and arg quoting is with '..'.
1852         (autoloads): Don't break the quoted --eval expression between
1853         several lines.
1855 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1857         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1858         Capture error from printing circular structures.
1860 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1862         * wid-edit.el (widget-checkbox-action): Clear undo info.
1864 2005-12-16  Bill Wohler  <wohler@newt.com>
1866         * menu-bar.el (kill-this-buffer): Set a good example by using menu
1867         bar, not menubar in comment.
1869 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1872         After-change-functions should not clobber the match data.
1874 2005-12-16  Juri Linkov  <juri@jurta.org>
1876         * simple.el (choose-completion): Use `buffer-substring-no-properties'
1877         instead of `buffer-substring'.
1878         (completion-common-substring): Doc fix.
1879         (completion-setup-function): Use minibuffer-completion-contents
1880         instead of minibuffer-contents.  Don't set common-string-length
1881         initially.  Remove special handling of partial-completion-mode.
1882         Move computation of completion-base-size into one cond.
1883         Call completion-base-size-function in mainbuf.  In computation of
1884         completion-base-size for file name completion don't move point to
1885         the end of the minibuffer.  Move computation of common-string-length
1886         into one cond.  Start putting faces only when common-string-length>=0.
1887         Add condition to put completions-common-part when
1888         common-string-length>0.
1890         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
1891         place point at the first different character in the minibuffer
1892         even if this position is at the beginning of the minibuffer.
1894         * info.el (Info-read-node-name-1): In completion-base-size-function's
1895         lambda return 1 if common-substring or minibuffer-completion-contents
1896         starts with (, and 0 otherwise.
1898         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1899         Use `crm-current-element' for second arg of `display-completion-list'.
1901 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
1903         * files.el (set-auto-mode): Look for an interpreter specified on
1904         the first line also if search for mode specification succeeded,
1905         but the mode is not known.
1907 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
1909         * textmodes/org.el (org-tags-match-list-sublevels): New option.
1910         (org-open-at-point): Implement tag searches as links.
1911         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1912         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1913         (org-tags-sparse-tree, org-tags-view, org-set-tags)
1914         (org-agenda-dispatch): New commands.
1915         (org-use-tag-inheritance, org-tags-column): New options.
1916         (org-tab-follows-link, org-return-follows-link): New options.
1917         (org-tags): New customize group.
1918         (org-start-icalendar-file): Get local time zone.
1919         (org-tags-completion-function): New function.
1920         (org-set-font-lock-defaults): Make sure links will also be
1921         highlighted inside headlines.
1923 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
1925         * term.el (term-emulate-terminal):
1926         Let term-handle-ansi-terminal-messages override what Bash says about
1927         its current directory.
1929 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1931         * bindings.el (last-buffer): Move to simple.el.
1932         * simple.el (last-buffer): Move here.
1933         (get-next-valid-buffer): New function.
1934         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1935         (prev-buffer): Ditto.  Rename to `previous-buffer'.
1937         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1938         * bindings.el (global-map): Ditto.
1940 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
1942         * cus-edit.el: Introductory comment change.
1943         (custom-magic-alist): Change message string for the `rogue' state.
1945 2005-12-15  Richard M. Stallman  <rms@gnu.org>
1947         * tooltip.el: Delete defcustom variable :tag names.
1949         * complete.el (partial-completion-mode): Doc fix.
1951         * textmodes/flyspell.el (flyspell-external-point-words):
1952         Use save-excursion to ensure we don't move backward in the
1953         search loop, not even one character.
1954         (flyspell-delete-all-overlays): Use remove-overlays directly.
1956         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1957         (ispell-start-process): Set that variable.
1958         Clear ispell-buffer-local-name.
1959         (ispell-internal-change-dictionary):
1960         Set ispell-current-dictionary after killing process.
1961         (ispell-buffer-local-dict):
1962         Don't set spell-personal-dictionary after killing process.
1963         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1964         (ispell-tex-skip-alists, ispell-html-skip-alists)
1965         (ispell-skip-region-alist): Mark as risky.
1967         * net/newsticker.el (newsticker--retrieval-timer-list)
1968         (newsticker--display-timer, newsticker-running-p)
1969         (newsticker-ticker-running-p): Definitions moved up.
1971 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
1973         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1975 2005-12-15  David Ponce  <david@dponce.com>
1977         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1978         (recentf-edit-list, recentf-open-files): Signal an error when
1979         there is no recent file.
1981 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1983         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1984         read-only except for texinfo-format-region evaluation.
1986 2005-12-14  Richard M. Stallman  <rms@gnu.org>
1988         * vc.el (vc-default-previous-version, vc-default-next-version)
1989         (vc-do-command): Doc fixes.
1991 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1993         * textmodes/bibtex.el (bibtex-expand-strings)
1994         (bibtex-autokey-expand-string, bibtex-name-part)
1995         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1996         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1997         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1998         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1999         (bibtex-entry-postfix, bibtex-known-entry-type-re)
2000         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2001         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2002         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2003         (bibtex-beginning-of-last-entry): Remove.
2004         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
2005         message if comma is missing but buffer is read-only.
2006         (bibtex-parse-field-text): Handle whitespaces at the end of field
2007         text.  Return 3-element list with beginning and end of field text
2008         and end of field.
2009         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2010         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
2011         (bibtex-search-forward-field, bibtex-search-backward-field):
2012         Search always delimited by limits of entry.  Use more efficient
2013         search algorithms.
2014         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2015         bibtex-end-of-name-in-field.
2016         (bibtex-text-in-field-bounds): Handle BibTeX strings when
2017         extracting the content of a field.
2018         (bibtex-text-in-field): Use search limits.
2019         (bibtex-parse-string-prefix): Handle empty string keys based on
2020         bibtex-string-empty-key.
2021         (bibtex-parse-string): Fix docstring.
2022         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2023         (bibtex-preamble-prefix, bibtex-strings): New functions.
2024         (bibtex-skip-to-valid-entry): Include preceding whitespace in
2025         BibTeX entries (consistent with other BibTeX functions).
2026         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2027         (bibtex-search-entry): Fix docstring.  Simplify.
2028         (bibtex-flash-head, bibtex-complete-string-cleanup)
2029         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2030         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2031         (bibtex-parse-entry): New optional arg content.
2032         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2033         Use bibtex-text-in-field-bounds.
2034         (bibtex-print-help-message): Handle BibTeX strings and preambles.
2035         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2036         bibtex-parse-string-postfix.
2037         (bibtex-find-text-internal): New function.
2038         (bibtex-remove-delimiters): Use it.
2039         (bibtex-find-text): Use it.  New optional arg help.
2040         (bibtex-complete): Handle BibTeX string and preamble entries.
2041         (bibtex-Preamble): Fix order of closing delimiters.
2043 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * vc.el (vc-default-revert): New fun.
2047         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2049 2005-12-14  Romain Francoise  <romain@orebokech.com>
2051         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2052         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2053         (font-lock-remove-keywords): Likewise.
2055 2005-12-14  Juri Linkov  <juri@jurta.org>
2057         * log-view.el (log-view-diff): Doc fix.
2059         * isearch.el (isearch-query-replace): Use (mark) instead of
2060         isearch-opoint if mark is active in transient-mark-mode.
2062 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
2064         * isearch.el (isearch-query-replace): Check for isearch-other-end.
2066 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
2068         * progmodes/cpp.el (cpp-face): New widget.
2069         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2071 2005-12-14  Juri Linkov  <juri@jurta.org>
2073         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2074         around `erase-buffer' and `insert'.
2076         * descr-text.el (describe-text-properties): Replace buffer name
2077         "*Help-2*" with "*Help*<2>".
2078         (describe-char): Add functions print-help-return-message,
2079         toggle-read-only.  Use help-setup-xref with nil to not store
2080         describe-char in help-xref-stack.  Use help-make-xrefs to
2081         make [back] button.
2083         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2085         * wdired.el (wdired-old-point): New internal variable.
2086         (wdired-change-to-wdired-mode): Set it buffer-locally.
2087         (wdired-abort-changes): Restore point after aborting changes.
2089 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         * vc.el (vc-do-command): Add a new value t for okstatus.
2093         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2094         frame in case of errors.
2096 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2098         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
2099         so it comes after "On the Left" in the menu.
2101 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
2103         * cus-edit.el (customize-apropos, customize-apropos-options)
2104         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2106 2005-12-12  Bill Wohler  <wohler@newt.com>
2108         * vc-svn.el (vc-svn-registered): Fix problem of visiting
2109         non-writable Subversion-controlled files by saving window
2110         configuration before calling vc-do-command.  vc-do-command calls
2111         pop-to-buffer on error which is unexpected during registration.
2113 2005-12-12  Jay Belanger  <belanger@truman.edu>
2115         * calc/README: Update the summary of changes.
2117 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * descr-text.el (describe-char): Rework last fix to solve the problem
2120         is the same way it's solved for everything else in that function
2121         (i.e. by extracting the info before setting up the *Help* buffer).
2123 2005-12-12  Kim F. Storm  <storm@cua.dk>
2125         * subr.el (version-regexp-alist): Allow space as separator before
2126         non-numeric part, e.g. "1.0 alpha".
2127         (version-to-list): Interpret .X.Y version as 0.X.Y version.
2129 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
2131         * textmodes/org.el (org-agenda, org-timeline, org-todo):
2132         Implement Logging and the keep-modes setting.
2133         (org-get-category): Make sure a string is returned.
2134         (org-log-done): New function.
2135         (org-log-done, org-closed-string): New options.
2137 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2139         * tooltip.el (tooltip-y-offset): Change default to 20.
2141 2005-12-12  Richard M. Stallman  <rms@gnu.org>
2143         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
2145         * frame.el (display-hourglass): Doc fix.
2147         * help.el (help-for-help-internal): Simplify entry for `a'.
2149         * info.el (Info-on-current-buffer): Doc fix.
2150         (info-insert-file-contents): Don't test (featurep 'jka-compr).
2152         * startup.el (inhibit-splash-screen): Make this the real name.
2153         (inhibit-startup-message): Make this the alias.
2154         (command-line): Find only simple.el, and use its directory
2155         to fill in other preloaded files' names.
2156         (command-line): Deactivate the mark if deactivate-mark is set.
2158         * international/mule.el (load-with-code-conversion):
2159         Bind deactivate-mark.
2161         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2163 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
2165         * cus-edit.el (customize-apropos): Avoid listing an option more
2166         than once under different aliases.  No longer list user options
2167         that are not defined with defcustom (unless a prefix arg is given).
2168         Doc fix.
2169         (customize-apropos-options): Doc fix.
2171 2005-12-11  Juri Linkov  <juri@jurta.org>
2173         * frame.el (set-background-color, set-foreground-color)
2174         (set-cursor-color, set-mouse-color, set-border-color):
2175         Add explicit prompts to read colors by `facemenu-read-color'.
2176         (show-trailing-whitespace, blink-cursor-delay)
2177         (blink-cursor-interval, display-hourglass, hourglass-delay):
2178         Remove tags.
2179         (display-hourglass, hourglass-delay): Doc fix.
2180         (cursor-in-non-selected-windows): Capitalize words in tag.
2182         * faces.el (frame-background-mode): Replace `choice-item' keywords
2183         with `const' to not make [default] button.  Change default value tag
2184         from `default' to `automatic'.  Doc fix.
2185         (trailing-whitespace) <defface>: Change group `whitespace' to
2186         `whitespace-faces'.
2188 2005-12-11  Richard M. Stallman  <rms@gnu.org>
2190         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
2192 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2194         * term/mac-win.el: Create keymap for mac-apple-event-map.
2196 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
2198         * tooltip.el (tooltip-mode): Move to start of file so that it
2199         appears at top of customize buffer.
2201         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2202         Add the gud groupname.
2203         (gud-tooltip-mode): Add the tooltip groupname.
2204         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
2205         avoid conflict with tooltip-use-echo-area.
2207 2005-12-10  Romain Francoise  <romain@orebokech.com>
2209         * help.el (help-for-help-internal): Add `r' in doc string.
2211 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2213         * align.el (align-regexp, align-highlight-rule):
2214         Use region-beginning and region-end instead of point and mark, so that
2215         repetition (with `repeat-complex-command') recomputes the region
2216         bounds.
2218 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2220         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2221         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2222         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
2223         (balance-windows): Rewrite using the above new functions.
2225 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
2227         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
2228         react if global-hi-lock-mode seems intended.
2229         (global-hi-lock-mode) Renamed from hi-lock-mode.
2230         (hi-lock-archaic-interface-message-used)
2231         (hi-lock-archaic-interface-deduce): New variables.
2232         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
2233         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2234         (hi-lock-find-patterns, hi-lock-font-lock-hook):
2235         Replace hi-lock-buffer-mode with hi-lock-mode.
2237 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
2239         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
2240         completion list, even after a partial completion has been
2241         inserted in the current buffer.  If there are more than 1
2242         completion, redisplay the *Completions* buffer; if the
2243         completion is unique, delete the *Completions* window.
2245 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
2247         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
2248         strings and long subject lines that were broken into multiple
2249         lines at arbitrary places.  Handle subjects that have "Re: " in
2250         the middle.
2252 2005-12-10  John W. Eaton  <jwe@octave.org>
2254         * emacs/octave-mod.el (octave-electric-space): Don't indent
2255         comments or strings if octave-auto-indent is nil.
2257 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2259         * term/mac-win.el: Require url when compiling.
2260         Call mac-process-deferred-apple-events after loading init files.
2261         (mac-apple-event-map): New defvar.  Define event handlers in it.
2262         (core-event, internet-event): New Apple event class symbols.
2263         (open-application, reopen-application, open-documents)
2264         (print-documents, open-contents, quit-application)
2265         (application-died, show-preferences, autosave-now, get-url):
2266         New Apple event ID symbols.
2267         (about): New HICommand ID symbol.
2268         (mac-event-spec, mac-event-ae): New macros.
2269         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
2270         (mac-ae-selection-range, mac-ae-text-for-search)
2271         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
2272         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
2273         and Services menu events are now defined in mac-apple-event-map.
2274         (mac-drag-n-drop): Remove selection range handling.
2276 2005-12-10  Kenichi Handa  <handa@m17n.org>
2278         * simple.el (zap-to-char):
2279         * isearch.el (isearch-process-search-char): Translate CHAR by
2280         translation-table-for-input.
2282 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
2284         * foldout.el (foldout-exit-fold): Properly hide subtree.
2286 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2288         * files.el (save-buffer):
2289         * international/ucs-tables.el (ucs-set-table-for-input):
2290         * mail/mail-extr.el (mail-extract-address-components):
2291         * mail/sendmail.el (mail-mode): Reformat doc string.
2293 2005-12-09  Juri Linkov  <juri@jurta.org>
2295         * isearch.el (isearch-highlight): Change main overlay priority
2296         from 1 to 1001.  Simplify.
2297         (isearch-lazy-highlight-update): Change lazy overlay priority
2298         from 0 to 1000.
2300         * replace.el (replace-highlight): Change overlay priority from
2301         1 to 1001.
2303         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2304         Change overlay priority from 1 to 1001.  Reuse existing overlay.
2306         * compare-w.el (compare-windows-highlight): Change overlay
2307         priority from 1 to 1000.
2309         * menu-bar.el (menu-bar-edit-menu): Add listp around
2310         pending-undo-list to disable menu item "undo" when pending
2311         undo list is empty.
2313         * locate.el (locate): Disable undo in *Locate* buffer.
2315 2005-12-09  Kim F. Storm  <storm@cua.dk>
2317         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
2319 2005-12-09  David Ponce  <david@dponce.com>
2321         * recentf.el: Improvement of the menu code.
2322         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
2323         instead of menu hook.
2324         (recentf-show-menu, recentf-hide-menu): New functions.
2325         (recentf-menu-customization-changed, recentf-mode): Use them.
2326         (recentf-menu-action, recentf-max-menu-items)
2327         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
2328         (recentf-arrange-by-rule-others)
2329         (recentf-arrange-by-rules-min-items)
2330         (recentf-arrange-by-rule-subfilter) : Don't use
2331         `recentf-menu-customization-changed'.
2332         (recentf-arrange-rules): Likewise.  Accept functions to compute
2333         sub-menu titles.
2334         (recentf-menu-filter): Likewise.  Doc fix.
2335         (recentf-menu-value-shortcut): Doc fix.
2336         (recentf-dump-variable): Quote atom value.
2337         (recentf-make-menu-items): Update to use it as a menu filter.
2338         (recentf-match-rule): New function.
2339         (recentf-arrange-by-rule): Use it.
2340         (recentf-indirect-mode-rule): New function.
2341         (recentf-build-mode-rules): Use it.
2342         (recentf-dir-rule): New function.
2343         (recentf-arrange-by-dir): Use it.
2344         (recentf-filter-changer-current): Rename from
2345         `recentf-filter-changer-state'.  All references updated.
2346         (recentf-filter-changer-alist): Update filter names.
2347         (recentf-filter-changer-select): New function.
2348         (recentf-filter-changer): Use it.  Make a sub-menu from filters
2349         available in `recentf-filter-changer-alist'.
2350         (recentf-data-cache, recentf-clear-data)
2351         (recentf-update-menu): Remove.  All references updated.
2352         (recentf-match-rule-p, recentf-build-dir-rules)
2353         (recentf-filter-changer-goto-next)
2354         (recentf-filter-changer-get-current)
2355         (recentf-filter-changer-get-next): Remove.
2357 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
2359         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
2360         buffer "Reset" button to "Reset to Current" for consistency with
2361         the State buttons.
2363 2005-12-08  John Paul Wallington  <jpw@pobox.com>
2365         * ibuf-ext.el (define-ibuffer-filter filename):
2366         If `dired-directory' is a list then really use its car.
2368 2005-12-08  Kim F. Storm  <storm@cua.dk>
2370         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2371         Fix indention of text on right side of replaced rectangle.
2373 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
2375         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
2376         No need to check gud-comint-buffer is bound.
2377         (gdb): Prevent multiple debugging when first session uses gdba.
2379 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2381         CC Mode update to 5.31.
2383         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
2384         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
2385         might do this function properly in the future).
2387         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
2388         macros c-sentence-end and c-default-value-sentence end, to cope
2389         with Emacs 22's new function `sentence-end'.
2391 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2393         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
2394         compat issue using `c-put-overlay' and `c-delete-overlay'.
2396         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
2397         compat macros to handle overlays/extents.
2399 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2401         * progmodes/cc-fix.el: Add definitions of the macros push and pop
2402         (for GNU Emacs 20.4)
2404         * progmodes/cc-defs.el:
2405         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
2407         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
2408         highlighting mechanism so it will work in XEmacs too.
2410         * progmodes/cc-defs.el: Insert c-int-to-char.
2412         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
2413         call to the new macro c-int-to-char.  This solves XEmacs's
2414         regarding characters as different from integers.
2416 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2418         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
2419         helper.
2421         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
2422         construct to make the indirect face lookup work in XEmacs.
2424         (c-cpp-matchers): Append the negation char face to the existing
2425         fontification, so that the cpp face doesn't disappear.  Use
2426         `c-make-syntactic-matcher' to avoid negation chars in comments and
2427         strings.
2429         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
2430         to map to `font-lock-negation-char-face' in emacsen where it
2431         exists.
2433 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2435         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
2437         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
2438         Rename "c-subword-move-mode" as "c-subword-mode".
2440         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
2441         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
2443 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2445         * progmodes/cc-mode.el: Added autoload directive for
2446         `c-subword-move-mode' for use in older emacsen.
2448 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2450         * progmodes/cc-mode.el:
2451         (i) Insert a binding for C-c C-backspace into
2452         c-bind-special-erase-keys which works in TTYs.
2453         (ii) Make sure that when file styles are used, any explicitly
2454         given style variables take priority over those in the style.  Do
2455         this by calling `hack-local-variables' a second time.
2457         * progmodes/cc-vars.el: Add language specific customization
2458         widgets for AWK to c-doc-comment-style, c-require-final-newline
2459         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
2460         c-syntactic-element and c-syntactic-context doc-strings by
2461         directly setting their `variable-documentation' propery.  This
2462         allows Emacs 22.1 to read these with C-h v.
2464         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
2465         Monnier).
2467 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2469         * progmodes/cc-fonts.el, cc-vars.el
2470         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
2471         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
2472         Masatake YAMATO.
2474         (c-doc-comment-style): Made GtkDoc default in C mode.
2476         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
2477         and C-c C-<delete>.
2479         (c-bind-special-erase-keys): New function for use on
2480         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
2482         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
2483         <delete> key behavior in XEmacs according to `delete-forward-p'.
2484         C.f. `c-electric-delete'.
2486 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2488         * progmodes/cc-mode.el: Give c-hungry-backspace and
2489         c-hungry-delete-forward permanent key bindings.
2491         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
2492         c-syntactic-context for calls to "criteria functions", for
2493         consistency with other calls to user functions.
2495         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
2496         `current-prefix-arg', since this might be the prefix arg to a
2497         command which calls c-indent-command as a function.  Change the
2498         interactive spec from "p" to "P".
2500         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
2501         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
2502         was difficult to understand.
2504 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2506         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
2507         first char of an identifier.
2509         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
2510         +" syntax in C++.
2512 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2514         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
2515         auto-fill doesn't split a c-comment's last word from a hanging
2516         "*/" when a space is typed between them after fill-column.
2518         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
2520         * progmodes/cc-styles.el (c-set-style)
2521         (c-setup-paragraph-variables): Abort the command if we're not in a
2522         CC Mode buffer.
2524         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
2525         with blank comment-prefix, and a blank line as the comment's
2526         second line.
2528 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2530         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
2531         Incorporated the patterns added in the Emacs development branch
2532         for the new Emacs 22 face `font-lock-negation-char-face'.
2534         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
2535         of "red" since it stands out better in xterms and DOS terminals.
2537         * progmodes/cc-engine.el (c-literal-faces): Added
2538         `font-lock-comment-delimiter-face' which is new in Emacs 22.
2540 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2542         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
2543         forcibly enable c-electric-flag.
2545         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
2546         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
2547         just after the comment-prefix of a C-style comment will close that
2548         comment.
2550 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2552         * progmodes/cc-fonts.el (c-basic-matchers-before)
2553         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
2554         in Pike.
2556         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
2557         digraphs.
2559         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
2560         (c-cpp-message-directives, c-cpp-include-directives)
2561         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
2562         (c-cpp-expr-directives): Introduced new language constants to
2563         control cpp syntax in a cleaner way.
2565         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
2567         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
2569         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
2570         (c-multiline-string-start-char): New language constants and
2571         variables to specify how newlines in string literals work.
2573         (c-font-lock-invalid-string): Use them.
2575         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
2576         unbalanced close brace is entered.  Optimization by avoiding going
2577         back over arbitrarily large blocks.  Removed hints that this
2578         function only would be relevant/useful in AWK.
2580         (c-electric-brace): Indent syntactically after the cleanups since
2581         lineup functions might do it differently then.
2583         * progmodes/cc-engine.el, cc-langs.el
2584         (c-opt-op-identifier-prefix): New language constant and variable.
2586         (c-just-after-func-arglist-p, c-after-special-operator-id)
2587         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
2589         * progmodes/cc-align.el, cc-engine.el
2590         (c-after-special-operator-id): New helper to handle C++ operator
2591         identifiers.
2593         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
2594         (c-guess-basic-syntax): Handle C++ operator identifiers in
2595         declarations.
2597         * progmodes/cc-langs.el (c-assignment-operators): Added the
2598         trigraph version of ^= too.
2600         * progmodes/cc-langs.el (c-assignment-operators): Added the
2601         trigraph version of |= in C++.
2603         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
2604         `c-decl-hangon-kwds' after the identifier name.
2606         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
2607         whether an arglist is "nonempty", ignore a comment after the open
2608         paren if it isn't followed by a non-comment token on the same
2609         line.
2611         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
2612         heuristics below the point to cope with classes inside special
2613         brace lists in Pike.
2615 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2617         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
2619 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2621         * progmodes/cc-guess.el (cc-guess-install): New function to
2622         install an already guessed style in another buffer.
2624         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
2625         sets `inhibit-read-only' - `c-save-buffer-state' should be used
2626         anyway if the change always is undone.
2628 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2630         Implement togglable electricity:
2632         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
2633         saying when it should be used.
2635         * progmodes/cc-engine.el: Add the new buffer-local variable,
2636         c-electric-flag.
2638         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
2639         c-toggle-auto-newline.
2641         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
2642         c-toggle-auto-newline.  Remove the binding for
2643         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
2644         c-toggle-electric-state.
2646         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
2648         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
2649         c-\(forward\|backward\)-subword.
2650         (c-update-modeline): Add the new modeline flag `l' for
2651         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
2652         `l'.
2653         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
2654         the old name an alias of the new name.
2655         (c-toggle-electric-state): New function.
2656         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
2657         Adapt these functions to do electric things only when
2658         c-electric-flag is non-nil.
2659         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
2660         new functions from c-electric-brace.
2661         (c-point-syntax): Add a check for "virtual semicolons" in AWK
2662         mode, so that the tentative extra newline doesn't change the
2663         syntax of the following brace.
2664         (c-electric-brace): Restructure by extracting the above functions.
2665         Tidy up the coding somewhat.
2666         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2667         restructure a bit.
2669 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2671         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
2672         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
2673         idea.
2675         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
2676         (c-submode-indicators): Changed name from `c-auto-hungry-string'
2677         since it's now used to track another submode.
2679         (c-update-modeline): Converted to function and extended to check
2680         `c-subword-move-mode'.
2682         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2683         Converted to compat aliases for `c-forward-subword' and
2684         `c-backward-subword'.
2686         * progmodes/cc-subword.el: New functions and minor mode to handle
2687         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
2689         (c-forward-subword, c-backward-subword, c-mark-subword)
2690         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
2691         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
2692         Functions corresponding to the standard word handling functions.
2694         (c-subword-move-mode): Minor mode that replaces all the standard
2695         word handling functions with their subword equivalences.
2697 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2699         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
2700         entry for one-liner-defun.
2702         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
2703         name in its def-edebug-spec.
2705         * progmodes/cc-cmds.el (c-electric-brace): Make the
2706         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
2707         compacts space before a comment, if this will make things fit on
2708         one line.
2710         Introduce an "awk" style, mainly for auto-newline and clean-ups.
2712         * progmodes/cc-align.el: New function c-snug-1line-defun-close
2714         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
2715         clean-up one-liner-defun.
2717         * progmodes/cc-styles.el: Add the new "awk" style.
2719         * progmodes/cc-vars.el: Add description of one-liner-defun to
2720         c-cleanup-list's doc-string.  New user options,
2721         c-max-one-liner-length.  In c-default-style, set the default style
2722         for AWK to "awk".
2724 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2726         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
2727         macros inside labels.
2729         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
2730         `c-at-statement-start-p' and `c-at-expression-start-p'.
2732         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
2733         error if the mark isn't set.
2735         * progmodes/cc-engine.el (c-guess-continued-construct)
2736         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
2737         accurately detect functions inside functions.
2739         * progmodes/cc-engine.el (c-at-expression-start-p): New function
2740         like `c-at-statement-start-p' that additionally recognizes commas
2741         and expression parentheses as delimiters.
2743         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
2744         to avoid heuristics that doesn't work for unclosed blocks.
2746         (c-at-statement-start-p): New function.
2748         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
2749         Objective-C directives, e.g. directives spanning lines should work
2750         reasonably well now.
2752         (c-put-c-type-property, c-clear-c-type-property): New helpers.
2754         (c-forward-objc-directive): New function to move over any ObjC
2755         directive.
2757         (c-just-after-func-arglist-p, c-guess-basic-syntax)
2758         (c-basic-matchers-before): Use it.
2760         (c-font-lock-objc-iip-decl): Removed.
2762         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
2763         in the template arglist recognition.
2765         * progmodes/cc-styles.el (c-style-alist): Fixed several
2766         inconsistencies in the Whitesmith style.
2768         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
2769         New lineup function to get lines after Whitesmith style blocks
2770         correctly indented.
2772         (c-lineup-whitesmith-in-block): Backed out the compensation for
2773         opening parens since it's done using `add' lists in the style
2774         definition instead.  Don't use the anchor position since it varies
2775         too much between the syntactic symbols. :P
2777         * progmodes/cc-vars.el (c-valid-offset): Updated.
2779         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
2780         lists where the offsets are combined according to several
2781         different methods: `first', `min', `max', and `add'.  Report
2782         offset evaluation errors with `c-benign-error' so that some kind
2783         of reindentation still is done.
2785         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
2786         `arglist-intro' the same way as `arglist-cont-nonempty' and
2787         `arglist-close'.
2789         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
2790         situations for `arglist-cont-nonempty' and `arglist-close'.
2792         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
2793         constant.
2795         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
2796         cc-bytecomp-boundp' in a number of places.
2798         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
2799         macro related issue.
2801 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2803         * progmodes/cc-awk.el: Change the terminology of regexps: A char
2804         list is now [asdf], a char class [:alpha:].  Include code for char
2805         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
2806         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
2807         regexps.
2809         Remove (nearly all of) the cruft associated with AWK Mode's former
2810         concept of "virtual semicolons":
2812         Adapt c-beginning-of-statement, c-end-of-statement (together with
2813         subfunctions) to use the new notion of "virtual semicolon" in
2814         place of the old awkward special handling for AWK.  There remains
2815         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
2816         * progmodes/cc-cmds.el:
2817         (c-ascertain-adjacent-literal): In the backwards direction, now
2818         recognises AWK regexp delimiters as string delimiters.
2819         (c-after-statement-terminator-p): Adapt for virtual semicolons;
2820         check more rigorously for "end of macro".
2821         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
2822         virtual semicolons;
2823         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
2824         out the code for forward movement into ...
2825         (c-end-of-statement): Now contains the code for forward movement,
2826         adapted for virtual semicolons.
2828         * progmodes/cc-engine.el:
2829         (c-ws*-string-limit-regexp): New regexp.
2830         (c-forward-single-comment, c-backward-single-comment): Comment out
2831         the (now redundant) "special" AWK stuff.
2833         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
2834         c-string-par-start, c-string-par-separate to be more like Text
2835         Mode than Fundamental Mode.
2837 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2839         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2840         to the fontified region so that fontification doesn't occur
2841         outside it (could happen e.g. when fontifying a line with an
2842         unfinished declaration).
2844 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2846         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2847         moved to near the start of the file.  ^L now separate sections of
2848         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
2849         c-awk-blank-or-comment-line-re,
2850         c-awk-one-line-possibly-open-string-re,
2851         c-awk-regexp-one-line-possibly-open-char-class-re,
2852         c-awk-one-line-possibly-open-regexp-re,
2853         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
2854         c-awk-vsemi-status-unknown-p.
2856         Amend the concept of "virtual semicolons" (in the indentation
2857         engine) for languages like AWK, such that they are now
2858         conceptually attached to end of the last token of a statement, not
2859         the end of the line.  (In AWK Mode, however, the pertinent text
2860         property is still physically set on the EOL.)  Remove the specific
2861         tests for awk-mode, thus facilitating the introduction of other
2862         language modes where EOLs can end statements.  (Note: The
2863         funtionality in cc-cmds.el, specifically
2864         c-beginning/end-of-statement has yet to be amended.)
2866         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2867         c-vsemi-status-unknown-p.
2869         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2870         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
2871         c-vsemi-status-unknown-p-fn (in a new page).
2873         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2874         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2875         numerous awkward forms like
2876         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2877         with
2878         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
2879         variable before-ws-ip, the place just after char-before-ip
2880         appears.
2882         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2883         a comment.
2885 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2887         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2888         `c-tentative-buffer-changes'.
2890         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
2891         converted to macro to choose between Emacs and XEmacs at compile
2892         time.
2894         (c-set-region-active): New set counterpart to
2895         `c-region-is-active-p'.
2897         (c-tentative-buffer-changes): New macro to handle temporary buffer
2898         changes in a convenient way.
2900         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2901         for `c-tentative-buffer-changes'.
2903         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2904         the checks for paren sexps between the point and the keyword, to
2905         avoid some false alarms.
2907         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2908         Fixed a situation where an error could be thrown for unbalanced
2909         parens.  Changed to make use of c-keyword-member' to avoid some
2910         repeated regexp matches.
2912         (c-opt-lambda-key, c-opt-inexpr-block-key,
2913         c-opt-inexpr-class-key): These language variable are no longer
2914         necessary.
2916         (c-block-stmt-kwds): New language constant used by
2917         c-looking-at-inexpr-block'.
2919         (c-guess-basic-syntax): Removed an optional check that looked at
2920         the existence of the now removed language variables.
2922         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2923         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2924         object instantiation expressions as declarations in some contexts.
2925         This bug only affected languages where the declarator can't be
2926         enclosed in parentheses.
2928         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2929         insert newlines before and after substatement braces.
2931         * progmodes/cc-engine.el: Improved the heuristics for recognizing
2932         function declaration headers and the handling of C++ style member
2933         init lists.
2935         (c-just-after-func-arglist-p): Rewritten to use
2936         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
2938         (c-beginning-of-member-init-list): Removed since it isn't used
2939         anymore.
2941         (c-guess-basic-syntax): Case 5B adapted for the new
2942         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
2943         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2944         covers all cases now).
2946         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2948 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2950         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2951         c-string-par-start/separate c-sentence-end-with-esc-eol,
2952         initialised in c-setup-paragraph-variables, used in string
2953         scanning subroutines of c-beginning-of-statement.
2955         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
2956         which precedes the newly inserted `{'.
2958 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2960         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2961         function for declaration level blocks.  It should now cope with
2962         templates better and also be a lot more comprehensible.
2964         (c-looking-at-decl-block): The new function.
2966         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
2967         for compatibility.
2969         (c-add-class-syntax, c-guess-continued-construct,
2970         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2972         (c-decl-block-key): Changed to tell apart ambiguous and
2973         unambiguous keywords.  Pike specials are now handled directly in
2974         the code instead.
2976         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2977         language constants and variables to make the backward skip in
2978         `c-looking-at-decl-block' as tight as possible.
2980         (c-nonsymbol-token-char-list): New language constant.
2982         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2983         find balanced template arglists backwards.
2985         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2986         making char classes for `c-syntactic-skip-backward'.
2988         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2989         16D - can't be a class-close at that point.
2991         * progmodes/cc-engine.el (c-guess-basic-syntax)
2992         (c-add-class-syntax): Don't narrow out the enclosing declaration
2993         level.  This makes everything a lot easier, and it was actually
2994         only four small places that needed it to work.  Some places that
2995         previously did `widen' are removed now, which has the effect that
2996         `c-guess-basic-syntax' never will look at things outside the
2997         current narrowment now.  The anchor position for `topmost-intro'
2998         is affected by this, but it was so bogus it was basically useless
2999         before, and now it's equally bogus but in a slightly different
3000         way.
3002         (c-narrow-out-enclosing-class): Gone.
3004         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3005         the narrowed region.
3007         (c-least-enclosing-brace): Removed silly optional argument.
3009         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3010         the point could be left directly after an open paren when finding
3011         the beginning of the first decl in the block.
3013         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3014         Specify which submatch to use.
3016         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
3018         (c-decl-start-re): No longer any need for special treatment of
3019         ObjC due to the above.
3021         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3022         presumably follows C in that regard.
3024         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3025         New language constants to specify operator tokens inside
3026         identifiers in a more high level way.
3028         (c-opt-identifier-prefix-key): New internal language constant.
3030         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3031         (c-identifier-start, c-identifier-key): Now completely calculated
3032         from other constants.
3034         (c-identifier-last-sym-match): Decommissioned since it's no longer
3035         used.
3037         (c-operators): Use `c-identifier-ops'.  Documented
3038         `postfix-if-paren'.
3040         * progmodes/cc-engine.el (c-forward-name): Removed the
3041         optimization when c-identifier-key is equal to c-symbol-key since
3042         it doesn't work in byte compiled files.  Don't record empty
3043         regions as identifiers.
3045         * progmodes/cc-langs.el (c-filter-ops): New helper function to
3046         simplify access to `c-operators' and its likes.
3048         (c-operator-list, c-all-op-syntax-tokens)
3049         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3050         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3051         (c-primary-expr-regexp, c-cast-parens): Use it.
3053         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3054         an explicit language in functions.
3056         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3057         variant of adornment.
3059         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3060         variable.
3062         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3063         the Pike value.
3065         * progmodes/cc-engine.el (c-on-identifier)
3066         (c-simple-skip-symbol-backward): Small fix for handling "-"
3067         correctly in `skip-chars-backward'.  Affected the operator lfun
3068         syntax in Pike.
3070         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3071         diagnostic message about precompiled language vars not being used.
3073         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3074         "__attribute__" is followed by a parenthesis.
3076         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3077         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
3078         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3080         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3081         cleanups to properly detect the declared identifiers in various
3082         declarations.
3084         (c-decl-start-kwds): New language constant to recognize
3085         declarations that can start anywhere.  Used for class declarations
3086         in Pike.
3088         (c-specifier-key, c-not-decl-init-keywords)
3089         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3090         (c-find-decl-spots): Implement `c-decl-start-kwds'.
3092         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3093         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
3094         handling of the compiler specific extension keywords into a new
3095         language constant `c-decl-hangon-kwds' that defines keyword
3096         clauses to be ignored in declarations.
3098         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3099         past unrecognized tokens when handling `c-colon-type-list-kwds'.
3100         Necessary to stop at the declared identifier in e.g. IDL valuetype
3101         declarations.
3103         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3104         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3105         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3106         (c-forward-decl-or-cast-1): Recognize the declared identifier in
3107         class and enum declarations as such and not as part of the type.
3109         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3110         interpretation of PRECEDING-TOKEN-END when there's no preceding
3111         token.
3113         (c-forward-decl-or-cast-1): Don't disregard sure signs of
3114         declarations when there's some syntax error later on.
3116         (c-complex-decl-matchers): Did away with a reference to
3117         `c-specifier-key'.
3119         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
3120         value - this variable is always dynamically bound.
3122         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
3123         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
3124         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
3125         functions that might do hidden buffer changes: All such internal
3126         functions are now marked instead of those that don't.
3128         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
3129         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
3130         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
3131         (c-literal-type): Allow these functions to make hidden buffer changes,
3132         so that they are free to use text property caching later on.
3134         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
3135         (c-electric-brace, c-electric-slash, c-electric-star)
3136         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
3137         (c-electric-paren, c-electric-continued-statement, c-indent-command)
3138         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
3139         (c-context-line-break): Added `c-save-buffer-state' calls to comply
3140         with the changed semantics of the functions above.
3142         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
3143         when macros occur in obscure places.  Optimized the sexp movement
3144         a bit.
3146 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3148         Enhancements for c-beginning-of-statement to work in AWK Mode:
3150         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
3151         (completed statement) with `}' (statement completed by closing
3152         brace or semicolon) and `$' (statement completed by EOL).
3154         (c-awk-virtual-semicolon-ends-prev-line-p)
3155         (c-awk-virtual-semicolon-ends-line-p)
3156         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
3157         (c-awk-at-statement-end-p): New functions.
3159         * progmodes/cc-cmds.el: Simplify the structure of functions
3160         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
3161         two functions and c-beginning-of-statement to handle AWK Mode.
3163         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
3164         c-backward-single-comment for AWK mode.  Attempt to clarify their
3165         doc-strings.
3167         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
3169 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3171         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
3172         label handling.  Labels are now recognized in a uniform and more
3173         robust way, regardless of context.  Text properties are put on all
3174         labels to recognize the following declarations better.  Multiword
3175         labels are handled both in indentation and fontification for the
3176         benefit of language extensions like Qt.  For consistency, keywords
3177         in labels are now fontified with the label face instead.  That
3178         also applies to "case" and "default".
3180         (c-beginning-of-statement-1): Fixed some bugs in the label
3181         handling.  Disregard `c-nonlabel-token-key' in labels that begin
3182         with `c-label-kwds'.
3184         (c-find-decl-spots): Support that the callback adds more
3185         `c-decl-end' spots to find.
3187         (c-forward-decl-or-cast-1): Don't treat a list of plain
3188         identifiers followed by a colon as a declaration.
3190         (c-forward-label): New function to recognize labels.
3192         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
3193         `c-forward-label'.  Moved the label recognition cases (14 and 15)
3194         earlier since they aren't so context sensitive now.  Handle labels
3195         on the top level gracefully.  Moved access label recognition to
3196         the generic label case (CASE 15) - removed CASE 5E.
3198         (c-font-lock-declarations): Added recognition of labels in the
3199         same round since we need to handle labels in parallell with other
3200         declarations to recognize both accurately.  It should also improve
3201         speed.
3203         (c-simple-decl-matchers, c-basic-matchers-after): Moved
3204         `c-font-lock-labels' so that it only is used on decoration level 2
3205         since `c-font-lock-declarations' handles it otherwise.
3207         (c-complex-decl-matchers): Removed the simplistic recognition of
3208         access labels.
3210         (c-decl-prefix-re): Removed the kludges that was necessary to cope
3211         with labels earlier.
3213         (c-decl-start-re): New language variable to make
3214         `c-font-lock-declarations' stop for the special protection labels
3215         in Objective-C that start with `@'.
3217         (c-label-key): Removed since it's no longer used.
3219         (c-recognize-colon-labels, c-label-prefix-re): New language
3220         constants to support recognition of generic colon-terminated
3221         labels.
3223         (c-type-decl-end-used): `c-decl-end' is now used whenever there
3224         are colon terminated labels.
3226         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
3227         first argument starts with a special brace list.
3229         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
3230         (c-font-lock-declarations): Broke out the declaration and cast
3231         recognition from `c-font-lock-declarations' to a new function, so
3232         that it can be used in the indentation engine.
3234         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
3235         up to the start of the literal.  Fixed bug with the point on the
3236         wrong side of the search limit that could happen when the start
3237         position is inside a literal.
3239         * progmodes/cc-engine.el (c-parse-state)
3240         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
3241         so that it's kept a little bit back to increase the hit rate.
3243         (c-parse-state): Changed the macro handling and fixed some
3244         glitches.  Macro context is checked more often than necessary now,
3245         but otoh less garbage conses are generated.
3247         * progmodes/cc-engine.el (c-parse-state)
3248         (c-invalidate-state-cache): Cache the last position where
3249         `c-state-cache' applies.  This can speed up refontification quite
3250         a bit in blocks where there are many non-brace parens before the
3251         point.
3253         (c-state-cache-end): New variable for this.
3255         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
3256         cache variable.
3258         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
3259         get close initial continue positions when the start position is
3260         inside a literal or macro.  Do not call the callback for spots
3261         before the start position (which can happen e.g. for `c-decl-end'
3262         spots inside comments).  Optimize better in special cases when the
3263         region is a single line inside a literal or macro (typically when
3264         the current line is refontified).
3266         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
3267         to `c-add-stmt-syntax' - there's no need to explicitly whack off
3268         entries from the paren state.
3270         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
3271         special case for "else if" clauses.
3273         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
3274         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
3276         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
3277         language variable to recognize the gcc extension with statement
3278         blocks inside expressions.
3280         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
3281         it somewhat more comprehensible.  The argument AT-BLOCK-START is
3282         no longer used and hence removed.
3284         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
3285         to `c-add-stmt-syntax'.
3287         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
3288         `c-beginning-of-statement-1' instead of duplicating parts of it.
3289         This fixes bogus label recognition.
3291         * progmodes/cc-engine.el (c-add-type, c-check-type)
3292         (c-forward-name, c-forward-type): Improved storage of template
3293         types in `c-found-types' so that they can be recognized better.
3295         (c-syntactic-content): Added option to skip past nested parens.
3297         * progmodes/cc-engine.el (c-forward-name): Set
3298         `c-last-identifier-range' all the time.  It's less work that way.
3299         Handle that there might not be an identifier to store in
3300         `c-last-identifier-range'.
3302         (c-forward-type): Handle that `c-last-identifier-range' might be
3303         nil from `c-forward-name'.
3305         * progmodes/cc-defs.el (c-safe-scan-lists)
3306         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
3308         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
3309         to work even if the form fails.
3311         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
3312         down in a large file in one go.
3314         (c-get-fallback-start-pos): New helper function for
3315         `c-parse-state'.
3317         * progmodes/cc-align.el (c-lineup-assignments): New lineup
3318         function which is like `c-lineup-math' but returns nil instead of
3319         `c-basic-offset' when it doesn't match.
3321         (c-lineup-math): Changed to use `c-lineup-assignments'.
3323 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3325         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
3326         c-beginning-of-statement.  New subfunctions
3327         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
3329 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3331         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
3332         hardcoded char classes whereever possible.  Changed a couple of
3333         places to use skip by syntax instead of skip by char class.
3335         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
3336         Fixed a bug in the regexp that caused extreme backtracking.
3338         * progmodes/cc-langs.el (c-block-comment-starter)
3339         (c-block-comment-ender): New language constants to specify in a
3340         single place how block comments look.
3342         (c-comment-start-regexp, c-block-comment-start-regexp)
3343         (comment-start, comment-end, comment-start-skip)
3344         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
3345         (c-syntactic-ws, c-nonempty-syntactic-ws)
3346         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
3347         `c-line-comment-starter', `c-block-comment-starter' and
3348         `c-block-comment-ender'.
3350         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
3351         New language constants to break up things a bit.
3353         (c-simple-ws): New language constant for simple whitespace.
3355         * progmodes/cc-defs.el (c-concat-separated): New convenience
3356         function.
3358         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
3359         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
3360         newlines.  Allow and ignore nil elements in the list.
3362 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3364         * progmodes/cc-cmds.el: Comment out a (n almost certainly
3365         superfluous) check, (eq here (point-max)) in
3366         c-beginning-of-statement.
3368         * progmodes/cc-cmds.el: Tidy up the comments in
3369         c-beginning-of-statement and subfunctions.
3371         * progmodes/cc-awk.el: Replace calls to put-text-property to the
3372         more flexible c-put-char-property and c-clear-char-properties.
3373         Add the author's email address.
3375         * progmodes/cc-langs.el: New variable,
3376         c-block-comment-start-regexp.
3378         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
3379         closing "*/" of a block comment.
3381         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
3382         subfunctions) so that it works at BOB and EOB.
3384         * progmodes/cc-cmds.el, cc-vars.el: More updating of
3385         c-beginning-of-statement, including new variable
3386         c-block-comment-start-regexp.
3388 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3390         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
3391         symbols from `*-font-lock-extra-types' so that there's no need to
3392         use `regexp-opt' on those lists.
3394         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
3395         `c-type-modifier-kwds' is empty.
3397         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
3398         there are several strings on the same line.
3400         * progmodes/cc-engine.el (c-literal-limits): Removed the
3401         compatibility function for older emacsen.  `c-literal-limits-fast'
3402         has now taken the place of this function.
3404         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
3405         with older emacsen: We now require `pps-extended-state'.
3407 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3409         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
3410         which obviates the need to hack sentence-end.  This now handles
3411         escaped newlines in strings correctly.  Correct minor bugs in
3412         c-move-over-sentence and in c-beginning-of-statement.
3414         * progmodes/cc-cmds.el (c-beginning-of-statement (and
3415         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
3416         that movement over macros and code are rigorously separated from
3417         eachother.  Correct a few incidental bugs.
3419         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
3420         Improve its doc-string.  Improve the handling of certain specific
3421         cases.
3423 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3425         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
3426         (c-guess-basic-syntax): Changed the way class-level labels are
3427         recognized; they can now contain essentially any symbols.
3429         (c-opt-extra-label-key): New language variable to cope with the
3430         special protection label syntax in Objective-C.
3432         (c-opt-access-key): Removed; this is now handled better by
3433         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
3435         (c-complex-decl-matchers): Update to handle that
3436         `c-opt-access-key' no longer exists.
3438         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
3439         improved label recognition in `c-beginning-of-statement-1'.
3441         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3442         Recognize bitfields better.
3444         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
3445         Removed some cruft and fixed a bug that could cause it to go to a
3446         position further down.
3448         * progmodes/cc-langs.el, cc-engine.el
3449         (c-beginning-of-statement-1): Improved detection of labels in
3450         declaration contexts.
3452         (c-beginning-of-decl-1): Use it.
3454         (c-nonlabel-token-key): New language constant and variable needed
3455         by `c-beginning-of-statement-1'.
3457         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
3458         manifested itself due to the correction in `c-forward-sexp'.
3460         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
3461         these behave as documented when used at the buffer limits.
3463         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
3464         (c-type-decl-end-used): Made this a language variable.
3466         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
3467         correctly when `combine-after-change-calls' is used together with
3468         temporary narrowings.
3470         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
3471         labels correctly when the start point is immediately after the
3472         colon.
3474         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
3475         since it isn't used anymore.
3477         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
3478         bracket arglists such as template parens in C++.
3480         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
3481         in the last check-in.  Some optimization.
3483         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
3484         where it could stop at the same level in a preceding sexp when
3485         PAREN-LEVEL is set.
3487         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
3488         text property lookup only when it's needed.
3490         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
3491         Changed the policy for paren marked angle brackets to be more
3492         persistent; once marked they remain marked even when they're found
3493         to be unbalanced in the searched region.  This should keep the
3494         paren syntax around even when individual lines are refontified in
3495         multiline template arglists.
3497         (c-parse-and-markup-<>-arglists): New dynamically bound variable
3498         to control markup so that incorrect angle bracket arglists aren't
3499         marked in contexts where the correct value for
3500         `c-disallow-comma-in-<>-arglists' isn't known.
3502         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
3503         argument has become `c-parse-and-markup-<>-arglists'.
3505         (c-remove-<>-arglist-properties): Removed - no longer used.
3507         (c-after-change-check-<>-operators): New function used on
3508         `after-change-functions' to avoid that "<" and ">" characters that
3509         are part of longer operators have paren syntax.
3511         (c-<>-multichar-token-regexp): New language variable used by
3512         `c-after-change-check-<>-operators'.
3514         (c-after-change): Call `c-after-change-check-<>-operators'.
3516         (c-font-lock-<>-arglists): Use the context properties set by
3517         `c-font-lock-declarations' to set
3518         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
3519         markup.
3521         (c-font-lock-declarations): Removed code that undoes the invalid
3522         markup done by `c-font-lock-<>-arglists'.
3524         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
3525         after `c-font-lock-declarations'.
3527         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
3528         paren-level feature.
3530         (c-guess-basic-syntax): Improved the anchor position for
3531         `template-args-cont' in nested template arglists.  There's still
3532         much to be desired in this area, though.
3534 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3536         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
3537         Make the "Text Filling and Line Breaking" commands work for AWK
3538         buffers.
3540 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3542         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
3543         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
3545         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
3546         it doesn't work no longer are supported.
3548         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
3549         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
3550         requires support for the syntax-table' text property, which rules
3551         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
3552         cruft associated with those versions.
3554         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
3555         for the `syntax-table' text property, which rules out Emacs 19 and
3556         XEmacs < 21.4.  Removed various compatibility cruft associated
3557         with those versions.
3559         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
3560         support for the `syntax-table' text property.
3562         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
3563         variable and use an extra quoted face name instead.  All the
3564         emacsen flavors handle that correctly.
3566         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
3567         (c-font-lock-declarators, c-font-lock-declarations)
3568         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
3569         property to mark the items in in declarator lists to handle
3570         refontification inside multiline declarations better.
3572         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
3573         construct like "a * b = c;" as a declaration.
3575 2005-12-08  Kim F. Storm  <storm@cua.dk>
3577         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
3578         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
3579         select either meta, hyper, or super modifier for rectangle commands.
3580         (cua--rectangle-modifier-key): New defvar.
3581         (cua--M/H-key): Use it.  Remove special case for `space'.
3582         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
3583         on X, to meta otherwise.  Always bind C-return to toggle
3584         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
3586         * emulation/cua-rect.el (cua-help-for-rectangle): Use
3587         cua--rectangle-modifier-key.  Handle super modifier too.
3588         (cua--init-rectangles): Always bind C-return to toggle rectangle.
3589         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3591         * ido.el: Move Acknowledgements and History after Commentary.
3592         Minor changes to Commentary.
3594         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
3595         keymap if cua--prefix-override-timer is `shift'.
3596         (cua--shift-control-prefix): New function; emulate "type prefix
3597         key twice" functionality to handle shifted prefix key override.
3598         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
3599         commands.
3600         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
3602 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
3604         * textmodes/org.el (org-insert-heading): Try to do items before
3605         headings.
3606         (org-agenda-mode): Quote `org-agenda-mode-hook'.
3607         (org-insert-item): New function.
3608         (org-renumber-ordered-list): Don't skip to higher level lists.
3610 2005-12-08  Juri Linkov  <juri@jurta.org>
3612         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
3614         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
3616         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
3618         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
3619         the constructed function name fun-1.
3621         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
3622         because such links don't lead to parent documentation.
3624 2005-12-08  Kenichi Handa  <handa@m17n.org>
3626         * descr-text.el (describe-char): Use *Help-2* buffer if the
3627         current buffer is *Help*.  Call describe-text-properties while
3628         setting the original buffer.
3630 2005-12-07  Bill Wohler  <wohler@newt.com>
3632         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
3633         and causes problems with non-MH users (such as Gnus users).
3635 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
3637         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
3638         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
3639         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
3640         command "info sources".  Move calls to GDB command "list".
3641         (gdb-find-file-hook): Just use gdb-source-file-list.
3642         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
3643         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
3644         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3645         (gdb-data-list-register-values-handler): Use correct trigger name.
3647 2005-12-07  Kim F. Storm  <storm@cua.dk>
3649         * ido.el (ido-completion-map): Rename from ido-mode-map.
3650         (ido-common-completion-map, ido-file-completion-map)
3651         (ido-file-dir-completion-map, ido-buffer-completion-map):
3652         Rename from ido-mode-....-map.
3653         (ido-init-completion-maps): Rename from ido-init-mode-maps.
3654         (ido-setup-completion-map): Rename from ido-define-mode-map.
3655         (ido-read-internal): Bind minibuffer-local-filename-completion-map
3656         to ido-completion-map.
3658 2005-12-07  Kenichi Handa  <handa@m17n.org>
3660         * international/mule-cmds.el
3661         (set-display-table-and-terminal-coding-system): If the coding
3662         system specified in `unibyte-display' property is different from
3663         the arg coding-system, don't setup standard-display-table.
3665 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3667         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
3668         that comments end at \n, regardless of selective-display.
3670 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
3672         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
3673         (gdb-version): New variables.
3674         (gdb-source-file-list, gdb-register-names)
3675         (gdb-changed-registers): New variables for use with GDB 6.4+.
3676         (gdb-ann3): Replace with...
3677         (gdb-init-1, gdb-init-2): ...two new functions.
3678         (gdba, gdb-prompt): Call gdb-init-1.
3679         (gdb-get-version): New function.  Call gdb-init-2 from here.
3680         (gud-watch): Make it work with mouse events too.
3681         (gdb-post-prompt): Don't add to queue until GDB version is known.
3682         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
3683         (gdb-locals-mode): Use gdb-version.
3684         (gdb-memory-format-map, gdb-memory-unit-map)
3685         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
3686         (gdb-locals-font-lock-keywords-1)
3687         (gdb-locals-font-lock-keywords-2): New variables.
3688         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
3689         (gdb-set-gud-minor-mode-existing-buffers-1)
3690         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
3691         (gdb-var-update-1, gdb-var-update-handler-1)
3692         (gdb-data-list-register-values-handler)
3693         (gdb-data-list-register-values-custom)
3694         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
3695         (gdb-stack-list-locals-handler, gdb-get-register-names):
3696         New functions for use with GDB 6.4+.
3697         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
3698         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
3699         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
3700         (gdb-stack-list-locals-regexp)
3701         (gdb-data-list-register-names-regexp): New regexps for use with
3702         GDB 6.4+.
3704 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3706         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
3708 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
3710         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
3711         prompts work for AUTH PLAIN.  Also reported by Steve Allan
3712         <seallan@verizon.net>.
3714 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3716         * frame.el (set-frame-parameter): Add doc string.
3718 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
3720         * textmodes/org.el (org-occur-highlights): New variable.
3721         (org-highlight-new-match, org-remove-occur-highlights): New functions.
3722         (org-highlight-sparse-tree-matches): New option.
3723         (org-do-occur): New function.
3724         (org-get-heading): Make it work also at beginning of line.
3725         (org-category-table): New variable.
3726         (org-get-category-table, org-get-category)
3727         (org-camel-to-words, org-link-search): New functions.
3728         (org-select-this-todo-keyword): New variable.
3729         (org-todo-list): New command.
3730         (org-shiftright, org-shiftleft): New commands.
3731         (org-agenda-todo): Add prefix argument.
3732         (org-show-hierarchy-above): New option.
3733         (org-show-todo-tree): Numerical prefix creates tree for specific
3734         TODO keyword.
3735         (org-outline-level): New function, to assign a level to plain
3736         lists items.
3737         (org-cycle-include-plain-lists): New option.
3738         (org-mode): Use `org-outline-level' as value of `outline-level'.
3739         (org-cycle): Temporarily switch `outline-regexp' if
3740         `org-cycle-include-plain-lists' is non-nil.
3741         (org-start-icalendar-file): Fix format bug.
3742         (org-agenda-get-day-entries): Create category table.
3743         (org-agenda-get-todos, org-agenda-get-timestamps)
3744         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3745         (org-agenda-get-blocks): Use `org-get-category'.
3746         (org-context-in-file-links): Rename from
3747         `org-line-numbers-in-file-links'.
3749 2005-12-06  Romain Francoise  <romain@orebokech.com>
3751         * window.el (balance-windows): Delete extraneous third arg in call
3752         to `enlarge-window'.
3754 2005-12-06  Kenichi Handa  <handa@m17n.org>
3756         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
3758 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
3760         * progmodes/gdb-ui.el (gdb-var-create-handler)
3761         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
3762         (gdb-var-list-children-handler, gdb-var-update-handler):
3763         Current buffer is already gdb-partial-output-buffer, don't
3764         make it current again.
3766 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
3768         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
3769         (list-buffers-noselect): Use it.
3771 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3773         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
3774         (mail-yank-ignored-headers): Use regexp-opt.
3775         (mail-mode-map): Move initialization into declaration.
3776         (mail-sent-via): Remove unused shadowed var `to-line'.
3777         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
3778         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
3779         (mail-do-fcc): Use dolist and push.
3780         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
3781         (mail-yank-ignored-headers): Don't autoload.
3783 2005-12-05  Kenichi Handa  <handa@m17n.org>
3785         * international/mule-cmds.el (set-language-info-internal): New fun.
3786         (set-language-info): Call set-language-info-internal to update
3787         language-info-alist.  If LANG-ENV is the current one, call
3788         set-language-environment to make INFO effective now.
3789         (set-language-info-alist): Likewise.
3790         (locale-language-names): With locale "en", use English
3791         lang. env. but set the default codings to iso-8859-1.
3793 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
3795         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
3796         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
3797         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
3798         for plain strings.
3799         (gdb-frames-mode): Remove redundant call to font-lock-mode.
3800         (gdb-all-registers): Rename from toggle-gdb-all-registers.
3801         Create registers buffer if necessary.  Echo new state in minibuffer.
3802         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
3804 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
3806         * info.el (Info-fontify-node): Match external links using
3807         non-directory part of filename.
3809 2005-12-04  Juri Linkov  <juri@jurta.org>
3811         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
3812         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
3813         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
3814         because there is no customization option for it.
3816         * font-lock.el (lisp-font-lock-keywords-1):
3817         Add define-global-minor-mode.
3819         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
3821         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
3822         properties on the constructed variable names.
3824         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3825         Put `definition-name' properties on the constructed function names
3826         next-sym and prev-sym.
3828         * emacs-lisp/find-func.el (find-function-regexp):
3829         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
3830         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
3831         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
3832         and easy-menu-define.
3834         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
3835         easy-mmode-define-global-mode and define-global-minor-mode.
3836         (lisp-imenu-generic-expression): Add define-global-minor-mode.
3838         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3839         instead of easy-mmode-define-global-mode.
3841         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3842         Use define-minor-mode instead of easy-mmode-define-minor-mode.
3844         * cus-edit.el (customize-group, customize-group-other-window):
3845         Filter out autoloaded options from the group completion list by
3846         using heuristics that autoloaded groups don't have `custom-autoload'
3847         property on their symbols (they have only `custom-loads').
3849         * simple.el (completion-setup-function): Put completions-common-part
3850         face on complete completion string too (i.e. completion string
3851         without completions-first-difference face).
3853         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3855 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
3857         * view.el (view-mode): Doc fix.
3859         * disp-table.el (standard-display-european): Add to the warning
3860         message a reference to the doc string.
3862         * play/yow.el (apropos-zippy): Call print-help-return-message,
3863         similar to other Help and Apropos commands.
3865         * help.el (print-help-return-message): If pop-up-frames is
3866         non-nil, set up help-return-method to delete the help window and,
3867         possibly, its frame as well, and don't display message about
3868         scrolling the help window.  Doc fix.
3869         (help-return-method): Doc fix.
3871 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3873         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3874         whereby names of length one or names starting with a
3875         symbol-constituent character would not be returned.
3877 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3879         * subr.el (atomic-change-group): Add edebug and indentation spec.
3881 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3883         * completion.el (save-completions-file-name): Fix typo in last change.
3885 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3887         * info.el: Move back/forward history to the beginning of the tool bar.
3889 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
3891         * allout.el (eval-when-compile): Remove unnecessary load of cl.
3892         Add fset of allout-real-isearch-abort during compile to fix
3893         byte-compilation warnings.
3894         (allout-mode-p): Move definition of this macro above all uses, or
3895         byte compilation in barren emacs (eg, during emacs build) will
3896         lack the definition.
3897         (allout-mode): Move this variable above any uses, or byte
3898         compilation will fail.
3899         (allout-resolve-xref): Remove use of personal file-reference function.
3900         (allout-toggle-current-subtree-encryption): Do the current (ie,
3901         visible containing) topic, rather than nearest around point.  Doc fix.
3902         (allout-toggle-subtree-encryption): New function, workhorse that
3903         works on nearest topic containing point.
3904         (allout-encrypt-string): Signal requirement for newer version of pgg.
3905         (allout-resumptions): Doc fix.
3907 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
3909         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3911 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
3913         * textmodes/flyspell.el (flyspell-external-point-words):
3914         Consider a misspelling as found in the string search if: (a) misspelling
3915         and found string lengths match, or (b) misspelling is found as
3916         element in a boundary-chars separated longer string, or (c)
3917         ispell-program-name is really ispell and misspelling is found as
3918         part of a TeX string.  After successful match move beginning of
3919         search region to end of match.  Warn about not found misspellings
3920         once the process is done.
3921         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3923 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
3925         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3926         tool bar (removed inadvertently).
3928 2005-12-02  Juri Linkov  <juri@jurta.org>
3930         * log-view.el (log-view-diff): Clarify doc string.
3932 2005-12-01  Bill Wohler  <wohler@newt.com>
3934         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3935         triggers lm-verify errors.
3937 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3939         * simple.el (transient-mark-mode, line-number-mode)
3940         (column-number-mode, size-indication-mode): Remove `:require nil'.
3942 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
3944         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3945         in the margin also.
3946         (gdb-breakpoints-mode-map): Use D instead of d for
3947         gdb-delete-breakpoint.
3948         (gdb-get-frame-number): Require a number to match on.
3949         (gdb-threads-mode-map): Add follow-link binding.
3951 2005-11-30  Jason Rumney  <jasonr@gnu.org>
3953         * isearch.el (isearch-mode-map): Avoid exiting search on
3954         language-change event.
3956 2005-11-30  Romain Francoise  <romain@orebokech.com>
3958         * speedbar.el (speedbar-default-position): New defcustom.
3959         (speedbar-frame-reposition-smartly): Use it.
3961         * dframe.el (dframe-reposition-frame-emacs): Fix position
3962         computation for `left' location.
3963         Update copyright year.
3965 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3967         * help.el (help-map): Move initialization into declaration.
3969         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3971         * help-fns.el (help-argument-name): Don't autoload.
3972         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3973         to be re-loaded when customizing the `help' group.
3975 2005-11-30  John Paul Wallington  <jpw@gnu.org>
3977         * help-fns.el (describe-function-1): Fill arglist output.
3979 2005-11-30  Kim F. Storm  <storm@cua.dk>
3981         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3982         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3983         after revert-buffer (or anything else which kills all local variables).
3985         * apropos.el (apropos-parse-pattern): Doc fix.
3986         Set apropos-regexp directly, rather than expecting callers to do so.
3987         (apropos-command, apropos, apropos-value, apropos-documentation):
3988         Simplify calls to apropos-parse-pattern.
3990 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3992         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3993         (hi-lock-face-phrase-buffer): Use hi-yellow face.
3994         (hi-lock-write-interactive-patterns): Use comment-region.
3996         * longlines.el (longlines-mode): Add mail-setup-hook.
3998         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4000         * simple.el (sendmail-user-agent-compose, next-line):
4001         Conditionally use hard-newline.
4003 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4005         * international/latexenc.el (latex-inputenc-coding-alist):
4006         Reword doc string.
4008 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
4010         * help.el (describe-key-briefly, describe-key): Recognize default
4011         bindings.
4013 2005-11-29  Romain Francoise  <romain@orebokech.com>
4015         * view.el (view-inhibit-help-message): New defcustom.
4016         (view-mode-enter): Use it.
4018 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
4020         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
4021         Preserve user position.
4023 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
4025         * font-lock.el: Throw error if facemenu is not loaded to prevent
4026         accidental change of loading order in loadup.el.  (Suggested by RMS.)
4028         * loadup.el: Add comment explaining why facemenu must be loaded
4029         before font-lock.
4031 2005-11-28  Jay Belanger  <belanger@truman.edu>
4033         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4034         (calc-dispatch-map): Add more keys for `calc-same-interface'.
4036         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4038         * calc/calc-embed.el (calc-do-embedded): Update help message.
4040         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4042 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4044         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4046         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4047         called-interactively-p.
4048         (elp-profilable-p): Rename from elp-not-profilable-p.
4049         Invert result and take into account macros and autoloaded functions.
4050         (elp-instrument-function): Update call.
4051         (elp-instrument-package): Update call.  Add completion.
4052         (elp-pack-number): Use match-string.
4053         (elp-results-jump-to-definition-by-mouse): Merge into
4054         elp-results-jump-to-definition and then remove.
4055         (elp-output-insert-symname): Make help echo text single-line.
4057         * replace.el (query-replace-map): Move initialization into declaration.
4058         (occur-engine): Use with-current-buffer.
4059         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4060         (occur-mode-mouse-goto): Replace with an alias.
4062 2005-11-28  Juri Linkov  <juri@jurta.org>
4064         * simple.el (quoted-insert): Let-bind input-method-function to nil.
4066         * term/w32-win.el: Bind [S-tab] to [backtab].
4068         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4069         `Info-find-file' to t.
4071         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4072         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4073         and same-window-regexps.
4074         (occur-next-error): Don't move point for arg 0.
4076 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
4078         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4080 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4082         * log-edit.el (log-edit-changelog-use-first): New var.
4083         (log-edit-changelog-ours-p): Use it.
4084         (log-edit-insert-changelog): Set it with new arg `use-first'.
4085         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4086         (log-edit-hook): Add them to the list of suggested options.
4088         * textmodes/flyspell.el (flyspell-last-buffer): New var.
4089         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4090         redundant work.
4091         (flyspell-mode-on): Use add-hook for after-change-functions.
4092         (flyspell-mode-off): Use remove-hook for after-change-functions.
4093         (flyspell-changes): Make it buffer-local.
4094         (flyspell-after-change-function): Make it non-interactive.  Use push.
4095         (flyspell-post-command-hook): Check input-pending-p while processing
4096         the potentially long list of buffer changes.
4098 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4100         * buff-menu.el (list-buffers-noselect): Display the selected
4101         frame's buffer list, not the global one.
4103 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
4105         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4106         that (list last-input-event) works as in interactive spec.
4108 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4110         * loadup.el ("facemenu"): Load facemenu before font-lock, because
4111         `facemenu-keymap' needs to be defined when font-lock is loaded.
4112         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4114 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4116         * completion.el: Remove useless leading * in defcustom docstrings.
4117         (save-completions-file-name): Use ~/.emacs.d if available.
4118         (completion-standard-syntax-table): Rename from
4119         cmpl-standard-syntax-table and fold initialization into declaration,
4120         thus removing cmpl-make-standard-completion-syntax-table.
4121         (completion-lisp-syntax-table, completion-c-syntax-table)
4122         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
4123         (cmpl-saved-syntax, cmpl-saved-point): Remove.
4124         (symbol-under-point, symbol-before-point)
4125         (symbol-under-or-before-point, symbol-before-point-for-complete)
4126         (add-completions-from-c-buffer): Use with-syntax-table.
4127         (make-completion): Don't return a list of completion entries.
4128         Update callers.
4129         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
4130         (completion-initialize): Rename from initialize-completions.
4131         (completion-find-file-hook): Rename from cmpl-find-file-hook.
4132         (kill-emacs-save-completions): Collect stats here.
4133         (save-completions-to-file, load-completions-from-file):
4134         Use with-current-buffer.
4135         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
4136         into a function.  Move all calls to toplevel.
4137         (completion-lisp-mode-hook): New fun.
4138         (completion-c-mode-hook, completion-setup-fortran-mode):
4139         Set the syntax-table here.  Use local-set-key.
4140         (completion-saved-bindings): New var.
4141         (dynamic-completion-mode): Make it into a proper minor mode.
4142         (load-completions-from-file): Remove unused var `num-uses'.
4144         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
4145         constructor if it is explicitly overridden.
4147         * complete.el (PC-completion-as-file-name-predicate):
4148         Use minibuffer-completing-file-name.
4149         (partial-completion-mode): Use find-file-not-found-functions.
4150         (PC-lisp-complete-symbol): Use with-syntax-table.
4151         (PC-look-for-include-file): Remove dead setq.
4152         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
4153         (PC-complete): Use with-current-buffer.
4155         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
4156         escape single quotes.
4158 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4160         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4161         of `if' whose condition always returned nil.  Doc fix.
4163         * buff-menu.el (Buffer-menu-revert-function): Make the selected
4164         window's buffer the current buffer around the call to
4165         `list-buffers-noselect'.  This is necessary to mark that buffer
4166         with a `.' in the Buffer Menu when called from Lisp, for instance
4167         by Auto Revert Mode.
4169 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
4171         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
4172         attaching to it.
4173         (gdb-pre-prompt): Make sure gdb-error is reset.
4175         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
4176         with a child process, detect it.
4177         (gud-speedbar-buttons): Match regexp more carefully.
4179 2005-11-27  Richard M. Stallman  <rms@gnu.org>
4181         * mouse.el (mouse-drag-move-window-bottom):
4182         Use adjust-window-trailing-edge.
4184 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4186         * simple.el (blink-matching-open): Ignore
4187         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
4188         (blink-matching-paren-on-screen): Update docstring.
4190         * paren.el (show-paren-mode): No longer change
4191         `blink-matching-paren-on-screen'.
4193 2005-11-27  John Paul Wallington  <jpw@pobox.com>
4195         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4196         (gdb-threads-select, gdb-edit-register-value):
4197         Use `posn-set-point' instead of `mouse-set-point' because the
4198         latter is not fbound when configured without X.
4200 2005-11-27  Kim F. Storm  <storm@cua.dk>
4202         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
4203         existing face when partially highlighting a TAB in a rectangle.
4205 2005-11-26  Kim F. Storm  <storm@cua.dk>
4207         * ido.el (ido-mode-map): Doc fix.
4208         (ido-mode-common-map, ido-mode-file-map)
4209         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
4210         (ido-define-mode-map): Rewrite.  Select one of the new maps as
4211         parent for ido-mode-map instead of building from scratch.
4212         (ido-init-mode-maps): New defun to initialize new maps.
4213         (ido-mode): Call it.
4214         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
4215         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
4217 2005-11-26  John Paul Wallington  <jpw@pobox.com>
4219         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
4220         `mouse-set-point' because the latter is not fbound when configured
4221         without X.
4223 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
4225         * files.el (file-relative-name): Doc fix.
4227 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
4229         * progmodes/octave-inf.el (inferior-octave-startup): Force a
4230         non-empty string for secondary prompt PS2.
4232 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
4234         * progmodes/compile.el (compilation-setup): Fix last change.
4236 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
4238         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4239         (gdb-mouse-toggle-breakpoint-margin)
4240         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
4241         Add gdb-server-prefix to keep out of command history.
4242         (gdb-edit-register-value): New function.
4243         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
4244         (gdb-info-registers-custom): Use above map.
4246 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
4248         * custom.el (enable-theme): Signal error if argument is not a
4249         theme.  Don't recalculate a face if it's not loaded yet.
4251         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
4252         the `user' theme is in effect.
4254         * info.el (Info-on-current-buffer): Record actual filename in
4255         Info-current-file, instead of t, or a fake filename if a non-file
4256         buffer.  Make autoload.
4257         (Info-find-node, Info-revert-find-node): No need to check for
4258         Info-current-file nil.
4259         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
4260         Info-current-file is now never `t'.
4261         (Info-fontify-node): Many simplifications due to Info-current-file
4262         always being valid.  Use Info-find-file to find node filename.
4264 2005-11-25  David Kastrup  <dak@gnu.org>
4266         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
4267         new character, then delete" in order to preserve markers.
4269 2005-11-25  David Ponce  <david@dponce.com>
4271         * recentf.el (recentf-arrange-by-rule): Handle a special
4272         `auto-mode-alist'-like "strip suffix" rule.
4273         (recentf-build-mode-rules): Handle second level auto-mode entries.
4275 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
4277         * viper-keym.el (viper-ESC-key): Use different values in terminal and
4278         window modes.
4280         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
4281         jde-javadoc-checker-report-mode.
4283         * ediff-wind (ediff-make-wide-display): Slight simplification.
4285         * ediff.el (ediff-date): Change the date of last update.
4287 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
4289         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
4290         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
4291         (hi-lock-mode): New global minor mode.
4292         (turn-on-hi-lock-if-enabled): New function.
4293         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
4294         Change arguments to regexp and face instead of a font-lock pattern.
4295         Directly set face property, instead of refontifying.
4296         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
4297         (hi-lock-find-patterns): Use line-number-at-pos.
4299         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
4300         arguments for hi-lock-set-pattern.
4301         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
4302         Call font-lock-fontify-buffer.
4303         (hi-lock-find-file-hook, hi-lock-current-line)
4304         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
4306         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
4307         turned off.
4309         * progmodes/compile.el (compilation-setup): Don't fiddle with
4310         font-lock-defaults.
4312 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
4314         * progmodes/gdb-ui.el (gdb-var-create-handler)
4315         (gdb-var-list-children-handler): Find values for all variable
4316         objects.  gud-speedbar-buttons decides whether to display them.
4318 2005-11-24  Romain Francoise  <romain@orebokech.com>
4320         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
4321         buffer name with a space.
4323 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
4325         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
4326         `org-export-local-list-max-depth'.  Change default value to 3.
4327         (org-auto-renumber-ordered-lists)
4328         (org-plain-list-ordered-item-terminator): New options.
4329         (org-at-item-p, org-beginning-of-item, org-end-of-item)
4330         (org-get-indentation, org-get-string-indentation)
4331         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
4332         New functions.
4333         (org-move-item-down, org-move-item-up): New commands.
4334         (org-export-as-html): New classes for CSS support.  Bug fix in
4335         regular expression detecting fixed-width regions.  Respect
4336         `org-local-list-ordered-item-terminator'.
4337         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
4338         also a list item.
4339         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
4340         New item moving functions.
4342 2005-11-24  Juri Linkov  <juri@jurta.org>
4344         * isearch.el (isearch-repeat): With empty search ring set
4345         `isearch-error' to the error string instead of signaling error
4346         with the function `error'.
4348 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4350         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
4352 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
4354         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
4355         and variable.
4356         (gdb-var-create-handler, gdb-var-list-children-handler):
4357         Don't match on "char **...".
4358         (gdb-var-update-handler): Find values for all variable objects.
4359         (gdb-info-frames-custom): Identify frames by leading "#".
4361         * progmodes/gud.el (gud-speedbar-menu-items): Add
4362         gdb-speedbar-auto-raise as radio button.
4363         (gud-speedbar-buttons): Raise speedbar if requested.
4364         Don't match on "char **...".
4365         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
4366         Make it editable.
4368 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
4370         * info.el (Info-fontify-node): Handle the case where
4371         Info-current-file is t.
4373 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4375         * simple.el (blink-matching-open): Fix off-by-one in last change.
4377 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4379         * term/mac-win.el: Don't change default directory.
4381 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
4383         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
4384         buffers correctly.  (It used to throw an error in such buffers.)
4385         Make it ask for confirmation in group buffers and other Custom
4386         buffers containing more than one customization item.
4388 2005-11-22  John Paul Wallington  <jpw@gnu.org>
4390         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
4391         property on mail and url overlays.
4392         (goto-address-at-point): Use `posn-set-point' instead of
4393         `mouse-set-point' because the latter is not fbound when configured
4394         without X.
4396 2005-11-22  Lars Hansen  <larsh@soem.dk>
4398         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
4399         (ls-lisp-classify, ls-lisp-format): Delete call to
4400         ls-lisp-parse-symlink.
4401         (ls-lisp-handle-switches): Handle symlinks to directories as
4402         directories when ls-lisp-dirs-first in non-nil.
4404 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
4406         * startup.el (command-line): Make sure that loaddefs.el is handled
4407         correctly in load-history.
4409 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
4411         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
4412         (gdb-struct-string, gdb-array-string): New constants.
4413         (gdb-info-locals-handler): Use them.
4414         (gdb-reset): Reset gdb-var-list to nil.
4416 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4418         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
4419         in patterns.
4421 2005-11-21  Juri Linkov  <juri@jurta.org>
4423         * custom.el (defcustom): Update link types in docstring.
4425 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4427         * custom.el (defgroup): Add doc-string-elt info.
4429         * widget.el (define-widget): Don't use declare for the doc-string-elt.
4431 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4433         * newcomment.el (comment-enter-backward): Fix last fix.
4435         * simple.el (blink-matching-open):
4436         * paren.el (show-paren-function): Allow new paren-class info.
4438 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
4440         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
4441         handled automagically.
4443 2005-11-20  Andreas Schwab  <schwab@suse.de>
4445         * descr-text.el (describe-char): When copying overlays put them
4446         over the full char description instead of just the first character
4447         of it.
4449 2005-11-20  Juri Linkov  <juri@jurta.org>
4451         * simple.el (what-cursor-position):
4452         * descr-text.el (describe-char): Use Lisp-readable syntax
4453         for octal and hex.  Reorder decimal, octal and hex values.
4454         Remove excess whitespace in the output.  Use `=' in `column='
4455         like in `point=' and `Hscroll='.
4457         * international/mule-cmds.el (encoded-string-description):
4458         Use Lisp-readable syntax for hex.
4460 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4462         * newcomment.el (comment-enter-backward): Handle the case where the
4463         comment is closed by EOB.
4465 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4467         * longlines.el (longlines-before-revert-hook)
4468         (longlines-after-revert-hook): New functions.
4469         (longlines-mode): Turn off longlines temporarily when reverting.
4470         Add a message-setup-hook.
4471         (longlines-decode-buffer): New function.
4472         (longlines-wrap-line): Preserve marker positions.
4474 2005-11-19  Andreas Schwab  <schwab@suse.de>
4476         * emacs-lisp/shadow.el: Handle compressed files.
4478 2005-11-19  Romain Francoise  <romain@orebokech.com>
4480         * net/browse-url.el (browse-url-default-browser): Signal an error
4481         if no usable browser can be found, rather than try to load w3.
4483 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
4485         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
4486         replacing existing properties.
4487         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4488         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
4489         tty specs.
4490         (rcirc-server-prefix, rcirc-server): New faces.
4491         (rcirc-url-regexp): Generate with rx macro.
4492         (rcirc-last-server-message-time): New variable.
4493         (rcirc-filter): Record time of last message.
4494         (rcirc-keepalive): Kill processes that did not send a message
4495         since the last ping.
4496         (rcirc-mode): Give rcirc-topic a local binding here.
4498 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
4500         * subr.el (read-passwd): Fontify the prompt as we do with other
4501         prompts.
4503 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
4505         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4506         binding buffer-read-only to nil.
4508 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4510         * complete.el (partial-completion-mode):
4511         Mention completion-auto-help in the doc string.
4513         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
4514         more Lisp-ish way.
4516 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4518         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
4519         digits, not 8, to avoid misalignment for files larger than 100MB.
4521 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4523         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
4524         Mention "keyboard shortcuts" in the help text.
4526 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4528         * startup.el (fancy-splash-default-action): Discard only
4529         mouse-down and succeeding mouse-up events in the splash screen
4530         window so that drag-n-drop event can be processed.
4532 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
4534         * longlines.el (longlines-mode): Add hacks for mail-mode and
4535         message-mode.
4537 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
4539         * textmodes/org.el (org-table-sort-lines): New command.
4540         (org-tbl-menu): Add entry for `org-table-sort-lines'.
4541         (org-add-file): Command removed, use `org-agenda-file-to-front'
4542         instead.
4543         (org-export-icalendar): Use `org-icalendar-combined-name'.
4544         (org-cycle-agenda-files, org-agenda-file-to-end)
4545         (org-agenda-file-to-front): New commands.
4546         (org-table-tab-jumps-over-hlines, org-export-html-style):
4547         New options.
4548         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
4549         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
4550         New functions.
4551         (org-fill-paragraph): Call `org-table-align' in tables.
4552         (org-mode): Call `org-set-autofill-regexps'.
4553         (org-export-as-html): Support for local handformatted lists.
4554         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
4555         (org-export-local-list-max-depth): New option.
4556         (org-html-expand): Use `org-html-protect'.
4558 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
4560         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4561         to "p".
4562         (gdb): Move definition of gud-pp to...
4564         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
4565         speedbar.
4566         (gdb-find-watch-expression): New function.
4568 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4570         * faces.el (face-attribute, set-face-attribute): Mention existence
4571         of `:ignore-defface' setting in docstring.
4573 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4575         * simple.el (completion-setup-function): Fix last change.
4577 2005-11-17  John Paul Wallington  <jpw@pobox.com>
4579         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4580         Use `posn-set-point' instead of `mouse-set-point' because the
4581         latter is not fbound when configured without X.
4583         * comint.el (comint-insert-input): Likewise.
4585 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4587         * simple.el (hard-newline): New variable.
4588         (sendmail-user-agent-compose, next-line): Use it.
4590         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
4591         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
4592         (mail-mail-reply-to, mail-mail-followup-to)
4593         (mail-position-on-field, mail-signature, mail-yank-original)
4594         (mail-attach-file): Likewise.
4596         * mail/mailheader.el (mail-header-format)
4597         (mail-header-format-function): Likewise.
4599         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
4601 2005-11-17  Juri Linkov  <juri@jurta.org>
4603         * font-lock.el (font-lock-faces): Rename this defgroup from
4604         `font-lock-highlighting-faces'.
4605         (font-lock-comment-face, font-lock-comment-delimiter-face)
4606         (font-lock-string-face, font-lock-doc-face)
4607         (font-lock-keyword-face, font-lock-builtin-face)
4608         (font-lock-function-name-face, font-lock-variable-name-face)
4609         (font-lock-type-face, font-lock-constant-face)
4610         (font-lock-warning-face, font-lock-negation-char-face)
4611         (font-lock-preprocessor-face)
4612         (font-lock-regexp-grouping-backslash)
4613         (font-lock-regexp-grouping-construct): Rename :group from
4614         `font-lock-highlighting-faces' to `font-lock-faces'.
4616         * cus-edit.el (lisp, c, tex):
4617         * progmodes/ada-mode.el (ada):
4618         * progmodes/asm-mode.el (asm):
4619         * progmodes/cperl-mode.el (cperl-faces):
4620         * progmodes/cpp.el (cpp):
4621         * progmodes/dcl-mode.el (dcl):
4622         * progmodes/f90.el (f90):
4623         * progmodes/fortran.el (fortran):
4624         * progmodes/icon.el (icon):
4625         * progmodes/idlwave.el (idlwave-misc):
4626         * progmodes/m4-mode.el (m4):
4627         * progmodes/make-mode.el (makefile):
4628         * progmodes/meta-mode.el (meta-font):
4629         * progmodes/modula2.el (modula2):
4630         * progmodes/octave-mod.el (octave):
4631         * progmodes/pascal.el (pascal):
4632         * progmodes/perl-mode.el (perl):
4633         * progmodes/prolog.el (prolog):
4634         * progmodes/ps-mode.el (PostScript-edit):
4635         * progmodes/scheme.el (scheme):
4636         * progmodes/sh-script.el (sh-script):
4637         * progmodes/simula.el (simula):
4638         * progmodes/tcl.el (tcl):
4639         * textmodes/nroff-mode.el (nroff):
4640         * textmodes/reftex-vars.el (reftex-fontification-configurations):
4641         * textmodes/sgml-mode.el (sgml):
4642         * textmodes/texinfo.el (texinfo):
4643         Add :link (custom-group-link font-lock-faces) to defgroup.
4645         * hi-lock.el (hi-lock): Rename this defgroup from
4646         `hi-lock-interactive-text-highlighting'.  Change parent group from
4647         `faces' to `font-lock'.  Add link to the manual.
4648         (hi-lock-mode, hi-lock-file-patterns-range)
4649         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
4650         `hi-lock-interactive-text-highlighting' to `hi-lock'.
4651         (hi-lock-faces): Add :group `faces'.
4653         * cus-edit.el (custom-variable-prompt): Clarify the code.
4655         * faces.el (face-read-string): Set the default value arg of
4656         completing-read.
4658 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
4660         * rfn-eshadow.el (file-name-shadow-properties)
4661         (file-name-shadow-tty-properties, file-name-shadow-mode):
4662         Remove autoloads, because the file is now preloaded.
4664 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4666         * printing.el (easy-menu-intern): Don't define.
4667         (pr-get-symbol): Use easy-menu-intern only if defined.
4669         * simple.el (blink-matching-open): Simplify a bit.
4670         (completion-setup-function): Fix the case of partial-completion-mode
4671         when the minibuffer's contents start with "-".
4672         Obey completion-base-size-function even when
4673         minibuffer-completing-file-name is non-nil.
4675 2005-11-16  Richard M. Stallman  <rms@gnu.org>
4677         * net/eudcb-ph.el (eudc-ph-open-session):
4678         Use set-process-query-on-exit-flag.
4680         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
4682         * international/ucs-tables.el (ucs-set-table-for-input):
4683         Use make-local-variable, not make-variable-buffer-local.
4685         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4686         Improve warning message text.
4688         * savehist.el (savehist-save-hook): Add :group.
4690         * menu-bar.el (menu-bar-help-menu):
4691         Rename Find Extra Packages to External Packages.
4693         * cus-edit.el (Custom-reset-standard): Verify that
4694         :custom-standard-value prop exists before calling it.
4696         * apropos.el (apropos-calc-scores): Use apropos-pattern.
4698 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4700         * wid-edit.el (color): Enclose %t in %{...%}.
4702         * cus-edit.el (face): Enclose %t in %{...%}.
4704 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4706         * savehist.el (savehist-mode-hook): Re-add the var.
4707         (savehist-mode): Use it.
4709 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4711         * textmodes/flyspell.el: Fix commenting convention.
4712         Remove unnecessary leading * in custom docstrings.
4713         (flyspell-emacs): Remove unused var.
4714         (flyspell-delete-region-overlays): Use remove-overlays.
4715         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
4716         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
4717         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
4718         (flyspell-debug-signal-word-checked): Use with-current-buffer.
4719         (make-flyspell-overlay): Don't locally reuse a global name.
4720         (flyspell-highlight-incorrect-region)
4721         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
4722         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
4723         (flyspell-notify-misspell): Remove unused args `start' and `end'.
4724         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
4725         Wrap calls to accept-process-output inside with-local-quit since it's
4726         often called from a post-command-hook.
4727         (flyspell-correct-word, flyspell-auto-correct-word):
4728         Use ispell-send-string.
4729         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
4731         * calendar/diary-lib.el (diary-list-entries): Also hide the
4732         terminating newline.
4734 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
4736         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
4737         window-system, to allow fonts on tty.
4739 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
4741         * progmodes/gud.el (gud-speedbar-item-info): New function.
4742         (gud-install-speedbar-variables): Use it to display data type
4743         of watch expression as a tooltip in speedbar.
4745 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4747         * font-core.el (global-font-lock-mode): Add :version keyword,
4748         because default was changed.
4750         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
4752         * startup.el (command-line): Use `custom-reevaluate-setting' for
4753         `file-name-shadow-mode'.
4755         * loadup.el: Preload rfn-eshadow.
4757         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
4758         Add :version keyword.
4759         (file-name-shadow-properties, file-name-shadow-tty-properties)
4760         (file-name-shadow): Add :version keyword.
4762         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
4763         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
4764         in the custom-group property of the symbol frames and the fringe
4765         group got no link to its parent group frames.
4766         Doc fix.
4768 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4770         * progmodes/gud.el (gud-stop-subjob): New function.
4771         (gud-menu-map, gud-tool-bar-map): Use it.
4773 2005-11-16  Kim F. Storm  <storm@cua.dk>
4775         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
4776         than kill it.
4777         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
4778         to a more useful/logical place.
4780 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4782         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
4783         go buttons complementary.
4785 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4787         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
4788         (rfn-eshadow-sifn-equal): New function.
4789         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
4791 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
4793         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
4794         string.
4796         * viper.el (viper-emacs-state-mode-list): Ensure that
4797         rcirc-mode buffers come up in Emacs state.
4799         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
4800         operation.
4802 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4804         * term.el (term-termcap-format): Fix typos.
4805         (term-down): Fix the negative argument case.
4807 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4809         * progmodes/gdb-ui.el: Remove face-alias left over from change on
4810         2005-08-15.
4811         (gdb-ann3): New command gud-go.
4812         (menu): Accomodate gdb-mi.el.
4813         (gdb-assembler-custom): Make buffer of selected window current
4814         so that set-window-point works.
4816         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
4817         buttons and include new ones.
4819 2005-11-16  Kim F. Storm  <storm@cua.dk>
4821         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
4822         (gud-menu-map): Use it.
4824 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4826         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
4827         that works correctly for Custom and that does not override a user
4828         who disables it.
4830         * help-mode.el (help-make-xrefs, help-xref-on-pp)
4831         (help-xref-interned, help-follow): Make hyperlinks for variables
4832         that are unbound, but have a non-nil variable-documentation property.
4834         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
4835         mode hook.  (It conflicted with defcustoms for some mode hooks.)
4836         Use the `variable-documentation' property to give the mode hook a
4837         docstring and expand that docstring.
4839 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4841         * savehist.el (savehist-mode): Don't bother with
4842         `custom-set-minor-mode'.
4843         (savehist-coding-system): Check XEmacs version.
4844         (history-length): Declare also at run time.
4845         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
4846         Don't set the customize state.
4847         (savehist-minibuffer-hook): Special case for when
4848         minibuffer-history-variable is equal to t.
4850 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * files.el (write-file): Refresh VC status.
4854         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4855         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4856         than fundamental-mode to see if the mode was set.
4858 2005-11-14  Romain Francoise  <romain@orebokech.com>
4860         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4861         dummy function in `eval-when-compile' to avoid compiler warning.
4862         Require `man' at compile time.
4864 2005-11-14  Jay Belanger  <belanger@truman.edu>
4866         * calc-alg.el (calcFunc-write-out-power): Rename it to
4867         calcFunc-powerexpand.
4868         (math-write-out-power): Rename it to math-powerexpand; have it
4869         handle negative exponents.
4870         (calc-writeoutpower): Rename it to calc-powerexpand.
4872         * calc-ext.el: Change calcFunc-writeoutpower and
4873         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4874         autoloads.
4875         Add calcFunc-ldiv to autoloads.
4877         * calc-arith.el (calcFunc-ldiv): New function.
4879         * calc.el (calc-left-divide): New function.
4881 2005-11-14  Juri Linkov  <juri@jurta.org>
4883         * cus-edit.el (custom-variable-prompt): Set the default value arg
4884         of completing-read.
4886         * cus-dep.el (custom-make-dependencies): Reverse the list of
4887         found dependencies.
4889 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4891         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
4892         Highlighting" entry, it is on by default now.
4893         (menu-bar-options-save): Do not save global-font-lock-mode.
4895 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4897         * textmodes/flyspell.el (flyspell-large-region):
4898         Call flyspell-accept-buffer-local-defs.
4900 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
4902         * textmodes/flyspell.el (flyspell-notify-misspell):
4903         Fix misspelling of "Misspelling".
4904         (flyspell-process-localwords): New function.
4905         (flyspell-large-region): Call flyspell-process-localwords and
4906         flyspell-delete-region-overlays.
4907         (flyspell-delete-region-overlays): New function.
4908         (flyspell-delete-all-overlays): Call that.
4910 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4912         * help.el (help-for-help-internal): Improve doc of C-h a.
4913         (describe-key): Improve prompt; doc fix.
4915 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4917         * vc-svn.el (vc-svn-registered): Catch all errors.
4919         * cus-dep.el (custom-make-dependencies): Typo.
4921 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
4923         * net/tramp-util.el (top): Fix compilation warning.
4925 2005-11-13  Kim F. Storm  <storm@cua.dk>
4927         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
4929 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4931         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4932         (gud-speedbar-buttons): Match on "const char *" too.
4934         * progmodes/gdb-ui.el (gdb-var-create-handler)
4935         (gdb-var-list-children-handler): Match on "const char *" too.
4936         (gdb-var-evaluate-expression-handler): Match on empty string.
4937         (gdb-var-update-handler): Only call
4938         gdb-var-evaluate-expression-handler when required.
4940 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4942         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4943         selected window.  This still doesn't work for speedbar.
4944         (gud-speedbar-buttons): Handle string expressions properly.
4946         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4947         (gdb-var-create-handler): Handle string expressions properly.
4948         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4949         Handle string expressions properly.  Move "type" field into regexp.
4951 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4953         * bookmark.el (bookmark-maybe-message): New function to reduce
4954         code duplication: invokes `message' iff baud-rate is high enough.
4955         (bookmark-write-file): Use above instead of an inline conditional.
4956         (bookmark-load): Same.
4958 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4960         * bookmark.el (bookmark-write-file): Don't visit the destination
4961         file, just write the data to it using write-region.  This is
4962         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4963         change to avoid visiting the file in the first place.
4965 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
4967         * hi-lock.el (hi-lock-mode): Set the default value of
4968         font-lock-defaults.
4970 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
4972         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4973         arg to `file-attributes'.
4974         (find-lisp-format): The UID and GID can now be strings.
4976 2005-11-12  Kim F. Storm  <storm@cua.dk>
4978         * help.el (help-map): Bind C-h d to apropos-documentation.
4980         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4981         when point is at end-of-buffer.
4983         * apropos.el (apropos-match-face): Doc fix.
4984         (apropos-sort-by-scores): Add new choice `verbose'.
4985         (apropos-documentation-sort-by-scores): New defcustom.
4986         (apropos-pattern): Now contains the pattern entered by the user.
4987         (apropos-pattern-quoted): New defvar.
4988         (apropos-regexp): New defvar, containing the regexp corresponding
4989         to apropos-pattern.
4990         (apropos-all-words-regexp): Rename from apropos-all-regexp.
4991         (apropos-read-pattern): New defun.  Use it to read pattern arg in
4992         interactive calls; returns list of words for a word list, and
4993         string for a regexp.
4994         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
4995         parses a list of words or regexp as returned by apropos-read-pattern.
4996         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4997         (apropos-score-doc): Return a very high score if the string
4998         entered by the user matches literally.
4999         (apropos-variable): Doc fix.  Use apropos-read-pattern.
5000         (apropos-command): Doc fix.  Use apropos-read-pattern and
5001         apropos-parse-pattern.  Call apropos-print with nosubst=t.
5002         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
5003         apropos-parse-pattern.
5004         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
5005         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
5006         apropos-documentation-sort-by-scores.  Call apropos-print with
5007         nosubst=t.
5008         (apropos-documentation-internal): Pass doc string through
5009         substitute-key-definition before adding text properties.
5010         Highlight substring matching literal user input if possible.
5011         (apropos-documentation-check-doc-file): Remove locals beg and end.
5012         Fix calculation of score (as added twice).  Pass doc string through
5013         substitute-key-definition before adding text properties.
5014         (apropos-documentation-check-elc-file): Pass doc string through
5015         substitute-key-definition before adding text properties.
5016         Highlight substring matching literal user input if possible.
5017         (apropos-print): Add new arg NOSUBST; if set, command and variable
5018         doc strings have already been passed through substitute-key-definition.
5019         Add code to handle apropos-accumulator items without score element
5020         for backwards compatibility (e.g. with woman package).
5021         Only show scores if apropos-sort-by-scores is `verbose'.
5023 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5026         Add jka-compr-load-suffixes to load-suffixes.
5028         * jka-compr.el: Require jka-cmpr-hook.
5029         (jka-compr-info-compress-message, jka-compr-info-compress-program)
5030         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5031         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5032         (jka-compr-info-can-append, jka-compr-info-strip-extension)
5033         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5034         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
5035         (jka-compr-uninstall): Remove entries from
5036         jka-compr-added-to-file-coding-system-alist after they are used.
5037         (jka-compr-error): Remove unused var `curbuf'.
5038         (jka-compr-file-local-copy): Remove unused var `notfound'.
5040 2005-11-10  Romain Francoise  <romain@orebokech.com>
5042         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5044 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
5046         * progmodes/gud.el (gud-menu-map): Move parentheses.
5047         (gdb): New command gud-pv.
5049 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * tar-mode.el: Remove spurious or unnecessary leading stars
5052         in docstrings.
5053         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5054         (tar-parse-octal-integer-safe): Use mapc.
5055         (tar-header-block-summarize): Remove unused var `ck'.
5056         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5057         cleared before.  Obey default-enable-multibyte-characters.
5058         Use mapconcat.  Simplify setting of tar-header-offset.
5059         (tar-mode-map): Move initialization inside delcaration.
5060         (tar-flag-deleted): Use `abs'.
5061         (tar-expunge-internal): Remove unused var `line'.
5062         (tar-expunge-internal): Don't hardcode point-min==1.
5063         (tar-expunge): Widen while doing set-buffer-multibyte.
5064         (tar-rename-entry): Use file-name-coding-system.
5065         (tar-alter-one-field): Don't hardcode point-min==1.
5066         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5067         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
5069 2005-11-10  Masatake YAMATO  <jet@gyve.org>
5071         * add-log.el (add-log-current-defun): Handle class::method
5072         notation of c++.  Fix incorrect comment.
5074 2005-11-10  Alan Mackenzie  <acm@muc.de>
5076         * help-fns.el (describe-variable): Make C-h v work when a variable
5077         has variable documentation yet is unbound.
5079 2005-11-10  Masatake YAMATO  <jet@gyve.org>
5081         * man.el (Man-highlight-references): Set an empty
5082         string to `Man-arguments' if it is nil.
5083         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
5085 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5087         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5088         commenting conventions.
5090         * cus-dep.el (custom-make-dependencies): Simplify.
5091         Better follow the commenting conventions.
5093 2005-11-09  Richard M. Stallman  <rms@gnu.org>
5095         * apropos.el (apropos-pattern): Rename from apropos-regexp.
5096         (apropos-orig-pattern): Rename from apropos-orig-regexp.
5097         All uses changed.
5098         (apropos-rewrite-regexp): Doc fix.
5099         (apropos-variable, apropos-command, apropos, apropos-value):
5100         Change prompt; carry through the argument renaming.
5102 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
5104         * find-lisp.el: Require dired.
5105         (find-lisp-find-dired-internal): Do not call
5106         `abbreviate-file-name' on DIR.
5108 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
5110         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5112 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
5114         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5115         when using the speedbar.
5116         (gdb): New command gud-pp.
5117         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5119 2005-11-09  Juri Linkov  <juri@jurta.org>
5121         * replace.el (occur-excluded-properties): New defcustom.
5122         (occur-1, occur-engine, occur-accumulate-lines): Use it.
5124 2005-11-08  Jay Belanger  <belanger@truman.edu>
5126         * calc/calc-units.el (math-convert-units): Replace any composite
5127         unit by its definition.
5129 2005-11-08  Lars Hansen  <larsh@soem.dk>
5131         * emacs-lisp/autoload.el (update-directory-autoloads):
5132         Add obsolete function alias.
5134 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5136         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5137         comment-indent-function.
5138         (lisp-comment-indent): Replace by an alias for comment-indent-default.
5140         * reveal.el (reveal-post-command): Rework the handling of
5141         reveal-open-spots, so as to be more reliable.  There were several
5142         tricky corner cases where an open spot might be lost, or where
5143         a closed spot might end up on the list of open spots.
5144         Only reveal text that's ellipsised.
5146 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
5148         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
5150 2005-11-07  John Paul Wallington  <jpw@gnu.org>
5152         * ibuffer.el (ibuffer): Search iconified frames too when
5153         getting Ibuffer buffer's window.
5155 2005-11-06  Richard M. Stallman  <rms@gnu.org>
5157         * progmodes/compile.el (compilation-internal-error-properties):
5158         save-excursion around the computation of MARKER.
5160 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
5162         * textmodes/flyspell.el (flyspell-external-point-words):
5163         flyspell-get-word returns a list, not just a string.
5165 2005-11-06  John Paul Wallington  <jpw@pobox.com>
5167         * ibuffer.el (ibuffer): Search all visible frames when getting
5168         Ibuffer buffer's window.
5170 2005-11-07  Masatake YAMATO  <jet@gyve.org>
5172         * man.el (Man-reference-regexp): Accept spaces between
5173         `Man-name-regexp' and `Man-section-regexp'.
5174         (Man-apropos-regexp): New variable.
5175         (Man-abstract-xref-man-page): Use value for `Man-target-string'
5176         if available.
5177         (Man-highlight-references, Man-highlight-references0):
5178         Handle the case when `Man-arguments' includes "-k".
5179         (Man-highlight-references0): Rename the argument `TARGET-POS' to
5180         `TARGET'. `TARGET' can be a number, function or nil.
5182 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
5184         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
5185         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
5186         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
5187         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
5188         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
5189         (gdb-send-item): Use buffer-local-value and simplify.
5191 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
5193         * startup.el (command-line): Use `custom-reevaluate-setting' for
5194         `global-font-lock-mode'.
5196         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
5197         by default, except in batch mode or when the -D option is given.
5199         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
5200         specified keyword args on to `define-minor-mode'.  Update docstring.
5202 2005-11-05  Romain Francoise  <romain@orebokech.com>
5204         * replace.el (occur-engine): Add marker at end of line, too.
5206 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
5208         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5209         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5210         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5211         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5212         argument to all these routines, so the passphrase can be managed
5213         externally and passed in to the system.
5214         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5215         pgg-add-passphrase-to-cache function.
5217         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5218         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5219         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5220         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5221         argument to all these routines, so the passphrase can be managed
5222         externally and passed in to the system.
5223         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5224         function.
5226 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5228         * font-lock.el: Don't deal with font-lock-face-attributes here,
5229         move the code ...
5231         * startup.el (command-line): ... here.  Use face-spec-set instead
5232         of custom-declare-face.
5234         * faces.el (face-spec-set): Reset the face if spec is not nil.
5236 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5238         * newcomment.el (comment-region-internal): Box more tightly in the
5239         common case where there's no TAB in the boxed text.
5241 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5243         * info.el (info-tool-bar-map): Use images prev-node, next-node and
5244         up-node.
5246 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
5248         * newsticker.el: Commentary updated.  Code formatting changed.
5249         (newsticker-version): Change to "1.9".
5250         (newsticker, newsticker-feed): Doc fix.
5251         (newsticker-url-list): Doc fix.  Add option "Weekly".
5252         (newsticker-retrieval-interval): Add option "Weekly".
5253         (newsticker-headline-processing): Doc fix.
5254         (newsticker-auto-mark-filter): Remove.
5255         (newsticker-auto-mark-filter-list): New.
5256         (newsticker-layout, newsticker-sort-method): Doc fix.
5257         (newsticker-hide-old-items-in-newsticker-buffer)
5258         (newsticker-heading-format, newsticker-item-format)
5259         (newsticker-desc-format): Doc fix.
5260         (newsticker-show-all-rss-elements): Remove.
5261         (newsticker-show-all-news-elements): New.
5262         (newsticker-faces, newsticker-ticker): Doc fix.
5263         (remove-from-invisibility-spec): Code formatting.
5264         (newsticker--process-ids): New.
5265         (newsticker-mode): Doc fix.
5266         (newsticker-mode): Change mode-line-format.
5267         (newsticker-start): Remove debug output.
5268         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
5269         (newsticker-w3m-show-inline-images): Code formatting.
5270         (newsticker-next-item): Call `force-mode-line-update'.
5271         (newsticker-previous-item): Call `force-mode-line-update'.
5272         (newsticker-next-feed): Call `force-mode-line-update'.
5273         (newsticker-previous-feed): Call `force-mode-line-update'.
5274         (newsticker-mark-all-items-at-point-as-read): Code formatting.
5275         (newsticker-show-old-items): Do not show descs.
5276         (newsticker-hide-entry): Hide too much.
5277         (newsticker-hide-entry, newsticker-show-entry)
5278         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
5279         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
5280         (newsticker-toggle-auto-narrow-to-item): Code formatting.
5281         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
5282         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
5283         (newsticker-get-news): Call `force-mode-line-update'.
5284         Collect process ids.
5285         (newsticker--sentinel): Change coding system handling.
5286         Move image retrieval to new functions newsticker--get-logo-url-*.
5287         Move feed parsing to new functions newsticker--parse-*.
5288         Update list of process ids.
5289         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
5290         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
5291         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
5292         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
5293         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5294         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
5295         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
5296         (newsticker--decode-coding-string): Remove.
5297         (newsticker--decode-numeric-entities): Check input.  Format code.
5298         (newsticker--remove-whitespace): Check input.
5299         (newsticker--do-forget-preformatted): Doc fix.
5300         (newsticker--decode-rfc822-date): Allow for missing time.
5301         (newsticker--update-process-ids): New.
5302         (newsticker--image-sentinel): Change comment.
5303         (newsticker--image-read): Change error message.
5304         (newsticker--imenu-goto): Doc fix.  Show headline title.
5305         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
5306         (newsticker--buffer-do-insert-text): Clean whitespace in
5307         html-rendered headline title.  Code formatting.
5308         Call `newsticker--buffer-print-extra-elements'.
5309         (newsticker--buffer-print-extra-element): Remove.
5310         (newsticker--buffer-print-extra-elements): New.
5311         (newsticker--buffer-do-print-extra-element): New.
5312         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
5313         large sizes.
5314         (newsticker--run-auto-mark-filter)
5315         (newsticker--do-run-auto-mark-filter):
5316         Use `newsticker-auto-mark-filter-list'.
5318 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
5320         * net/rcirc.el: Use split-string OMIT-NULLS argument.
5321         (rcirc-print): Force redisplay before running hooks.  Do long
5322         buffer truncation after making new text read-only.  Deal with nil
5323         text when decoding strings.  If TARGET is nil, use either the
5324         currently selected buffer, if it is an rcirc buffer and of the
5325         same process or the process buffer.
5326         (rcirc-mode): Remove header-line.  Recompute short buffer names.
5327         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
5328         (rcirc-short-buffer-name): Add variable.
5329         (rcirc-kill-buffer-hook): Recompute short buffer names.
5330         Remove nick from private channel.
5331         (rcirc-send-input): Send command text to current-buffer.
5332         Don't clear overlay arrow here.
5333         (rcirc-short-buffer-name): Return a short buffer name.
5334         (rcirc-update-short-buffer-names, rcirc-abbreviate)
5335         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
5336         buffer-name abbreviations.
5337         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
5338         Do not touch nick-table when killing a parted channel.
5339         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
5340         Clear arrow from current buffer if it is now hidden.
5341         (rcirc-current-buffer): Add variable.
5342         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5343         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
5344         Remove -face from names.
5345         (rcirc-update-activity-string): Print "DND" when globally ignoring
5346         activity.
5347         (rcirc-ignore-buffer-activity-flag): Rename from
5348         rcirc-ignore-channel-activity.
5349         (rcirc-ignore-all-activity-flag): Doc fix.
5350         (rcirc-channels): Remove variable.
5351         (rcirc-kill-buffer-hook):
5352         (rcirc-get-buffer-create): Add nick to private channel.
5353         (rcirc-multiline-edit-submit): Remove tabs.
5354         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
5355         folded.
5356         (rcirc-remove-nick-channel): Bug fix.
5357         (rcirc-toggle-ignore-buffer-activity): Rename from
5358         rcirc-toggle-ignore-channel-activity.
5359         (rcirc-record-activity): Add buffers to the front of the list.
5360         (rcirc-update-activity): Remove killed buffers from list.
5361         (rcirc-process-server-response-1): Remove last argument if it is
5362         null before calling handler.
5363         (rcirc): Add "rcirc" defcustom prefix.
5364         (rcirc-prompt): Simplify default prompt.
5365         Use custom-initialize-default.
5366         (rcirc-private-chats): Remove variable.
5367         (rcirc-prompt): Change initialization.
5368         (rcirc-version): Remove function.
5369         (rcirc-id-string): Add constant.
5370         (rcirc-last-buffer): Remove variable.
5371         (rcirc-buffer-alist): Add variable.
5372         (rcirc-connect): Update variable setup.
5373         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
5374         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
5375         default.
5376         (rcirc-handler-generic): Trigger activity.
5377         (rcirc-send-message): Create the buffor of the target.
5378         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
5379         (rcirc-get-buffer): Just return nil if there is no matching buffer.
5380         (rcirc-multiline-edit-cancel): Remove function.
5381         (rcirc-set-last-buffer): Remove function.
5382         (rcirc-get-any-buffer): Add function.
5383         (rcirc-join-channels): Don't print /join text.
5384         (rcirc-toggle-ignore-channel-activity): Add and update echo area
5385         messages.
5386         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
5387         (rcirc-handler-NOTICE): Recognize CTCP responses.
5388         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
5389         constructing TOPIC string for buffers we are not JOINed.
5390         (rcirc-handler-CTCP-response): Add handler.
5391         (rcirc-multiline-edit-submit): Restore the window-configuration
5392         before adjusting point.
5393         (rcirc): Add customization group.
5394         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
5395         (rcirc-user-full-name, rcirc-startup-channels-alist)
5396         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
5397         (rcirc-ignore-all-activity-flag, rcirc-time-format)
5398         (rcirc-input-ring-size, rcirc-read-only-flag)
5399         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
5400         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
5401         Change defvar to defcustom.
5402         (rcirc-update-prompt): Add optional ALL arg, which will update
5403         prompts in all rcirc buffers.  Regexp quote replacement text.
5404         (rcirc-fill-column): Accept frame-width as a value.
5405         (rcirc-set-changed): Add function.
5406         (rcirc-next-active-buffer): Write more meaningful messages.
5407         (rcirc-faces): Add customization group.
5408         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
5409         (rcirc-nick-in-message-face, rcirc-prompt-face)
5410         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
5411         (with-rcirc-process-buffer): Move before first usage.
5412         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
5413         (rcirc-debug-flag): Rename from `rcirc-log-p'.
5414         (rcirc-debug): Rename from `rcirc-log'.
5415         (rcirc-format-response-string): Do not print `-' chars for a
5416         NOTICE with no sender.  Simplify output of server responses.
5418 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
5420         (rcirc-browse-url-map, rcirc-browse-url-at-point)
5421         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
5422         Make urls mouse and RET clickable.
5424 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
5426         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
5428 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
5430         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5431         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5432         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5433         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5434         argument to all these routines, so the passphrase can be managed
5435         externally and passed in to the system.
5436         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5437         pgg-add-passphrase-to-cache function.
5439         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5440         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5441         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5442         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5443         argument to all these routines, so the passphrase can be managed
5444         externally and passed in to the system.
5445         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5446         function.
5448 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
5450         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
5451         from goto-address-url-regexp.
5453 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
5455         * textmodes/org.el (org-read-date, org-goto-calendar)
5456         (org-recenter-calendar, org-agenda-goto-calendar):
5457         Temporarily clear `calendar-move-hook'.
5459 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
5461         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
5462         merging.
5464         * ediff-util.el (ediff-previous-difference): Don't skip regions that
5465         have merge clashes.
5467 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5469         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5470         Undo previous change.
5472         * startup.el (command-line): Use `custom-reevaluate-setting' for
5473         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
5474         tty-register-default-colors on Mac.
5476 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
5478         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
5479         (gdb-buffer-type): Make it automatically buffer local...
5480         (gdb-get-create-buffer): ...and set it accordingly.
5481         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
5482         actually work.
5484 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
5486         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
5487         not red.
5489 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
5491         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
5492         case GUD buffer is not visible.
5493         (gdb-goto-breakpoint): Try to force display in source buffer.
5494         (gdb-frame-gdb-buffer): Copy other similar functions.
5495         (gdb-restore-windows): Don't display source if not asked for.
5496         (gdb-assembler-buffer-name): Don't capitalise.
5498 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5500         * wid-edit.el (key-sequence): New widget type.
5502         * simple.el (set-mark-command-repeat-pop): New variable.
5503         (set-mark-command): Only interpret plan C-@ after a pop as a pop
5504         if set-mark-command-repeat-pop is true.
5506         * info.el (Info-fontify-node): Don't display extra "see" if there
5507         already is one here.
5509         * mouse.el: Fix special handling of DEL after dragging a region:
5510         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
5511         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
5513         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
5515         * textmodes/ispell.el (ispell-command-loop): Change `i' description
5516         not to assume it pertains to an affix.
5518         * textmodes/flyspell.el (flyspell-post-command-hook):
5519         Bind deactivate-mark to prevent deactivation.
5521 2005-11-03  Lars Hansen  <larsh@soem.dk>
5523         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
5524         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
5525         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5527 2005-11-03  Romain Francoise  <romain@orebokech.com>
5529         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
5530         Update copyright years.
5532 2005-11-03  Sam Steingold  <sds@gnu.org>
5534         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5535         Use system-type instead of window-system because window-system is not
5536         correctly defined during loadup.
5538 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
5540         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
5541         (xml-parse-tag): Join strings separated by a comment properly.
5543 2005-11-02  Andreas Schwab  <schwab@suse.de>
5545         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
5547 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
5550         (byte-optimize-pure-func): Quote the eval'd value.
5552         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5553         Rename from perl-font-lock-syntactic-face-function.
5554         Change the calling convention so it can be used as a font-lock MATCHER.
5555         Do the parse-partial-sexp loop outselves.
5556         (perl-font-lock-syntactic-keywords): Use it.
5557         (perl-mode): Don't set font-lock-syntactic-face-function any more.
5559 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
5561         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
5562         disassembly buffer too.
5563         (gdb-exited): Remove overlay arrows when execution has finished.
5564         (gdb-info-frames-custom, gdb-info-threads-custom)
5565         (gdb-info-registers-custom): Don't add inappropriate text
5566         properties if inferior is not active.
5568 2005-11-02  Glenn Morris  <rgm@gnu.org>
5570         * progmodes/fortran.el (fortran-blink-match):
5571         Use `blink-matching-delay'.
5573 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
5575         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
5577 2005-11-02  Lars Hansen  <larsh@soem.dk>
5579         * net/tramp.el (tramp-action-out-of-band): Handle scp message
5580         "Permission denied".
5582 2005-11-01  Richard M. Stallman  <rms@gnu.org>
5584         * textmodes/flyspell.el (flyspell-external-point-words):
5585         Pass nil to flyspell-get-word.
5587 2005-11-02  Kim F. Storm  <storm@cua.dk>
5589         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
5590         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5592 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
5595         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5596         (calendar-mouse-print-dates): Add optional `event' argument.
5597         Update interactive-spec.
5598         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5599         Use `calendar-event-to-date' instead of `event'.
5601 2005-11-02  Masatake YAMATO  <jet@gyve.org>
5603         * progmodes/ld-script.el (ld-script-builtins):
5604         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
5605         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
5606         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
5608 2005-11-01  Romain Francoise  <romain@orebokech.com>
5610         * vc-sccs.el: Update copyright year.
5611         * ezimage.el: Likewise.
5613 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
5615         * info.el (Info-fontify-node): Use `string-width' for fontifying
5616         underlined titles.
5618 2005-11-01  Juri Linkov  <juri@jurta.org>
5620         * info.el (Info-fontify-node): Downcase node header keywords Node,
5621         Prev, Next, Up before comparison.
5622         (Info-history): Insert absolute directory name, and put invisible
5623         property on it.
5625 2005-11-01  Juri Linkov  <juri@jurta.org>
5627         * info.el (Info-file-supports-index-cookies): New variable.
5628         (Info-find-node-2): Check makeinfo version for index cookie support.
5629         (Info-index-nodes): Search for nodes with index cookies only when
5630         Info-file-supports-index-cookies is t.  Otherwise, search nodes
5631         with "Index" in the node name.
5632         (Info-index-node): Search index cookie in the current node only when
5633         Info-file-supports-index-cookies is t.  Otherwise, check the word
5634         "Index" in the node name.
5635         (Info-find-emacs-command-nodes): Remove code that searches nodes
5636         with "Index" node name in the top menu.
5638 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5640         * progmodes/scheme.el (scheme-mode-variables): Use the default
5641         comment-indent-function.
5643         * faces.el (face-attribute): Handle the case where a face inherits from
5644         a non-existent face.
5646         * simple.el (eval-expression-print-format): Use lisp-readable syntax
5647         for octal and hexa output, and merge the char into the paren.
5648         (kill-new): Use push.
5649         (copy-to-buffer): Use with-current-buffer.
5650         (completion-setup-function): Move code in loop to remove redundancy.
5651         (minibuffer-local-must-match-map): Don't add bindings that duplicate
5652         those inherited from minibuffer-local-completion-map.
5654         * savehist.el (savehist-mode) <defcustom>:
5655         Use custom-set-minor-mode if available.
5656         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
5657         and emit a message if applicable.
5659 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
5661         * savehist.el: Sync up to version 19.
5662         (savehist-mode): New minor mode.
5663         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
5664         (savehist-length): Remove (use history-length instead).
5665         (savehist-file-modes): Rename from savehist-modes.
5666         (savehist-save-hook, savehist-loaded): New vars.
5667         (savehist-load): Use savehist-mode.  Try to smooth up transition from
5668         old format to new format.
5669         (savehist-install): Allow savehist-autosave-interval to be nil.
5670         (savehist-save): Run the new hook.  Be more careful to only trim the
5671         history variables.
5672         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
5673         (savehist-printable): Print into a buffer rather than char-by-char.
5675 2005-11-01  John Wiegley  <johnw@newartisans.com>
5677         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
5678         toggle-ignore keybinding (C-a).  The author said it had been
5679         disabled much earlier due to a possible incompatibility, but after
5680         many months of usage I have encountered no problems (and it is a
5681         rather useful option, especially for switching to " *temp*").
5683         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
5684         support for OS/X's AddressBook, by calling out to the open source
5685         program "contacts" (installable through Fink).
5687         * net/eudc.el (eudc-expand-inline): If the
5688         `eudc-multiple-match-handling-method' is set to `all', delete the
5689         query string before inserting the query result.
5691         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
5692         flag, to prevent Eshell from using the system ls when
5693         `eshell-ls-insert-directory' is in used.
5694         (eshell-ls-insert-directory): Disable font-lock in directory
5695         buffer so that Eshell's own fontification is seen.  This broke
5696         recently due to changes in font-lock, so this goes back to version
5697         21 behavior.
5699 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
5701         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
5702         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
5703         (gdb-many-windows): Doc fix.
5705 2005-10-31  Romain Francoise  <romain@orebokech.com>
5707         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
5709 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
5711         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
5712         that global-font-lock-mode can be enabled by default.
5714         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
5715         (font-lock-add-keywords, font-lock-remove-keywords)
5716         (font-lock-fontify-buffer): Remove autoload cookies.
5718         * jit-lock.el (jit-lock-register): Likewise.
5720         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
5722 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5724         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
5725         intact if there is no gud-comint-buffer.
5727 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
5729         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
5730         old prompt comint-prompt-read-only is t and GDB commands are
5731         issued from tool bar etc.
5733 2005-10-31  Masatake YAMATO  <jet@gyve.org>
5735         * vc.el (vc-directory-exclusion-list): Add "{arch}".
5737 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5739         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
5740         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
5742 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
5744         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
5745         starting at beginning of line.  Fontification is messed up when
5746         `open-paren-in-column-0-is-defun-start' set to t.
5747         Reported by John Paul Wallington <jpw@pobox.com>.
5749 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5751         * comint.el (comint-send-input): Call `comint-update-fence' when
5752         `comint-process-echoes' and `comint-prompt-read-only' are both
5753         non-nil, to avoid leftover read-only newline.
5755 2005-10-30  Richard M. Stallman  <rms@gnu.org>
5757         * textmodes/flyspell.el (flyspell-external-point-words):
5758         Detect when WORD can't be checked properly because
5759         flyspell-get-word finds just part of it, and move on.
5761         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
5762         boundarychar for Polish.
5763         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
5764         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
5766 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5768         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
5769         (gdb-registers-font-lock-keywords): Delete.
5770         (gdb-registers-mode): Don't fontify.
5771         (gdb-info-registers-custom): Use text properties instead as, in
5772         future, changed register values will use font-lock-warning-face.
5773         (gdb-local-font-lock-keywords): Rename to...
5774         (gdb-locals-font-lock-keywords): ...for consistency.
5776 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
5778         * vc.el (vc-switch-backend): Better error message if the buffer is
5779         not visiting a file under version control.
5781         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
5783 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5785         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
5786         ~/.emacs.d/.emacs.
5788 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5790         * replace.el (occur-mode-mouse-goto): Always go to other window.
5791         (occur-mode-goto-occurrence): Always switch in same window.
5793         * simple.el (undo): Display message at end, not at start.
5795         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
5796         New arg REUSE-CELL.
5797         (cancel-timer-internal): New function.
5798         (timer-event-handler): Use cancel-timer-internal,
5799         and pass the cell it returns to timer-activate...
5801         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
5802         (jit-lock-deferred-fontify, jit-lock-context-fontify)
5803         (jit-lock-after-change): Test memory-full.
5805 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5807         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5808         part of the decoded armor to find the key-identifier.
5809         (pgg-gpg-lookup-key-owner): New function to return the
5810         human-readable identifier of a key owner.
5811         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5812         key itself.
5813         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5814         the key value) if we have a key and can match it against a secret
5815         key.  Also, added a note pointing out fact that the prompt only
5816         indicates the first matching key.
5818         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5819         pgg-decrypt-region.
5820         (pgg-pending-timers): A new hash for tracking the passphrase cache
5821         timers, so that new ones supercede old ones.
5822         (pgg-add-passphrase-to-cache): Rename from
5823         `pgg-add-passphrase-cache' to reduce confusion (all callers
5824         changed).  Modified to cancel old timers when new ones are added.
5825         (pgg-remove-passphrase-from-cache): Rename from
5826         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5827         changed).  Modified to cancel old timers when their keys are
5828         removed from the cache.
5829         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5830         XEmacs, an indirection to delete-itimer.
5831         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5832         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5833         users can only check cache without risk of prompting.  Correct bug in
5834         notruncate behavior.
5835         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5836         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5837         Add informative docstrings.
5838         (pgg-decrypt): Convey provided passphrase in subordinate call to
5839         pgg-decrypt-region.
5841         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5842         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5843         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5844         `passphrase' argument, so the passphrase can be managed externally
5845         and then passed in to the system.
5847         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5848         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5849         so the passphrase cache can be used reliably with identifiers
5850         besides a pgp packet's key id.
5852         * pgg-gpg.el (pgg-pgp-encrypt-region)
5853         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5854         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5855         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5856         argument to all these routines, so the passphrase can be managed
5857         externally and passed in to the system.
5859         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5860         `notruncate' argument, so the passphrase cache can be used
5861         reliably with identifiers besides a pgp packet's key id.
5863 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5865         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5866         symmetric encryption.
5867         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5868         encrypted session key.
5869         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5870         message ask for the passphrase in a proper way.
5872         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5873         New user commands for symmetric encryption.
5875 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
5877         * textmodes/conf-mode.el (conf-assignment-sign)
5878         (conf-assignment-regexp): Fix docstrings.
5879         (conf-mode-initialize): New function.
5880         (conf-mode): Remove optional args.  Use delay-mode-hooks to
5881         recognize recursive calls.
5882         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5883         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5884         (conf-xdefaults-mode): Use define-derived-mode and
5885         conf-mode-initialize.
5887 2005-10-29  Romain Francoise  <romain@orebokech.com>
5889         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
5891 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5893         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5894         part of the decoded armor to find the key-identifier.
5895         (pgg-gpg-lookup-key-owner): New function to return the
5896         human-readable identifier of a key owner.
5897         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5898         key itself.
5899         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5900         the key value) if we have a key and can match it against a secret
5901         key.  Also, added a note pointing out fact that the prompt only
5902         indicates the first matching key.
5904         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5905         pgg-decrypt-region.
5906         (pgg-pending-timers): A new hash for tracking the passphrase cache
5907         timers, so that new ones supercede old ones.
5908         (pgg-add-passphrase-to-cache): Rename from
5909         `pgg-add-passphrase-cache' to reduce confusion (all callers
5910         changed).  Modified to cancel old timers when new ones are added.
5911         (pgg-remove-passphrase-from-cache): Rename from
5912         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5913         changed).  Modified to cancel old timers when their keys are
5914         removed from the cache.
5915         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5916         XEmacs, an indirection to delete-itimer.
5917         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5918         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5919         users can only check cache without risk of prompting.  Correct bug in
5920         notruncate behavior.
5921         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5922         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5923         Add informative docstrings.
5924         (pgg-decrypt): Convey provided passphrase in subordinate call to
5925         pgg-decrypt-region.
5927 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
5929         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5930         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5931         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5932         `passphrase' argument, so the passphrase can be managed externally
5933         and then passed in to the system.
5935         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5936         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5937         so the passphrase cache can be used reliably with identifiers
5938         besides a pgp packet's key id.
5940         * pgg-gpg.el (pgg-pgp-encrypt-region)
5941         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5942         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5943         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5944         argument to all these routines, so the passphrase can be managed
5945         externally and passed in to the system.
5947         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5948         `notruncate' argument, so the passphrase cache can be used
5949         reliably with identifiers besides a pgp packet's key id.
5951 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5953         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5954         symmetric encryption.
5955         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5956         encrypted session key.
5957         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5958         message ask for the passphrase in a proper way.
5960         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5961         New user commands for symmetric encryption.
5963 2005-10-28  Bill Wohler  <wohler@newt.com>
5965         * help-mode.el (help-url): New button type.  Calls browse-url.
5966         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5967         Similar to Info nodes: URL `url'.
5968         (help-make-xrefs): Create help-url buttons for
5969         help-xref-url-regexp matches.
5971 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
5973         * tool-bar.el (tool-bar-add-item-from-menu)
5974         (tool-bar-local-item-from-menu): Fix doc strings.
5976 2005-10-28  Romain Francoise  <romain@orebokech.com>
5978         * ldefs-boot.el: Update.
5980         * subr.el (locate-library): Move from help-fns.el.
5981         * help-fns.el (locate-library): Move to subr.el.
5983 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5985         * net/tramp.el (tramp-completion-mode): defvar moved up.
5987         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5989         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5991         * files.el (find-file-noselect): Use %d to format large file size.
5993         * bindings.el (mode-line-format): Add %e.
5995         * loadup.el ("facemenu"): Load unconditionally.
5996         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5997         ("x-dnd"): Load, when appropriate.
5999         * startup.el (command-line): Call before-init-hook earlier.
6000         Warn about some bad characters in -u user name.
6002         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6003         (flyspell-external-point-words): Error if misspelled word is not found.
6004         Set flyspell-large-region-beg at end of word.
6006 2005-10-28  Andreas Schwab  <schwab@suse.de>
6008         * view.el (View-revert-buffer-scroll-page-forward):
6009         Use view-page-size-default.
6011 2005-10-28  Juri Linkov  <juri@jurta.org>
6013         * international/quail.el (quail-get-current-str): Translate last
6014         raw character for deterministic input methods.
6016 2005-10-27  Jay Belanger  <belanger@truman.edu>
6018         * calc/calc-ext.el: Add functions to autoloads.
6019         (math-identity-matrix-p, math-ident-row-p): New functions.
6021         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6022         multiplication by an identity matrix; don't turn multiplication by
6023         an inverse matrix into division.
6024         (math-div-symbol-fancy): Replace division by matrices with
6025         multiplication by inverse.
6027         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6029         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6030         (calc-writeoutpower): New functions.
6032 2005-10-27  Romain Francoise  <romain@orebokech.com>
6034         * replace.el (occur-engine): Include colon in mouse-face highlight.
6036         * dired-x.el: Change Maintainer field.
6038 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
6040         * longlines.el (longlines-mode): Bind after-change-functions to
6041         nil during initial decoding and final encoding.
6043 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6045         * term.el (term-emulate-terminal, term-handle-colors-array)
6046         (term-handle-ansi-escape): Specify the terminfo capabilities
6047         implemented.
6049 2005-10-26  Richard M. Stallman  <rms@gnu.org>
6051         * info.el (Info-fontify-node): Fix detection of sentence-break
6052         before *Note.
6054 2005-10-26  Romain Francoise  <romain@orebokech.com>
6056         * smerge-mode.el: Add `tools' to file keywords.
6058 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
6060         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6061         when the fringe is not available.
6063         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6064         (def-gdb-auto-update-trigger): Simplify construction.
6065         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6066         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6067         defined explicitly.
6068         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6069         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6070         defined explicitly.
6071         (gdb-info-locals-custom): Remove as it's a no-op.
6073 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
6075         * longlines.el (longlines-mode): Remove narrowing before
6076         performing the initial decoding or final encoding.
6078 2005-10-25  Romain Francoise  <romain@orebokech.com>
6080         * emacs-lisp/find-func.el (find-library-name): Also strip
6081         extension if library name ends in .el, to take advantage of
6082         `find-library-suffixes'.
6084 2005-10-25  Richard M. Stallman  <rms@gnu.org>
6086         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6088 2005-10-25  Juri Linkov  <juri@jurta.org>
6090         * textmodes/texinfo.el (texinfo-mode): Change charset of one
6091         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6093 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6095         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6096         (blackbox-redefine-key): Add argument `map'.
6098         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6099         regions when moving the jit-lock-context-unfontify-pos boundary.
6101 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6103         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
6105 2005-10-25  Masatake YAMATO  <jet@gyve.org>
6107         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6109 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6111         * play/blackbox.el (blackbox-redefine-key): New function.
6112         (blackbox-mode-map): Use it to remap existing bindings for cursor
6113         motion instead of binding literal keys.
6115 2005-10-25  Glenn Morris  <rgm@gnu.org>
6117         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6118         diary does not end in a newline.  Do not assume a blank line at
6119         the start of the diary file.
6121 2005-10-25  Kenichi Handa  <handa@m17n.org>
6123         * international/quail.el (quail-translate-key): If the input
6124         method is deterministic and failed to handle the last key, restart
6125         the key handling loop from an appropriate key.
6127 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
6129         * vc.el (vc-dired-mode): Extend comment for binding of
6130         `directory-listing-before-filename-regexp'.
6132 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6134         * textmodes/texinfo.el (texinfo-mode):
6135         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
6136         not to unnecessarily expose emacs-mule's internal char codes.
6138 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
6140         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
6141         Display hand pointer and help-echo on disabled icon too.
6142         (gdb-mouse-until): New function.
6143         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
6145 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
6147         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
6148         with 2005-10-23 change to doctor.el.
6150         * finder.el (finder-mode-map): Add follow-link binding.
6152 2005-10-25  Kim F. Storm  <storm@cua.dk>
6154         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
6155         to gdb-mouse-toggle-breakpoint-fringe.
6156         (gdb-mouse-toggle-breakpoint-margin): Rename from
6157         gdb-mouse-toggle-breakpoint.  Fix doc.
6158         (gdb-mouse-toggle-breakpoint-fringe): New defun.
6159         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
6160         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
6161         string properties also for fringe breakpoint bitmaps.
6163 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
6165         * textmodes/org.el (org-start-icalendar-file): Fix format form.
6167 2005-10-25  Masatake YAMATO  <jet@gyve.org>
6169         * simple.el (completion-common-substring):
6170         Use `completion-common-substring' prior to `completion-base-size'.
6172 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
6174         * savehist.el: Require CL while compiling.
6175         (savehist-history-variables): Remove.
6176         (savehist-save-minibuffer-history, savehist-additional-variables)
6177         (savehist-minibuffer-history-variables): New vars.
6178         (savehist-save): Use them.
6179         (savehist-uninstall, savehist-minibuffer-hook): New funs.
6180         (savehist-install): New fun, extracted from savehist-load.
6181         (savehist-load): Use them.
6183 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6185         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
6186         a dummy doc-string-elt property.
6187         (defalias, defvaralias, define-category): Add a docstring property.
6189         * image.el (defimage):
6190         * widget.el (define-widget):
6191         * custom.el (defface, defcustom): Add `doc-string' declaration.
6193         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
6194         (defadvice): Add `doc-string' declaration.
6196         * emacs-lisp/byte-run.el (macro-declaration-function):
6197         Handle `doc-string' declarations.
6198         (define-obsolete-function-alias, define-obsolete-variable-alias):
6199         Add `doc-string' declaration.
6201 2005-10-24  Kenichi Handa  <handa@m17n.org>
6203         * international/utf-7.el (utf-7): Add autoload cookie.
6205         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
6207 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
6209         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
6210         list of directories passed to batch-update-autoloads.  Add "." to
6211         the list of the echoed directories.
6213         * pgg-def.el:
6214         * pgg-gpg.el:
6215         * pgg-parse.el:
6216         * pgg-pgp.el:
6217         * pgg-pgp5.el:
6218         * pgg.el: Moved here from the gnus subdirectory.
6220 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
6222         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
6223         in case comint-prompt-read-only is set to t.
6225         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
6226         in case comint-prompt-read-only is set to t.
6228 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
6230         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
6231         Now a string.
6232         (icalendar-import-format): Handle CLASS, STATUS, URL.
6233         Rename `subject' to `summary'.
6234         (icalendar-import-format-summary): Rename from
6235         `icalendar-import-format-subject'.
6236         (icalendar-import-format-url, icalendar-import-format-status)
6237         (icalendar-import-format-class): New variables.
6238         (icalendar--rris): Take variable argument list.
6239         (icalendar--datestring-to-isodate): Remove unnecessary
6240         calendar-style check when converting dates with explicit month names.
6241         (icalendar-export-region): Change return type of conversion
6242         subroutines.  Bury current buffer unless error occurred.
6243         (icalendar--convert-to-ical)
6244         (icalendar--parse-summary-and-rest): New functions.
6245         (icalendar--convert-ordinary-to-ical)
6246         (icalendar--convert-weekly-to-ical)
6247         (icalendar--convert-yearly-to-ical)
6248         (icalendar--convert-block-to-ical)
6249         (icalendar--convert-cyclic-to-ical)
6250         (icalendar--convert-anniversary-to-ical): Change return type.
6251         Strip trailing blanks from subject.
6252         (icalendar--convert-sexp-to-ical): Change return type.
6253         Strip trailing blanks from subject.  Handle simple sexp
6254         entries as generated by icalendar.el.
6255         (icalendar--convert-float-to-ical)
6256         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
6257         (icalendar-import-file): Doc fix.
6258         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
6259         Correct call to icalendar--rris.
6260         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
6261         `summary'.
6262         (icalendar--add-diary-entry): Rename `subject' to `summary'.
6264 2005-10-24  Romain Francoise  <romain@orebokech.com>
6266         * server.el (server-sentinel): Set query-on-exit flag to nil on
6267         new client processes (it isn't inherited from the server process).
6269         * replace.el (occur-engine): Rearrange text properties.
6271 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6273         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
6274         case-fold-search is nil.
6275         (debug-help-follow): Use help-xref-interned directly.
6277 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6279         * thumbs.el (thumbs-image-type): Add .pbm.
6281 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6283         * faces.el (inhibit-face-set-after-frame-default): New variable.
6284         (set-face-attribute): Bind it.
6285         (face-set-after-frame-default): Test it.
6287         * help-fns.el (describe-simplify-lib-file-name): New function.
6288         (describe-function-1, describe-variable): Use it.
6290         * faces.el (describe-face): Use describe-simplify-lib-file-name.
6292         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
6293         Eliminate nil as possible value.
6294         (tooltip-hide-delay): Reduce internal-border-width.
6296         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
6297         (menu-bar-file-menu) <new-file>: Likewise.
6299         * simple.el (line-move-finish): Ignore fields computing LINE-END.
6301         * international/mule.el (load-with-code-conversion):
6302         Pass full file name to `eval-buffer' unless preloading.
6304         * textmodes/flyspell.el (flyspell-large-region):
6305         Call ispell-check-version.
6307         * textmodes/ispell.el (ispell-local-dictionary-overridden):
6308         Fix the make-variable-buffer-local call that was supposed
6309         to be for this variable.
6310         (ispell-aspell-supports-utf8): Doc fix.
6311         (ispell-find-aspell-dictionaries): Preserve elements of
6312         ispell-dictionary-alist for dictionaries that aspell doesn't report.
6313         (ispell-aspell-find-dictionary): Return nil on error.
6315         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
6316         (doctor-symptoms): Likewise.
6318         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
6320 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6322         * cus-edit.el (custom-button, custom-button-pressed): New vars.
6323         (custom-raised-buttons): Add :set spec.
6324         (custom-button-unraised, custom-button-pressed-unraised):
6325         New faces, so that custom-raised-buttons actually does something.
6326         (custom-mode): Use custom-button and custom-button-pressed.
6328         * wid-edit.el (widget-specify-button): Don't ignore
6329         widget-mouse-face on graphic terminals.
6330         (widget-move-and-invoke): Cleanup.
6332 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
6334         * whitespace.el (whitespace-cleanup): Doc fix.
6336 2005-10-23  Romain Francoise  <romain@orebokech.com>
6338         * emulation/viper.el (viper-set-hooks): Quote forms passed to
6339         `eval-after-load' to avoid evaluating their result.
6341 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
6343         * files.el (directory-listing-before-filename-regexp):
6344         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
6346         * dired.el (dired-move-to-filename-regexp): Remove.
6347         All occurences replaced by `directory-listing-before-filename-regexp'.
6349         * dired-x.el, locate.el, vc.el:
6350         Replace `dired-move-to-filename-regexp' by
6351         `directory-listing-before-filename-regexp'.  In vc.el it is
6352         overwritten locally; maybe this can be handled in files.el too.
6354         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
6355         replaced by `directory-listing-before-filename-regexp'.
6357 2005-10-23  Andreas Schwab  <schwab@suse.de>
6359         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
6360         and eval-next-after-load.
6362 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
6364         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
6365         exist, create it.
6367 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
6369         * allout.el: Remove autoloads for mailcrypt and crypt++.
6370         Require pgg, pgg-gpg during compilation.
6371         (allout-version): Increment version number to 2.1, and use a literal
6372         rather than RCS Id.
6373         (allout-default-encryption-scheme): Remove.
6374         (allout-passphrase-verifier-handling)
6375         (allout-passphrase-verifier-string)
6376         (allout-file-passphrase-verifier-string)
6377         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
6378         (allout-passphrase-hint-handling): Rename and simplify.
6379         (allout-init): Use `find-file-hook' if available, otherwise
6380         `find-file-hooks'.
6381         (allout-mode): Use `write-file-functions' if available, otherwise
6382         `local-write-file-hooks' and, instead of making auto-save-hook
6383         buffer local, make the write-file-hook activity contingent to
6384         allout-mode.
6385         (allout-mode): Use key-binding substitution in the docstring.
6386         (allout-kill-line): Spell-out kill ring data structure mutation
6387         instead of using byte-compiler-complaint-provoking `pop'.
6388         (allout-insert-listified): Use `insert' rather than `insert-string'
6389         (allout-toggle-current-subtree-encryption): Update docstring, adjust
6390         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
6391         (allout-encrypt-string): Totally revamped vis new underlying
6392         encryption facilities.
6393         (allout-mc-activate-passwd): Remove.
6394         (allout-obtain-passphrase): New, more or less replaces
6395         allout-mc-activate-passwd.
6396         (allout-encrypted-key-info): More or less replaces
6397         allout-encrypted-text-type.
6398         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
6399         (my-mark-marker): Use `(featurep 'xemacs)'.
6401 2005-10-23  Lars Hansen  <larsh@soem.dk>
6403         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
6404         (byte-compile-file-form-defmumble, byte-compile-defun)
6405         (byte-compile-defmacro): Use it.
6406         (byte-compile-form): Don't call byte-compile-set-symbol-position
6407         when a byte-compile handler is called.
6409 2005-10-22  Romain Francoise  <romain@orebokech.com>
6411         * savehist.el (savehist-history-variables): Add `grep-find-history'.
6413         * subr.el (eval-after-load): Convert library name to an absolute
6414         file name using locate-library, since load-history no longer has
6415         library names in it.
6417 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6419         * files.el (make-temp-file): Move from subr.el.
6420         * subr.el (make-temp-file): Move to files.el.
6422         * window.el (get-buffer-window-list): Move from subr.el.
6423         * subr.el (get-buffer-window-list): Move to window.el.
6425         * image.el (image-load-path): Use eval-at-startup to initialize.
6427         * subr.el (eval-at-startup): New macro.
6429         * subr.el: Much rearrangement of functions and division
6430         into pages.  No code changes.
6432 2005-10-22  Kenichi Handa  <handa@m17n.org>
6434         * tar-mode.el (tar-extract): Be sure to call
6435         find-operation-coding-system if set-auto-coding doesn't find a
6436         coding system.
6438 2005-10-22  Kim F. Storm  <storm@cua.dk>
6440         * image.el (image-type-header-regexps): Rename from image-type-regexps.
6441         Change users.
6442         (image-type-file-name-regexps): New defconst.
6443         (image-type-from-data): Simplify loop.
6444         (image-type-from-buffer): New defun.
6445         (image-type-from-file-header): Use it instead of image-type-from-data.
6446         Use image-search-load-path instead of only looking in data-directory.
6447         (image-type-from-file-name): New defun.
6448         (image-search-load-path): Change `pathname' to `filename'.
6449         Make PATH arg optional, default to image-load-path.
6451 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6453         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
6455         * textmodes/paragraphs.el (sentence-end-base): New variable.
6456         (sentence-end): Use sentence-end-base.
6458 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         * font-lock.el (font-lock-default-fontify-region): Check the multiline
6461         property independently from the font-lock-multiline variable.
6463 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6465         * emacs-lisp/find-func.el (find-library-name): Doc fix.
6467         * startup.el (command-line): Convert library names
6468         in `load-history' to absolute file names.
6470         * subr.el (symbol-file): Doc fix.
6472         * loadhist.el (file-loadhist-lookup): Call locate-library
6473         instead of find-library-name.  Don't try converting
6474         abs file names to library names, since load-history no longer
6475         has library names in it.
6476         (file-dependents, file-provides, file-requires): Doc fixes.
6478 2005-10-21  Juri Linkov  <juri@jurta.org>
6480         * progmodes/etags.el (tags-table-mode): New function.
6481         (tags-verify-table): Replace initialize-new-tags-table with
6482         tags-table-mode.
6484         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
6485         default value.
6486         (desktop-modes-not-to-save): Add tags-table-mode to the
6487         default value.
6489         * info.el (Info-index-next): Add total number of index
6490         alternatives to the message.
6492         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
6493         backward only space (instead of space and period) before looking
6494         at sentence end.
6496         * simple.el (set-variable): Use user-variable-p instead of symbolp.
6497         Add the old variable value as 4th default-value arg of read-string.
6499 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6501         * cus-face.el (custom-declare-face): Make face from X resources
6502         also on Mac.
6504         * disp-table.el (standard-display-g1, standard-display-graphic):
6505         Refuse to use string glyphs also on Mac.
6506         (standard-display-european): Don't set terminal coding system also
6507         on Mac.
6509         * frame.el (display-screens): Use x-display-screens also on Mac.
6511 2005-10-21  Romain Francoise  <romain@orebokech.com>
6513         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
6515 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6517         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
6518         and $? into sexps.
6520         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
6521         warning face on open-paren-in-column-0.
6523         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
6524         boundary case.  Fix typo.
6525         Suggested by Martin Rudalics <rudalics@gmx.at>.
6527 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
6529         * textmodes/org.el (org-combined-agenda-icalendar-file)
6530         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
6531         (org-export-icalendar-this-file)
6532         (org-export-icalendar-all-agenda-files)
6533         (org-export-icalendar-combine-agenda-files): New commands.
6534         (org-export-icalendar, org-print-icalendar-entries)
6535         (org-start-icalendar-file, org-finish-icalendar-file)
6536         (org-ical-ts-to-string): New functions.
6537         (org-read-date, org-goto-calendar)
6538         (org-agenda-goto-calendar): Inhibit displaying diary entries by
6539         call to `calendar'.
6540         (orgtbl-setup): Remove the :keys arguments from the menu description.
6541         (org-after-save-iCalendar-file-hook): New variable.
6543 2005-10-21  Kenichi Handa  <handa@m17n.org>
6545         * language/vietnamese.el (tcvn-5712): Make it an alias of
6546         vietnamese-tcvn coding-system.
6548 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
6550         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
6551         group id is given.
6553 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6555         * progmodes/sh-script.el (sh-escaped-line-re): New var.
6556         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
6557         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
6558         whose line is either continued or ends with a comment.
6560 2005-10-20  Romain Francoise  <romain@orebokech.com>
6562         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
6564         * replace.el (occur-engine): Add follow-link property.
6566         * font-core.el (font-lock-mode): Doc fix.
6568 2005-10-20  Richard M. Stallman  <rms@gnu.org>
6570         * net/rcirc.el: New file.
6572 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
6574         * term.el (term-term-name): Initialize to "eterm-color".
6576 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
6578         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
6579         for encryption functionality.
6580         Move allout customization subgroup from `editing' to `outlines' group.
6581         Fix commentary keywords to legitimate ones.
6582         Update author info (using my current email address, obscurified).
6583         (allout-encrypt-string, allout-encryption-produce-work-buffer)
6584         (allout-encrypted-topic-p, allout-encrypted-text-type)
6585         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
6586         (allout-situate-encryption-key-verifier)
6587         (allout-get-encryption-key-verifier, allout-verify-key)
6588         (allout-next-topic-pending-encryption)
6589         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
6590         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
6591         (outline-key-verifier-handling, outline-key-hint-handling)
6592         (outline-encrypt-unencrypted-on-saves): New defcustoms.
6593         (allout-file-key-verifier-string, allout-encryption-scheme)
6594         (allout-key-verifier-string, allout-key-hint-string)
6595         (allout-after-save-decrypt): New variables.
6596         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
6597         (allout-after-saves-handler): New hook functions.
6598         (allout-post-command-business): Do allout-after-save-decrypt.
6599         (allout-enable-file-variable-adjustment): Custom var to enable
6600         mechanism for adding and adjusting settings of Emacs file variables.
6601         (allout-adjust-file-variable, allout-file-vars-section-data):
6602         New functions, implement the mechanism.
6603         (outlineify-sticky): Use the file vars mechanism.
6604         (allout-inhibit-protection, allout-during-write-cue)
6605         (allout-override-protect, allout-before-change-protect): Remove.
6606         (allout-flag-region, allout-open-topic): Adjust read-only text.
6607         (allout-open-line-not-read-only): Add to facilitate read-only
6608         text based protection.
6609         (allout-kill-line): Revise to adjust read-only text, clue the
6610         user about the inhibition.
6611         (allout-unprotected): Use unwind-protect.
6612         (allout-shift-in, allout-shift-out): Disallow manually shifting a
6613         topic deeper than the offspring depth of the previous topic -
6614         avoiding confusing "containment discontinuities".
6615         (allout-reindent-bodies): Fix retention of body relative hanging
6616         indent during promotion of collapsed bodies.
6617         (allout-open-topic): Make it easy to open new topic with same
6618         bullet as current topic - topic creation functions provided with
6619         any universal argument provokes now prompt for bullet, defaulting
6620         to the bullet of the previous topic.
6621         (allout-plain-bullets-string, allout-distinctive-bullets-string):
6622         Plain bullet alternates `.' period and `,' comma only.  All other
6623         bullets are relegated to special status (but customizable).
6624         (allout-end-of-entry): Rename from allout-end-of-current-entry
6625         since it actually operates w.r.t. most immediately containing
6626         entry, visible or not.
6627         (allout-hide-current-entry, allout-show-current-entry): Use the
6628         revised version.
6629         (allout-old-expose-topic): Solidify deprecation.
6630         (allout-end-of-subtree): Add so we can span concealed as well
6631         as visible topics.
6632         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
6633         (allout-end-of-current-heading): Tweak to just respect the first line.
6634         (allout-get-body-text): Add.
6635         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
6636         when invoked interactively.
6637         (allout-up-current-level): Use `interactive-p'.
6638         (allout-mode, allout-init): Miscellaneous docstring and
6639         operational refinements, as well as hookups of new encryption stuff.
6640         (allout-beginning-of-current-entry): Now works as advertised.
6641         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
6642         (allout-isearch-rectification): Refine condition for isearching.
6643         (allout-isearch-abort, allout-enwrap-isearch)
6644         (allout-flag-region, my-region-active-p): Relocate some macros.
6645         (allout-title): Fallback title is (buffer-name), not
6646         non-existing (current-buffer-name).
6647         (subst-char-in-string): Define if absent (for some XEmacs versions).
6649 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
6651         * mail/sendmail.el (mail-setup-hook, mail-aliases)
6652         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
6653         (mail-citation-prefix-regexp, mail-signature-file)
6654         (mail-default-headers, mail-bury-selects-summary)
6655         (mail-send-nonascii): Add autoload cookies.
6657 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6659         * frame.el (blink-cursor-mode): Add `mac' to the list of
6660         window-system's that support blinking cursor.
6662 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6664         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
6666 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
6668         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
6669         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
6670         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
6672 2005-10-20  Kim F. Storm  <storm@cua.dk>
6674         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
6675         (ido-set-current-directory): Don't add / after final @.
6676         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6677         Explicitly handle ange-ftp completion oddities.
6678         (ido-make-file-list): Don't rotate list at tramp root to avoid
6679         triggering tramp file handler for expand-file-name via get-file-buffer.
6681 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6683         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
6685 2005-10-19  Jay Belanger  <belanger@truman.edu>
6687         * calc/calc-units.el (math-standard-units): Add units, adjust
6688         symbols and update values.
6689         (math-unit-prefixes): Add more prefixes.
6691 2005-10-19  Romain Francoise  <romain@orebokech.com>
6693         * bookmark.el (bookmark-menu-heading): New face.
6694         (bookmark-bmenu-list): Use it.
6695         Don't fiddle with `baud-rate' at top-level.
6697 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6699         * image.el (create-image, find-image): Mention max-image-size in
6700         docstring.
6702 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6704         * savehist.el (savehist-load): Revert to checking XEmacs.
6706         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
6707         Various docstring and line-width fixups.
6708         (conf-mode): Use cond.
6709         Set font-lock-defaults.  Don't set comment-use-syntax.
6711 2005-10-18  David Ponce  <david@dponce.com>
6713         * tree-widget.el (tree-widget-button-click): New function.
6714         (tree-widget-button-keymap): Use it.
6716 2005-10-18  Romain Francoise  <romain@orebokech.com>
6718         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6719         (bookmark-bmenu-hide-filenames): Add follow-link property.
6720         Improve help-echo text.
6722         * ffap.el (find-file-at-point): Doc fix.
6724 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6726         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
6728 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6730         Install to the CVS repository what I forgot to install in my
6731         2005-10-16 changes.
6733         * progmodes/python.el (python-complete-symbol): Pass the common
6734         prefix substring of completion to `display-completion-list'.
6736         * textmodes/org.el (org-complete): Ditto.
6738 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6740         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
6742         * woman.el (WoMan-xref-man-page): New button type derived
6743         from `Man-abstract-xref-man-page'.
6744         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
6746         * man.el (Man-abstract-xref-man-page): New button type.
6747         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
6748         (Man-highlight-references): Add new optional argument `xref-man-type'.
6750 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6752         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
6754 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6756         * cus-edit.el (Custom-move-and-invoke): Delete.
6757         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
6759         * wid-edit.el (widget-move-and-invoke): New function, from
6760         Custom-move-and-invoke.
6762 2005-10-17  Bill Wohler  <wohler@newt.com>
6764         Move all remaining images from lisp/toolbar to etc/images, move
6765         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
6766         the low resolution images in their own directory (low-color).
6768         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
6769         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
6770         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
6771         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
6772         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
6773         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
6774         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
6776         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
6777         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
6778         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
6779         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
6780         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
6781         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
6782         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
6783         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
6784         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
6785         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
6786         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
6787         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
6788         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
6789         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
6790         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
6792         To conform with convention, replace the underscore (_) in the
6793         following image names with dash (-) or (/) as appropriate.
6795         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
6796         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
6797         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
6798         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
6799         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
6800         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
6801         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
6802         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
6803         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
6804         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
6805         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
6806         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
6807         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
6808         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
6809         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
6811         * info.el (info-tool-bar-map): Replace underscores in image names
6812         with dashes.
6814         * makefile.w32-in (WINS): Remove toolbar.
6816         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
6818         * tool-bar.el: Move to lisp from toolbar.  Now that
6819         toolbar is empty, it should be deleted when folks run "cvs up -P".
6821 2005-10-18  Jay Belanger  <belanger@truman.edu>
6823         * calc/calc-store.el (calc-store-into): Get the proper variable name
6824         to display in message.
6826 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6828         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
6829         expressions display in speedbar for all buffers when debugging.
6830         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
6832         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
6833         (speedbar-insert-button, speedbar-make-button):
6834         Use add-text-properties.
6835         (speedbar-update-localized-contents)
6836         (speedbar-update-directory-contents)
6837         (speedbar-update-special-contents): Use dolist.
6838         (speedbar-buffer-easymenu-definition): Add a menu separator.
6840 2005-10-17  Jason Rumney  <jasonr@gnu.org>
6842         * makefile.w32-in: Use $(lisp) consistently.
6843         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6844         for shell specific generation of mh-autoloads.
6846 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6848         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6850 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6852         * jit-lock.el (jit-lock-fontify-now):
6853         Move jit-lock-context-unfontify-pos to avoid wasted work.
6855 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
6857         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
6858         `tramp-completion-mode' for checking if we are in completion mode.
6859         (tramp-completion-handle-file-name-all-completions): Reorder code
6860         in order to complete for file names only in case there are no
6861         method/user/host completions.  This is necessary for cooperation
6862         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
6864 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
6866         * longlines.el (longlines-search-forward)
6867         (longlines-search-backward): Match any number of spaces.
6869 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
6871         * diff-mode.el (diff-mode): Doc fix.
6873 2005-10-16  David Reitter  <david.reitter@gmail.com>
6875         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6876         as default on darwin and windows systems.
6878 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6880         * arc-mode.el (archive-zip-extract): Doc fix.
6882 2005-10-16  Romain Francoise  <romain@orebokech.com>
6884         * mouse.el (mouse-1-click-follows-link): Doc fix.
6886 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6888         * savehist.el: Don't require CL at runtime.
6889         (savehist-xemacs): Remove.
6890         (savehist-coding-system): Use utf-8 if present, regardless of religion.
6891         (savehist-no-conversion): Use (featurep 'xemacs).
6892         (savehist-load): Check existence of start-itimer rather than XEmacs.
6893         Use an idle timer.
6894         (savehist-process-for-saving): Replace use of CL funs `subseq' and
6895         `delete-if-not'.
6897 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6899         * savehist.el: Newer version.
6900         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6901         (savehist-last-checksum, savehist-no-conversion): New vars.
6902         (savehist-autosave, savehist-process-for-saving, savehist-printable):
6903         New functions.
6904         (savehist-load, savehist-save): Use them.
6905         (savehist-delimit): Remove.
6907 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6909         * progmodes/compile.el (compilation-goto-locus): Display the
6910         compilation buffer first and the source buffer second, in case they're
6911         in overlapping frames.  Don't raise the compilation frame if it was the
6912         selected window upon entry.  Pass the `other-window' arg to
6913         pop-to-buffer.
6915         * info.el (Info-fontify-node): Use dolist.
6916         Change add-text-properties to put-text-property.
6918 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6920         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6921         bound of search.
6923 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6925         * dabbrev.el (dabbrev-completion): Pass the common
6926         prefix substring of completion to `display-completion-list'.
6928         * filecache.el (file-cache-minibuffer-complete)
6929         (file-cache-complete): Ditto.
6931         * tempo.el (tempo-display-completions): Ditto.
6933         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6935         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6937         * eshell/em-hist.el (eshell-list-history): Ditto.
6939         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6941         * mail/mailalias.el (mail-complete): Ditto.
6943         * progmodes/etags.el (complete-tag): Ditto.
6945         * progmodes/make-mode.el (makefile-complete): Ditto.
6947         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6949         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6951         * progmodes/pascal.el (pascal-complete-word)
6952         (pascal-show-completions): Ditto.
6954         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6956         * simple.el (completion-common-substring): New variable.
6957         (completion-setup-function): Use `completion-common-substring'
6958         to put faces.
6960 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6962         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6963         (x-get-selection, mac-select-convert-to-string): Convert from/to
6964         UTF-16 clipboard data as in native byte order, no BOM.
6966 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
6968         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6969         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6970         (gud-sentinel): Use speedbar-frame to check for speedbar.
6972 2005-10-15  Richard M. Stallman  <rms@gnu.org>
6974         * savehist.el: New file.
6976 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
6978         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6979         Fix bug in \bf fontification.
6981 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6983         * pcvs.el (cvs-edit-log-files): New var.
6984         (cvs-mode-edit-log): New arg `file'.
6985         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6986         Instead force the use of the original file and nothing else.
6987         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6988         the cvs-minor-wrap-function is set.
6989         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6991 2005-10-14  Bill Wohler  <wohler@newt.com>
6993         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6994         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6995         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6996         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6997         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6998         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6999         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7000         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7001         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7002         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7003         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7004         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7005         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7006         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7007         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7009         * progmodes/gud.el (gud-tool-bar-map): Rename the images
7010         appropriately (for example, gud-break to gud/break).
7012 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
7014         * longlines.el (longlinges-search-function)
7015         (longlines-search-forward, longlines-search-backward): New functions.
7016         (longlines-mode): Set isearch-search-fun-function to
7017         longlinges-search-function.
7019         * mouse.el (mouse-drag-region-1): Handle the case where a
7020         double-click event is bound to an arbitrary function.
7022 2005-10-14  David Ponce  <david@dponce.com>
7024         * recentf.el (recentf-track-opened-file)
7025         (recentf-track-closed-file, recentf-update-menu)
7026         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7027         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7028         mouse-1-click-follows-link.
7030 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7032         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
7033         Gnome file-manager.png.  Suggested by
7034         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7036         * toolbar/README: Add diropen.xpm.
7038 2005-10-13  Bill Wohler  <wohler@newt.com>
7040         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7041         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
7043 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7045         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7046         Don't waste the byte-compiler's time on constant data.
7048 2005-10-13  Kenichi Handa  <handa@m17n.org>
7050         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7051         byte with `escape-glyph' face.
7053         * international/fontset.el (ccl-encode-unicode-font):
7054         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7055         Handle the case that ucs-mule-to-mule-unicode translates a character to
7056         ASCII (usually for IPA characters).
7058 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7061         Don't hide the underline of titles if font-lock-mode is disabled.
7063 2005-10-12  Bill Wohler  <wohler@newt.com>
7065         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
7066         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
7067         files in MH-E-SRC have been updated.
7068         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7070 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7072         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7073         (mixal-mode-syntax-table): Add \n as end-comment.
7074         (mixal-operation-codes-alist): Immediately initialize to full value.
7075         (mixal-add-operation-code): Remove.
7076         (mixal-describe-operation-code): Make the arg non-optional.
7077         Use the interactive spec instead.
7078         Use mixal-operation-codes-alist rather than mixal-operation-codes.
7079         (mixal-font-lock-keywords): Don't highlight comments here any more.
7080         (mixal-font-lock-syntactic-keywords): New var.
7081         (mixal-mode): Use it.  Fix comment-start-skip.
7083 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7085         * startup.el (command-line-x-option-alist): -nb => -nbi
7087 2005-10-12  Kim F. Storm  <storm@cua.dk>
7089         * startup.el (fancy-splash-default-action): Discard mouse click in
7090         the splash screen window, as it has no sensible meaning in the
7091         next window to be selected.  Fixes error reported by Jan D.
7093 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7095         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
7097 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7100         Try to fix up minor layout issues like indentation, line break, etc...
7101         (mixal-mode-syntax-table): Don't try to specify comment syntax,
7102         because it doesn't work.
7103         (mixal-operation-codes): Add some more codes.
7104         (mixal-font-lock-keywords): Process comments here.
7105         (mixal-mode): mixasm no longer needs -g option.
7107 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7109         * progmodes/sh-script.el (sh-tmp-file):
7110         Use mktemp -t.  Finish support for es and rc shells.
7112 2005-10-11  Jay Belanger  <belanger@truman.edu>
7114         * calc/calcalg2.el (calc-integral): With an argument, compute the
7115         definite integral.
7117 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
7119         * mouse.el (mouse-drag-region-1): Don't try to catch a
7120         double-click when doing follow-link (it's overridden anyway).
7122 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
7124         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
7125         (autoload-print-form-outbuf): Add docstring.
7127 2005-10-11  Juri Linkov  <juri@jurta.org>
7129         * info.el (Info-mode-menu): Delete menu item "Edit".
7130         (Info-mode): Delete description of Info-edit from docstring,
7131         and rearrange descriptions of Info commands in the order
7132         they are documented in the Info manual.
7134 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7136         * calendar/appt.el (appt-check): Use diary-selective-display var.
7138 2005-10-10  Richard M. Stallman  <rms@gnu.org>
7140         * net/newsticker.el (newsticker-start, newsticker-show-news):
7141         Add autoload cookies.
7143 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
7145         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
7147 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
7149         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
7151 2005-10-10  Jay Belanger  <belanger@truman.edu>
7153         * calc/calc-arith.el (math-check-known-scalarp)
7154         (math-check-known-matrixp): Check the values of arguments that are
7155         variables.
7156         (math-check-known-square-matrixp): New function.
7157         (math-known-square-matrixp): Use math-check-known-square-matrixp.
7158         (math-super-types): Add sqmatrix type.
7160         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
7161         mode name `square' to `sqmatrix'.
7163         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
7164         mode name `square' to `sqmatrix'.
7166 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7168         * progmodes/etags.el (select-tags-table-mode): Don't use
7169         selective-display.
7170         (tags-select-tags-table): Pass `button' to the action function.
7171         (select-tags-table): Place the side-info on button properties rather
7172         than in hidden text.  Abbreviate file names.
7173         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
7174         (select-tags-table-select): Add `button' argument.
7175         Get side-info from the button property rather than from hidden text.
7177 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
7179         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
7180         (gud-speedbar-buttons): Preserve point if possible.
7181         (gud-sentinel): Restore previous speedbar display type.
7183         * progmodes/gdb-ui.el (gdba): Improve diagram.
7184         (def-gdb-auto-update-handler, gdb-info-locals-handler)
7185         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
7186         Call get-buffer-window once.
7188 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7190         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
7191         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
7192         (pascal-indent-command): Remove unused var `ind'.
7193         (pascal-indent-case): Remove unused var `oldpos'.
7194         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
7195         since it's now used as a proper minor mode map.
7196         (pascal-outline): Rename to pascal-outline-mode.
7197         (pascal-outline-mode): Use define-minor-mode.
7198         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
7199         selective-display.
7201 2005-10-10  Andreas Schwab  <schwab@suse.de>
7203         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
7204         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
7206         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
7207         outside source directory.
7209 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7211         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
7212         C-x' as a prefix.
7213         (orgtbl-mode-map): Full keymap instead of sparse, because all
7214         `self-insert-command' keys are redefined in this map.
7215         (org-export-as-html): Specify charset for HTML file, by taking it
7216         from the coding system.
7218 2005-10-10  Kenichi Handa  <handa@m17n.org>
7220         * textmodes/flyspell.el (flyspell-check-word-p):
7221         If unread-command-events is non-empty, don't call sit-for.
7223 2005-10-09  Richard M. Stallman  <rms@gnu.org>
7225         * font-lock.el (font-lock-syntactic-keywords)
7226         (font-lock-keywords): Doc fixes.
7228         * textmodes/flyspell.el (flyspell-external-point-words):
7229         Simplify logic, and don't try to check for consecutive appearances
7230         of one incorrect word.
7232 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
7234         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
7235         separator.
7237         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
7238         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
7239         (gud-expansion-speedbar-buttons): New function.
7240         (gud-speedbar-buttons): Check for gud-comint-buffer.
7242 2005-10-09  Bill Wohler  <wohler@newt.com>
7244         * Makefile.in (updates): Add mh-loaddefs dependency.
7246 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
7248         * speedbar.el (speedbar-file-key-map): Fix typo.
7250 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7252         * cus-start.el (line-spacing): Add custom spec.
7254 2005-10-09  Romain Francoise  <romain@orebokech.com>
7256         * textmodes/ispell.el (ispell-check-version): Fix last change.
7258 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7260         * term/x-win.el: Remove -i, --icon-type from comment.
7262         * startup.el (command-line-x-option-alist): Remove options -i,
7263         -itype, --icon-type, added -nb, --no-bitmap-icon
7265 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
7267         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
7268         instead of :active.
7270 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7272         * textmodes/ispell.el (ispell-check-version):
7273         Ignore hyphen, and all that follows, in aspell's version text.
7275 2005-10-08  Jay Belanger  <belanger@truman.edu>
7277         * calc/calc-arith.el (math-known-square-matrixp): New function.
7278         (math-pow-fancy): Check for matrices before distributing exponent
7279         across products.
7281         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7282         fullscreen keypad.  Suggested by Luc Teirlinck.
7283         (calc-keypad-show-input): Add space for formatting.
7285         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
7286         Add square matrix option.
7288         * calc/calc-poly.el (math-expand-term): Check for matrices instead
7289         of checking calc-matrix-mode when deciding how to expand.
7291         * calc/calc.el (calc-set-mode-line): Add square matrix option.
7293 2005-10-08  Lars Hansen  <larsh@soem.dk>
7295         * net/tramp.el (tramp-perl-directory-files-and-attributes):
7296         Add error handling.
7297         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
7299 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7301         Sync with Tramp 2.0.51.
7303         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7304         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7305         Insert special handling for `last-coding-system-used', again
7306         it still seems to be necessary (unlike stated before).
7307         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
7308         (tramp-password-prompt-regexp): There might be other words before
7309         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
7310         (tramp-chunksize): Improve docstring.
7311         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
7312         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
7313         Christian Joergensen <bugs@razor.dk>.
7315 2005-10-07  Glenn Morris  <rgm@gnu.org>
7317         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
7318         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
7319         precision'.
7321 2005-10-07  Romain Francoise  <romain@orebokech.com>
7323         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
7324         (ibuffer-do-shell-command-pipe-replace)
7325         (ibuffer-do-shell-command-file, ibuffer-do-eval)
7326         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
7327         (ibuffer-do-revert, ibuffer-do-replace-regexp)
7328         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
7329         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7330         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
7331         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
7332         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
7333         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
7334         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
7335         Autoload file sans suffix.
7337         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
7339 2005-10-07  David Ponce  <david@dponce.com>
7341         * recentf.el (recentf-menu-open-all-flag): New option.
7342         (recentf-digit-shortcut-command-name): New function.
7343         (recentf--shortcuts-keymap): New variable.
7344         (recentf-menu-shortcuts): New variable.
7345         (recentf-make-menu-items): Initialize it.  Replace the "More..."
7346         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
7347         (recentf-menu-value-shortcut): New function.
7348         (recentf-make-menu-item): Use it.  No more in-lined.
7349         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
7350         (recentf-open-most-recent-file): Rename from
7351         `recentf-open-file-with-key'.  Don't depend on key binding.
7352         (recentf-mode-map): New variable.
7353         (recentf-mode): Use it.
7355 2005-10-06  Bill Wohler  <wohler@newt.com>
7357         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
7359         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
7360         (MH-E-SRC): New.  Used by mh-autoloads.
7361         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
7362         files in MH-E-SRC have been updated.
7363         (compile, recompile, bootstrap): Depend on mh-autoloads.
7365 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
7367         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
7368         gud-break and gud-remove icons when the fringe is not available.
7370         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
7371         Typo.
7373 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
7375         * play/zone.el (zone): Wrap body with save-window-excursion.
7377 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7380         Use the new `list-only' arg to diary-list-entries.
7382         * calendar/diary-lib.el: Use overlays rather than selective-display.
7383         (diary-selective-display): New var.
7384         (diary-header-line-format): Use it.
7385         (diary-list-entries): Add argument `list-only'.
7386         Put the buffer in diary-mode.  Don't add \^M at beg and end.
7387         Replace \^M by invisible overlays.
7388         (diary-unhide-everything): Replace \^M by invisible overlays.
7389         (print-diary-entries): Look for overlays rather than \^M.
7390         Add a space to the temp buffer name.
7391         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
7392         Put the buffer in diary-mode.
7393         (list-sexp-diary-entries): Replace \^M by invisible overlays.
7394         (diary-anniversary): Make the year arg optional.
7395         (diary-time-regexp): New const.
7396         (diary-font-lock-keywords): Use it to accept a few more time formats.
7398         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
7400 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
7402         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
7403         Fix bug introduced 2005-07-03: Use (car (last ...))
7404         to faithfully reproduce replaced artist-last.
7405         (artist-set-arrow-points-for-poly): Likewise.
7406         Suggested by Johan Bockg\e,Ae\e(Brd.
7408 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
7410         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
7411         * wid-edit.el (widget):
7412         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
7413         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
7415 2005-10-06  Kenichi Handa  <handa@m17n.org>
7417         * international/mule-cmds.el (set-language-environment):
7418         Fix setting up of case-table for unibyte mode.
7420         * simple.el (what-cursor-position): If the character is displayed
7421         by some `display' text property, show that.  Don't use
7422         single-key-description for eight-bit characters in multibyte mode.
7424 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
7426         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
7427         (gdb-ann3): Set it.
7428         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7429         (gdb-info-frames-custom): Use inverse-video for first five
7430         characters of selected frame only.
7431         (gdb-get-frame-number): Select frame even when point is on frame
7432         number.
7434 2005-10-06  Masatake YAMATO  <jet@gyve.org>
7436         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7437         Put `font-lock-function-name-face'.
7438         (gdb-info-frames-custom): Put `font-lock-function-name-face'
7439         and `font-lock-variable-name-face'
7440         (gdb-registers-font-lock-keywords): New font lock keywords definition.
7441         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
7442         (gdb-memory-font-lock-keywords): New font lock keywords definition.
7443         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
7444         (gdb-local-font-lock-keywords): New font lock keywords definition.
7445         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
7446         (gdb-threads-font-lock-keywords): New font lock keywords definition.
7447         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
7449 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
7451         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
7452         (ediff-merge-region-is-non-clash-to-skip): Previously called
7453         ediff-merge-region-is-non-clash.
7455         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
7456         Use insert-buffer-substring.
7458         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
7459         selecting files to patch.  Also bug fixes.
7461         * ediff-util.el (ediff-setup): Bug fix.
7462         (ediff-next-difference): Never skip clashes that differ in white
7463         space only.
7465         * ediff-wind.el (ediff-setup-control-frame)
7466         (ediff-destroy-control-frame): Check the menubar feature.
7468         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
7469         (viper-refresh-mode-line): Use make-local-variable to localize
7470         some vars instead of make-variable-buffer-local.  Suggested by
7471         Stefan Monnier.
7473         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
7474         (viper-restore-cursor-type, viper-set-insert-cursor-type):
7475         Use make-local-variable instead of make-variable-buffer-local.
7476         Suggested by Stefan Monnier.
7478         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
7479         (viper-comint-mode-hook): Use make-local-variable on
7480         require-final-newline.
7481         (viper-non-hook-settings): Don't use make-variable-buffer-local.
7483 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7485         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
7486         also the second char of a comment-start sequence.
7487         (scheme-sexp-comment-syntax-table): New var.
7488         (lambda, define): Set their scheme-doc-string-elt property.
7489         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
7490         Use lisp-font-lock-syntactic-face-function now that it properly
7491         handles |...| symbols.
7492         (scheme-mode-variables): Set lisp-doc-string-elt-property,
7493         parse-sexp-lookup-properties and font-lock-extra-managed-props.
7495         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
7496         bit from # to |.
7497         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
7499         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
7500         (lisp-doc-string-elt-property): New var.
7501         (lisp-font-lock-syntactic-face-function): Use it.
7502         Rewrite to recognize docstrings even for forms not at toplevel.
7504         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
7505         annotation on the | part of #| rather than on the # part.
7506         (scheme-font-lock-syntactic-face-function): New function, to
7507         distinguish strings from |...| symbols.
7508         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
7509         syntax-table so that #|...|# is properly highlighted.
7511         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
7512         Don't mark as docstring the 3rd elem of an unknown toplevel form.
7514 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7516         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
7517         and C-e.
7519         * emacs-lisp/eldoc.el: Move comments into docstrings.
7520         (eldoc-message-commands): Initialize in its declaration.
7521         Add move-beginning-of-line and move-end-of-line.
7522         (eldoc-add-command, eldoc-add-command-completions)
7523         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
7525         * outline.el (outline-mark-subtree): Activate the mark.
7527         * calendar/appt.el (appt-time-regexp): New var.
7528         (appt-add, appt-make-list): Use it.
7529         (appt-convert-time): Clean up.
7531         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7532         Don't set any syntax-table property here.
7533         (tex-font-lock-verb): New function.  Do it here.
7534         (tex-font-lock-syntactic-keywords): Use it.
7536 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7538         * wid-edit.el (widget-file-complete): Get the widget start point
7539         the right way.  Default directory to `/' if file has none.
7541         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
7543         * textmodes/flyspell.el (flyspell-mode-on):
7544         Call ispell-maybe-find-aspell-dictionaries.
7546         * textmodes/ispell.el (ispell-word, ispell-region):
7547         Call ispell-maybe-find-aspell-dictionaries.
7548         (ispell-accept-buffer-local-defs):
7549         Don't call ispell-maybe-find-aspell-dictionaries
7551 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7553         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
7555 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
7557         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
7558         instead of `fboundp' in order to allow for anonymous functions.
7560 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
7562         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
7563         case the user clicks on the link while another window is selected.
7564         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
7566         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
7567         functionality.
7568         (dframe-help-echo): Save point in case mouse tracking is off.
7570 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
7572         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
7574 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7576         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
7577         not change the global value of those vars.
7579         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
7580         make-local-variable which we do not need any more.
7582 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
7584         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
7585         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
7586         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
7587         (speedbar-path-line): Define obsolete aliases.
7588         (speedbar-line-directory): Doc fix.
7590         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
7591         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
7592         instead of speedbar-line-path.
7594 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7596         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
7597         to nil if dropping on a window.  Handle dropping on a minibuffer window
7598         like dropping on a non-window part of Emacs.
7600 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7602         * net/ange-ftp.el: Use with-current-buffer.
7603         (ange-ftp-insert-directory): Do not follow symlinks any more.
7605         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7606         Remove interactive spec.
7608 2005-10-03  Kim F. Storm  <storm@cua.dk>
7610         * ido.el (ido-mode): Use custom-initialize-set.
7612 2005-10-02  Richard M. Stallman  <rms@gnu.org>
7614         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
7615         Use insert-buffer-substring.
7617         * net/tramp.el: Pacify byte compiler warnings in pacification code.
7618         (tramp-handle-file-local-copy): Use insert-buffer-substring.
7620 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7622         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
7623         in last change.
7624         (ange-ftp-insert-directory): Fix up the search for the case where
7625         `file' is absolute.
7627 2005-10-02  Romain Francoise  <romain@orebokech.com>
7629         * progmodes/compile.el (compile-goto-error): Delete extra paren.
7631 2005-10-02  Andreas Schwab  <schwab@suse.de>
7633         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
7634         directory component in the session info.
7636 2005-10-01  Richard M. Stallman  <rms@gnu.org>
7638         * comint.el (comint-redirect-subvert-readonly): Doc fix.
7640         * simple.el (next-error-internal): New function.
7642         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
7643         (compilation-start): Pass new arg to compilation-buffer-name.
7644         (compile-goto-error): Use next-error-internal.
7646 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7648         * speedbar.el: Remove RCS tag.
7649         (speedbar-check-read-only): Handle non-existent files.
7651         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
7653         * info.el (Info-speedbar-hierarchy-buttons)
7654         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
7656 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7658         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
7659         Do not match newline.
7660         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
7661         (bibtex-summary): Remove unnecessary save-excursion.
7662         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
7664 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7666         * term/mac-win.el: Add charset info for "iso10646-1".
7667         Modify default fontset to use ATSUI-compatible fonts for some charsets
7668         if available.
7670 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7672         * speedbar.el: Re-apply arch tag.
7673         (speedbar-version): Rename to version 1.0.  Suggested by Eric
7674         M. Ludlam.
7675         Reapply two changes from Emacs CVS' version of speedbar lost
7676         during the merge:
7677         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
7678         (speedbar-frame-parameters): Improve customize type.
7680 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7682         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
7683         (ange-ftp-file-directory-p): Fix the symlink case.
7684         (ange-ftp-insert-directory): When listing a single file, get a list of
7685         the parent buffer and extract the relevant line.  Inspired from a patch
7686         by Katsumi Yamaoka <yamaoka@jpl.org>.
7687         (ange-ftp-file-name-sans-versions): Simplify.
7689 2005-09-30  Bill Wohler  <wohler@newt.com>
7691         Move MH-E image files from toolbar and mail directories into
7692         etc/images.
7694         * mail/reply2.*: Move to etc/images/mail/reply*.
7696         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
7697         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
7698         etc/images.
7700         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
7701         * toolbar/reply*: Move to etc/images/mail.
7703         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
7705 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
7707         * speedbar.el: New version 1.0pre3.
7709         Frame management code (including timer, and mouse click specifics)
7710         moved to dframe.el:
7711         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
7712         (speedbar-timer): Removed.  Use dframe-timer.
7713         (speedbar-close-frame): Removed.  Use dframe-close-frame.
7714         (speedbar-activity-change-focus-flag): Removed.  Use
7715         dframe-activity-change-focus-flag.
7716         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
7717         dframe-update-speed.
7719         (speedbar-current-frame): New macro.  Use this instead of the
7720         variable speedbar-frame.
7722         (speedbar-use-images, speedbar-expand-image-button-alist)
7723         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
7725         (speedbar-find-image-on-load-path): Removed.  Replaced by
7726         defezimage in ezimage.el.
7727         (speedbar-expand-image-button-alist): Removed.  Replaced by
7728         ezimage-expand-image-button-alist in ezimage.el.
7730         (speedbar-ignored-directory-regexp)
7731         (speedbar-add-ignored-directory-regexp)
7732         (speedbar-ignored-directory-expressions)
7733         (speedbar-line-directory, speedbar-buffers-line-directory)
7734         (speedbar-directory-line, speedbar-buffers-line-directory):
7735         Renamed, replacing `path' with `directory'.
7737         (speedbar-create-directory, speedbar-expand-line-descendants)
7738         (speedbar-toggle-line-expansion)
7739         (speedbar-contract-line-descendants): New commands.
7741         (speedbar-query-confirmation-method, speedbar-select-frame-method)
7742         (speedbar-use-tool-tips-flag): New options.
7744         (speedbar-check-read-only, speedbar-require-version)
7745         (speedbar-insert-separator, speedbar-buffers-tail-notes)
7746         (speedbar-handle-delete-frame, speedbar-try-completion)
7747         (speedbar-update-localized-contents): New functions.
7749         (speedbar-incompatible-version, speedbar-ro-to-do-point)
7750         (speedbar-object-read-only-indicator): New variables.
7752         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
7753         New hooks.
7755         (speedbar-separator-face): New face.
7757         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
7758         (speedbar-ignored-modes): Add fundamental-mode.
7759         (speedbar-directory-unshown-regexp): Add . directories.
7761         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
7762         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
7763         `]' for full expand/close.
7764         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
7766         (speedbar-check-vc): Support hidden files.
7767         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
7768         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
7769         state is nil, it is not checked out.
7771         (speedbar-line-text, speedbar-line-token): Support expand buttons
7772         with no text.
7773         (speedbar-refresh): Universal argument acts as power-click.
7774         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
7775         that buffer to get variable values.
7777         And many other bugfixes.
7779         * dframe.el, ezimage.el, sb-image.el: New files.
7781         * sb-*.xpm: Remove files.  New image files installed into
7782         etc/images/ezimage.
7784 2005-09-30  Kenichi Handa  <handa@m17n.org>
7786         * ps-mule.el (ps-mule-show-warning): If a character is in
7787         ps-print-translation-table, don't treat it as non-printable.
7789 2005-09-30  David Ponce  <david@dponce.com>
7791         * tree-widget.el (tree-widget-themes-load-path): New variable.
7792         (tree-widget-themes-directory): Doc fix.
7793         (tree-widget-image-formats) [Emacs]: Doc fix.
7794         (tree-widget--locate-sub-directory): New function.
7795         (tree-widget-themes-directory): Use it.
7797         * recentf.el (recentf-filename-handlers): Rename from
7798         `recentf-filename-handler'.  Allow a list of functions.
7799         (recentf-menu-items-for-commands): Fix :help strings.
7800         (recentf-apply-filename-handlers): New function.
7801         (recentf-expand-file-name): Use it.
7802         (recentf-cleanup): Remove duplicates too.
7804 2005-09-29  Juri Linkov  <juri@jurta.org>
7806         * faces.el: Rearrange face definitions to be in the same order as
7807         their face descriptions in "(emacs)Standard Faces".
7809         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
7811         * tooltip.el (tooltip): Add group `basic-faces'.
7813         * buff-menu.el (Buffer-menu-buffer): Remove group
7814         `font-lock-highlighting-faces'.
7816         * progmodes/compile.el (compilation-error, compilation-warning)
7817         (compilation-info, compilation-line-number, compilation-column-number):
7818         Change group from `font-lock-highlighting-faces' to `compilation'.
7820         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7821         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
7822         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
7823         (vhdl-font-lock-reserved-words-face)
7824         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
7825         `font-lock-highlighting-faces'.
7827         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
7829 2005-09-28  Kim F. Storm  <storm@cua.dk>
7831         * emulation/cua-base.el: Set CUA move property on additional commands:
7832         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
7833         forward-sexp, backward-sexp, forward-list, backward-list.
7835 2005-09-28  Romain Francoise  <romain@orebokech.com>
7837         * comint.el (comint-show-output): Really set point at the
7838         beginning of the output when not using `comint-use-prompt-regexp'.
7840 2005-09-27  Jay Belanger  <belanger@truman.edu>
7842         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7843         in TeX mode.
7845 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
7847         * textmodes/org.el (org-table-sum): Fix format string.
7849         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7850         Quote face names.
7852 2005-09-26  Romain Francoise  <romain@orebokech.com>
7854         * isearch.el (isearch-forward-regexp): Close doc string.
7856 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7858         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7860         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7862         * progmodes/compile.el (compilation-error-properties):
7863         When getting the file from the previous error message,
7864         correctly decode the new data format.
7866         * progmodes/cc-cmds.el (c-electric-paren):
7867         Call old-blink-paren only for close-paren.
7869 2005-09-24  Andreas Schwab  <schwab@suse.de>
7871         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7872         condition.
7874 2005-09-25  Romain Francoise  <romain@orebokech.com>
7876         * dired-aux.el (dired-copy-file-recursive):
7877         * dired.el (dired-delete-file):
7878         * ediff-mult.el (ediff-dir-diff-copy-file):
7879         * ediff-util.el (ediff-test-save-region):
7880         * forms.el (forms-mode):
7881         * ido.el (ido-file-internal, ido-delete-file-at-head):
7882         * log-edit.el (log-edit-done):
7883         * ses.el (ses-yank-resize):
7884         * play/gomoku.el (gomoku-human-plays, gomoku)
7885         (gomoku-human-resigns, gomoku-prompt-for-other-game)
7886         (gomoku-offer-a-draw):
7887         * play/landmark.el (lm-human-resigns, lm):
7888         * net/eudcb-ldap.el (eudc-ldap-check-base):
7889         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
7890         * progmodes/ebrowse.el (ebrowse-find-pattern):
7891         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
7892         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
7893         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7895         * vc.el (vc-delete-file):
7896         * play/gomoku.el (gomoku-terminate-game, gomoku)
7897         (gomoku-prompt-for-move, gomoku-human-takes-back):
7898         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7899         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7901 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7903         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7904         color rxvt terminals by using the code xterm.el used to use before
7905         2005-04-09 in order to match the colors used by rxvt.
7907 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7909         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7910         colors rxvt-unicode terminals by using the same code as xterm.el.
7912 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7914         * textmodes/tex-mode.el (tex-font-lock-append-prop)
7915         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7916         new symbol used for the tex-verbatim face.
7918 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7920         * woman.el (woman-file-name):
7921         * wid-edit.el (widget-file-prompt-value)
7922         (widget-coding-system-prompt-value):
7923         * w32-fns.el (set-w32-system-coding-system):
7924         * vc.el (vc-version-diff, vc-annotate):
7925         * textmodes/reftex-auc.el (reftex-arg-cite)
7926         (reftex-arg-index-tag):
7927         * textmodes/refer.el (refer-get-bib-files):
7928         * textmodes/artist.el (artist-figlet-choose-font):
7929         * terminal.el (terminal-emulator):
7930         * replace.el (occur-read-primary-args):
7931         * rect.el (string-rectangle, string-insert-rectangle):
7932         * ps-print.el (ps-print-preprint):
7933         * progmodes/pascal.el (pascal-goto-defun):
7934         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7935         * progmodes/compile.el (compilation-find-file):
7936         * printing.el (pr-interactive-n-up):
7937         * play/animate.el (animate-birthday-present):
7938         * net/rcompile.el (remote-compile):
7939         * man.el (man, Man-goto-section, Man-follow-manual-reference):
7940         * mail/rmailsum.el (rmail-summary-search-backward)
7941         (rmail-summary-search):
7942         * mail/rmailout.el (rmail-output-read-rmail-file-name)
7943         (rmail-output-read-file-name):
7944         * mail/rmail.el (rmail-search, rmail-search-backwards):
7945         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7946         * locate.el (locate):
7947         * international/quail.el (quail-show-keyboard-layout):
7948         * international/mule.el (set-buffer-file-coding-system)
7949         (revert-buffer-with-coding-system, set-file-name-coding-system)
7950         (set-terminal-coding-system, set-keyboard-coding-system)
7951         (set-next-selection-coding-system):
7952         * international/mule-diag.el (describe-coding-system)
7953         (describe-font, describe-fontset):
7954         * international/mule-cmds.el (universal-coding-system-argument)
7955         (search-unencodable-char, describe-input-method)
7956         (set-language-environment, describe-language-environment):
7957         * international/codepage.el (codepage-setup):
7958         * international/code-pages.el (codepage-setup):
7959         * info.el (Info-search, Info-follow-reference)
7960         (Info-search-backward):
7961         * emacs-lisp/advice.el (ad-read-advised-function)
7962         (ad-read-advice-class, ad-clear-cache, ad-activate)
7963         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7964         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7965         (ad-read-regexp):
7966         * ediff-util.el (ediff-toggle-regexp-match):
7967         * ediff-ptch.el (ediff-prompt-for-patch-file):
7968         * dired-aux.el (dired-diff):
7969         * diff.el (diff):
7970         * cus-edit.el (custom-variable-prompt):
7971         * calendar/timeclock.el (timeclock-ask-for-project):
7972         * calc/calcalg3.el (calc-get-fit-variables):
7973         * calc/calc-store.el (calc-edit-variable)
7974         (calc-permanent-variable):
7975         * vc-mcvs.el (vc-mcvs-register):
7976         * shadowfile.el (shadow-define-literal-group):
7977         * woman.el (woman-file-name):
7978         * vc.el (vc-version-diff, vc-merge):
7979         * textmodes/reftex-index.el (reftex-index-complete-tag):
7980         * format.el (format-decode-buffer, format-decode-region):
7981         * emulation/viper-cmd.el (viper-read-string-with-history):
7982         * emacs-lisp/debug.el (cancel-debug-on-entry):
7983         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7984         * ediff.el (ediff-merge-revisions)
7985         (ediff-merge-revisions-with-ancestor, ediff-revision):
7986         * completion.el (interactive-completion-string-reader):
7987         * calc/calc-prog.el (calc-user-define-formula):
7988         Follow convention for reading with the minibuffer.
7990 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
7992         * progmodes/python.el (python-describe-symbol): Add globals() and
7993         locals() to the arguments of emacs.ehelp.
7995 2005-09-24  Magnus Henoch  <mange@freemail.hu>
7997         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7998         New function, code extracted from ispell-valid-dictionary-list.
7999         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8000         Call it.
8002 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
8004         * subr.el (version-regexp-alist): Extend valid syntax for version
8005         strings: allow any of the characters -,_,+ to separate the
8006         alpha/beta/rc part from the version part.  Doc fix.
8007         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
8009 2005-09-23  David Reitter  <david.reitter@gmail.com>
8011         * mail/mailclient.el: New file.
8013 2005-09-23  Richard M. Stallman  <rms@gnu.org>
8015         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8016         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8017         Doc fixes.
8019         * progmodes/cc-mode.el (c-font-lock-init):
8020         Specify font-lock-lines-before.
8022 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8024         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8025         whole conflict.
8027 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
8029         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8030         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
8031         of `remap' feature when available.  Additional key bindings for
8032         better tty support.
8033         (org-mode-restart, org-force-self-insert): New commands.
8034         (org-time-stamp-inactive): New command.
8035         (org-remap): New function.
8036         (org-table-auto-blank-field, org-level-color-stars-only): New options.
8037         (org-enable-fixed-width-editor): Move to `org-structure'
8038         customization group.
8039         (org-self-insert-command, orgtbl-self-insert-command): Modify to
8040         blank field after field motion commands.
8042 2005-09-23  Kenichi Handa  <handa@m17n.org>
8044         * international/mule-cmds.el (set-language-environment):
8045         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8046         have to call utf-translate-cjk-load-tables.
8048 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8050         * mouse.el (mouse-move-drag-overlay): Fix last change.
8052 2005-09-22  David Ponce  <david@dponce.com>
8054         * tree-widget.el (tree-widget-value-create): Fix previous change.
8056 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
8058         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
8060 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8062         * mouse.el (mouse-move-drag-overlay): New function.
8063         (mouse-drag-region-1): Use it.
8064         Try to simplify a bit the state handling.  Handle clicks on links
8065         inside intangible areas.
8066         (mouse-save-then-kill): Minor simplification.
8067         (mouse-secondary-overlay): Make it always non-nil instead of
8068         recreating it each time.
8069         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8070         (mouse-kill-secondary, mouse-secondary-save-then-kill):
8071         Simplify accordingly.
8073 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
8075         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8077 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
8079         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8080         (ediff-file-name-sans-prefix): Treat nil as an empty string.
8081         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8082         to patch.
8084         * ediff-util.el: Use insert-buffer-substring.
8086         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
8088         * emulation/viper-cmd.el (viper-change-state): Don't move over the
8089         field boundaries in the minibuffer.
8090         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8091         (viper-minibuffer-post-command-hook): New hook.
8092         (viper-line): Don't move cursor at bolp.
8094         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
8096         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
8097         avoid compiler warnings.
8099         * emulation/viper-macs.el (ex-map): Better messages.
8101         * emulation/viper-utils.el (viper-beginning-of-field): New function.
8103         * emulation/viper.el: Replace make-variable-buffer-local with
8104         viper-make-variable-buffer-local everywhere, to avoid warnings.
8106 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8108         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8109         Delete unused var `old-selected-window'.
8110         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
8111         (mouse-drag-secondary): Delete unused var `start-frame'.
8113 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8115         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8117 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8119         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
8120         Re-indent within 80 columns.  Use inhibit-read-only.
8122 2005-09-19  Romain Francoise  <romain@orebokech.com>
8124         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
8126 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * font-lock.el (font-lock-default-fontify-region): Don't add a line
8129         unconditionally, since the after-change-function already did it.
8131 2005-09-19  Miles Bader  <miles@gnu.org>
8133         * net/newsticker.el: Get rid of CVS keyword.
8135 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
8137         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8138         The prompt is formatted later.
8140 2005-09-19  David Ponce  <david@dponce.com>
8142         * tree-widget.el (tree-widget-value-create): Save the converted
8143         tree :node widget.
8145 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
8147         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
8148         variable `message'.
8150 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
8152         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
8153         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
8154         <slawomir.nowaczyk.847@student.lu.se>.
8156 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
8158         * image.el (image-load-path): Use symbol `data-directory' instead
8159         of its value, for backward compatibility with packages that bind
8160         it during `find-image'.  Suggested by Katsumi Yamaoka.
8161         (image-search-load-path): Handle symbols whose values are strings.
8163 2005-09-18  Romain Francoise  <romain@orebokech.com>
8165         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
8166         with-current-buffer form in save-excursion.
8168 2005-09-18  D Goel  <deego@gnufans.org>
8170         * apropos.el (apropos-command): Fix `message' call: first arg
8171         should be a format spec.  In this and all other cases that appear
8172         below and elsewhere in the source code, I made a change only when
8173         two conditions were satisfied: [1] I can think of a possibility
8174         that the arguments would cause an error, for example, the code in
8175         question relies on external variables such as filenames.  [2] I
8176         was sure that the arg to `message' could not have been nil in the code.
8178         * textmodes/tildify.el (tildify-region): Ditto.
8180         * textmodes/reftex-index.el (reftex-index-change-entry)
8181         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
8182         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8183         * textmodes/org.el (org-complete, org-deadline, org-schedule)
8184         (org-priority, org-table-sum):
8185         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
8186         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
8187         (flyspell-word, flyspell-display-next-corrections):
8188         * textmodes/bibtex.el (bibtex-print-help-message):
8189         * textmodes/artist.el (artist-key-set-point-poly):
8190         * term/mac-win.el (mac-services-insert-text):
8191         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
8192         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
8193         (vhdl-port-paste-testbench, vhdl-compose-new-component)
8194         (vhdl-compose-configuration):
8195         * progmodes/sh-script.el (sh-blink, sh-show-indent)
8196         (sh-set-indent, sh-learn-line-indent):
8197         * progmodes/ps-mode.el (ps-mode-target-column):
8198         * progmodes/idlwave.el (idlwave-make-tags)
8199         (idlwave-scan-library-catalogs):
8200         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
8201         * progmodes/gud.el (gud-jdb-analyze-source):
8202         * progmodes/flymake.el (flymake-log):
8203         * progmodes/ebnf2ps.el (ebnf-generate-region):
8204         * progmodes/cmacexp.el (c-macro-expansion):
8205         * progmodes/ada-xref.el (ada-treat-cmd-string):
8206         * progmodes/ada-mode.el (ada-create-case-exception-substring)
8207         (ada-justified-indent-current, ada-batch-reformat):
8208         * play/zone.el (zone):
8209         * play/landmark.el (lm-move):
8210         * play/decipher.el (decipher-show-alphabet):
8211         * net/newsticker.el (newsticker--display-jump)
8212         (newsticker--display-scroll):
8213         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
8214         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
8215         * mail/feedmail.el (feedmail-dump-message-to-queue):
8216         * eshell/esh-proc.el (eshell-remove-process-entry):
8217         * emulation/ws-mode.el (ws-last-error):
8218         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
8219         (viper-record-kbd-macro):
8220         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
8221         * emacs-lisp/lisp-mnt.el (lm-report-bug):
8222         * emacs-lisp/find-func.el (find-function-noselect):
8223         * calendar/timeclock.el (timeclock-status-string)
8224         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
8225         (timeclock-when-to-leave-string):
8226         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
8227         * calc/calc-units.el (calc-enter-units-table):
8228         * calc/calc-mode.el (calc-mode-record-mode):
8229         * woman.el (woman-mini-help):
8230         * wdired.el (wdired-change-to-wdired-mode):
8231         * vc.el (vc-retrieve-snapshot):
8232         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
8233         * startup.el (display-startup-echo-area-message):
8234         * simple.el (set-goal-column):
8235         * ses.el (ses-command-hook, ses-recalculate-cell):
8236         * server.el (server-process-filter):
8237         * printing.el (pr-interface-txt-print, pr-interface-printify)
8238         (pr-interface-ps):
8239         * pcvs.el (cvs-help):
8240         * log-edit.el (log-edit, log-edit-mode-help):
8241         * iswitchb.el (iswitchb-possible-new-buffer):
8242         * isearch.el (isearch-edit-string):
8243         * image-mode.el (image-mode, image-minor-mode):
8244         * ibuf-macs.el (define-ibuffer-filter):
8245         * hi-lock.el (hi-lock-find-patterns):
8246         * files.el (toggle-read-only):
8247         * ediff-util.el (ediff-copy-diff)
8248         (ediff-write-merge-buffer-and-maybe-kill):
8249         * echistory.el (Electric-history-undefined):
8250         * dnd.el (dnd-insert-text):
8251         * dired-aux.el (dired-query):
8252         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
8253         * bookmark.el (bookmark-bmenu-locate):
8254         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
8255         Fix `message' calls to ensure first arg is a format string.
8256         The change was made only when these two conditions were satisfied:
8257         [1] when there is a possibility that the arguments would cause an error
8258         for example, if the code in question relies on external variables
8259         such as filenames, and
8260         [2] if the arg to `message' could not have been nil in the code.
8262         * pcomplete.el (pcomplete--help): Fix `message' format spec.
8263         Not having a %s would be weird, though not technically wrong.
8265 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8267         * term/mac-win.el (mac-add-charset-info): Doc fix.
8269 2005-09-17  Romain Francoise  <romain@orebokech.com>
8271         * shell.el (shell-resync-dirs): Handle echoing processes more
8272         reliably.  Don't insert resync command if `comint-process-echoes'
8273         is non-nil.
8275 2005-09-17  Magnus Henoch  <mange@freemail.hu>
8277         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
8278         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
8279         aspell versions >= 0.60.
8280         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
8281         only if ispell-aspell-supports-utf8 is non-nil.
8283 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8285         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
8286         buffer-local value to lisp-indent-function.
8288 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
8290         * progmodes/glasses.el (glasses-make-readable): If
8291         glasses-separator differs from underscore, put appropriate
8292         overlays over underscore characters.
8293         (glasses-convert-to-unreadable): If glasses-separator differs from
8294         underscore, try to convert glasses-separator characters to
8295         underscores.
8297 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
8300         Use with-syntax-table and dolist.
8302 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
8304         * textmodes/reftex-auc.el:
8305         * textmodes/reftex-cite.el:
8306         * textmodes/reftex-dcr.el:
8307         * textmodes/reftex-global.el:
8308         * textmodes/reftex-parse.el:
8309         * textmodes/reftex-ref.el:
8310         * textmodes/reftex-sel.el:
8311         * textmodes/reftex-toc.el:
8312         * textmodes/reftex-vars.el:
8313         * textmodes/reftex.el: Small changes to remove compiler warnings.
8315         * textmodes/reftex-index.el: Likewise.
8316         (reftex-query-index-phrase): More efficient use of markers.
8318 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8320         * image.el (image-load-path): New variable.
8321         (image-search-load-path): New function.
8322         (find-image): Search for images in `image-load-path'.
8324 2005-09-15  Richard M. Stallman  <rms@gnu.org>
8326         * follow.el: Change Maintainer field.
8328 2005-09-15  David Ponce  <david@dponce.com>
8330         * recentf.el (recentf-save-file-modes): New option.
8331         (recentf-save-list): Use it.
8333 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
8335         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
8336         (mode-line-mule-info, mode-line-modified): Move bindings from
8337         mouse-3 to mouse-1.
8339 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8341         * simple.el (sendmail-user-agent-compose): Revert last change.
8343 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8345         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
8346         Use with-current-buffer.
8347         (ange-ftp-gwp-start): Remove unused var `gw-user'.
8348         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
8349         (ange-ftp-insert-directory): Remove unused var `short'.
8350         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
8352         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
8353         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
8355         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
8356         (check-calendar-holidays, diary-list-entries): Autoload.
8357         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
8358         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
8360         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
8361         which mistakenly removed a call to display-buffer.
8363 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
8365         * obsolete/iso-insert.el: Move to obsolete/ from international/.
8367 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
8369         * progmodes/hideshow.el
8370         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
8371         (hs-allow-nesting): New user var.
8372         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
8373         (hs-hide-block-at-point): When nesting allowed,
8374         if there is already an overlay in place, delete it.
8375         (hs-safety-is-job-n): Delete func; remove call sites.
8376         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
8377         (hs-overlay-at): New func.
8378         (hs-already-hidden-p, hs-show-block): Use it.
8379         (hs-hide-all): Don't pre-clean if nesting allowed.
8380         (hs-show-all): Temporarily disallow
8381         nesting around call to `hs-discard-overlays'.
8383 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
8385         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
8386         Delete unused local var.
8388 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
8390         * help-fns.el (describe-categories): "?\ " -> "?\s".
8391         (help-do-arg-highlight): Recognize also ARG-n, as in
8392         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
8394         * international/codepage.el (dos-unsupported-char-glyph):
8395         * net/newsticker.el (tool-bar-map, w3-mode-map)
8396         (w3m-minor-mode-map):
8397         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
8398         (ent-alist):
8399         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
8401 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
8403         * custom.el (custom-push-theme): Handle the case where a symbol is
8404         bound but face properties have not yet been assigned.
8406         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
8407         Fix behavior if noerase is `t' and there is no mail buffer.
8409         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
8410         if `continue' is nil, rather than signal an error.
8412 2005-09-12  Richard M. Stallman  <rms@gnu.org>
8414         * font-lock.el (font-lock-keywords): Add autoload.
8416         * help-fns.el (describe-variable): Rearrange to put source link
8417         in a predictable place.
8419         * net/newsticker.el: New file.
8421 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8423         * calendar/calendar.el (calendar-for-loop): Add edebug info.
8424         (calendar-basic-setup): Use the new nil arg.
8425         (number-of-diary-entries): Move to diary-lib.el.
8427         * calendar/diary-lib.el: Use with-current-buffer, match-string.
8428         (diary-list-entries): Use with-syntax-table and dolist.
8429         Rename from list-diary-entries.
8430         Use number-of-diary-entries if `number' is nil.
8431         (diary, diary-view-entries): Use this new name and new nil arg value.
8432         (number-of-diary-entries): Move from calendar.el.
8433         (diary-unhide-everything): New function.
8434         (include-other-diary-files, fancy-diary-display)
8435         (diary-show-all-entries, make-diary-entry): Use it.
8436         (diary-mail-entries): Use buffer-string.
8437         (mark-diary-entries): Fix long standing paren typo.
8438         (diary-sexp-entry): Use count-lines.
8439         (make-diary-entry): Avoid `previous-line'.
8440         (diary-mode-map): New var.
8441         (diary-mode): Redraw cal after saving.  Setup header-line.
8442         (fancy-diary-display-mode): Use local-set-key.
8444         * startup.el (command-line): Try calling various terminal-init-foo-bar
8445         functions by stripping hyphenated suffixes from $TERM.
8447         * files.el (normal-mode): Check boundness of font-lock-keywords.
8449 2005-09-12  Richard M. Stallman  <rms@gnu.org>
8451         * progmodes/compile.el: Don't decide a file's directory
8452         until the user actually tries to go there.
8453         (compilation-next-error-function):
8454         Pass compilation-find-file the directory from the file-struct.
8455         (compilation-internal-error-properties): Separate local FILE-STRUCT
8456         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
8457         (compilation-find-file): Arg DIR renamed to DIRECTORY.
8458         Expand it, and if nil, use default-directory.
8459         (compilation-get-file-structure): Don't mix specified directory
8460         with default directory.  Put specified directory into
8461         file-struct.  Don't make the file name absolute.
8463         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8464         (compile-command): Add autoload.
8465         (compilation-disable-input): Add autoload.
8467 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
8469         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
8470         strings of the variables it can override.
8471         (time-stamp): New (as yet undocumented) time-stamp-format escapes
8472         %Q and %q, for fully-qualified domain name and unqualified host name.
8474 2005-09-11  Kim F. Storm  <storm@cua.dk>
8476         * emacs-lisp/authors.el (authors-aliases): Update list.
8477         (authors-fixed-entries): Update mldrag.el entry.
8479 2005-09-10  Alan Mackenzie  <acm@muc.de>
8481         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
8482         from the region narrowed to.
8484 2005-09-10  Magnus Henoch  <mange@freemail.hu>
8486         * textmodes/ispell.el (ispell-check-version): Signal an error if
8487         aspell version is less than 0.60.
8489 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
8491         * progmodes/octave-inf.el (inferior-octave-startup):
8492         Resync current dir at the end.
8494 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
8496         * woman.el (woman-topic-at-point-default):
8497         Rename to woman-use-topic-at-point-default.
8498         (woman-topic-at-point): Rename to woman-use-topic-at-point.
8499         (woman-file-name): Reflect renames above.  Automatically use the
8500         word at point as topic if woman-use-topic-at-point is non-nil.
8501         Otherwise offer it as default but don't insert it in the
8502         minibuffer.  Also use `test-completion' instead of `assoc' as
8503         suggested by Stefan Monnier.
8505 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
8507         * vc.el (vc-directory, vc-update-change-log): Throw an error on
8508         the attempt to do it over Tramp.  This is not yet supported.
8510 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
8512         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8513         (menu-bar-non-minibuffer-window-p): New functions.
8514         ("Split Window", "Save As..."): Use them.
8515         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
8516         ("Print Buffer", "Truncate Long Lines in this Buffer"):
8517         Use menu-bar-menu-frame-live-and-visible-p.
8518         ("Save Buffer", "Insert File", "Open Directory...")
8519         ("Open File...", "Visit New File..."):
8520         Use menu-bar-non-minibuffer-window-p.
8521         (kill-this-buffer-enabled-p, dired <menu-enable>):
8522         Use menu-bar-non-minibuffer-window-p.
8524 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8526         * cus-start.el (all): Don't complain about fringe-related
8527         built-ins if fringes are not supported.  Ditto about
8528         selection-related built-ins.  Fix the test for GTK-related built-ins.
8530         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
8531         ("Postscript Print Buffer", "Print Region", "Save As...")
8532         ("Save", "Insert File...", "Open Directory...")
8533         ("Open File...", "Visit New File..."")
8534         ("Truncate Long Lines in this Buffer"): Don't look at
8535         menu-updating-frame if this display does not support multiple frames.
8537 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8539         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
8541 2005-09-09  Emilio Lopes  <eclig@gmx.net>
8543         * woman.el: Format- and whitespace-related changes.
8545 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8547         * woman.el: Fix my email address.
8549 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8551         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
8552         (sh-mode): Locally set skeleton-pair-default-alist.
8554         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8556         * progmodes/flymake.el: Require `compile' unconditionally.
8558         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
8560         * woman.el (woman-file-name): Provide a default, not initial input.
8562         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
8564         * font-lock.el (font-lock-support-mode): Doc fix.
8566         * descr-text.el (describe-property-list): Handle non-symbol prop names.
8568 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8570         * simple.el (blink-matching-open): Get rid of text props from
8571         the string shown in echo area.  Don't permanently set point.
8572         Some rearrangements.
8574 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8576         * recentf.el (recentf-filename-handler): Add custom choice
8577         `abbreviate-file-name'.
8579         * msb.el (msb--very-many-menus): Fix typo.
8581         * disp-table.el (standard-display-european): Don't set
8582         enable-multibyte-characters to nil.
8584 2005-09-08  David Ponce  <david@dponce.com>
8586         * recentf.el (recentf-show-file-shortcuts-flag): New option.
8587         (recentf-expand-file-name): Doc fix.
8588         (recentf-dialog-mode-map): Define digit shortcuts.
8589         (recentf--files-with-key): New variable.
8590         (recentf-show-digit-shortcut-filter): New function.
8591         (recentf-open-files-items): New function.
8592         (recentf-open-files): Use it.
8593         (recentf-open-file-with-key): New command.
8595 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
8597         * buff-menu.el (Buffer-menu-sort-by-column): New function.
8598         Suggested by Kim F. Storm.
8599         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
8600         (Buffer-menu-make-sort-button): Use global keymap.
8602 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
8604         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
8605         (Man-getpage-in-background-advice): Remove defadvice; it isn't
8606         necessary any longer with the remapped command.
8607         (Man-bgproc-sentinel-advice): Remove defadvice which counts
8608         formatting time only.
8610         * net/tramp.el (tramp-action-password)
8611         (tramp-multi-action-password): Compile the password prompt from
8612         `method', `user' and `host'.  Sometimes it isn't obvious which
8613         password to enter, for example with remote files offered by
8614         recentf.el, or with multiple steps.  Suggested by Robert Marshall
8615         <robert@chezmarshall.freeserve.co.uk>.
8617 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8619         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8620         Fix regexp for when "s///" is at the beginning of line.
8622 2005-09-07  Jay Belanger  <belanger@truman.edu>
8624         * calc/calc-poly.el (math-expand-term): Multiply out any powers
8625         when in matrix mode.
8627 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8629         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
8630         non-anonymous functions.
8632 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
8634         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
8635         when using a header line.  Otherwise, use mouse-1-click-follows-link.
8637         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
8638         can't be moved; don't signal an error.
8640 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
8642         * cus-theme.el (custom-theme-write-faces): Save the current face
8643         spec, not the defface spec.
8645         * custom.el (custom-known-themes): Clarify meaning of "standard".
8646         (custom-push-theme): Save old values in the standard theme.
8647         (disable-theme): Correct typo.
8648         (custom-face-theme-value) Deleted unused function.
8649         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
8651 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8653         * progmodes/compile.el (compilation-goto-locus): Take into account
8654         iconified frames when determining whether the buffer is
8655         already visible.
8656         Don't reset window height if the window already existed.
8658 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
8660         * custom.el (load-theme): Rename from require-theme.
8661         Add interactive spec.
8662         (enable-theme): Rename from custom-enable-theme.
8663         Add interactive spec.
8664         (disable-theme): Rename from custom-disable-theme.
8665         Add interactive spec.
8666         (custom-make-theme-feature): Doc fix.
8667         (custom-theme-directory): Doc fix.
8668         (provide-theme): Call enable-theme.
8670 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8672         * obsolete/lazy-lock.el (lazy-lock-mode):
8673         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
8674         font-lock-mode if it's off.  Print a warning instead.
8676         * progmodes/compile.el (compilation-start): Ignore errors if the
8677         process died before we get to send-eof.
8679         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
8680         Undo last change.  Enclosing the result in quotes broke things on Unix
8681         since tex-send-command passes it through shell-quote-argument.
8682         (tex-send-command): Pass `file' through convert-standard-filename
8683         when possible.
8684         (tex-uptodate-p): Handle the case where TeX hasn't put additional
8685         info in a transcript.
8687 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8689         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
8690         fix compilation warning.  Reorder the key definitions to group
8691         together keys emitted by the current version of xterm.
8693         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
8694         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
8695         Reorder predicates to correct min-color usage.
8697 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
8699         * longlines.el (longlines-mode): Inhibit read-only when encoding.
8700         Kill local variables when longlines-mode is turned off.
8702 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8704         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
8706         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
8708         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
8710         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
8711         (font-lock-lines-before): Change default to being inactive.
8712         (font-lock-default-fontify-region): Obey font-lock-lines-before.
8713         (font-lock-after-change-function): Don't handle f-l-lines-before here.
8715 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8717         * net/tramp.el (tramp-handle-make-auto-save-file-name):
8718         Deactivate temporarily advice if active (not needed for Emacs 22,
8719         but for backwards compatibility).
8720         (tramp-exists-file-name-handler): Rewrite.  First implementation
8721         was too simple.
8722         (tramp-advice-make-auto-save-file-name):
8723         Call `tramp-handle-make-auto-save-file-name' (again, just for
8724         backwards compatibility).
8726 2005-08-31  Reto Zimmermann  <reto@gnu.org>
8728         * progmodes/vhdl-mode.el
8729         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
8730         (vhdl-end-p): Fix indentation bug "else" after "-- when".
8731         (vhdl-set-default-project): New function (easier setting of default).
8732         (vhdl-port-copy): Handle extended identifiers for generics.
8733         (vhdl-compiler-alist): Better description for error message regexp.
8734         (vhdl-make): Query for target, use previous as default.
8735         (vhdl-port-copy): Fix port copy for port names starting with "signal".
8736         (vhdl-font-lock-keywords-2): Fix fontification for record
8737         el. assign.
8738         (vhdl-speedbar-make-subpack-line): Add package body link.
8739         (vhdl-generate-makefile-1): Not include itself as dependency.
8740         (vhdl-font-lock-init): Highlight c-preprocessor directives.
8741         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
8742         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
8743         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
8744         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
8745         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
8746         (vhdl-import-project): Add string argument for `error'.
8747         (vhdl-compose-configuration)
8748         (vhdl-compose-configuration-architecture): Add configuration
8749         declaration generation.
8750         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
8751         (vhdl-trailer-re): Add "record" keyword (better indentation).
8752         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
8753         "[^ \t-\"]+".
8754         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
8755         (vhdl-testbench-entity-file-name)
8756         (vhdl-testbench-architecture-file-name): Allow separate
8757         customization of testbench file names.
8758         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
8759         (vhdl-get-visible-signals): Allow newline within alias declaration.
8760         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
8761         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
8762         (member-ignore-case): Alias for missing function in XEmacs.
8763         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
8764         (vhdl-update-sensitivity-list): Ignore case on read signals.
8765         (vhdl-replace-string): Adjust case only for file names.
8766         (vhdl-update-sensitivity-list): Fix search for read signals.
8767         (vhdl-update-sensitivity-list): Exclude formal parameters.
8768         (vhdl-get-visible-signals): Include aliases of signals.
8769         (vhdl-get-visible-signals): Fix signal name searching.
8770         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
8771         (vhdl-fixup-whitespace-region): Fix for character
8772         literals (e.g. `:').
8774 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8776         * ansi-color.el (comint-last-output-start):
8777         * bs.el (font-lock-verbose):
8778         * diff-mode.el (add-log-buffer-file-name-function):
8779         * dired-x.el (vm-folder-directory):
8780         * faces.el (help-xref-stack-item):
8781         * files.el (font-lock-keywords):
8782         * find-lisp.el (dired-buffers, dired-subdir-alist):
8783         * ido.el (cua-inhibit-cua-keys):
8784         * log-view.el (cvs-minor-wrap-function):
8785         * outline.el (font-lock-warning-face):
8786         * simple.el (compilation-current-error):
8787         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
8788         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
8789         * tooltip.el (comint-prompt-regexp):
8790         * w32-fns.el (explicit-shell-file-name):
8791         * term/mac-win.el (mac-charset-info-alist)
8792         (mac-services-selection, mac-system-script-code):
8793         * term/tty-colors.el (msdos-color-values):
8794         * term/w32-win.el (xlfd-regexp-registry-subnum):
8795         * term/x-win.el (x-keysym-table, x-selection-timeout)
8796         (x-session-id, x-session-previous-id):
8797         * textmodes/ispell.el (mail-yank-prefix):
8798         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
8799         * textmodes/org.el (calc-embedded-close-formula)
8800         (calc-embedded-open-formula)
8801         (font-lock-unfontify-region-function):
8802         * textmodes/reftex-global.el (isearch-next-buffer-function)
8803         (TeX-master):
8804         * textmodes/reftex.el (font-lock-keywords):
8805         * textmodes/tex-mode.el (font-lock-comment-face)
8806         (font-lock-doc-face):
8807         * textmodes/texinfo.el (outline-heading-alist):
8808         Add defvars.
8810         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
8811         (artist-spray-chars, artist-mode-init, artist-replace-string)
8812         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
8813         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
8814         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
8816         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
8817         (conf-align-assignments): "?\ " -> "?\s".
8819         * textmodes/reftex-index.el (TeX-master): Add defvar.
8820         (reftex-index-phrases-marker): Move up defvar.
8822         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
8823         (reftex-toc-include-labels-indicator)
8824         (reftex-toc-include-index-indicator)
8825         (reftex-toc-max-level-indicator): Move up declarations.
8827         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
8828         of args to `tramp-run-real-handler', even if it's empty in this case.
8830 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8832         * dired.el (dired-move-to-filename-regexp): Add date format for
8833         Mac OS X 10.3 in East Asian locales.
8835 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8837         * files.el (make-auto-save-file-name): Add file name handler call
8838         if applicable.
8840         * net/tramp.el (tramp-file-name-handler-alist)
8841         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8842         (tramp-handle-make-auto-save-file-name): Rename from
8843         `tramp-make-auto-save-file-name'.
8844         (tramp-exists-file-name-handler): New defun.
8845         (tramp-advice-make-auto-save-file-name): Make defadvice only when
8846         `make-auto-save-file-name' is not a magic file name operation.
8848 2005-08-30  Richard M. Stallman  <rms@gnu.org>
8850         * files.el (risky-local-variable-p):
8851         Match `-predicates' and `-commands.
8853         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8854         (custom-save-all): Visit the file if necessary;
8855         kill the buffer if we created it.
8856         (custom-save-delete): Don't visit file or kill buffer here.
8858 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
8860         * textmodes/org.el (org-special-keyword): New face.
8861         (org-table-copy-down, org-table-eval-formula)
8862         (org-table-recalculate, org-init-section-numbers):
8863         Use `string-to-number' instead of `string-to-int'.
8864         (org-get-location): Use `insert-buffer-substring' instead of
8865         `insert-buffer'.
8866         (org-modify-diary-entry-string): New function.
8867         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8868         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8869         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8870         active region.
8871         (org-export-as-html): Handle QUOTE keyword.
8872         (org-quote-string): New option.
8873         (org-bookmark-jump-unhide): New function, used for
8874         `bookmark-after-jump-hook'.
8875         (org-diary-default-entry): Apply only when not called through
8876         `org-agenda'.
8878 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
8880         * net/eudc.el (mode-popup-menu):
8881         * play/handwrite.el (ps-printer-name, ps-lpr-command):
8882         * progmodes/ada-mode.el (compile-auto-highlight)
8883         (skeleton-further-elements):
8884         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8885         * progmodes/cmacexp.el (msdos-shells):
8886         * progmodes/compile.el (font-lock-extra-managed-props)
8887         (font-lock-keywords, font-lock-maximum-size)
8888         (font-lock-support-mode):
8889         * progmodes/grep.el (font-lock-lines-before):
8890         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
8891         * progmodes/mixal-mode.el (compile-command):
8892         * progmodes/perl-mode.el (font-lock-comment-face)
8893         (font-lock-doc-face, font-lock-string-face):
8894         * progmodes/prolog.el (comint-prompt-regexp):
8895         * progmodes/sh-script.el (font-lock-comment-face)
8896         (font-lock-set-defaults, font-lock-string-face):
8897         * progmodes/sql.el (font-lock-keyword-face)
8898         (font-lock-set-defaults, font-lock-string-face):
8899         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8900         (itimer-version, lazy-lock-defer-contextually)
8901         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8902         Add defvars.
8904         * progmodes/cperl-mode.el (cperl-electric-lbrace)
8905         (cperl-electric-keyword, cperl-electric-pod)
8906         (cperl-electric-backspace, cperl-forward-re)
8907         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8908         (vc-rcs-header, vc-sccs-header): Add defvars.
8910         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8911         (font-lock-syntactic-keywords, gud-find-expr-function):
8912         Add defvars.
8914         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8915         (gdb-frame-parameters): Declare before use.
8917         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8918         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8919         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8920         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8922         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8923         (idlwave-help-with-source): Use `insert-buffer-substring', not
8924         `insert-buffer'.
8926 2005-08-29  Juri Linkov  <juri@jurta.org>
8928         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8929         Put outline-back-to-heading function call inside save-excursion.
8931 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
8933         * man.el (Man-init-defvars, Man-translate-references)
8934         (Man-support-local-filenames, Man-highlight-references):
8935         * progmodes/sql.el (sql-interactive-mode):
8936         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8938         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8939         (compilation-mode-font-lock-keywords): Add defvars.
8940         (checkdoc-interactive-loop): "?\ " -> "?\s".
8942         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8943         (font-lock-doc-face, font-lock-string-face)
8944         (font-lock-keywords-case-fold-search): Add defvars.
8945         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8947         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8948         Don't pass X and Y (they are ignored anyway).
8949         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8950         (mouse-delete-window): Make arguments optional.
8952         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8953         (caesar-translate-table, minor-modes, news-buffer-save)
8954         (news-group-name, news-minor-modes): Add defvars.
8956         * emacs-lisp/lselect.el (mouse-highlight-priority)
8957         (x-lost-selection-functions, zmacs-regions):
8958         * emacs-lisp/pp.el (font-lock-verbose):
8959         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8960         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8961         (ses-mode-map):
8962         * emacs-lisp/tcover-unsafep.el (safe-functions):
8963         * international/mule-cmds.el (mac-system-coding-system)
8964         (mac-system-locale):
8965         * language/ethio-util.el (rmail-current-message)
8966         (rmail-message-vector):
8967         * language/thai-util.el (thai-auto-composition-mode):
8968         * mail/metamail.el (rmail-current-message, rmail-message-vector):
8969         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8970         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8971         (vm-primary-inbox, vm-spool-files):
8972         * mail/rmail.el (deleted-head, font-lock-fontified)
8973         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8974         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8975         (total-messages):
8976         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8977         (rmail-summary-mode-map):
8978         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8979         (rmail-last-label, rmail-last-multi-labels)
8980         (rmail-summary-vector, rmail-total-messages):
8981         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8982         * mail/rmailsum.el (msgnum):
8983         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8984         (rmail-current-message):
8985         * obsolete/fast-lock.el (font-lock-face-list):
8986         * obsolete/rnewspost.el (mail-reply-buffer):
8987         * obsolete/scribe.el (compile-command):
8988         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8990 2005-08-28  John Paul Wallington  <jpw@gnu.org>
8992         * ibuf-ext.el (ibuffer-auto-update-changed):
8993         Use `frame-or-buffer-changed-p' to check whether we need to update.
8994         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8995         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
8996         as a `frame-or-buffer-changed-p' state vector instead.
8998 2005-08-27  Romain Francoise  <romain@orebokech.com>
9000         * textmodes/makeinfo.el (makeinfo-compile):
9001         Use `compilation-start'.  Set `next-error-function' according to
9002         `disable-errors'.
9003         (makeinfo-next-error): New function.
9004         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9005         (makeinfo-buffer): Likewise.
9007         * progmodes/compile.el (compilation-start): Add autoload cookie.
9009         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9010         * textmodes/sgml-mode.el: Likewise.
9011         * progmodes/python.el: Likewise.
9013 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
9015         * simple.el (blink-matching-paren-distance): Document the meaning
9016         of nil value, and allow to customize to nil.
9018         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9019         command.com, not command.exe.
9021 2005-08-26  John Wiegley  <johnw@newartisans.com>
9023         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
9024         code around a bit so that an extraneous nil argument is not added
9025         to a command when no args are given.
9027         * eshell/esh-arg.el (eshell-parse-double-quote): If a
9028         double-quoted argument resolves to nil, return it as an empty
9029         string rather than as nil.  This made it impossible to pass "" to
9030         a shell script as a null string argument.
9032 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9034         * outline.el (outline-invent-heading): New fun.
9035         (outline-promote, outline-demote): Use it.
9036         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9037         (outline-end-of-subtree): Remove unused var `opoint'.
9039 2005-08-26  David Reitter  <david.reitter@gmail.com>
9041         * menu-bar.el (truncate-lines, write-file, print-buffer)
9042         (ps-print-buffer-faces, ps-print-buffer, split-window):
9043         Disable menu items when the frame they refer to is invisible, or when
9044         they refer to a buffer and the minibuffer is selected.
9046 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
9048         * progmodes/flymake.el (flymake-highlight-err-lines):
9049         Use save-excursion around flymake-highlight-line to preserve point.
9051 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
9053         * progmodes/octave-mod.el: Change Author and Maintainer address.
9054         (octave-maintainer-address): Change Kurt's email address.
9055         * progmodes/octave-inf.el: Change Author and Maintainer address.
9056         * progmodes/octave-hlp.el: Change Author and Maintainer address.
9058 2005-08-26  Kim F. Storm  <storm@cua.dk>
9060         * subr.el (version-list-<, version-list-<=, version-list-=):
9061         Rename from integer-list-*.
9062         (version-list-not-zero): Likewise.  Fix while loop.
9063         (version=): Use version-list-= instead of string-equal.
9065 2005-08-26  Richard M. Stallman  <rms@gnu.org>
9067         * outline.el (outline-promote): Try shortening the heading.
9068         As last resort, read the heading to use.
9069         (outline-demote): As last resort, read the heading to use.
9071 2005-08-26  Romain Francoise  <romain@orebokech.com>
9073         * progmodes/compile.el (compilation-start): Doc fix.
9075         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9076         (antlr-font-lock-additional-keywords): Fix reference to
9077         `antlr-font-lock-literal-regexp' erroneously changed during the
9078         mass face rename.
9079         (antlr-run-tool): Use `compilation-start'.
9081         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9082         instead of the obsolete `compile-internal'.
9084 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
9086         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9087         (number, original-date):
9088         * calendar/cal-china.el (date):
9089         * calendar/cal-coptic.el (date):
9090         * calendar/cal-french.el (date):
9091         * calendar/cal-hebrew.el (date, entry, number, original-date):
9092         * calendar/cal-islam.el (date, number, original-date):
9093         * calendar/cal-iso.el (date):
9094         * calendar/cal-julian.el (date):
9095         * calendar/cal-mayan.el (date):
9096         * calendar/cal-menu.el (date, event):
9097         * calendar/cal-persia.el (date):
9098         * calendar/lunar.el (date):
9099         * calendar/solar.el (date): Add defvars.
9101         * emerge.el:
9102         * ibuffer.el:
9103         * info-xref.el:
9104         * obsolete/bg-mouse.el:
9105         * obsolete/sun-curs.el:
9106         * obsolete/swedish.el: Move the `defvar's to the top level.
9108         * smerge-mode.el (smerge-refined-change): Add :group.
9110 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9112         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9113         (smerge-keep-n): Remove props.
9114         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9115         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9116         now that it's done in smerge-keep-n.
9117         (smerge-refined-change): New face.
9118         (smerge-refine-chopup-region, smerge-refine-highlight-change)
9119         (smerge-refine): New funs.
9120         (smerge-basic-map): Bind smerge-refine.
9122 2005-08-25  Juri Linkov  <juri@jurta.org>
9124         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
9125         compilation-process-setup-function and compilation-disable-input
9126         in grep-mode instead of let-bindings in grep.
9128         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
9129         Delete "Automatic File De/compression" (auto-compression-mode).
9131 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
9133         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
9134         Silence warning about non-existent variable.
9136 2005-08-25  Richard M. Stallman  <rms@gnu.org>
9138         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
9139         Rename "Describe Key" to "Describe Key or Mouse Operation".
9141         * mail/mailalias.el (build-mail-aliases): Delete comments
9142         from the contents before processing them.
9144         * isearch.el (isearch-edit-string): Erase the Search prompt
9145         if user enters an empty string and there is no default.
9147         * comint.el (comint-file-name-prefix): Add autoload.
9149 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
9151         * subr.el (play-sound): Rearrange to avoid warning.
9153 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
9155         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
9156         New hook.
9157         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
9159 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9161         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
9163         * custom.el (custom-theme-set-variables): Sort minor modes last.
9165 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9167         * subr.el (version-separator, version-regexp-alist): New vars used by
9168         version comparison funs.
9169         (integer-list-<, integer-list-=, integer-list-<=)
9170         (integer-list-not-zero): New funs for integer list comparison.
9171         (version-to-list, version=, version<, version<=): New funs for version
9172         comparison.
9174 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
9176         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
9177         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
9178         time to silence the byte-compiler.
9180         * ibuffer.el (ibuffer-compile-make-eliding-form)
9181         (ibuffer-check-formats): Use `with-no-warnings' to hide references
9182         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
9183         so it's silly to get warnings for it).
9184         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
9185         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
9186         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
9187         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
9188         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
9189         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
9190         Defvar at compile time.
9191         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
9192         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
9193         Declare them before use.
9195         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
9196         (info-xref-good, info-xref-bad): Defvar at compile time.
9198         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
9199         Use `let*' instead of `let'.
9201         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
9202         (*mouse-y*, menu, char): Defvar at compile time.
9203         (sc::menu): Declare it before use.
9204         (sc::pack-one-line): Use `let', not `let*'.
9206         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
9207         (mail-send-hook): Defvar at compile time.
9209         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
9210         Defvar at compile time.
9212         * term/sun-mouse.el (current-global-mousemap)
9213         (current-local-mousemap): Declare them before use.
9215 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
9217         * bookmark.el (bookmark-after-jump-hook): New hook.
9218         (bookmark-jump): Run `bookmark-after-jump-hook'.
9220 2005-08-23  Juri Linkov  <juri@jurta.org>
9222         * faces.el (minibuffer-prompt): Doc fix.
9224 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
9226         * progmodes/xscheme.el: Trivial changes to silence warnings.
9227         (xscheme-previous-mode, xscheme-previous-process-state):
9228         Add defvars.
9229         (xscheme-last-input-end, xscheme-process-command-line)
9230         (xscheme-process-name, xscheme-buffer-name)
9231         (xscheme-expressions-ring-max, xscheme-expressions-ring)
9232         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
9233         (xscheme-control-g-synchronization-p)
9234         (xscheme-control-g-disabled-p, xscheme-string-receiver)
9235         (default-xscheme-runlight, xscheme-runlight)
9236         (xscheme-runlight-string, xscheme-process-filter-state)
9237         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
9238         Move to beginning of file.
9239         (scheme-interaction-mode-commands-alist)
9240         (scheme-interaction-mode-map, scheme-debugger-mode-map):
9241         Declare them before use.  Note: the initialization code for the variables
9242         has not been moved because it uses functions that reference the variables.
9243         (xscheme-control-g-message-string, xscheme-process-filter-alist)
9244         (xscheme-prompt-for-expression-map): Declare them before use.
9245         (scheme-debugger-mode-commands): "?\ " -> "?\s".
9247 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
9249         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
9251 2005-08-22  Juri Linkov  <juri@jurta.org>
9253         * faces.el (set-face-underline): Delete this duplicate function
9254         and make an obsolete alias to set-face-underline-p.
9255         (set-face-underline-p): Use docstring of set-face-underline.
9256         (describe-face): Create hyperlink to parent face.
9258         * info.el (Info-insert-dir): Use save-excursion around
9259         insert-buffer-substring.
9260         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
9261         (Info-escape-percent): Delete function.
9262         (Info-fontify-node): Replace Info-escape-percent by
9263         replace-regexp-in-string with REP arg set to lambda that
9264         duplicates `%' and preserves text properties.
9266         * progmodes/compile.el (compilation-disable-input): Doc fix.
9267         (define-compilation-mode): Doc fix and refill.
9268         (kill-compilation): Use `mode-name' in the error message.
9269         (compilation-find-file): Use `compilation-error' in the
9270         read-file-name's prompt.
9272 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9274         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
9275         (smerge-auto-leave): Make undo re-enable the mode.
9276         (debug-ignored-errors): Add the user-error of impossible resolution.
9277         (smerge-resolve): Move things around a bit, in preparation for later.
9278         (smerge-diff): Don't fail if the buffer has no associated file.
9279         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
9280         (smerge-conflict-overlay): New function.
9281         (smerge-match-conflict): Don't add text properties here.
9282         (smerge-find-conflict): Instead, add an overlay here.
9283         Also check for the case where we're inside a conflict already, so as to
9284         obviate the need for font-lock-multiline, which is unbearably slow with
9285         large conflicts and ciomplex font-lock patterns.
9286         (smerge-remove-props): Remove overlay rather than text-properties.
9287         (smerge-mode): Don't set font-lock-multiline.
9288         Remove overlays when turned off.
9290 2005-08-21  Kim F. Storm  <storm@cua.dk>
9292         * ido.el (ido-ignore-item-p): Use save-match-data.
9293         Bind case-fold-search to ido-case-fold locally.
9295 2005-08-20  Richard M. Stallman  <rms@gnu.org>
9297         * files.el (normal-mode): If font lock is on, turn it off and on.
9299         * subr.el (replace-regexp-in-string): Doc fix.
9301         * startup.el (command-line-1): Don't suppress startup screen
9302         due to existing processes.
9304         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
9306         * progmodes/compile.el (compilation-disable-input): Default to nil.
9308 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
9310         * progmodes/compile.el (compilation-disable-input): New defcustom.
9311         (compilation-start): If compilation-disable-input is non-nil, send
9312         EOF to the compilation process.
9314 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
9316         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
9317         Run the argument of tex-shell-cd-command through
9318         convert-standard-filename, to get the correct style of slashes on
9319         Windows, and enclose the result in quotes, in case the file name
9320         includes whitespace or other special characters.
9322 2005-08-19  Andreas Schwab  <schwab@suse.de>
9324         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
9325         process.
9327 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
9329         * cus-start.el (minibuffer-prompt-properties): Correct typo.
9331 2005-08-18  Kim F. Storm  <storm@cua.dk>
9333         * scroll-lock.el: Fix errors due to incorrect line wrapping.
9335 2005-08-18  Richard M. Stallman  <rms@gnu.org>
9337         * scroll-lock.el: New file.
9339 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
9341         * dired.el (dired-move-to-end-of-filename):
9342         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
9344 2005-08-18  Kim F. Storm  <storm@cua.dk>
9346         * ido.el (ido-everywhere): Fix defcustom :set function to disable
9347         rather than toggle mode when custom value is nil.
9348         (ido-everywhere): Fix defun doc string.
9350 2005-08-17  Richard M. Stallman  <rms@gnu.org>
9352         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
9353         as tag instead of "Inviolable".
9355 2005-08-17  Kim F. Storm  <storm@cua.dk>
9357         * windmove.el (windmove-coordinates-of-position): Remove.
9358         (windmove-coordinates-of-window-position): Remove.
9359         (windmove-reference-loc): Use posn-at-point instead.
9361         * subr.el (insert-for-yank-1): Doc fix.
9363         * ido.el (ido-enter-matching-directory): Rename from
9364         ido-enter-single-matching-directory.  Change `slash' choice to
9365         `only'.  Add `first' choice.
9366         (ido-exhibit): Adapt to above changes.
9368 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
9370         * Makefile.in: Expand comment about building loaddefs.el.
9372 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
9374         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
9375         Comment use of defadvice.
9377         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
9379 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
9381         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
9382         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
9383         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
9384         * progmodes/idlw-shell.el, progmodes/ld-script.el,
9385         * progmodes/which-func.el, ruler-mode.el, strokes.el,
9386         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
9387         for backward compatibility for faces that did not appear in the
9388         previous Emacs release.
9390         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
9392 2005-08-15  Kim F. Storm  <storm@cua.dk>
9394         * emulation/cua-base.el (cua-delete-region): Return t if
9395         deleted region was non-empty.
9396         (cua-replace-region): Inhibit overwrite-mode for
9397         self-insert-command if replaced region was non-empty.
9398         (cua--explicit-region-start, cua--status-string): Make them
9399         buffer-local at top-level...
9400         (cua-mode): ...rather than when mode is enabled.
9402 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
9404         * progmodes/vhdl-mode.el (vhdl-emacs-21):
9405         Set t for Emacs 21, 22, and so on.
9407 2005-08-15  David Ponce  <david@dponce.com>
9409         * tree-widget.el: Update Commentary header.
9410         (tree-widget-theme): Doc fix.
9411         (tree-widget-space-width): New option.
9412         (tree-widget-image-properties): Look up in the default theme too.
9413         (tree-widget--cursors): Only for images with arrow pointer shape.
9414         (tree-widget-lookup-image): Pointer shape is hand by default.
9415         (tree-widget-icon): Rename generic icon widget from
9416         `tree-widget-control'.
9417         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
9418         derive from `tree-widget-icon'.
9419         (tree-widget-handle): Improve default look and feel of the text
9420         representation.
9421         (tree-widget): Rename :*-control properties to :*-icon properties.
9422         Add :action and :help-echo properties.
9423         (tree-widget-after-toggle-functions): Move.
9424         (tree-widget-close-node, tree-widget-open-node): Remove.
9425         (tree-widget-before-create-icon-functions): New hook.
9426         (tree-widget-value-create): Update to allow customization of icons
9427         and nodes at run-time via that new hook.
9428         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
9429         (tree-widget-icon-action, tree-widget-icon-help-echo)
9430         (tree-widget-action, tree-widget-help-echo): New functions.
9432 2005-08-15  Kim F. Storm  <storm@cua.dk>
9434         * ido.el (ido-buffer-internal): Use with-no-warnings.
9435         (ido-make-merged-file-list): Use while-no-input.
9437 2005-08-15  Richard M. Stallman  <rms@gnu.org>
9439         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
9440         (flyspell-large-region): Fix doc and custom type.
9442 2005-08-14  Richard M. Stallman  <rms@gnu.org>
9444         * files.el (interpreter-mode-alist): Doc fix.
9446         * mail/rmail.el (rmail-nonignored-headers): New variable.
9447         (rmail-clear-headers): Use it.
9448         (rmail-reply): Better handling of mail-followup-to header.
9450         * progmodes/sh-script.el (sh-font-lock-keywords-var):
9451         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
9452         don't try to refer to executable-font-lock-keywords.
9453         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
9454         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
9455         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
9456         (sh-mode): Set comment-start-skip, local-abbrev-table,
9457         imenu-case-fold-search.
9458         (sh-set-shell): Don't set them here.
9459         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
9460         Don't cache the results in the original alist; don't ever modify
9461         that alist.
9463         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
9465         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
9466         empty.
9468 2005-08-15  Andreas Schwab  <schwab@suse.de>
9470         * desktop.el: Put autoload cookie at risky-local-variable declarations.
9472         * dired.el, info.el, mail/rmail.el: Revert last change.
9474 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
9476         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
9477         modification in `eval-after-load' form.
9478         * info.el: Likewise.
9479         * mail/rmail.el: Likewise.
9481 2005-08-14  Juri Linkov  <juri@jurta.org>
9483         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9484         Remove highlighting of "Compilation started".  Highlight only
9485         the word "finished" in "Compilation finished".  Add highlighting
9486         of "interrupt", "killed", "terminated" and the exit code.
9487         (compilation-start): Add newline after header.  Use exactly the
9488         same time stamp format as the finishing message.
9489         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
9491         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
9492         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
9493         Add highlighting of "interrupt", "killed", "terminated".
9495         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
9496         enabled and the current command is self-insert-command, call it
9497         explicitly with overwrite-mode bound to nil, to not allow it
9498         to delete the character after the selected region.
9500 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
9502         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
9503         move-end-of-line, end-of-line, and beginning-of-line to the list
9504         of commands after which the echo area is updated.
9506 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
9508         * cus-edit.el (custom-save-all, custom-save-delete):
9509         Bind recentf-exclude to exclude custom-file.
9511 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
9513         * mail/rmailsum.el (rmail-summary-end-of-message): New command
9514         to go to the bottom of the mail message.  Added to
9515         `rmail-summary-mode-map' with key "/".
9516         (rmail-summary-show-message): New (internal) function for use by
9517         both `rmail-summary-beginning/end-of-message'.
9518         (rmail-summary-beginning-of-message): Change to use
9519         rmail-summary-show-message.
9521         * mail/rmail.el (rmail-end-of-message): New command to go to the
9522         end of the current message.  Added to `rmail-mode-map' with key "/".
9523         (rmail-beginning-of-message): Fix to work as documented.
9524         (rmail-mode): Change documentation.
9526         * progmodes/compile.el (compilation-start): Add the line
9527         "Compilation started" with compilation start time.
9528         (compilation-mode-font-lock-keywords): Add `started' to keywords.
9530 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
9532         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
9533         of menu items.
9535 2005-08-11  Richard M. Stallman  <rms@gnu.org>
9537         * simple.el (pop-global-mark): Reverse test of widen-automatically.
9539         * battery.el (battery-status-function): Don't use ignore-errors.
9541 2005-08-11  Lute Kamstra  <lute@gnu.org>
9543         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
9544         define-obsolete-variable-alias.
9546 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9548         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
9549         (ange-ftp-send-cmd): Revert last change, and expand
9550         the comment explaining the problem.
9552 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
9554         * ldefs-boot.el: Update.
9556         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
9557         item to "Time, Load and Mail".  Change help echo text.
9559         * time.el (display-time-use-mail-icon, display-time-format)
9560         (display-time-string-forms): Shorten first line of docstrings.
9562 2005-08-10  Lars Hansen  <larsh@soem.dk>
9564         * desktop.el (desktop-buffer-mode-handlers):
9565         Make non-customizable.  Add autoload cookie.  Change initial value to
9566         nil; add elements in respective modules instead.  Fix doc string.
9567         (desktop-load-file): New function.
9568         (desktop-minor-mode-handlers): New autoloaded variable.
9569         (desktop-create-buffer): Call minor mode handlers.
9570         Use desktop-load-file to load major and minor mode modules prior to
9571         checking for a handler.
9572         (desktop-save): Don't add nil to desktop-minor-modes for minor
9573         modes with nil function in desktop-minor-mode-table.  Don't delete
9574         desktop file before rewriting it.
9575         (desktop-locals-to-save): Add autoload cookie.  Don't make
9576         automatically buffer-local.  Add variables column-number-mode,
9577         size-indication-mode, indent-tabs-mode,
9578         indicate-buffer-boundaries, indicate-empty-lines and
9579         show-trailing-whitespace.
9580         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
9581         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
9582         (desktop-clear-preserve-buffers-regexp): Delete.
9583         (desktop-clear-preserve-buffers): Update initial value and docstring.
9584         (desktop-save-buffer): Fix doc string.
9586         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
9587         (hilit-chg-desktop-restore): New function.
9588         (highlight-changes-mode): Add highlight-changes-mode to
9589         desktop-locals-to-save.
9591         * dired.el: Add handler to desktop-buffer-mode-handlers.
9592         (dired-restore-desktop-buffer): Remove autoload cookie.
9593         (dired-mode): Add autoload cookie.
9595         * info.el: Add handler to desktop-buffer-mode-handlers.
9596         (Info-restore-desktop-buffer): Remove autoload cookie.
9597         (Info-mode): Add autoload cookie.
9599         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
9600         (mh-restore-desktop-buffer): Remove autoload cookie.
9601         (mh-folder-mode): Add autoload cookie.
9603         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
9604         (rmail-restore-desktop-buffer): Remove autoload cookie.
9606 2005-08-11  Masatake YAMATO  <jet@gyve.org>
9608         * hexl.el (hexl-address-region):
9609         (hexl-ascii-region, hexl-font-lock-keywords):
9610         (hexl-highlight-line-range): Use the term "region"
9611         instead of "area" for consistency with the other symbols
9612         defined in hexl.el.
9614 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
9616         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
9617         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
9618         out by Juri Linkov).  Add `display-battery-mode'.
9620 2005-08-09  Juri Linkov  <juri@jurta.org>
9622         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9623         Remove `-text' from face variable names.
9624         (compilation-error-file-name, compilation-warning-file-name)
9625         (compilation-info-file-name): Delete faces.
9626         (compilation-line-number, compilation-column-number):
9627         Remove face underlining.
9628         (compilation-message-face): Set to `underline' value by default.
9629         (compilation-error-face, compilation-warning-face)
9630         (compilation-info-face): Remove `-file-name' from face names.
9631         (compilation-error-text-face, compilation-warning-text-face)
9632         (compilation-info-text-face): Delete face variables.
9633         (compilation-text-face): Delete function.
9635         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
9636         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
9637         (grep-error-face): Set to `compilation-error' instead of
9638         `compilation-error-face' (which is redefined to `grep-hit-face' in
9639         grep buffers).
9640         (grep-mode-font-lock-keywords): Remove `-text' from face variable
9641         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
9643         * dired-aux.el (dired-do-query-replace-regexp):
9644         Use `query-replace-read-args'.
9646         * replace.el (query-replace-read-from, query-replace-read-to)
9647         (query-replace-read-args): Rename arg `string' to `prompt'.
9649         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
9651 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
9653         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
9654         uploading files.
9655         (ange-ftp-canonize-filename): Handle file names beginning with ~
9656         correctly.
9658 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9660         * textmodes/fill.el (canonically-space-region)
9661         (fill-context-prefix, fill-french-nobreak-p)
9662         (fill-delete-newlines, fill-comment-paragraph)
9663         (justify-current-line): "?\ " -> "?\s".
9665 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
9667         * textmodes/fill.el (fill-nonuniform-paragraphs):
9668         Improve argument/docstring consistency.
9670 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9672         * textmodes/ispell.el (ispell-word): More fboundp checks.
9674         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
9675         (find-file-noselect-1): Call it here, only if RAWFILE.
9676         (normal-mode): Always set some major mode.
9677         (save-some-buffers-action-alist): Change some explanation strings.
9678         (file-name-non-special): In the `quote' method, use unwind-protect.
9680 2005-08-09  Magnus Henoch  <mange@freemail.hu>
9682         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
9683         (ispell-have-aspell-dictionaries): New variable.
9684         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
9685         (ispell-get-aspell-config-value): New function.
9686         (ispell-aspell-find-dictionary): New function.
9687         (ispell-aspell-add-aliases): New function.
9688         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
9689         appropriate.  Don't look for ispell dictionaries if we use aspell.
9690         (ispell-menu-map): Don't build a submenu of dictionaries.
9692 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9694         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
9695         (sql-read-passwd): Use read-passwd.
9697         * progmodes/idlw-toolbar.el (idlwave-toolbar)
9698         (idlwave-toolbar-is-possible): Add defvars.
9700         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
9701         Avoid warnings.
9703         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
9704         (idlwave-system-class-info, idlwave-executive-commands-alist):
9705         Use defvar.
9707         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
9709         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
9710         Avoid warnings.
9712         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
9713         and content-type: headers.
9715         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
9717         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
9718         and rename some of them to be more self-explanatory.
9720         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
9722         * startup.el (command-line-1): Implement -scriptload.
9724         * replace.el (occur-engine): Initial *Occur* output not undoable.
9726         * menu-bar.el (menu-bar-file-menu): Rename some menu items
9727         and improve help strings.
9729         * isearch.el (isearch-repeat): When changing direction,
9730         mark search successful.
9732         * ediff-init.el: Use (featurep 'xemacs).
9734         * comint.el (send-invisible): Identify buffer, if not selected.
9736         * align.el: Delete autoload for c-guess-basic-syntax.
9738 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9740         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
9741         Improve argument/docstring consistency.  Doc fixes.
9742         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
9743         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
9744         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
9745         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
9746         (r2bv-organization, r2bv-pages, r2bv-primary-author)
9747         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
9748         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
9749         Defvar at compile time.
9751 2005-08-09  Juri Linkov  <juri@jurta.org>
9753         * info.el: Replace `info' with upper-case `Info' where appropriate.
9754         (info-title-1, info-title-2, info-title-3, info-title-4)
9755         (info-menu-header): Move up face definitions.
9756         (info-menu-star): Rename from `info-menu-5'.
9757         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
9758         (Info-fontify-visited-nodes): Fix docstring.
9759         (Info-hide-note-references): Fix docstring.
9760         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
9761         menu items in the same way as on cross-references.
9762         (info-apropos): Fix sorting order and formatting to be like in the
9763         stand-alone Info browser.  Display error messages for 1 sec.
9764         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
9765         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
9766         from the menu bar.
9767         (Info-insert-dir): Restore point after calling
9768         `insert-buffer-substring'.
9770 2005-08-08  Richard M. Stallman  <rms@gnu.org>
9772         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
9773         (recompute-lucid-menubar): Add defvars.
9775         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
9777         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
9779         * net/net-utils.el (run-dig): Rename from `dig'.
9781         * play/gametree.el (gametree-mode): Use make-local-variable,
9782         not make-variable-buffer-local.
9784         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
9786         * ansi-color.el (ansi-color-make-extent)
9787         (ansi-color-set-extent-face): Use fboundp, not functionp.
9789         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
9790         not make-variable-buffer-local.
9792         * bookmark.el (Info-current-file): Add defvar.
9793         (bookmark-jump-noselect): Use with-no-warnings.
9795         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
9797         * ebuff-menu.el (Helper-return-blurb): Add defvar.
9799         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
9801         * find-file.el (ada-procedure-start-regexp)
9802         (ada-package-start-regexp): Add defvars.
9804         * info.el (Info-insert-dir): Use insert-buffer-substring.
9806         * xml.el (xml-att-def-re): Add defvar.
9808         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
9809         calling convention.
9811         * subr.el (while-no-input): Return t if there is input.
9813 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
9815         * cus-start.el (all): Add `overflow-newline-into-fringe'.
9817 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
9819         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
9820         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
9822 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
9824         * cmuscheme.el (scheme-start-file): Replace reference to
9825         `user-emacs-directory' by "~/.emacs.d/".
9827 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
9829         * info.el (Info-dir-remove-duplicates): Avoid case folding
9830         in loop; instead, keep downcased strings for comparison.
9831         Suggested by Helmut Eller.
9833 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
9835         Sync with Tramp 2.0.50.
9837         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9838         XEmacs case; not necessary anymore.
9839         (tramp-user-regexp): Allow "@" as part of user name.
9840         (tramp-handle-set-visited-file-modtime)
9841         (tramp-handle-insert-file-contents)
9842         (tramp-handle-write-region): No special handling for
9843         `last-coding-system-used, because this is done in
9844         `tramp-accept-process-output' now.
9845         (tramp-accept-process-output): New defun.
9846         (tramp-process-one-action, tramp-process-one-multi-action)
9847         (tramp-wait-for-regexp, tramp-wait-for-output)
9848         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
9849         Howells <dhowells@redhat.com>.
9850         (clear-visited-file-modtime): Defadvice removed.  The check for
9851         unset buffer's modtime does not need to be based on
9852         `tramp-buffer-file-attributes'.  Suggested by RMS.
9853         (tramp-message): Insert "\n" if not being at beginning of line.
9854         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9855         sequence with same logic.
9856         (tramp-completion-handle-expand-file-name): Discard call of
9857         `tramp-drop-volume-letter'.  It is not necessary, and there have
9858         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9859         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9860         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9861         should always be visible.
9862         (tramp-handle-insert-directory, tramp-setup-complete)
9863         (tramp-set-process-query-on-exit-flag)
9864         (tramp-append-tramp-buffers): Pacify byte-compiler.
9865         (tramp-bug): Delete non-existing variables from list.
9866         Apply `tramp-load-report-modules' as pre-hook.
9867         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9868         `shell-prompt-pattern' because of non-7bit characters.
9869         Reported by Sebastian Luque <sluque@mun.ca>.
9870         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9871         (tramp-match-string-list): Remove function.
9872         (tramp-wait-for-regexp): Remove call of that function.
9873         Suggested by Kim F. Storm <storm@cua.dk>.
9874         (tramp-set-auto-save-file-modes): Use octal integer code #o600
9875         instead of octal character code ?\600.  The latter resulted in a
9876         syntax error with XEmacs.
9878         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9879         XEmacs case; not necessary anymore.
9880         (tramp-smb-handle-write-region): No special handling for
9881         `last-coding-system-used, because this is done in
9882         `tramp-accept-process-output' now.
9883         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9885 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
9887         * wid-edit.el (widget-choice-value-create):
9888         Unconditionally respect user choice.  Set :explicit-choice back to nil
9889         when no longer needed.
9890         (widget-choice-action): Unconditionally respect user choice.
9891         Eliminate :explicit-choice-value.
9893         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9895         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9896         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9897         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9898         running new function `toggle-indicate-empty-lines'.
9899         Rename "Customize" item to "Customize fringe".
9900         Rename "Indicators" item to "Buffer boundaries" and change help echo.
9901         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9902         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9903         Delete "Empty lines only" item.
9904         (menu-bar-showhide-fringe-ind-customize): New function.
9905         (menu-bar-showhide-fringe-ind-mixed)
9906         (menu-bar-showhide-fringe-ind-box)
9907         (menu-bar-showhide-fringe-ind-right)
9908         (menu-bar-showhide-fringe-ind-left)
9909         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9910         instead of `fringe-indicators'.
9912 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9914         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9915         Change the date of last update.
9917 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9919         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9920         (viper-exec-yank, viper-put-back): Don't display modification msg
9921         if in the minibuffer.
9923         * viper-init.el (viper-replace-overlay-cursor-color)
9924         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9925         Make variables frame local.
9927         * viper-util.el (viper-append-filter-alist): Use append instead of
9928         nconc.
9930         * viper.el (viper-vi-state-mode-list)
9931         (viper-emacs-state-mode-list): Move help-mode and
9932         completion-list-mode from the first list to the second.
9933         (viper-mode): Docstring.
9934         (viper-go-away, viper-non-hook-settings): Don't localize
9935         minor-mode-alist in newer Emacsen.  Add advice to
9936         set-cursor-color.  Don't bind "\C-c\\".
9938 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
9940         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9941         (scheme-macro-expand-command): New user options.
9942         (scheme-trace-procedure, scheme-expand-current-form): New commands.
9943         (scheme-form-at-point, scheme-start-file)
9944         (scheme-interactively-start-process): New functions.
9945         (scheme-get-process): New function, extracted from `scheme-proc'.
9946         (run-scheme): Call `scheme-start-file' to get start file, and pass
9947         it to `make-comint'.
9948         (switch-to-scheme, scheme-proc):
9949         Call `scheme-interactively-start-process' if no Scheme buffer/process
9950         is available.
9952 2005-08-06  Juri Linkov  <juri@jurta.org>
9954         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9955         Use `compilation-text-face', `compilation-info-text-face' and
9956         `compilation-error-text-face' instead of `font-lock-keyword-face'.
9957         (compilation-error): New face.
9958         (compilation-error-file-name): Inherit from
9959         `compilation-error' instead of `font-lock-warning-face'.
9960         (compilation-warning-file-name): Inherit from
9961         `compilation-warning' instead of `font-lock-warning-face'.
9962         (compilation-info, compilation-error-file-name)
9963         (compilation-warning-file-name, compilation-info-file-name)
9964         (compilation-line-number, compilation-column-number): Doc fix.
9965         (compilation-error-text-face, compilation-warning-text-face)
9966         (compilation-info-text-face): New face variables.
9967         (compilation-line-face, compilation-column-face)
9968         (compilation-enter-directory-face)
9969         (compilation-leave-directory-face): Doc fix.
9970         (compilation-text-face): New function.
9972         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9973         instead of 1 to display binary file names as info file links.
9974         (grep-error-face): Use `compilation-error-face' instead of
9975         `font-lock-keyword-face'.
9976         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9977         and `compilation-warning-text-face' instead of
9978         `font-lock-keyword-face'.  Use `compilation-error-text-face'
9979         instead of `grep-error-face'.
9981 2005-08-05  Kenichi Handa  <handa@m17n.org>
9983         * international/code-pages.el: Add autoload cookies for all coding
9984         systems.
9986 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
9988         * cus-start.el (all): Put undo.c where it alphabetically belongs.
9990 2005-08-04  Juri Linkov  <juri@jurta.org>
9992         * progmodes/compile.el (compilation-mode-map):
9993         * progmodes/grep.el (grep-mode-map):
9994         Bind TAB to `compilation-next-error' and [backtab] to
9995         `compilation-previous-error'.
9997         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9998         matching line numbers, column numbers and their ranges with regexp
9999         matching only line numbers.
10000         (grep-context-face): New face variable.
10001         (grep-mode-font-lock-keywords): Use it.
10003         * faces.el (read-face-name): Delete duplicate faces.
10005 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
10007         * thumbs.el (thumbs-find-image): Don't make variables
10008         automatically buffer local.
10009         (thumbs-current-tmp-filename, thumbs-current-image-filename)
10010         (thumbs-image-num): Make automatically buffer local.
10011         (thumbs-show-thumbs-list): Use `make-local-variable', not
10012         `make-variable-buffer-local'.
10013         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
10015         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10016         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10017         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10018         (bother, bye, canyou, chatlst, continue, deathlst, describe)
10019         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10020         (feelings-about, foullst, found, hello, history, howareyoulst)
10021         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10022         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10023         (neglst, obj, object, owner, please, problems, qlist)
10024         (random-adjective, relation, remlst, repetitive-shortness)
10025         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10026         (shortlst, something, sportslst, stallmanlst, states, subj)
10027         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10028         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10029         Defvar at compile time.
10031         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10032         not `make-variable-buffer-local'.
10034 2005-08-02  Kim F. Storm  <storm@cua.dk>
10036         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10037         rectangle overlay in selected window.
10039 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
10041         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10042         instead of display group.  Make `indicate-buffer-boundaries'
10043         customizable through Custom.
10045 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
10047         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10048         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10049         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10050         (gdb-put-string): Fix typos in docstrings.
10052 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
10054         Update copyright notices of files in progmodes directory for
10055         release of Emacs 22.1.
10057         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10059         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10060         Don't barf if the GUD buffer has been killed.
10062 2005-08-01  Kim F. Storm  <storm@cua.dk>
10064         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10066 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10068         * simple.el (next-error-follow-minor-mode):
10069         make-variable-buffer-local -> make-local-variable.
10071         * emacs-lisp/cl-extra.el: Require CL also when compiling.
10073         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10074         (byte-compile-form-make-variable-buffer-local): New functions to warn
10075         about misuses of make-variable-buffer-local where make-local-variable
10076         was meant.
10078 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
10080         * bs.el (bs-attributes-list): Doc fix.
10081         (bs): Update url-link.
10083         * desktop.el (desktop-save-buffer): Fix typos in docstring.
10084         (desktop-load-default): Simplify.
10086         * ibuffer.el (ibuffer-columnize-and-insert-list)
10087         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10088         (ibuffer-unmark-all, ibuffer-toggle-marks)
10089         (ibuffer-unmark-forward, ibuffer-unmark-backward)
10090         (ibuffer-compile-make-format-form, ibuffer-format-column)
10091         (ibuffer-current-buffers-with-marks)
10092         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10093         (ibuffer): Doc fix.
10094         (ibuffer-mode): Fix typo in docstring.
10095         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10096         with `define-obsolete-variable-alias'.
10097         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
10099 2005-07-29  Kenichi Handa  <handa@m17n.org>
10101         * international/mule-cmds.el (select-message-coding-system):
10102         Be sure to use LF for end-of-line.  If no coding system is decided,
10103         return iso-8859-1-unix.
10105 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10107         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10108         (ange-ftp-pending-error-line): New vars.
10109         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10110         to handle the non-fatal no-route-to-host messages.
10111         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10113 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
10115         * isearch.el (isearch-mode-map, isearch-other-meta-char)
10116         (isearch-quote-char, isearch-printing-char)
10117         (isearch-text-char-description): "?\ " -> "?\s".
10118         (isearch-lazy-highlight-cleanup)
10119         (isearch-lazy-highlight-initial-delay)
10120         (isearch-lazy-highlight-interval)
10121         (isearch-lazy-highlight-max-at-a-time)
10122         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
10123         Declare with define-obsolete-*-alias macros.
10124         (isearch-forward): Fix typo in docstring.
10125         (search-invisible, search-ring-yank-pointer)
10126         (regexp-search-ring-yank-pointer): Doc fixes.
10128         * recentf.el (recentf-menu-append-commands-p): Declare with
10129         `define-obsolete-variable-alias'.
10130         (recentf-max-saved-items, recentf-menu-filter)
10131         (recentf-arrange-by-rule-subfilter): Doc fixes.
10132         (recentf-menu-append-commands-flag)
10133         (recentf-initialize-file-name-history, recentf-expand-file-name)
10134         (recentf-clear-data): Fix typos in docstrings.
10136 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
10138         * progmodes/gdb-ui.el: Smarten comments.
10139         (gdb-info-breakpoints-custom): Use nowarn when finding file.
10141 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10143         * term/apollo.el (terminal-init-apollo): New function containing
10144         all former top level forms in the file.
10145         * term/bobcat.el (terminal-init-bobcat):
10146         * term/cygwin.el (terminal-init-cygwin):
10147         * term/iris-ansi.el (terminal-init-iris-ansi):
10148         * term/linux.el (terminal-init-linux):
10149         * term/news.el (terminal-init-news):
10150         * term/rxvt.el (terminal-init-rxvt):
10151         * term/sun.el (terminal-init-sun):
10152         * term/tvi970.el (terminal-init-tvi970):
10153         * term/vt100.el (terminal-init-vt100):
10154         * term/vt102.el (terminal-init-vt102):
10155         * term/vt125.el (terminal-init-vt125):
10156         * term/vt200.el (terminal-init-vt200):
10157         * term/vt201.el (terminal-init-vt201):
10158         * term/vt220.el (terminal-init-vt220):
10159         * term/vt240.el (terminal-init-vt240):
10160         * term/vt300.el (terminal-init-vt300):
10161         * term/vt320.el (terminal-init-vt320):
10162         * term/vt400.el (terminal-init-vt400):
10163         * term/vt420.el (terminal-init-vt420):
10164         * term/wyse50.el (terminal-init-wyse50):
10165         * term/xterm.el (terminal-init-xterm): Likewise.
10167         * term/README: Describe the terminal-init-* functionality.
10169         * startup.el (command-line): After loading the terminal initialization
10170         file call the corresponding terminal initialization function.
10172 2005-07-27  Kenichi Handa  <handa@m17n.org>
10174         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
10175         negative.
10177         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
10178         (ps-mule-composition-prologue): Fix for the case that
10179         RelativeCompose is false.
10181 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10183         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
10185         * descr-text.el (describe-char): Handle the case where the list of
10186         chars is displayed in a separate frame.
10187         Be a bit more discriminating when looking for the char.
10189 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
10191         * bookmark.el (bookmark-automatically-show-annotations)
10192         (bookmark-read-annotation-text-func): Doc fixes.
10193         (bookmark-save): Improve argument/docstring consistency.
10194         (bookmark-get-bookmark, bookmark-get-bookmark-record)
10195         (bookmark-alist-from-buffer)
10196         (bookmark-upgrade-file-format-from-0)
10197         (bookmark-grok-file-format-version)
10198         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
10199         (bookmark-read-annotation-mode)
10200         (bookmark-insert-current-bookmark, bookmark-jump)
10201         (bookmark-exit-hook): Fix typos in docstrings.
10202         (bookmark-exit-hooks): Define as obsolete alias.
10203         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
10204         not `bookmark-exit-hooks'.  Fix docstring.
10205         (bookmark-bmenu-select): "?\ " -> "?\s".
10207 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
10209         * startup.el (command-line): Fix typo.
10211 2005-07-24  Richard M. Stallman  <rms@gnu.org>
10213         * tooltip.el (tooltip-mode): Test emacs-basic-display,
10214         not emacs-quick-startup.
10216 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
10218         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
10219         (reb-next-match, reb-show-subexp): Use `with-selected-window'
10220         instead of `reb-with-current-window'.
10221         (reb-prev-match): Likewise.  Also, don't move left if the search
10222         was unsuccessful.
10223         (reb-initialize-buffer): New function.
10224         (re-builder, reb-change-syntax): Use it.
10226         * man.el (Man-goto-page): Make second argument NOERROR optional.
10228 2005-07-23  Richard M. Stallman  <rms@gnu.org>
10230         * man.el (Man-bgproc-sentinel): Check here for failure to find
10231         any man page in the output, and report the error here.
10232         (Man-arguments): Make it permanent local.
10233         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
10234         (Man-mode): Pass t for NOERROR.
10236         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
10237         (grep-mode-font-lock-keywords):
10238         Don't use compilation-...-face for messages that are not file names.
10240         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10241         Don't use compilation-...-face for messages that are not file names.
10243 2005-07-22  Juri Linkov  <juri@jurta.org>
10245         * startup.el (normal-splash-screen): Update menu name.
10247         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
10249 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10251         * term/xterm.el: Load term/rxvt if the terminal is actually an
10252         rxvt terminal.
10253         (xterm-rxvt-set-background-mode): Remove, not used anymore.
10255         * term/rxvt.el (function-key-map): Use substitute-key-definition
10256         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
10258         * term/cygwin.el: New file.
10260 2005-07-22  Kim F. Storm  <storm@cua.dk>
10262         * image-file.el (insert-image-file, image-file-yank-handler):
10263         Fix last change to maintain a (unique) yank-handler on yanked images.
10265 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
10267         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
10268         of the file size (as in "177B" for 177 bytes).  This happens with
10269         "ls -lh" on FreeBSD.
10271 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
10273         * hilit-chg.el (highlight-changes-global-initial-state)
10274         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
10275         (hilit-chg-fixup, highlight-changes-mode):
10276         Fix typos in docstrings.
10277         (highlight-changes-global-modes, highlight-changes-rotate-faces):
10278         Doc fixes.
10280 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
10282         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
10283         mode function using `eval-after-load'.
10285 2005-07-21  Kim F. Storm  <storm@cua.dk>
10287         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
10288         included when reporting an emacs crash, and tell about the DEBUG file.
10290         * image-file.el (insert-image-file): Add yank-handler.
10291         (image-file-yank-handler): Yank handler to make unique copies of
10292         images when they are yanked into a buffer next to each other.
10294 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
10296         * comint.el (comint-use-prompt-regexp, comint-send-input)
10297         (comint-source-default, comint-extract-string)
10298         (comint-get-source, comint-word, comint-completion)
10299         (comint-source, comint-prompt-read-only, comint-update-fence):
10300         Fix typos in docstrings.
10301         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
10302         Declare with define-obsolete-*-alias macros.
10303         (comint-previous-matching-input-from-input)
10304         (comint-next-matching-input-from-input)
10305         (comint-previous-matching-input, comint-next-matching-input)
10306         (comint-forward-matching-input):
10307         Improve argument/docstring consistency.
10309         * desktop.el (desktop-clear-preserve-buffers-regexp):
10310         Also preserve the *server* buffer.
10312         * simple.el (clone-indirect-buffer): Doc fix.
10313         (fixup-whitespace, just-one-space)
10314         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
10315         (next-error, next-error-highlight)
10316         (next-error-highlight-no-select, next-error-last-buffer)
10317         (next-error-buffer-p, next-error-find-buffer, next-error)
10318         (previous-error, next-error-no-select, previous-error-no-select)
10319         (open-line, split-line, minibuffer-prompt-width, kill-new)
10320         (binary-overwrite-mode): Fix typos in docstrings.
10321         (set-fill-column): Fix typo in message.
10323         * skeleton.el (skeleton-proxy-new): Doc fix.
10325         * strokes.el (strokes-load-hook): Doc fix.
10326         (strokes-grid-resolution, strokes-get-grid-position)
10327         (strokes-renormalize-to-grid, strokes-read-stroke)
10328         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
10329         (strokes-global-map): Fix typos in docstrings.
10330         (strokes-help): Doc fix.  Fix help message and pass it through
10331         `substitute-command-keys'.
10333         * tempo.el (tempo-insert-prompt, tempo-interactive)
10334         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
10335         (tempo-insert-string-functions, tempo-local-tags)
10336         (tempo-define-template, tempo-insert-template)
10337         (tempo-insert-prompt-compat, tempo-is-user-element)
10338         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
10339         Fix typos in docstrings.
10341         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
10342         (vcursor-key-bindings, vcursor-use-vcursor-map)
10343         (vcursor-find-window, vcursor-scroll-down)
10344         (vcursor-disable, vcursor-beginning-of-buffer)
10345         (vcursor-end-of-buffer): Fix typos in docstrings.
10346         (vcursor-relative-move, vcursor-get-char-count):
10347         Improve argument/docstring consistency.
10349         * version.el: "?\ " -> "?\s".
10351         * wid-edit.el (widget-default-create, widget-after-change)
10352         (widget-default-format-handler, widget-checklist-add-item)
10353         (widget-radio-add-item, widget-choose, widget-specify-secret)
10354         (widget-field-value-create, widget-field-value-get)
10355         (widget-editable-list-format-handler)
10356         (widget-editable-list-entry-create, widget-group-value-create)
10357         (widget-documentation-link-add)
10358         (widget-documentation-string-value-create): "?\ " -> "?\s".
10359         (widget-convert-text): Doc fix.
10360         (widget-narrow-to-field, widget-field-find)
10361         (widget-url-link-action, widget-emacs-library-link-action)
10362         (widget-color-notify): Fix typos in docstrings.
10364         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
10365         (x-select-text, set-w32-system-coding-system)
10366         (w32-add-charset-info): Fix typos in docstrings.
10368         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
10369         (cua-enable-cua-keys, cua-use-hyper-key)
10370         (cua-virtual-rectangle-edges): Fix typos in docstrings.
10371         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
10373         * net/tramp.el (tramp-handle-load): Fix typo in error message.
10375         * emacs-lisp/re-builder.el (regexp-builder): Declare with
10376         `defalias' instead of faking it.
10378         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
10379         (eshell-ls-missing, eshell-ls-dired-initial-args)
10380         (eshell-ls-use-in-dired): Fix typos in docstrings.
10382 2005-07-20  Kim F. Storm  <storm@cua.dk>
10384         * emulation/cua-base.el (cua-mode): Improve doc string.
10386 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
10388         * abbrev.el (expand-region-abbrevs): Doc fix.
10389         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
10390         Improve argument/docstring consistency.
10392         * arc-mode.el (archive-get-descr, archive-alternate-display):
10393         Doc fixes.
10394         (archive-l-e): Improve argument/docstring consistency.
10395         (archive-tmpdir, archive-unixdate, archive-unixtime)
10396         (archive-chmod-entry): Fix typos in docstrings.
10397         (archive-unflag, archive-unflag-backwards)
10398         (archive-unmark-all-files): "?\ " -> "?\s".
10400         * buff-menu.el (Buffer-menu-unmark): Doc fix.
10401         (Buffer-menu-not-modified, Buffer-menu-execute)
10402         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
10403         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
10405         * composite.el (compose-string, encode-composition-rule)
10406         (compose-last-chars): Fix typos in docstrings.
10408         * desktop.el (desktop-enable, desktop-basefilename):
10409         Declare with `define-obsolete-variable-alias'.
10410         (desktop-internal-v2s): Don't quote keywords.
10411         (desktop-clear): "?\ " -> "?\s".
10413         * dired.el (dired-align-file, dired-flag-backup-files)
10414         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
10415         (dired-listing-switches, dired-ls-F-marks-symlinks)
10416         (dired-dwim-target, dired-load-hook, dired-mode-hook)
10417         (dired-directory, dired-faces, dired, dired-revert)
10418         (dired-mode, dired-summary, dired-view-file)
10419         (dired-copy-filename-as-kill, dired-delete-file)
10420         (dired-no-confirm, dired-unmark-all-marks)
10421         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
10422         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
10423         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
10424         Fix typos in message strings.
10426         * dired-x.el (virtual-dired): Declare with `defalias'.
10427         (dired-mark-unmarked-files, dired-local-variables-file)
10428         (dired-omit-here-always): Doc fix.
10429         (dired-omit-mode, dired-find-subdir)
10430         (dired-enable-local-variables, dired-clean-up-buffers-too)
10431         (dired-extra-startup, dired-mark-extension, dired-jump)
10432         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
10433         (dired-smart-shell-command, dired-guess-shell-alist-user)
10434         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
10435         (dired-x-bind-find-file, dired-x-submit-report):
10436         Fix typos in docstrings.
10437         (dired-mark-unmarked-files): "?\ " -> "?\s".
10439         * dirtrack.el (dirtrack-list): Fix typos in docstring.
10441         * faces.el (describe-face): "?\ " -> "?\s".
10442         (read-all-face-attributes, read-face-font, modify-face)
10443         (face-attr-construct, italic): Fix typos in docstrings.
10444         (frame-update-face-colors): Declare with
10445         `define-obsolete-function-alias'.
10447         * files.el (find-file-noselect, recode-file-name): Doc fixes.
10448         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
10449         (magic-mode-alist, buffer-file-numbers-unique)
10450         (write-file-functions, get-free-disk-space):
10451         Fix typos in docstrings.
10452         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
10453         (write-contents-hooks, write-file-hooks):
10454         Declare with `define-obsolete-variable-alias'.
10456         * forms-d2.el (arch-rj): Fix typo in docstrings.
10457         (arch-tocol): Likewise.  "?\ " -> "?\s".
10459         * frame.el (set-frame-font, cursor-in-non-selected-windows):
10460         Fix typo in docstring.
10461         (set-screen-width, set-screen-height): Delete redundant info in
10462         doctrings.
10463         (new-frame, screen-height, screen-width): Declare with
10464         `define-obsolete-function-alias'.
10465         (delete-frame-hook, blink-cursor): Declare with
10466         `define-obsolete-variable-alias'.
10468         * paths.el (prune-directory-list): Fix typos in docstring.
10470         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
10471         (cvs-prefix-get): Fix typos in docstrings.
10473         * ps-print.el (ps-extend-face-list, ps-extend-face)
10474         (ps-print-background-image): Fix typos in docstrings.
10475         (ps-default-fg, ps-default-bg): Doc fixes.
10477         * s-region.el (s-region-bind): Doc fix.
10478         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
10480         * textmodes/org.el (org-table-formula-substitute-names)
10481         (org-table-get-vertical-vector): Doc fixes.
10482         (org-table-recalculate): Remove unused argument to `message'.
10484 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
10486         * textmodes/org.el (org-table-column-names)
10487         (org-table-column-name-regexp)
10488         (org-table-named-field-locations): New variables.
10489         (org-archive-subtree): Protect `this-command' when calling
10490         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
10491         the kill buffer.
10492         (org-complete): Remove fixed-formula completion.
10493         (org-edit-formulas-map): New variable.
10494         (org-table-edit-formulas): New command.
10495         (org-finish-edit-formulas, org-abort-edit-formulas)
10496         (org-show-variable, org-table-get-vertical-vector): New functions.
10497         (org-table-maybe-eval-formula): Handle `:=' fields.
10498         (org-table-get-stored-formulas, org-table-store-formulas)
10499         (org-table-get-formula, org-table-modify-formulas)
10500         (org-table-replace-in-formulas): Handle named field formulas.
10501         (org-table-get-specials): Store locations of named fields.
10503 2005-07-19  Juri Linkov  <juri@jurta.org>
10505         * progmodes/grep.el (grep-regexp-alist)
10506         (grep-mode-font-lock-keywords, grep-process-setup):
10507         Use default GNU grep match color "01;31m" instead of "01;41m".
10508         (grep-regexp-alist, grep-mode-font-lock-keywords):
10509         Use `\\[[0-9]*m' instead of `\\[00m'.
10510         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
10511         sgr_start where its handling is more important.  Use the real
10512         length of sgr_start instead of constant 8.
10513         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
10514         specially.  Delete all remaining escape sequences.
10515         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
10516         (grep-regexp-alist): Make hyperlink only for binary file name
10517         instead of the whole line.
10518         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
10519         (grep-mode): Add autoload.
10521         * emacs-lisp/find-func.el (find-function-regexp):
10522         Add `define-compilation-mode'.
10524 2005-07-19  Juri Linkov  <juri@jurta.org>
10526         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
10527         (compare-windows-sync-string-size, compare-windows-recenter)
10528         (compare-windows-highlight, compare-windows): Add version 22.1.
10529         (compare-windows) <defface>: Inherit from lazy-highlight instead
10530         of duplicating its default value.
10532         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10533         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
10535         * descr-text.el (describe-char): Create link buttons for `charset'
10536         and `code point'.  Add the current input method name with a link
10537         button to `to input' field.  Print face names of display table
10538         characters in `The display table entry is displayed by' section
10539         instead of printing face-id in the `display' field.
10540         Guess hardcoded faces and create a link button for them.
10541         Skip empty fields when calculating max-width.
10542         Treat `widget-create' specially while inserting strings from the
10543         collected field list.
10544         (describe-char-after): Made obsolete in version 22.1, not 21.5.
10546         * diff-mode.el (diff-file-header): Change foreground color from
10547         yellow to green on light backgrounds.
10548         (diff-context): Inherit from `shadow' only for color/grayscale
10549         with more than 88 colors.
10550         (diff-indicator-removed, diff-indicator-added)
10551         (diff-indicator-changed): New faces.
10552         (diff-font-lock-keywords): Use new faces.  Regroup rules.
10553         Add "^---$" for `normal' diff format.  Fontify `#' lines with
10554         font-lock-comment-delimiter-face and font-lock-comment-face.
10555         Add `#' to ^[^...] in the rule for `diff-context-face'.
10557         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
10558         a button-like box.  Inherit from `highlight' on low colors.
10559         (shadow): Use shades of gray only for color/grayscale with
10560         more than 88 colors.  Use green for light backgrounds with
10561         8 colors, and yellow for dark backgrounds with 8 colors.
10563         * font-lock.el (font-lock-regexp-grouping-backslash):
10564         Don't inherit from escape-glyph (use bold for all cases).
10566         * info.el (info-xref-visited): Use light foreground color `violet'
10567         for dark backgrounds instead of dark color `magenta3'.
10568         (info-title-1): Use `yellow' color for dark backgrounds.
10570         * isearch.el (isearch): Use not-too-dark magenta3 instead of
10571         too-light magenta2.
10573         * replace.el (match): Use slightly more light RoyalBlue3 instead
10574         of dark RoyalBlue4.
10576         * wid-edit.el (widget-inactive): Inherit from `shadow'.
10578 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
10580         * novice.el (disabled-command-hook): Declare it with
10581         `define-obsolete-variable-alias'.
10583         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
10584         (desktop-buffer-misc-functions, desktop-buffer-handlers)
10585         (desktop-load-default): Add release to obsolescence info.
10586         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
10587         (desktop-append-buffer-args, desktop-read):
10588         Fix typos in docstrings.
10589         (desktop-kill): Fix typo in message.
10590         (desktop-save): Doc fix.
10592 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10594         * viper-cmd.el (viper-escape-to-state): Bug fix.
10595         (viper-envelop-ESC-key): Change the definition of fast
10596         keysequence so it'll work with keyboard macros.
10598         * ediff.el (ediff-patch-buffer): Change the docstring.
10600 2005-07-19  Kenichi Handa  <handa@m17n.org>
10602         * international/mule-cmds.el (select-safe-coding-system): Try to
10603         use an auto-coding (if any) before anything else.  If the found
10604         auto-coding is invalid, show a warning message.
10606         * international/mule.el (find-auto-coding): New function created
10607         by modifying the body of set-auto-coding.
10608         (set-auto-coding): Use find-auto-coding to find a coding.
10610 2005-07-18  Richard M. Stallman  <rms@gnu.org>
10612         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
10613         not isearch-mode-end-hook-error.
10614         (allout-before-change-protect): Fix error message.
10616 2005-07-18  Juri Linkov  <juri@jurta.org>
10618         * allout.el (allout-mode):
10619         * calculator.el (calculator-copy):
10620         * custom.el (custom-known-themes):
10621         * dired.el (dired-desktop-buffer-misc-data)
10622         (dired-restore-desktop-buffer):
10623         * dired-x.el (dired-omit-marker-char):
10624         * files.el (basic-save-buffer):
10625         * font-core.el (font-lock-mode):
10626         * calendar/calendar.el (calendar-goto-hebrew-date)
10627         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
10628         (calendar-goto-persian-date):
10629         * language/ethio-util.el (ethio-sera-to-fidel-region):
10630         * textmodes/picture.el (picture-mode):
10631         Delete duplicate duplicate words.
10633 2005-07-18  Juri Linkov  <juri@jurta.org>
10635         * isearch.el (isearch-mode-map): Remove key bindings for regexp
10636         chars * ? } |.
10637         (isearch-fallback): Don't call `isearch-process-search-char'.
10638         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
10639         (isearch-process-search-char): Call `isearch-fallback' for regexp
10640         chars * ? } |.
10641         (isearch-return-char): Make obsolete with `make-obsolete' instead
10642         of simply documenting it as obsolete in the docstring.
10643         (isearch-fallback): Refill docstring.
10645         * international/isearch-x.el
10646         (isearch-process-search-multibyte-characters): Remove unneeded
10647         `concat'.  Add intermediate values to `junk-hist' instead of
10648         `minibuffer-history'.  Test the length of `str'.
10650 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
10652         * allout.el (allout-resolve-xref): Fix typos in error strings.
10653         (allout-before-change-protect): Remove unneeded `concat'.
10655         * array.el (array-mode, array-reconfigure-rows)
10656         (untabify-backward): Fix typos in docstrings.
10657         (array-reconfigure-rows): Use `insert-buffer-substring', not
10658         `insert-buffer'.
10660         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
10661         * progmodes/ada-mode.el (ada-make-body):
10662         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
10664         * dired.el (dired-log):
10665         * tar-mode.el (tar-subfile-save-buffer):
10666         * play/zone.el (zone-pgm-stress-destress):
10667         Use `insert-buffer-substring', not `insert-buffer'.
10669 2005-07-17  Simon Josefsson  <jas@extundo.com>
10671         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
10673 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
10675         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
10676         Add plain auth method.
10677         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
10679 2005-07-17  Kim F. Storm  <storm@cua.dk>
10681         * ido.el (dired-other-window): Add ido property.
10683 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
10685         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10686         Fix typo in docstring.
10687         (byte-compile-interactive-only-functions): Add `insert-buffer' and
10688         `insert-file-literally'.
10690         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
10691         info and delete redundant message.  Doc fix.
10692         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
10693         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
10695 2005-07-16  Richard M. Stallman  <rms@gnu.org>
10697         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
10698         (byte-compile-and): Use byte-compile-and-recursion.
10699         (byte-compile-or-recursion): New function.
10700         (byte-compile-or): Use that.
10701         (byte-compile-if): Guard the else-clause too.
10702         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
10704         * isearch.el (isearch-mode-end-hook-quit): New variable.
10705         (isearch-done): Bind it.
10706         (isearch-mode-end-hook): Doc fix.
10708         * allout.el (allout-isearch-did-quit): Variable deleted.
10709         (allout-real-isearch-abort): Function name no longer used.
10710         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
10711         (allout-isearch-rectification): isearch-mode always exists.
10712         Don't set allout-isearch-did-quit.
10713         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
10714         allout-isearch-did-quit.
10715         (allout-enwrap-isearch): Just add the hook.
10716         (allout-isearch-abort): Function deleted.
10717         (allout-pre-command-business): Avoid warning.
10719         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
10720         Correctly avoid warnings.
10721         (pascal-outline): Likewise.
10723         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
10725         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
10727         * play/tetris.el (tetris-mode): Avoid warning.
10729         * play/snake.el (snake-mode): Avoid warning.
10731         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
10732         (gamegrid-set-display-table): Avoid warning.
10733         (gamegrid-set-timer): Likewise.
10734         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
10735         (gamegrid-add-score-with-update-game-score-1): Take FILE
10736         as argument.
10737         (gamegrid-add-score-with-update-game-score): Pass that argument.
10738         Rename have-shared-game-dir to gamegrid-shared-game-dir.
10740         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
10742         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
10743         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
10745         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
10746         and insert-file.
10748         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
10749         (sc-ask): Avoid warnings.
10751         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
10752         (eshell-hist-initialize): Use that var the natural way.
10754         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
10756         * emacs-lisp/re-builder.el (reb-cook-regexp):
10757         Avoid warning calling lre-compile-string.
10758         (reb-color-display-p): Avoid warning.
10760         * calculator.el (calculator-last-input): Guard uses
10761         of event-key and key-press-event-p.
10762         (event-key, key-press-event-p): Delete definitions.
10764         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
10765         (find-gc-source-directory, find-gc-subrs-callers)
10766         (find-gc-noreturn-list, find-gc-source-files)
10767         (find-gc-subrs-called): Vars renamed and defvar'd.
10769         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
10770         (checkdoc-overlay-put, checkdoc-delete-overlay)
10771         (checkdoc-overlay-start, checkdoc-overlay-end)
10772         (checkdoc-mode-line-update, checkdoc-char=):
10773         Define such that compiler knows they are defined.
10774         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
10775         (checkdoc-read-event): Delete.  Use read-event directly.
10777         * whitespace.el (whitespace-make-overlay)
10778         (whitespace-overlay-put, whitespace-delete-overlay)
10779         (whitespace-overlay-start, whitespace-overlay-end):
10780         Define such that compiler knows they are defined.
10781         (whitespace): Move conditional inside.
10783         * tempo.el (tempo-insert-template): Suppress warning.
10785         * ediff-diff.el (longlines-mode): Add defvar.
10787 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
10789         * server.el: Bind "C-x #" in a way that works even if C-x is
10790         redefined to a command key, not a prefix key.
10792 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10794         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
10795         cl-make-type-test till execution time.
10797 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
10799         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
10800         arg ARG and use it.
10802 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10804         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
10806 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
10808         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10809         a defcustom with two :set or :type keywords.
10811 2005-07-15  Richard M. Stallman  <rms@gnu.org>
10813         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10814         Don't give ^M comment-end syntax.
10816 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
10818         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
10819         Don't consider gdbmi (gdb-mi.el has its own update functions).
10820         (gdb-var-delete): Make it work for gdbmi as well.
10821         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
10823         * progmodes/gud.el (etags, sdb): Only require etags when needed.
10824         (gud-speedbar-menu-items): Correct logic for enabling items.
10826 2005-07-15  Kim F. Storm  <storm@cua.dk>
10828         * ido.el: Fix commentary.
10829         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
10830         Use with-no-warnings around ffap-guesser.
10831         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
10832         Let bind minibuffer-completing-file-name to t.
10834 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
10836         * startup.el (site-run-file, keyboard-type): Doc fixes.
10837         (command-line): Check for "--basic-display" argument; also for
10838         "--quick", not "--bare-bones" (which was renamed).
10839         (fancy-splash-text): Add missing item "Getting New Versions".
10840         (normal-splash-screen): Fix typos and improve consistency with
10841         `fancy-splash-text'.  Update copyright year.
10843         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10844         valid binding for `help-char'.
10846         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10848 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
10850         * term.el (term-mode): Disable cua-mode for term buffers.
10852 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
10854         * add-log.el (add-log-mailing-address, change-log-merge):
10855         Doc fixes.
10856         (change-log-get-method-definition): Fix typo in docstring.
10858 2005-07-14  Kim F. Storm  <storm@cua.dk>
10860         * emulation/cua-base.el:
10861         (cua--pre-command-handler-1, cua--pre-command-handler)
10862         (cua--post-command-handler-1, cua--post-command-handler):
10863         Split in two.  Check (buffer local) value of cua-mode.
10864         (cua-selection-mode): New command.
10866 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10868         * custom.el (custom-initialize-safe-set)
10869         (custom-initialize-safe-default): Doc fixes.
10871         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10872         and simplify :init-value again.
10874         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10875         and simplify :init-value again.  Delete autoload.
10877         * startup.el (command-line): Use `custom-reevaluate-setting' again
10878         for tooltip-mode.
10880         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10881         a defcustom with two :initialize keywords.
10883 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
10885         * allout.el (my-mark-marker, allout-isearch-prior-pos)
10886         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10887         (allout-post-command-business, allout-flag-region)
10888         (isearch-reenable-font-lock, allout-yank)
10889         (allout-insert-latex-header, allout-insert-latex-trailer)
10890         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
10891         (allout-latex-verb-quote): Fix typos in docstrings.
10892         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
10893         (allout-unprotected, allout-prefix-data):
10894         Improve argument/docstring consistency.
10895         (allout-chart-subtree): Fix argument spec.
10896         (allout-open-topic): Rename `use_sib_bullet' argument to
10897         `use-sib-bullet'.  Doc fix.
10899         * whitespace.el (whitespace-check-buffer-leading)
10900         (whitespace-check-buffer-trailing)
10901         (whitespace-check-buffer-indent)
10902         (whitespace-check-buffer-spacetab)
10903         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10904         (whitespace-check-leading-whitespace)
10905         (whitespace-check-trailing-whitespace)
10906         (whitespace-check-spacetab-whitespace)
10907         (whitespace-check-indent-whitespace)
10908         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10909         (whitespace-modes): Fix typos in docstrings.
10910         (defgroup, defcustom): Doc fixes.
10912         * winner.el (winner-mode, winner-boring-buffers)
10913         (winner-pending-undo-ring): Doc fixes.
10914         (winner-ring): Remove unneeded `progn'.
10915         (winner-equal): `defsubst' it.
10916         (winner-redo): Fix message.
10918 2005-07-13  Kim F. Storm  <storm@cua.dk>
10920         * simple.el (line-move-1): Always use vertical-motion to
10921         do the last (or only) line move to ensure some movement.
10922         Undo 2005-06-23 change--don't check for overlays.
10924 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10926         * term/mac-win.el (ccl-encode-mac-roman-font)
10927         (ccl-encode-mac-centraleurroman-font)
10928         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10929         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10930         Change charset-id boundary of dimension to ?\xef.
10931         (mac-char-fontspec-list): New constant.
10932         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
10933         argument.  Nil uses itself as family in font-spec.  Previous
10934         behavior for nil is now provided by non-nil non-string argument.
10935         All callers changed.  Add font-specs for Mac fonts to
10936         "fontset-default" unless iso8859-1 fonts are installed.
10938 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10940         * progmodes/sh-script.el (sh-get-indent-info): Only indent
10941         a continuation line if the \ is preceded by SPC or TAB.
10942         (sh-get-indent-info): Simplify.
10943         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10944         Use with-current-buffer.
10946         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10947         when the matched text is empty.
10949 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
10951         * startup.el (command-line): Revert to previous handling of
10952         tooltip-mode.  Explain in comment why the complexity is needed.
10954         * tooltip.el (tooltip-mode): Revert to previous implementation of
10955         its defcustom.
10957         * frame.el (blink-cursor-mode): Revert to previous implementation
10958         of its defcustom.  Update comment.
10960 2005-07-12  Lars Hansen  <larsh@soem.dk>
10962         * desktop.el: Update e-mail address.
10964 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10966         * term/mac-win.el (mac-services-mail-selection)
10967         (mac-services-mail-to): New functions.
10968         (mac-application-menu-map): Bind them.
10970 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
10972         * progmodes/gdb-ui.el: Add note about buffering with Windows.
10974 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
10976         * custom.el (custom-reevaluate-setting): Doc fix.
10978 2005-07-11  Jay Belanger  <belanger@truman.edu>
10980         * calc/calc.el (calc-embedded-announce-formula-alist)
10981         (calc-embedded-open-close-plain-alist)
10982         (calc-embedded-open-close-mode-alist): Add checks for additional
10983         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10985 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
10987         * custom.el (custom-enable-theme): Don't add theme to
10988         `custom-enabled-themes' with `push' because there is no
10989         setf-method for `delq'.
10991 2005-07-11  Richard M. Stallman  <rms@gnu.org>
10993         * custom.el (custom-declare-variable): Doc fix.
10995         * dired-aux.el (dired-compare-directories): Remove "." and ".."
10996         from the alists.
10998         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10999         Do nothing if edebug-active.
11001         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11002         (edebug-display): Do it here instead.
11004 2005-07-10  Richard M. Stallman  <rms@gnu.org>
11006         * cus-face.el (custom-theme-set-faces): Make it work.
11007         (custom-reset-faces): Doc fix.
11008         (custom-theme-reset-internal-face, custom-theme-face-value):
11009         Functions deleted.
11011         * custom.el (custom-push-theme): Maintain list of the settings
11012         of a given theme in its theme-settings property.
11013         Maintain position of old settings in the theme-value
11014         or theme-face property.
11015         (custom-enabled-themes): New variable.
11016         (custom-theme-enabled-p): New function.
11017         (provide-theme): Update custom-enabled-themes.
11018         Disable and reenable the `user' theme.
11019         (require-theme): Doc fix.
11020         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11021         (custom-theme-value, custom-theme-variable-value): Likewise.
11022         (custom-theme-reset-internal): Likewise.
11023         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11024         (custom-enable-theme, custom-disable-theme): New functions.
11025         (custom-variable-theme-value, custom-face-theme-value): Likewise.
11026         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11027         (custom-theme-reset-variables): Simplify.
11028         (deftheme, custom-declare-theme, custom-make-theme-feature):
11029         Definitions moved.
11031 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
11033         * longlines.el (longlines-show-region)
11034         (longlines-unshow-hard-newlines): Recognize hard newlines by
11035         non-nil hard property, instead of t.
11037 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
11039         * viper-cmd.el (viper--key-maps): New variable.
11040         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
11041         emulation-mode-map-alists.
11042         (viper-envelop-ESC-key): Use viper-subseq.
11043         (viper-search-forward/backward/next): Disable debug-on-error.
11045         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11046         (viper-ESC-key): New defcustoms.
11048         * viper-macs.el (ex-map-read-args): Use viper-subseq.
11050         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11051         (viper-subseq): Copy of subseq from cl.el.
11053         * viper.el (viper-go-away, viper-set-hooks): Use
11054         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
11056         * viper-mous.el (viper-current-frame-saved): Use defvar.
11058         * viper-init.el: Get rid of -face in face names.
11060         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
11061         Make it work with longlines mode
11063         * ediff-mult.el (ediff-meta-mode-hook): New variable.
11065         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11067         * ediff-init.el: Get rid of -face in face names.
11069 2005-07-10  Richard M. Stallman  <rms@gnu.org>
11071         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11072         and with-timeout-unsuspend.
11074         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11075         and with-timeout-unsuspend.
11077         * emacs-lisp/timer.el (with-timeout-timers): New variable.
11078         (with-timeout): Bind that variable to record timers.
11079         (with-timeout-suspend, with-timeout-unsuspend): New functions.
11081         * emacs-lisp/debug.el (debug-help-follow): New function.
11082         (debugger-mode-map): Use that instead of help-follow.
11083         (debugger-setup-buffer): Use eval-buffer-list
11084         to handle eval-buffer frames.
11086 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
11088         * timezone.el (timezone-parse-date): Change first regexp
11089         so it will not mistakenly match dates with no time zone.
11091 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
11093         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11095 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
11097         * custom.el (custom-initialize-safe-set)
11098         (custom-initialize-safe-default): New functions.
11100         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11101         and simplify :init-value.
11103         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11104         and simplify :init-value.  Delete obsolete comment.
11106         * startup.el (command-line): Use `custom-reevaluate-setting' to
11107         handle `tooltip-mode'.  Delete obsolete comment.
11109         * files.el (set-visited-file-name): Avoid calling
11110         `file-name-nondirectory' with a nil argument.
11112 2005-07-09  Richard M. Stallman  <rms@gnu.org>
11114         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11115         was called with nil for the buffer, handle the read position right.
11116         Handle read position for eval-region, too.
11118 2005-07-09  Juri Linkov  <juri@jurta.org>
11120         * fringe.el (fringe-mode): Add period in docstring.
11121         (fringe-query-style): Build prompt depending on `all-frames' arg.
11123         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
11124         to not create links to unrelated functions in the Help buffer.
11126         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
11127         Doc fix.
11129         * simple.el (next-error-hook): New variable.
11130         (next-error): Use it.  Doc fix.
11132         * textmodes/ispell.el (ispell-command-loop): Add current
11133         dictionary name and program name to mode-line-format.
11134         (ispell-region, ispell-process-line): Add current dictionary name
11135         and program name to messages.
11137 2005-07-08  Jay Belanger  <belanger@truman.edu>
11139         * calc/calc.el (calc-embedded-announce-formula-alist)
11140         (calc-embedded-open-close-formula-alist)
11141         (calc-embedded-open-close-word-alist)
11142         (calc-embedded-open-close-plain-alist)
11143         (calc-embedded-open-close-new-formula-alist)
11144         (calc-embedded-open-close-mode-alist)
11145         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
11146         (calc-embedded-mode-hook): New variables.
11148         * calc/calc-embed.el (calc-embedded-firsttime)
11149         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
11150         New variables.
11151         (calc-do-embedded): Use calc-embedded-firsttime,
11152         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
11153         determine whether or not to run hooks.
11154         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
11155         calc-embedded-firsttime-formula appropriately.
11156         Set calc-embedded delimiter variables according to mode.
11158 2005-07-08  Richard M. Stallman  <rms@gnu.org>
11160         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
11161         Check for "emacs", etc., as entire symbol, not just as word.
11162         (checkdoc-file-comments-engine): Use regexp-quote on FN.
11164         * files.el (set-visited-file-name): Report the error
11165         for "empty filename" earlier.
11166         (kill-some-buffers): Ignore buffers already dead.
11168         * fringe.el (fringe-mode): Doc fix.
11170         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11171         Check for (featurep 'xemacs) and turn off warnings in what it guards.
11172         Use unwind-protect to ensure byte-compile-unresolved-functions
11173         is updated.
11175         * whitespace.el (whitespace-buffer-leading-cleanup):
11176         Simplify w/ skip-chars-forward.
11177         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
11179         * mail/rmail.el (rmail-only-expunge): Fix paren error.
11180         Unconditionally try to leave point at the same old place.
11182 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
11184         * comint.el (comint-postoutput-scroll-to-bottom)
11185         (comint-show-maximum-output): Take scroll-margin into consideration.
11187 2005-07-08  Kim F. Storm  <storm@cua.dk>
11189         * ido.el (ido-use-filename-at-point): New choice `guess'.
11190         (ido-file-internal): Try ffap-guesser if selected.
11192         * ido.el (ido-before-fallback-functions): New hook.
11193         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
11194         (ido-read-file-name): Run it.
11196 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11198         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
11199         strings rather than a list of symbols to the completion function.
11201 2005-07-07  Jay Belanger  <belanger@truman.edu>
11203         * calc/calc-units.el (math-apply-units): Change the places in
11204         which units are simplified.
11206 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
11208         * cus-edit.el (customize-option, customize-option-other-window):
11209         Make them handle aliases.
11211         * custom.el (custom-variable-p): Make it recursively follow
11212         aliases.  Mention that in the docstring.
11214 2005-07-07  Richard M. Stallman  <rms@gnu.org>
11216         * cus-start.el (exec-path): Use `directory' instead of `file'.
11217         Fix tag for nil.
11219 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
11221         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
11222         when called non-interactively.  Doc fix.
11224 2005-07-07  Lute Kamstra  <lute@gnu.org>
11226         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
11227         new address as well.
11229 2005-07-07  Kenichi Handa  <handa@m17n.org>
11231         * international/mule.el (make-coding-system):
11232         Describe `ascii-incompatible' property in the docstring.
11233         (set-file-name-coding-system): Signal an error if coding-system is
11234         ascii-incompatible.
11235         (set-keyboard-coding-system): Likewise.
11237         * international/mule-cmds.el (set-default-coding-systems):
11238         Don't set default-file-name-coding-system and
11239         default-keyboard-coding-system if coding-system is ASCII-incompatible.
11241         * international/utf-16.el: Declare that all UTF-16-based coding
11242         systems are ASCII-incompatible.
11244 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
11246         * progmodes/gud.el: Require font-lock for displaying errors.
11247         Used by gdb-ui.el.
11249 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
11251         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
11252         values for the pattern lists which are `read'able but not
11253         `append'able (like symbols).
11255 2005-07-06  Richard M. Stallman  <rms@gnu.org>
11257         * progmodes/flymake.el (flymake-float-time): Instead of
11258         with-no-warnings, test for xemacs.
11259         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
11260         to avoid warning.
11262 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
11264         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
11266 2005-07-05  Lute Kamstra  <lute@gnu.org>
11268         * battery.el: Add support for Darwin (with much debugging help
11269         from Samuel Lauber <sam124@operamail.com>).
11270         (battery-status-function, battery-echo-area-format)
11271         (battery-mode-line-format): Add support for pmset on Darwin.
11272         (battery-load-low, battery-load-critical): New user options.
11273         (battery-pmset): New function.
11275 2005-07-05  Lute Kamstra  <lute@gnu.org>
11277         Update FSF's address in GPL notices.
11279         * textmodes/page-ext.el: Update FSF's address.
11281 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11283         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
11284         filling from using prefix when filling a single-line docstring.
11286         * progmodes/flymake.el: Remove useless eval-when-compile.
11288         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
11290 2005-07-04  Richard M. Stallman  <rms@gnu.org>
11292         * textmodes/org.el (org-file-apps-defaults-gnu):
11293         Rename from org-file-apps-defaults-linux.
11294         (org-default-apps): Don't test system-type for `linux'.
11295         (org-file-apps): Doc fix.
11297 2005-07-04  David Ponce  <david@dponce.com>
11299         * tree-widget.el: Improve header Commentary section.
11300         (tree-widget) [defgroup]
11301         (tree-widget-image-enable, tree-widget-themes-directory)
11302         (tree-widget-theme, tree-widget-image-properties-emacs)
11303         (tree-widget-image-properties-xemacs, tree-widget-create-image)
11304         (tree-widget-image-formats, tree-widget-control)
11305         (tree-widget-empty-control, tree-widget-leaf-control
11306         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
11307         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
11308         (tree-widget-keep, tree-widget-after-toggle-functions)
11309         (tree-widget-open-node, tree-widget-close-node): Doc fix.
11310         (tree-widget-open-control, tree-widget-close-control): Fix doc and
11311         :help-echo message.
11312         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
11313         (tree-widget-image-properties): Doc fix.  Clearer implementation.
11314         (tree-widget--cursors): New constant.
11315         (tree-widget-lookup-image): New function split from
11316         `tree-widget-find-image'.  Clearer implementation.
11317         (tree-widget-find-image): Use it.
11318         (tree-widget-button-keymap): Use `set-keymap-parent'.
11319         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
11320         Define the sub-widgets here.
11321         (tree-widget-node): Check that :node is not a tree-widget.
11322         (tree-widget-get-super, tree-widget-open-control)
11323         (tree-widget-close-control, tree-widget-empty-control)
11324         (tree-widget-leaf-control, tree-widget-guide)
11325         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
11326         (tree-widget-no-handle, tree-widget-value-delete)
11327         (tree-widget-map): Remove.
11328         (tree-widget-children-value-save): Doc fix.  Simplified.
11329         (tree-widget-value-create): Update according to previous changes.
11331 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
11333         * textmodes/org.el: Leading space replaced by TABS.
11334         (org-recalc-marks, org-table-rotate-recalc-marks)
11335         (org-table-get-specials): Treat "^" and "_" marks.
11336         (org-table-justify-field-maybe): Optional argument NEW.
11337         (org-table-eval-formula): Parsing of the format simplified.
11338         New modes C,I.  Honor the %= parameter in the current table.
11339         Avoid unnecessary re-align by using the NEW argument to
11340         `org-table-justify-field-maybe'.
11341         (org-calc-default-modes): Default for date-format mimicks org-mode.
11342         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
11344 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
11346         * cus-face.el (custom-theme-set-faces): Make it handle face
11347         aliases whose alias declarations are pre- or autoloaded.
11349 2005-07-04  Juri Linkov  <juri@jurta.org>
11351         * faces.el (read-face-name): Put the code for getting a face name
11352         from the buffer before adding the faces from the `face' property.
11353         Use `completing-read-multiple' instead of `completing-read'.
11354         Require `crm'.  Add default value and post-process the returned
11355         list of faces.
11357         * emacs-lisp/crm.el (crm-find-current-element)
11358         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
11360         * emacs-lisp/lisp-mode.el (eval-defun-1):
11361         * emacs-lisp/edebug.el (edebug-eval-defun):
11362         Remove unnecessary quotes.
11364 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11366         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
11367         (prolog-indent-level): Fix typo in docstring.
11369         * info.el (Info-history, Info-history-forward)
11370         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
11372         * add-log.el (add-change-log-entry):
11373         * comint.el (comint-dynamic-list-input-ring)
11374         (comint-dynamic-list-completions):
11375         * dabbrev.el (dabbrev-expand):
11376         * delim-col.el (delimit-columns-rectangle-line):
11377         * diff-mode.el (diff-context->unified, diff-reverse-direction)
11378         (diff-unified->context):
11379         * ediff-init.el (ediff-abbrev-jobname):
11380         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
11381         (ediff-replace-session-activity-marker-in-meta-buffer):
11382         * info.el (Info-summary):
11383         * lpr.el (printify-region):
11384         * printing.el (pr-create-interface):
11385         * ps-print.el (ps-print-quote):
11386         * ses.el (ses-column-widths, ses-print-cell)
11387         (ses-adjust-print-width, ses-center):
11388         * shell.el (shell-file-name-quote-list):
11389         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
11390         (strokes-fill-current-buffer-with-whitespace)
11391         (strokes-xpm-for-stroke, strokes-list-strokes)
11392         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
11393         * term.el (term-dynamic-list-input-ring)
11394         (term-dynamic-list-completions):
11395         * calc/calc.el (math-format-stack-value):
11396         * emacs-lisp/edebug.el (edebug-display-freq-count):
11397         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
11398         (delphi-new-comment-line):
11399         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
11400         * progmodes/executable.el (executable-set-magic):
11401         * progmodes/python.el (inferior-python-mode):
11402         * progmodes/scheme.el (scheme-mode-syntax-table):
11403         * progmodes/sh-script.el (sh-maybe-here-document):
11404         * progmodes/sql.el (sql-copy-column):
11405         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
11406         * textmodes/bibtex.el (bibtex-mode):
11407         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
11408         (sgml-auto-attributes):
11409         * textmodes/table.el (table-insert, table-shorten-cell)
11410         (table--generate-source-scan-lines, table-delete-row)
11411         (*table--cell-delete-char, table--spacify-frame)
11412         (table--horizontally-shift-above-and-below)
11413         (table--cell-insert-char, table--cell-blank-str)
11414         (table--fill-region-strictly):
11415         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
11416         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
11418         * add-log.el (change-log):
11419         * apropos.el (apropos):
11420         * comint.el (comint-completion, comint-source):
11421         * dabbrev.el (dabbrev):
11422         * delim-col.el (columns):
11423         * diff-mode.el (diff-mode):
11424         * ediff.el (ediff):
11425         * ediff-diff.el (ediff-diff):
11426         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
11427         * ediff-mult.el (ediff-mult):
11428         * ediff-ptch.el (ediff-ptch):
11429         * ediff-wind.el (ediff-window):
11430         * facemenu.el (facemenu):
11431         * indent.el (indent):
11432         * info.el (info):
11433         * jka-cmpr-hook.el (compression, jka-compr):
11434         * lpr.el (lpr):
11435         * outline.el (outlines):
11436         * pcmpl-cvs.el (pcmpl-cvs):
11437         * pcmpl-rpm.el (pcmpl-rpm):
11438         * printing.el (printing):
11439         * ps-print.el (postscript, ps-print, ps-print-horizontal)
11440         (ps-print-vertical, ps-print-headers, ps-print-font)
11441         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
11442         (ps-print-background, ps-print-printer, ps-print-page)
11443         (ps-print-miscellany):
11444         * ses.el (ses):
11445         * shell.el (shell, shell-directories, shell-faces):
11446         * startup.el (initialization):
11447         * strokes.el (strokes):
11448         * term.el (term):
11449         * uniquify.el (uniquify):
11450         * w32-vars.el (w32):
11451         * calc/calc.el (calc):
11452         * emacs-lisp/bytecomp.el (bytecomp):
11453         * emacs-lisp/cl-indent.el (lisp-indent):
11454         * emacs-lisp/edebug.el (edebug):
11455         * emacs-lisp/elp.el (elp):
11456         * emacs-lisp/testcover.el (testcover):
11457         * emacs-lisp/trace.el (trace):
11458         * emulation/viper-ex.el (viper-ex):
11459         * emulation/viper-mous.el (viper-mouse):
11460         * mail/mailalias.el (mailalias):
11461         * mail/supercite.el (supercite, supercite-frames)
11462         (supercite-attr, supercite-cite, supercite-hooks):
11463         * net/rcompile.el (remote-compile):
11464         * net/rlogin.el (rlogin):
11465         * obsolete/ooutline.el (outlines):
11466         * progmodes/delphi.el (delphi):
11467         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
11468         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
11469         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
11470         (ebnf-optimization):
11471         * progmodes/etags.el (etags):
11472         * progmodes/executable.el (executable):
11473         * progmodes/idlwave.el (idlwave):
11474         * progmodes/pascal.el (pascal):
11475         * progmodes/prolog.el (prolog):
11476         * progmodes/python.el (python):
11477         * progmodes/scheme.el (scheme):
11478         * progmodes/sh-script.el (sh, sh-script):
11479         * progmodes/sql.el (SQL):
11480         * progmodes/tcl.el (tcl):
11481         * textmodes/bibtex.el (bibtex, bibtex-autokey):
11482         * textmodes/enriched.el (enriched):
11483         * textmodes/makeinfo.el (makeinfo):
11484         * textmodes/sgml-mode.el (sgml):
11485         * textmodes/table.el (table-hooks):
11486         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
11487         * textmodes/texinfo.el (texinfo):
11488         * textmodes/two-column.el (two-column):
11489         Finish `defgroup' description with period.
11491         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
11492         * eshell/esh-var.el (eshell-var):
11493         * progmodes/vhdl-mode.el (vhdl-testbench):
11494         * textmodes/org.el (org): Fix typos in docstrings.
11496         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
11497         consistency.
11499         * progmodes/flymake.el (flymake-find-file): Remove.
11500         (flymake-float-time): Use `with-no-warnings'.
11501         (flymake-check-start-time, flymake-check-was-interrupted)
11502         (flymake-err-info, flymake-is-running, flymake-last-change-time)
11503         (flymake-new-err-info): `defvar' at compile time.
11505 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
11507         * replace.el (occur-hook): Doc fix.
11508         (occur-1): Don't call `occur-hook' if there are no matches.
11510 2005-07-03  Richard M. Stallman  <rms@gnu.org>
11512         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
11513         global-map, save the same map.
11514         (global-map): Don't alter it at top level.
11515         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
11516         Then alter it here instead.
11517         (tpu-edt-off): Set global-map to the saved one.
11519         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
11520         All references simplified.
11521         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
11522         (zmacs-regions): Add defvar.
11523         (repeat-complex-command-map): Everything about that deleted.
11525         * textmodes/artist.el (artist-key-is-drawing)
11526         (artist-key-endpoint1, artist-key-poly-point-list)
11527         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
11528         (artist-key-compl-table, artist-rb-save-data)
11529         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
11530         Don't put them in eval-when-compile.
11531         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
11533         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
11534         Use with-no-warnings.
11536         * net/browse-url.el (dos-windows-version): Add defvar.
11538         * mail/supercite.el (filladapt-prefix-table): Add defvar.
11540         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
11541         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
11542         (rmail-new-summary-line-count): Rename from new-summary-line-count.
11543         Add defvar.
11544         (rmail-summary-beginning-of-message): Use with-no-warnings.
11545         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
11547         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
11548         Use with-no-warnings.
11550         * emulation/vi.el (vi-mark-region): Use c-mark-function.
11551         (c-mark-function): Add point-moving-unit property.
11552         (vi-goto-line): Use with-no-warnings.
11554         * emulation/edt.el (edt-last-copied-word): Add defvar.
11555         (zmacs-region-stays): Likewise.
11556         (edt-mark-section-wisely): Use c-mark-function for C.
11557         Use makr-defun for Fortran.
11558         (time-string): defvar deleted.
11559         (edt-display-the-time): Don't set time-string.
11561         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
11563         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11564         Don't warn when name is not constant
11565         or for defining the group `emacs'.
11567         * tooltip.el (gud-tooltip-mode): Add defvar.
11569         * startup.el (default-frame-background-mode): Add defvar.
11571         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
11573         * info.el (tool-bar-map): Add defvar.
11575         * dired.el (dnd-protocol-alist): Add defvar.
11577         * dired-aux.el (dired-query): Display question with answer, when
11578         the user answers.
11580         * custom.el (custom-add-option): Doc fix.
11582         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
11584 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
11586         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
11587         bogus name from the last change.
11589 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
11591         * custom.el (custom-declare-variable): Fix typos in comment.
11592         (custom-known-themes): Doc fix.
11593         (custom-theme-directory): New defcustom.
11594         (require-theme): Make it check `custom-theme-directory'.
11596         * cus-theme.el (custom-new-theme-mode): New function.
11597         (custom-theme-name, custom-theme-variables, custom-theme-faces)
11598         (custom-theme-description): Add compiler defvars.
11599         (customize-create-theme): Add doc to the "*New Custom Theme*"
11600         buffer.  Use `custom-new-theme-mode'.
11601         (custom-theme-write): Put the created buffer in emacs-lisp-mode
11602         and save it to the `custom-theme-directory'.  Make this the
11603         default directory of the buffer.
11605 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
11607         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
11608         Fix unbalanced parentheses.
11610 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11612         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
11613         into flymake-mode and delegate to flymake-mode.
11615         * find-file.el (ff-which-function-are-we-in): Clean up.
11617 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
11619         * replace.el (occur-rename-buffer): Fix docstring.
11621         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
11622         (edt-last-copied-word, edt-learn-macro-count)
11623         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
11624         (edt-rect-start-point, edt-user-global-map, rect-start-point)
11625         (time-string, zmacs-region-stays):
11626         * emulation/edt-mapper.el (edt-save-function-key-map)
11627         (EDT-key-name): `defvar' to silence the byte-compiler.
11629 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
11631         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
11632         font-lock-regexp-backslash.  Doc fix.
11633         (font-lock-regexp-backslash-grouping-construct): Rename from
11634         font-lock-regexp-backslash-construct.  Doc fix.
11635         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
11636         grouping constructs.
11638 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
11640         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
11641         updating all the prerequisites.
11643 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
11645         * textmodes/org.el (org-agenda-start-on-weekday)
11646         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
11647         (org-agenda-use-time-grid, org-archive-location)
11648         (org-allow-space-in-links, org-usenet-links-prefer-google)
11649         (org-enable-table-editor, org-export-default-language)
11650         (org-export-html-show-new-buffer, org-fill-paragraph)
11651         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
11652         (org-goto-quit, org-occur, org-eval-in-calendar)
11653         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
11654         (org-agenda-diary-entry, org-remember-help)
11655         (org-table-convert-region, org-at-table-p)
11656         (org-table-move-row-down, org-table-move-row-up)
11657         (org-table-copy-region, org-table-toggle-vline-visibility)
11658         (org-table-get-stored-formulas, org-table-get-specials)
11659         (org-recalc-commands, org-table-eval-formula)
11660         (org-table-formula-substitute-names, orgtbl-make-binding)
11661         (org-format-org-table-html, org-format-table-table-html)
11662         (org-format-table-table-html-using-table-generate-source)
11663         (org-customize): Fix typos in docstrings.
11664         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
11665         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
11666         (org-back-to-heading): Doc fixes.
11667         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
11668         (org-agenda-change-all-lines, org-get-header):
11669         Improve argument/docstring consistency.
11670         (orgtbl-error): Fix error message.
11672         * progmodes/flymake.el (flymake-find-possible-master-files)
11673         (flymake-master-file-compare, flymake-get-line-err-count)
11674         (flymake-highlight-line, flymake-gui-warnings-enabled):
11675         Fix typos in docstrings.
11676         (flymake-parse-line, flymake-get-project-include-dirs-function)
11677         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
11678         Doc fixes.
11679         (flymake-get-project-include-dirs-function)
11680         (flymake-make-err-menu-data):
11681         Improve argument/docstring consistency.
11683 2005-07-01  Lute Kamstra  <lute@gnu.org>
11685         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
11686         Catch errors with ignore-errors.  Use temporary buffer.
11687         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
11689         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
11690         background color faces.
11691         (facemenu-set-foreground, facemenu-set-background):
11692         Use facemenu-set-face-from-menu.
11693         (facemenu-set-face-from-menu): Treat face names that start with
11694         "fg:" or "bg:" as special.
11695         (facemenu-add-new-color): Don't create faces.  Simplify.
11697 2005-06-30  Richard M. Stallman  <rms@gnu.org>
11699         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
11700         (crm-find-current-element): Likewise.
11702 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
11704         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11706 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11708         * arc-mode.el (archive-extract): Make it work as a mouse binding.
11709         (archive-mouse-extract): Make it an obsolete alias.
11710         (archive-mode-map): Don't use archive-mouse-extract any more.
11711         (archive-mode, archive-extract): write-contents-hooks ->
11712         write-contents-functions.
11713         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
11714         first arg.
11715         (archive-rename-entry): Update the call.
11716         (archive-zip-summarize): Remove unused var `method'.
11717         (archive-lzh-summarize): Remove unused var `creator'.
11719         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
11720         dedicated frame upon exit.
11722         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
11723         (archive-zip-extract, archive-zip-expunge)
11724         (archive-zip-update, archive-zip-update-case): Use executable-find.
11725         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
11726         Use restore-buffer-modified-p.
11727         (archive-extract, archive-add-new-member, archive-write-file-member):
11728         Use with-current-buffer.
11729         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
11731 2005-06-30  Andreas Schwab  <schwab@suse.de>
11733         * progmodes/gud.el (gud-filter): Remove unneeded progn.
11735 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11737         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
11739 2005-06-30  Juri Linkov  <juri@jurta.org>
11741         * faces.el (vertical-border): Inherit from mode-line-inactive
11742         only on tty.
11744 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
11746         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
11747         example, -NLINES in the `occur' docstring).
11749         * replace.el (occur-1): When no matches are found, do not set the
11750         `buffer-read-only' and modified flags for the occur buffer,
11751         because it is deleted.
11753         * emulation/cua-base.el (cua-check-pending-input)
11754         (cua-repeat-replace-region, cua-mode, cua-debug)
11755         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
11756         Fix typos in docstrings.
11758         * emulation/cua-gmrk.el (cua-toggle-global-mark)
11759         (cua-cut-region-to-global-mark)
11760         (cua--cut-rectangle-to-global-mark):
11761         Remove period from end of messages.
11763         * emulation/cua-rect.el (cua-do-rectangle-padding):
11764         Remove period from end of messages.
11765         (cua--rectangle-seq-format): Fix typo in docstring.
11766         (cua-sequence-rectangle, cua-fill-char-rectangle):
11767         Improve argument/docstring consistency.
11769 2005-06-29  Juri Linkov  <juri@jurta.org>
11771         * faces.el (default-frame-background-mode): New internal variable.
11772         (frame-set-background-mode): Use it.
11774         * startup.el (normal-top-level): Set default-frame-background-mode
11775         instead of frame-background-mode.  Before setting it, test for its
11776         nil value.  Remove tests for frame-background-mode and frame
11777         parameter `reverse'.  Add test for "unspecified-fg".
11779         * term/xterm.el (xterm-rxvt-set-background-mode):
11780         * term/rxvt.el (rxvt-set-background-mode):
11781         Set default-frame-background-mode instead of frame-background-mode.
11783 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
11785         * simple.el (set-variable): Warn about obsolete user variables.
11787         * imenu.el (imenu--completion-buffer):
11788         * mouse.el (mouse-buffer-menu-alist):
11789         * msb.el (msb-invisible-buffer-p):
11790         * calendar/diary-lib.el (diary-header-line-format):
11791         * emacs-lisp/pp.el (pp-buffer):
11792         * progmodes/cperl-mode.el (cperl-do-auto-fill):
11793         * textmodes/picture.el (picture-replace-match):
11794         Change space constants followed by a sexp to "?\s ".
11796         * play/decipher.el (decipher-loop-with-breaks):
11797         * textmodes/texinfo.el (texinfo-insert-@item): Change space
11798         constants "protected" from end of line by a comment to "?\s".
11800 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11802         * font-lock.el (save-buffer-state): Use `declare'.
11804         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
11805         reset the syntax-table to cperl-mode-syntax-table.
11806         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
11807         "foo_print_bar" is not matched as a reserved keyword.
11809 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
11811         * textmodes/org.el (orgtbl-setup): New function, for delayed
11812         setup for the orgtbl commands.
11813         (org-calc-default-modes): New option.
11814         (orgtbl-make-binding): Use `defun' to get better help display.
11815         (org-diary): Call `org-compile-prefix-format'.
11816         (org-table-formula-substitute-names): New function.
11817         (org-agenda-day-view, org-agenda-week-view): New commands.
11818         (org-agenda-toggle-week-view): Command removed.
11819         (org-tbl-menu): Split off from org-org-menu.
11820         (org-mode): Move removal of outline-mode menus to here.
11821         (org-table-formula-debug): New option.
11822         (org-table-insert-row): Keep first field if just "#" or "*".
11823         (org-mode): Paragraph regexps fixed.
11824         (org-table-recalculate-regexp): New constant.
11825         (org-table-justify-field-maybe): Avoid replace if not necessary.
11826         (org-copy-special, org-cut-special): Use `call-interactively'.
11827         (org-table-copy-region): Take region from `interactive' call.
11828         (org-trim): Return string even if no match.
11829         (org-formula): New face.
11830         (org-set-font-lock-defaults): No longer highlight "FIXME".
11831         But highlight formula-related fields in table.
11832         (org-table-p): Use regexp, not fontification.
11833         (org-table-align): Handle white space at end of line.
11834         (org-table-formula-evaluate-inline): New option.
11835         (org-mode): Auto-wrapping in comment lines turned off.
11836         (org-table-copy-down): Evaluate only in copied field, not in
11837         destination.
11838         (org-table-current-formula): Variable removed.
11839         (org-table-store-formulas, org-table-get-stored-formulas)
11840         (org-table-modify-formulas, org-table-replace-in-formulas)
11841         (org-table-maybe-eval-formula): New functions.
11842         (org-table-get-formula): Modify to use stored formulas.
11843         (org-table-insert-column, org-table-delete-column)
11844         (org-table-move-column): Call `org-table-modify-formulas'.
11845         (org-complete): Add completion for keyword formulas.
11846         (orgtbl-mode): Pull orgtbl-mode-map to start of
11847         minor-mode-map-alist.
11849 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11851         * progmodes/python.el (python-check): Require `compile' before
11852         modifying its variables.
11854         * newcomment.el (comment-indent-default): Don't get fooled by an early
11855         end of buffer.
11857 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11859         * ps-print.el (ps-print-version): Fix version number.
11861 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
11863         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11865 2005-06-28  Richard M. Stallman  <rms@gnu.org>
11867         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11868         (flyspell-local-mouse-map): Declaration deleted.
11869         (flyspell-mouse-map): Bind only mouse-2.
11870         (flyspell-mode-map): Don't test flyspell-use-local-map.
11871         (flyspell-overlay-keymap-property-name): Var deleted.
11872         (flyspell-mode-on): Don't make local bindings for
11873         flyspell-mouse-map and flyspell-mode-map.
11874         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11876         * textmodes/ispell.el (ispell-word): Do not ignore short words.
11878         * progmodes/compile.el (compilation-next-error-function):
11879         Don't switch buffers; operate on the current buffer.
11881         * progmodes/compile.el (compilation-error-file-name)
11882         (compilation-warning-file-name, compilation-info-file-name)
11883         (compilation-line-number, compilation-column-number): New faces.
11884         (compilation-error-face, compilation-warning-face)
11885         (compilation-info-face, compilation-line-face)
11886         (compilation-column-face): Use them.
11888         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
11890         * comint.el (comint-password-prompt-regexp): Accept ", try again".
11892         * bindings.el (global-map): Bind insertchar and its variants.
11894 2005-06-27  Richard M. Stallman  <rms@gnu.org>
11896         * textmodes/artist.el (artist-text-overwrite)
11897         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11899 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11901         * ps-print.el: It was not working the page selection for printing.
11902         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11903         (ps-print-version): New version 6.6.7.
11904         (ps-end-sheet): New fun.
11905         (ps-header-sheet, ps-end-job): Call it.
11907 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
11909         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11911 2005-06-27  Lute Kamstra  <lute@gnu.org>
11913         * facemenu.el (facemenu-unlisted-faces): Add foreground and
11914         background color faces.
11915         (facemenu-get-face): Delete function.
11916         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11917         (facemenu-add-new-color): Make second argument mandatory.
11918         Create the appropriate face and return it.  Simplify.
11919         (facemenu-set-foreground, facemenu-set-background): Don't check if
11920         color is defined.  Use return value of facemenu-add-new-color.
11922 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
11924         * progmodes/gud.el (gud-filter): Add missing argument to
11925         with-selected-window.
11927 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11929         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11930         a :require to the defcustom.
11932         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11933         defcustoms corresponding to minor modes.
11935 2005-06-26  David Ponce  <david@dponce.com>
11937         * recentf.el: Require tree-widget instead of wid-edit.
11938         (recentf-filename-handler): Fix widget :type.
11939         (recentf-cancel-dialog, recentf-open-more-files)
11940         (recentf-open-files-action): Doc fix.
11941         (recentf-dialog-goto-first): New function.
11942         (recentf-dialog-mode-map): Set parent keymap first.
11943         (recentf-dialog-mode): Define with define-derived-mode.
11944         Don't display continuation lines in dialogs.
11945         (recentf-edit-list): Rename from recentf-edit-selected-items.
11946         (recentf-edit-list-select): Rename from recentf-edit-list-action.
11947         Simplify.
11948         (recentf-edit-list-validate): New function.
11949         (recentf-edit-list): Update accordingly.
11950         (recentf-open-files-item-shift): Remove.
11951         (recentf-open-files-item): Convert menu elements into tree and
11952         link widgets.  Don't create the widgets.
11953         (recentf-open-files): Update accordingly.
11954         (recentf-save-list): Untabify.
11956 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
11958         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11959         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
11960         partially contained in the active region.  Do not take active
11961         region into account when called from Lisp, unless INTERACTIVE arg
11962         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
11963         avoid trouble with fields.  Make marker point nowhere when no
11964         longer used.  Always return nil.  Doc fix.
11965         (flush-lines): Add INTERACTIVE arg.  Do not take active region
11966         into account when called from Lisp, unless INTERACTIVE arg is
11967         non-nil.  Use `forward-line' instead of `beginning-of-line' to
11968         avoid trouble with fields.  Make marker point nowhere when no
11969         longer used.  Always return nil.  Doc fix.
11970         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
11971         interchangeable.  Do not take active region into account when
11972         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
11973         message in echo area when called from Lisp, unless INTERACTIVE arg
11974         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
11975         Return the number of matches.  Doc fix.
11976         (occur): Doc fix.
11977         (perform-replace): Make comment follow double space convention for
11978         the sake of `outline-minor-mode'.
11980         * faces.el (facep): Doc fix.
11982 2005-06-25  Richard M. Stallman  <rms@gnu.org>
11984         * facemenu.el (facemenu-enable-faces-p): New function.
11985         (facemenu-background-menu, facemenu-foreground-menu)
11986         (facemenu-face-menu): Add menu-enable property.
11988         * jka-compr.el (jka-compr-insert-file-contents):
11989         Special handling if cannot find the uncompression program.
11991         * cus-face.el (custom-face-attributes): Add autoload.
11993         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11994         Bind comment-indent-function locally.
11996         * window.el (save-selected-window): Use save-current-buffer.
11998         * subr.el (with-selected-window): Use save-current-buffer.
12000         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12001         and with-current-buffer.
12003 2005-06-24  Richard M. Stallman  <rms@gnu.org>
12005         * simple.el (line-move-1): Fix previous change.
12007 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12009         * replace.el (occur-1): Set `buffer-read-only' and the
12010         buffer-modified flag before running `occur-hook' to protect
12011         against unintentional buffer switches that can lead to data loss.
12013 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
12015         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12016         (gud-gdb-marker-filter): Use font-lock-warning-face for any
12017         initial error.
12019         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12020         after fresh input.
12021         (gdb-var-create-handler): Put name of expression in quotes.
12023 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
12025         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12026         elements of RING in order, and without bogus nil elements.
12028 2005-06-23  Richard M. Stallman  <rms@gnu.org>
12030         * simple.el (set-variable): Args renamed; doc fix.
12031         (line-move-1): When there are overlays around, use vertical-motion.
12033         * faces.el (escape-glyph): Use brown against light background.
12034         (nobreak-space): Rename from no-break-space.
12035         Fix previous change.
12037         * dired-aux.el (dired-do-copy): Fix arg prompt.
12039         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12041 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12043         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12044         rather than "Distributor".
12046 2005-06-23  Lute Kamstra  <lute@gnu.org>
12048         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12049         (debug-on-entry): Use it.  New interactive declaration that uses
12050         function-called-at-point.
12052 2005-06-23  Kim F. Storm  <storm@cua.dk>
12054         * subr.el (save-match-data): Add comment about using evaporate arg
12055         to set-match-data.
12057 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
12059         * cus-edit.el (customize-face)
12060         (customize-face-other-window): Handle face aliases.
12062         * faces.el (face-documentation, set-face-attribute)
12063         (face-spec-set): Handle face aliases.
12065 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
12067         * help-mode.el (help-make-xrefs): If a symbol representing a face
12068         name is not followed by the word "face", it could still be a
12069         function or variable name, so don't bypass other checks.
12071 2005-06-22  Juri Linkov  <juri@jurta.org>
12073         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12074         Replace aliased functions with calls where second arg `inherit' is t.
12076 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
12078         * progmodes/gdb-ui.el (gdb-error): New variable.
12079         (gdb-error): New function.
12080         (gdb-annotation-rules): Act on error-begin and error annotations.
12081         (gdb-concat-output): Use font-lock-warning-face for errors.
12083 2005-06-22  Miles Bader  <miles@gnu.org>
12085         * bindings.el (propertized-buffer-identification): Use renamed
12086         `Buffer-menu-buffer' face.
12088         * faces.el (vertical-border): Rename from `vertical-divider'.
12089         (escape-glyph): Change dark-background color back to `cyan'.
12091 2005-06-21  Juri Linkov  <juri@jurta.org>
12093         * faces.el (face-user-default-spec): Try getting `customized-face'
12094         prior to `saved-face'.
12095         (frame-background-mode): Refill docstring.
12097         * emacs-lisp/lisp-mode.el (eval-defun-1):
12098         * emacs-lisp/edebug.el (edebug-eval-defun):
12099         Set `saved-face' temporarily to nil before calling form.
12100         Set `customized-face' to the new spec after that.
12102 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12104         * subr.el (1value, lambda, key-substitution-in-progress):
12105         Doc fixes.
12107         * autoinsert.el (auto-insert-alist):
12108         * ses.el (ses-call-printer):
12109         * subr.el (noreturn):
12110         * emacs-lisp/lisp.el (check-parens):
12111         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12112         * net/browse-url.el (browse-url-mosaic):
12113         * progmodes/cc-defs.el (c-safe-scan-lists):
12114         * progmodes/ebnf-abn.el (ebnf-abn-lex):
12115         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12116         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12117         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12118         * progmodes/ebnf-iso.el (ebnf-iso-lex):
12119         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
12121 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12123         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
12125 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
12127         * calendar/appt.el (appt-make-list): Activate the package, if
12128         not already active (for backwards compatibility).
12130 2005-06-20  Kim F. Storm  <storm@cua.dk>
12132         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
12134 2005-06-20  Miles Bader  <miles@gnu.org>
12136         * faces.el (vertical-divider): New face.
12138 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
12140         * simple.el (kill-whole-line): Doc fix.
12141         (next-error-buffer-p, next-error-find-buffer)
12142         (clone-indirect-buffer): Fix typos in docstrings.
12143         (comment-line-break-function): Doc fix: don't say variable
12144         is automatically buffer-local (it isn't).
12146 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
12148         * net/tramp-ftp.el (top):
12149         * net/tramp-smb.el (top):
12150         * net/tramp-util.el (top):
12151         * net/tramp-uu.el (top):
12152         * net/tramp-vc.el (top):
12153         * net/tramp.el (top): Revert copyright years back to original
12154         ones.  Tramp has a life outside GNU Emacs.
12156 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
12158         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
12160 2005-06-18  Juri Linkov  <juri@jurta.org>
12162         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
12163         end of first regexp to limit the match to the position between
12164         line number and source line with same separator character as used
12165         between file name and line number.  In the second regexp limit
12166         mouse-face area to file name and line number by adding new group
12167         for them and referring it in HYPERLINK arg.
12168         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
12169         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
12170         previous line where grep markers may be already removed.
12172 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
12174         * progmodes/ps-mode.el: Update version and maintainer's email address.
12176 2005-06-18  Steve Youngs  <steve@xemacs.org>
12178         * net/browse-url.el (browse-url-browser-function)
12179         (browse-url-default-browser): Add firefox.
12180         (browse-url-firefox-program, browse-url-firefox-arguments)
12181         (browse-url-firefox-startup-arguments)
12182         (browse-url-firefox-new-window-is-tab): New defcustoms.
12183         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
12185 2005-06-17  Richard M. Stallman  <rms@gnu.org>
12187         * startup.el (command-line): Warn if specified user name has
12188         no home directory.
12190         * term.el (term-get-old-input, term-input-filter, term-input-sender)
12191         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
12193         * longlines.el (longlines-mode, longlines-show-hard-newlines):
12194         Doc fixes.
12196         * faces.el (underline): Try bold if terminal doesn't support underline.
12198         * mail/sendmail.el (mail-setup-with-from): New variable.
12199         (mail-insert-from-field): New function.
12200         (sendmail-send-it): Call it.
12201         (mail-setup): Optionally call it here.
12203         * term/linux.el: Call tty-no-underline.
12205 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
12207         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
12209 2005-06-17  Miles Bader  <miles@gnu.org>
12211         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
12212         (ediff-current-diff-C, ediff-current-diff-Ancestor)
12213         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
12214         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
12215         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
12216         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
12217         Remove "-face" suffix from face names.
12218         (ediff-current-diff-face-A, ediff-current-diff-face-B)
12219         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12220         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12221         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12222         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12223         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12224         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12225         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12226         New backward-compatibility aliases for renamed faces.
12227         (ediff-current-diff-face-A, ediff-current-diff-face-B)
12228         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12229         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12230         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12231         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12232         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12233         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12234         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12235         Use renamed ediff faces.
12237         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
12238         Remove "-face" suffix from face names.
12239         (eshell-test-ok-face, eshell-test-failed-face):
12240         New backward-compatibility aliases for renamed faces.
12241         (eshell-run-test): Use renamed eshell-test faces.
12243         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
12244         face name.
12245         (eshell-prompt-face): New backward-compatibility alias for renamed
12246         face.
12247         (eshell-emit-prompt): Use renamed eshell-prompt face.
12249         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
12250         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
12251         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
12252         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
12253         Remove "-face" suffix from face names.
12254         (eshell-ls-directory-face, eshell-ls-symlink-face)
12255         (eshell-ls-executable-face, eshell-ls-readonly-face)
12256         (eshell-ls-unreadable-face, eshell-ls-special-face)
12257         (eshell-ls-missing-face, eshell-ls-archive-face)
12258         (eshell-ls-backup-face, eshell-ls-product-face)
12259         (eshell-ls-clutter-face):
12260         New backward-compatibility aliases for renamed faces.
12261         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
12263         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
12264         Remove "-face" suffix from face name.
12265         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
12266         instead of literal face.
12268 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
12270         * emacs-lisp/warnings.el (display-warning, lwarn)
12271         (warning-minimum-log-level): Doc fixes.
12272         (warning-minimum-level, warning-minimum-log-level):
12273         Add :debug to :type choices.
12275         * progmodes/ada-mode.el (ada-format-paramlist)
12276         (ada-get-indent-case, ada-check-matching-start)
12277         (ada-check-defun-name, ada-goto-matching-decl-start)
12278         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
12279         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
12280         (ada-make-subprogram-body): Follow error conventions.
12281         (ada-case-exception-file, ada-indent-comment-as-code)
12282         (ada-indent-handle-comment-special, ada-indent-renames)
12283         (ada-indent-return, ada-search-directories-internal)
12284         (ada-tab-policy, ada-case-exception-substring)
12285         (ada-other-file-alist, ada-matching-start-re)
12286         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
12287         (ada-imenu-generic-expression, ada-compile-goto-error)
12288         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
12289         (ada-popup-menu, ada-add-extensions, ada-mode)
12290         (ada-region-selected, ada-create-case-exception)
12291         (ada-create-case-exception-substring, ada-after-keyword-p)
12292         (ada-activate-keys-for-case, ada-adjust-case-region)
12293         (ada-adjust-case-buffer, ada-format-paramlist)
12294         (ada-scan-paramlist, ada-insert-paramlist)
12295         (ada-indent-newline-indent)
12296         (ada-indent-newline-indent-conditional)
12297         (ada-justified-indent-current, ada-goto-previous-word)
12298         (ada-indent-current, ada-get-indent-open-paren)
12299         (ada-get-indent-paramlist, ada-get-indent-end)
12300         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
12301         (ada-get-indent-block-start, ada-get-indent-subprog)
12302         (ada-get-indent-noindent, ada-get-indent-label)
12303         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
12304         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
12305         (ada-goto-stmt-end, ada-goto-next-word)
12306         (ada-check-matching-start, ada-check-defun-name)
12307         (ada-goto-matching-decl-start, ada-goto-matching-start)
12308         (ada-goto-matching-end, ada-search-ignore-string-comment)
12309         (ada-in-decl-p, ada-looking-at-semi-or)
12310         (ada-looking-at-semi-private, ada-in-paramlist-p)
12311         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
12312         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
12313         (ada-next-procedure, ada-previous-procedure, ada-next-package)
12314         (ada-previous-package, ada-create-menu)
12315         (ada-fill-comment-paragraph-justify)
12316         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
12317         (ada-other-file-name, ada-last-which-function-line)
12318         (ada-last-which-function-subprog, ada-which-function)
12319         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
12320         (ada-gen-treat-proc, ada-check-emacs-version)
12321         (ada-continuation-indent, ada-align-region-separate):
12322         Fix typos in docstrings.
12323         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
12325 2005-06-16  Lute Kamstra  <lute@gnu.org>
12327         * simple.el (fundamental-mode): Run after-change-major-mode-hook
12328         conditionally.
12330 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12332         * comint.el (comint-replace-by-expanded-filename)
12333         (comint-prompt-regexp, comint-delimiter-argument-list)
12334         (comint-preinput-scroll-to-bottom):
12335         * info.el (Info-hide-cookies-node):
12336         * ls-lisp.el (ls-lisp-classify):
12337         * find-file.el (ff-search-directories, ff-special-constructs)
12338         (ff-find-other-file):
12339         * font-lock.el (font-lock-keywords):
12340         * shell.el (shell-prompt-pattern)
12341         (shell-dynamic-complete-functions, shell-mode)
12342         (shell-delimiter-argument-list):
12343         * term.el (term-replace-by-expanded-filename)
12344         (term-prompt-regexp, term-delimiter-argument-list):
12345         * woman.el (woman-ignore, woman0-if):
12346         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
12347         * emacs-lisp/elint.el (elint-init-env):
12348         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
12349         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
12350         * language/ethio-util.el (ethio-tilde-escape)
12351         (ethio-use-three-dot-question):
12352         * net/zone-mode.el (zone-mode-load-time-setup):
12353         * progmodes/cc-align.el (c-lineup-argcont):
12354         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
12355         * progmodes/cperl-mode.el (cperl-set-style-back):
12356         * progmodes/inf-lisp.el (inferior-lisp-prompt):
12357         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
12358         Fix spellings in docstrings.
12360         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
12361         * progmodes/modula2.el (m2-for): Fix spellings.
12363         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
12365         * simple.el (undo-more): Don't use `format' on `error' arguments.
12366         Improve argument/docstring consistency.
12367         (pending-undo-list): Doc fix.
12369         * smerge-mode.el (smerge-ensure-match):
12370         * emulation/vip.el (vip-ex):
12371         * net/zone-mode.el (zone-mode-update-serial):
12372         * progmodes/idlwave.el (idlwave-complete):
12373         * progmodes/vhdl-mode.el (vhdl-visit-file)
12374         (vhdl-compose-wire-components):
12375         Don't use `format' on `error' arguments.
12377         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
12378         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
12379         (tooltip-help-tips): Fix typos in docstrings.
12381 2005-06-16  David Ponce  <david@dponce.com>
12383         * tree-widget.el (tree-widget-value-create): Simplify last change.
12385 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
12387         * ido.el (ido-incomplete-regexp): New variable.
12388         (ido-set-matches-1): Handle invalid-regexp error and set
12389         ido-incomplete-regexp.
12390         (ido-incomplete-regexp): New face.
12391         (ido-completions): Use it.
12392         (ido-complete, ido-exit-minibuffer, ido-completions):
12393         Handle incomplete regexps.
12394         (ido-completions): Add check for complete match when entering a regexp.
12396 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12398         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
12400 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12402         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
12403         by field delimiters.
12405 2005-06-15  David Ponce  <david@dponce.com>
12407         * tree-widget.el: eval-and-compile inlined functions so they will
12408         be available at run-time too.
12409         (tree-widget-super-format-handler)
12410         (tree-widget-format-handler): Remove.
12411         (tree-widget-value-create): Handle the :indent property.
12413 2005-06-15  Miles Bader  <miles@gnu.org>
12415         * progmodes/which-func.el (which-func): Only inherit
12416         `font-lock-function-name-face' when that makes sense against the
12417         default mode-line face, otherwise set the face color explicitly.
12419         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
12420         faces instead of (non-existent) variables.
12422 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12424         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
12425         (iswitchb-get-matched-buffers): Likewise.  Simplify.
12427 2005-06-14  Miles Bader  <miles@gnu.org>
12429         * progmodes/ld-script.el (ld-script-location-counter):
12430         Remove "-face" suffix from face name.
12431         (ld-script-location-counter-face):
12432         New backward-compatibility alias for renamed face.
12433         (ld-script-location-counter-face): Use renamed face.
12435         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
12436         (cperl-hash): Remove "-face" suffix from face names.
12437         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
12438         New backward-compatibility aliases for renamed faces.
12439         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
12440         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
12442         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
12443         name.
12444         (which-func-face): New backward-compatibility alias for renamed face.
12445         (which-func-format): Use renamed which-func face.
12447         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
12448         (vhdl-function, vhdl-directive, vhdl-reserved-word)
12449         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
12450         names.
12451         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
12452         (vhdl-speedbar-configuration, vhdl-speedbar-package)
12453         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
12454         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
12455         (vhdl-speedbar-architecture-selected)
12456         (vhdl-speedbar-configuration-selected)
12457         (vhdl-speedbar-package-selected)
12458         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
12459         names.
12460         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
12461         Use renamed faces.
12462         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
12463         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
12464         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
12465         Use renamed faces.
12466         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
12467         names.
12468         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
12469         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
12470         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
12471         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
12472         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
12473         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
12475         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
12476         face name.
12477         (sh-heredoc-face): New backward-compatibility alias for renamed face.
12478         (sh-heredoc-face): Use renamed sh-heredoc face.
12480         * progmodes/idlw-help.el (idlwave-help-link):
12481         Remove "-face" suffix from face name.
12482         (idlwave-help-link-face):
12483         New backward-compatibility alias for renamed face.
12484         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
12486         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
12487         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
12488         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12489         New backward-compatibility aliases for renamed faces.
12490         (idlwave-shell-disabled-breakpoint-face)
12491         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
12493         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12494         Remove "-face" suffix from face names.
12495         (flymake-errline-face, flymake-warnline-face):
12496         New backward-compatibility aliases for renamed faces.
12497         (flymake-highlight-line): Use renamed flymake faces.
12499         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12500         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
12501         (ebrowse-member-class, ebrowse-progress):
12502         Remove "-face" suffix from face names.
12503         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12504         (ebrowse-file-name-face, ebrowse-default-face)
12505         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12506         (ebrowse-progress-face):
12507         New backward-compatibility aliases for renamed faces.
12508         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
12509         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
12510         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
12511         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
12513         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
12514         antlr-syntax)
12515         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
12516         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
12517         names.
12518         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
12519         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
12520         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
12521         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
12522         backward-compatibility aliases for renamed faces.
12523         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
12524         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
12525         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
12526         remove "font-lock-".  Use renamed antlr-mode faces.
12527         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
12528         literal face-names with face variable references.
12530         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
12531         face name.
12532         (Buffer-menu-buffer-face): New backward-compatibility alias for
12533         renamed face.
12534         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
12536 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
12538         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
12539         Eliminate "-face" suffix.
12540         (makefile-targets): Inherit from font-lock-function-name-face and
12541         eliminate "-face" suffix.
12542         (makefile-shell): Remove attributes and eliminate "-face" suffix.
12543         (makefile-*-font-lock-keywords): Append makefile-targets in rule
12544         actions, instead of prepending, to make it less visible.
12545         (makefile-previous-dependency, makefile-match-dependency):
12546         Don't match a target on a continuation line.
12548         * files.el (auto-mode-alist): Put Makefile in gmake mode.
12550 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
12552         * progmodes/gdb-ui.el (menu): Re-order menu items.
12553         (gdb-tooltip-print): Respect tooltip-use-echo-area.
12555         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
12556         Define in tooltip.el.
12557         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
12558         (gud-tooltip-tips): Respect tooltip-use-echo-area and
12559         gud-tooltip-echo-area.
12561         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
12562         backward compatibility and make obsolete.
12563         (tooltip-help-tips): Use tooltip-use-echo-area.
12564         (tooltip-show-help-function): Rename to...
12565         (tooltip-show-help): ...this, because it is a function.
12566         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
12568 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
12570         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
12571         (edebug-print-length, edebug-print-level, edebug-print-circle)
12572         (edebug-modify-breakpoint, edebug-eval-last-sexp)
12573         (edebug-eval-print-last-sexp): Doc fixes.
12575 2005-06-14  Kim F. Storm  <storm@cua.dk>
12577         * ido.el (ido-mode): Make a new keymap every time we enable ido,
12578         as the coverage buffer/file/both may change.
12580 2005-06-14  Lute Kamstra  <lute@gnu.org>
12582         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
12583         and run-mode-hooks.  Simplify.
12585         * mail/rmailedit.el (rmail-edit-mode):
12586         * progmodes/octave-inf.el (inferior-octave-mode):
12587         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
12589         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
12590         and run-mode-hooks.
12591         (recentf-edit-list, recentf-open-files): Don't call
12592         kill-all-local-variables directly.
12594         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
12596 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12598         * emacs-lisp/byte-run.el (make-obsolete)
12599         (define-obsolete-function-alias): Rename arguments FUNCTION and
12600         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
12601         (make-obsolete-variable, define-obsolete-variable-alias):
12602         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
12603         respectively.
12605         * isearchb.el (isearchb-activate):
12606         * pcvs.el (cvs-mode):
12607         * ses.el (ses-load):
12608         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
12609         * net/tramp.el (tramp-find-file-exists-command)
12610         (tramp-find-shell):
12611         * progmodes/ada-mode.el (ada-create-case-exception)
12612         (ada-create-case-exception-substring, ada-make-subprogram-body):
12613         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12614         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
12615         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
12616         * textmodes/org.el (org-promote, org-evaluate-time-range)
12617         (org-agenda-next-date-line, org-agenda-previous-date-line)
12618         (org-agenda-error, org-open-at-point, org-table-move-row)
12619         (org-format-table-table-html-using-table-generate-source)
12620         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
12621         * textmodes/reftex.el (reftex-access-scan-info):
12622         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
12623         (reftex-toc-promote-prepare): Follow error conventions.
12625         * diff-mode.el (diff-mode): Fix typo in docstring.
12627         * forms.el (forms--intuit-from-file): Fix reference to
12628         `forms-number-of-fields' in error message.
12629         (forms-print): Fix quoting in error message.
12631         * forms.el (forms-mode):
12632         * emulation/vi.el (vi-goto-insert-state):
12633         * progmodes/flymake.el (flymake-new-err-info)
12634         (flymake-start-syntax-check-for-current-buffer)
12635         (flymake-simple-cleanup):
12636         * eshell/esh-var.el (eshell/export):
12637         * progmodes/gud.el (xdb):
12638         * textmodes/flyspell.el (flyspell-incorrect-hook)
12639         (flyspell-maybe-correct-transposition)
12640         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
12642 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
12644         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
12645         minibuffer prompt.
12647 2005-06-13  Kim F. Storm  <storm@cua.dk>
12649         * subr.el (add-to-ordered-list): New defun.
12651         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
12652         add cua--keymap-alist to emulation-mode-map-alists.
12654 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12656         * subr.el (complete-in-turn): New macro.
12657         (dynamic-completion-table, lazy-completion-table): Add debug info.
12659         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
12660         in preference to face aliases.
12662         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
12663         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
12664         Remove unused vars `start' and `firstline'.
12665         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
12666         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
12668 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
12670         * cus-start.el (all): Don't complain about missing GTK-related
12671         variables, unless either `gtk' is boundp or this isn't a
12672         `windows-nt' build.
12674 2005-06-13  Lute Kamstra  <lute@gnu.org>
12676         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
12677         run-mode-hooks.
12679         * ediff-mult.el (ediff-meta-mode):
12680         * ediff-util.el (ediff-mode): Use run-mode-hooks.
12682         * ledit.el (ledit-mode): Use delay-mode-hooks.
12684         * woman.el (woman-mode-line-format): Delete constant.
12685         (woman-mode-map): Initialize it properly.
12686         (woman-mode): Set mode-class property to special.
12687         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
12688         Set major-mode and mode-name.  Don't set mode-line-format directly.
12689         (Man-getpage-in-background): Don't reference woman-mode-line-format.
12691         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12692         string argument obsolete.
12694 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
12696         * textmodes/org.el (org-CUA-compatible): New option.
12697         (org-disputed-keys): New variable.
12698         (org-key): New function.
12699         (orgtbl-make-binding): Add docstring to the created function.
12700         (org-mode): Set paragraph start/separate regexps.
12701         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
12702         (org-archive-location, org-archive-mark-done)
12703         (org-archive-stamp-time): New options.
12704         (org-archive-subtree): New command.
12705         (org-fill-paragraph): New function.
12706         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
12707         (org-fake-empty-table-line): Function removed.
12708         (org-format-org-table-html): Do not create empty table lines at
12709         separator lines.  Improved table header treatment.
12710         (org-link-format): New option.
12711         (org-make-link): New function.
12712         (org-insert-link, org-store-link): Use org-make-link.
12713         (org-open-file): Quote file name for shell command, to allow
12714         spaces in file names.
12715         (org-link-regexp): Fix bug with mailto link.
12716         (org-link-maybe-angles-regexp, org-protected-link-regexp):
12717         New constants.
12718         (org-export-as-html): Deal with the optional angles around a link.
12719         Better treatment of file: links.
12720         (org-open-at-point): Replace @{ and @} with < and >.
12721         (org-run-mode-hooks): Function removed.
12722         (org-agenda-mode): No longer use `org-run-mode-hooks'.
12724 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
12726         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
12727         MI command -data-list-register-values.
12728         (gdb-post-prompt): Indent properly.
12730 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
12732         * hilit-chg.el (highlight-changes-colors): Rename from
12733         `highlight-changes-colours'.
12734         (highlight-changes-colours): Keep as obsolete alias.
12735         (highlight-changes-face-list): Doc fix.
12736         (hilit-chg-make-list): Use `highlight-changes-colors'.
12738 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
12740         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
12741         defun-prompt-regexp.
12743 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
12745         * loadup.el: Don't say we are dumping under 2 names on windows-nt
12746         and cygwin.
12748         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
12749         Don't use an old loaddefs.el, as in Makefile.in.
12751 2005-06-12  Lute Kamstra  <lute@gnu.org>
12753         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
12755         * man.el (Man-mode-map): Initialize it properly.
12756         (Man-mode): Set mode-class property to special.
12758         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
12760 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12762         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
12763         A newline is needed in the docstring there.
12765         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
12766         Doc fixes.
12768 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12770         * printing.el: Doc fix.  The menubar is no more changed when printing
12771         is loaded, it only changes when pr-menu-bind or pr-update-menus is
12772         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
12773         (pr-version): New version number (6.8.4).
12774         (pr-menu-bind): New command.
12775         (pr-update-menus): Docstring and code fix.
12776         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
12777         Docstring fix.
12778         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
12779         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
12781 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
12783         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
12784         "Returns" to "return", document useful return values, etc.
12786 2005-06-11  Alan Mackenzie  <acm@muc.de>
12788         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
12789         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
12790         (adaptive-file-function): Minor amendment to doc-string.
12792 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12794         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
12795         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
12796         Fix :type--it is `integer', not `string'.
12798         * faces.el (modeline-highlight): Rename from (the erroneous)
12799         `modeline-higilight'.
12801 2005-06-11  Lute Kamstra  <lute@gnu.org>
12803         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
12804         lisp-interaction-mode-map but make it the parent.
12805         (edebug-eval-mode): Use define-derived-mode.
12807 2005-06-11  Andreas Schwab  <schwab@suse.de>
12809         * bindings.el: Add binding of `ESC functionkey' for every
12810         `M-functionkey'.
12811         * hexl.el (hexl-mode-map): Likewise.
12813 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
12815         * progmodes/compile.el (compilation-error-regexp-alist-alist)
12816         [msft]: update regexp for newer msft compilers.
12818 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
12820         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
12821         ATTLIST portions of included DTDs.
12822         (xml-parse-dtd): Eliminate use of inefficient match-data.
12824 2005-06-10  Miles Bader  <miles@gnu.org>
12826         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12827         (mpuz-text): Remove "-face" suffix from face names.
12828         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
12829         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
12830         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
12832         * play/gomoku.el (gomoku-O, gomoku-X):
12833         Remove "-face" suffix from face names.
12834         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12835         New backward-compatibility aliases for renamed faces.
12836         (gomoku-font-lock-keywords): Use renamed gomoku faces.
12838 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12840         * thumbs.el: Fixes for changes of 2005-06-09.
12841         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12842         as a directory.
12843         (thumbs-thumbname): Remove directory separator from format string;
12844         `thumbs-thumbsdir' now returns a valid directory name.
12845         (thumbs-temp-dir): New defsubst.
12846         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12847         Use it.
12849         * cus-edit.el (minibuffer):
12850         * files.el (make-backup-file-name-function):
12851         * filesets.el (filesets-external-viewers):
12852         * hilit-chg.el (highlight-changes-colours)
12853         (highlight-changes-face-list, highlight-changes-rotate-faces):
12854         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12855         * kmacro.el (kmacro-call-macro):
12856         * log-edit.el (log-edit-changelog-full-paragraphs):
12857         * mouse.el (mouse-1-click-follows-link):
12858         * skeleton.el (skeleton-autowrap):
12859         * subr.el (insert-for-yank-1):
12860         * tempo.el (tempo-insert-region):
12861         * terminal.el (terminal-emulator):
12862         * time.el (display-time-mail-face):
12863         * vc.el (vc-annotate):
12864         * vcursor.el (vcursor-copy-line):
12865         * woman.el (woman-bold-headings, woman-ignore)
12866         (woman-default-faces, woman-monochrome-faces):
12867         * calendar/todo-mode.el (todo-insert-threshold):
12868         * emulation/pc-select.el (pc-select-selection-keys-only)
12869         (pc-selection-mode):
12870         * emulation/vip.el (vip-find-char-forward):
12871         * emulation/viper-cmd.el (viper-find-char-forward):
12872         * international/mule-cmds.el
12873         (select-safe-coding-system-accept-default-p)
12874         (input-method-exit-on-invalid-key):
12875         * international/mule-diag.el (describe-coding-system):
12876         * international/ucs-tables.el (unify-8859-on-encoding-mode):
12877         * net/browse-url.el (browse-url-xterm-program):
12878         * obsolete/lazy-lock.el (lazy-lock-mode):
12879         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12880         (cperl-mode):
12881         * progmodes/cpp.el (cpp-face-light-name-list)
12882         (cpp-face-dark-name-list):
12883         * progmodes/delphi.el (delphi-newline-always-indents):
12884         Fix spellings in docstrings.
12886         * ido.el (ido-mode, ido-file-extensions-order)
12887         (ido-default-file-method, ido-default-buffer-method)
12888         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
12889         (ido-decorations, ido-read-file-name-as-directory-commands)
12890         (ido-read-file-name-non-ido, ido-work-directory-list)
12891         (ido-ignore-item-temp-list, ido-current-directory)
12892         (ido-magic-forward-char, ido-enter-find-file)
12893         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
12894         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12896 2005-06-10  Lute Kamstra  <lute@gnu.org>
12898         * play/dunnet.el (dun-mode): Use define-derived-mode.
12899         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
12900         obsolete alias.
12902         * play/doctor.el (doctor-mode-map): Remove defvar.
12903         (doctor-mode): Use define-derived-mode.
12905         * mail/mspools.el (mspools-mode):
12906         * net/eudc-hotlist.el (eudc-hotlist-mode):
12907         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12909 2005-06-10  Miles Bader  <miles@gnu.org>
12911         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12912         Remove "-face" suffix from face names.
12913         (flyspell-incorrect-face, flyspell-duplicate-face):
12914         New backward-compatibility aliases for renamed faces.
12915         (flyspell-mode-on, make-flyspell-overlay)
12916         (flyspell-highlight-incorrect-region)
12917         (flyspell-highlight-duplicate-region)
12918         (flyspell-display-next-corrections)
12919         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12921         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12922         from face name.
12923         (texinfo-heading-face): New backward-compatibility alias for
12924         renamed face.
12925         (texinfo-heading-face): Use renamed texinfo-heading face.
12927         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12928         suffix from face names.
12929         (tex-math-face, tex-verbatim-face):
12930         New backward-compatibility aliases for renamed faces.
12931         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12932         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12933         literal face name.
12935         * textmodes/table.el (table-cell): Remove "-face" suffix from face
12936         name.
12937         (table-cell-face): New backward-compatibility alias for renamed face.
12938         (table--put-cell-face-property, table--update-cell-face):
12939         Use renamed table-cell face.
12941         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12942         from face name.
12943         (sgml-namespace-face): New backward-compatibility alias for
12944         renamed face.
12945         (sgml-namespace-face): Use renamed sgml-namespace face.
12947         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12948         (org-level-4, org-level-5, org-level-6, org-level-7)
12949         (org-level-8, org-warning, org-headline-done)
12950         (org-deadline-announce, org-scheduled-today)
12951         (org-scheduled-previously, org-link, org-done, org-table)
12952         (org-time-grid): Remove "-face" suffix from face names.
12953         (org-level-1-face, org-level-2-face, org-level-3-face)
12954         (org-level-4-face, org-level-5-face, org-level-6-face)
12955         (org-level-7-face, org-level-8-face, org-warning-face)
12956         (org-headline-done-face, org-deadline-announce-face)
12957         (org-scheduled-today-face, org-scheduled-previously-face)
12958         (org-link-face, org-done-face, org-table-face)
12959         (org-time-grid-face):
12960         New backward-compatibility aliases for renamed faces.
12961         (org-level-faces, org-set-font-lock-defaults, org-timeline)
12962         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12963         (org-agenda-get-timestamps, org-agenda-get-scheduled)
12964         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12966         * emulation/viper-init.el (viper-search, viper-replace-overlay)
12967         (viper-minibuffer-emacs, viper-minibuffer-insert)
12968         (viper-minibuffer-vi): Remove "-face" suffix from face names.
12969         (viper-search-face, viper-replace-overlay-face)
12970         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12971         (viper-minibuffer-vi-face):
12972         New backward-compatibility aliases for renamed faces.
12973         (viper-search-face, viper-replace-overlay-face)
12974         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12975         (viper-minibuffer-vi-face): Use renamed viper faces.
12977         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12978         Remove "-face" suffix from face names.
12979         (testcover-nohits-face, testcover-1value-face):
12980         New backward-compatibility aliases for renamed faces.
12981         (testcover-mark): Use renamed testcover faces.
12983         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12984         face name.
12985         (diary-button-face): New backward-compatibility alias for renamed face.
12986         (diary-entry): Use renamed diary-button face.
12988         * calendar/calendar.el (diary, calendar-today, holiday)
12989         (mark-visible-calendar-date): Remove "-face" suffix from face names.
12990         (diary-face, calendar-today-face, holiday-face):
12991         New backward-compatibility aliases for renamed faces.
12992         (eval-after-load "facemenu", diary-entry-marker)
12993         (calendar-today-marker, calendar-holiday-marker, diary-face):
12994         Use renamed calendar faces.
12996         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12997         (compare-windows-face): New backward-compatibility alias for
12998         renamed face.
12999         (compare-windows-highlight): Use renamed compare-windows face.
13001         * strokes.el (strokes-char): Remove "-face" suffix from face name.
13002         (strokes-char-face): New backward-compatibility alias for renamed face.
13003         (strokes-encode-buffer): Use renamed strokes-char face.
13005         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13006         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13007         Remove "-face" suffix from face names.
13008         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13009         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13010         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
13011         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
13012         Use renamed pcvs faces.
13013         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13014         * pcvs-defs.el (cvs-mode-map): Likewise.
13015         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
13017         * info.el (info-title-1, info-title-2, info-title-3)
13018         (info-title-4): Remove "-face" suffix from and downcase face names.
13019         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13020         (Info-title-4-face):
13021         New backward-compatibility aliases for renamed faces.
13022         (Info-fontify-node): Use renamed info faces.
13024         * hilit-chg.el (highlight-changes, highlight-changes-delete):
13025         Remove "-face" suffix from face names.
13026         (highlight-changes-face, highlight-changes-delete-face):
13027         New backward-compatibility aliases for renamed faces.
13028         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13029         (hilit-chg-make-list): Use renamed highlight-changes faces.
13031         * generic-x.el (show-tabs-tab, show-tabs-space):
13032         Remove "-face" suffix from face names.
13033         (show-tabs-tab-face, show-tabs-space-face):
13034         New backward-compatibility aliases for renamed faces.
13035         (show-tabs-generic-mode-font-lock-defaults-1)
13036         (show-tabs-generic-mode-font-lock-defaults-2):
13037         Use renamed show-tabs faces.
13039         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13040         (smerge-markers): Remove "-face" suffix from face names.
13041         (smerge-mine-face, smerge-other-face, smerge-base-face)
13042         (smerge-markers-face):
13043         New backward-compatibility aliases for renamed faces.
13044         (smerge-mine-face, smerge-other-face, smerge-base-face)
13045         (smerge-markers-face): Use renamed smerge faces.
13047         * log-view.el (log-view-file, log-view-message): Remove "-face"
13048         suffix from face names.
13049         (log-view-file-face, log-view-message-face):
13050         New backward-compatibility aliases for renamed faces.
13051         (log-view-file-face, log-view-message-face): Use renamed log-view
13052         faces.
13054         * paren.el (show-paren-match, show-paren-mismatch):
13055         Remove "-face" suffix from face names.
13056         (show-paren-match-face, show-paren-mismatch-face):
13057         New backward-compatibility aliases for renamed faces.
13058         (show-paren-function): Use renamed show-paren faces.
13060         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13061         (ruler-mode-margins, ruler-mode-fringes)
13062         (ruler-mode-column-number, ruler-mode-fill-column)
13063         (ruler-mode-comment-column, ruler-mode-goal-column)
13064         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13065         suffix from face names.
13066         (ruler-mode-default-face, ruler-mode-pad-face)
13067         (ruler-mode-margins-face, ruler-mode-fringes-face)
13068         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13069         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
13070         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13071         New backward-compatibility aliases for renamed faces.
13072         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13073         (ruler-mode-column-number, ruler-mode-fill-column)
13074         (ruler-mode-comment-column, ruler-mode-goal-column)
13075         (ruler-mode-tab-stop, ruler-mode-current-column)
13076         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13077         faces.
13079         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13080         face name.
13081         (whitespace-highlight-the-space): Use renamed face.
13082         (whitespace-highlight-face): New backward-compatibility alias for
13083         renamed face.
13085         * woman.el (woman-italic, woman-bold, woman-unknown)
13086         (woman-addition, woman-symbol-face):
13087         Remove "-face" suffix from face names.
13088         (woman-italic-face, woman-bold-face, woman-unknown-face)
13089         (woman-addition-face):
13090         New backward-compatibility aliases for renamed faces.
13091         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13092         (woman-decode-region, woman-replace-match)
13093         (woman-display-extended-fonts, woman-special-characters)
13094         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13095         Use renamed woman faces.
13097         * longlines.el (longlines-visible-face): Face removed.
13099         * diff-mode.el (diff-header, diff-file-header, diff-index)
13100         (diff-hunk-header, diff-removed, diff-added, diff-changed)
13101         (diff-function, diff-context, diff-nonexistent): Remove "-face"
13102         suffix from face names.
13103         (diff-header-face, diff-file-header-face, diff-index-face)
13104         (diff-hunk-header-face, diff-removed-face, diff-added-face)
13105         (diff-changed-face, diff-function-face, diff-context-face)
13106         (diff-nonexistent-face): New backward-compatibility aliases for
13107         renamed faces.
13108         (diff-header-face, diff-file-header-face)
13109         (diff-index, diff-index-face, diff-hunk-header)
13110         (diff-hunk-header-face, diff-removed, diff-removed-face)
13111         (diff-added, diff-added-face, diff-changed-face, diff-function)
13112         (diff-function-face, diff-context-face, diff-nonexistent)
13113         (diff-nonexistent-face): Use renamed diff-mode faces.
13115         * progmodes/compile.el (compilation-warning-face)
13116         (compilation-info-face): Remove "-face" suffix from face names.
13117         (compilation-warning-face, compilation-info-face):
13118         New backward-compatibility aliases for renamed faces.
13119         (compilation-warning-face, compilation-info-face):
13120         Use renamed compilation faces.
13122         * add-log.el (change-log-date, change-log-name)
13123         (change-log-email, change-log-file, change-log-list)
13124         (change-log-conditionals, change-log-function)
13125         (change-log-acknowledgement): Remove "-face" suffix from face names.
13126         (change-log-date-face, change-log-name-face)
13127         (change-log-email-face, change-log-file-face)
13128         (change-log-list-face, change-log-conditionals-face)
13129         (change-log-function-face, change-log-acknowledgement-face):
13130         New backward-compatibility aliases for renamed faces.
13131         (change-log-font-lock-keywords): Use renamed change-log faces.
13133         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
13134         (custom-set, custom-changed, custom-saved, custom-button)
13135         (custom-button-pressed, custom-documentation, custom-state)
13136         (custom-comment, custom-comment-tag, custom-variable-tag)
13137         (custom-variable-button, custom-face-tag, custom-group-tag-1)
13138         (custom-group-tag): Remove "-face" suffix from face names.
13139         (custom-magic-alist, custom-magic-value-create)
13140         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
13141         (custom-invalid-face, custom-rogue-face, custom-modified-face)
13142         (custom-set-face, custom-changed-face, custom-saved-face)
13143         (custom-button-face, custom-button-pressed-face)
13144         (custom-documentation-face, custom-state-face)
13145         (custom-comment-face, custom-comment-tag-face)
13146         (custom-variable-tag-face, custom-variable-button-face)
13147         (custom-face-tag-face, custom-group-tag-face-1)
13148         (custom-group-tag-face):
13149         New backward-compatibility aliases for renamed faces.
13151         * wid-edit.el (widget-documentation, widget-button)
13152         (widget-field, widget-single-line-field, widget-inactive)
13153         (widget-button-pressed): "-face" suffix removed from face names.
13154         (widget-documentation-face, widget-button-face)
13155         (widget-field-face, widget-single-line-field-face)
13156         (widget-inactive-face, widget-button-pressed-face):
13157         New backward-compatibility aliases for renamed faces.
13158         (widget-documentation-face, widget-button-face)
13159         (widget-button-pressed-face, widget-specify-field)
13160         (widget-specify-inactive): Use renamed widget faces.
13162 2005-06-10  Kenichi Handa  <handa@m17n.org>
13164         * term/x-win.el (x-clipboard-yank): Remove condition-case
13165         wrapping.
13167 2005-06-11  Kenichi Handa  <handa@m17n.org>
13169         * add-log.el (change-log-font-lock-keywords): Make the regexp for
13170         date lines stricter.
13172 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
13174         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
13175         of x-get-selection.
13177 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
13179         * comint.el (comint-mode, comint-snapshot-last-prompt):
13180         * frame.el (frame-current-scroll-bars):
13181         * term.el (term-mode, term-check-proc, term-input-sender)
13182         (term-simple-send, term-extract-string, term-word)
13183         (term-match-partial-filename):
13184         * window.el (window-current-scroll-bars):
13185         * emulation/cua-base.el (cua-normal-cursor-color)
13186         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
13187         (cua-global-mark-cursor-color):
13188         * mail/undigest.el (rmail-forward-separator-regex):
13189         Fix typos in docstrings.
13191         * comint.el (comint-check-proc, make-comint-in-buffer)
13192         (comint-source-default): Doc fixes.
13194         * term.el (term-send-string): Improve argument/docstring consistency.
13196 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
13198         * comint.el (comint-send-input): Bind `inhibit-read-only' around
13199         call to `delete-region'.
13200         (comint-mode-hook): Do not enable Font Lock by default.
13202 2005-06-09  Lute Kamstra  <lute@gnu.org>
13204         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
13205         could be void.
13207 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13209         * emacs-lisp/debug.el (debugger-will-be-back): New var.
13210         (debug): Use it.
13211         (debugger-step-through, debugger-continue, debugger-jump)
13212         (debugger-return-value): Set it when needed.
13213         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
13214         Use inhibit-read-only.
13216 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
13218         * window.el (shrink-window-if-larger-than-buffer)
13219         (window-size-fixed): Fix typo in docstring.
13221         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
13222         thumbnails directory on loading.
13223         (thumbs-conversion-program): Use `eq' to check the system type,
13224         not `equal'.
13225         (thumbs-temp-dir): Initialize to `temporary-file-directory',
13226         not "/tmp".  Fix docstring.
13227         (thumbs-thumbsdir): New function to return the thumbnails
13228         directory, creating it if needed.
13229         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
13230         (thumbs-temp-file): Delete variable and make it into a function.
13231         (thumbs-resize-image, thumbs-modify-image): Use it.
13232         (thumbs-kill-buffer): Simplify.
13233         (thumbs-gensym): Defalias or duplicate CL `gensym'.
13234         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
13235         docstrings.
13237 2005-06-09  Kim F. Storm  <storm@cua.dk>
13239         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
13240         set-match-data to free markers in match-data.
13242         * replace.el (replace-match-data): Pass RESEAT arg `t' to
13243         match-data to unchain markers in match-data.
13245 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13247         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
13248         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
13249         unnecessary now.
13251 2005-06-08  Richard M. Stallman  <rms@gnu.org>
13253         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
13254         give the variable a doc string that doesn't say don't set it directly.
13256         * textmodes/ispell.el (ispell-check-version):
13257         Use match-string-no-properties.
13258         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
13259         (ispell-buffer-local-words): Likewise.
13261         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
13262         except on terminals with enough colors to really display it.
13263         (makefile-dependency-regex): Delete spurious `bb'.
13265         * faces.el (escape-glyph): Use blue once again in last case.
13266         (no-break-space): Redefine so that it isn't invisible on a tty.
13268 2005-06-08  Kim F. Storm  <storm@cua.dk>
13270         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
13271         also when reading directory name.
13273 2005-06-08  Lute Kamstra  <lute@gnu.org>
13275         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
13276         (flyspell-mode-line-string): Remove autoload cookie.
13277         (flyspell-mode): Remove defvar.
13279 2005-06-07  Lute Kamstra  <lute@gnu.org>
13281         * textmodes/org.el (org-run-mode-hooks): New function.
13282         (org-agenda-mode): Use it.
13284 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
13286         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
13288 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13290         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
13292 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
13294         * font-lock.el (font-lock-add-keywords): Doc fix.
13296 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13298         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
13299         (tex-compile-default): In the absence of any history, use the order in
13300         tex-compile-alist to choose the preferred command.
13301         (tex-compile-commands): Reorder a bit.
13303         * textmodes/flyspell.el (flyspell-auto-correct-binding)
13304         (flyspell-incorrect-face, flyspell-duplicate-face):
13305         Use (X)Emacs-agnostic code.
13306         (flyspell-mode-map): Don't overwrite at each load.  Remove code
13307         redundant with the subsequent add-minor-mode.  Merge Emacs and
13308         XEmacs code.
13309         (flyspell-word): Minor simplification.
13310         (flyspell-math-tex-command-p): Quieten the byte-compiler.
13311         (flyspell-external-point-words): Remove unused vars `size' and `start'.
13312         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13313         Merge the corresponding Emacs code.
13314         (flyspell-correct-word, flyspell-xemacs-popup):
13315         Use flyspell-do-correct.
13317         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
13318         a dedicated window.
13320         * international/latexenc.el (latexenc-find-file-coding-system):
13321         Undo part of last patch, to turn off a compiler warning.
13323 2005-06-06  Juri Linkov  <juri@jurta.org>
13325         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
13326         Rename `tmm-inactive-face' to `tmm-inactive'.
13328 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
13330         * iswitchb.el: Rename faces.
13332 2005-06-06  Kim F. Storm  <storm@cua.dk>
13334         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
13335         (cua-global-mark): Remove -face suffix from face names.
13337         * emulation/cua-gmrk.el (cua--init-global-mark):
13338         Remove cua-global-mark face setup.
13340 2005-06-06  Richard M. Stallman  <rms@gnu.org>
13342         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
13343         just like other allowed characters.
13344         (makefile-match-dependency): Exclude leading and training whitespace
13345         from the range of regexp subexp 1.
13346         (makefile-macroassign-regex): Don't try to match the body,
13347         just the name of the macro being defined.
13349         * info.el (Info-read-node-name-2): New function.
13350         (Info-read-node-name-1): Use that.
13351         Add a completion-base-size-function property.
13353         * simple.el (completion-setup-function): Look for
13354         completion-base-size-function property of minibuffer-completion-table.
13356         * files.el (locate-file-completion): Doc fix.
13358         * printing.el: Don't call pr-update-menus; user must do that.
13360         * emacs-lisp/debug.el (debugger-window): New variable.
13361         (debug): Use debugger-window if it is set and still alive.
13362         Record debugger-window for next entry.
13364         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
13366 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
13368         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
13369         (hack-one-local-variable, hack-local-variables)
13370         (hack-local-variables-prop-line): Pass that arg.
13372 2005-06-06  Kim F. Storm  <storm@cua.dk>
13374         * ido.el (ido-first-match, ido-only-match, ido-subdir)
13375         (ido-indicator): Remove -face suffix from face names.
13377 2005-06-06  Juri Linkov  <juri@jurta.org>
13379         * font-lock.el (font-lock-regexp-backslash)
13380         (font-lock-regexp-backslash-construct): New faces.
13381         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
13382         after `('.  Add `while-no-input' to control structures.
13384         * faces.el (no-break-space, shadow): New faces.
13385         (escape-glyph): Use less loud colors pink2 and red4.
13387         * diff-mode.el (diff-context-face)
13388         * dired.el (dired-ignored)
13389         * rfn-eshadow.el (file-name-shadow)
13390         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
13392         * info.el (Info-title-1-face): Use green instead of yellow because
13393         bold yellow is not readable on light backgrounds.
13395         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
13396         before selecting the desired mode to not spend time fontifying
13397         old contents.
13399 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
13401         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
13402         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
13404         * ps-print.el (ps-default-fg, ps-default-bg):
13405         Fix typos in docstrings.
13407         * isearchb.el (isearchb): Don't pass a spurious second argument to
13408         `iswitchb-completions'.
13410 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
13412         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
13413         to preserve point.
13414         (gdb-find-file-hook): Add doc string.
13416         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
13417         C dereferenced pointer expression.
13418         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
13420         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
13422         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
13423         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
13424         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
13425         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
13426         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
13427         Make background transparent.
13429 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13431         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
13432         (font-lock-remove-keywords): Doc fix.
13433         (font-lock-mode-major-mode): Compiler defvar.
13434         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
13436         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
13437         (font-lock-mode): Update `font-lock-mode-major-mode'.
13438         (font-lock-set-defaults): Compiler defvar.
13439         (font-lock-default-function): Take `font-lock-mode-major-mode'
13440         into account.
13442         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
13443         keep track of which major mode it enabled the minor mode for.
13444         Use find-file-hook again.  Update docstring.
13446         * simple.el (eval-expression-print-level)
13447         (eval-expression-print-length, eval-expression-debug-on-error):
13448         Doc fixes.
13450 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
13452         * iswitchb.el (iswitchb-single-match-face)
13453         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
13454         (iswitchb-invalid-regexp-face): New faces.
13455         (iswitchb-completions): Use them.
13456         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
13457         now marked as an obsolete alias.
13458         (iswitchb-read-buffer): Remove check for bound font variables.
13459         (iswitchb-invalid-regexp): New free variable.
13460         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
13461         set iswitchb-invalid-regexp.
13462         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
13463         invalid regexps.
13464         (iswitchb-completions): Add check for complete match when entering
13465         a regexp.
13466         (iswitchb-completions): Remove require-match argument.
13467         (iswitchb-exhibit): Fix caller.
13468         (iswitchb-common-match-inserted): New variable.
13469         (iswitchb-complete, iswitchb-completion-help): Use it.
13471 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
13473         * url-http.el (url-http-chunked-encoding-after-change-function):
13474         Use `url-http-debug' instead of `message'.
13476 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
13478         * url-http.el (url-http-parse-headers): Pass redirected URL as a
13479         callback argument.
13481 2005-06-04  Kim F. Storm  <storm@cua.dk>
13483         * simple.el (line-move): Only call sit-for when moving backwards.
13485         * ido.el (ido-make-merged-file-list-1): New defun split from
13486         ido-make-merged-file-list.
13487         (ido-make-merged-file-list): Bind throw-on-input around call to
13488         ido-make-merged-file-list-1.  Return input-pending-p if
13489         interrupted by more input available.
13490         (ido-read-internal): Handle input-pending-p return value from
13491         ido-make-merged-file-list.
13493 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13495         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
13496         compatibility code.
13498         * international/latexenc.el (latexenc-find-file-coding-system):
13499         Don't inherit the EOL part of the coding-system from the
13500         tex-main buffer.  Fit within 80 columns.
13502 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
13504         * tmm.el (tmm-inactive-face): New face.
13505         (tmm-remove-inactive-mouse-face): New function.
13506         (tmm-prompt, tmm-add-one-shortcut)
13507         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
13508         but not selectable.
13510 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
13512         * faces.el (face-equal): Improve argument/docstring consistency.
13514 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
13516         * progmodes/make-mode.el (makefile-targets-face)
13517         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
13518         (makefile-bsdmake-dependency-regex)
13519         (makefile-makepp-rule-action-regex)
13520         (makefile-bsdmake-rule-action-regex): New constants.
13521         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
13523         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13524         Allow (...) within `...' for makepp messages.
13526 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
13528         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
13530         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
13531         "." files are deleted from all file lists before comparison.
13533         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13534         (viper-ESC-key): Made them customizable.
13536         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
13538 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
13540         * autorevert.el (auto-revert-buffers): Use save-match-data.
13542 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13544         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
13545         menu items with a nil command binding.
13547 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
13549         * emacs-lisp/cl-macs.el (defsetf):
13550         Improve argument/docstring consistency.
13552         * faces.el (list-faces-display): Improve the formatting by
13553         computing the maximum length required for any face-name (reworked
13554         patch of 1999-01-11, accidentally deleted on 1999-07-21).
13555         (internal-find-face): Remove redundant info in docstring.
13557 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
13559         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
13560         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
13561         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
13562         (gdb-assembler-custom): Improve regexps.
13563         (def-gdb-auto-update-handler): Use window point to preserve point.
13565 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13567         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13569 2005-05-31  Jay Belanger  <belanger@truman.edu>
13571         * calc/calc-embed.el (calc-embedded-word): Change argument passed
13572         to calc-embedded.
13573         (calc-embedded-make-info): Have plain prefix argument select
13574         entire line.
13576 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
13578         * faces.el (list-faces-display): Signal error if passed a regexp
13579         that matches no face name.
13581         * simple.el (filter-buffer-substring): Fix typo in docstring.
13583 2005-05-31  Richard M. Stallman  <rms@gnu.org>
13585         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
13586         (vhdl-emacs-21): Doc fix.
13587         (vhdl-mode): Unconditionally set comment-padding.
13588         (vhdl-fixup-whitespace-region): Insert spaces only where
13589         there are none.
13590         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
13592 2005-05-30  John Wiegley  <johnw@newartisans.com>
13594         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13595         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
13596         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
13597         `directory-sep-char' to ?/, and all uses of `string-to-int' to
13598         `string-to-number'.
13600 2005-05-30  Jay Belanger  <belanger@truman.edu>
13602         * calc/calc.el (calc-bug-address): Fix docstring.
13603         (calc-window-hook, calc-trail-window-hook): New variables.
13604         (calc-trail-display): Restore use of calc-trail-window-hook.
13605         (calc): Restore use of calc-window-hook.
13607 2005-05-31  Masatake YAMATO  <jet@gyve.org>
13609         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
13611         * help-fns.el (help-C-file-name): Add autoload mark for
13612         `find-function-noselect'.
13614 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13616         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
13617         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
13619 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13621         * calendar/diary-lib.el (mark-included-diary-files): Only kill
13622         included diary buffer if it was not already being visited.
13623         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
13625         * calendar/icalendar.el (top-level): Do not require appt.
13627         * mail/supercite.el (sc-select-attribution): Only use a list
13628         element from sc-attrib-selection-list if it returns a string.
13629         Reported by Davide G. M. Salvetti <salve@debian.org>.
13631 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
13633         * thumbs.el (thumbs-thumbname): The resulting thumbname now
13634         includes a hash value to improve its uniqueness, and has a ".jpg"
13635         extension.  Also, it is now a valid filename on all systems.
13636         (thumbs-make-thumb): Use `let', not `let*'.
13637         (thumbs-show-thumbs-list): Check for JPEG availability.
13639 2005-05-30  Richard M. Stallman  <rms@gnu.org>
13641         * filesets.el (filesets-menu-ensure-use-cached):
13642         Prevent warning when emacs-version>= is undefined.
13644         * printing.el (pr-interactive-n-up): Use string-to-number.
13646         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
13648         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13649         Warn only when name to be defined is quoted.
13651 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
13653         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
13654         Make regexp more robust.
13655         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
13656         Force regeneration of disassembly.
13658 2005-05-29  Jay Belanger  <belanger@truman.edu>
13660         * calc/calc.el (calc-user-invocation): Check if
13661         calc-invocation-macro is non-nil.
13663 2005-05-29  Juri Linkov  <juri@jurta.org>
13665         * add-log.el (change-log-font-lock-keywords):
13666         Add `+' to e-mail regexp to accept mail address with keywords.
13668         * man.el (Man-name-regexp): Add `:' to accept qualified names.
13670 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
13672         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
13674         * ielm.el (inferior-emacs-lisp-mode): Ditto.
13676 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13678         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13679         Undo the change that moves to end of the current word.
13681 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13683         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
13684         Throw error when count <= 0 to ensure input is a number.
13685         (gdb-read-memory-custom): Pick up address from buffer.
13686         (gdb-memory-mode): Allow user to increment and decrement
13687         memory address from header line.
13689 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13691         * flyspell.el (flyspell-version): Function deleted.
13692         (flyspell-auto-correct-previous-hook): Doc fix.
13694         * jit-lock.el (jit-lock-function, jit-lock-after-change):
13695         Do nothing if memory is full.
13697         * font-lock.el (font-lock-fontify-syntactically-region):
13698         Pass t for GREEDY to looking-back.
13700         * saveplace.el (save-place-alist-to-file): Write the file
13701         using write-region.
13703         * subr.el (looking-back): New argument GREEDY.
13705         * progmodes/compile.el (compilation-start): Set the mode
13706         before inserting the initial text.
13708         * progmodes/which-func.el (which-func-update-1): Turn the mode
13709         off in case of error by setting which-func-mode.
13711 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
13713         * flyspell.el (flyspell-auto-correct-previous-word):
13714         Narrow down to what's on the screen, and recenter overlays
13715         at the end of the next word.
13717 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
13719         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
13720         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
13721         (flyspell-abbrev-p): Default to nil.
13722         (flyspell-use-global-abbrev-table-p): Doc fix.
13723         (flyspell-large-region): Allow nil as value.
13724         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
13726         (mail-mode-flyspell-verify): More robust handling
13727         of `mail-header-separator'.  More efficient signature detection.
13728         Allow for regexp metacharacters in message-header-separator.
13729         Adding `To' not to be checked in mail-mode-flyspell-verify.
13731         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
13732         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
13733         Bind flyspell-auto-correct-binding.
13734         Bind C-. and C-, .
13735         (flyspell-mode-map): Likewise.
13736         (flyspell-mode): Doc fix.
13737         (flyspell-accept-buffer-local-defs): Preserve current buffer.
13738         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
13739         (flyspell-word-cache-result): New var, always local.
13740         (flyspell-check-pre-word-p): Doc fix.
13741         (flyspell-check-changed-word-p): Handle spc like newline.
13742         (flyspell-post-command-hook): Set flyspell-word-cache-result.
13743         (flyspell-word-search-backward, flyspell-word-search-forward):
13744         New functions.
13745         (flyspell-word): Return t if nothing to check.
13746         When parsing TeX code, check for after } or \.
13747         Use flyspell-word-search-backward to find previous word.
13748         Return nil if duplicated word.
13749         For word already checked, return same value as last time.
13750         Set flyspell-word-cache-result after checking.
13751         Don't clobber the return value.
13752         (flyspell-get-word): Major rewrite.
13753         (flyspell-external-point-words): New locals pword, pcount.
13754         Fix size used in progress message.
13755         Find the proper corresponding word in flyspell-large-region-buffer.
13756         (flyspell-region): Check for flyspell-large-region = nil.
13757         (flyspell-highlight-incorrect-region): Clean up overlays in region.
13758         (flyspell-auto-correct-word): Check that WORD is a cons.
13759         (flyspell-correct-word): Likewise.
13761 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
13763         * progmodes/make-mode.el (makefile-rule-action-regex)
13764         (makefile-macroassign-regex, makefile-makepp-mode)
13765         (makefile-bsdmake-mode): Continuation lines may be empty.
13766         Reported by Joshua Varner.
13767         (makefile-makepp-font-lock-keywords): Add $(stem).
13769 2005-05-28  Karl Berry  <karl@gnu.org>
13771         * textmodes/tex-mode.el: Now that tex-send-command calls
13772         shell-quote-argument (2005-03-31 change), remove all calls to
13773         shell-quote-argument; they all end up invoking tex-send-command.
13774         The double quoting loses on filenames with non-safe characters,
13775         such as "@".  Reported by Frederik Fouvry.
13777 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13779         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
13780         about preserving point.
13782 2005-05-27  Jay Belanger  <belanger@truman.edu>
13784         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
13785         Info-goto-node.
13787         * calc/calc-embed.el (calc-embed-arg): New variable.
13788         (calc-do-embedded-activate, calc-embedded-activate-formula)
13789         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
13790         variable by new variable.
13791         (calc-embedded-make-info): Replace undeclared variable by new
13792         variable.  When selecting region with positive prefix
13793         argument, use end of previous line instead of beginning of line.
13795         * calc/calc-aent.el (calc-arg-values): Declare it.
13797         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
13798         Declare them.
13800         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
13802         * calc/calc.el (calc-alg-map): Declare it.
13804         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
13806 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
13808         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
13809         (gdb-registers-buffer, toggle-gdb-all-registers):
13810         Toggle display of floating point registers.
13811         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
13813         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
13814         (toggle-gud-tooltip-dereference):
13815         Rename from gud-toggle-tooltip-dereference.
13817 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13819         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
13821 2005-05-27  Jay Belanger  <belanger@truman.edu>
13823         * calc/calc-prog.el (calc-kbd-report): Remove.
13824         (calc-kbd-query): Rewrite.
13826 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
13828         * image.el (image-library-alist): Move to image.c.
13829         (image-type-available-p): Doc fix.
13831 2005-05-27  Lute Kamstra  <lute@gnu.org>
13833         * calc/calc.el (calc):
13834         * outline.el (outline-1, outline-2, outline-3, outline-4)
13835         (outline-5, outline-6, outline-7, outline-8):
13836         * textmodes/dns-mode.el (dns-mode):
13837         * textmodes/sgml-mode.el (sgml-namespace-face):
13838         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13839         (tex-verbatim-face, tex-use-reftex):
13840         * textmodes/texinfo.el (texinfo-heading-face):
13841         Specify customization group.
13843         * longlines.el: Don't require easy-mmode.
13844         (longlines-visible-face): Specify customization group.
13846 2005-05-27  Kenichi Handa  <handa@m17n.org>
13848         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13849         encoding table of windows-1251.
13851         * international/ucs-tables.el (ucs-set-table-for-input):
13852         If translation-table-for-input of a coding system is a symbol, get
13853         its translation-table property.
13855         * international/code-pages.el: Don't register a coding system into
13856         non-iso-charset-alist more than once.
13857         (cp-make-coding-system): Likewise.
13859 2005-05-26  John Wiegley  <johnw@newartisans.com>
13861         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13862         `eshell-resume-eval' is wrapped in a list, it indicates that the
13863         command was run asynchronously.  In that case, unwrap the value
13864         before checking the delimiter value.
13866         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13867         character before a space at the end of a line is \, assume the space
13868         is part of the last argument rather than a final argument separator.
13870         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13871         is in use, and the target is `t' or `nil' (which are the most common
13872         values), don't assume that the symbol target is a buffer.
13874 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13876         * calendar/calendar.el (calendar-mode-line-format):
13877         Use mode-line-highlight as mouse-face.
13879         * time.el (display-time-string-forms, display-time-update):
13880         Use mode-line-highlight as mouse-face.
13882 2005-05-26  Jay Belanger  <belanger@truman.edu>
13884         * calc/calc.el (calc-language-alist): Remove extra defvar.
13886 2005-05-26  Lute Kamstra  <lute@gnu.org>
13888         * arc-mode.el (archive-mode):
13889         * bookmark.el (bookmark-read-annotation-mode)
13890         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
13891         * bs.el (bs-mode):
13892         * calc/calc-yank.el (calc-edit-mode):
13893         * calc/calc.el (calc-mode, calc-trail-mode):
13894         * calculator.el (calculator-mode):
13895         * chistory.el (command-history-mode):
13896         * comint.el:
13897         * cus-edit.el (custom-mode):
13898         * descr-text.el (describe-text-mode):
13899         * ebuff-menu.el (Electric-buffer-menu-mode):
13900         * ediff-util.el (ediff-mode):
13901         * emacs-lisp/re-builder.el (reb-mode):
13902         * emulation/vi.el (vi-mode-setup):
13903         * emulation/ws-mode.el (wordstar-mode):
13904         * eshell/esh-mode.el (eshell-mode):
13905         * forms.el (forms-mode):
13906         * help-mode.el (help-mode):
13907         * hexl.el (hexl-mode):
13908         * ibuffer.el (ibuffer-mode):
13909         * ielm.el (inferior-emacs-lisp-mode):
13910         * info.el (Info-mode, Info-edit-mode):
13911         * international/swedish.el:
13912         * ledit.el (ledit-from-lisp-mode):
13913         * locate.el (locate-mode):
13914         * mail/rmail.el (rmail-mode):
13915         * mail/rmailedit.el (rmail-edit-mode):
13916         * mail/rmailsum.el (rmail-summary-mode):
13917         * mail/supercite.el (sc-electric-mode):
13918         * net/eudc.el (eudc-mode):
13919         * net/quickurl.el (quickurl-list-mode):
13920         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13921         * obsolete/ooutline.el (outline-mode):
13922         * obsolete/options.el (Edit-options-mode):
13923         * obsolete/rnews.el (news-mode):
13924         * obsolete/rnewspost.el (news-reply-mode):
13925         * play/5x5.el (5x5-mode):
13926         * play/decipher.el (decipher-mode, decipher-stats-mode):
13927         * play/gomoku.el (gomoku-mode):
13928         * play/snake.el (snake-mode):
13929         * play/solitaire.el (solitaire-mode):
13930         * play/tetris.el (tetris-mode):
13931         * progmodes/ada-mode.el (ada-mode):
13932         * progmodes/antlr-mode.el (antlr-mode):
13933         * progmodes/autoconf.el (autoconf-mode):
13934         * progmodes/dcl-mode.el (dcl-mode):
13935         * progmodes/delphi.el (delphi-mode):
13936         * progmodes/ebrowse.el (ebrowse-tree-mode)
13937         (ebrowse-electric-list-mode, ebrowse-member-mode)
13938         (ebrowse-electric-position-mode):
13939         * progmodes/f90.el (f90-mode):
13940         * progmodes/fortran.el (fortran-mode):
13941         * progmodes/icon.el (icon-mode):
13942         * progmodes/idlw-help.el (idlwave-help-mode):
13943         * progmodes/idlw-shell.el (idlwave-shell-mode):
13944         * progmodes/idlwave.el (idlwave-mode):
13945         * progmodes/inf-lisp.el (inferior-lisp-mode):
13946         * progmodes/m4-mode.el (m4-mode):
13947         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13948         * progmodes/modula2.el (modula-2-mode):
13949         * progmodes/octave-inf.el (inferior-octave-mode):
13950         * progmodes/octave-mod.el (octave-mode):
13951         * progmodes/pascal.el (pascal-mode):
13952         * progmodes/sh-script.el (sh-mode):
13953         * progmodes/sql.el (sql-mode, sql-interactive-mode):
13954         * progmodes/vhdl-mode.el (vhdl-mode):
13955         * progmodes/xscheme.el (scheme-interaction-mode):
13956         * replace.el (occur-mode):
13957         * ses.el (ses-mode):
13958         * simple.el (completion-list-mode):
13959         * skeleton.el:
13960         * speedbar.el (speedbar-mode):
13961         * term.el (term-mode):
13962         * terminal.el (terminal-edit-mode):
13963         * textmodes/reftex-index.el (reftex-index-mode)
13964         (reftex-index-phrases-mode):
13965         * textmodes/reftex-sel.el (reftex-select-label-mode)
13966         (reftex-select-bib-mode):
13967         * textmodes/reftex-toc.el (reftex-toc-mode):
13968         * wdired.el (wdired-change-to-wdired-mode):
13969         * wid-browse.el (widget-browse-mode):
13970         Use run-mode-hooks.
13972         * array.el (array-mode):
13973         * calendar/todo-mode.el (todo-mode):
13974         * man.el (Man-mode):
13975         * play/landmark.el (lm-mode):
13976         * play/mpuz.el (mpuz-mode):
13977         Use kill-all-local-variables and run-mode-hooks.
13979         * subr.el (delay-mode-hooks): Specify indentation.
13981 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
13983         * xml.el (xml-substitute-special): Don't die for undefined xml
13984         entities.
13986 2005-05-26  Jay Belanger  <belanger@truman.edu>
13988         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13989         of nil.
13991 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
13993         * progmodes/gdb-ui.el (gdb-frame-address):
13994         Rename from gdb-current-address.
13995         (gdb-previous-frame-address): Rename from gdb-previous-address.
13996         (gdb-selected-frame): Rename from gdb-current-frame.
13997         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13998         (gdb-frame-number): Rename from gdb-current-stack-level.
13999         (gdb-ann3): Match new mode-name for disassembly buffer.
14000         Extend initialization of variables.
14001         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14002         (gdb-memory-mode): Use mouse-face in header line.
14003         (gdb-assembler-buffer-name): Call it disassembly and give frame
14004         in mode line.
14005         (gdb-source-spec-regexp, gdb-assembler-custom)
14006         (gdb-invalidate-assembler, gdb-frame-handler):
14007         Make robust to leading zeroes in address format.
14009 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
14011         * textmodes/org.el (org-mode): Use `define-derived-mode' to
14012         define `org-mode'.
14013         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14015 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14017         * log-edit.el (log-edit-changelog-entries): Distinguish between
14018         filenames like xfns.c and fns.c.
14020 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
14022         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14023         point after reverting.
14024         (Buffer-menu-make-sort-button): Handle the case where
14025         `Buffer-menu-use-header-line' is nil.
14027 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
14029         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14030         New funcs.  In minibuffer-local-completion-map bind `]', `/'
14031         and `:' to them.
14033 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14035         * startup.el (normal-top-level): Allow modification of load-path while
14036         we're iterating over it.
14038 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
14040         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14041         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14042         (thumbs-resize-interactive, thumbs-insert-image)
14043         (thumbs-insert-thumb, thumbs-dired-show-marked)
14044         (thumbs-find-image-at-point, thumbs-delete-images)
14045         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14046         (thumbs-increment-image-size, thumbs-decrement-image-size):
14047         Fix typos in docstrings.
14049 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
14051         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
14052         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14053         (cperl-mode): Use them.
14055 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
14057         * window.el (quit-window, shrink-window-if-larger-than-buffer):
14058         Doc fixes.
14060 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
14062         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
14063         Bind C-d to gdb-inferior-io-eof.
14065         * dired.el (dired-dnd-popup-notice): Use message-box.
14067 2005-05-23  Masatake YAMATO  <jet@gyve.org>
14069         * bindings.el (mode-line-major-mode-keymap):
14070         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
14072         * faces.el (mode-line-highlight): New face.
14074         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14075         as mouse-face.
14077         * bindings.el (top-level, help-echo, mode-line-modified)
14078         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14079         as mouse-face.
14081 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
14083         * progmodes/cc-engine.el (c-guess-basic-syntax):
14084         Remove spurious call to `zerop'.
14086         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14088 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
14090         CC Mode update to 5.30.10:
14092         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
14093         could go past the limit in decoration level 2, thereby causing
14094         errors during interactive fontification.
14096         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
14097         the file is evaluated interactively.
14099         * cc-engine.el (c-guess-basic-syntax): Handle operator
14100         declarations somewhat better in C++.
14102         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14103         make use of `run-mode-hooks' which has been added in Emacs 21.1.
14104         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14105         (awk-mode): Use it.
14106         (make-local-hook): Suppress warning about obsoleteness.
14108         * cc-engine.el, cc-align.el, cc-cmds.el
14109         (c-append-backslashes-forward, c-delete-backslashes-forward)
14110         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
14111         Compensate for return value from `forward-line' when it has moved
14112         but not to a different line due to eob.
14114         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
14115         `objc-method-intro' and `objc-method-args-cont'.
14117 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
14119         CC Mode update to 5.30.10:
14121         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
14122         in the copyright statement.  Incidentally, change "along with GNU
14123         Emacs" to "along with this program" where it occurs.
14125         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
14126         so that it is interactive, hence can be found by M-x awk-mode
14127         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
14128         <gmorris+emacs@ast.cam.ac.uk>.
14130         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
14131         Mode's regexps.
14133 2005-05-23  Kevin Ryde  <user42@zip.com.au>
14135         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
14136         c-parse-state, to avoid a lisp error (on bad code).
14138 2005-05-23  Lute Kamstra  <lute@gnu.org>
14140         * subr.el (font-lock-defaults): Remove defvar as it's already
14141         defined in font-core.el.
14143         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
14145 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
14147         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
14148         more general and work when GDB variable "print pretty" is on,
14149         as with Emacs, for example.
14151 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
14153         * font-core.el: Update comment.
14155         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14156         Use `after-change-major-mode-hook' instead of `find-file-hook'.
14158         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
14160 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
14162         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
14163         and `yank-handler' in the doc strings.
14165 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14167         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
14169 2005-05-22  Richard M. Stallman  <rms@gnu.org>
14171         * help.el (describe-key): Move print-help-return-message call
14172         out of conditional.
14174         * progmodes/etags.el (list-tags): Use with-no-warnings.
14176         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
14177         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
14178         (starttls-extra-args, starttls-extra-arguments): Add defvars.
14180         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
14182         * language/viet-util.el (viet-viscii-nonascii-translation-table):
14183         Add defvar.
14185         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
14186         Use defvar, not defconst.
14188         * hexl.el (hexl-follow-line): Use with-no-warnings.
14190         * emulation/tpu-extras.el: Use write-file-functions instead of
14191         write-file-hooks.
14193         * dired.el (dired-font-lock-keywords): Fontify files with junk
14194         extensions even if marked by -F.
14196 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
14198         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
14199         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
14200         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
14201         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
14202         (concatenate, list-length, get*, getf, cl-remprop):
14203         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
14204         (etypecase, progv, lexical-let, lexical-let*)
14205         (multiple-value-bind, multiple-value-setq, shiftf):
14206         Improve argument/docstring consistency.
14208         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
14210 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
14212         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
14213         doesn't exist.
14215         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
14216         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
14218 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
14220         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
14221         already deleted variables: auto-fill-hook, blink-paren-hook,
14222         lisp-indent-hook, inhibit-local-variables, unread-command-event,
14223         suspend-hooks, comment-indent-hook, meta-flag,
14224         before-change-function, after-change-function,
14225         font-lock-doc-string-face.
14227 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
14229         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14231 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
14233         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
14234         rmail-dont-reply-to.
14236 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14238         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
14239         literal blank when splitting new-header-values.
14241 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
14243         * calendar/cal-menu.el (cal-menu-update): Add separator as a
14244         string so that tmm doesn't create a completion entry for it.
14246         * textmodes/table.el (table-disable-menu): Ditto.
14248 2005-05-21  Richard M. Stallman  <rms@gnu.org>
14250         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
14252         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
14254         * net/rcompile.el (remote-compile): Use compilation-start.
14256         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
14258 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
14260         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
14261         Default to makefile-bsdmake-mode on BSD systems.
14263         * imenu.el (imenu-generic-expression, imenu--generic-function'):
14264         REGEXP may also be a search function now.  The part of doc-string
14265         for describing the structure was 95% identical to that of
14266         `imenu--generic-function'.  Unify it there.
14268         * progmodes/make-mode.el (makefile-imenu-generic-expression):
14269         Use function to find dependencies, because regexp alone is so complex,
14270         it easily goes into an endless loop.
14271         (makefile-makepp-mode): Also add submenu for Perl functions
14272         defined in the makefile.
14273         (makefile-bsdmake-mode): Special imenu-generic-expression no
14274         longer needed, due to function call.
14275         (makefile-match-dependency): Take BOUND into account when checking
14276         if we're through.
14278 2005-05-20  Jay Belanger  <belanger@truman.edu>
14280         * calc/calc-units.el (calc-invalidate-units-table):
14281         Use inhibit-read-only.
14282         (math-build-units-table-buffer): Use view-mode.
14284 2005-05-20  David Kastrup  <dak@gnu.org>
14286         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
14287         easy-menu-add is not a nop on Emacs; and clarify when to call it.
14289 2005-05-20  Lute Kamstra  <lute@gnu.org>
14291         * diff-mode.el (diff-header-face, diff-file-header-face)
14292         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14293         (diff-added-face, diff-changed-face, diff-function-face)
14294         (diff-context-face, diff-nonexistent-face): Put them in the
14295         diff-mode customization group.
14297 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14299         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
14301         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
14303         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
14304         Minor regexp-optimization.
14306 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
14308         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
14309         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
14310         (org-agenda-add-time-grid-maybe): New function.
14311         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
14312         (org-table-create): `dotimes' instead of `mapcar'.
14313         (org-xor): Simplify implementation.
14314         (org-agenda): `inhibit-redisplay' turned on.
14315         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
14316         a consistent line after a state change.
14317         (org-agenda-remove-times-when-in-prefix): New option.
14318         (org-prefix-has-time): New variable.
14319         (org-parse-time-string): Optional argument NODEFAULT.
14320         (org-format-agenda-item): Parse items for time-of-day
14321         specifications and move these into the prefix if possible.
14322         (org-agenda-priority): Get current heading, not previous heading
14323         during agenda remote editing.
14325 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
14327         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
14328         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
14329         (remove-duplicates, delete-duplicates, substitute)
14330         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
14331         (nsubstitute-if-not, find, find-if, find-if-not, position)
14332         (position-if, position-if-not, count, count-if, count-if-not)
14333         (mismatch, search, sort*, stable-sort, merge, member*)
14334         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
14335         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
14336         (intersection, nintersection, set-difference, nset-difference)
14337         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
14338         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
14339         (nsublis, tree-equal): Improve argument/docstring consistency.
14341         * subr.el (send-string, send-region): Remove obsolescence declaration.
14342         (window-dot, set-window-dot, read-input, show-buffer)
14343         (eval-current-buffer, string-to-int):
14344         Add release number to obsolescence declarations.
14346 2005-05-19  Kim F. Storm  <storm@cua.dk>
14348         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
14349         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
14351 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
14353         * faces.el (list-faces-display): Make back button respect optional
14354         regexp arg.
14356 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
14358         * calculator.el (calculator-radix-grouping-mode)
14359         (calculator-radix-grouping-digits, calculator-displayer)
14360         (calculator-radix-grouping-separator, calculator-copy-displayer):
14361         * dabbrev.el (dabbrev-search-these-buffers-only):
14362         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
14363         (diff-advance-after-apply-hunk, diff-mode-hook)
14364         (diff-minor-mode-prefix):
14365         * imenu.el (imenu-use-popup-menu):
14366         * jit-lock.el (jit-lock-context-time):
14367         * newcomment.el (comment-fill-column, comment-column)
14368         (comment-style, comment-padding, comment-multi-line)
14369         (comment-empty-lines, comment-auto-fill-only-comments):
14370         * reveal.el (reveal-around-mark):
14371         * uniquify.el (uniquify-buffer-name-style)
14372         (uniquify-after-kill-buffer-p)
14373         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
14374         (uniquify-min-dir-content, uniquify-separator)
14375         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
14376         * w32-vars.el (w32-fixed-font-alist):
14377         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
14378         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
14379         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
14380         * progmodes/perl-mode.el (perl-indent-level)
14381         (perl-continued-statement-offset, perl-continued-brace-offset)
14382         (perl-brace-offset, perl-brace-imaginary-offset)
14383         (perl-label-offset, perl-indent-continued-arguments)
14384         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
14385         * progmodes/tcl.el (tcl-indent-level)
14386         (tcl-continued-indent-level, tcl-auto-newline)
14387         (tcl-tab-always-indent, tcl-electric-hash-style)
14388         (tcl-help-directory-list, tcl-use-smart-word-finder)
14389         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
14390         (inferior-tcl-source-command):
14391         * textmodes/fill.el (enable-kinsoku):
14392         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
14393         * textmodes/table.el (table-yank-handler):
14394         Specify missing group (and type, if simple) in defcustom.
14396 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
14398         * progmodes/compile.el (compilation-finish-function): Fix defvar.
14400 2005-05-19  Richard M. Stallman  <rms@gnu.org>
14402         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
14404         * subr.el (event-basic-type): Don't get an error.
14405         (left-fringe-p): Function deleted.
14407         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
14408         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
14410         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
14411         in recursive copy.
14413         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
14415         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
14417         * emacs-lisp/bytecomp.el
14418         (byte-compile-file-form-custom-declare-variable):
14419         Call byte-compile-nogroup-warn if appropriate.
14421         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
14422         (compilation-set-window): Don't call left-fringe-p; do it directly.
14424 2005-05-19  Jay Belanger  <belanger@truman.edu>
14426         * calc/calc-graph.el (calc-graph-format-data): Make sure
14427         var-PlotRejects is bound before trying to check its value.
14429 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
14431         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
14432         definition of this variable from reftex-global.el to reftex.el,
14433         because it is needed in the menu.
14435 2005-05-19  Lute Kamstra  <lute@gnu.org>
14437         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
14438         years are fixed.  Don't insert a space after a dash.
14440 2005-05-19  Kim F. Storm  <storm@cua.dk>
14442         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
14444 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
14446         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
14447         strings, because (eq ... ?\\) is fairly frequent.
14449         * progmodes/make-mode.el (makefile-add-this-line-targets):
14450         Simplify and integrate into `makefile-pickup-targets'.
14451         (makefile-add-this-line-macro): Simplify and integrate into
14452         `makefile-pickup-macros.
14453         (makefile-pickup-filenames-as-targets): Simplify.
14454         (makefile-previous-dependency, makefile-match-dependency):
14455         Don't stumble over `::'.
14457 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
14459         * subr.el (post-command-idle-hook, post-command-idle-delay):
14460         Remove obsoletion of post-command-idle-hook and
14461         post-command-idle-delay.
14463         * faces.el (list-faces-display): Provide button when describe-face
14464         is called to take user back to the list of faces.
14466         * help-fns.el (describe-variable): Remove hyperlinks in a
14467         variable's value as these are quite frequently inappropriate.
14469         * follow.el (follow-submit-feedback, follow-mode):
14470         Remove references to post-command-idle-hook.
14472 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
14474         * progmodes/make-mode.el (makefile-previous-dependency)
14475         (makefile-match-dependency): Check for := (and in bsd mode also
14476         !=) to give a better result, even when font-lock is not on.
14478 2005-05-18  Jay Belanger  <belanger@truman.edu>
14480         * calc/calc-help.el (calc-s-prefix-help):
14481         Add `calc-copy-special-constant' to help string.
14483 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
14485         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14487 2005-05-18  Jay Belanger  <belanger@truman.edu>
14489         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
14490         in linear factors are in proper order.
14492 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
14494         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14495         Support for jurabib.
14497         * textmodes/reftex.el (featurep): Define aliases for overlay
14498         commands, for XEmacs compatibility, and use these aliases in
14499         overlay initializations.
14500         (reftex-highlight): Use `reftex-move-overlay'.
14501         (reftex-unhighlight): Use `reftex-delete-overlay'.
14502         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
14503         (reftex-access-search-path): Use `reftex-uniquify' instead of
14504         `reftex-uniq'
14506         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
14507         `before-string' property modification enables for Emacs as well.
14508         (reftex-select-item): Use `reftex-delete-overlay'.
14509         (reftex-select-mark): Use `reftex-make-overlay' and
14510         `reftex-overlay-put'.
14511         (reftex-select-unmark): Use `reftex-delete-overlay' and
14512         `reftex-overlay-put'.
14514 2005-05-18  Lute Kamstra  <lute@gnu.org>
14516         * emacs-lisp/lisp.el (check-parens): Fix docstring.
14518 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
14520         * add-log.el (add-change-log-entry):
14521         * array.el (array-make-template, array-reconfigure-rows)
14522         (array-init-max-row, array-init-max-column)
14523         (array-init-columns-per-line, array-init-field-width):
14524         * replace.el (replace-match-maybe-edit, perform-replace):
14525         * textmodes/spell.el (spell-region):
14526         Replace `read-input' by `read-string'.
14528         * forms.el (forms-mode):
14529         * finder.el (finder-compile-keywords):
14530         * shadowfile.el (shadow-read-files):
14531         Replace `eval-current-buffer' by `eval-buffer'.
14533         * terminal.el (te-pass-through):
14534         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
14535         (ange-ftp-raw-send-cmd):
14536         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
14537         (send-process-next-char, telnet-initial-filter, telnet):
14538         Replace `send-string' by `process-send-string'.
14540         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
14541         (prolog-consult-region): Replace `send-string' by
14542         `process-send-string'; replace `send-region' by `process-send-region'.
14544         * progmodes/delphi.el (delphi-log-msg):
14545         Replace `set-window-dot' by `set-window-point'.
14547         * subr.el (window-dot, set-window-dot, read-input, send-string)
14548         (send-region, show-buffer, eval-current-buffer):
14549         Make really obsolete, as the comment says.
14551 2005-05-17  Kim F. Storm  <storm@cua.dk>
14553         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
14554         (cua--init-keymaps): Bind C-return instead of S-return to set
14555         rectangle mark.
14557         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
14558         instead of S-return to toggle/clear rectangle mark.
14560 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
14562         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
14563         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
14564         Also fontify plain strings assigned to variables, mostly so that a
14565         colon has a face and is thus not taken as a dependency separator.
14566         (makefile-previous-dependency): Inline the new matcher, because it
14567         is too complex to work in both directions.
14568         (makefile-match-dependency): Eliminate `backward' arg (see above).
14569         Completely reimplemented so as to not sometimes go into an endless
14570         loop.  It should also be more efficient, because first it only
14571         searches for `:', instead of applying the very complex regexp.
14572         (makefile-mode): Cancel `font-lock-support-mode', because blocks
14573         to be fontified in one piece can be too long for JIT.
14574         Makefiles are never *that* big.
14576 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
14578         * dired.el (dired-mode): Simplify.
14580 2005-05-17  Lute Kamstra  <lute@gnu.org>
14582         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
14583         defcustom for the mode hook variable.
14585         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
14586         Emacs Lisp Reference Manual.
14588 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
14590         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
14591         (evenp, list*):
14592         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
14593         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
14595         * net/tramp-smb.el (tramp-smb-open-connection):
14596         Pass `tramp-chunksize' as fifth (required) argument.
14598 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
14600         * font-lock.el (lisp-font-lock-keywords-1):
14601         Set `font-lock-negation-char-face' for [^...] char group.
14602         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
14604         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
14605         a var, and refine it to mask one more level of nested vars.
14606         (makefile-rule-action-regex): Turn it into a var, and refine it so
14607         it recognizes backslashed continuation lines as belonging to the
14608         same command.
14609         (makefile-macroassign-regex): Refine it so it recognizes
14610         backslashed continuation lines as belonging to the same command.
14611         (makefile-var-use-regex): Don't look at the next char, because it
14612         might be the same one to be skipped by the initial [^$], leading
14613         to an overlooked variable use.
14614         (makefile-make-font-lock-keywords): Remove two parameters, which
14615         are now variables that some of the modes set locally.
14616         Handle dependency and rule action matching through functions, because
14617         regexps alone match too often.  Dependency matching now comes
14618         last, so it can check, whether a colon already matched something else.
14619         (makefile-mode): Inform that font-lock improves makefile parsing
14620         capabilities.
14621         (makefile-match-dependency, makefile-match-action): New functions.
14623 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
14625         * emacs-lisp/cl-extra.el (equalp): Doc fix.
14627         * align.el (align-regexp):
14628         * ansi-color.el (ansi-color-get-face):
14629         * array.el (array-reconfigure-rows, array-init-max-row)
14630         (array-init-max-column, array-init-columns-per-line)
14631         (array-init-field-width):
14632         * dired-aux.el (dired-trample-file-versions):
14633         * dired-x.el (dired-mark-sexp):
14634         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
14635         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
14636         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
14637         * faces.el (face-read-integer):
14638         * files.el (backup-extract-version, insert-directory):
14639         * hexl.el (hexl-insert-decimal-char):
14640         * server.el (server-process-filter):
14641         * shell.el (shell-extract-num):
14642         * startup.el (command-line-1):
14643         * term.el (term-command-hook):
14644         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
14645         (time-stamp-do-number):
14646         * time.el (display-time-update):
14647         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
14648         (timezone-fix-time):
14649         * vms-patch.el (vms-suspend-resume-hook):
14650         * calendar/appt.el (appt-convert-time):
14651         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14652         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14653         * calendar/cal-islam.el (mark-islamic-diary-entries):
14654         * calendar/calendar.el (calendar-cursor-to-date)
14655         (calendar-star-date):
14656         * calendar/diary-lib.el (diary-attrtype-convert)
14657         (mark-diary-entries, diary-entry-time):
14658         * calendar/solar.el (solar-get-number):
14659         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
14660         * emacs-lisp/re-builder.el (reb-display-subexp):
14661         * emulation/edt.el (edt-set-scroll-margins):
14662         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14663         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
14664         (vip-get-ex-count):
14665         * emulation/viper-ex.el (viper-get-ex-token)
14666         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
14667         * international/fontset.el (fontset-plain-name):
14668         * mail/feedmail.el (feedmail-look-at-queue-directory):
14669         * mail/mailalias.el (mail-get-names):
14670         * mail/rmail.el (rmail-convert-to-babyl-format):
14671         * mail/rmailsum.el (rmail-make-basic-summary-line)
14672         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
14673         (rmail-summary-goto-msg):
14674         * mail/smtpmail.el (smtpmail-read-response):
14675         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
14676         (ange-ftp-vms-add-file-entry):
14677         * play/gametree.el (gametree-looking-at-ply)
14678         (gametree-current-branch-score):
14679         * progmodes/ada-xref.el (ada-prj-find-prj-file)
14680         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14681         * progmodes/cperl-mode.el (condition-case):
14682         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
14683         (ebrowse-set-member-buffer-column-width)
14684         (ebrowse-select-1st-to-9nth):
14685         * progmodes/etags.el (etags-snarf-tag):
14686         * progmodes/flymake.el (flymake-parse-line):
14687         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
14688         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
14689         (idlwave-shell-menu-def):
14690         * progmodes/ps-mode.el (ps-run-goto-error):
14691         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
14692         (vhdl-speedbar-contract-level):
14693         * term/mac-win.el (x-handle-numeric-switch):
14694         * term/sun-mouse.el (sun-get-frame-data):
14695         * term/w32-win.el (x-handle-numeric-switch):
14696         * term/x-win.el (x-handle-numeric-switch):
14697         * textmodes/ispell.el (ispell-parse-output):
14698         * textmodes/nroff-mode.el (nroff-outline-level):
14699         * textmodes/reftex-cite.el (reftex-bib-sort-year)
14700         (reftex-bib-sort-year-reverse, reftex-format-citation):
14701         * textmodes/reftex-parse.el (reftex-init-section-numbers)
14702         (reftex-section-number):
14703         * textmodes/texinfmt.el (texinfo-paragraphindent):
14704         Replace `string-to-int' by `string-to-number'.
14706         * international/latexenc.el: Add page marker to force the "Local
14707         Variables:" string out of the last page.
14709 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14711         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
14712         tooltip-change-major-mode.
14713         (gud-tooltip-print-command): Remove case where gud-minor-mode
14714         is gdb ("--fullname").
14715         (gud-tooltip-tips): Turn GUD tooltips off for this case and
14716         explain to user.
14718 2005-05-16  Jay Belanger  <belanger@truman.edu>
14720         * calc/calc-store.el (calc-copy-special-constant): New function.
14722         * calc/calc-ext.el (calc-init-extensions): Add binding for
14723         `calc-copy-special-constant'.
14725         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
14726         for the `calc-copy-special-constant' command.
14728 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14730         * subr.el (left-fringe-p): New function.
14732         * progmodes/compile.el (compilation-setup): Set local value of
14733         overlay-arrow-string to "" always.
14734         (compilation-set-window): Left fringe then don't scroll.
14735         No left fringe then no arrow and scroll message to top.
14736         (compilation-context-lines): Adjust doc string accordingly.
14738 2005-05-16  Kim F. Storm  <storm@cua.dk>
14740         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14741         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
14742         (ido-wide-find-dir-or-delete-dir): New command for M-d.
14743         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
14744         (ido-read-file-name): Handle commands with ido property value
14745         equal to find-file as reading a file name, to allow C-d to enter dired.
14746         (ibuffer-find-file): Add ido property with value find-file.
14748 2005-05-15  Kim F. Storm  <storm@cua.dk>
14750         * subr.el (open-network-stream-nowait): Remove.
14751         (open-network-stream-server): Remove.
14753 2005-05-15  Richard M. Stallman  <rms@gnu.org>
14755         * faces.el (describe-face): Output a definition link button.
14757         * help-mode.el (help-face-def): New button type.
14759         * emacs-lisp/copyright.el (copyright-fix-years):
14760         Match properly if the first year is 2-digit.
14761         Don't mess up the whitespace after the years by filling.
14763         * dired-aux.el (dired-mark-confirm):
14764         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
14766         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
14767         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
14768         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
14770         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14771         Set font-lock-comment-start-skip.
14773         * font-lock.el (font-lock-comment-start-skip): New variable.
14774         (font-lock-comment-end-skip): New variable.
14775         (font-lock-fontify-syntactically-region): Use them if non-nil.
14777 2005-05-15  Jay Belanger  <belanger@truman.edu>
14779         * calc/calc-store.el (calc-store-value): Return a string rather
14780         than display it as a message.
14781         Use calc-var-name for variable name.
14782         (calc-store-into): Add the result of calc-store-value to message.
14783         (calc-copy-variable): Add a message.
14784         (calc-store-exchange): Improve error messages.
14785         (calc-store-binary, calc-store-map): Don't reset the values of
14786         special constants.
14788 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
14790         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
14791         manual to docstring.
14793         * files.el (hack-local-variables-confirm): Add STRING argument.
14794         Make the function handle non file visiting buffers correctly.
14795         (hack-local-variables-prop-line, hack-local-variables)
14796         (hack-one-local-variable): Use STRING arg of
14797         `hack-local-variables-confirm'.
14799 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
14801         Sync with Tramp 2.0.49.
14803         * net/tramp.el (tramp-handle-dired-call-process)
14804         (tramp-handle-insert-directory):`insert-buffer' cannot be used
14805         because the contents of the Tramp buffer is changed before
14806         insertion (`expand-file' and alike).
14807         (tramp-handle-insert-directory): If `localname' has an empty
14808         nondirectory name, it must not be quoted.
14809         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
14810         variable `tramp-chunksize'.  Change callees.
14811         (tramp-open-connection-setup-interactive-shell): Check remote host
14812         for buggy `send-process-string' implementation.
14813         Set `tramp-chunksize' if found.  Reported by Michael Kifer
14814         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
14815         (tramp-handle-shell-command): `insert-buffer' cannot be used
14816         because the contents of the Tramp buffer is changed before
14817         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
14818         <frederic.bothamy@free.fr>.
14819         (tramp-set-auto-save): Actions should be done for Tramp file name
14820         handler only.  Ange-FTP has its own auto-save mechanism.
14821         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14822         (tramp-set-auto-save-file-modes): Set file modes of
14823         `buffer-auto-save-file-name' to ?\600 as fallback solution.
14824         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
14825         (tramp-bug): Remove obsolete variable.
14826         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
14827         for presence of `mml-mode'.  Make it running for older Emacsen as well.
14829 2005-05-14  John Paul Wallington  <jpw@pobox.com>
14831         * ibuf-ext.el (define-ibuffer-filter filename):
14832         If `dired-directory' is a list, use its car.
14834 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
14836         * ibuffer.el (define-ibuffer-column filename):
14837         If `dired-directory' is a list, use its car.
14839 2005-05-14  Richard M. Stallman  <rms@gnu.org>
14841         * subr.el (symbol-file): Doc fix.
14843         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14844         (byte-compile-form): Call byte-compile-nogroup-warn.
14845         (byte-compile-warning-types): Doc fix.
14847         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14849         * progmodes/cc-engine.el (c-literal-faces):
14850         Add font-lock-comment-delimiter-face.
14852         * net/net-utils.el (dig): Use with-no-warnings.
14854         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14855         (sc-recite-frame-alist, sc-default-cite-frame)
14856         (sc-default-uncite-frame, sc-default-recite-frame)
14857         (sc-attrib-selection-list, sc-rewrite-header-list):
14858         Mark as risky-local-variable.
14860         * international/ogonek.el (ogonek-jak, ogonek-how):
14861         Don't use beginning-of-buffer.
14863         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14865         * calendar/solar.el (solar-data-list): Move definition up.
14867         * dnd.el (dnd-protocol-alist): Add autoload.
14869         * progmodes/sh-script.el: Many doc usage fixes.
14870         (sh-indent-after-do): Change default to match common styles.
14872 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
14874         * files.el (interpreter-mode-alist)
14875         (auto-mode-interpreter-regexp): Doc fixes.
14877 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
14879         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14881         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14883 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14885         * dired.el (dired-mode): make-variable-buffer-local =>
14886         make-local-variable.
14888 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14890         * term/mac-win.el (mac-select-convert-to-string): Try coding
14891         systems in mac-script-code-coding-systems if specified one cannot
14892         encode string for `com.apple.traditional-mac-plain-text'.
14894 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
14896         * progmodes/make-mode.el (makefile-targets-face)
14897         (makefile-shell-face, makefile-makepp-perl-face): New faces.
14898         (makefile-dependency-regex): Fix it to not make the colon in
14899         $(var:a=b) special.
14900         (makefile-rule-action-regex): New regexp for highlighting embedded
14901         Shell strings.
14902         (makefile-macroassign-regex): Handle != for highlighting as
14903         embedded Shell strings.
14904         (makefile-var-use-regex): New const.
14905         (makefile-statements, makefile-automake-statements)
14906         (makefile-gmake-statements, makefile-makepp-statements)
14907         (makefile-bsdmake-statements): New consts.
14908         (makefile-make-font-lock-keywords): New function.
14909         (makefile-automake-font-lock-keywords)
14910         (makefile-gmake-font-lock-keywords)
14911         (makefile-makepp-font-lock-keywords)
14912         (makefile-bsdmake-font-lock-keywords): New consts.
14913         (makefile-mode-map): Add switchers between the various submodes.
14914         (makefile-mode): Document the availability of the variants.
14915         (makefile-automake-mode, makefile-gmake-mode)
14916         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14918         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14919         new variants of makefile-mode.
14921 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14923         * font-lock.el (font-lock-comment-delimiter-face): Fix up
14924         the inheritance.
14926 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
14928         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14929         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14931         * files.el (normal-mode): Extend the scope of the
14932         `enable-local-variables' binding to include the `set-auto-mode' call.
14933         (magic-mode-alist): Doc fix.
14935 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14937         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14938         font-lock-comment-face rather than copying its setting.
14940 2005-05-12  Andreas Schwab  <schwab@suse.de>
14942         * eshell/esh-mode.el (eshell-send-input): Doc fix.
14944 2005-05-12  Lute Kamstra  <lute@gnu.org>
14946         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14947         defcustom for the mode hook variable.  Delete the last argument.
14948         * generic-x.el: Fix callers of define-generic-mode.
14949         (generic-x-modes): Delete group.
14950         (show-tabs-tab-face, show-tabs-space-face): Put them in the
14951         generic-x customization group.
14953 2005-05-12  Kim F. Storm  <storm@cua.dk>
14955         * font-lock.el (font-lock-negation-char-face): Default to "off".
14957         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14958         font-lock-negation-char-face to ! in !=.
14960 2005-05-12  Masatake YAMATO  <jet@gyve.org>
14962         * add-log.el (find-change-log): Fix typos in the docstring
14963         of function.
14965 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14967         * international/latexenc.el (latexenc-find-file-coding-system):
14968         Avoid `re-search-forward' when looking for input encoding because
14969         of speed and safety.  Better regular expressions for recognizing
14970         input encoding.  Limit a search for TeX-master/tex-main-file to
14971         the local variable section.
14973 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
14975         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14976         syntax of $ to "'" (quote).
14978 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14980         * dnd.el (dnd-protocol-alist): Improve custom type.
14982         * dired.el (dired-dnd-protocol-alist): New variable.
14983         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
14984         `dired-mode-hook' to the end.
14986 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14988         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14989         comment-end if comment-start-skip is not set.
14990         Obey the font-lock-comment-delimiter-face variables.
14992 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14994         * files.el (executable-find): Move from executable.el.  Use
14995         locate-file.
14996         * progmodes/executable.el (executable-find): Move to files.el.
14998         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14999         when trying to ensure forward progress.
15001 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
15003         * mouse-sel.el (mouse-sel-follow-link-p): New function.
15004         (mouse-select, mouse-select-internal, mouse-extend-internal):
15005         Use it to implement mouse-1-click-follows-link functionality.
15007 2005-05-11  Richard M. Stallman  <rms@gnu.org>
15009         * font-lock.el (font-lock-fontify-syntactically-region):
15010         Use font-lock-comment-delimiter-face for comment delimiters.
15012 2005-05-10  Jay Belanger  <belanger@truman.edu>
15014         * calc/calc-help.el (calc-m-prefix-help): Add mention of
15015         preserving embedded modes.
15017 2005-05-10  Richard M. Stallman  <rms@gnu.org>
15019         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15021         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
15022         Move from ada-stmt.el.
15023         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15025         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
15026         Move to ada-mode.el.
15027         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
15029         * cus-edit.el (custom-file): Call file-chase-links.
15031         * files.el (read-directory-name): Fix previous change.
15032         (hack-local-variables-confirm): New function.
15033         (hack-local-variables-prop-line, hack-local-variables)
15034         (hack-one-local-variable): Use it.
15036 2005-05-10  Lute Kamstra  <lute@gnu.org>
15038         * font-lock.el (font-lock-keywords-alist)
15039         (font-lock-removed-keywords-alist): Clarify docstrings.
15041 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
15043         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15044         (gdb-source-info): Check for preprocessor info.
15045         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
15046         a macro for a function.
15047         (gdb-info-breakpoints-custom): Try to find file again if not already
15048         found (user might have used GDB dir command).
15049         (gdb-get-location): Update gdb-location-alist correctly for change
15050         to gdb-info-breakpoints-custom.
15052         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15053         (gud-tooltip-print-command): Add gdbmi case.
15054         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15055         preprocessor info.
15057 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
15059         * startup.el (fancy-splash-insert): Fix typo in doc string.
15061 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
15063         * obsolete/float.el (string-to-float):
15064         * obsolete/hilit19.el (hilit-add-pattern):
15065         * obsolete/rnews.el (news-parse-range, news-select-message)
15066         (news-get-pruned-list-of-files): Replace `string-to-int' by
15067         `string-to-number'.
15069         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15070         `find-file-not-found-hooks'; use `add-hook'.
15071         (uncompress-while-visiting): Set `write-file-functions', not
15072         `write-file-hooks'; use `add-hook'.
15074 2005-05-09  Kim F. Storm  <storm@cua.dk>
15076         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15077         (cua-paste): Handle clipboard action.
15078         (cua--init-keymaps): Remap clipboard-kill-region and
15079         clipboard-kill-ring-save.
15081 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
15083         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15084         Improve commentary.
15086         * simple.el (next-error-overlay-arrow-position): Revert the change
15087         made on 2005-04-30.
15089 2005-05-07  Jay Belanger  <belanger@truman.edu>
15091         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15092         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15093         `calc-sel-reselect'.
15095         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15096         Calc is in embedded mode.
15098 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
15100         * progmodes/compile.el (compilation-setup):
15101         Set overlay-arrow-string to an empty string on text terminals.
15103         * textmodes/ispell.el (ispell-program-name): Try looking for
15104         "aspell" along exec-path, and if found, use it as the default
15105         speller program.
15107 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
15109         * international/mule.el (sgml-xml-auto-coding-function):
15110         Recognize encoding='FOO' in single quotes as well as in double quotes.
15112 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15114         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15115         as well as `interactive', so that defmacro* would recognize
15116         `declare' forms.
15118 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
15120         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15121         Explain more about the LIGHTER arg's usage in the doc string.
15122         Add commentary to clarify what the code does.  Fix the regexp that
15123         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
15124         since it could have characters special to regular expressions.
15126 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15128         * replace.el (occur-1): Bind inhibit-read-only so that
15129         erase-buffer doesn't barf on read-only text properties (likewise
15130         for add-text-properties in occur-engine).  Mark buffer as unmodified.
15131         (occur-engine): Don't set buffer-read-only here.
15133 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15135         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
15136         list-buffers-directory.  This caused the *cvs-commit* buffer to be
15137         sometimes mistakenly reused as a *cvs* buffer.
15139 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
15141         * tooltip.el: Move code for GUD tooltips into gud.el.
15142         (require): CL no longer needed to compile case.
15143         (tooltip-mode): Do not toggle functions for GUD tooltips.
15144         (tooltip-gud-tips-p): Remove.  Replace with minor mode
15145         gud-tooltip-mode in gud.el.
15146         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
15147         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
15148         tooltip-gud prefix with gud-tooltip and obsolete.
15149         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
15150         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
15151         (tooltip-mouse-motion): Mouse movement functions/variable.
15152         Rename in gud.el by adding gud prefix.
15153         (tooltip-gud-original-filter, tooltip-gud-dereference)
15154         (tooltip-gud-event, tooltip-toggle-gud-tips)
15155         (tooltip-gud-process-output, tooltip-gud-print-command)
15156         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
15157         gud.el by replacing tooltip-gud prefix with gud-tooltip.
15158         (gdb-tooltip-print): Move to gdb-ui.el.
15160         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
15161         (require): CL needed to compile case.
15162         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
15163         tooltip-gud-tips-p.  Make it a minor-mode.
15164         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
15165         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
15166         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
15167         (gud-tooltip-change-major-mode)
15168         (gud-tooltip-activate-mouse-motions-if-enabled)
15169         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
15170         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
15171         (gud-tooltip-original-filter, gud-tooltip-dereference)
15172         (gud-tooltip-event, tooltip-toggle-gud-tips)
15173         (gud-tooltip-process-output, gud-tooltip-print-command)
15174         (gud-tooltip-tips): Move from tooltip.el.
15176         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
15177         (gdb-cpp-define-alist-flags): Doc fix.
15178         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
15179         gud-tooltip-mode is t.
15181 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15183         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
15184         evaporate if their text is deleted.
15185         (goto-address-at-point): Make it work as a mouse binding as well.
15186         (goto-address-at-mouse): Obsolete it.  Update users.
15188 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
15190         * calendar/appt.el (top-level): No longer activate on load.
15192 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
15194         * calendar/cal-bahai.el (mark-bahai-diary-entries):
15195         * net/webjump.el (webjump):
15196         * progmodes/idlw-help.el (idlwave-do-context-help1)
15197         (idlwave-highlight-linked-completions):
15198         * textmodes/po.el (po-find-file-coding-system-guts):
15199         Replace `assoc-ignore-case' by `assoc-string'.
15201 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
15203         * files.el (locate-file): Doc fix.
15205         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
15206         Remove the redundant test for ms-dos.
15208         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
15209         look for the preprocessor with exec-suffixes.  If not found in
15210         standard places, look in exec-path.  Remove most of the tests that
15211         used system-type.
15213         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
15215         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
15217         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
15218         file-name clash with jka-compr.el on 8+3 filesystems.
15220 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15222         * term/mac-win.el: Don't define or bind scroll bar functions if
15223         x-toolkit-scroll-bars is t.
15224         (x-select-text, x-get-selection-value): Clear
15225         x-last-selected-text-clipboard if x-select-enable-clipboard is
15226         nil.
15227         (PRIMARY): Put mac-scrap-name property.
15228         (mac-select-convert-to-file-url): New function.
15229         (public.file-url): New selection target type.  Add to
15230         selection-converter-alist.
15231         (x-get-selection, x-selection-value): Handle it.
15232         (x-cut-buffer-or-selection-value): New alias.
15234 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15236         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
15237         entry to avoid calling bibtex-find-entry with arg global
15238         being t.  Remove arg key.
15239         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
15240         (bibtex-copy-summary-as-kill): Change accordingly.
15242 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15244         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
15245         (org-agenda-date-later): Use with-current-buffer.
15247 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
15249         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
15250         (define-obsolete-variable-alias): Doc Fixes.
15252 2005-05-06  Kim F. Storm  <storm@cua.dk>
15254         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
15255         vertical-motion when selective-display is active.
15257         * ido.el (ido-setup-hook): New hook.
15258         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
15259         (ido-input-stack): New var.
15260         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
15261         ido-next-work-file binding to M-O.
15262         Bind M-f to ido-wide-find-file-or-pop-dir.
15263         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
15264         (ido-read-internal): Run ido-setup-hook.
15265         Catch quit in read-file-name and read-string to cancel edit.
15266         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
15267         Automatically pop-all when completing a directory name (RET).
15268         (ido-file-internal): Add with-no-warnings around ffap and dired code.
15269         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
15270         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
15271         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
15272         New functions for M-b/M-f to move among the directory components.
15273         (ido-make-merged-file-list): Catch quit to cancel merge.
15274         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
15275         (ido-completion-help): No warnings for ido-completion-buffer-full.
15277 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
15279         * font-lock.el (font-lock-negation-char-face): New face and variable.
15280         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
15281         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
15282         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
15283         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
15285 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
15287         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
15288         Fix typo in docstring.
15290         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
15291         (ebrowse-print-statistics-line)
15292         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
15294         * term/w32-win.el (image-library-alist): Add additional name for
15295         Xpm library.
15297 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
15299         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
15300         use gcc instead of cpp.
15302         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
15303         (gdb-create-define-alist): Use it.
15304         (gdb-cpp-define-alist-program): Update for MS-DOS.
15306 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
15308         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
15310 2005-05-04  Richard M. Stallman  <rms@gnu.org>
15312         * help.el (describe-key): No error when UNTRANSLATED is nil.
15314         * simple.el (line-move-1): Fix previous change to signal errors
15315         appropriately.
15317 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
15319         * calendar/icalendar.el (icalendar-version): Now at 0.12.
15320         (icalendar-duration-correction): Remove.
15321         (icalendar--get-event-properties): Split result at commas.
15322         (icalendar--decode-isoduration): New optional argument
15323         DURATION-CORRECTION.
15324         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
15325         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
15326         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
15327         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
15328         (icalendar--convert-anniversary-to-ical): New functions, extracted
15329         from icalendar-export-region, with bug fixes.
15330         (icalendar-export-region): Use the above functions.
15331         (icalendar-import-buffer): Check before saving diary file.
15332         (icalendar--convert-recurring-to-diary)
15333         (icalendar--convert-non-recurring-all-day-to-diary)
15334         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
15335         extracted from icalendar--convert-ical-to-diary, with bug fixes.
15336         (icalendar--convert-ical-to-diary): Use the above functions.
15338 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
15340         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
15341         Remove these recent additions.
15342         (c-mode): Restore to before 2005-04-28.
15344         * progmodes/cc-vars.el (cc-define-list-program): Remove this
15345         recent addition.
15347         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
15348         (gdb-define-alist): New variables.
15349         (gdb-create-define-alist): New function.
15350         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
15351         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
15352         with string-to-number.
15353         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
15355         * progmodes/gud.el: Replace string-to-int with string-to-number.
15356         (gud-find-file): Handle gdb-define-alist.
15358         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
15360 2005-05-02  Jay Belanger  <belanger@truman.edu>
15362         * calc/calc-aent.el (math-read-token):
15363         * calc/calc-bin.el (calc-word-size):
15364         * calc/calc-ext.el (calc-read-number-fancy):
15365         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
15366         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
15367         * calc/calc-frac.el (calc-over-notation):
15368         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
15369         (calc-graph-num-points, calc-graph-init):
15370         * calc/calc-prog.el (calc-read-parse-table-part)
15371         (calc-edit-macro-repeats):
15372         * calc/calc-yank.el (calc-do-grab-rectangle):
15373         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
15374         Replace `string-to-int' by `string-to-number'.
15376 2005-05-02  Kim F. Storm  <storm@cua.dk>
15378         * kmacro.el: Use executing-kbd-macro-index variable.
15380 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
15382         * net/rlogin.el (rlogin-parse-words): Delete func.
15383         (rlogin): Use split-string, not rlogin-parse-words.
15384         Also, if there are option-like elements in the parsed args,
15385         take the host to be the first arg immediately following them.
15386         Suggested by Michael Mauger.
15388 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15390         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
15392 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
15394         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
15395         (cc-mode-cpp-program): Rename to cc-define-list-program and
15396         move to cc-vars.el.
15398         * progmodes/cc-vars.el (cc-define-list-program):
15399         Change to "gcc -E -dM -".  Make customizable.
15401 2005-05-02  Kim F. Storm  <storm@cua.dk>
15403         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
15405 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
15407         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
15409         * international/mule-util.el (truncate-string): Remove alias and
15410         obsolete declaration.
15412         * international/mule-cmds.el (update-iso-coding-systems):
15413         Remove alias and obsolete declaration.
15415         * international/mule.el (coding-system-parent): Remove alias and
15416         obsolete declaration.
15418         * subr.el (define-function, sref): Remove aliases and obsolete
15419         declarations.
15420         (chars-in-region): Remove obsolete declaration.
15422 2005-05-01  Richard M. Stallman  <rms@gnu.org>
15424         * info.el (Info-mode): Set widen-automatically to nil, locally.
15426         * simple.el (widen-automatically): New variable.
15427         (pop-global-mark): Obey widen-automatically.
15429 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
15431         * term/xterm.el (function-key-map): Call substitute-key-definition
15432         before the keymap size is increased by a lot of define-key calls.
15434 2005-05-01  Richard M. Stallman  <rms@gnu.org>
15436         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
15437         Rename ARG to ELEMENT.  Doc fix.
15439 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
15441         * allout.el (allout-exposure): Remove macro and obsolete declaration.
15442         Remove references to allout-exposure/change to allout-new-exposure.
15444         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
15445         bytecode symbols.
15447         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
15448         (compiled-function-p, focus-frame, unfocus-frame):
15449         Remove aliases and obsolete declarations.
15450         Back out inadvertent changes from previous commit.
15452 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15454         * files.el (require-final-newline): Make Custom tags consistent
15455         with mode-require-final-newline.
15456         (mode-require-final-newline): Doc fix.
15458 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15460         * international/latexenc.el (latexenc-find-file-coding-system):
15461         Fix regular expressions.
15463 2005-05-01  David Kastrup  <dak@gnu.org>
15465         * international/latexenc.el (latexenc-find-file-coding-system):
15466         Fix regular expressions.
15468 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
15470         * subr.el (string-to-int): Make obsolete.
15472 2005-04-30  Richard M. Stallman  <rms@gnu.org>
15474         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
15476         * loadup.el: load jka-comp-hook.
15478         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
15479         (jka-compr-handler): Add autoload.  `put' calls moved
15480         to jka-comp-hook.el.
15481         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
15482         (jka-compr-inhibit): Autoload.
15484         * jka-comp-hook.el: New file.
15485         Enable the mode by default.
15487         * files.el (backup-buffer-copy): Use copy-file instead
15488         of write-region, and put back the 'excl.
15490 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
15492         * progmodes/flymake.el (flymake-split-string)
15493         (flymake-split-string, flymake-log, flymake-pid-to-names)
15494         (flymake-reg-names, flymake-get-source-buffer-name)
15495         (flymake-unreg-names, flymake-add-line-err-info)
15496         (flymake-add-err-info): Clarify docstrings.
15497         (flymake-popup-menu, flymake-make-emacs-menu)
15498         (flymake-make-xemacs-menu): Add docstrings.
15499         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
15500         Set variables directly throughout.
15502 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
15504         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
15505         exists.  Initialize cc-define-alist.
15506         (c-mode): Add cc-create-define-alist locally to after-save-hook.
15507         If there is no file (Macroexpansion) don't create an alist.
15509 2005-04-29  Sam Steingold  <sds@gnu.org>
15511         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
15512         (cc-create-define-alist): Use it instead of the hard-coded string.
15514 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15516         * international/mule-conf.el (file-coding-system-alist): Fix regexp
15517         for latexenc.
15519 2005-04-29  Lute Kamstra  <lute@gnu.org>
15521         * emacs-lisp/generic.el: Improve commentary section.
15522         (define-generic-mode): Improve docstring.
15524 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
15526         * textmodes/org.el (many places): Change to quiet the byte compiler.
15527         (org-prefix-format-compiled): New variable.
15528         (org-compile-prefix-format): New function.
15529         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
15530         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
15531         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
15532         (org-get-entries-from-diary): Use `org-get-time-of-day' for
15533         consistency with entries from `org-mode' files.
15534         (org-get-time-of-day): Fix bug with partial matches early in a line.
15535         (org-non-link-chars): New constant.
15536         (org-link-regexp): Respect `org-non-link-chars'.
15537         (org-agenda-day-view): Remove command.
15538         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
15539         (org-follow-bbdb-link, org-store-link): Search also company field.
15540         (org-highlight-overlay): New variable.
15541         (org-highlight, org-unhighlight): New functions.
15542         (org-agenda-mode): Add pre-command-hook to remove highlight.
15543         (org-evaluate-time-range): Behavior depends upon whether time stamp
15544         contains a time or not.
15545         (org-show-subtree, org-show-entry): New functions.
15546         (org-agenda-cleanup-fancy-diary): Remove empty lines.
15548 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
15550         * comint.el (comint-output-filter-functions): Add autoload cookie.
15552 2005-04-28  Kim F. Storm  <storm@cua.dk>
15554         * ido.el (ido-everywhere): Fix last change.
15556 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15558         * international/latexenc.el: New file.
15559         * international/mule-conf.el (file-coding-system-alist): For .tex,
15560         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
15562 2005-04-28  Lute Kamstra  <lute@gnu.org>
15564         * font-lock.el (font-lock-add-keywords)
15565         (font-lock-remove-keywords): Clarify docstring.
15566         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
15567         Don't start docstrings with a `*'.
15568         (font-lock-update-removed-keyword-alist): Give it a docstring.
15570         * generic-x.el: Update commentary section.
15571         Only require font-lock when compiling.
15572         Define all modes conditionally.
15573         Place all generic modes in the generic-x-modes customization group.
15574         (generic-x-modes): New customization group.
15575         (generic-default-modes, generic-mswindows-modes)
15576         (generic-unix-modes, generic-other-modes): New constants.
15577         (generic-define-mswindows-modes, generic-define-unix-modes):
15578         Update docstrings.  Make them obsolete.
15579         (generic-extras-enable-list): New default value.  Update docstring.
15580         Improve :type.  Change :set function.
15581         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
15582         Fix docstring.
15584         * emacs-lisp/generic.el (generic-mode-internal):
15585         Simplify font-lock-defaults.
15586         (define-generic-mode): Fix docstring.
15588 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15590         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
15591         font-lock-face property to highlight matches.
15593 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
15595         * progmodes/cc-mode.el (cc-create-define-alist): New function.
15596         (cc-define-alist): New variable.
15597         (c-mode): Make it local and initialize it.
15599         * progmodes/gdb-ui.el (gdb-active-process): New variable.
15600         (gdb-exited): New function.
15601         (gdb-annotation-rules): Use it.
15602         (gdb-starting): Set gdb-active-process to t.
15603         (gdb-stopping): Amend doc string.
15604         (gdb-reset): Set gdb-active-process to nil.
15606         * tooltip.el (tooltip-gud-tips): Show the associated #define
15607         directives when a C program under GDB is not executing.
15609 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15611         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
15612         font-lock-fontify-syntactic-keywords.
15614         * font-lock.el (font-lock-default-fontify-region): Don't force
15615         parse-sexp-lookup-properties to nil.
15617 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
15619         * man.el (man-mode-syntax-table): Set up `:' to have
15620         word-constituent syntax.
15622 2005-04-27  Lute Kamstra  <lute@gnu.org>
15624         * novice.el (disable-command): Don't add spurious newlines to the
15625         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
15627 2005-04-26  Jay Belanger  <belanger@truman.edu>
15629         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
15630         than one window before deleting window.
15632 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
15634         * shell.el (shell-prompt-pattern): Doc fix.
15635         (shell-mode): Set paragraph-separate buffer locally to "\\'".
15637         * comint.el (comint-prompt-regexp, comint-get-old-input)
15638         (comint-use-prompt-regexp)
15639         (comint-use-prompt-regexp-instead-of-fields)
15640         (comint-replace-by-expanded-history, comint-send-input)
15641         (comint-output-filter, comint-get-old-input-default)
15642         (comint-line-beginning-position, comint-bol, comint-show-output)
15643         (comint-backward-matching-input, comint-forward-matching-input)
15644         (comint-next-prompt, comint-previous-prompt):
15645         Rename `comint-use-prompt-regexp-instead-of-fields' to
15646         `comint-use-prompt-regexp'.  Keep old name as alias and declare
15647         obsolete.
15648         (comint-use-prompt-regexp): Shorten first line of doc string.
15650         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
15651         Set paragraph-separate buffer locally to "\\'".
15653         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
15654         Adapt to above name change.
15656         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15657         (smbclient-prompt-regexp): Ditto.
15659         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
15661 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
15663         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
15664         gdb-location-list.
15665         Break lines that are over 80 characters wide.
15667 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15669         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
15670         New fun and var, to preserve compatibility.
15672         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
15674 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
15676         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
15677         name to file-newer-than-file-p.
15679 2005-04-26  Richard M. Stallman  <rms@gnu.org>
15681         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
15683         * progmodes/python.el (python-mode):
15684         Use new name eldoc-documentation-function.
15686         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
15688         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15689         (eldoc-documentation-function):
15690         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
15692 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
15694         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15696 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15698         * term/xterm.el (function-key-map): Fix strings for
15699         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
15700         {C,S,A,C-S}-{f1-f12}.
15702 2005-04-26  Kenichi Handa  <handa@m17n.org>
15704         * international/mule-cmds.el (select-safe-coding-system):
15705         Fix previous change.
15707 2005-04-26  Lute Kamstra  <lute@gnu.org>
15709         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
15711         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
15712         (font-lock-comment-delimiter-face): Ditto.
15714         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
15716 2005-04-25  Jay Belanger  <belanger@truman.edu>
15718         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
15719         to t while inserting information; use help-mode.
15721 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15723         * term.el (ansi-term-color-vector): Use the xterm colors.
15724         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
15726 2005-04-25  Lute Kamstra  <lute@gnu.org>
15728         * font-core.el (font-lock-defaults): Fix docstring.
15730         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
15732 2005-04-25  Kenichi Handa  <handa@m17n.org>
15734         * international/mule-cmds.el (select-safe-coding-system):
15735         Don't check consistency with coding: spec, etc if raw-text or
15736         no-conversion was found to be safe.
15738 2005-04-24  Richard M. Stallman  <rms@gnu.org>
15740         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
15741         citation markers at start of each line.
15743         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
15744         citation markers at start of each line.
15746         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
15748         * files.el (mode-require-final-newline): Fix previous change.
15749         (require-final-newline): Fix type label.
15751 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15753         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
15754         statement in buffer (broken by 2004-11-24 change).
15756 2005-04-24  Kim F. Storm  <storm@cua.dk>
15758         * ido.el (ido-everywhere): Save and restore old read-buffer-function
15759         and read-file-name-function values.  Don't overwrite existing
15760         non-nil values if ido-mode is enabled without ido-everywhere.
15762 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
15764         * files.el (mode-require-final-newline): Minor doc fix.
15766 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
15768         * subr.el (syntax-after): Doc fix.
15769         (syntax-class): If argument is nil, return nil.  Mask off upper 16
15770         bits, not 8 bits.
15772         * files.el (mode-require-final-newline): Doc fix.
15773         (backup-buffer-copy): Fix last change.
15775 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15777         * term/mac-win.el: Require select.  Set selection-coding-system to
15778         mac-system-coding-system.  Call menu-bar-enable-clipboard.
15779         (x-last-selected-text-clipboard, x-last-selected-text-primary)
15780         (x-select-enable-clipboard): New variables.
15781         (x-select-text, x-get-selection, x-selection-value)
15782         (x-get-selection-value, mac-select-convert-to-string)
15783         (mac-services-open-file, mac-services-open-selection)
15784         (mac-services-insert-text): New functions.
15785         (CLIPBOARD, FIND): Put mac-scrap-name property.
15786         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
15787         (public.tiff): Put mac-ostype property.
15788         (selection-converter-alist): Add entries for them.
15789         (mac-application-menu-map): New keymap.
15790         (interprogram-cut-function, interprogram-paste-function): Set to
15791         x-select-text and x-get-selection-value, respectively.
15792         (split-window-keep-point): Set to t.
15794 2005-04-23  Richard M. Stallman  <rms@gnu.org>
15796         * files.el (read-directory-name): Always pass non-nil
15797         DEFAULT-FILENAME arg to read-file-name.
15798         (backup-buffer-copy, basic-save-buffer-2): Take care against
15799         writing thru an unexpected existing symlink.
15800         (revert-buffer): In indirect buffer, revert the base buffer.
15801         (magic-mode-alist): Doc fix.
15802         (buffer-stale-function): Doc fix.
15803         (minibuffer-with-setup-hook): Avoid warning.
15804         (mode-require-final-newline): Doc and custom fix.
15806         * follow.el (follow-end-of-buffer): Use with-no-warnings.
15808         * font-lock.el (font-lock-comment-face): On terminals with few colors,
15809         use the default appearance.
15810         (font-lock-comment-delimiter-face): New face, new variable.
15812         * imenu.el (imenu--generic-function): The official position of a
15813         definition is the start of the line that BEG is in.
15815         * midnight.el (midnight-timer): Move defvar up.
15817         * mouse.el (mouse-drag-region-1): Delete some debugging code.
15819         * saveplace.el (save-place-to-alist): Use with-no-warnings.
15821         * startup.el (command-line): Use with-no-warnings.
15823         * window.el (window-size-fixed): New defvar.
15825         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
15827         * mail/rmail.el (rmail-font-lock-keywords):
15828         Use font-lock-comment-delimiter-face.
15830         * mail/sendmail.el (mail-font-lock-keywords):
15831         Use font-lock-comment-delimiter-face.
15833         * progmodes/compile.el (next-error-highlight-timer): New defvar.
15835 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15837         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15838         Specify t for LAXMATCH when matching directories.
15839         Save match data around compilation-compat-error-properties form.
15841 2005-04-23  David Kastrup  <dak@gnu.org>
15843         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15844         Mention that the autoloaded aliases should be kept for AUCTeX.
15846 2005-04-23  Andreas Schwab  <schwab@suse.de>
15848         * isearch.el (isearch-forward): Doc fix.
15850 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
15852         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15853         (jit-lock-stealth-nice): Change default value to 0.5.
15855 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15857         * abbrev.el (write-abbrev-file): Write table entries in
15858         alphabetical order by table name.
15860 2005-04-22  Kim F. Storm  <storm@cua.dk>
15862         * ido.el (ido-read-internal): Fix `list' completion.
15864 2005-04-22  Kenichi Handa  <handa@m17n.org>
15866         * recentf.el (recentf-save-file-coding-system): New variable.
15867         (recentf-save-list): Encode the file by
15868         recentf-save-file-coding-system and add coding: tag.
15870 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
15872         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15874 2005-04-21  Lute Kamstra  <lute@gnu.org>
15876         * loadhist.el (unload-feature): Don't remove a function from hooks
15877         if it is about to be restored to an autoload .  Remove functions
15878         that will become unbound from auto-mode-alist.  Simplify the code.
15880         * subr.el (assq-delete-all): New implementation that is linear,
15881         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
15882         (rassq-delete-all): New function.
15884         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15885         Add size-indication-mode.
15887 2005-04-21  Kenichi Handa  <handa@m17n.org>
15889         * international/mule-cmds.el: Add autoload for widget-value in
15890         eval-when-compile.
15892 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
15894         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15895         Add tooltip-mode.
15897         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15899 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
15901         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15902         (inferior-lisp-filter-regexp, inferior-lisp-program)
15903         (inferior-lisp-load-command, inferior-lisp-prompt)
15904         (inferior-lisp-mode-hook, lisp-source-modes)
15905         (inferior-lisp-load-hook): defvar->defcustom.
15906         (inferior-lisp-program, inferior-lisp-prompt)
15907         (inferior-lisp-load-hook): Doc fixes.
15908         (inferior-lisp-install-letter-bindings): Small change in
15909         introductory comment.
15911 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15913         * vc.el (vc-annotate-color-map): Change some colors so that text
15914         using them as foreground is readable on both white and black
15915         backgrounds.
15917 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15919         * international/mule-conf.el (translation-table-for-input):
15920         Remove redundant declaration.
15922 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15924         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15926         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15927         (tooltip-toggle-gud-tips): New function.
15929 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15931         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15932         right angle brackets.
15934 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15936         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15938 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15940         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15941         Remove.  Update callers to use expand-file-name instead.
15943         * subr.el (syntax-class): New function.
15945         * simple.el (blink-matching-open): Use it.
15947         * paren.el (show-paren-function): Use it to recognize parens that are
15948         also used in 2-char comment markers.
15950 2005-04-19  Lute Kamstra  <lute@gnu.org>
15952         * loadhist.el (unload-feature): Update for new format of
15953         load-history.  Simplify the code.
15955 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15957         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15958         (mac-add-charset-info): New function.  Initialize variable
15959         mac-charset-info-alist using it.
15960         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15961         for translation.
15962         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15963         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15964         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15965         New CCL programs.
15967 2005-04-19  Kim F. Storm  <storm@cua.dk>
15969         * simple.el (next-buffer, prev-buffer, next-error)
15970         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15971         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15973         * bindings.el (next-buffer, prev-buffer, next-error)
15974         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15975         (clone-indirect-buffer-other-window): Move bindings from simple.el.
15976         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15977         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15979 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15981         * isearch.el (isearch-edit-string): Make the search-ring available for
15982         minibuffer history commands.
15983         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15984         the default history commands now work just as well.
15985         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15987 2005-04-18  Kim F. Storm  <storm@cua.dk>
15989         * emulation/cua-base.el (cua--pre-command-handler): Add more
15990         elaborate check for shift modifier on non-window systems.
15992 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
15994         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15996 2005-04-18  Kim F. Storm  <storm@cua.dk>
15998         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15999         and make it optional.  Don't test tooltip-gud-echo-area here.
16000         (tooltip-gud-process-output, gdb-tooltip-print):
16001         Pass tooltip-gud-echo-area to tooltip-show.
16002         (tooltip-help-tips): Remove second optional arg to tooltip-show.
16004 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16006         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16007         `display-graphic-p' may not be bound yet.
16009 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
16011         * startup.el (command-line): No longer enable Xterm Mouse mode by
16012         default in terminals compatible with xterm.
16014         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16016 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
16018         * tooltip.el (tooltip-gud-echo-area): Rename from
16019         tooltip-use-echo-area.
16020         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16021         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16022         area independently of where help tooltips are displayed.
16024 2005-04-17  David Kastrup  <dak@gnu.org>
16026         * cus-theme.el (custom-theme-write-variables): Quote variables
16027         where necessary.
16029 2005-04-17  Richard M. Stallman  <rms@gnu.org>
16031         * simple.el (yank-excluded-properties): Add follow-link to value.
16033         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16035         * startup.el (fancy-splash-max-time): Just 30 seconds.
16036         (fancy-splash-delay): Just 7.
16037         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16039         * loadhist.el (unload-feature): Update for new format of load-history.
16040         Simplify the code.
16042         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16043         (rmail-font-lock-keywords): Don't fontify the text of a citation.
16045         * mail/sendmail.el (mail-font-lock-keywords):
16046         Don't fontify subject text.
16047         Don't fontify the text of a citation.
16049 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
16051         * comint.el (comint-output-filter): Run comint-output-filter-functions
16052         with point where the user had it.
16054 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16056         * international/ucs-tables.el (ucs-set-table-for-input):
16057         Disable when using unify-on-decoding.
16059 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
16061         * emulation/cua-base.el (cua-global-mark-face): Add special case
16062         for displays supporting a high number of colors.
16064 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
16066         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
16068 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
16070         * filesets.el (filesets-add-buffer): If user supplies a name of a
16071         non-existing fileset, create a new fileset.
16073 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
16075         * textmodes/org.el (org-up-heading-all): Fix bug with
16076         `outline-up-heading-all'.
16078 2005-04-16  Andreas Schwab  <schwab@suse.de>
16080         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16081         /etc/permissions.d/* and /etc/aliases.d/*.
16083 2005-04-16  Kenichi Handa  <handa@m17n.org>
16085         * international/code-pages.el (cp-make-coding-system):
16086         Set `translation-table-for-input' property value to the symbol
16087         ucs-mule-to-mule-unicode, not to that value.
16088         (pt154): Escape guillemet by `\'.
16090 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
16092         * loadup.el: Load tooltip if x-show-tip is fboundp.
16094         * startup.el (command-line): Add comment.
16096         * tooltip.el (tooltip-mode): Specify correct standard value for
16097         Custom in init-value.
16099 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
16101         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16102         possible.
16104 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
16106         * textmodes/org.el (org-agenda-date-prompt): Rename from
16107         `org-agenda-date-today'.
16108         (org-evaluate-time-range): Insert at point instead of directly
16109         after time range.
16110         (org-first-headline-recenter, org-subtree-end-visible-p)
16111         (org-optimize-window-after-visibility-change): New functions
16112         (org-agenda-post-command-hook): Don't allow point at end of line,
16113         to make sure it always hits the text properties.
16114         (org-agenda-next-date-line, org-agenda-previous-date-line):
16115         New commands.
16116         (org-set-regexps-and-options): Category may contain white space.
16117         (org-agenda-get-deadlines, org-agenda-get-scheduled):
16118         Improve marker positions.
16119         (org-agenda-new-marker): Argument POS made optional.
16120         (org-agenda-get-timestamps): Deadlines which are done are listed
16121         in org-done-face now.
16122         (org-agenda-get-todos, org-agenda-get-timestamps)
16123         (org-agenda-get-deadlines, org-agenda-get-scheduled):
16124         Set `undone-face' and `done-face' properties.
16125         (org-last-todo-state-is-todo): New variable.
16126         (org-todo): Set `org-last-todo-state-is-todo'.
16127         (org-agenda-todo): Change face according to
16128         `org-last-todo-state-is-todo'.  And change other lines referring to
16129         the same entry.
16130         (org-calendar-goto-agenda): New command.
16131         (org-calendar-to-agenda-key): New option.
16132         (org-startup-folded): New allowed value `content'.
16133         (org-set-regexps-and-options): Accept new value `content' for
16134         `org-startup-folded'.
16135         (org-get-current-options): Handle new value `content' for
16136         `org-startup-folded'.
16137         (org-insert-todo-heading): New command.
16138         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
16139         interactively in empty file and option
16140         `org-insert-mode-line-in-empty-file' has been set.
16141         (org-agenda-todo, org-agenda-priority): Modify to use
16142         `org-agenda-change-all-lines'.
16143         (org-warning-face): Change color on dark background
16145 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16147         * international/mule-cmds.el (set-locale-environment): On Mac OS,
16148         use preferences AppleLocale and AppleLanguages, and variable
16149         mac-system-locale for default locale.  On Mac OS Classic, use
16150         mac-system-coding-system for default coding systems.
16152         * term/mac-win.el: Don't set file-name-coding-system.
16153         Decode variables system-name, emacs-build-system, user-login-name, and
16154         user-full-name by mac-system-coding-system on Mac OS Classic.
16155         (mac-system-coding-system): New variable.
16157 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
16159         * startup.el (command-line): Handle `xterm-mouse-mode' before
16160         reading init file.
16162         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
16164 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
16166         * progmodes/sh-script.el (sh-here-document-word): Make it a
16167         defcustom.  Doc fix.
16168         (sh-add): Bash uses $(( )) for arithmetic.
16169         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
16170         (sh-maybe-here-document): Remove quotes and leading whitespace
16171         from heredoc word when closing.  Indent heredoc with tabs if word
16172         starts with "-".
16174 2005-04-13  Richard M. Stallman  <rms@gnu.org>
16176         * simple.el (undo): Fix previous change.
16178         * custom.el (defface): Doc fix.
16180 2005-04-13  Lute Kamstra  <lute@gnu.org>
16182         * Makefile.in (DONTCOMPILE): Remove list.
16183         (compile, compile-always): Don't use DONTCOMPILE.
16184         (update-authors): Load the library in which batch-update-authors
16185         is defined.
16186         * makefile.w32-in (DONTCOMPILE): Remove list.
16187         (compile, compile-always): Fix comments.
16188         (update-authors): Load the library in which batch-update-authors
16189         is defined.
16191         * generic-x.el (generic-mode-ini-file-find-file-hook):
16192         Rename to ini-generic-mode-find-file-hook.
16193         Keep generic-mode-ini-file-find-file-hook as an alias.
16194         (ini-generic-mode-find-file-hook): Rename from
16195         generic-mode-ini-file-find-file-hook.  Fix docstring.
16196         (ini-generic-mode): Docstring change.
16197         (bat-generic-mode-run-as-comint): Silence the byte compiler.
16199         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
16200         called from lisp.
16202         * generic.el: Move to the emacs-lisp subdir.
16204 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
16206         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
16207         and C-S- function and cursor motion keys.
16209 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
16211         * startup.el (command-line): Enable Xterm Mouse mode by default.
16212         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
16213         for Custom.  No longer show "Mouse" in mode line when enabled.
16214         Doc fix.
16216 2005-04-12  Kim F. Storm  <storm@cua.dk>
16218         * emulation/cua-base.el (cua-rectangle-face)
16219         (cua-rectangle-noselect-face): Define face attributes here.
16221         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
16223 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16225         * startup.el (command-line): Turn off blinking cursor if
16226         cursorBlink in resources is off or false.
16228 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16230         * term/mac-win.el (dnd): Require dnd.
16231         (mac-drag-n-drop): Call dnd-handle-one-url.
16232         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
16233         (kTextEncodingISOLatin2): Remove constants.
16234         (mac-script-code-coding-systems): New constant.
16235         (mac-handle-language-change): New function.
16236         (special-event-map): Bind it to `language-change' event.
16237         (mac-centraleurroman, mac-cyrillic): New coding systems.
16238         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
16239         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
16240         and mac-cyrillic-encoder to encode-mac-centraleurroman and
16241         encode-mac-cyrillic, respectively.
16243 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16245         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
16246         Don't set overlay-arrow-string to "=>" as this is done
16247         globally in C now.
16249 2005-04-12  Lute Kamstra  <lute@gnu.org>
16251         * generic-x.el (rc-generic-mode, rul-generic-mode):
16252         Fix auto-mode-alist entries.
16253         (etc-fstab-generic-mode): Tweak fontification.
16255         * generic.el (generic-make-keywords-list): Fix docstring.
16256         (generic-mode-internal): Simplify generic-font-lock-keywords.
16258 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
16260         * whitespace.el (whitespace-buffer-leading)
16261         (whitespace-buffer-trailing): Revert the incorrect test inversion.
16262         However, fix the highlight area for the leading and
16263         trailing whitespaces to show space.
16265 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
16267         * whitespace.el (whitespace-version): Bump to 3.5
16269         (whitespace-buffer-leading, whitespace-buffer-trailing):
16270         Invert sense of the test to highlight the whitespace.
16272 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16274         * progmodes/gud.el (gud-display-line): GUD uses its own
16275         overlay arrow now so don't set overlay-arrow-string.
16276         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
16278 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
16280         * term.el (term-ansi-current-bold, term-ansi-current-underline)
16281         (term-ansi-current-reverse, term-ansi-current-invisible)
16282         (term-ansi-face-already-done): Change to boolean.
16283         (term-reset-terminal, term-handle-colors-array): Handle the above
16284         vars accordingly.
16285         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
16286         (term-emulate-terminal): Use the new name.
16288         * faces.el (secondary-selection): Use yellow1, not yellow.
16289         (trailing-whitespace): Use red1, not red.
16291 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16293         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
16294         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
16295         (dired-dnd-handle-file): Call dnd-get-local-file-uri
16297         * cus-edit.el (dnd): New group.
16299         * term/w32-win.el (dnd): Require dnd
16300         (w32-drag-n-drop): Call dnd-handle-one-url.
16302         * x-dnd.el: Require dnd.
16303         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
16304         Call dnd-handle-one-url.
16305         (x-dnd-types-alist, x-dnd-insert-utf8-text)
16306         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
16307         to dnd-insert-text.
16308         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
16309         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
16310         (x-dnd-get-local-file-name, x-dnd-open-local-file)
16311         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
16313         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
16315 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16317         * wdired.el: Doc fixes.
16318         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
16319         (wdired-use-dired-vertical-movement): Rename from
16320         wdired-always-move-to-filename-beginning.
16321         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
16322         (wdired-change-to-wdired-mode): Change mode name.
16323         (wdired-newline): Delete.
16325 2005-04-11  Richard M. Stallman  <rms@gnu.org>
16327         * whitespace.el (whitespace-highlight-the-space):
16328         Don't call whitespace-unhighlight-the-space here.
16330         * simple.el (undo): Record t in undo-equiv-table
16331         for the redo record made by an undo-in-region.
16333 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16335         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
16336         (gdb-frame-inferior-io-buffer): New Functions to control
16337         display of separate IO buffer.
16338         (menu): Add them to menu-bar.
16339         (gdb-display-buffer): Check for buffer another frame.
16340         Protect GUD buffer.
16341         (gdb-setup-windows): Create IO buffer if not already there.
16342         (gdb-memory-mode): Remove purecopy noops.
16344 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16346         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
16347         and pass to self-insert-command.
16349 2005-04-11  Lute Kamstra  <lute@gnu.org>
16351         * generic.el: Commentary section cleanup.
16352         (generic): Delete.
16353         (generic-use-find-file-hook, generic-lines-to-scan)
16354         (generic-find-file-regexp, generic-ignore-files-regexp)
16355         (default-generic-mode, generic-mode-find-file-hook)
16356         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
16357         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
16358         (generic-use-find-file-hook, generic-lines-to-scan)
16359         (generic-find-file-regexp, generic-ignore-files-regexp)
16360         (default-generic-mode, generic-mode-find-file-hook)
16361         (generic-mode-ini-file-find-file-hook): Move from generic.el.
16363 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
16365         * bookmark.el (bookmark-write-file): Catch errors writing file.
16366         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
16368 2005-04-10  Richard M. Stallman  <rms@gnu.org>
16370         * startup.el (fancy-splash-tail): Update copyright year.
16371         (command-line): Split part of -Q into -D.
16372         (emacs-basic-display): New defvar.
16373         (fancy-splash-text): Correct name of menu item.
16375         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
16377         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
16378         lines in one node.
16380         * comint.el (comint-send-input): New arg ARTIFICIAL.
16381         Callers in this file changed.
16383         * abbrev.el (define-abbrevs): Read system abbrevs properly.
16385         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
16387 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
16389         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
16390         `ldap-search-internal'.
16392 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16394         * files.el (set-auto-mode-1): Use line-end-position.
16396         * international/latin-1.el:
16397         * international/latin-2.el:
16398         * international/latin-3.el:
16399         * international/latin-4.el:
16400         * international/latin-5.el:
16401         * international/latin-8.el:
16402         * international/latin-9.el: Give punctuation syntax to NBSP.
16404         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
16405         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
16406         Use char-classes to accept non-ascii letters, accepted in some recent
16407         bibtex implementations.
16409 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
16411         * custom.el (custom-set-minor-mode): Any non-nil value for the
16412         variable should enable the mode when set through Custom.
16414 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16416         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
16417         TAB binding so tab-always-indent is obeyed.
16418         (vhdl-minibuffer-local-map): Move initialization into declaration.
16419         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
16420         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
16421         (vhdl-hooked-abbrev): Avoid test for XEmacs.
16422         (vhdl-current-line): Use line-beginning-position.
16423         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
16424         with-output-to-temp-buffer, so the current position can be recorded.
16426 2005-04-10  Masatake YAMATO  <jet@gyve.org>
16428         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16429         Add regexp for gcov.
16431 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16433         * calendar/time-date.el (time-to-seconds, seconds-to-time)
16434         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
16435         syntax which Emacs 20 doesn't support.
16437 2005-04-09  Richard M. Stallman  <rms@gnu.org>
16439         * help.el (describe-key-briefly, describe-key):
16440         Replace strings as event types with "(any string)".
16442 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16444         * arc-mode.el (archive-mode-map): Move initialization into
16445         the declaration.  Override *all* bindings of `undo'.
16446         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
16448 2005-04-09  Jay Belanger  <belanger@truman.edu>
16450         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
16452 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
16454         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
16455         (xterm-register-default-colors): Update color values computation
16456         to match xterm-200.
16458 2005-04-09  Kenichi Handa  <handa@m17n.org>
16460         * international/code-pages.el (iso-latin-7): Fix the map.
16462 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
16464         * emacs-lisp/lisp.el (defun-prompt-regexp)
16465         (parens-require-spaces, buffer-end, end-of-defun)
16466         (insert-parentheses): Doc fixes.
16468 2005-04-08  Kim F. Storm  <storm@cua.dk>
16470         * comint.el (comint-highlight-prompt): Fix face spec.
16471         * hi-lock.el (hi-green): Likewise.
16473 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
16475         * cus-edit.el (custom-modified-face):
16476         * comint.el (comint-highlight-input): Fix previous changes.
16477         * term.el (term-handle-ansi-escape): Add a comment.
16479 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16481         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
16482         in the buffer and in whitespace-highlighted-space.
16483         (whitespace-unhighlight-the-space): Simplify.
16484         (whitespace-buffer): Simplify.
16486 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
16488         * textmodes/table.el (table-cell-face): Add special case for
16489         displays supporting a high number of colors.
16490         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16491         (vhdl-font-lock-reserved-words-face)
16492         (vhdl-speedbar-architecture-face)
16493         (vhdl-speedbar-instantiation-face)
16494         (vhdl-speedbar-architecture-selected-face)
16495         (vhdl-speedbar-instantiation-selected-face): Likewise.
16496         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
16497         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
16498         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16499         (ebrowse-root-class-face, ebrowse-member-attribute-face)
16500         (ebrowse-progress-face): Likewise.
16501         * progmodes/compile.el (compilation-info-face): Likewise.
16502         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
16503         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
16504         * calendar/calendar.el (diary-face): Likewise.
16505         * woman.el (woman-italic-face, woman-bold-face)
16506         (woman-unknown-face): Likewise.
16507         * wid-edit.el (widget-button-pressed-face): Likewise.
16508         * whitespace.el (whitespace-highlight-face): Likewise.
16509         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
16510         * pcvs-info.el (cvs-marked-face): Likewise.
16511         * info.el (info-xref): Likewise.
16512         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
16513         * hilit-chg.el (highlight-changes-face)
16514         (highlight-changes-delete-face): Likewise.
16515         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
16516         (hi-red-b): Likewise.
16517         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
16518         * font-lock.el (font-lock-keyword-face)
16519         (font-lock-function-name-face, font-lock-warning-face): Likewise.
16520         * cus-edit.el (custom-invalid-face, custom-modified-face)
16521         (custom-set-face, custom-changed-face, custom-variable-tag-face)
16522         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
16523         * comint.el (comint-highlight-prompt): Likewise.
16525 2005-04-08  Lute Kamstra  <lute@gnu.org>
16527         * font-lock.el (font-lock-keywords): Docstring fixes.
16529 2005-04-08  Kenichi Handa  <handa@m17n.org>
16531         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
16532         chars are more than a limit, print " and more..." at the tail.
16534 2005-04-08  Kim F. Storm  <storm@cua.dk>
16536         * emacs-lisp/authors.el (authors-aliases): Update list.
16537         (authors-ignored-files): New list.
16538         (authors-fixed-entries): Fix typo.
16539         (authors-renamed-files-alist): Update list.
16540         (authors-add): Check authors-ignored-files.
16542 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
16544         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
16545         optional, to ensure backward compatibility.
16547 2005-04-08  Stephen Eglen  <stephen@gnu.org>
16549         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
16551 2005-04-08  Kim F. Storm  <storm@cua.dk>
16553         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
16555         * mouse.el (mouse-on-link-p): Doc fix.
16557 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
16559         * ielm.el (ielm-prompt-read-only): Doc fix.
16561         * comint.el (comint-prompt-read-only): Doc fix.
16563 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
16565         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
16566         ensure dired always handles wildcards passed to ffap.
16567         (find-file-at-point): Use it.
16568         (ffap-dired-wildcards): Doc fix.
16570 2005-04-07  Juri Linkov  <juri@jurta.org>
16572         * simple.el (next-error-overlay-arrow-position): New defvar.
16573         Put "=>" on its property `overlay-arrow-string'.  Add it to
16574         `overlay-arrow-variable-list'.
16576         * progmodes/compile.el (compilation-setup):
16577         Set `next-error-overlay-arrow-position' to nil.  Also set it to
16578         nil in the local hook `kill-buffer-hook'.  Make local variable
16579         `overlay-arrow-string' and set it to "=>".
16580         (compilation-goto-locus): Set BOL position to
16581         `next-error-overlay-arrow-position' instead of
16582         `overlay-arrow-position'.
16584         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
16585         locally instead of adding it to the global hook.
16586         (Info-kill-buffer): Move up.
16588 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
16590         * term/xterm.el (xterm-standard-colors): Update color values from
16591         xterm-200.
16593 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16595         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
16597         * fast-lock.el:
16598         * lazy-lock.el: Move them to the obsolete subdir.
16600 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16602         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
16603         (wdired-add-replace-advice): Remove.
16604         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
16606 2005-04-06  Kim F. Storm  <storm@cua.dk>
16608         * startup.el (command-line): Add --bare-bones alias for -Q.
16610 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16612         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
16613         create the startup fontset if a font specification ends with
16614         `mac-roman'.
16616 2005-04-06  Lute Kamstra  <lute@gnu.org>
16618         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
16619         change.
16621         * emacs-lisp/copyright.el (copyright-update-year): Replace the
16622         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
16624 2005-04-05  Lute Kamstra  <lute@gnu.org>
16626         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
16627         (define-generic-mode): Ditto.  Fix debug declaration.
16629         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16630         Put them in the generic-x group.
16632         * calendar/timeclock.el (timeclock): Doc fix.
16634         * generic.el (define-generic-mode): Don't use custom-current-group.
16635         Document default :group value.
16636         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
16637         (define-global-minor-mode): Don't use custom-current-group.
16639 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
16641         * startup.el (command-line-1): Display startup-echo-area-message
16642         when fancy splash screen is in use.
16644         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
16645         (sh-escaped-newline): New face.
16646         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
16647         newline, and use sh-escaped-newline face.
16649         * progmodes/tcl.el (tcl-escaped-newline): New face.
16650         (tcl-builtin-list): New variable.
16651         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
16652         newlines.  Fix keywords subexpression number.
16654 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
16656         * textmodes/org.el (org-diary-default-entry): Fix call to
16657         `add-to-diary-entry'.
16659 2005-04-05  Kim F. Storm  <storm@cua.dk>
16661         * ediff-init.el: Use (featurep 'xemacs).
16663 2005-04-05  David Ponce  <david@dponce.com>
16665         * cus-edit.el (face): Derive from symbol widget.  Display sample
16666         of the current face on the fly.
16667         (widget-face-sample-face-get, widget-face-notify): New functions.
16668         (widget-face-value-create): Remove.
16670         * wid-edit.el (widget-field-end): Temporarily remove field
16671         narrowing before to call `get-char-property'.
16673 2005-04-04  Jay Belanger  <belanger@truman.edu>
16675         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
16676         (math-read-subscripts): New variable.
16677         (math-read-preprocess-string): Process subscripts.
16679 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
16681         * comint.el (comint-prompt-read-only): Doc fix.
16683         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
16684         `-1'.  Doc fix.
16686 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
16688         * textmodes/org.el (org-insert-mode-line-in-empty-file):
16689         Change default value to nil.
16691 2005-04-04  Lute Kamstra  <lute@gnu.org>
16693         * autorevert.el (auto-revert-mode): Specify :group.
16694         * battery.el (display-battery-mode): Specify :group.
16695         * diff-mode.el (diff-minor-mode): Specify :group.
16696         * font-core.el (font-lock-mode): Specify :group.
16697         * hl-line.el (hl-line-mode): Specify :group.
16698         * iimage.el (iimage): New customization group.
16699         (iimage-mode): Specify :group.
16700         * longlines.el (longlines-mode): Specify :group.
16701         * master.el: Don't require easy-mmode.
16702         (master): New customization group.
16703         (master-mode): Specify :group.
16704         * msb.el (msb-mode): Specify :group.
16705         * reveal.el (reveal-mode): Specify :group.
16706         * simple.el (next-error-follow-minor-mode): Specify :group.
16707         * smerge-mode.el (smerge-mode): Specify :group.
16708         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
16709         * emulation/cua-base.el (cua-mode): Specify :group.
16710         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
16711         * language/thai-util.el (thai-auto-composition-mode)
16712         (thai-word-mode): Specify :group.
16713         * mail/supercite.el (sc-minor-mode): Specify :group.
16714         * progmodes/cwarn.el (cwarn-mode): Specify :group.
16715         * progmodes/flymake.el (flymake-mode): Specify :group.
16716         * progmodes/glasses.el (glasses-mode): Specify :group.
16717         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
16718         * textmodes/enriched.el (enriched-mode): Specify :group.
16719         * textmodes/refill.el (refill-mode): Specify :group.
16721         * add-log.el (change-log-font-lock-keywords): Names in
16722         parenthesized lists can contain spaces.
16724 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
16726         * startup.el (fancy-splash-text): Shorten default text of
16727         "Emacs Tutorial" line.  Also, if the current language env
16728         indicates an available tutorial file other than TUTORIAL,
16729         extract its title and append it to the line in parentheses.
16730         (fancy-splash-insert): If arg is a thunk, funcall it.
16732 2005-04-04  Jay Belanger  <belanger@truman.edu>
16734         * calc.el (calc-language-alist): Add tags to customization type.
16736 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
16738         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
16739         Doc fix.
16741 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
16743         * add-log.el (change-log-font-lock-keywords): The manual
16744         describing a Change Log entry, says: (...) "Aside from these
16745         header lines, every line in the change log starts with a space or
16746         a tab.".  The font-lock was not highlighting lines started with
16747         spaces, added support for it.
16749 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16751         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
16752         (bibtex-generate-url-list): Update docstring accordingly.  Put the
16753         complex example in the docstring.
16754         (bibtex-font-lock-url): Use pop.
16756 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16758         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
16760         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
16762 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16764         * filesets.el (filesets-set-default): Doc fix.
16766 2005-04-03  Lute Kamstra  <lute@gnu.org>
16768         * generic.el (define-generic-mode): Add argument to specify
16769         keywords for defcustom.
16770         (default-generic-mode): Specify :group.
16772         * generic-x.el: Specify :group for all generic modes.
16774         * desktop.el (desktop-no-desktop-file-hook)
16775         (desktop-after-read-hook): Doc fix.
16777 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
16779         * simple.el (visible-mode): Use explicit :group keyword.
16780         This changes the group of `visible-mode-hook' from paren-blinking
16781         to editing-basics.
16783 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
16785         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
16786         mailbox specifications as well as URLs.
16787         (rmail-insert-inbox-text): Remove unused conditional branches.
16789 2005-04-01  Jay Belanger  <belanger@truman.edu>
16791         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
16792         (calc-gnuplot-print-command): Move definitions to calc.el.
16794         * calc/calc-embed.el (calc-embedded-announce-formula)
16795         (calc-embedded-open-formula, calc-embedded-close-formula)
16796         (calc-embedded-open-word, calc-embedded-close-word)
16797         (calc-embedded-open-plain, calc-embedded-close-plain)
16798         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
16799         (calc-embedded-open-mode, calc-embedded-close-mode):
16800         Move definitions to calc.el.
16802         * calc/calc.el (calc-settings-file, calc-language-alist):
16803         Make customizable.
16804         (calc-embedded-announce-formula, calc-embedded-open-formula)
16805         (calc-embedded-close-formula, calc-embedded-open-word)
16806         (calc-embedded-close-word, calc-embedded-open-plain)
16807         (calc-embedded-close-plain, calc-embedded-open-new-formula)
16808         (calc-embedded-close-new-formula, calc-embedded-open-mode)
16809         (calc-embedded-close-mode, calc-gnuplot-name)
16810         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
16811         from other files and make customizable.
16813 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16815         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
16816         Use buffer-live-p.
16817         (cvs-mode-run): Don't call cvs-update-header here.
16818         (cvs-run-process): Call cvs-update-header.
16819         Use process properties for cvs-postprocess and cvs-buffer so that
16820         the sentinel can behave better if the temp buffer is killed.
16821         Use a pipe rather than a tty, to better handle unexpected prompts.
16822         (cvs-sentinel): Rewrite.  Call cvs-update-header.
16824 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
16826         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
16827         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
16829 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16831         * generic.el (define-generic-mode): Add indentation rule.
16833 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
16835         * files.el (mode-require-final-newline): Make Custom correctly
16836         report a nil value and allow to set it to nil via Custom.
16837         Doc fix.
16839 2005-04-01  Kenichi Handa  <handa@m17n.org>
16841         * international/characters.el: Enable the correct case setting for
16842         dotless-i and dotted-I.
16844 2005-04-01  Kim F. Storm  <storm@cua.dk>
16846         * ido.el (ido-file-internal): Fall back to non-ido command if
16847         initial directory is on slow ftp (or tramp) host.
16849 2005-03-31  Richard M. Stallman  <rms@gnu.org>
16851         * emacs-lisp/autoload.el (make-autoload):
16852         Handle define-global-minor-mode.
16854         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16855         Rename from easy-mmode-define-global-mode.
16856         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16858         * progmodes/scheme.el (scheme-mode-syntax-table):
16859         Update syntax of | and # for two-character comment syntax.
16861 2005-03-31  Lute Kamstra  <lute@gnu.org>
16863         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16864         (define-minor-mode): Call custom-current-group at load-time.
16866         * generic.el (define-generic-mode): Add debug declaration.
16867         Add defcustom for the mode hook.
16868         (generic-mode-internal): Use run-mode-hooks.
16870 2005-03-31  Kim F. Storm  <storm@cua.dk>
16872         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16873         (mouse-fixup-help-message): New defun called by show_help_echo
16874         to fixup mouse-2 prefix in help messages when applicable.
16876         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16878 2005-03-31  Kenichi Handa  <handa@m17n.org>
16880         * language/thai-word.el (thai-find-word-ends): Pay attention to
16881         the case that we reach the end of buffer.
16883         * textmodes/fill.el (fill-text-properties-at): New function.
16884         (fill-newline): Use fill-text-properties-at instead of
16885         text-properties-at.
16887 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16889         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
16890         not comint-quote-filename.
16892 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
16894         * help-fns.el (help-with-tutorial): Revert last change.
16896 2005-03-31  Kim F. Storm  <storm@cua.dk>
16898         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16900 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16902         * calendar/cal-china.el: Update reference to "Calendrical
16903         Calculations" book; there's a new edition.
16904         * calendar/cal-coptic.el: Likewise.
16905         * calendar/cal-french.el: Likewise.
16906         * calendar/cal-hebrew.el: Likewise.
16907         * calendar/cal-islam.el: Likewise.
16908         * calendar/cal-iso.el: Likewise.
16909         * calendar/cal-julian.el: Likewise.
16910         * calendar/cal-mayan.el: Likewise.
16911         * calendar/cal-persia.el: Likewise.
16912         * calendar/calendar.el: Likewise.
16913         * calendar/holidays.el: Likewise.
16914         * calendar/lunar.el: Likewise.
16915         * calendar/solar.el: Likewise.
16917         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16918         white space from doc string.
16920 2005-03-30  Jay Belanger  <belanger@truman.edu>
16922         * calc/calc-help.el (calc-full-help): Remove email address.
16924 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
16926         * help-fns.el (help-with-tutorial): Delete title line.
16928 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16930         * calendar/cal-x.el (calendar-one-frame-setup)
16931         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16932         rather than `symbol' for set-window-dedicated-p.
16934         * calendar/appt.el (appt-buffer-name): Make it a constant.
16935         (appt-add): Doc fix.
16937         * filesets.el (filesets-menu-path, filesets-menu-before)
16938         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
16939         (filesets-menu-cache-file): Use directory ~/.emacs.d.
16940         (filesets-add-submenu): Delete and use add-submenu instead.
16942 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
16944         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16945         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16946         (org-diary-default-entry): New function.
16947         (org-get-entries-from-diary): Better parsing of diary entries.
16948         (org-agenda-check-no-diary): New function.
16949         ("diary-lib"): Advice to function `add-to-diary-list', to allow
16950         linking to diary entries.
16951         (org-agenda-execute-calendar-command): New function.
16952         (org-agenda): Improve visible section in window.
16953         Use `org-fit-agenda-window'.
16954         (org-fit-agenda-window): New option.
16955         (org-move-subtree-down): Better handling of empty lines
16956         at end of subtree.
16957         (org-cycle): Numeric prefix is interpreted now as show-subtree N
16958         levels up.
16959         (org-fontify-done-headline): New option.
16960         (org-headline-done-face): New face.
16961         (org-set-font-lock-defaults): Use `org-headline-done-face'.
16962         (org-table-copy-down): Rename from `org-table-copy-from-above'.
16963         When current field is non-empty, it is copied to next row.
16964         (org-table-copy-from-above): Fix bug which made it
16965         impossible to copy fields containing only a single non-white character.
16967 2005-03-30  Kim F. Storm  <storm@cua.dk>
16969         * kmacro.el (kmacro-end-macro): Isearch may store this command
16970         into the macro -- so ignore it when executing keyboard macro.
16972 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16974         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16976 2005-03-29  Kenichi Handa  <handa@m17n.org>
16978         * language/thai.el ("Thai"): Set setup-function and exit-function
16979         for Thai language environment.
16981         * language/thai-util.el: Require thai-word.
16982         (thai-word-mode-map): New variable.
16983         (thai-word-mode): New minor mode.
16984         (setup-thai-language-environment-internal): New function.
16985         (exit-thai-language-environment-internal): New function.
16987         * language/thai-word.el (thai-word-table): Declare it by defvar,
16988         use dolist to initialize it.
16989         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16990         (thai-fill-find-break-point): New functions.
16992 2005-03-29  Richard M. Stallman  <rms@gnu.org>
16994         * simple.el (idle-update-delay): Move definition up.
16995         (set-mark): Doc fix.
16997 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
16999         * longlines.el: New file.
17001         * simple.el (buffer-substring-filters): New variable.
17002         (filter-buffer-substring): New function.
17003         (kill-region, copy-region-as-kill): Use it.
17005         * register.el (copy-to-register, append-to-register)
17006         (prepend-to-register): Use filter-buffer-substring.
17008 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
17010         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
17011         (gud-filter-pending-text): Move in front of gdb.
17012         (gud-overlay-arrow-position): New variable.
17013         (gud-sentinel, gud-display-line): Use it in place of
17014         overlay-arrow-position.
17016 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
17018         * progmodes/fortran.el (fortran-if-indent): Doc fix.
17019         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17020         (fortran-font-lock-keywords-4): New variable.
17021         (fortran-blocks-re, fortran-end-block-re)
17022         (fortran-start-block-re): New constants, for hideshow.
17023         (hs-special-modes-alist): Add a Fortran entry.
17024         (fortran-mode-map): Bind fortran-end-of-block,
17025         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
17026         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
17027         (fortran-looking-at-if-then, fortran-end-of-block)
17028         (fortran-beginning-of-block): New functions, for hideshow.
17030         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17031         Doc fix.  Tweak regexp.
17032         (f90-beginning-of-block): Push mark first.
17034 2005-03-29  Jay Belanger  <belanger@truman.edu>
17036         * calc/calc.el: Update copyright date.
17037         (calc-version): Increase to 2.1.
17038         (calc-version-date): Remove.
17040         * calc/calc-help.el: Update copyright date.
17041         (calc-full-help): Remove reference to calc-version-date.
17042         Update copyright date.
17044 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17046         * vc.el (vc-do-command): Use a pipe for async processes, so password
17047         prompts don't show up at places where the user can't reply.
17049 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
17051         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17052         on the file name we pass to the inferior shell.
17054 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17056         * progmodes/which-func.el (which-function): Be robust in the face of an
17057         imenu--make-index-alist failure.
17059 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17061         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17063         * progmodes/python.el (python-preoutput-filter): Fix last change.
17065 2005-03-29  Lute Kamstra  <lute@gnu.org>
17067         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17068         functions and compiled macros.
17069         (debug-convert-byte-code): Handle macros too.
17070         (debug-on-entry-1): Don't signal an error when trying to clear a
17071         function that is not set to debug on entry.
17073 2005-03-29  Jay Belanger  <belanger@truman.edu>
17075         * calc/calc-lang.el: Add functions to math-function-table
17076         properties of tex and math.
17078 2005-03-29  Kenichi Handa  <handa@m17n.org>
17080         * ps-mule.el (ps-mule-plot-string): Translate characters by
17081         ps-print-translation-table.
17082         (ps-mule-begin-job): Call find-charset-region/string with
17083         ps-print-translation-table.
17084         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
17086         * ps-print.el (ps-print-translation-table): New variable.
17087         (ps-plot-region): Translate characters by ps-print-translation-table.
17089 2005-03-29  Juri Linkov  <juri@jurta.org>
17091         * simple.el (next-error-highlight-timer): New variable.
17093         * progmodes/compile.el (compilation-goto-locus):
17094         Use `next-error-highlight-timer' instead of `sit-for'.
17096 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17098         * mail/supercite.el (sc-mail-field): Use assoc-string.
17099         (sc-get-address): Simplify regexps.
17101         * files.el (minibuffer-with-setup-hook): New macro.
17102         (find-file-read-args): Use it to avoid let-binding
17103         minibuffer-with-setup-hook (which breaks turning on/off
17104         file-name-shadow-mode while in the prompt).
17106         * complete.el (PC-read-include-file-name-internal):
17107         Use test-completion.
17109 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
17111         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17113 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17115         * window.el (window-buffer-height): Use count-screen-lines.
17117         * progmodes/python.el (python-preoutput-leftover): New var.
17118         (python-preoutput-filter): Use it.
17119         (python-send-receive): Loop until all the result has been received.
17121 2005-03-28  Juri Linkov  <juri@jurta.org>
17123         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
17125         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
17126         "Recover Crashed Session".
17127         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
17128         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
17129         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
17130         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
17131         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
17132         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
17133         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
17134         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
17136         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
17137         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
17138         Ediff Sessions", "Toggle use of separate control buffer frame",
17139         "Use separate frame for Ediff control buffer".
17141         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
17142         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
17143         "Rename Bookmark", "Delete Bookmark".
17145         * info.el (Info-mode-menu): Remove ellipsis from "Index".
17146         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
17147         Add `:active Info-index-alternatives' to "Next Matching Item".
17149         * wdired.el (wdired-change-to-wdired-mode):
17150         Mention `wdired-abort-changes' key in the initial message.
17152         * international/mule.el (auto-coding-alist): Associate non-ascii
17153         image filename extensions with `no-conversion'.
17155 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17157         * international/iso-acc.el:
17158         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
17160 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
17162         * textmodes/sgml-mode.el (html-mode): Doc update.
17164         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
17166 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
17168         * term.el (term-move-columns): Fix face after extending a line.
17169         (term-insert-spaces): Likewise.
17170         (term-reset-terminal): Fix off by one error.
17172 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
17174         * international/mule.el (auto-coding-alist): Add .xpi files.
17176         * files.el (auto-mode-alist): Add .xpi files.
17178 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
17180         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
17182 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
17184         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
17186 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
17188         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
17189         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
17191         * calendar/cal-move.el (calendar-beginning-of-year): Move the
17192         cursor to Jan 1 when needed.
17193         (calendar-end-of-year): Fix -/+ typo.
17194         Reported by Chong Yidong <cyd@stupidchicken.com>.
17196 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17198         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
17200         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
17201         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
17203 2005-03-25  Richard M. Stallman  <rms@gnu.org>
17205         * filesets.el (filesets-init): Add autoload.
17207         * mail/mailalias.el (mail-directory): Doc fix.
17209 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17211         * mail/mailalias.el (mail-directory-process): Do nothing if
17212         mail-directory-process is an atom.
17213         (mail-get-names): Ignore mail-directory-names if it is an atom.
17214         (mail-directory-process defvar): Doc fix.
17215         (mail-names): Doc fix.
17217 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
17219         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
17221 2005-03-26  Kenichi Handa  <handa@m17n.org>
17223         * international/mule-util.el (detect-coding-with-priority):
17224         Call update-coding-systems-internal before detect-coding-region.
17226 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
17228         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
17229         (gdb-frames-mode-map): Add follow-link property.
17231 2005-03-25  Jay Belanger  <belanger@truman.edu>
17233         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
17234         for variables.
17236 2005-03-25  Juri Linkov  <juri@jurta.org>
17238         * image-mode.el: Optimize image filename extension regexps in
17239         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
17240         in `auto-mode-alist'.
17241         (image-mode): Add `image-toggle-display-text' to local hook
17242         `change-major-mode-hook'.  Display the image as an image by
17243         default.  Set `cursor-type' and `truncate-lines' if the image
17244         is already displayed.  Take into account the current mode (image
17245         or text) in message.
17246         (image-minor-mode): New minor mode.
17247         (image-mode-maybe, image-toggle-display-text): New functions.
17248         (image-toggle-display): Use called-interactively-p.
17249         Let-bind `inhibit-read-only' to t.
17251         * image-mode.el (image-minor-mode): Set `cursor-type' and
17252         `truncate-lines' if the image is already displayed.  Add turning
17253         image-minor-mode off to `change-major-mode-hook'.  Add message.
17254         Call `image-toggle-display-text' after turning image-minor-mode off.
17256 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17258         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
17259         Terminal.app, use utf-8.
17260         (set-display-table-and-terminal-coding-system): Add coding-system arg.
17261         (set-locale-environment): Use it.
17263         * term/xterm.el: Undo last change, better done in mule-cmds.el.
17265         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
17267         * progmodes/python.el (python-close-block-statement-p)
17268         (python-outdent-p, python-current-defun): Use symbol-end.
17270 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
17272         * files.el (save-some-buffers): Doc fix.
17274 2005-03-25  Werner Lemberg  <wl@gnu.org>
17276         * complete.el, thumbs.el: Replace `legal' with `valid'.
17277         * calendar/calendar.el: Replace `legal' with `valid'.
17278         * emacs-lisp/advice.el: Replace `legal' with `valid'.
17279         * mail/supercite.el: Replace `legal' with `valid'.
17280         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
17281         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
17282         Replace `legal' with `valid'.
17283         * textmodes/reftex-vars.el, textmodes/reftex.el:
17284         Replace `legal' with `valid'.
17286 2005-03-25  Werner Lemberg  <wl@gnu.org>
17288         * calc/calc-forms.el, calc/calc-sel.el
17289         * midnight.el, vc-cvs.el
17290         * emacs-lisp/cl-macs.el
17291         * emulation/vip.el
17292         * eshell/esh-io.el, eshell/esh-var.el
17293         * mail/supercite.el
17294         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
17295         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
17296         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
17297         * progmodes/sh-script.el, progmodes/xscheme.el
17298         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
17299         * textmodes/reftex-index.el, textmodes/reftex-parse.el
17300         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
17301         * textmodes/reftex.el, textmodes/org.el:
17302         Replace `illegal' with `invalid'.
17304 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17306         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
17307         (flymake-find-buildfile, flymake-find-possible-master-files)
17308         (flymake-check-include, flymake-parse-line): Replace loops over the
17309         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
17311         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
17312         Substitute file-name-as-directory in the rest of the file.
17313         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
17314         (flymake-replace-region): Remove unused arg `buffer'.
17315         (flymake-check-patch-master-file-buffer): Update calls to it.
17316         (flymake-add-err-info): Remove unused var `count'.
17317         (flymake-mode): Use define-minor-mode.
17319         * progmodes/flymake.el: Use with-current-buffer.
17320         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
17321         flymake-replace-regexp-in-string, flymake-line-beginning-position)
17322         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
17323         Avoid testing for `xemacs'.
17324         (flymake-nop): Move.
17325         (flymake-region-has-flymake-overlays): Return the computed value.
17326         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
17327         Remove unused var `endline'.
17328         (flymake-get-line-count): Remove unused function.
17329         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
17331         * emulation/vi.el:
17332         * generic.el:
17333         * hilit-chg.el (global-highlight-changes):
17334         * hi-lock.el (hi-lock-mode):
17335         * follow.el: find-file-hooks -> find-file-hook.
17337         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
17339 2005-03-24  Juri Linkov  <juri@jurta.org>
17341         * dired.el (dired-mode-map): Add menu item "Compare directories"
17342         for dired-compare-directories.
17344         * dired-aux.el (dired-compare-directories): Add autoload cookie.
17345         Doc fix.  Replace `read-file-name' with `read-directory-name'.
17347 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17349         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
17351 2005-03-24  Jay Belanger  <belanger@truman.edu>
17353         * calc/calc-embed.el (calc-embedded-mode-change): Save all
17354         relevant mode settings in calc-embedded-original-modes when modes
17355         are permanently changed.
17357 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17359         * autoinsert.el: find-file-hooks -> find-file-hook.
17361 2005-03-24  Lute Kamstra  <lute@gnu.org>
17363         * generic.el (generic-font-lock-defaults): Make it obsolete.
17364         (generic-font-lock-keywords): New variable to replace
17365         generic-font-lock-defaults.
17366         (generic-mode-set-font-lock): Delete it.
17367         (generic-mode-internal): Don't call generic-mode-set-font-lock.
17368         (generic-bracket-support): Add docstring.
17370         * generic-x.el: Rename generic-font-lock-defaults to
17371         generic-font-lock-keywords throughout.
17372         (mailagent-rules-setup-function): Delete it.
17373         (mailagent-rules-generic-mode): Use anonymous function instead.
17374         (show-tabs-generic-mode-font-lock-defaults-1)
17375         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
17376         Quote faces.
17377         (show-tabs-tab-face, show-tabs-space-face): Specify background,
17378         not foreground.
17380         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
17381         Recognize define-generic-mode.
17383 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17385         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
17386         if there's no completion table.
17388 2005-03-23  Miles Bader  <miles@gnu.org>
17390         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17391         Remove tty-specific variants, as they're no longer needed.
17393 2005-03-23  Lute Kamstra  <lute@gnu.org>
17395         * generic-x.el: Code cleanup: make args constant whenever possible.
17396         (installshield-statement-keyword-list)
17397         (installshield-system-functions-list)
17398         (installshield-system-variables-list, installshield-types-list)
17399         (installshield-funarg-constants-list): Make them constants.
17401         * generic.el (generic-make-keywords-list): Add autoload cookie.
17403         * calendar/time-date.el: Add comment on time value formats.
17404         Don't require parse-time.
17405         (with-decoded-time-value): New macro.
17406         (encode-time-value): New function.
17407         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17408         (days-to-time): Return a valid time value when arg is huge.
17409         (time-since): Use time-subtract.
17410         (time-to-number-of-days): Use time-to-seconds.
17412 2005-03-23  David Ponce  <david@dponce.com>
17414         * recentf.el (recentf-keep): New option.
17415         (recentf-menu-action): Default to `find-file'.
17416         (recentf-keep-non-readable-files-flag)
17417         (recentf-keep-non-readable-files-p)
17418         (recentf-file-readable-p, recentf-find-file)
17419         (recentf-cleanup-remote): Remove.
17420         (recentf-include-p): More robust.
17421         (recentf-keep-p): New function.
17422         (recentf-remove-if-non-kept): Rename from
17423         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
17424         All callers updated.
17425         (recentf-menu-items-for-commands): Fix help string.
17426         (recentf-track-closed-file): Update.  Doc fix.
17427         (recentf-cleanup): Update.  Count removed files.  Doc fix.
17429 2005-03-23  Kim F. Storm  <storm@cua.dk>
17431         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17432         Don't inherit from fringe face (now happens automatically).
17434 2005-03-22  Kim F. Storm  <storm@cua.dk>
17436         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
17437         position values.
17439 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17441         * menu-bar.el (showhide-date-time): Remove.
17442         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
17443         (menu-bar-make-mm-toggle): Simplify.
17445 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17447         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
17448         Accept qualified variable and function names.
17450 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
17452         * bindings.el (completion-ignored-extensions):
17453         Remove ".lis" for `vax-vms'.
17455 2005-03-22  Andreas Schwab  <schwab@suse.de>
17457         * generic-x.el: Revert last change.
17458         * ldefs-boot.el: Update.
17460 2005-03-22  Jay Belanger  <belanger@truman.edu>
17462         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
17463         (calc-embedded-save-original-modes)
17464         (calc-embedded-restore-original-modes): New functions.
17465         (calc-do-embedded): Save original modes when entering embedded mode
17466         and restore when leaving embedded mode.
17467         (calc-embedded-modes-change): Change the value of
17468         calc-embedded-original-modes to reflect permanent changes.
17470 2005-03-22  Lute Kamstra  <lute@gnu.org>
17472         * generic-x.el: Require generic again.
17474 2005-03-22  Miles Bader  <miles@gnu.org>
17476         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17477         Tweak details to look good on both ttys and bitmap displays, light
17478         or dark background, etc.
17480 2005-03-21  Kim F. Storm  <storm@cua.dk>
17482         * tooltip.el (tooltip-show-help-function): Check car and cdr of
17483         mouse position.
17485 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17487         * icomplete.el: Don't forcibly turn on the mode upon load.
17488         (icomplete-mode): Use define-minor-mode.
17489         (icomplete-eoinput): Default to nil.
17490         (icomplete-minibuffer-setup): Remove autoload.
17491         (icomplete-tidy): Simplify.
17492         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
17493         in the initial state or if the user has modified the field.
17494         Fix handling of icomplete-max-delay-chars.
17495         Remove code that handles the oddball case where
17496         minibuffer-completion-table is an integer.
17497         Wrap icomplete-completions in while-no-input in case building
17498         completions takes more time than expected.
17499         (icomplete-completions): Simplify.
17501 2005-03-21  Richard M. Stallman  <rms@gnu.org>
17503         * jka-compr.el (jka-compr-really-do-compress):
17504         Make variable buffer-local.
17506         * image-mode.el: Handle .xpm files too.
17507         (image-toggle-display): Preserve modification flag.
17509         * help.el (where-is): Don't mention aliases with no key bindings.
17511 2005-03-21  Lute Kamstra  <lute@gnu.org>
17513         * generic.el: Fix commentary section.  Don't require cl for
17514         compilation.
17515         (generic-mode-list): Add autoload cookie.
17516         (generic-use-find-file-hook, generic-lines-to-scan)
17517         (generic-find-file-regexp, generic-ignore-files-regexp)
17518         (generic-mode, generic-mode-find-file-hook)
17519         (generic-mode-ini-file-find-file-hook): Fix docstrings.
17520         (define-generic-mode): Make it a defmacro.  Fix docstring.
17521         (generic-mode-internal): Code cleanup.  Add autoload cookie.
17522         (generic-mode-set-comments): Code cleanup.
17523         * generic-x.el: Don't prevent compilation.  Don't require generic.
17524         Follow coding conventions.  Minor code cleanup.
17525         (etc-fstab-generic-mode): Add some keywords.
17526         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17527         define-generic-mode like a function declaration.
17529 2005-03-21  Jay Belanger  <belanger@truman.edu>
17531         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
17532         changing modes.
17534 2005-03-21  Sam Steingold  <sds@gnu.org>
17536         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
17538 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
17540         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
17541         Add underscore to "f$ lexicals" regexp.
17543 2005-03-20  Juri Linkov  <juri@jurta.org>
17545         * subr.el (progress-reporter-do-update): When `min-value' is equal
17546         to `max-value', set `percentage' to 0 and prevent division by zero.
17548 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
17550         Sync with Tramp 2.0.48.
17552         * net/tramp.el (all): Change all addresses to .gnu.org.
17553         (tramp-append-tramp-buffers): New defun.
17554         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
17555         Catch `dont-send' signal.
17556         (tramp-set-auto-save-file-modes): Set always permissions, because
17557         there might be an old auto-saved file belonging to another
17558         original file.  This could be a security threat.  Reported by
17559         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
17560         Check for Emacs 21.3.50 removed.
17562         * net/tramp-smb.el (all): Remove debug construct for
17563         `with-parsed-tramp-file-name'.
17564         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
17565         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
17566         No error message if DIRECTORY or FILENAME doesn't exist.
17567         (tramp-smb-open-connection): Check existence of
17568         `tramp-smb-program'.
17570 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17572         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
17573         Properly handle the case where the `m' or `s' command's argument is not
17574         yet terminated.
17575         (perl-indent-new-calculate): New function.
17576         (perl-indent-line): Use it.
17578 2005-03-20  Miles Bader  <miles@gnu.org>
17580         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
17581         in text-mode too.  Change to new face names.
17582         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
17583         Add `:weight bold' attribute.
17584         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
17586 2005-03-19  Juri Linkov  <juri@jurta.org>
17588         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
17590         * international/mule.el (auto-coding-alist): Sync with
17591         `auto-mode-alist' by adding upper case archive file extensions
17592         and adding ear/war to jar extension.
17594 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
17596         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
17597         running, restart it.
17599 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
17601         * finder.el (finder-current-item): Throw an error on an empty line.
17603         * man.el (Man-follow-manual-reference): If current-word returns
17604         nil, use "".
17606 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
17608         * simple.el (goto-line): Doc fix.
17610 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
17612         * files.el (save-buffer): Doc fix.
17614 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
17616         * recentf.el (recentf-cleanup-remote): New variable.
17617         (recentf-cleanup): Use it to conditionally check availability of
17618         remote files.
17620 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
17622         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
17623         function names.
17625 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17627         * language/thai-word.el: New file.
17629 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17631         * files.el (backup-buffer): If the file's directory is not
17632         writable, use copy instead of move to backup the file.
17634 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17636         * obsolete/keyswap.el: Moved to obsolete/ from term/.
17638 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17640         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
17641         Use functionp instead of symbolp and fboundp.  Reported by Drkm
17642         <darkman_spam@yahoo.fr>.
17643         (ps-print-version): New version 6.6.6.
17645 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
17647         * textmodes/table.el (table--line-column-position): New idiom.
17648         (table--row-column-insertion-point-p): New function to test
17649         validity of row and column insertion operation at a location.
17650         (table-global-menu, table-cell-menu): Use above functions for
17651         deterministic test operation.
17652         (table--editable-cell-p): Behave in deterministic fashion.
17654 2005-03-18  Juri Linkov  <juri@jurta.org>
17656         * isearch.el (isearch-lazy-highlight-new-loop):
17657         Make arguments beg and end optional.
17658         (isearch-update): Remove optional arguments nil from
17659         isearch-lazy-highlight-new-loop.
17660         (isearch-lazy-highlight-search): Let-bind case-fold-search to
17661         isearch-lazy-highlight-case-fold-search instead of
17662         isearch-case-fold-search, and let-bind isearch-regexp to
17663         isearch-lazy-highlight-regexp.
17664         Use isearch-lazy-highlight-last-string instead of isearch-string.
17666         * replace.el (perform-replace): Remove bindings of global
17667         variables isearch-string, isearch-regexp, isearch-case-fold-search.
17668         Add three new arguments to `replace-highlight'.
17669         (replace-highlight): Add arguments string, regexp, case-fold.
17670         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
17671         to allow isearch-lazy-highlight-new-loop to use these values
17672         to set corresponding isearch-lazy-highlight-* internal
17673         variables whose values lazy highlighting will use regardless of
17674         changes to global variables isearch-string, isearch-regexp,
17675         isearch-case-fold-search during lazy highlighting loop.
17676         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
17677         to `lazy-highlight-cleanup'.
17679         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
17680         (ispell-highlight-face): Set default face to `isearch' when
17681         lazy highlighting is enabled.
17682         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
17683         priority to 1.  Add lazy highlighting.
17684         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
17685         from `isearch-dehighlight'.
17687 2005-03-18  David Ponce  <david@dponce.com>
17689         * files.el (hack-local-variables): Do a case-insensitive search
17690         for End.
17692 2005-03-18  Juri Linkov  <juri@jurta.org>
17694         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
17695         `isearch-lazy-highlight-cleanup', add alias to old name and
17696         declare obsolete.  Add release numbers to other obsolete vars.
17697         (isearch-done, isearch-lazy-highlight-new-loop):
17698         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
17699         (lazy-highlight-cleanup) <variable>: Doc fix.
17700         (isearch-lazy-highlight-update): Rename obsolete
17701         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
17703 2005-03-18  Kenichi Handa  <handa@m17n.org>
17705         * language/thai-util.el: Fix categorization of Thai characters in
17706         thai-category-table.
17707         (thai-composition-pattern): Adjust it for the above change.
17708         (thai-self-insert-command, thai-compose-syllable): New functions.
17709         (thai-compose-region): Use thai-compose-syllable.
17710         (thai-compose-string): Likewise.
17711         (thai-composition-function): Likewise.
17712         (thai-auto-composition): New function.
17713         (thai-auto-composition-mode): New minor mode.
17715         * language/thai.el: Fix patterns to be registered in
17716         composition-function-table.
17718         * international/quail.el (quail-input-method): Locally bind
17719         inhibit-modification-hooks to t.
17721 2005-03-17  Richard M. Stallman  <rms@gnu.org>
17723         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
17724         (perl-mode): Use run-mode-hooks.
17726         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
17727         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
17728         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
17730         * mail/sendmail.el (sendmail-send-it): Reenable the code
17731         to compute resend-to-address and use it.
17733         * tar-mode.el (tar-mode): Turn off undo unconditionally.
17735         * image-mode.el: New file.
17737         * image.el (insert-sliced-image): Add autoload cookie.
17739         * font-lock.el (font-lock-lines-before): New user option.
17740         (font-lock-after-change-function): Obey it.
17742         * bindings.el (esc-map): Make M-g a prefix.
17743         Bind M-g g and M-g M-g to goto-line.
17745         * faces.el (face-id): Doc fix.
17747 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17749         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
17750         (rmail-show-message): Use rmail-unknown-mail-followup-to.
17751         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
17753         * mail/sendmail.el (mail-yank-ignored-headers)
17754         (mail-font-lock-keywords, mail-mode-fill-paragraph):
17755         Add Mail-Followup-To and Mail-Reply-To headers.
17756         (mail-citation-hook): Add autoload cookie.
17757         (mail-mode): Doc fix.
17758         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
17759         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
17760         (mail-mode-fill-paragraph): Handle those headers.
17761         (mail-mailing-lists): New variable.
17762         (mail-mail-reply-to, mail-mail-followup-to): New functions.
17764 2005-03-17  Juri Linkov  <juri@jurta.org>
17766         * isearch.el (isearch-fallback): Check for `(car previous)'
17767         before calling `isearch-other-end-state'.
17769 2005-03-17  Kim F. Storm  <storm@cua.dk>
17771         * simple.el (move-beginning-of-line): Move to beginning of buffer
17772         line, as well as beginning of screen line.
17774 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
17776         * calendar/diary-lib.el (mark-diary-entries): Use new optional
17777         argument REDRAW rather than calendar-redrawing variable.
17778         * calendar/calendar.el (calendar-redrawing): Delete.
17779         (redraw-calendar): Do not bind calendar-redrawing.
17781 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
17783         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
17784         diary-file buffer.
17786 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17788         * help.el (describe-mode): Allow a :minor-mode-function property to
17789         specify a different minor mode toggle function than the variable.
17790         * simple.el (auto-fill-function):
17791         * subr.el (add-minor-mode): Use it.
17793 2005-03-16  Kenichi Handa  <handa@m17n.org>
17795         * language/ethio-util.el (sera-being-called-by-w3): New variable.
17796         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
17797         (ethio-fidel-to-sera-buffer): Likewise.
17799 2005-03-16  Juri Linkov  <juri@jurta.org>
17801         * emacs-lisp/find-func.el (find-function-regexp):
17802         Add defun-emitting macro `menu-bar-make-toggle'.
17804         * isearch.el: Put `isearch-scroll' property to
17805         `split-window-horizontally'.
17807         * info.el: Update error messages for `debug-ignored-errors'.
17808         (Info-isearch-search): Doc fix.
17809         (Info-find-node): Move up code to go into info buffer before
17810         recording the node to the history.
17811         (Info-fontify-node): Fontify titles only if the next line
17812         has two or more `*', `=', `-', `.'.
17813         Display "go to this node" for empty (match-string 3).
17815 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17817         * term/mac-win.el: Add mouse pointer shape constants.
17819 2005-03-15  Kim F. Storm  <storm@cua.dk>
17821         * simple.el (move-beginning-of-line): Use vertical-motion.
17823 2005-03-15  Juri Linkov  <juri@jurta.org>
17825         * isearch.el (isearch-error): New variable.
17826         (isearch-invalid-regexp, isearch-within-brackets): Remove.
17827         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
17828         (isearch-within-brackets-state): Remove.
17829         (isearch-case-fold-search-state, isearch-pop-fun-state):
17830         Decrease frame index.
17831         (isearch-mode, isearch-top-state, isearch-push-state)
17832         (isearch-edit-string, isearch-abort, isearch-search-and-update)
17833         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
17834         (isearch-search, isearch-lazy-highlight-new-loop):
17835         Replace `isearch-invalid-regexp' with `isearch-error'.
17836         Remove `isearch-within-brackets'.
17837         (isearch-search): Add `search-failed' handler to `condition-case'.
17838         (isearch-lazy-highlight-search): Add `condition-case' to catch
17839         errors and allow `isearch-lazy-highlight-update' to try
17840         highlighting from the beginning of the window.
17841         (isearch-repeat): Move up code to set isearch-wrapped to t
17842         before calling isearch-wrap-function.
17844         * info.el (Info-isearch-initial-node): New internal variable.
17845         (Info-search): Signal an error in isearch mode when search leaves
17846         the initial node.  Signal an error when `bound' is non-nil and
17847         nothing was found in the current subfile.
17848         (Info-isearch-search): Remove `condition-case'.
17849         (Info-isearch-wrap): Don't wrap when search failed during leaving
17850         the initial node.  If `Info-isearch-search' is nil, wrap around
17851         the current node.
17852         (Info-isearch-start): New fun.
17853         (Info-mode): Add buffer-local hook `Info-isearch-start' to
17854         `isearch-mode-hook'.
17856 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17858         * simple.el (normal-erase-is-backspace): Set default to t if
17859         running on Mac.
17861         * term/mac-win.el (function-key-map): Sync with x-win.el.
17863 2005-03-15  Kenichi Handa  <handa@m17n.org>
17865         * international/mule-cmds.el (locale-language-names): Modify the
17866         format of elements and add more entries.
17867         (locale-preferred-coding-systems): Add more entries.
17868         (set-locale-environment): Adjust for the change of
17869         locale-language-names.
17871 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17873         * pcvs.el (smerge-ediff): Remove bogus autoload.
17875 2005-03-14  Lute Kamstra  <lute@gnu.org>
17877         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17878         Ignore a `*' at the beginning of a line.
17880         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17881         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17882         subr.el.
17883         (dont-compile, eval-when-compile, eval-and-compile): Use declare
17884         to specify indentation.
17886         * generic.el (define-generic-mode): Let generic-mode-list be a
17887         list of strings; test membership with equal.
17889 2005-03-14  Kim F. Storm  <storm@cua.dk>
17891         * simple.el (next-line, previous-line): Add optional try-vscroll
17892         arg to recognize interactive use.  Pass it on to line-move.
17893         (line-move): Don't perform auto-window-vscroll when defining or
17894         executing keyboard macro to ensure consistent behavior.
17896 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17898         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17900 2005-03-13  Lute Kamstra  <lute@gnu.org>
17902         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17903         debugger-setup-buffer so that backtrace marks the frames set to
17904         debug-on-exit and we don't have to do it manually.  Set an extra
17905         debug-on-exit for macro's.
17906         (debugger-setup-buffer): Don't mark the top frame manually.
17908 2005-03-12  Lute Kamstra  <lute@gnu.org>
17910         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17911         lisp-indent-function throughout.
17912         (with-no-warnings): Set lisp-indent-function property.
17914 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
17916         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17917         Add entry for backslash.
17919 2005-03-12  Juri Linkov  <juri@jurta.org>
17921         * info.el (Info-search): Four fixes for backward search.
17923 2005-03-11  Jay Belanger  <belanger@truman.edu>
17925         * calc/calc.el (calc-language-alist): New variable.
17926         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17927         (calc-embedded-find-modes): Use calc-language-alist instead of
17928         calc-embedded-language-alist.
17930 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17932         * calendar/calendar.el (calendar-redrawing): New internal
17933         variable.
17934         (redraw-calendar): Remove bogus save-excursion from previous
17935         change.  Bind calendar-redrawing to t for mark-diary-entries.
17936         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17937         calendar if that is why we were called.
17939 2005-03-11  Kenichi Handa  <handa@m17n.org>
17941         * international/mule.el (make-coding-system): Set property
17942         coding-system-define-form to nil.
17943         (define-coding-system-alias): Likewise.
17945 2005-03-11  Kenichi Handa  <handa@m17n.org>
17947         These changes are suggested by Dave Love <fx@gnu.org>.
17949         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17950         coding: tag.
17951         (adaptive-fill-regexp): Add more bullets.
17952         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17953         regexps.
17955 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17957         * help.el (describe-mode): Properly handle non-trivial lighters.
17958         Don't ignore minor modes that are not listed in minor-mode-list.
17960         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17961         feature ON when the user requests to turn it OFF.
17963 2005-03-10  Lute Kamstra  <lute@gnu.org>
17965         * emacs-lisp/debug.el (debug-entry-code): Delete it.
17966         (implement-debug-on-entry): New function to replace debug-entry-code.
17967         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
17968         second argument as the 2005-03-07 change makes it obsolete.
17969         (debug-on-entry, cancel-debug-on-entry): Update call to
17970         debug-on-entry-1.
17971         (debug, debugger-setup-buffer): Comment update.
17972         (debugger-frame-number): Update to work with implement-debug-on-entry.
17974 2005-03-10  Jay Belanger  <belanger@truman.edu>
17976         * calc/calc-embed.el (math-ms-args): Declare it.
17977         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17978         math-ms-args.
17979         (calc-embedded-subst): Use math-multi-subst-rec to substitute
17980         variables.
17982 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
17984         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17985         Use message-box.
17987         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17988         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17989         (tooltip-gud-tips): Simplify.
17990         (tooltip-gud-tips-p): Remove superfluous :set.
17991         (tooltip-gud-modes): Add fortran-mode.
17992         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17994         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17996 2005-03-09  Kim F. Storm  <storm@cua.dk>
17998         * play/animate.el (animate-place-char): Use forward-line instead
17999         of next-line to improve performance.
18001 2005-03-09  Simon Josefsson  <jas@extundo.com>
18003         * net/browse-url.el (browse-url-default-browser): Doc fix.
18005 2005-03-09  Miles Bader  <miles@gnu.org>
18007         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18008         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18010 2005-03-09  Kenichi Handa  <handa@m17n.org>
18012         * international/latin-1.el: Set case and syntax for 255 only if
18013         set-case-syntax-set-multibyte is nil.
18015         * textmodes/ispell.el (ispell-insert-word): New function.
18016         (ispell-word): Use ispell-insert-word to insert a new word.
18017         (ispell-process-line): Likewise.
18018         (ispell-complete-word): Likewise.
18020 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
18022         * calendar/calendar.el (redraw-calendar): Preserve point.
18023         Reported by Matt Hodges <MPHodges@member.fsf.org>.
18024         (calendar-week-start-day): Move after definition of
18025         redraw-calendar.  Delete buffer test, since redraw-calendar has
18026         that now.
18028         * calendar/diary-lib.el (mark-diary-entries): Only call
18029         redraw-calendar in the first of any recursive calls.
18030         Reported by Alan Shutko <ats@acm.org>.
18032 2005-03-08  Juri Linkov  <juri@jurta.org>
18034         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18035         (html-horizontal-rule, html-line, html-image, html-checkboxes)
18036         (html-radio-buttons): Add a space before the trailing `/>' where
18037         sgml-xml-mode is non-nil.
18038         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18039         the subsequent tag of the empty XML tag.
18040         (html-href-anchor): Don't set initial input to "http:".
18041         (html-image): Ask for the image URL and set point inside alt="".
18042         (html-name-anchor): Duplicate the name in the `id' attribute when
18043         sgml-xml-mode is non-nil.
18044         (html-paragraph): Remove \n before <p>.
18045         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18046         instead of `checked' when sgml-xml-mode is non-nil.
18048         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18049         Remove 1 space before #RRGGBB to not truncate it on terminal
18050         windows w/o fringes.  Remove 1 space between bg and fg examples
18051         to get more space.
18052         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18053         avoid byte-compile warnings.
18055         * image-file.el (image-file-handler): Put `safe-magic' property to
18056         `image-file-handler'.
18058         * info.el (Info-isearch-search): Emulate word search in
18059         isearching through multiple Info nodes with Info-search.
18060         (Info-isearch-wrap): Allow isearch-word.
18062 2005-03-08  Lute Kamstra  <lute@gnu.org>
18064         * emacs-lisp/debug.el (debugger-step-through): Make sure that
18065         stepping into the debugger's code is not possible.
18066         (debugger-jumping-flag): Docstring update.
18068 2005-03-08  Jay Belanger  <belanger@truman.edu>
18070         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18071         embedded mode begins.
18072         (calc-embedded-language-alist): New variable.
18073         (calc-embedded-find-modes): Use calc-embedded-language-alist to
18074         set default language mode.
18076 2005-03-08  Kenichi Handa  <handa@m17n.org>
18078         * international/ccl.el (define-ccl-program): Fix docstring about
18079         extra 256 bytes assured for the output buffer.
18081         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18082         Fix BUFFER_MAGNIFICATION to 2.
18083         (ccl-encode-mule-utf-16be-with-signature): Likewise.
18085 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
18087         * align.el (align-rules-list): Added an alignment rule for CSS
18088         declarations (applies to css-mode and html-mode buffers).
18090 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18092         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18094 2005-03-07  Kim F. Storm  <storm@cua.dk>
18096         * simple.el (move-beginning-of-line): New command.
18098         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18100         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18102         * emulation/cua-base.el: Put CUA move property on move-end-of-line
18103         and move-beginning-of-line.
18105         * apropos.el (apropos-print): Omit command from M-x ... RET.
18107 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
18109         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18110         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18112 2005-03-06  Richard M. Stallman  <rms@gnu.org>
18114         * bindings.el (esc-map): Bind M-g to goto-line.
18116         * facemenu.el (global-map): Bind M-o, not M-g.
18118 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18120         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
18121         "Open Directory" as for "Open File".
18123 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
18125         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
18126         (push-mark-command): Run activate-mark-hook.
18128 2005-03-06  Richard M. Stallman  <rms@gnu.org>
18130         * help-mode.el (help-mode-finish): Don't alter the element
18131         in view-return-to-alist if there already is one.
18133         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
18134         make sure the current buffer is the expected one.
18136         * novice.el (disabled-command-function): Output in *Disabled Command*.
18137         Explicitly ignore non-keyboard events, and explicitly handle C-g.
18139         * textmodes/flyspell.el (flyspell-large-region):
18140         Pass args differently for aspell.
18142         * files.el (mode-require-final-newline): Doc fix.
18144 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18146         * progmodes/which-func.el (which-function):
18147         Specify NOERROR when calling imenu--make-index-alist.
18149 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18151         * simple.el (normal-erase-is-backspace): Define default value.
18153         * custom.el (custom-theme-set-variables): Remove unused var
18154         `immediate'.
18155         (custom-reevaluate-setting): Simple function to handle variables
18156         that are defined before their default value can really be
18157         computed.
18159         * startup.el (command-line): Use it for temporary-file-directory,
18160         small-emporary-file-directory, auto-save-file-name-transforms,
18161         blink-cursor-mode, and normal-erase-is-backspace.
18163         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
18164         progress, even with buggy anchored keywords.
18166 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
18168         * simple.el (goto-line): Remove unbalanced final parenthesis.
18170 2005-03-05  Richard M. Stallman  <rms@gnu.org>
18172         * simple.el (goto-line): Use a number at point as the default.
18173         With C-u as arg, switch buffers.
18175 2005-03-05  Juri Linkov  <juri@jurta.org>
18177         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
18178         with `no-blinking-cursor'.
18180         * startup.el (no-blinking-cursor): New defvar.
18181         (command-line): Add `--no-blinking-cursor' to longopts.
18182         Set `no-blinking-cursor' to t for command line arguments
18183         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
18184         with `no-blinking-cursor' in the condition for calling
18185         `blink-cursor-mode'.
18187 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
18189         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
18190         (menu-bar-options-save): Add blink-cursor-mode.
18191         (menu-bar-options-menu): Add blink-cursor-mode.
18193 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
18195         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
18196         (icalendar-export-file, icalendar-export-region)
18197         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
18198         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
18200 2005-03-04  Lute Kamstra  <lute@gnu.org>
18202         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
18203         (debug-function-list): Ditto.
18205 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
18207         * textmodes/texinfmt.el (texinfo-append-refill):
18208         Redefine the types of line to which @refill
18209         is not appended by replacing a search for `@refill\\|@bye' with
18210         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
18211         itemize@refill' bug and the unfilled long lines bug.
18212         (texinfmt-version): Update number and date.
18214 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18216         * international/code-pages.el (windows-1250, windows-125[2-8])
18217         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
18219 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18221         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
18222         bound yet.
18224 2005-03-02  Romain Francoise  <romain@orebokech.com>
18226         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
18227         buffer after removing limits.
18228         (ibuffer-pop-filter): Ditto.
18229         Update copyright.
18231 2005-03-02  Miles Bader  <miles@gnu.org>
18233         * button.el (make-text-button): If the user doesn't specify a
18234         type, use the default.  Rewrite to use `add-text-properties' and
18235         plist functions.
18237 2005-03-01  Lute Kamstra  <lute@gnu.org>
18239         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
18240         (debugger-jumping-flag): New var.
18241         (debug-entry-code): Use it.
18242         (debugger-jump): Use debugger-jumping-flag and add
18243         debugger-reenable to post-command-hook.
18244         (debugger-reenable): Use debugger-jumping-flag and remove itself
18245         from post-command-hook.
18246         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
18247         debugger-reenable.
18249 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
18251         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
18252         inclusion of "itemize\\|", which may be unnecessary, is certainly
18253         inelegant, and stops refilling in itemize lists when formatting
18254         Japanese Texinfo files to Info.
18255         Update copyright to 2005.
18257 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
18259         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
18260         of an error if GDB can't find the source file.
18262 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
18264         * calendar/calendar.el (redraw-calendar): Work from any buffer,
18265         not just the calendar.
18267         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
18268         first.
18269         (diary-redraw-calendar): New function.
18270         (make-diary-entry): Add diary-redraw-calendar to local
18271         write-contents-functions.  Turn off selective display before
18272         inserting in diary.
18274 2005-03-01  Kim F. Storm  <storm@cua.dk>
18276         * emacs-lisp/copyright.el (copyright-fix-years): New command.
18278 2005-03-01  Lute Kamstra  <lute@gnu.org>
18280         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
18281         that debug-entry-code can be safely removed from a function while
18282         this code is being evaluated.  Revert the 2005-02-27 change as the
18283         new implementation no longer requires it.  Make sure that a
18284         function body containing just a string is not mistaken for a docstring.
18285         (debug): Skip one more frame in case of debug on entry.
18286         (debugger-setup-buffer): Delete one more frame line in case of
18287         debug on entry.
18288         (debugger-frame-number): Update to use the new text introduced by
18289         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
18291 2005-02-28  Kim F. Storm  <storm@cua.dk>
18293         * double.el (double-translate-key): Call force-window-update after
18294         read-event to avoid crash in redisplay.
18296 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18298         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
18299         (debug): Use it.  Move the inhibit-trace earlier.
18300         (debug-entry-code): New const.
18301         (debug-on-entry-1): Use it.
18303 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
18305         * international/utf-16.el (ccl-encode-mule-utf-16le):
18306         Fix BUFFER_MAGNIFICATION to 2.
18307         (ccl-encode-mule-utf-16be): Likewise.
18309 2005-02-28  Kenichi Handa  <handa@m17n.org>
18311         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18312         Fix BUFFER_MAGNIFICATION to 4.
18313         (ccl-encode-mule-utf-16be-with-signature): Likewise.
18315 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
18317         * speedbar.el (speedbar-update-flag): Doc fix.
18318         (speedbar-show-info-under-mouse): Give set-mouse-position the right
18319         argument.
18321 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18323         * reveal.el (reveal-post-command): Don't try to reveal overlays which
18324         have a non-nil `invisible' property but are actually visible.
18326         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
18327         for perldoc sections.
18328         (perl-outline-regexp, perl-outline-level): New var and function.
18329         (perl-mode): Use them.
18331 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
18333         * calendar/diary-lib.el (diary-remind): Discard any mark portion
18334         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
18336 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
18338         * cus-edit.el: Comment change.
18339         (custom-buffer-create-internal): Slightly reword text at top of
18340         Custom buffers.  Mention there that saving an option edits the
18341         init file.  Add link to Emacs manual node on `custom-file'.
18342         (custom-magic-alist): Rewrite individual State messages to use
18343         capitalized keywords.  Doc fix.
18345 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
18347         * calendar/calendar.el (calendar-buffer): Move above
18348         calendar-week-start-day.
18349         (calendar-week-start-day): Doc fix.  Add :set function.
18350         (calendar-minimum-window-height): New variable.
18351         (generate-calendar-window): Only resize window if selected-window
18352         is displaying the calendar buffer.  Use new variable
18353         calendar-minimum-window-height.
18354         (generate-calendar): Reword error message.
18355         (calendar-mode-map): Bind DEL to scroll-other-window-down.
18357 2005-02-27  Andreas Schwab  <schwab@suse.de>
18359         * vc.el (vc-do-command): Don't run command asynchronously when
18360         operating in a remote directory.
18362         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
18363         change from sync with Tramp 2.0.47.
18365 2005-02-27  Richard M. Stallman  <rms@gnu.org>
18367         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
18369         * textmodes/flyspell.el (flyspell-mode-on):
18370         Call ispell-change-dictionary only if necessary.
18372         * emacs-lisp/re-builder.el (regexp-builder): New function.
18374         * register.el (describe-register-1): Explicitly handle
18375         yank-excluded-properties = t.
18377         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
18378         (custom-magic-alist): Change the status descriptions again.
18379         (face widget-type): Total rewrite based on `restricted-sexp'
18380         to eliminate the confusing double hiding levels.
18382         * emacs-lisp/debug.el (debug-on-entry-1):
18383         If function body is empty, add nil as body form.
18385 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18387         * emacs-lisp/trace.el (inhibit-trace): New var.
18388         (trace-make-advice): Use it.
18390         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
18392 2005-02-26  Kim F. Storm  <storm@cua.dk>
18394         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
18395         (mouse-on-link-p, mouse-drag-region-1): Use it.
18397 2005-02-25  Lute Kamstra  <lute@gnu.org>
18399         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
18401 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
18403         * frame.el (blink-cursor-mode): Add :group keyword.
18405 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
18407         * calendar/icalendar.el (icalendar--decode-isodatetime):
18408         New optional argument DAY-SHIFT.
18409         (icalendar-export-region): Fix coding-system-for-write.
18410         (icalendar--convert-ical-to-diary): Shift end-day of all-day
18411         events by one.
18413 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18415         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
18417 2005-02-24  Kim F. Storm  <storm@cua.dk>
18419         * international/iso-acc.el (iso-accents-compose): Fix crash
18420         during redisplay.  Call force-window-update after read-event
18421         and delete-region to signal that window is not accurate.
18423 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18425         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
18426         Remove unused and inexistent var `inhibit-trace'.
18427         (debugger-mode): Use run-mode-hooks.
18428         (debugger-list-functions): Add buttons; setup xref stack.
18430 2005-02-23  Richard M. Stallman  <rms@gnu.org>
18432         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
18433         appointment says it was explicitly made.
18434         (appt-add): Set the 3rd element.
18435         (appt-make-list): Preserve explicit appointments.
18437         * subr.el (find-tag-default): Catch errors in forward-sexp.
18439 2005-02-23  Juri Linkov  <juri@jurta.org>
18441         * info.el (Info-isearch-search): New defcustom.
18442         (Info-isearch-search): Call the default isearch function
18443         when Info-isearch-search is nil.
18444         (Info-isearch-wrap): Use variable Info-isearch-search.
18446 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
18448         * cus-edit.el: Comment change.
18450 2005-02-22  Kim F. Storm  <storm@cua.dk>
18452         * progmodes/hideif.el (hide-ifdef-use-define-alist):
18453         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
18455 2005-02-22  Simon Josefsson  <jas@extundo.com>
18457         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
18458         New variable.
18459         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
18460         Oskarsson" <myrkraverk@users.sourceforget.net>.
18462 2005-02-22  Kim F. Storm  <storm@cua.dk>
18464         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
18465         check that window of that event is the selected window.
18466         (mouse-drag-region-1): Compare mouse event window to selected
18467         window before setting point.
18469         * tooltip.el (tooltip-show-help-function): Pass event to
18470         mouse-on-link-p so it can check selected window.
18472 2005-02-22  Kenichi Handa  <handa@m17n.org>
18474         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
18475         (ps-mule-show-warning): New function.
18476         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
18477         characters are found.
18479         * ps-print.el (ps-header-footer-string): Return a list of header
18480         and footer strings.
18482 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18484         * pcvs.el (cvs-retrieve-revision): Fix thinko.
18486 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18488         * frame.el (blink-cursor-mode): Use define-minor-mode.
18490         * term/mac-win.el (function-key-map): Use char-names more consistently.
18491         (file-name-coding-system): Only set it for MacOS-9.  The other case is
18492         already handled in mule-cmds.el (where it also works when mac-win.el
18493         is not used).
18495 2005-02-21  Kenichi Handa  <handa@m17n.org>
18497         * international/mule.el (ctext-pre-write-conversion): Always use
18498         " *code-converting-work*" buffer for work.
18500         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
18502 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
18504         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
18506 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
18508         * ses.el (undo-more): Restore defadvice, but only the part that
18509         allows changes outside the restricted area of the buffer.
18511 2005-02-20  Kim F. Storm  <storm@cua.dk>
18513         * simple.el (line-move): Add fourth optional arg try-vscroll which
18514         must be set to perform auto-window-vscroll.
18515         When moving backwards and doing auto-window-vscroll, automatically
18516         vscroll to the last part of lines which are taller than the window.
18517         (next-line, previous-line): Set try-vscroll arg on line-move.
18519 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
18521         * replace.el (query-replace, query-replace-regexp)
18522         (replace-string, replace-regexp): When operating on region, make
18523         the minibuffer prompt say so.
18525         * isearch.el (isearch-forward): Document isearch-query-replace and
18526         isearch-query-replace-regexp keybindings.
18528 2005-02-19  Jay Belanger  <belanger@truman.edu>
18530         * calc/calc-aent.el (math-read-token): Add local variable.
18532         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
18533         (calc-edit-top): Move declaration to earlier in file.
18534         (calc-edit-macro-repeats): Add local variables.
18536         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
18537         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
18538         calcFunc-tanh.
18539         Adjust integration rule for calcFunc-tan.
18541 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18543         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
18544         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
18545         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
18546         (viper-skip-separators): Bug fix.
18547         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
18548         particular major mode.
18549         (viper-del-backward-char-in-replace): Don't put deleted char on the
18550         kill ring.
18552         * viper-ex.el (viper-color-display-p): New function.
18553         (viper-has-face-support-p): Use viper-color-display-p.
18555         * viper-keym.el (viper-gnus-modifier-map): New keymap.
18557         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
18559         * viper-util.el (viper-glob-unix-files): Fix shell status check.
18560         (viper-file-remote-p): Make equivalent to file-remote-p.
18562         * viper.el (viper-major-mode-modifier-list):
18563         Use viper-gnus-modifier-map.
18565 2005-02-19  David Kastrup  <dak@gnu.org>
18567         * subr.el (subregexp-context-p): Fix garbled doc string by adding
18568         quoting.
18570 2005-02-19  Jay Belanger  <belanger@truman.edu>
18572         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
18573         Remove extra definitions.
18574         (calc-coth): New function.
18575         (calcFunc-cot): Fix `let'.
18577 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
18579         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
18580         the reasons we use "type pc" in these faces.
18582         * button.el (button): Ditto.
18584 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
18586         * replace.el (query-replace-read-from): Set the value of
18587         query-replace-from-history-variable to handle the case of an empty
18588         string entered to accept the suggested default.
18590         * net/tramp.el (tramp-file-name-for-operation):
18591         Use dired-call-process instead of dired-call-process-command.
18593 2005-02-19  Jay Belanger  <belanger@truman.edu>
18595         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
18596         (math-div-non-trig): New variables.
18597         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
18598         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
18599         (math-combine-prod, math-div-symb-fancy): Add simplifications for
18600         trig expressions.
18602 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
18604         * progmodes/gdb-ui.el (gdb-var-update-handler)
18605         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
18606         for watch expressions,
18607         (gdb-var-create-handler): Don't set speedbar-update-flag.
18608         (gdb-post-prompt): Simplify test for speedbar.
18610 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18612         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
18613         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
18614         we use the syntax table of the correct buffer.
18615         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
18616         Felix Gatzemeier.
18618         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
18619         (ediff-file-remote-p): Make synonymous with file-remote-p.
18620         In all deffaces ediff-*-face-*, use min-colors.
18622         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
18623         ediff-recurse-to-subdirectories.
18624         (ediff-mark-if-equal): Check that the arguments are strings, use
18625         ediff-same-contents (after to Felix Gatzemeier).
18627         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
18628         nil.
18630 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18632         * log-view.el (log-view-message-re): Fix up Subversion regexp.
18634 2005-02-18  David Kastrup  <dak@gnu.org>
18636         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
18637         use `mark-active' when defined.
18639 2005-02-18  Kenichi Handa  <handa@m17n.org>
18641         * ps-print.el (ps-font-info-database): New entry
18642         ZapfChancery-MediumItalic with correct font name.  Fix font name
18643         of the entry Zapf-Chancery-MediumItalic.
18645 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
18647         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
18649 2005-02-16  Kim F. Storm  <storm@cua.dk>
18651         * ido.el (ido-fallback-command): Pass user input to fallback command.
18653 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
18655         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18656         (gdb-find-file-hook): Add server prefix.
18658 2005-02-16  Richard M. Stallman  <rms@gnu.org>
18660         * replace.el (perform-replace): Pass new args to replace-highlight.
18661         (replace-highlight): Take region args,
18662         and pass them to isearch-lazy-highlight-new-loop.
18664         * novice.el (disabled-command-hook): Autoload the defalias
18665         and the make-obsolete-variable call.
18667         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
18669         * isearch.el (isearch-lazy-highlight-start-limit)
18670         (isearch-lazy-highlight-end-limit): New variables limit
18671         the region for highlighting.
18672         (isearch-lazy-highlight-new-loop): New args BEG and END.
18673         (isearch-lazy-highlight-search): Use the new vars.
18674         (isearch-lazy-highlight-update): Likewise.
18676         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
18678         * cus-start.el (all): Use default-boundp.
18680 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
18682         * menu-bar.el (menu-bar-select-frame): Handle current frame.
18684 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
18686         * autorevert.el (auto-revert-stop-on-user-input)
18687         (auto-revert-verbose): Doc fixes.
18689 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
18691         * international/mule-cmds.el (set-locale-environment): Remove call
18692         to set-selection-coding-system on Windows.
18694 2005-02-15  Jay Belanger  <belanger@truman.edu>
18696         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
18697         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
18698         calcFunc-coth.
18699         (math-simplify-sqrt): Add simplifications.
18701         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
18702         to list.
18704         * calc/calc-ext.el: Add functions to autoloads.
18706         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
18707         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
18708         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
18709         (math-csc-raw, math-cot-raw): New functions.
18711         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
18713         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
18714         the variable name in a message.
18716         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
18717         calcFunc-csc, calcFunc-cot.
18719         * calc/calcalg2.el: Add derivative and integration rules for
18720         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
18721         calcFunc-csch, calcFunc-coth.
18722         (math-do-integral-methods): Add to checks for when to use
18723         substitutions.
18725         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
18727 2005-02-15  Lute Kamstra  <lute@gnu.org>
18729         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18730         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
18731         <monnier@iro.umontreal.ca>
18732         (lisp-outline-level): Improve efficiency.  Suggested by David
18733         Kastrup <dak@gnu.org>.
18735 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
18737         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
18738         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
18739         (gdb-set-gud-minor-mode-existing-buffers): New functions.
18740         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
18741         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
18743 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
18745         * cus-start.el (all): Comment change.
18747 2005-02-14  Lute Kamstra  <lute@gnu.org>
18749         * cus-start.el (all): Check if symbol is void.
18751 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
18753         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
18754         optional argument to \cite.
18756 2005-02-14  Richard M. Stallman  <rms@gnu.org>
18758         * cus-edit.el (custom-buffer-create-internal): Update help message.
18759         (custom-magic-alist): Update help messages.
18761         * cus-start.el (all): Allow a var to specify a standard value.
18763 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
18765         * custom.el (custom-theme-set-variables): Handle variable aliases.
18767         * frame.el (blink-cursor-timer): Doc fix.
18768         (blink-cursor): Make it an alias for `blink-cursor-mode' and
18769         declare obsolete.
18770         (blink-cursor-mode): Define with defcustom and use correct
18771         standard expression in that defcustom.
18772         * startup.el (command-line): Adapt to above changes in frame.el.
18774 2005-02-11  Lute Kamstra  <lute@gnu.org>
18776         * apropos.el (apropos-score-doc): Prevent division by zero.
18778 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
18780         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
18781         (icalendar--get-event-property-attributes)
18782         (icalendar--get-event-properties)
18783         (icalendar--datetime-to-diary-date): New functions.
18784         (icalendar--split-value): Doc fix.
18785         (icalendar--datetime-to-noneuropean-date)
18786         (icalendar--datetime-to-european-date): New optional argument
18787         SEPARATOR.  Return result as a string instead of a list.
18788         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
18789         (icalendar--convert-string-for-export): Rename arg S to STRING.
18790         (icalendar-export-region): Doc fix.  Change name of error buffer.
18791         Save output buffer.
18792         (icalendar-import-file): Add blank at end of prompt.
18793         (icalendar-import-buffer): Doc fix.  Do not switch to error
18794         buffer.  Indicate status in return value.
18795         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
18796         buffer.  Save output buffer.  Handle exception from recurrence
18797         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
18798         events.  Fix problems with weekly all-day events.
18800 2005-02-10  Richard M. Stallman  <rms@gnu.org>
18802         * simple.el (eval-expression-print-format):
18803         Avoid warning about edebug-active.
18805         * help.el (help-for-help-internal): Rename from help-for-help.
18806         (help-for-help): Define with defalias.
18808         * font-core.el (font-lock-default-function): Use with-no-warnings.
18810         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
18812         * custom.el (defface): Doc fix.
18814 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
18816         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
18817         width 0" to prevent word wrapping problems.
18819 2005-02-09  Kim F. Storm  <storm@cua.dk>
18821         * ido.el (ido-file-extensions-order): New defcustom.
18822         (ido-file-extension-lessp, ido-file-extension-aux)
18823         (ido-file-extension-order): New advanced file ordering.
18824         (ido-file-lessp): New simple file ordering.
18825         (ido-sort-list): Remove.
18826         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
18827         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
18829 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
18831         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
18832         that some versions of grep produce.
18833         (grep-mode-font-lock-keywords): Likewise.
18835 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
18837         * progmodes/gdb-ui.el (gdb-location-list): New variable.
18838         (gdb-cdir): Delete.
18839         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18840         (gdb-source-info): Treat case when source file is in another
18841         directory properly.
18842         (gdb-get-location): New function.
18844 2005-02-07  Jay Belanger  <belanger@truman.edu>
18846         * calc/calc-prog.el (calc-write-parse-table-part)
18847         (calc-fix-token-name): Fix a check for language type.
18849         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18851 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
18853         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18854         as directory not writable.
18856 2005-02-07  Kim F. Storm  <storm@cua.dk>
18858         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18859         (cua--standard-movement-commands): Remove list.
18860         Instead, set CUA property value to move for movement commands.
18861         (cua-movement-commands): Remove.  Users must set CUA prop instead.
18862         (cua--pre-command-handler): Check CUA property.
18863         (cua--init-keymaps): Don't remap undo commands.
18864         (cua-mode): Don't call cua--rectangle-on-off.
18866         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18867         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18868         (cua--rect-undo-set-point): New var.
18869         (cua--rectangle-undo-boundary): Setup undo apply entry.
18870         (cua--rect-undo-handler): New function for rectangle undo.
18871         (cua--rect-start-position, cua--rect-end-position): Add.
18872         (cua--rectangle-post-command): Call cua--rectangle-set-corners
18873         for restored rectangle.  Set point if cua--rect-undo-set-point.
18875 2005-02-06  Jay Belanger  <belanger@truman.edu>
18877         * calc/calc-lang.el (calc-tex-language): Display more information
18878         in messages.
18880         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18881         in TeX mode.
18883 2005-02-06  Richard M. Stallman  <rms@gnu.org>
18885         * emacs-lisp/lisp.el (buffer-end): Doc fix.
18887 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
18889         * net/ldap.el (ldap-search-internal): Support attributes with
18890         optional descriptions separated by a semi-colon, as in
18891         "userCertificate;binary".
18893 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18895         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18896         isn't a cons (i.e. the version is 0).
18898 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
18900         * help.el (help-for-help): Doc fix.
18902 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
18904         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
18905         GDB-Windows on the menu-bar as this works better.
18907 2005-02-04  Jay Belanger  <belanger@truman.edu>
18909         * calc/calc-embed.el (calc-embedded-update): Don't put in
18910         unnecessary newlines.  Adjust the end of formula marker.
18912         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18913         (math-latex-parse-two-args): New function.
18915 2005-02-03  Lute Kamstra  <lute@gnu.org>
18917         * help-fns.el (help-with-tutorial): Make sure that users cannot
18918         remove the entire text of the tutorial by means of `undo'.
18920 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18922         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18923         in recent changes, where the ispell process was repeatedly
18924         killed & restarted.
18926         * international/mule-cmds.el (set-locale-environment): Set file-name
18927         coding system to utf-8 on Darwin systems.
18928         (set-default-coding-systems): Don't set default-file-name-coding-system
18929         on Darwin systems.
18931 2005-02-03  Richard M. Stallman  <rms@gnu.org>
18933         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18935 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
18937         * faces.el (list-faces-display): Add optional argument.
18939 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18941         * font-core.el (font-lock-default-function): Handle the rare case where
18942         only font-lock-keywords is set.
18944 2005-02-02  Kenichi Handa  <handa@m17n.org>
18946         * international/characters.el: Cancel previous change for
18947         I-WITH-DOT-ABOVE and DOTLESS-i.
18949         * international/latin-5.el: Cancel previous change.
18951 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18953         * progmodes/gud.el: Correction to syntax in gud-menu-map.
18955 2005-02-02  Kenichi Handa  <handa@m17n.org>
18957         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18958         DOTLESS-i.
18960         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18961         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18963         * case-table.el (get-upcase-table): New function.
18964         (copy-case-table): Copy upcaes table too if non-nil.
18965         (set-case-syntax-delims): Maintain upcase table too.
18966         (set-case-syntax-pair): Likewise.
18967         (set-upcase-syntax, set-downcase-syntax): New functions.
18968         (set-case-syntax): Maintain upcase table too.
18970 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18972         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18974         * progmodes/gud.el (gud-goto-info): New function.
18975         (gud-tool-bar-map): Use correct icon.
18977 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18979         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18980         When delegating, order args in the funcall correctly.
18982 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18984         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18986 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
18988         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18989         buffer not visiting a file.
18991 2005-01-31  Jay Belanger  <belanger@truman.edu>
18993         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18994         bound on the line with the formula.
18996 2005-01-31  Kim F. Storm  <storm@cua.dk>
18998         * ses.el (ses-create-cell-variable-range)
18999         (ses-destroy-cell-variable-range, ses-reset-header-string)
19000         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19001         (ses-insert-row): Fix format of apply undo entries.
19003 2005-01-31  Jay Belanger  <belanger@truman.edu>
19005         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19006         parts.
19008         * calc/calc-embed.el (calc-embedded-open-formula)
19009         (calc-embedded-close-formula): Ignore matrix environments.
19011         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19012         TeX mode.
19014         * calc/calc-lang.el (math-function-table, math-oper-table)
19015         (math-variable-table): Adjust the LaTeX portions.
19017         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19018         (math-latex-ignore-words): New constant.
19020 2005-01-31  Richard M. Stallman  <rms@gnu.org>
19022         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19023         (ispell-local-dictionary): Doc fix.
19024         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19025         Don't reinitialize at run time.  Don't defcustom.
19026         All uses changed to append ispell-local-dictionary-alist,
19027         or check it first.
19028         (ispell-current-dictionary): New variable for dictionary in use.
19029         (ispell-dictionary): Now used only for global default.
19030         (ispell-start-process): Set ispell-current-dictionary,
19031         not ispell-dictionary.
19032         (ispell-change-dictionary): Use this only for setting
19033         user preferences.
19034         (ispell-internal-change-dictionary): New function
19035         to change the current dictionary in use.
19036         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19037         Use ispell-current-dictionary.
19038         Handle ispell-local-dictionary-overridden.
19039         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19041 2005-01-31  Jay Belanger  <belanger@truman.edu>
19043         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19045         * calc/calc-ext.el: Add calc-latex-language to autoloads.
19046         (calc-mode-map): Add calc-latex-language.
19048         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19049         (math-latex-print-frac): New functions.
19050         (math-oper-table, math-function-table, math-variable-table)
19051         (math-complex-format, math-input-filter): Add latex properties.
19052         (calc-set-language): Set math-expr-special-function-mapping.
19054         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
19055         (calc-write-parse-table-part): Add LaTeX support.
19057         * calc/calc.el (calc-language): Adjust docstring.
19058         (calc-set-mode-line): Add LaTeX support.
19059         (math-expr-special-function-mapping): New variable.
19060         (math-tex-ignore-words): Add to list.
19062         * calc/calccomp.el (math-compose-expr, math-compose-rows):
19063         Add LaTeX support.
19064         (math-compose-expr): Add support for special functions.
19066         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19068 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
19070         * progmodes/gdb-ui.el (gdb-memory-address)
19071         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19072         (gdb-memory-mode-map, gdb-memory-format-keymap)
19073         (gdb-memory-format-menu, gdb-memory-unit-keymap)
19074         (gdb-memory-unit-menu): New variables for a buffer
19075         that lets the user examine program memory.
19076         (gdb-memory-set-address, gdb-memory-set-repeat-count)
19077         (gdb-memory-format-binary, gdb-memory-format-octal)
19078         (gdb-memory-format-unsigned, gdb-memory-format-signed)
19079         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19080         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19081         (gdb-memory-unit-word, gdb-memory-unit-halfword)
19082         (gdb-memory-unit-byte, gdb-memory-unit-menu)
19083         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19084         (gdb-memory-mode, gdb-memory-buffer-name)
19085         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19086         New functions for above buffer.
19088 2005-01-30  Richard M. Stallman  <rms@gnu.org>
19090         * cus-edit.el (custom-bury-buffer): Function deleted.
19091         (custom-buffer-done-function): Option deleted.
19092         (custom-buffer-done-kill): New replacement option.
19093         (Custom-buffer-done): Call quit-window.
19094         (custom-buffer-create-internal): Update for above changes.
19096 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
19098         * simple.el (undo-ask-before-discard): New var.
19099         (undo-outer-limit-truncate): Implement it.
19100         (undo-extra-outer-limit): Doc update.
19102 2005-01-29  Richard M. Stallman  <rms@gnu.org>
19104         * ses.el (undo-more): Delete defadvice.
19105         (ses-begin-change): Doc fix.
19107         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19108         instead of rebinding C-x u and C-_.
19110         * files.el (normal-backup-enable-predicate): Return nil for files
19111         in /tmp, regardless of temporary-file-directory.
19113         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19115         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19116         (open-rectangle, delete-whitespace-rectangle-line)
19117         (clear-rectangle-line): If FILL, pass t instead of FILL
19118         for move-to-column's 2nd arg.
19120         * simple.el (undo): Fix the test for continuing a series of undos.
19121         (undo-more): Set pending-undo-list to t when we reach end.
19122         (pending-undo-list): Move up defvar.
19124         * wid-edit.el (widget-button-click):
19125         Shorten the range of the track-mouse binding.
19127         * comint.el (comint-insert-input): Undo previous changes;
19128         use last-input-event in interactive spec.
19130 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
19132         * progmodes/compile.el (compilation-start): Bind buffer-read-only
19133         to nil before invoking call-process.  Reset buffer's modified flag
19134         after fontifying it in the no-async branch.
19136         * wid-edit.el (widget-specify-button): If mouse pointer shape
19137         cannot be changed, use mouse face instead.
19139 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
19141         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19142         (gdb-goto-breakpoint): Make breakpoint handling work on template
19143         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
19144         (gdb-assembler-custom): Update to recognize breakpoint information
19145         added on 2005-01-19.
19147 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19149         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
19150         (dsssl-mode): Use define-derived-mode.
19151         (scheme-mode-initialize): Remove.
19152         (scheme-mode): Use run-mode-hooks.
19154         * cus-edit.el (customize-group-other-window)
19155         (custom-buffer-create-other-window): Don't override special-display-*.
19156         (custom-mode-map): Make it dense.
19158         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
19159         sets the default value.
19161 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
19163         * descr-text.el: Add more keywords.
19165 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19167         * speedbar.el: Avoid unnecessary use of locate-library.
19169         * international/mule-cmds.el (standard-display-european-internal):
19170         Don't fiddle with latin-1 non-break space any more since it's now
19171         special cased in the C code.
19172         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
19174 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
19176         * cus-start.el (all): Add `undo-outer-limit'.
19178 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19180         * textmodes/bibtex.el (bibtex-format-entry):
19181         Use `bibtex-empty-field-re' only on the text of fields, not on entire
19182         field lines.
19183         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
19184         not on part of a buffer.
19186 2005-01-25  Lute Kamstra  <lute@gnu.org>
19188         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
19189         nonempty field text strings like "{letters\\macro{}more letters}".
19190         Clarify docstring.
19191         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
19192         (bibtex-entry-offset, bibtex-parse-association)
19193         (bibtex-parse-field-name): Fix typos in docstrings.
19194         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
19196 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
19198         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
19199         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
19200         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
19201         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
19203         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
19204         isearch minor mode.
19206 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
19208         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
19210 2005-01-24  Lute Kamstra  <lute@gnu.org>
19212         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
19213         CASECHARS and NOT-CASECHARS regular expressions of the
19214         "nederlands" and "nederlands8" dictionaries to prevent a "Range
19215         striding over charsets" error.
19217 2005-01-24  Jay Belanger  <belanger@truman.edu>
19219         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
19220         display variable name.
19222 2005-01-24  Kenichi Handa  <handa@m17n.org>
19224         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
19225         Fix setting of the element of encoded-kbd-iso2022-invocations.
19227 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
19229         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19230         (gdb-threads-select): Change to also accept mouse events.
19231         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
19232         (gdb-threads-mouse-select): Delete.
19234 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
19236         * files.el (insert-directory): Take care of empty directory,
19237         listed without -a switch.
19239 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19241         * textmodes/refill.el (refill-post-command-function):
19242         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
19243         to the list of functions that we should be careful not to undo.
19244         (refill-late-fill-paragraph-function): Remove.
19245         (refill-saved-state): New var.
19246         (refill-mode): Use it to save fill-paragraph-function.
19247         Save also the value of auto-fill-function.
19249         * term/w32-win.el: Simplify code.
19251 2005-01-23  Kim F. Storm  <storm@cua.dk>
19253         * simple.el (line-move): Adapt to new return value from
19254         pos-visible-in-window-p.
19256         * simple.el (line-move): Fix last change.  Check partial
19257         visibility at point rather than at window-start.
19259 2005-01-22  Jason Rumney  <jasonr@gnu.org>
19261         * term/w32-win.el (xw-defined-colors): Remove debug-message.
19263 2005-01-22  David Kastrup  <dak@gnu.org>
19265         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
19267 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
19269         * type-break.el (type-break-mode): Add a test for
19270         type-break-file-name being non-nil.
19272 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
19274         * net/eudc.el (top level): Call (message "") via progn, so that
19275         eudc-options-file is loaded.
19277 2005-01-22  Kim F. Storm  <storm@cua.dk>
19279         * simple.el (line-move-1): Rename from line-move.
19280         (line-move): New function that adjusts vscroll for partially
19281         visible rows, and calls line-move-1 otherwise.
19283 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
19285         * pcomplete.el: Define pcomplete-read-event instead of read-event,
19286         since it's not a complete read-event implementation
19288 2005-01-20  Jay Belanger  <belanger@truman.edu>
19290         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
19291         for called function.
19293 2005-01-20  Steven Tamm  <steventamm@mac.com>
19295         * term/mac-win.el (process-connection-type): Remove.
19296         Controlled now by s/darwin.h:PTY_ITERATION.
19298 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19300         * window.el (handle-select-window): Don't switch window when we're
19301         in the minibuffer.
19303 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
19305         * subr.el (dotimes-with-progress-reporter): New macro.
19307         * ses.el (ses-dotimes-msg): Remove macro.
19308         Use `dotimes-with-progress-reporter' instead.
19310 2005-01-19  Steven Tamm  <steventamm@mac.com>
19312         * term/mac-win.el (process-connection-type): Use new
19313         operating-system-release variable to use ptys on Darwin 7 (OS X
19314         10.3) when using carbon build.
19316 2005-01-19  Jay Belanger  <belanger@truman.edu>
19318         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
19319         flags if the last command was a tab or M-tab.
19321         * calc/calc-prog.el (calc-user-define-edit): Put original formula
19322         in formula editing buffer.
19324 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
19326         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
19327         breakpoint image symbol in margin.
19329 2005-01-19  Jay Belanger  <belanger@truman.edu>
19331         * calc/calc-prog.el (calc-execute-kbd-macro):
19332         Ignore calc-keep-arg-flag.
19334 2005-01-19  Kenichi Handa  <handa@m17n.org>
19336         * textmodes/ispell.el (ispell-looking-at): New function.
19337         (ispell-process-line): Use ispell-looking-at to compare the ispell
19338         output and the buffer contents.
19340 2005-01-18  Jay Belanger  <belanger@truman.edu>
19342         * calc/calc.el (calc-display-raw): Fix docstring.
19344 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19346         * simple.el (blink-matching-open): Strip extra info from syntax.
19348         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
19349         funny chars in the end-of-here-doc marker.
19351 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
19353         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
19354         that enable/disabled state of breakpoints is shown correctly in
19355         fringe and on ttys.
19356         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
19357         Add breakpoint information as text properties.
19358         (gdb-mouse-toggle-breakpoint):
19359         Rename to gdb-mouse-set-clear-breakpoint.
19360         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
19361         breakpoints in the margin.
19362         (gdb-remove-strings): Simplify.
19364 2005-01-17  Jay Belanger  <belanger@truman.edu>
19366         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
19367         erasing buffer.
19369 2005-01-17  Richard M. Stallman  <rms@gnu.org>
19371         * progmodes/grep.el (grep-find): Copy from `grep' the condition
19372         for calling grep-compute-defaults.
19374         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
19375         if buffer is empty.
19377         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
19379 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19381         * hilit-chg.el (highlight-changes-mode): Don't autoload.
19383         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
19384         non-preloaded variables.
19386 2005-01-17  Steven Tamm  <steventamm@mac.com>
19388         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
19389         tex-shell cause to force interactivity when using pipes.
19391 2005-01-17  Kim F. Storm  <storm@cua.dk>
19393         * simple.el (just-one-space): Make arg optional.
19395 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
19397         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
19398         posn-at-x-y to t to access left-margin.
19400 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
19402         Sync with Tramp 2.0.47.
19404         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
19405         catching keep-date problems in cp/scp operations.
19406         (tramp-handle-copy-file): Don't call `set-file-modes'
19407         unconditionally.  Specialized functions should know better what is
19408         necessary.  This improves performance a little bit, and the
19409         functions could catch errors with `cp -p' and `scp -p'.
19410         (tramp-do-copy-or-rename-file-via-buffer)
19411         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
19412         when appropriate.
19413         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
19414         Call `set-file-modes' when appropriate.
19415         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
19416         Johnsson <isak@hypergene.com>
19417         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
19418         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
19419         <joakim@verona.se>
19420         (tramp-file-name-for-operation): Mark `shell-command' as magic for
19421         Emacs only.
19423         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
19424         `find-file-hooks' and `dired-mode-hook'.
19425         (tramp-minor-mode-map): Respective map.  Add remapping for
19426         `compile' and `recompile'.
19427         (tramp-remap-command, tramp-recompile): New defuns.
19428         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
19429         in buffer "*Compilation*".  Call the commands asynchronously.
19431         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
19432         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
19433         `shell-command', because it isn't magic in XEmacs.  Reported by
19434         Adrian Aichner <adrian@xemacs.org>.
19436         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
19437         `substitute-in-file-name.
19438         (tramp-smb-handle-substitute-in-file-name): New defun.
19439         (tramp-smb-advice-PC-do-completion): Delete advice.
19441 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
19443         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
19444         Fix error in deleting region.
19446 2005-01-15  Richard M. Stallman  <rms@gnu.org>
19448         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
19449         In non-temp buffer, switch syntax table temporarily.
19451         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
19453         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
19455         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
19457         * imenu.el (imenu--split-menu): Copy menulist before sorting.
19458         (imenu--generic-function): Use START, not BEG, as pos of definition.
19460         * simple.el (just-one-space): Argument specifies number of spaces.
19462         * simple.el (eval-expression-print-format): Avoid warning
19463         about edebug-active.
19465 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
19467         * progmodes/sh-script.el: Code copied from make-mode.el
19468         with small changes,
19469         (sh-mode-map): Bind C-c C-\.
19470         (sh-backslash-column, sh-backslash-align): New variables.
19471         (sh-backslash-region, sh-append-backslash): New functions.
19473 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19475         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
19476         (rmail-pop-password, rmail-pop-password-required): Move to
19477         rmail-obsolete group.
19478         (rmail-set-pop-password): Rename to rmail-set-remote-password.
19479         All callers updated.
19480         (rmail-get-pop-password): Rename to rmail-get-remote-password.
19481         Take an argument specifying whether it is POP or IMAP mailbox we
19482         are using.  All callers updated.
19483         (rmail-pop-password-error): Rename to
19484         rmail-remote-password-error.  Added mailutils-specific error message.
19485         (rmail-movemail-search-path)
19486         (rmail-movemail-variant-in-use): New variables.
19487         (rmail-remote-password, rmail-remote-password-required):
19488         New customization variables.
19489         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
19490         (rmail-parse-url): New function.
19491         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
19492         with GNU mailutils movemail.
19494 2005-01-15  Kevin Ryde  <user42@zip.com.au>
19496         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
19497         suffix to space, $ or '$, to correctly position point when going
19498         to @table style constants like DBL_MAX.
19500 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
19502         * type-break.el (type-break-mode, type-break-file-time)
19503         (type-break-file-keystroke-count, type-break-choose-file):
19504         Don't store data in or load data from the file if type-break-file-name
19505         is nil.
19506         (type-break-file-name): Doc update as per the above.
19508 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
19510         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
19511         lookup-key might return nil; handle that.
19513 2005-01-15  Alan Mackenzie  <acm@muc.de>
19515         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
19516         rather than the element found, thus enabling the tree to be setcar'd.
19518 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19520         * textmodes/org.el (org-show-following-heading): New option.
19521         (org-show-hierarchy-above): Use `org-show-following-heading'.
19522         (org-cycle): Documentation fix.
19524         * textmodes/org.el (orgtbl-optimized): New option
19525         (orgtbl-mode): New command, a minor mode.
19526         (orgtbl-mode-map): New variable.
19527         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
19528         (orgtbl-error, orgtbl-self-insert-command)
19529         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
19531         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
19532         a local variable in each org-mode buffer.
19534         * textmodes/org.el (org-set-regexps-and-options): Rename from
19535         `org-set-regexps'.  Added checking for STARTUP keyword.
19536         (org-get-current-options): Add STARTUP options.
19537         (org-table-insert-row): Make mode intelligent about when
19538         realignment is needed.
19539         (org-self-insert-command, org-delete-backward-char, org-delete-char):
19540         New commands.
19541         (org-enable-table-editor): New default value `optimized'.
19542         (org-table-blank-field): Support blanking regions if active.
19544 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19546         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
19547         if the year is not given.
19549         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
19550         Add new escapes %m and %M, fixed bug with %F by adding
19551         save-match-data.
19552         (reftex-reference): Remove ?. from list of spaces.
19553         (reftex-label-info): Add automatic label prefix recognition.
19555         * textmodes/reftex-index.el (reftex-index-next-phrase):
19556         Add slave parameter to call of `reftex-index-this-phrase'.
19557         (reftex-index-this-phrase): New optional argument.
19558         (reftex-index-region-phrases): Add slave parameter to call of
19559         `reftex-index-this-phrase'.
19560         (reftex-display-index): New argument redo.
19561         (reftex-index-rescan): Add `redo' to arguments of
19562         `reftex-display-index'.
19563         (reftex-index-Rescan, reftex-index-revert)
19564         (reftex-index-switch-index-tag): Add `redo' to arguments of
19565         `reftex-display-index'.
19566         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
19567         indexing.  Fix bug with matching is there is a quote before or
19568         after the word.
19570         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
19571         Fix bug when collecting citation keys in lines with comments.
19572         (reftex-citation): Prefix argument no longer rescans the document,
19573         but forces prompting for optional arguments of cite macros.
19574         (reftex-do-citation): Prompting for optional arguments implemented.
19576         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19577         Add optional arguments to most cite commands.
19578         (reftex-cite-cleanup-optional-args): New option
19579         (reftex-cite-prompt-optional-args): New option.
19580         (reftex-trust-label-prefix): New option.
19582         * textmodes/reftex-toc.el (reftex-toc-find-section):
19583         Add push-mark before changing the position in the buffer.
19585         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
19586         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
19588 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
19590         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
19591         more carefully.
19593 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19595         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
19596         (sgml-mode): Use it.
19597         (sgml-get-context): Better keep track of implicitly closed tags.
19599 2005-01-13  Kenichi Handa  <handa@m17n.org>
19601         * textmodes/ispell.el: These changes are to fix misalignment error
19602         caused by equivalent characters of different Emacs charsets.
19603         (ispell-unified-chars-table): New variable.
19604         (ispell-get-decoded-string): New function.
19605         (ispell-get-casechars, ispell-get-not-casechars)
19606         (ispell-get-otherchars): Call ispell-get-decoded-string.
19608 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
19610         * custom.el (custom-declare-variable): Just put symbol instead
19611         of (defvar . symbol) in `current-load-list'.
19613 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19615         * emacs-lisp/elint.el: Fixed typo in Commentary section.
19617 2005-01-12  Jay Belanger  <belanger@truman.edu>
19619         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
19620         to create a Calc summary.
19622 2005-01-12  Kim F. Storm  <storm@cua.dk>
19624         * mouse.el (mouse-on-link-p): Change functionality and doc
19625         string to comply with latest description in lisp ref.
19627 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
19629         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
19630         Enable mouse clicks on mode-line, header-line and margin.
19631         (event-type): Give mouse event symbols an `event-kind' property
19632         with value `mouse-click'.
19634 2005-01-12  Juri Linkov  <juri@jurta.org>
19636         * facemenu.el (list-colors-display): Add new arg buffer-name.
19637         Use it.  Fix docstring.  Replace code for identifying duplicate
19638         colors by the name with call to `list-colors-duplicates' which
19639         identifies duplicate colors by the value unless the color
19640         is one of special Windows colors.  Set truncate-lines to t.
19641         Print sorted duplicate color names on each line.  Indent to 22
19642         \(the longest color name in rgb.txt) instead of 20.  Optimize.
19643         (list-colors-duplicates): New function.
19644         (facemenu-color-name-equal): Delete function.
19646         * facemenu.el (list-colors-print): New function created from code
19647         in list-colors-display.  Print #RRGGBB at the window right edge.
19648         (list-colors-display): When temp-buffer-show-function is not
19649         defined, call list-colors-print from temp-buffer-show-hook
19650         to get the right value of window-width in list-colors-print
19651         after the buffer is displayed.
19653         * simple.el (pop-mark): Move deactivate-mark out of conditional
19654         part to deactivate the active mark regardless of the state of the
19655         mark ring.
19657         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
19658         variables line in desktop files.
19660 2005-01-12  Juri Linkov  <juri@jurta.org>
19662         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
19663         Bring together isearch highlight related options.
19664         (lazy-highlight): Replace group `replace' by `matching'.
19665         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19666         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19667         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
19668         and declare them obsolete.
19669         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
19670         (isearch-faces): Remove defgroup.
19671         (isearch-overlay, isearch-highlight, isearch-dehighlight):
19672         Move isearch highlighting code closer to lazy highlighting code.
19674         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
19675         (query-replace-highlight, query-replace-lazy-highlight)
19676         (query-replace): Move definitions to the beginning of the file.
19678 2005-01-11  Juri Linkov  <juri@jurta.org>
19680         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
19681         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
19682         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
19684         * info.el (Info-history-forward): New variable.
19685         (Info-select-node): Reset Info-history-forward to nil.
19686         (Info-last): Turn into defalias.
19687         (Info-history-back): Rename from Info-last.
19688         Add current node to Info-history-forward.
19689         (Info-history-forward): New fun.
19690         (Info-mode-map): Replace Info-last by Info-history-back.
19691         Bind Info-history-forward to "r".
19692         (Info-mode-menu): Replace Info-last by Info-history-back.
19693         Fix menu item text.  Add menu item for Info-history-forward.
19694         (info-tool-bar-map): Replace Info-last by Info-history-back.
19695         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
19696         for Info-history-forward.
19697         (Info-mode): Replace Info-last by Info-history-back in docstring.
19698         Add local variable Info-history-forward.
19699         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
19701 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19703         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
19704         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
19705         Ignore select-window events rather than fiddle with
19706         mouse-autoselect-window.
19708 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
19710         * type-break.el (type-break-mode): Fix previous change.
19712 2005-01-10  Jay Belanger  <belanger@truman.edu>
19714         * calc/calc-ext.el (calc-reset): Reset when inside embedded
19715         calculator; only reset when point is inside a calculator.
19716         Don't adjust the window height if the window takes up the whole height
19717         of the frame.
19719 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19721         * ebuff-menu.el (Electric-buffer-menu-mode):
19722         Preserve value of buffer-local var header-line-format.
19724 2005-01-09  Jay Belanger  <belanger@truman.edu>
19726         * calc/calc.el (calc-mode-var-list-restore-saved-values):
19727         Make sure settings file exists before accessing it.
19729         * calc/calc-embed.el (calc-embedded-subst):
19730         Replace math-multi-subst-rec, which is only supposed to be called
19731         by math-multi-subst, by math-multi-subst.
19733 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
19735         * vc.el (vc-allow-async-revert): New user option.
19736         (vc-disable-async-diff): New internal variable.
19737         (vc-revert-buffer): Use them to disable asynchronous diff.
19739         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
19740         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
19741         asynchronously if vc-disable-async-diff is t.
19743 2005-01-09  Jay Belanger  <belanger@truman.edu>
19745         * calc/calc.el (defcalcmodevar): New macro.
19746         (calc-mode-var-list-restore-default-values)
19747         (calc-mode-var-list-restore-saved-values): New functions.
19748         (calc-mode-var-list): Use defcalcmodevar to define it.
19749         (calc-always-load-extensions, calc-line-numbering)
19750         (calc-line-breaking, calc-display-just, calc-display-origin)
19751         (calc-number-radix, calc-leading-zeros, calc-group-digits)
19752         (calc-group-char, calc-point-char, calc-frac-format)
19753         (calc-prefer-frac, calc-hms-format, calc-date-format)
19754         (calc-float-format, calc-full-float-format, calc-complex-format)
19755         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
19756         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
19757         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
19758         (calc-matrix-brackets, calc-language, calc-language-option)
19759         (calc-left-label, calc-right-label, calc-word-size)
19760         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
19761         (calc-display-raw, calc-internal-prec, calc-angle-mode)
19762         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
19763         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
19764         (calc-window-height, calc-display-trail, calc-show-selections)
19765         (calc-use-selections, calc-assoc-selections)
19766         (calc-display-working-message, calc-auto-why, calc-timing)
19767         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
19768         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
19769         (calc-gnuplot-default-device, calc-gnuplot-default-output)
19770         (calc-gnuplot-print-device, calc-gnuplot-print-output)
19771         (calc-gnuplot-geometry, calc-graph-default-resolution)
19772         (calc-graph-default-resolution-3d, calc-invocation-macro)
19773         (calc-show-banner): Use defcalcmodevar to declare them and set
19774         their default values.
19776         * calc/calc-ext.el (calc-reset): Restore saved values of variables
19777         instead of default values (but restore default values if there is
19778         an argument of 0).
19780 2005-01-09  David Kastrup  <dak@gnu.org>
19782         * desktop.el (desktop-restore-eager): Fix typo in type.
19784 2005-01-08  Richard M. Stallman  <rms@gnu.org>
19786         * cus-edit.el (customize): Delete :link.
19788 2005-01-08  Jay Belanger  <belanger@truman.edu>
19790         * calc/calc.el (calc-mode): Remove the extension from the
19791         `calc-settings-file' file name when loading it.
19793 2005-01-08  Kim F. Storm  <storm@cua.dk>
19795         * info.el (Info-mode-map, Info-next-link-keymap)
19796         (Info-prev-link-keymap, Info-up-link-keymap):
19797         Map follow-link to mouse-face.
19798         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
19800 2005-01-08  Jay Belanger  <belanger@truman.edu>
19802         * calc/calc.el (calc-settings-file): Change default value.
19803         Suggested by cgw in a comment in calc-mode.el.
19805         * calc/calc-mode.el (calc-settings-file-name):
19806         Compare calc-settings-file to user-init-file instead of ~/.emacs.
19807         Replace ~/.emacs in a prompt by calc-settings-file.
19809 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
19811         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
19812         (desktop-lazy-idle-delay): New customizable variables.
19813         (desktop-buffer-args-list): New variable.
19814         (desktop-append-buffer-args): New function.
19815         (desktop-save): Call desktop-append-buffer-args for some buffers.
19816         (desktop-lazy-create-buffer): New function.
19817         (desktop-idle-create-buffers): New function.
19818         (desktop-read): Add message about buffers to restore lazily.
19819         (desktop-lazy-abort): New command.
19820         (desktop-clear): Call desktop-lazy-abort.
19821         (desktop-lazy-complete): New command.
19823 2005-01-06  Richard M. Stallman  <rms@gnu.org>
19825         * emacs-lisp/find-func.el (find-face-definition):
19826         Rename from find-face.
19828 2005-01-06  Kim F. Storm  <storm@cua.dk>
19830         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
19832         * man.el (Man-xref-man-page, Man-xref-header-file)
19833         (Man-xref-normal-file): Add follow-link property.
19835 2005-01-06  Jay Belanger  <belanger@truman.edu>
19837         * calc/calc-units.el: Make sure the proper macro definitions are
19838         available when compiling.
19840 2005-01-06  Juri Linkov  <juri@jurta.org>
19842         * isearch.el (isearch-lazy-highlight-update):
19843         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19845 2005-01-06  Miles Bader  <miles@gnu.org>
19847         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19848         (isearch-lazy-highlight-face): Use new name.
19850 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19852         * uniquify.el (uniquify-rationalize-file-buffer-names):
19853         Re-add an interactive spec.
19854         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19855         to the same name.
19857         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19858         (isearch-update, isearch-done): Adjust calls accordingly.
19860 2005-01-05  Richard M. Stallman  <rms@gnu.org>
19862         * custom.el (custom-set-variables, custom-theme-set-variables):
19863         Clarify documentation.
19865         * emacs-lisp/find-func.el (find-variable)
19866         (find-variable-other-window, find-variable-other-frame):
19867         Fix the TYPE args to find-function-read and find-function-do-it.
19868         (find-function): Doc fix.
19869         (find-function-at-point): Replace function-at-point alias.
19871 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19873         * cus-face.el (custom-declare-face):
19874         Record defface in current-load-list.
19876         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19878         * emacs-lisp/find-func.el: Doc fixes.
19879         (find-face-regexp): New variable.
19880         (find-function-regexp-alist): New variable.
19881         (find-function-C-source): Third arg is now TYPE.
19882         (find-function-search-for-symbol): Handle general TYPE.
19883         (find-function-read, find-function-do-it): Handle general TYPE.
19884         (find-definition-noselect, find-face): New functions.
19885         (function-at-point): Alias deleted.
19887 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19889         * battery.el (display-battery-mode): Rename from display-battery.
19890         Handle the case where it gets turned off.
19892 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19894         * cus-edit.el (customize): Make :link point to user doc.
19896         * man.el (Man-fontify-manpage): Turn off undo generation.
19898         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19900 2005-01-04  Andreas Schwab  <schwab@suse.de>
19902         * files.el (insert-directory): Only look for error lines in
19903         inserted text.  Don't move too far after processing --dired markers.
19905 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19907         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19908         Don't expand if the character is @, period, dash, etc.
19909         (define-mail-abbrev): Quote names that contain problem characters.
19911 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
19913         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19915 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19917         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19918         (query-replace-highlight, query-replace-lazy-highlight)
19919         (query-replace): Definitions moved up.  Doc fix.
19921 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19923         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19924         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19925         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19926         (lazy-highlight-face): Rename from isearch-lazy-...
19927         Change all references to them.
19929 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19931         * cus-edit.el (custom-file): Doc fix for defcustom.
19932         (custom-file): The function no longer sets the variable
19933         `custom-file' to its return value.
19935         * startup.el (command-line): No longer load `custom-file'.
19937 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19939         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19941         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19942         Don't confuse module-prefixed identifiers for labels.
19943         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19945 2005-01-02  Richard M. Stallman  <rms@gnu.org>
19947         * files.el (basic-save-buffer-1): Fix previous change.
19949         * loadhist.el (file-loadhist-lookup): New function.
19950         (file-provides, file-requires): Use it.
19952         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19953         instead of calculating the right size.
19955 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19957         * vc-svn.el (vc-svn-diff): Stay local if possible.
19959 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19961         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19963         * files.el (hack-local-variables): Fix last change.
19965 2005-01-02  Jay Belanger  <belanger@truman.edu>
19967         * calc/calc-yank.el (calc-edit-top): New variable.
19968         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19969         object.  Change header properties.
19970         (calc-edit-finish, calc-edit-finish-stack-object)
19971         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19972         edited object.
19973         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19974         for the beginning of the edited object.
19975         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19976         for the beginning of the edited object.
19977         * calc/calc-prog.el (calc-edit-macro-finish-edit)
19978         (calc-finish-formula-edit, calc-macro-repeats)
19979         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19980         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19981         beginning of the edited object.
19982         (calc-user-define-edit): Change the header for editing macros.
19983         Remove unnecessary variable.
19985 2005-01-01  Jay Belanger  <belanger@truman.edu>
19987         * calc/calc-yank.el (calc-edit-mode): Change default header.
19988         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19989         * calc/calc-store.el (calc-edit-variable): Change title to match new
19990         header.
19991         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19992         mode to match new header.
19993         (calc-user-define-edit): Change titles to include names of commands.
19994         (calc-finish-formula-edit): Adjust to handle new header.
19995         (calc-finish-macro-edit): Remove.
19996         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19997         (calc-edit-macro-command, calc-edit-macro-command-type)
19998         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19999         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20000         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20001         (calc-edit-macro-finish-edit): New functions.
20002         (calc-user-define-edit): Use new functions to edit named calc macros.
20004 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
20006         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20008         * ses.el (copy-region-as-kill): Deactivate mark.
20010 2005-01-01  Richard M. Stallman  <rms@gnu.org>
20012         * replace.el (occur-1): If the output buffer is also an input,
20013         don't kill it, rename it.
20015         * faces.el (set-face-background, set-face-foreground): Doc fix.
20017         * cus-face.el (custom-face-attributes): Fix :help-echo strings
20018         for :foreground and :background.
20020         * dired.el (dired-view-command-alist): Variable deleted.
20021         (dired-view-file, dired-mouse-find-file-other-window):
20022         Delete the code to use it.
20024 2005-01-01  Kim F. Storm  <storm@cua.dk>
20026         * image.el (insert-sliced-image): Use t for line-height property.
20028 See ChangeLog.11 for earlier changes.
20030 ;; Local Variables:
20031 ;; coding: iso-2022-7bit
20032 ;; End:
20034     Copyright (C) 2005 Free Software Foundation, Inc.
20035   Copying and distribution of this file, with or without modification,
20036   are permitted provided the copyright notice and this notice are preserved.
20038 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1